@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - PLAN CSS
	URL: http://kaneyamaen.sbs/
	Date: 2016-12-21
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body.plan : 宿泊予約ページ
===============================================================*/
/*一覧ページ
-------------------------------------------------------------*/
body.plan form[name="ypro_form_search2"] .alignC{
	position:relative;
}
body.plan form[name="ypro_form_search2"] .alignC:hover{
	opacity:0.6;
}
body.plan form[name="ypro_form_search2"] .alignC input{
	opacity:0;
	padding:2px;
	position:relative;
	z-index:9;
}
body.plan form[name="ypro_form_search2"] .alignC:after{
	position:absolute;
	content:"空室検索";
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: -webkit-flex;
	display: flex;align-items: center;justify-content: center;
	border:1px solid #555049;
	text-indent:-1em;
	background:url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat 75% center;
}
body#planIndex main #leadArea {
	overflow: hidden;
	margin-bottom: 45px;
	padding: 40px 0;
	width: 100%;
}

body#planIndex main #leadArea .tl {
	padding-top:44px;
    background:url(../img/ico/ico_fuji_lrg_brush.png) no-repeat top center;
	text-align:center;
	margin-bottom:2%;
}
body#planIndex main #leadArea .txt {
	width:100%;
	text-align:center;
}
body#planIndex main .postList{
	justify-content: flex-start;
	margin-bottom:8%;
}
body#planIndex main .postList li{
	margin:0 0.65% 5%;
}
body#planIndex main .postList li br + br{
	display:none;
}
body#planIndex main .postList li .begining {
	display: block;
}
body.plan .contactArea .boxR {
    width: 30%;
    text-align: center;
}
body.plan main {
}
body.plan main .searchBox {
	margin-bottom:6.4%;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items: center;
}
body.plan main .searchBox #dateBox{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
body.plan main .searchBox .title{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin-right:20px;
}
body.plan #wrapper main .searchBox .blu-btn{
	margin-bottom:0;
}
body.plan main .searchBox .title select{
	margin:0 10px;
}
body.plan main .searchBox form {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
body.plan main .searchBox h2, body.plan main .searchBox .innerBox {
}
body.plan main .searchBox h2 {
	padding:0 4% 0 0;
	margin:0 4% 0 0;
	background:none;
	border-right:1px solid #d9d0c4;
	line-height:1.1;
}
body.plan main .searchBox .closeBtn{
	display:none;
}
body.plan main .searchBox h2.planSerch_title{
	display:block;
}
body.plan main .searchBox h2 img {
	width: 70%;
	display:none;
}
body.plan main .searchBox h3,
body.plan main .searchBox #dateBox,
body.plan main .searchBox .alignC,
body.plan main .searchBox p {
	vertical-align: middle;
}
body.plan main .searchBox #dateBox{
	width:50%;
}
body.plan main .searchBox p{
}
body.plan main .searchBox #dateBox span,
body.plan main .searchBox #dateBox select,
body.plan main .searchBox #dateBox button {
	-webkit-flex-shrink:0;
  flex-shrink:0;
}
body.plan main .searchBox #dateBox span{
	margin:0 7px;
}
body.plan main .searchBox .innerBox > p {
	display: none;
}
body.plan main .searchBox .innerBox {
	width:80%;
	padding:0;
}
body.plan main .searchBox .blu-btn {
	width: auto;
	height: 38px;
	padding: 8px 40px;
}
body.plan main .searchBox .innerBox select {
	min-width: 30px;
border: 1px solid #d9d0c4;
padding:3px;
padding-right:23px;
background:url(../img/ico/ico_arrow_down.png) no-repeat 95% center;
border-radius:3px;
}
body.plan main .searchBox .innerBox .searchBtn {
	background:url(../../room/img/kihin/bg_d-brown_paper.png);
	border-radius:3px;
	width:154px;
	height:auto;
}
body.plan main .searchBox .alignC {
}
body.plan main .searchBox h3 {
	padding-right: 0px;
	font-family: "Mykokoro", serif;
	line-height:1;
	-webkit-flex-shrink:0;
  flex-shrink:0;
  margin-right:20px;
}
body.plan main .searchBox .calendarBtn {
	width: 40px;
	border-radius: 3px;
	padding: 5px;
	background:#ebebeb;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.plan main .searchBox .calendarBtn:hover {
	opacity:0.7;
}
body.plan main .searchBox .calendarBtn img {
	width: 100%;
	height: auto;
	display: block;
}
body.plan main .searchBox #search_calendar {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	z-index: 9;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
}
body.plan main .searchBox #search_calendar a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.plan main .searchBox #search_calendar a:hover {
	opacity: 0.7;
}
body.plan main .searchBox #search_calendar.open {
	display: block;
	opacity: 1;
}
body.plan main .searchBox #search_calendar .calendarBox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	width: 40%;
	height: 50%;
}
body.plan main .searchBox #search_calendar .calendarBox .cl_close {
	position: absolute;
	right: -70px;
	top: -50px;
	border-radius: 50%;
	background: url(../img/bg_black_paper02.png);
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
body.plan main .searchBox #search_calendar .calendarBox .cl_close:before,
body.plan main .searchBox #search_calendar .calendarBox .cl_close:after {
	display: block;
	content: '';
	width: 3px;
	height: 50%;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color:#f0f0f0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
