@charset "UTF-8";
/* CSS Document */


/*/////////////// seasonitem TOP　///////////////*/


/*////// 標準の左右余白削除　//////*/
.free_page_box {
    padding-left: 0px;
    padding-right: 0px;
}

.bnrbox {
    padding: 0px;
}

    .responsive .box_both_ends_small_space,.responsive .form_area_wrapper,.responsive .form_info_wrapper,.responsive .free_page_box,.responsive .inner_contents_box {
        padding-left: 0px;
        padding-right: 0px
    }

@media screen and (min-width: 480px)
.responsive .box_both_ends_small_space, .responsive .form_area_wrapper, .responsive .form_info_wrapper, .responsive .free_page_box, .responsive .inner_contents_box {
    padding-left: 0px;
    padding-right: 0px;
}

/*/////////////////////////////////////////////////*/


/*/////////////// 文字_見出し　///////////////*/

.title_headline {
    margin-top: 3px;
    font-size: 25px;
    text-align: center;
    font-family: 'Cormorant', serif;
    letter-spacing: .09em;
}


.title_subheadline {
    margin-top: 3px;
    font-size: 10px;
    letter-spacing: 0.3em;
    font-family: Hiragino Sans W3;
    text-align: center;
    margin-bottom: 10px;
}

.ninetop_text {
    font-family: 'Cormorant', serif;
    letter-spacing: 0.3em;
    text-align: center;
    font-size: 1.3em;
}

p.ninetop_subtext {
    text-align: center;
    margin-top: 0px;
    letter-spacing: 0.2em;
    font-family: Hiragino Sans W3;
    font-size: 9px;
}

p.ninetop_subtext _j{
    text-align: center;
    margin-top: -10px;
    letter-spacing: 0.2em;
    font-family: Hiragino Sans W3;
    font-size: 9px;
}


.block-sec--hn {
    border: none;
    border-bottom: 1px solid #020202;
    color: #020202;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 15px 0 15px 0;
    padding: 0 0 24px 0;
    position: relative;
    text-align: center;
    font-family: 'Cormorant', serif;
}

.block-sec--hn-sub {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 100%;
    font-family: Hiragino Sans W3;
}

.block-sec--hn-sub span {
    background: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.4em;
    padding: 0 7px;
    font-family: Hiragino Sans W3;
}

/*/////////////////////////////////////////////////*/


/*/////////////// ボタンカスタマイズ　///////////////*/

@media screen and (max-width: 999px)
.custom-reservation__buttonBox {
    max-width: 100%;
    width: 93%;
}

.custom-reservation__buttonBox {
    max-width: 520px;
    margin: 0 auto;
    margin-top: 5px;
}

@media screen and (max-width: 999px)
.custom-reservation__buttonBoxMain {
    margin: 0 -5px;
}

.custom-reservation__buttonBoxMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    justify-content: space-around;
　 margin-bottom: 20px;
}

.custom-reservation__buttonOption {
    width: 50%;
    padding: 0 10px;
}

@media screen and (max-width: 999px)
.custom-reservation__link {
    font-size: 1.1rem;
    letter-spacing: .72px;
    line-height: 38px;
    height: 40px;
}

.custom-reservation__link {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1.68px;
    line-height: 30px;
    height: 50px;
    font-weight: 300;
    font-style: normal;
    color: #534949;
    border-radius: 50px;
    border: solid 1px #707070;
    transition: .5s;
    font-family: Hiragino Sans W3;
}

a.custom-reservation__link:hover {
    color: #ffffff;
    background-color: #262626;
    cursor: pointer;
}

a:visited {
    color: #262626;
}

.custom-reservation__buttonOption a {
   padding: 10px;
   font-size: 10px;
   margin-bottom: 20px;
　font-family: Hiragino Sans W3;
    font-weight: normal;
 color: #262626;
}

a:visited {
    color: #262626;
}


section.btnbox {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 12px;
 font-family: 'Cormorant', serif;
  padding: 1.5rem .5rem;
  background-color: #151515;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
	    margin-top: 10px;
    margin-bottom: 20px;
}
a.btn_02_a:hover {
  background: #000000;
}
a.btn_02_a span {
  position: relative;
  padding-left: 36px;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: -1px;
  margin-top: -12px;
}
a.btn_02_a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #626262;
  border-right: 3px solid #626262;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}
	

