.big-title {
  font-size: 2rem;
  margin-bottom:-2rem;
}
.mokuji {
width:90%;
margin:5rem auto 0 auto;
}
.mokuji p {
margin: 5px 0 20px;
}
.textBox {
border: 2px solid #772F6D;
padding: 1rem;
position: relative;
}
.textBox::before {
background-color: #fff;
color: #772F6D;
content: "このページの目次";
font-weight: bold;
font-size: 1.8rem;
left: 30px;
padding: 6px 10px;
position: absolute;
top: -20px;
}
.textBox ol li {
margin-top:1rem;
list-style-type: none;
}
ul.koumoku li a {
color: #B22F15;
}
ul.koumoku li a:hover {
color: #B22F15;
border-bottom: 1px solid #B22F15;
padding-bottom: 1px;
}
.center-b {
width:85%;
margin: 0 auto;
text-align: center;
display: block;
background-color: #FBE7E3;
padding-top: 1.5rem;
}
.center-b .hidari {
font-weight: bold;
text-align: left;
display: inline-block;
}
ul.itemlist {
margin-block-start: 0;
margin-block-end: 0;
padding-inline-start: 0;
}
ul.itemlist li {
list-style: none;
}
.itemlist {
display: flex;
flex-wrap: wrap;
max-width: 1024px;
margin: 0 auto;
}
dt {
margin: 0 0 .5rem 0
}
.itemlist li {
max-width: 30%;
padding: 10px;
}
@media screen and (max-width: 767px) {
.itemlist li { max-width: 50%; }
}
@media screen and (max-width: 414px) {
.itemlist li { max-width: none; }
}
.itemlist dl, .itemlist dd { margin: 0; }
.itemlist dl { text-align: right; }
.itemlist dt, .itemlist .txt { text-align: left; }
.itemlist dt { font-size: 1em; font-weight: 700; }
.itemlist dd { margin: .2em 0 1em 0; font-size: 1em; line-height: 1.3em }
.itemlist img { width: 100%; height: auto; }
/* -- form#mail_form, dl, dt, dd -- */
form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
form#mail_form dl {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}
form#mail_form dl:after, form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 35px 0 25px;
  text-align: right;
}
form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}
form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
}
/* -- span.required, span.optional -- */
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 75%;
  color: #ffffff;
  padding: 1px 6px;
  border-radius: 3px;
}
form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}
/* -- error message -- */
form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}
/* -- input, select, textarea -- */
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form input[type="date"] {
  width: calc( 100% - 4% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}
form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form textarea:focus, form#mail_form input[type="date"]:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}
form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] {
  margin: 0 10px 0 0;
}
form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}
form#mail_form textarea {
  display: block;
  width: calc( 100% - 4% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}
/* -- ul, li  -- */
form#mail_form ul {
  list-style-type: none;
}
form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #fff;
}
form#mail_form ul li:first-child label {
  margin-top: 0px;
}
form#mail_form ul li label:hover {
  cursor: pointer;
  background: #f0f0f0;
}
/* -- input design  -- */
form#mail_form input[name="name_1"], form#mail_form input[name="adult"], form#mail_form input[name="read_1"], form#mail_form input[name="children"], form#mail_form input[name="date"], form#mail_form input[name="phone"], form#mail_form input[name="schedule"] {
  width: 90%;
}
form#mail_form input[name="mail_address"], form#mail_form input[name="mail_address_confirm"] {
  width: 90%;
}
/* -- button  -- */
form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
form#mail_form input[type="button"] {
  font-family: 'Roboto', sans-serif;
  padding: 2.5rem 4rem;
  background: #772F6D;
  border: 2px solid #772F6D;
  font-size: 1.6rem;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  transition: all .2s linear;
}
form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #fff;
  color: #772F6D;
  border: 2px solid #772F6D;
}
form#mail_form input[type="button"] {
  margin:0 auto
}
/* -- responsive  -- */
@media screen and ( max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd  -- */
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  /* -- span.required, span.optional -- */
  form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- button -- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }
}
h2.heading {
  font-size: 1.6rem!important
}
ul.ml-none {
  margin-left: -1.5rem;
}
.ml-2 {
  margin-left: 0.5rem
}
.ml-4 {
  margin-left: 1rem
}
.mb-0 {
  margin-bottom: 0
}
.mt-4 {
  margin-top: 1rem
}
/*インライン用*/
#inline-wrap, #inline-wrap-02, #inline-wrap-03 {
	position: relative;
	margin:10px auto;
	max-width: 700px;
	background: #fff;
	padding: 20px;
}
#inline-wrap h1, #inline-wrap-02 h1, #inline-wrap-03 h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px;
	text-align: center;
}
#inline-wrap .popup-modal-dismiss, #inline-wrap-02 .popup-modal-dismiss, #inline-wrap-03 .popup-modal-dismiss {
	text-align: center;
}
/*表示のエフェクト*/
      .mfp-fade.mfp-bg {
        opacity: 0.001; /* Chrome opacity transition bug */
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }
      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }
/* 表示のエフェクト：背景とコンテンツを分けて制御 */

/* 背景（オーバーレイ）のフェード */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.4s ease-out; /* 少し時間を長くして滑らかに */
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ（中身）のフェード ＋ 浮き上がり */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(20px); /* 最初は20px下に配置 */
  transition: all 0.4s ease-out;
}
/* 表示完了時 */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0); /* 定位置に戻る */
}
/* 閉じる時 */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(20px);
}