body.plan main .searchBox #search_calendar .calendarBox .cl_close:after {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.plan main .searchBox #search_calendar .calendarBox table {
	width: 100%;
}
body.plan main .searchBox #search_calendar .calendarBox table th, body.plan main .searchBox #search_calendar .calendarBox table td {
	text-align: center;
	border-bottom: 1px solid #ded7ce;
}
body.plan main .searchBox #search_calendar .calendarBox table th {
	padding: 10px 0;
}
body.plan main .searchBox #search_calendar .calendarBox table th a {
	display: block;
	padding: 8px 10px;
	border:1px solid rgba(0,0,0,0.4);
	color:#555049;
	font-weight: normal;
}
body.plan main .searchBox #search_calendar .calendarBox table th.cl_back a {
	background: url(../img/ico/ico_arrow_blk_lft-thn.png) no-repeat 10% center;
}
body.plan main .searchBox #search_calendar .calendarBox table th.cl_next a {
	background: url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat 90% center;
}
body.plan main .searchBox #search_calendar .calendarBox table td {
	padding: 10px 5px;
}
body.plan main .searchBox #search_calendar .calendarBox table td a {
	background:#f6f5f5;
	border:1px solid rgba(0,0,0,0.4);
	padding: 10px;
	color:#555049;
	display: block;
	border-radius: 2px;
}
body.plan main .searchBox #search_calendar .calendarBox table .cl_week span {
	background: url(../img/bg_black_paper02.png);
	color: #fff;
	position: relative;
	width: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 50%;
	padding-top: 8px;
}
body.plan main .searchBox .color-btn.blu-btn{
	background:url(../img/bg_black_paper02.png);
}

@media screen and (max-width: 1200px) {
body.plan main .searchBox .innerBox{
	display:inline-block;
	width:auto;
}
body.plan main .searchBox form {
	display:block;
	text-align:center;
}
body.plan main .searchBox #dateBox{
	width:100%;
	margin-bottom:2%;
}
body.plan main .searchBox form .title{
	display:inline-block;
	margin-right:2%;
}
body.plan main .searchBox form .alignC{
	width:33%;
	display:inline-block;
}
body.plan #wrapper form[name="ypro_form_search2"] .alignC input{
	width:100%;
	height:30px;
}
body.plan main .searchBox h3{
	display:block;
	margin-bottom:10px;
	margin-right:12px;
}
}
/*詳細ページ
-------------------------------------------------------------*/
body#planIndividual main .searchBox{
	margin-top:6%;
}
body#planIndividual #introArea h2 {
	background: none;
	padding: 0;
	text-align: center;
    border-bottom: 1px solid #ded7ce;
	padding-bottom:3%;
	margin-bottom:2%;
}
body#planIndividual #introArea h2 strong {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
body#planIndividual #mainVisual {
	margin-bottom: 40px;
}
body#planIndividual #mainVisual:empty{
	margin-bottom:0;
}
body#planIndividual #mainVisual video {
	width: 100%;
	height: auto;
}
body#planIndividual #contentArea {
	padding: 40px 0;
	margin-bottom: 6.4%;
	position: relative;
}
body#planIndividual #contentArea .deco {
	position: absolute;
}
body#planIndividual #contentArea .cloud1 {
	bottom: 10%;
	left: 0;
}
body#planIndividual #contentArea .cloud2 {
	right: 0;
	top: 12%;
}
body#planIndividual #contentArea .innerWidth {
	position: relative;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