.button_nine a {
    background: #372e2e;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #e4ded8;
    transition: 0.3s ease-in-out;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    font-family: 'Times New Roman', 'Cormorant', serif;
    text-decoration: none;
}


/*/////////////////////////////////////////////////*/



/*/////////////// テーブルタグ　///////////////*/


.seasonbox {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    table-layout: fixed;
}
	
.seasonbox p {
    line-height: 18px;
    font-size: 10px;
    letter-spacing: 0.1em;
    width: 95%;
}

table.seasonbox img {
    width: 95%;
}

table.season_items {
    text-align: center;
    width: 100%;
}

p.season_price {
    text-align: center;
    margin: 2px;
    display: inline-block;
    font-size: 1.0em;
    font-family: Hiragino Sans W3;
    letter-spacing: .01em;
}


p.tax {
    display: inline-block;
    text-align: center;
    font-size: 0.7em;
    color: #404040;
}

table.season_items img {
    width: 95%;
}

/*/////////////// ランキングテーブルタグ　///////////////*/




table.season_rank {
    text-align: center;
    width: 100%;
}

p.season_rank_price {
    text-align: center;
    margin: 2px;
    display: inline-block;
    font-size: 1.0em;
    font-family: Hiragino Sans W3;
    letter-spacing: .01em;
}


p.rank_tax {
    display: inline-block;
    text-align: center;
    font-size: 0.7em;
    color: #404040;
}

table.season_rank img {
    width: 95%;
}


.rank_box{
  position: relative;
}

.rank_no {
    position: absolute;
    top: 0px;
    left: 0px;
}

/*/////////////// フレックススライダー　///////////////*/

.flexslider{
  margin: auto;
  position: relative;
　margin-top: 0;	
  zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
	
.Table1 {
border-collapse: collapse;
table-layout: fixed;

}	

p.flex-caption {
    text-align: center;
    font-size: 9px;
}

.season_imgdate img {
    width: 100%;
}

.subfeature_text {
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1;
    margin: 3px 0 15px 0;
    text-align: center;
    font-family: Hiragino Sans W3;
}
.feature-sec--hn-sub span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.4em;
    padding: 10px 7px;
    font-family: Hiragino Sans W3;
}


/** =======================
 *テキスト
 ===========================*/	

.headline_lp {
    margin: 3px;
    padding: 0;
}

p.headline_lp {
    margin-left: auto;
    margin-right: auto;
    color: #372e2e;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    font-family: 'Times New Roman', 'Cormorant', serif;
}

p.headline_lp_tprice {
    margin-left: auto;
    margin-right: auto;
    color: #372e2e;
    font-size: 8px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    text-align: center;
    font-family: 'Cormorant', serif;
}


	
/** =======================
 * 浴衣アコーディオンサーチ
 ===========================*/	
	
.section_yukatasarchpage {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


ul {
  list-style-type: none;
}

.section_yukatasarchpage .name {
	padding-left:5px;
	font-size:11px;
	line-height:1em;
	vertical-align:middle;
	text-align: left;
}	
	
.section_yukatasarchpage .thumb {
	width:30px;
	height:30px;
	text-align: center;
	vertical-align: middle;
}

 .accordion {
  width: 100%;
  max-width: 95%;
  margin: 10px auto 20px;
  background: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }

.accordion .link {
 cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #bbb9b9;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
  color: white;
}

.accordion li.open .link {
  color: #ffffff;
}

.accordion li.open i {
  color: #ffffff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.accordion .fa-search:before {
    content: "\f002";
    color: white;
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
  display: none;
  background: #fafafa;
  font-size: 12px;
  padding: 0px;
 }

 .submenu li {
  border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
	    width: 32.9%;
    display: inline-block;
 }

 .submenu a {
  display: block;
  text-decoration: none;
  color: #504e4e;
  padding: 8px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
 }

 .submenu a:hover {
  background: #ccc;
  color: #FFF;
 }

.section_yukatasarchpage .thumb img {
    width:20px;
	height:20px;
}


	
/** =======================
 * end 浴衣アコーディオンサーチ
 ===========================*/	

.floating {
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    opacity: 0.9;
}

	