/*
Template:cocoon-master
Theme Name:cocoon_child
*/
/* =====================================================
## default
===================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Sawarabi Mincho";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.8;
  margin: 0;
}

a {
  color: #333;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
}

i {
  font-family: 'FontAwesome';
  font-style: normal;
}

img {
  vertical-align: top;
}

button {
  border: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 8px 10px;
}

input[type='submit'] {
  background-color: #FFD6CC;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  padding: 1em 30px;
  width: 100%;
}

input[type='submit']:hover {
  background-color: #EBEBEB;
}

.select_wrap {
  position: relative;
}

.select_wrap::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: .5rem;
  bottom: 0;
  pointer-events: none;
  width: 0;
  z-index: 1;
}

iframe {
  width: 100%;
}

/* =====================================================
## header
===================================================== */
.logo {
  margin-bottom: 1rem;
}

.logo a {
  display: inline-block;
}

.breadcrumb.breadcrumb-page,
.breadcrumb.breadcrumb-category {
  padding: 5px 29px;
}

/* =====================================================
## main
===================================================== */
.home #news, #price, #facebook {
  padding: 80px 0;
}

.home #news h2, #price h2, #facebook h2 {
  margin-bottom: 50px;
  text-align: center;
}

#summary, #guide, #sponsorship {
  background-color: #FFD6CC;
  padding: 80px 0;
}

#summary h2, #guide h2, #sponsorship h2 {
  margin-bottom: 50px;
  text-align: center;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#container .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#container .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
}

.home .content {
  margin-top: 0;
}

.home .wrap {
  width: 100%;
}

.home .pagination {
  display: none;
}

.home main {
  padding: 0;
  width: 100%;
}

#main_image {
  background: url(img/main_image.jpg) no-repeat top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main_image #about {
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

#main_image #about h2 {
  margin-bottom: 20px;
  text-align: center;
}

#main_image #about p {
  margin-bottom: 0;
  text-align: center;
}

.home #news .entry-card-title, .home #news .related-entry-card-title {
  font-size: 16px;
  letter-spacing: -.005em;
  margin-bottom: 40px;
  text-align: left;
}

.home #news .ect-vertical-card .entry-card-wrap .entry-card-thumb {
  width: 100%;
  float: none;
  height: 240px;
  overflow: hidden;
}

.home #news .ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

#summary .photo_area {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 1rem;
  width: 60%;
}

#summary .photo_area img {
  vertical-align: top;
}

#summary .text_area {
  font-size: 16px;
  font-size: 1rem;
  text-align: justify;
  width: 38%;
}

#summary .text_area::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

#price .contact .tel, #price .contact .mail {
  background-color: #FFEDD5;
  margin-bottom: 20px;
  max-width: 440px;
  padding: 20px;
  width: 100%;
}

#price .contact .tel > *, #price .contact .mail > * {
  text-align: center;
}

#price .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#price .contact i {
  margin-right: .5rem;
}

#price .contact .tel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#price .contact .mail a {
  display: block;
}

#guide {
  text-align: center;
}

#sponsorship {
  background-color: #fff;
}

#sponsorship ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#link {
  background-color: #EFEFEF;
  margin-bottom: 0;
  padding: 80px 0;
}

#link h2 {
  margin-bottom: 50px;
  text-align: center;
}

#link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

#link li {
  margin-bottom: 20px;
}

#link a {
  display: inline-block;
}

#link a:hover {
  opacity: .6;
}

.page .date-tags {
  display: none;
}

.archive .inner {
  max-width: none;
}

.page .faq {
  margin: 30px 0 0 0;
  padding: 0;
}

.page .faq dt {
  font-weight: bold;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.page .faq dt::before {
  color: #2351CC;
  content: "Q.";
  display: inline-block;
  font-weight: bold;
  text-indent: -1.5em;
}

.page .faq dd {
  border-bottom: dotted 1px #333;
  margin: 0 0 50px 0;
  text-align: justify;
  padding-left: 1.5em;
}

.page .faq dd::before {
  color: #CC2323;
  content: "A.";
  display: inline-block;
  font-weight: bold;
  text-indent: -1.5em;
}

/* =====================================================
## footer
===================================================== */
.footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: auto;
  padding-top: 0;
}

.footer-bottom {
  margin: 0;
}

/* =====================================================
## mobile
===================================================== */
@media screen and (max-width: 736px) {
  #summary .photo_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 30px 0;
    width: 100%;
  }
  #summary .text_area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    width: 100%;
  }
}

/* =====================================================
## common
===================================================== */
hr {
  border: none;
  height: 1px;
  background-color: #333;
}

.nowrap {
  white-space: nowrap;
}

.inner {
  margin: auto;
  max-width: 940px;
  width: 100%;
}

.remarks {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bold {
  font-weight: bold !important;
}

.letter_spacing5 {
  letter-spacing: .5rem;
  text-indent: .5rem;
}

.inline_block {
  display: inline-block;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.attention {
  border: solid 1px #F00;
  padding: 5px;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.btn {
  background-image: none;
  background-color: #F99273;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}

.btn:after {
  display: none;
}

.btn.btn_lg {
  font-size: 1.1rem;
  padding: 10px 16px;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}
