@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body{
  color: #505050;
}
img{
	vertical-align:top;
}
.container{
  width: 950px;
  margin: 0 auto;
}
.sec_wrap{
  padding: 100px 0;
}
.sec_wrap_s{
  padding: 70px 0;
}
.headline{
  text-align: center;
  margin-bottom: 50px;
}
.cap{
  font-size: 10px;
  line-height: 1;
  margin-top: 4px;
}
.cap_r{
  font-size: 10px;
  text-align: right;
  line-height: 1;
  margin-top: 4px;
}
.link_btn_block{
  text-align: center;
}
.link_btn{
  background-color: #ffffff;
  padding: 10px 30px 10px 50px;
  border: #CCCCCC 1px solid;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.link_btn:hover{
  color: #cc0000;
}
.link_btn::before{
  content: "";
  width: 11px;
  height: 10px;
  background-image: url(/commonY15/img/icon_ext_red_01.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}



/* メインビジュアル */
.mv_wrap{
  padding: 24px 0 70px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #C5BCAF 45%, #C5BCAF 100%);
}
.mv_main img{
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 25%);
}


/* おすすめオプション */
.date{
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
.mv_bn{
  width: 710px;
  background-color: #fff;
  margin: 50px auto;
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 25%);
  transition: box-shadow 0.3s;
}
.mv_bn:hover{
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 0%);
}
.intro_wrap{
  width: 700px;
  margin: 0 auto 60px;
}
.intro_ttl{
  text-align: center;
  font-size: 25px;
  color: #333333;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.plan_block{
  padding: 20px 0 20px 20px;
  border-left: 1px solid #CCCCCC;
  margin-bottom: 60px;
}
.plan_cont{
  display: flex;
  justify-content: space-between;
}

.left{
  width: 456px;
}
.plan_ttl{
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  color: #333333;
}
.plan_ttl h4{
  font-family: 'Noto Serif JP', serif;
  font-size: 27px;
  line-height: 1.7;
  margin-bottom: 8px;
}
.plan_ttl p{
  font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W6",sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.plan_ttl p::before{
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
}
.plan_img_block{
  display: flex;
  margin-top: 40px;
}

.right{
  position: relative;
}
.right_bg{
  background-color: #F5F3F1;
  width: 440px;
  height: 330px;
  position: absolute;
  z-index: -1;
  left: -90px;
  top:90px;
}

.info{
  margin: 40px 0 30px;
}
.info_dt{
  background-color: #C5BCAF;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 110px;
  height: 20px;
  line-height: 1.5!important;
}
.info_A{
  display: flex;
  margin-bottom: 20px;
}
.info_A dd{
  width: 811px;
  margin-left: 10px;
}
.info_B{
  display: flex;
  margin-bottom: 20px;
}
.info_B dd{
  margin: 0 40px 0 10px;
}

/* あくねの海衆山衆 */
.column_wrap{
  background-color: #F5F3F1;
  padding: 50px 30px 30px 30px;
}
.column_wrap h3{
  font-family: 'Noto Serif JP', serif;
  color: #6F5B3B;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  position: relative;
}
.column_wrap h3::after{
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #6F5B3B;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
.column_list{
  display: flex;
  justify-content: space-between;
}
.column_item{
  width: 280px;
}
.column_name{
  font-size: 15px;
  color: #333333;
  margin: 16px 0 8px;
}

/* スペシャルツアー */
.special{
  background-image:linear-gradient(235deg, #6F5B3B 0%, #3B3120 100%);
  color: #ffffff;
  letter-spacing: 0.05em;
}
.special_ttl{
  text-align: center;
  margin-bottom: 50px;
}
.special_ttl h2{
  margin-bottom: 20px;
}
.special_inner{
  display: flex;
  justify-content: space-between;
}
.text_Block{
  width: 560px;
}
.text_Block dl dt,.special_conditions dl dt{
  color: #6F5B3B;
  background-color: #ECE7D3;
  padding: 3px 10px;
  border-radius: 2px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.text_Block dl dd{
  margin-bottom: 30px;
}
.special_conditions dl dd{
  margin-bottom: 16px;
}
.special_conditions{
  margin-bottom: 30px;
}
.img_Block img{
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 25%);
}
.img_Block>div{
  margin-bottom: 24px;
}

/* ホテル */
.hotel{
  width: 850px;
  margin: 0 auto;
}
.hotel_img_block{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.hotel_name{
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.hotel_name::before{
  content: "";
  width: 12px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0px;
}

/* あくね市 */
.akune{
  background-color: #F5F3F1;
  margin-bottom: 100px;
  padding-bottom: 190px;
}
.akune_item{
  position: relative;
}
.akune_item p{
  position: absolute;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 360px;
  right: 0;
  top: 380px;
}

/* 予約上のご注意 */
.announce{
  width: 880px;
  border: #cc0000 1px solid;
  padding: 30px;
  margin: 0 auto 30px ;
}
.announce h2{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.announce ul li{
  font-size: 16px;
}

/* バナー */
.bn_wrap{
  padding: 70px 0 30px;
}
.bn_item{
  margin-bottom: 30px;
}

/* モジュール内 */
.domtour940 .seaBox.step4 dl.clm1 .ttl span{
  font-size: 12px;
}

/*20221222追加　お申し込みはこちらから*/
.mgtS {
    margin-top: 20px;
}
.mgtM {
    margin-top: 30px;
}
.ttlLv1 {
    border-bottom: 3px solid #dcdcdc;
}
.ttlLv1:after {
    content: "";
    display: block;
    width: 37.5%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #c41419;
}
.ctm_pageTtl {
    margin-top: 60px;
    padding-top: 5px;
    padding-bottom: 15px;
    background-color: #CC0000;
}
.ctm_pageTtl .heading {
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
}
.ctm_pageTtl .heading span {
    font-size: 1.8rem;
    line-height: 3.5rem;
    text-align: center;
}
.btn_red {
    background-color: #c00;
    color: #fff;
    border: 0px;
    margin: 10px auto 0 auto;
    padding: 13px 30px 13px 20px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
    font-weight: normal;
}
.btn_red:hover{
    text-decoration: underline;
}
.btn_red:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
}
.acod_head {
    border: 1px solid #dedede;
    padding: 6px 30px 6px 9px;
    position: relative;
    cursor: pointer;
}
.acod_head h2 {
    font-size: 16px;
    line-height: 1.5;
}
.acod_head:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #c41419;
    border-right: 2px solid #c41419;
    position: absolute;
    top: 53%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform 0.1s;
}
.acod_head.close:after{
    transform: translateY(-50%) rotate(-225deg);
    transition: transform 0.1s;
}
.acod_inner {
    display: none;
    border: 1px solid #dedede;
    border-top: 0;
    padding: 10px 17px;
}
.acod_inner img {
    width: 100%;
}