@charset "UTF-8";/* CSS Document */
/**::::::::::::::::
      共通
:::::::::::::::**/
/* --------------全体-----------------*/
* {margin: 0;padding: 0; box-sizing:border-box;}
html{scroll-behavior: smooth;overflow-x: hidden !important;}
body {font-family: "Shippori Mincho", 'klee','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',serif;background-color: #fff!important;line-height: 1.6;font-size:16px;min-width: 1200px;margin: 0 auto;color: #333;letter-spacing: .02em;}
.single-column .travel__tab {position: relative;}
#htlContents {max-width: 1920px !important;min-width: auto !important;margin: 0 auto !important;width: 100% !important;font-family: "Shippori Mincho", 'klee','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho',serif;}
#htlHeader, #htlMainContent {width: 100% !important;min-width: 0;max-width: 100%;margin: 0 auto!important;}
#RthCustomizeW {width: auto !important;}
#cus_page {-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-text-size-adjust: none;margin:0 auto;padding:0;color:#1D1D1D;width:100%;left: 50%;transform: translate(-50%, 0);position: relative;}
#cus_page img {max-width: 100%;}
#top_contents {width: 100%!important;margin:0 auto 150px;}
#cus_contents {width: 100%!important;margin:0 auto 150px;}
img {height: auto;vertical-align: bottom;}
a{text-decoration:none!important;}
p{font-size:16px;}
ul{list-style: none;}
#bn_slider{text-align: center;margin: auto;width:1920; height:200px;margin-bottom: 50px;border-bottom: none;}
/* --------------ナビゲーション-----------------*/
.header_title_nav{margin:0px calc((100% - 1080px) / 2);overflow: hidden;height: 90px;}
.header_title_nav .header_nav{overflow: hidden;height: 100%;display: flex;justify-content:space-between;align-items: center;}
.header_title_nav .header_nav ul {display: flex;align-items: center;justify-content:space-evenly;}
.header_title_nav .header_nav ul li {text-align: center;display: flex;position: relative;padding: 0 24px;}
.header_nav ul li:nth-child(-n+4)::after {content: '';position: absolute;bottom:7px;right:0;display: inline-block;width:1px;height:40px;background-color: #4C4920;}
.header_title_nav .header_nav ul li a{color:#1D1D1D !important;text-align: center;font-size: 20px;font-style: normal;font-weight: 500;line-height: normal;width:auto; height:60px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.header_title_nav .header_nav ul li a span{font-size: 12px;}
.header_title_nav .header_nav a:hover {text-decoration: none;}
.header_nav a:hover {opacity: 0.7;}
/* --------------KV-----------------*/
.kv{position: relative;overflow: hidden;width: 100%;height:800px;margin: 0 auto;display:flex;align-items: center;justify-content: center;background-color:#F4F3F3;}
.kv:after{content: "";width:100%;height:100%;background: var(--main-txt, #1D1D1D);opacity: 0.4;display: inline-block;position: absolute;top: 0;left: 0;}
.kv img{position: absolute;width:100%;height:100%;object-fit: cover;}
.kv .kv_ttl{position: absolute;top:737px;right: 845px;}
.kv .kv_ttl img{max-width: 100%;object-fit: cover;width: auto;}
.kv h2{position: absolute;text-align:center;font-size: 94px;font-weight: 600;line-height:160%;color: #fff;z-index: 1;}
.kv h2 span{font-size: 48px;display: block;line-height: 40px;}
.kv p{position: absolute;right: 845px;bottom:49px;text-align: right;font-size:18.6px;font-weight: 600;line-height:160%;}
.kv .scroll{font-size:32px;font-weight:500;line-height:170%;z-index: 1;-webkit-transform: rotate(-90deg);bottom:270px;left:calc((100% - 1080px) / 2);transform: rotate(-90deg);color: #fff;position: absolute;}
.kv .scroll::after {display: block;position: absolute;top: 50%;left:-167px;width: 125px;height: 1px;content: "";z-index: 1;background-color: #fff;}
/* --------------slide-----------------*/
.slide_wrap{ position:relative; overflow:hidden; width:900px; height:360px; margin:auto; display:flex;align-items: center;justify-content: center;}
.slide-l{position: relative;overflow: hidden;width:850px;height: 460px;margin: 0 auto;display:flex;align-items: center;justify-content: center;left: 50%; -webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}
.slide-s{position: relative;overflow: hidden;width:425px;height: 230px;margin: 0 auto;display:flex;align-items: center;justify-content: center;left: 50%; -webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}
.slide-m{position: relative;overflow: hidden;width:435px;height: 290px;margin: 0 auto;display:flex;align-items: center;justify-content: center;left: 50%; -webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}
.slide img {display: block;position : absolute; width: inherit;height: inherit;opacity: 0;object-fit: cover;}
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 6s }
.slide img:nth-of-type(3) { animation-delay: 12s }
.slide img:nth-of-type(4) { animation-delay: 18s }
.slide img:nth-of-type(5) { animation-delay: 24s }
.slide2 img{animation: slide2 12s ease infinite;}
@keyframes slide2{
   0% { opacity: 0 }
   5% { opacity: 1 }
  50% { opacity: 1 }
  55% { opacity: 0 }
 100% { opacity: 0 }
}
.slide3 img{animation: slide3 18s ease infinite;}
@keyframes slide3{
   0% { opacity: 0 }
   3% { opacity: 1 }
  33% { opacity: 1 }
  36% { opacity: 0 }
 100% { opacity: 0 }
}
.slide4 img{animation: slide4 24s ease infinite;}
@keyframes slide4{
   0% { opacity: 0 }
   2% { opacity: 1 }
  25% { opacity: 1 }
  27% { opacity: 0 }
 100% { opacity: 0 }
}
.slide5 img{animation: slide5 30s ease infinite;}
@keyframes slide5{
   0% { opacity: 0 }
   2% { opacity: 1 }
  20% { opacity: 1 }
  22% { opacity: 0 }
 100% { opacity: 0 }
}
/* --------------lead-----------------*/
.top_lead{width: 1080px;margin:0 auto 100px;text-align: center;}
.top_lead .img{width:800px;height:400px;border-radius: 16px;overflow:hidden;}
.top_lead .img img{object-fit: cover;width: 100%;height: 100%;}
.top_lead .vertical{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-size: 32px;font-weight: 500;line-height: 150%;letter-spacing: 10;height: 550px;   padding-right: 110px;}
.top_lead .heading{font-size:28px;font-weight: 600;line-height: 140%;margin-bottom: 58px;}
.top_lead .sentence{font-size: 16px;font-weight: 600;line-height: 160%;}
.lead{margin:0 auto 100px;padding-top:150px;text-align:center;width: 100%;position: relative; box-sizing:border-box;background-image: url(../images/bg.png);background-position:top -350px left 0;background-repeat: no-repeat;background-color:rgba(255,255,255,0.6);background-blend-mode:lighten;}
.lead p{color: var(--dark-blue, #000B2F);text-align: center;font-size: 32px;font-style: normal;font-weight: 700;line-height: normal;}
.lead p span{color: #53218B;text-align: center;font-size: 16px;font-weight: 700;}
.lead .container {max-width: 100%;width: 100%;margin: 16px auto 32px;position: relative;}
.lead .container .text {line-height: 1.8;font-size: 16px;color:#333333;font-weight: 700;text-align:left;letter-spacing: 0.1;margin: auto;text-align: center;}
.lead .photo_box{display: flex;flex-wrap: wrap;justify-content: center;width: 1080px;margin: auto;}
.lead .photo_box .img{width: 340px;height: 220px;overflow: hidden;border-radius: 15px;margin-right: 24px;}
.lead .photo_box .img:nth-child(3n),.lead .photo_box .img:last-child{margin-right: 0; margin-bottom: 20px;}
.lead .photo_box .img img{width: 100%;height: 100%;object-fit: cover;}
/* --------------button-----------------*/
.more_btn{background-color:transparent;color:#4C4920 !important;padding: 0px;display: inline-flex;justify-content: center;align-items: center;position: relative;font-size: 16px;font-weight: 500;width:auto;height: 31px;padding:0 49px 0 32px; border: 1px solid #4C4920;border-radius: 80px; overflow: hidden;transition: 0.2s;font-family: "Noto Sans JP";}
.more_btn::before {content: "";margin: auto;position: absolute;top: 0;bottom: 0;right: 32px;width: 6px;height: 6px;border-top: 1px solid #4C4920;border-right: 1px solid #4C4920;transform: rotate(45deg);}
.more_btn::after {content: "";margin: auto;position: absolute;top: 0;bottom: 0;right: 32px;width: 9px;height: 1px;background: #4C4920;}
.more_btn:hover{border: 1px solid #4C4920;color: #fff !important;background-color: #4C4920;}
.more_btn:hover::before{border-color: #fff;}
.more_btn:hover::after{background-color: #fff;}
.rsv{display: block;padding-right: 40px;font-size: 20px;font-weight: 500;color:#333333 !important;width: 140px;height: 50px;text-align:left;line-height: 32px; margin: auto;position: relative;margin-left: 50px;}
.rsv::before {background-color: #53218B;position: absolute;left:00px;bottom: 10px;width:120px;height: 2px;margin-top: 0px;content: "";transition: all .3s;}
.rsv::after {position: absolute;left: 100px;bottom: 2px;width: 16px;height: 16px;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-top: 2px solid #53218B;content: "";display: inline-block;vertical-align: middle;transition: all .3s;}
.rsv:hover::before{width: 140px;}
.rsv:hover::after{left:120px;}
.view{font-size: 20px;font-weight: 500;color:#333333 !important;width: 150px;height: 46px;text-align: left;line-height: 46px; margin: auto;position: relative;display:inline-block;}
.view::before {background-color: #53218B;position: absolute;bottom:0;left: 0;width:150px;height: 2px;margin-top: 0px;content: "";transition: all .3s;}
.view::after {position: absolute;bottom: -8px;left: 132px;width: 16px;height: 16px;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-top: 2px solid #53218B;content: "";display: inline-block;vertical-align: middle;transition: all .3s;}
.view:hover::before{width: 120px;}
.view:hover::after{left:102px;}
.ame{font-size: 14px;font-weight: 500;color:#333333 !important;width: 225px;height: 46px;text-align: left;line-height: 46px; margin: auto;position: relative;display:inline-block;}
.ame::before {background-color: #53218B;position: absolute;bottom:0;left: 0;width:230px;height: 2px;margin-top: 0px;content: "";transition: all .3s;}
.ame::after {position: absolute;bottom: -8px;left: 210px;width: 16px;height: 16px;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-top: 2px solid #53218B;content: "";display: inline-block;vertical-align: middle;transition: all .3s;}
.ame:hover::before{width: 225px;}
.ame:hover::after{left:205px;}
/* --------------FOOTER-----------------*/
#footer{background-color:#41413B;width:100%;position: relative; box-sizing:border-box;padding:40px calc((100% - 1080px) / 2);}
#footer .inn{width:auto;margin: auto;text-align: left;}
#footer .inn .info{color: #FFF;font-style: normal;font-weight: 600;font-size: 16px;text-align:left;line-height: 160%;margin-top: 24px;font-family: "Noto Sans JP";}
/**::::::::::::::::
      コンテンツ
:::::::::::::::**/
/* --------------全体-----------------*/
.con{width:100%;padding:80px calc((100% - 1080px) / 2) 40px;}
.con h3{font-size: 32px;font-weight:500; margin-bottom:16px;line-height: 170%;text-align: left;}
.con h3 span{font-size:12px;font-weight:700;line-height: 170%;display: block;}
.bg1 h3,.bg1 h3 span,.bg1 .wh,.bg2 h3,.bg2 h3 span,.bg2 .wh{color: #ffffff !important;}
.bg3 h3,.bg3 h3 span,.bg3 .wh,.bg4 h3,.bg4 h3 span,.bg4 .wh{color: #ffffff !important;}
.bg1 h3:nth-of-type(n+2),.bg1 h3:nth-of-type(n+2) span{color:#53218B !important;}
img.wh{filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);}
.con h4{font-size: 58px;font-weight: 600;line-height: 180%;margin-bottom: 24px;}
.con p{font-size: 20px;font-weight: 700;line-height: 170%;}
.center{text-align: center;}
.col{display: flex;flex-direction: column;}
.con p{font-size: 20px;font-weight: 700;line-height: 170%;text-align: left;}
.right{text-align: right;}
/* --------------TOP-----------------*/
#top_contents {width:100%!important;margin:0 auto;}
#top_contents .con{text-align: center;}
#top_contents .con h4{text-align: center;}
#top_contents .con h5{text-align: center;font-size: 16px;font-weight: 600;line-height: 160%;position: relative;display: inline-block;margin-bottom: 45px;}
#top_contents .con h5:before{content: "";background-color: #000;width: 100%;height: 0.4px;position:relative;display: inline-block;top: 30px;}
#top_contents .con h5:after{content: "";background-color: #000;width: 0.4px;height: 25px;position:relative;display:block;top:20px;left: 50%;}
#top_contents .con .text p{font-size: 16px;font-weight: 600;line-height: 160%;}
#top_contents .con .top_room{display: flex;justify-content: space-between;margin: 40px auto;flex-wrap: wrap;}
#top_contents .con .top_room .type{width: 49.4%;margin-bottom: 12px;background-color: #F2F1E8;padding: 40px 40px 40px 73.7px;position: relative;}
#top_contents .con .top_room .type .no{font-size:30px;font-weight:400;line-height:170%;z-index: 1;-webkit-transform: rotate(90deg);top:110px;left:20px;transform: rotate(90deg);color:#4C4920;position: absolute;font-family: "Cinzel", serif;}
#top_contents .con .top_room .type .no:after{display: block;position: absolute;top: 50%;left:-120px;width: 95px;height: 1px;content: "";z-index: 1;background-color:#4C4920;}
#top_contents .con .top_room .type img{border-radius: 8px;}
#top_contents .con .top_room .type .ttl{font-size: 32px;font-weight: 700;line-height: 170%;text-align: left;margin-top: 20px;color: #4C4920;}
#top_contents .con .top_room .type p span{color: #4F0101;}
#top_contents .con .top_room .type .detail{font-family: "Noto Sans JP";font-size: 16px;font-weight: 700;line-height: 170%;margin: 24px 0;}
#top_contents .con .top_room .type .detail dl{display: flex;justify-content: space-between;padding:8px 0;align-items: flex-start;border-bottom: 1px solid #343B2B;color: #343B2B;}
#top_contents .con .top_room .type .detail dl:last-of-type{border: none;}
#top_contents .con .top_room .type .detail dl dt{width: 32%;text-align: left;}
#top_contents .con .top_room .type .detail dl dd{width: 68%;text-align: left;}
#top_contents .con .top_room .type .btn_box{text-align:right;}
#top_contents .con .top_faci{margin: 40px auto;}
#top_contents .con .top_faci .type{display: flex;justify-content: space-between;flex-wrap: wrap;width:100%;margin-bottom:80px;position: relative;}
#top_contents .con .top_faci .type .no{font-size:30px;font-weight:400;line-height:170%;z-index: 1;-webkit-transform: rotate(90deg);top:110px;left:20px;transform: rotate(90deg);color:#4C4920;position: absolute;font-family: "Cinzel", serif;}
#top_contents .con .top_faci .type .no:after{display: block;position: absolute;top: 50%;left:-120px;width: 95px;height: 1px;content: "";z-index: 1;background-color:#4C4920;}
#top_contents .con .top_faci .type .img{width: 41.7%;}
#top_contents .con .top_faci .type .text{width:48%;}
#top_contents .con .top_faci .type .ttl{font-size: 32px;font-weight: 700;line-height: 170%;text-align: left;margin-bottom:8px;color: #4C4920;}
#top_contents .con .top_faci .type .exp{font-family: "Noto Sans JP";font-weight: 400;line-height: 170%;}
#top_contents .con .top_faci .type p span{color: #4F0101;}
#top_contents .con .top_faci .type .detail{font-family: "Noto Sans JP";font-size: 16px;font-weight: 700;line-height: 170%;margin: 24px 0;}
#top_contents .con .top_faci .type .detail dl{display: flex;justify-content: space-between;padding:8px 0;align-items: flex-start;border-bottom: 1px solid #343B2B;color: #343B2B;}
#top_contents .con .top_faci .type .detail dl:last-of-type{border: none;}
#top_contents .con .top_faci .type .detail dl dt{width: 32%;text-align: left;}
#top_contents .con .top_faci .type .detail dl dd{width: 68%;text-align: left;}
#top_contents .con .top_faci .type .btn_box{text-align:right;}
#top_contents .con .top_vicinity{margin: 40px auto;}
#top_contents .con .top_vicinity .type{display: flex;justify-content: space-between;flex-wrap: wrap;width:100%;margin-bottom:80px;position: relative;height:320px;}
#top_contents .con .top_vicinity .type .no{font-size:30px;font-weight:400;line-height:170%;z-index: 1;-webkit-transform: rotate(90deg);top:110px;left:20px;transform: rotate(90deg);color:#4C4920;position: absolute;font-family: "Cinzel", serif;}
#top_contents .con .top_vicinity .type .no:after{display: block;position: absolute;top: 50%;left:-120px;width: 95px;height: 1px;content: "";z-index: 1;background-color:#4C4920;}
#top_contents .con .top_vicinity .type:nth-of-type(odd) .img{width: 41.7%;z-index: 1;position: absolute;left:0;top:0;}
#top_contents .con .top_vicinity .type:nth-of-type(odd) .text{width:67.3%;background-color: #F2F1E8;padding: 30px 0 0 130px;position: absolute;right:0;top: 50px;height: 280px;background-image:url(../images/bg.png);background-position: right bottom;background-repeat: no-repeat;}
#top_contents .con .top_vicinity .type:nth-of-type(even) .img{width: 41.7%;z-index: 1;position: absolute;right:0;top:0;}
#top_contents .con .top_vicinity .type:nth-of-type(even) .text{width:67.3%;background-color: #F2F1E8;padding: 30px 0 0 30px;position: absolute;left:0;top: 50px;height: 280px;background-image:url(../images/bg.png);background-position: left bottom;background-repeat: no-repeat;}
#top_contents .con .top_vicinity .type .ttl{font-size: 32px;font-weight: 700;line-height: 170%;text-align: left;margin-bottom:8px;color: #4C4920;}
#top_contents .con .top_vicinity .type .exp{font-family: "Noto Sans JP";font-weight: 400;line-height: 170%;}
#top_contents .con .top_vicinity .type .btn_box{text-align:right;}
#top_contents .con.bg{background-color: #F2F1E8;}
#top_contents .con .top_access{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 120px;}
#top_contents .con .top_access .info{text-align: left;width: 340px;}
#top_contents .con .top_access .info h3{margin-bottom:8px;}
#top_contents .con .top_access .info .subheading{font-size:18px;font-weight:700;margin-bottom:24px;line-height:40px;}
#top_contents .con .top_access .info p{font-size:20px;font-weight: 600;line-height: 160%;letter-spacing: normal;}
#top_contents .con .top_access .info dl{margin-top: 40px;}
#top_contents .con .top_access .info dl dt{margin-bottom: 16px;font-size: 20px;font-weight: 700;line-height: 170%;}
#top_contents .con .top_access .info dl dd{font-family: "Noto Sans JP";font-size: 16px;font-weight: 500;line-height: 170%;}
#top_contents .con .top_access .map{width: 700px;}
#top_contents .con .way{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
#top_contents .con .way dl.car dt:before{content: "";background-image: url(../images/icon_car.png);position: relative;width: 27px;height: 24px;display: inline-block;background-size: cover;margin-right: 20px;}
#top_contents .con .way dl.train dt:before{content: "";background-image: url(../images/icon_train.png);position: relative;width:25.7px;height:36px;display: inline-block;background-size: cover;margin-right: 20px;}
#top_contents .con .way dl{width:48%;text-align: left;margin-bottom: 32px;}
#top_contents .con .way dl dt{position: relative;font-size: 20px;font-weight: 700;line-height: 170%;display: flex;align-items: center;margin-bottom: 16px;}
#top_contents .con .way dl dd{font-family: "Noto Sans JP";font-size: 16px;font-weight: 500;line-height: 170%;margin-left: 50px;}
#top_contents .con .top_parking{margin:80px auto;}
#top_contents .con .top_parking ul{display: flex;margin-top: 40px;flex-wrap: wrap;justify-content: space-between;}
#top_contents .con .top_parking ul li{width: 48%;margin-bottom: 32px;}
#top_contents .con .top_parking ul li p{margin-bottom: 16px;}
#top_contents .con .top_parking ul li dl{display: flex;justify-content: space-between;padding:8px 0;align-items: flex-start;border-bottom: 1px solid #343B2B;color: #343B2B;font-family: "Noto Sans JP";font-size: 16px;font-weight: 500;line-height: 170%;}
#top_contents .con .top_parking ul li dl:last-of-type{border: none;}
#top_contents .con .top_parking ul li dl dt{width: 32%;text-align: left;}
#top_contents .con .top_parking ul li dl dd{width: 68%;text-align: left;}
/* --------------GUESTROOM-----------------*/
.point{padding-top: 0px;}
.point ul li{font-size: 16px;font-weight: 600;line-height: 140%;margin-bottom: 48px;}
.point .img{display: flex;justify-content: space-between;}
.point .img img{width: 32%;border-radius: 4px;}
.roomtype{padding-top: 0px;padding-bottom: 0px;margin-bottom: 0;}
.roomtype h3{text-align: center;}
.roomtype .type{display:flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 76px;}
.roomtype .type .ttl{width: 100%;font-size: 16px;font-weight: 600;line-height: 160%;margin-bottom: 28px;}
.roomtype .type .ttl span{font-family: Marcellus;font-size: 64.683px;font-weight: 400;margin-right: 28px;line-height: 120%;}
.roomtype .type .text{width: 100%;font-size: 16px;font-weight: 600;line-height: 140%;margin-bottom:64px;}
.roomtype .type .detail{width: 17.5%;}
.roomtype .type .detail dl{/*border-bottom: 1px solid #000;*/padding: 10px 0;}
.roomtype .type .detail dl:last-of-type{border-bottom: none;}
.roomtype .type .detail dl dt{font-size: 16px;font-weight: 700;line-height: 160%;}
.roomtype .type .detail dl dd{font-size: 16px;font-weight: 400;line-height: 160%;}
.roomtype .type .img{width:70.4%; display: flex;justify-content: space-between;margin-bottom: 68px;}
.roomtype .type .img img{width: 30.5%;}
.roomtype .type .btn_box{width:100%;text-align: center;}
.amenity{text-align: left;}
.amenity dl{background-color: #fff;padding: 44px 51px;text-align: left;}
.amenity dl dt{background-color: #080628;padding: 6px 50px;margin-bottom: 18px;display: inline-block;color: #fff;border-radius: 3px;}
.amenity dl dd{margin-bottom: 28px;}
.guide{text-align: center;padding-top: 0;}
.guide h5{font-size: 16px;font-weight: 600;line-height: 160%;border-bottom: 0.3px solid #000;display: inline-block;padding-bottom:10px;margin-bottom: 34px;}
.guide h5 span{font-family: Marcellus;font-size: 30px;font-weight: 400;line-height: 160%;}
.guide p{font-size: 16px;font-weight: 700;line-height: 160%;color: #000;}
.guide p span{font-weight: 400;}
.guide table{width: 60%;margin:58px auto 0;border-collapse:collapse ;}
.guide table td{border: 1px solid #000;text-align: center;height: 56px;width: 27%;}
.guide table th{border: 1px solid #000;text-align: center;height: 56px;}
.guide table tr:first-of-type th{border-top: none;}
.guide table tr:last-of-type th,.guide table tr:last-of-type td{border-bottom: none;}
.guide table tr th:first-child{border-left: none;}
.guide table tr td:last-child,.guide table tr th:last-child{border-right: none;}
/* --------------BREAKFAST-----------------*/
.bf{padding-bottom: 0;}
.bf .ttl{width: 100%;font-size: 16px;font-weight: 600;line-height: 160%;margin-bottom: 28px;}
.bf .ttl span{font-family: Marcellus;font-size: 64.683px;font-weight: 400;margin-right: 28px;line-height: 120%;}
.bf .text{width: 100%;font-size: 16px;font-weight: 600;line-height: 140%;margin-bottom:64px;}
.bf .detail{width:100%;}
.bf .detail dl{display: flex;margin-bottom: 28px;align-items: flex-start;}
.bf .detail dl dt{font-size: 16px;font-weight: 400;line-height: 160%;padding: 6px;border: 1px solid #000;border-radius: 3px;width: 16%;margin-right: 48px;    text-align: center;}
.bf .detail dl dd{font-size: 16px;font-weight: 400;line-height: 160%;width: 80%;}
.bf .img{width:70.4%; display: flex;justify-content: space-between;margin-bottom: 68px;}
.bf p{font-size: 16px;font-weight: 600;line-height: 160%;margin: 34px 0;}
.bf .btn_box{text-align:center;margin: 68px 0 84px;}
.bf_img{margin:0 calc(((100vw - 100%) / 2) * -1);display: flex;width: auto;overflow:hidden;align-items: center;margin-bottom:180px;justify-content: space-evenly;}
.bf_img img:nth-of-type(2){margin-top: 100px;}
.bf_img img:nth-of-type(3){margin-top: 22px;}
/* --------------RESTAURANT-----------------*/
.rest{text-align: center;}
.rest_info{padding-top: 0;}
.rest_info h3{margin-bottom: 40px;text-align: center;}
.rest_info h4{font-size: 28px;font-weight: 600;line-height: 140%;}
.rest_info p{font-size: 16px;font-weight: 600;line-height: 160%;margin-bottom: 68px;letter-spacing: normal;}
.rest_info .list{background-color:#fff;padding: 60px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 48px;flex-wrap: wrap;}
.rest_info .list > div:first-of-type{width: 59%;}
.rest_info .list .ttl{width: 100%;font-size: 16px;font-weight: 600;line-height: 160%;margin-bottom: 28px;}
.rest_info .list .ttl span{font-family: Marcellus;font-size: 64.683px;font-weight: 400;margin-right: 28px;line-height: 120%;}
.rest_info .list .text{width: 100%;font-size: 16px;font-weight: 600;line-height: 160%;margin-bottom:35px;letter-spacing: normal;}
.rest_info .list .detail{width:100%;}
.rest_info .list .detail dl{display: flex;margin-bottom:28px;align-items: center;}
.rest_info .list .detail dl dt{font-size: 16px;font-weight: 400;line-height: 160%;padding: 6px;border: 1px solid #000;border-radius: 3px;width:30%;height: 40px;margin-right: 48px;    text-align: center;display: flex;align-items: center;justify-content: center;}
.rest_info .list .detail dl dd{font-size: 16px;font-weight: 600;line-height: 160%;}
.rest_info .list .detail dl dd span{font-size: 14px;letter-spacing: normal;}
.rest_info .list  .img{width: 34.2%;}
.rest_info .list .caution{width: 100%;margin-bottom: 0;}
.rest_info .note{background-color: #E4E4E4;padding: 46px;text-align: center;}
.rest_info .note p{margin-bottom: 0;}
.rest_info .note .tel{margin-top: 12px;font-size:32px;font-weight: 600;line-height: 160%;text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;position: relative;display: inline-block;}
.rest_info .note .tel::before{content: "";width: 30px;height: 30px;background-color: #080628;display:block;position:absolute;top: 15px;left: -40px;}
/* --------------ACCESS-----------------*/
.access{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom:0px;padding-bottom: 0;}
.access .info{text-align: left;}
.access .info h3{margin-bottom: 46px;}
.access .info .subheading{font-size:18px;font-weight:700;margin-bottom:24px;line-height:40px;}
.access .info p,.parking .info p{font-size: 16px;font-weight: 600;line-height: 160%;}
.access .map{border: 6px solid #FFFFFF;filter: grayscale(50%);}
.parking{margin-bottom:0px;padding-bottom: 0;padding-top: 34px;}
.parking .list{margin-top: 48px;}
.parking .list p{font-size: 18px;font-weight: 700;margin-bottom: 24px;}
.parking .list dl{display: flex;margin-bottom: 28px;align-items: center;margin-bottom:24px;flex-wrap: wrap;}
.parking .list dl dt{font-size: 16px;font-weight: 400;line-height: 160%;padding: 6px;border: 1px solid #000;border-radius: 3px;width:17%;height: 40px;margin-right: 38px;text-align: center;display: flex;align-items: center;justify-content: center;}
.parking .list dl dd{font-size: 16px;font-weight: 600;line-height: 160%;width:70%;}
.parking iframe{filter: grayscale(50%);margin-top: 94px;}
.local{text-align: center;}
.local ul{display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.local ul li{width: 48.3%;background-color: #fff;padding: 16px;border-radius: 3px;box-shadow: 4px 4px 14px -1px rgba(100, 100, 100, 0.17);margin-bottom: 30px;}
.local ul li img{margin-bottom: 13px;}
.local ul li p{font-size: 16px;font-weight: 400;line-height: 160%;text-align: left;}
.local ul li p span{font-weight: 600;}
/* --------------SPEND-----------------*/
.spend{padding-bottom: 0;}
.spend .index{display: flex;justify-content: space-evenly;align-items: flex-start;width: 100%;}
.spend .index li{width: 30%;}
.spend .index li a{display: block;text-align: center;border: 2px solid #53218B;
border-radius: 4px;overflow: hidden;color:#53218B !important;padding: 10px 0px;font-size: 20px;font-weight: 500;line-height: 180%;}
.spend .index li a span{font-size: 20px;font-weight: 500;line-height: 180%;padding-right: 30px;padding-top: 4px;position: relative;}
.spend .index li a span:before{content:"";display:block;width:250px;height:1px;background-color:#080628;position:absolute;top:0;left: calc(50% - 125px);;}
.spend .index li a span:after{content: url('../images/icon_arrow.png');bottom: 2px;right: 0;position: absolute;}
.spend h3{font-size: 20px;font-weight: 500;margin-bottom: 47px;}
.spend h3 span{font-size: 60px;font-weight: 400;line-height: 180%;font-family: Marcellus;margin: 0 32px 0 0;}
.spend h3 a{color: #ECECEC;font-family: Marcellus;font-size: 138.05px;font-weight: 400;letter-spacing: 5.522px;margin-right: 38px;}
.spend .type{display: flex;margin-bottom: 40px;justify-content: space-between;flex-wrap: wrap;}
.spend .type div:first-of-type{width: 530px;}
.spend .type .ttl{font-size: 32px;font-weight: 500;line-height: 180%;display: flex;align-items: center;margin-bottom: 24px;}
.spend .type .ttl img{margin-right: 16px;}
.spend .type .ttl .time{font-size: 20px;font-weight: 500;line-height: 180%;padding: 4px 12px;border: 1px solid;display: inline-block;margin-right: 16px;}
.spend .type .ttl .subttl{font-size:32px;font-weight: 500;line-height: 180%;}
.spend .type .sentence{font-size: 16px;font-weight: 400;line-height: 180%;margin-bottom: 24px;max-width: 570px;margin-bottom: 24px;}
.spend .type .img_l{width: 1080px;height: 250px; margin-top: 40px;}
.spend .type .img{border-radius: 8px;overflow: hidden;width: 500px;height: 280px;margin-bottom: 0px;}
.spend .type .img img{width:100%;height: 100%;object-fit: cover;border-radius: 3px;}
.spend .type .expl{margin-bottom: 24px; display: flex;}
.spend .type .expl dl{display: flex;margin-right: 24px;font-size: 16px;line-height: 180%;}
.spend .type .expl dl dt{font-weight: 700;display: block;}
.spend .type .exp dl dd{font-weight: 400;}
.spend .type .btn_group{display: flex;}
/* --------------SIGHTSEEING-----------------*/
.sigh_lead{width: 1080px;margin: 0 auto;}
.sigh_lead .ttl{font-size: 32px;font-weight: 500;line-height: 180%;text-align: center;margin: auto;margin-bottom: 48px;}
.sigh_lead .sentence{font-size: 16px;font-weight: 400;line-height: 180%;position: relative;margin: auto;text-align: center;margin-top: 40px;}
.sigh_lead .comment{font-size: 16px;font-weight: 400;line-height: 180%;text-align: center;margin-top: 24px;}
.sigh {margin-bottom: 0px;}
.sigh h3{font-size: 20px;font-weight: 500;margin-bottom: 47px;}
.sigh h3 span{font-size: 60px;font-weight: 400;line-height: 180%;font-family: Marcellus;margin: 0 32px 0 0;}
.sigh .img_l{width: 1080px;height: 400px; margin-bottom: 40px;border-radius: 8px;overflow: hidden;}
.sigh .sentence{font-size: 16px;font-weight: 400;line-height: 180%;position: relative;margin: 0 auto;}
.sigh .type{display: flex;align-items: flex-start;justify-content: space-between;    flex-wrap: wrap;}
.sigh .img {margin-bottom: 40px;}
.sigh .img .img_s{margin-bottom: 0px;}
.sigh .type .img_s{width: 530px;height: 400px;border-radius: 8px;overflow: hidden;}
.sigh .type .img_l{width: 960px;height: 400px;border-radius: 8px;}
.sigh .type img{margin-bottom: 40px;}
.sigh .type .sentence{font-size: 16px;font-weight: 400;line-height: 180%;margin-bottom: 24px;max-width: 500px;}
.sigh .dazaifu {margin-bottom: 80px;}
.sigh .dazaifu p{font-size: 16px;}
.sigh .dazaifu .access{background-color: #fff;padding: 6px 16px;font-size: 20px;font-weight: 500;line-height: 180%;display: inline-block;margin-bottom: 16px;}
.sigh .dazaifu ol li{list-style: none;height: 30px;margin-bottom: 16px;position: relative;}
.sigh .dazaifu ol li::before {display: inline-block;margin:0 8px;width: 8px;height: 8px;content: '';border-radius: 100%;background:#080628;}
.sigh .dazaifu ol li::after {display:block;margin:0 8px;width: 1px;height:44px;content: '';background:#080628;position: absolute;top: 15px;left: 4px;}
.sigh .dazaifu ol li:last-child::after{content: none;}
.sigh .itoshima p{font-size: 16px;}
.sigh .itoshima .access{color: #fff;background-color: #080628;padding: 6px 16px;font-size: 20px;font-weight: 500;line-height: 180%;display: inline-block;margin-bottom: 16px;}
.sigh .itoshima ol li{list-style: none;height: 30px;margin-bottom: 16px;position: relative;}
.sigh .itoshima ol li::before {display: inline-block;margin:0 8px;width: 8px;height: 8px;content: '';border-radius: 100%;background:#080628;}
.sigh .itoshima ol li::after {display:block;margin:0 8px;width: 1px;height:44px;content: '';background:#080628;position: absolute;top: 15px;left: 4px;}
.sigh .itoshima ol li:last-child::after{content: none;}
.onsen h3{font-size: 60px;font-weight: 500;line-height: 180%;}
.onsen .sentence{font-size: 20px;font-weight: 500;margin-bottom: 64px;}
.sigh .subheading{font-size:20px;font-weight:500;margin-bottom:64px;line-height:180%;}
.sigh .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sigh .list .spot{width: 527px;margin-bottom: 24px;}
.sigh .list .spot .photo{height: 298px;overflow: hidden;margin-bottom:16px;display: flex;align-items: center;justify-content: center;border-radius: 8px;}
.sigh .list .spot .photo img{width: 100%;height:100%;object-fit: cover;}
.sigh .list .spot .exp{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.sigh .list .spot .exp .detail{color: #333333;font-size: 16px;font-weight: 400;}
.sigh .list .spot .exp .ttl{font-size: 20px;font-weight:500;margin-bottom: 10px;display: inline-block;line-height: 180%;}
.sigh .list .spot .exp .distance{color: #080628; border:1px solid #080628; display: flex;justify-content: center;align-items: center;gap: 8px;border-radius: 20px;padding: 0px 16px;font-size: 20px;font-weight: 700;background-color: #fff;}