body#planIndividual #contentArea #photoArea {
	width: 24%;
}
body#planIndividual #contentArea #photoArea img {
	display: block;
	width: 100%;
	height: auto;
}
body#planIndividual #contentArea #photoArea div {
	margin-bottom: 30px;
}
body#planIndividual #contentArea #textArea {
	width: 73%;
}
body#planIndividual #contentArea #textArea p {
	margin-bottom: 2%;
}
body#planIndividual #contentArea #textArea #mainCopy {
	background: none;
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
}
body#planIndividual #contentArea #textArea .redSeat {
}
body#planIndividual #reservationArea {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.4%;
	text-align:center;
    .photoArea-bottom {
        width: 390px;
    }
}
body#planIndividual #reservationArea .slick-slide{
	-webkit-backface-visibility:hidden;
 	backface-visibility:hidden;
}
body#planIndividual #reservationArea .planslider {
	width: 30%;
	height:auto;
	overflow:hidden;
}
body#planIndividual #reservationArea .planslider .caption{
    margin-top: 5px;
    text-align: left;
}
body#planIndividual #reservationArea .planslider .swiper-slide{
    background-color: #fff;
}
body#planIndividual #reservationArea .planslider .image{
    width: 100%;
    aspect-ratio: 340/255;
}
body#planIndividual #reservationArea .planslider .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body#planIndividual #reservationArea .planslider .swiper-slide{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden
}
body#planIndividual #reservationArea .boxR {
	width: 68%;
}
body#planIndividual #reservationArea .outlineTable th {
	width: 18%;
	font-weight: normal;
}
body#planIndividual #reservationArea .outlineTable {
	border-top: 1px solid #ded7ce;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
body#planIndividual #reservationArea .outlineTable th, body#planIndividual #reservationArea .outlineTable td {
	border-bottom: 1px solid #ded7ce;
	padding: 12px 0;
	text-align:left;
}
body#planIndividual #reservationArea h2 {
	background: none;
	text-align: left;
	font-size: 110%;
	margin: 0;
	padding: 0;
}
body#planIndividual #reservationArea h2 strong {
	display: block;
	font-weight: normal;
	font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-top: 5px;
}
body#planIndividual #reservationArea .price {
	text-align: left;
}
body#planIndividual #reservationArea .price br{
}
body#planIndividual #reservationArea .price, body#planIndividual #reservationArea .komeText {
	display: inline-block;
}
body#planIndividual #reservationArea .komeText {
	padding-left: 12%;
}
body#planIndividual #reservationArea .color-btn {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	background:url(../../room/img/kihin/bg_d-brown_paper.png);
	padding:10px 3% 14px;
}
body#planIndividual #reservationArea .color-btn .arr {
	background: url(../img/ico/ico_arrow_nrw_wht_rgt.png) no-repeat right center;
}
body#planIndividual .telArea {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.4%;
	border: 1px solid #ded7ce;
	width: 75%;
	margin: 0 auto;
}
body#planIndividual .telArea h2 {
	background: url(../img/bg_black_paper.png) repeat left bottom;
	width: 43%;
	color: #fff;
	padding: 43px 25px;
	font-size: 120%;
	margin-bottom: 0;
	line-height: 1.2;
}
body#planIndividual .telArea h2 .eng {
	color: #d0d8e7;
}
body#planIndividual .telArea .boxR {
	width: 57%;
	text-align: center;
	padding-top: 1%;
}
body#planIndividual .telArea .boxR .dial {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",  "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	font-size: 110%;
}
body#planIndividual .telArea .boxR .dial:before {
	height: 1px;
	width: 70%;
	background: #a8a6a4;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	z-index: 0;
}
body#planIndividual .telArea .boxR .dial span {
	padding: 4px 10px;
	background: #fff;
	display: inline-block;
	z-index: 1;
	position: relative;
}
body#planIndividual .telArea .boxR .telBox .telNumber {
	display: block;
	font-size: 36px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",  "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.2;
}