@charset "UTF-8";

.main {
    overflow: hidden;
}
.top_header_wrap {
    position: relative;
}

.only_pc{
    display: block;
}
.only_sp{
    display: none;
}



.box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap {
    max-width: 1440px;
}


/*============================================================
                global nav
============================================================*/
.social a:link {
    color: #013764;
}

a:link {
    color: #fff;
}

.global_nav.fixed {
    top: 0;
    z-index: 998
}

.global_nav ul li ul {
    top: 55px;
}

.global_nav.fixed .head{
    background: #fff;
    height: 70px;
    
}
.global_nav.fixed .head .content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}


.global_nav.fixed .head .head_text{
    width: 127px;
}

.language {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

#fixedBox .language {
    margin-top: -30px;
}

.social .EN {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #013764;
    font-size: 18px;
    transition: .3s;
}

.social .EN:hover {
    opacity: 40%;
}
.social .JP {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #013764;
    font-size: 18px;
    transition: .3s;
}

.social .JP:hover {
    opacity: 40%;
}

.langageSpan {
    color: #013764;
}

.social{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.social .icon{
    margin-left: 10px;
}

.top_header{
     display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1194px;
    margin: 0 auto;
}

.header_cap {
    position: initial;
    width: 160px;
    top: 0;
    left: 0;
}

.top_header .social{
    margin-top: 75px;
}

.top_header .social{
    margin-top: 75px;
}

.global_nav .social{
margin-top: 32px;
}

.icon .mail{
    width: 30px;
}

.head_logo{
    width: 175px;
    padding-top: 18px;
}

/*============================================================
                main
============================================================*/
main{
    padding-top: 0;
}

.band {
   margin-top: 0;
   text-align: center;
}
.subtitle.service{
    height: 55vh;
}

.subtitle img.main_text{
    width: 55px;
}

.subtitle.service {
    background-image: url(../images/main_bg.jpg);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;  
}


/*============================================================
                guide
============================================================*/
.content_bg01 {
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #013764 100%), url(../images/contents_bg01.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 911px;
    background-size: cover;
}

.content_bg02 {
    background:  url(../images/contents_bg02.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 911px;
    background-size: cover;
    margin-top: -830px;
}


.guide{
   padding-top: 60px;
   margin-top: -560px;
}

.guide_ttl {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;  
    font-size: 80px;
    text-align-last: left;
    line-height: 1.4em;
    margin-left: 80px;
    margin-bottom: 80px;
    transform: translate(0,30px);
    overflow: hidden;
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}


.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

.guide_red {
    background-image: url(../images/guide_red.png);
    width: 253px;
    height: 255px;
    margin-right: 6vw;
    object-fit: cover;
}

.guide_content {
    display: flex;
    margin-bottom: 20px;
}

.guide_box01 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 100px;
}

.guide_box02 {
    display: flex;
    justify-content: right;
    margin-bottom: 100px;
}

.guide_box03 {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 80px;
}

.section_txt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-left: 65px;
    margin-right: 3vw;
    width: 40%;
}

.section_txt02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 16px;
    color: #fff;
    margin-top: 0
    ;
    margin-right: 65px;
    margin-left: 3vw;
    width: 40%;
}

.section_txt03 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-left: 65px;
    margin-right: 3vw;
    width: 40%;
}


.guide_boxImg01 {
    background-image: url(../images/guide_img01.jpg);
    height: 500px;
    width: 845px;
    object-fit: cover;
    background-size: cover;
}

.guide_boxImg02 {
    background-image: url(../images/guide_img02.jpg);
    height: 500px;
    width: 845px;
    object-fit: cover;
    background-size: cover;
}

.guide_boxImg03 {
    background-image: url(../images/guide_img03.jpg);
    height: 500px;
    width: 845px;
    object-fit: cover;
    background-size: cover;
}

/*============================================================
                price
============================================================*/



/*============================================================
                swiper
============================================================*/


.swiper {
    width: 50%;
    margin: 0 auto;
    margin-right: 5vw;
}


/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 43px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 43px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/swiper_left.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url(../images/swiper_right.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide {
    width: auto;
    text-align: center;
}

.swiper_slide01 {
    background: url(../images/price_pic01.jpg);
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.swiper_slide02 {
    background: url(../images/price_pic02.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.swiper_slide03 {
    background: url(../images/price_pic03.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}
.swiper_slide04 {
    background: url(../images/price_pic04.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
}




/* .price{
      padding-top: 75px;
    margin-top: -30px;
} */

.price .box{
    margin-top: 70px;
    margin-bottom: 60px;
    width: 90%;
    margin: 70px auto 100px;
}

.price img{
    width: 100%;
}


.price_small {
    text-align: center;
}

.price .img_left p{
    text-align: center;
}

.price .text{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #013764;
    font-size: 16px;
    font-weight: 300;
    padding: 0 3vw 0;
    padding-top: 30px;
    padding-left: 50px;
    width: 50%;
}

.price li,.price li p{
    font-size: 22px;
    color: #003764;
    font-weight: normal;
    text-align: left;
    letter-spacing: .1em;
}

.price li{
    margin-bottom: 20px;
}

.price li span{
    font-size: 14px;
    margin: 0 0 70px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.price .text p.txt{
    margin-top: 50px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #013764;
    font-weight: 300;
    width: 50%;
    width: 90%;
    font-size: 15px;
    margin-bottom: 66px;
}

.price_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 180px;
}

.price_subttl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 45px;
    color: #013764;
}

.price_ttl {
    font-size: 2.5em;
    margin-bottom: 0;
}

.price_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  color: #013764;
  font-size: 3em;
  font-weight: 300;
  margin: 2.5em auto 2.3em;
  text-align: center;
}


.price_txt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.006em;
    color: #013764;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 66px;
}

.price_size {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  color: #013764;
  font-weight: 300;
  font-size: 4vw;
  letter-spacing: 0.09em;
}


.price_img {
    width: 720px;
}

.price_bg {
    width: 100%;
    height: 359px;
    background: url("../images/price_bg.jpg");
    /* margin-top: -10px; */
}



/*============================================================
                jingisukan
============================================================*/

.jingisukan {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}

.jingisukan_detail {
    display: none;
  }

.jingisukan p {
    color: #013764;
}

.jingisukan img {
    margin-bottom: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jingisukan_img {
    cursor: pointer;
    max-width: 1440px;
    object-fit: cover;
    margin-bottom: 200px;
}

.jingisukan_img:hover {
    opacity: 0.8; /* 少し透明にしてクリック感アップ */
    transition: opacity 0.5s ease;
    
  }

.jingisukan_box {
    display: flex;
    margin: 0 auto 100px;
    width: 90%;
}

.jingisukan_imgBox,
.jingisukan_txtBox {
    width: 50%;
}

.jingisukan_txtBox {
    padding: 10px 5vw 10px;
}

.jingisukan_ttl {
    font-size: 32px;
    margin-bottom: 14px;
}

.jingisukan_txt01 {
    font-size: 16px;
    margin-bottom: 40px;
}

.jingisukan_price {
    font-size: 24px;
    margin-bottom: 40px;
}

.jingisukan_annotation01 {
    font-size: 15px;
    margin-bottom: 40px;
}

.jingisukan_schedule {
    width: 80%;
}

.jingisukan_scheduleTtl {
    font-size: 25px;
    margin-bottom: 10px;
}

.jingisukan_scheduleTxt01,
.jingisukan_scheduleTxt02,
.jingisukan_scheduleTxt03,
.jingisukan_scheduleTxt04,
.jingisukan_scheduleTxt05
 {
    font-size: 24px;
    border: 1px solid #013764;
    background-color: #01376415;
    padding: 10px 15px;
    line-height: normal;
}


.jingisukan_scheduleTxt02,
.jingisukan_scheduleTxt03 {
    margin-bottom: 10px;
}

.jingisukan_scheduleTxt02,
.jingisukan_scheduleTxt04 {
   background: #fff;
}

.jingisukan_arrow {
    background-image: url(../images/jingisukan_arrow.png);
    background-size: cover;
    width: 25px;
    height: 17px;
    margin: 0 auto 10px;
}

.jingisukan_scheduleSmall01,
.jingisukan_scheduleSmall02{
    font-size: 15px;
    margin-bottom: 10px;
}

.jingisukan_scheduleSmall02 {
    margin-bottom: 20px;
}

.jingisukan_img01 {
    height: 404px;
    margin-bottom: 6px;
}

.jingisukan_img02 {
    height: 372px;
    margin-bottom: 6px;
}

.jingisukan_img03 {
    width: 30%;
    margin-right: 6px;
}
.jingisukan_img04 {
    width: 70%;
}
.jingisukan_img05 {
    height: 348px;
}

.jingisukan_imgWrap {
    display: flex;
    height: 172px;
    margin-bottom: 6px;
}

.jingisukan_annotation02 {
    margin-bottom: 10px;
    font-size: 16px;
}

.jingisukan_annotation03 {
    margin: 0 auto 40px;
    font-size: 16px;
}

.jingisukan_annotationWrap {
    text-align-last: left;
    width: 80%;
    margin: 0 auto 100px;
}


.jingisukan .form_Btn{
    position: relative;
    border: 1px solid #fff;
    background: #00233F;
    width: 300px;
    margin: 30px auto 130px;
}


.jingisukan .form_Btn a{
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.jingisukan .form_Btn:hover{
    opacity: 70%;
}

.jingisukan_sp {
    display: none;
}

.jingisukan .link01 {
    color: #013764;
    border-bottom: 1px solid;
}

.jingisukan .link01:hover {
    opacity: 60%;
}

.jingisukan .jingisukan_link01 {
    color: #013764;
}

/* .jingisukan .form_Btn {
    background: #013764;
    color: #013764;
    width: 16vw;
    margin: 0 auto 150px;
    text-align: center;
    padding: 20px;
} */

@media screen and (max-width:430px) {
    .jingisukan_pc {
        display: none;
    }

    .jingisukan_sp {
        display: block;
    }
}


/*============================================================
                reserve
============================================================*/
.reserve_bg {
    background: #013764;
    padding-top: 160px;
}

.reseerve_container {
    max-width: 1440px;
    margin: 0 auto;
}

.reserve_bg01 {
    background-image: url(../images/reserve_bg01.jpg);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    object-fit: cover;
    height: 958px;

}

.reserve{
    margin: 0 auto;
    padding-top: 135px;
    padding-bottom: 100px;
    margin-top: -1000px;
    max-width: 1440px;
}

.reserve_container {
    margin-bottom: 100px;
}

.reserve_ttl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    margin: 2.5em auto 2.3em;
    text-align: center;
}

.reserve_bg02 {
        background: 
            linear-gradient(to top, #013764 0%, transparent 30%),  /* 上側のグラデーション */
            linear-gradient(to bottom, #013764 0%, transparent 100%), /* 下側のグラデーション */
            url(../images/reserve_bg02.jpg); /* 背景画像 */
        background-repeat: no-repeat;
        width: 100%;
        height: 911px;
        background-size: cover;  
}

.reserve_box01,
.reserve_box02 {
    display: flex;
    align-items: center;
}

.reserve_right {
    background-image: url(../images/reserve_right.jpg);
    width: 720px;
    height: 500px;
    background-size: cover;
}

.reserve_left {
    background-image: url(../images/reserve_left.jpg);
    width: 720px;
    height: 500px;
    background-size: cover;
}


.reserve .item{
    display: flex;
    margin-bottom: 80px;
}

.reserve .item:nth-child(2){
    margin-top: 14px;
    margin-bottom: 0px;
}

.text {
    position: relative;
}


.reserve .item h2{
    margin: 0 0 50px;;
}

.reserve ul{
    text-align: left;
    font-size: 14px;
}

.img_right,.img_left {
    float: initial;
}

.reserve .img_right img{
    width: 495px;
    height: 390px;
    object-fit: cover;
}

.reserve .item:nth-child(3) img{
    width: 503px;
    height: 332px;
    object-fit: cover;
}

.reserve .text{
    width: 50%;
}
   
.reserve .text h2,.reserve .text ul{
    /* padding-top: 20px; */
}

/* .reserve .text p{
    font-size: 16px;
    padding-right: 15px;
    letter-spacing: -0.01rem;
} */

.reserve .text ul{
    margin-left: 5vw;
}
.reserve .text li{
    text-indent: -1rem;
    line-height: 2.2;
}

.reserve .item:nth-child(4) img{
    height: 665px;
    object-fit: cover;
}

.img_right img {
    padding: 0 0 35px 20px;
}

.img_left img {
    margin-bottom: 20px;
}

.img_left {
    width: 50%;
}

.reserve .text p .under_line {
    border-bottom: 1px solid #000;
}

.reserve_subttl {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: -5vw auto 2.3em;
    text-align: center;
}

.reserve_txt01 {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 3vw 0;
}

.reserve_txt02 {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    margin: 2.5em auto 2.3em;
}

.reserve span {
    font-size: 20px;
    position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}


.reserve_imgBox01,
.reserve_imgBox02,
.reserve_imgBox03 {
    display: flex;
    align-items: center;
}


.reserve_pic01 {
    background-image: url(../images/reserve_pic01.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic02 {
    background-image: url(../images/reserve_pic02.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic03 {
    background-image: url(../images/reserve_pic03.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic04 {
    background-image: url(../images/reserve_pic04.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic05 {
    background-image: url(../images/reserve_pic05.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic06 {
    background-image: url(../images/reserve_pic06.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic07 {
    background-image: url(../images/reserve_pic07.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic08 {
    background-image: url(../images/reserve_pic08.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
.reserve_pic09 {
    background-image: url(../images/reserve_pic09.jpg);
    width: 480px;
    height: 313px;
    background-size: cover;
}
/*============================================================
                mailform
============================================================*/
/* #form{
   padding-top: 80px;
    
}

#mailformpro {
    width: 55%;
}

.form_bg {
    background: #013764;
}

.form_bg01 {
    background:  url(../images/contents_bg02.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 911px;
    background-size: cover;
    margin-top: -800px;
}

.mfp_rows input[type="text"], .mfp_rows input[type="email"], .mfp_rows select {
    width: 100%;
}

.form_ttl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 3em;
    font-weight: normal;
    margin: 2em auto 1.8em;
}

#form p,#form span{
    font-size: 14px;
    color: #fff;
}

#form p{
   line-height: 1.8;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
}

#form .menu p{
    margin-top: 0;
}

.mailform label{
    font-size: 16px;
}

.mailform h4{
    font-size: 16px;
    text-align: left;
    width: 290px;
    margin: 55px auto 20px;
    color: #fff;
}

.mailform .middle{
    margin-top: 10px;   
    color: #fff;
}
.mailform .middle.menu{
    margin-top: 5px;   
}


.mfp_rows .menu input[type="text"],.mfp_rows .menu input[type="number"],.mfp_rows .menu input[type="date"]{
    width: 20px !important;
    min-width: 20px;
    height: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.mfp_rows .menu input[type="number"]{
    height: 30px;
    width: 30px;
    min-width: 30px;
    background: #013764;
    padding: 5px;
}

.mfp_rows .menu input[type="date"]{
    font-size: 16px;
}

.mfp_rows .menu{
    display: flex;
    align-items: center;
    font-size: 16px;

    justify-content: space-between;
}

.mfp_rows .menu p{
    font-size: 16px;
    width: 240px;
}

.mfp_rows label{
    padding: 13px 0;
    color: #fff;
    text-align-last: left;
}

.mailform .mfp_col2 input[type="text"],.mailform .mfp_col2 input[type="number"]{
    width: 155px;
    min-width: 155px;
}

.mailform .content.m-top{
    margin-top: 50px;
}

.mailform .content.m-bottom{
    margin-bottom: 50px;
}


.mailform .click{
    margin: 0;
    margin-top: -35px;
    color: #fff;
}


.mailform .date{
    margin: 0;
    margin-top: 10px;
} */
#form {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS UI Gothic",sans-serif;
    letter-spacing: 0.1em;
}

.form_bg {
    background: #013764;
}

.form_bg01 {
    background:  url(../images/contents_bg02.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 911px;
    background-size: cover;
    margin-top: -800px;
}

.reserve .form_Btn{
    position: relative;
    border: 1px solid #fff;
    background: #00233F;
    width: 300px;
    margin: 30px auto 130px;
}


.reserve .form_Btn a{
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
 color: #fff;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.reserve .form_Btn:hover{
    background:#ffffff33;
    color: #fff;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_txt {
    display: flex;
    align-items: center;
}

.course {
    font-size: 16px;
    color: #fff;
}

.form {
    background: #000;
}


.form_ttl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: normal;
}

.mailform .click {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
}


#form{
    padding-top: 80px;
     
 }
 
 #form p,#form span{
     font-size: 14px;
     color: #120B02;
 }
 
 #form p{
    line-height: 1.8;
     margin-top: 5px;
     margin-bottom: 0;
     margin-left: 0;
 }
 
 #form .menu p{
     margin-top: 0;
 }
 
 .mailform label{
     font-size: 16px;
 }
 
 .mailform h4{
     font-size: 16px;
     text-align: left;
     width: 290px;
     margin: 55px auto 20px;
 }
 
 .mailform .middle{
     margin-top: 10px;   
 }
 .mailform .middle.menu{
     margin-top: 5px;   
 }
 
 
 .mfp_rows .menu input[type="text"],.mfp_rows .menu input[type="number"],.mfp_rows .menu input[type="date"]{
     width: 20px !important;
     min-width: 20px;
     height: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
 }
 
 .mfp_rows .menu input[type="number"]{
     height: 30px;
     width: 30px;
     min-width: 30px;
     background: #fff;
     padding: 5px;
 }
 
 .mfp_rows .menu input[type="date"]{
     font-size: 16px;
 }
 
 .mfp_rows .menu{
     display: flex;
     align-items: center;
     font-size: 16px;
 
     justify-content: space-between;
 }
 
 .mfp_rows .menu p{
     font-size: 16px;
     width: 240px;
 }
 
 .mfp_rows label{
     padding: 13px 0;
 }

 .mfp_rows label{
    padding: 13px 0;
    color: #fff;
    text-align-last: left;
}
 

/* .radio-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
  } */

/* .radio_wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
} */
/* 
.MFsection {
    display: flex;
}

.mfp_rows label .radio_wlap {
    display: flex;
    flex-direction: column;
    gap: 1em;
} */




 .mailform 
 _col2 input[type="text"],.mailform .mfp_col2 input[type="number"]{
     width: 155px;
     min-width: 155px;
 }
 
 .mailform .content.m-top{
     margin-top: 50px;
 }
 
 .mailform .content.m-bottom{
     margin-bottom: 50px;
 }
 
 
 .mailform .click{
     margin: 0;
     margin-top: -35px;
 }
 
 
 .mailform .date{
     margin: 0;
     margin-top: 10px;
 }
 
 
 .reserve .form_Btn{
     position: relative;
     border: 1px solid #fff;
     background:#213a63;
     width: 300px;
     margin: 30px auto 0;
 }
 
 
 .reserve .form_Btn a{
     display: block;
     padding: 20px 0;
     text-align: center;
     font-size: 16px;
     width: 100%;
     height: 100%;
       -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
  color: #fff;
 }
 
 
 
 .reserve .form_Btn:hover{
     background: #0B2D48 ;
     color: #fff;
     -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 




 #form p, #form span {
    color: #fff;
 }

 .reserve .form_Btn {
    margin-bottom: 100px;
 }


 #mfp_phase_confirm {
    background-color: transparent;
 }

 .mfp_buttons #mfp_button_cancel{
	float: left;
}

/*====================================================
                  thanks
====================================================*/

#thanks .more a{
    text-align: center;
    font-size: 20px;
    color: rgba(18, 11, 2, 0.7);
}

#thanks .more a:hover{
    color: #003764;
}

#thanks, .title,#thanks p {
    text-align: center;
}

#thanks {
    margin-bottom: 300px;
}

#thanks .title p{
    font-size: 22px;
    color: #003764;
    margin-top: 20px;
} 

#thanks .title{
    margin-top: 80px;
}

#thanks  .content p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.9px;
     width:525px ;
    text-align: justify;
    margin: 10px auto 30px;
}

@media screen and (max-width:1150px) { 
    
.global_nav.fixed .head .content {
    width: 100%;
}
    
.top_header{
    width: 100%;
    max-width: 100vw;
    }
    .wrap{
        width: 90%;
    }
    

}

@media screen and (max-width:960px) { 
.only_pc{
        display: none;
    } 
    
.global_nav .global_nav_wrap {
    padding-top: 55px;
}
}


@media screen and (min-width:961px) and (max-width:1440px) { 

#mailformpro {
    width: 55%;
}
}