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


/* サイト全体*/
body {
	background-color: black;
	color: white;
	font-family: 游明朝, "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#page {
	overflow: hidden;
}

.site-header {}


#main {
	/*font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;*/
	text-align: justify;
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 0px 20px;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.row {
	margin-right: -15px;
	/* ←マイナス側へ数値を大きくしてみよう */
	margin-left: -15px;
	/* ←マイナス側へ数値を大きくしてみよう */
}

.pc_logo img {
	width: 250px;
}

.tb_top_display {
	display: none;
}

.pc_top_display {
	display: block;
}


.wpml-ls-native {
	font-size: 16px !important;
	position: relative;
	top: -4px;
}

.table td,
.table th {
	border-top: none !important;
}

/* 画面外にいる状態 */
.fadein {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

#ubermenu-main-18-desktop {
	margin-top: 6px;
}

.wp-block-video video {
	width: 100%;
	height: 100%;
}

.bellows .bellows-nav .bellows-target {
	padding: 15px 20px !important;
}

.pum-close {
	padding: 0 0 5px 0 !important;
}


.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}


@media only screen and (max-width: 1200px) {
	.container {
		width: 100%;
		margin: 0 auto;
	}

}


@media only screen and (max-width: 1650px) {


	.tb_top_display {
		display: block;
	}

	.pc_top_display {
		display: none;
	}


}


@media only screen and (min-width: 1650px) {

	#menu-item-3874 {
		padding-top: 20px !important;
	}



}


@media screen and (min-width:768px) {
	#main {
		width: 900px;
	}

	#main2 {
		width: 100%;
		padding: 0 20px;

	}

	.ubermenu-submenu {}

}

@media screen and (max-width:767px) {
	#main2 {
		padding: 0 10px !important;
	}
}

@media screen and (max-width:900px) {

	#slide-3-layer-4 {
		display: none !important;
	}

	.bt_reservation {
		border: solid 1px #ffffff !important;
		border-radius: 5px !important;
		margin-right: 20px !important;
		margin-top: 15px;
		width: 55px !important;
		font-size: 10px;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 50% !important;
		max-width: -webkit-calc(20% - 4px);
		max-width: calc(20% - 4px);
	}

	.rev-btn {
		margin-top: 250px !important;
	}




}


@media screen and (orientation:landscape) {

	.rev-btn {
		margin-top: 0px !important;
	}




}



@media screen and (max-width:575px) {
	.relative {
		margin-bottom: 40px;
	}
}




.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	padding-top: 5px;
	margin-bottom: 20px;
}

.content-area {
	margin-top: 150px;
}

#content {}

#content p {
	line-height: 30px !important;
}

.site-branding {
	background-color: #000000;
	opacity: 0.7;
	text-align: center;
	padding: 16px 0 16px 0;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}


#top_slider {
	position: relative;
}

.block_bt_top_slider {
	position: absolute;
	/*絶対配置*/
	top: 49%;
	left: 90%;
	z-index: 2;
	margin-left: -100px;
}

#rev_slider_1_1_wrapper {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.bt_top_slider {
	width: 100px;
	right: -7px;
	opacity: 1;
}

.bt_top_slider:before {
	border-width: 12px 0 12px 18px;
}

.bt_top_slider:after {
	box-shadow: 0px 0px 0px 10px #fff;
	/* borderだとアニメーションが汚いので、box-shadowで代替*/
}

body:not(.isTouch) .bt_top_slider:hover:after {
	box-shadow: 0px 0px 0px 14px #fff;
}

.bt_top_slider.beforeAnimation {
	transform: scale(0);
	width: 120px;
	margin: 0;
	opacity: 0;
}

.bt_top_slider.beforeAnimation:after {
	box-shadow: 0px 0px 0px 100px #fff inset;
}

.bt_top_slider.onAnimation {
	transform: scale(1);
	width: 120px;
	margin: 0;
	opacity: 1;
	transition: all 0.4s ease-in-out 1.3s;
}

.bt_top_slider.onAnimation:after {
	box-shadow: 0px 0px 0px 10px #fff inset;
	transition: all 0.4s ease-in-out 1.3s;
}

.bt_top_slider {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
}

.bt_top_slider span {
	display: block;
	padding: 100% 0 0;
	/* レスポンシブな正円にするため */
}

.bt_top_slider:before {
	content: '';
	display: block;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-30%, -50%);
}

.bt_top_slider:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.photo-gallery {
	font-family: 'Cambria Math', 'Georgia', 'American Typewriter', 'Baskerville', sans-serif;
	letter-spacing: 0.2em;
	color: #ffffff !important;
	font-size: 1em !important;
	background-color: #000000;
	opacity: 0.7;
	margin-bottom: 15px;
}

.bt_top_slider:focus,
.photo-gallery:focus {
	outline: none;
	text-decoration: none;
}

.photo-gallery::before,
.photo-gallery::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.photo-gallery,
.photo-gallery::before,
.photo-gallery::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.swiper-container {
	background-color: #000000;
}

.photo-gallery-box {
	margin: 100px auto 0;
	z-index: 2;
	text-align: center;
	position: relative;
}

.photo-box {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.photo-gallery {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	padding: 9% 0;
}

.photo-gallery:hover {
	background-color: #FFFFFF;
	color: #000000 !important;
	font-size: 1.2rem !important;
	text-decoration: none;
	outline: none;
}

/* アニメーション設定 */
.arrowWrap {
	position: absolute;
	margin: auto;
	top: 45%;
	right: 0;
	left: 0;
	height: 200px;
}

.arrowInner p {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.arrow {
	width: 1px;
	height: 100px;
	margin: 0 auto;
	background-color: #000000;
	position: relative;
	overflow: hidden;
}

.arrow::before {
	content: '';
	width: 2px;
	height: 100px;
	margin: 50px auto 0;
	background-color: #FFFFFF;
	position: absolute;
	top: -150px;
	left: 0;
	-webkit-animation: arrow 2.5s ease 0s infinite normal;
	animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}
}

#top_photo_thumbnail {
	background-color: #484848;
	width: 100%;
	position: relative;
}

#top_photo_thumbnail img {
	margin: 0 !important;
	padding: 0 5px !important;
}

.top_photo_thumbnail_bt a {
	right: 5px;
	top: 5px;
	color: #ffffff !important;
	position: absolute;
	z-index: 1000;
}

.gallery-item {
	margin-bottom: 0px !important;
	margin-top: 1px !important;
}

#wppu-fill-loader-thunb img {
	padding: 0 !important;
	box-sizing: content-box !important;
}

#masthead {
	position: relative;
	width: 100%;
}

/* ubermenu*/
.ubermenu .menu-item-language {
	float: right;
	padding: 15px 12px;
}

.ubermenu-responsive-toggle a {
	color: #ffffff !important;
}

.ubermenu-submenu-id-wpml-ls-header_menu_sub-ja {}

.fa-bars:before {
	content: "\f107" !important;
	font-family: FontAwesome;
	font-size: 30px;
}

.ubermenu-nav {
	text-align: center !important;
}

.ubermenu-submenu a {
	color: #ffffff !important;
}

#ubermenu-nav-main-18-primary {}

.wpml-ls-link {
	color: #ffffff !important;
}


@media only screen and (min-width: 1200px) {
	.ubermenu-responsive-toggle {}
}

.main-navigation_mobile a {
	color: #ffffff !important;
	font-size: 32px !important;
}

.bt_reservation_block {
	margin-top: 20px;
}

.bt_reservation {
	border: solid 2px #ffffff !important;
	border-radius: 5px !important;
	margin-top: 6px !important;
	color: #ffffff !important;
	padding: 8px 20px !important;
	min-width: 95px !important;
}

@media only screen and (max-width: 960px) {
	.block_bt_top_slider {
		top: 40%;
	}

	.arrowWrap {
		top: 35%;
	}
}

@media only screen and (max-width: 840px) {
	.block_bt_top_slider {
		top: 35%;
	}

	.arrowWrap {
		top: 30%;
	}
}

@media only screen and (max-width: 760px) {
	.bt_reservation {
		padding: 8px 0px !important;
		font-size: 6px !important;
	}

	.block_bt_top_slider {
		top: 35%;
	}

	.arrowWrap {
		top: 35%;
	}

}

@media only screen and (max-width: 510px) {
	.bt_reservation {
		padding: 8px 0px !important;
		font-size: 3px !important;
		min-width: 95px !important;
	}

	.block_bt_top_slider {
		top: 25%;
	}

	.arrowWrap {
		top: 30%;
	}

}

@media only screen and (max-width: 420px) {
	.bt_reservation {
		padding: 8px 0px !important;
		font-size: 3px !important;
		min-width: 95px !important;
	}

	.wp-block-video video {
		width: 100%;
		height: 100%;
	}

	.wp-block-video {
		margin: 0 -140%;
		padding: 0 10%;
	}

	.block_bt_top_slider {
		top: 42%;
		left: 65%;
	}

	.bt-top-slider {
		font-size: 0.5em !important;
		letter-spacing: 0.1em;
	}

	.arrowWrap {
		top: 55%;
	}

	.photo-gallery-box {
		margin: 15px auto 0;
	}

	.photo-gallery {
		padding: 5% 0;
	}

	.bt_top_slider {
		font-size: 17.19vw;
		margin-top: .5em;
		width: 50px;
		margin: 29px 0 5px 5px;
	}

	.bt_top_slider:before {
		border-width: 6px 0 6px 9px;
	}

	.bt_top_slider:after {
		box-shadow: 0px 0px 0px 5px #fff;
		/* borderだとアニメーションが汚いので、box-shadowで代替*/
	}

}

@media only screen and (max-width: 414px) {
	.block_bt_top_slider {
		top: 41%;
		left: 65.5%;
	}

	.arrowWrap {
		top: 53%;
	}
}

@media only screen and (max-width: 400px) {
	.block_bt_top_slider {
		top: 41%;
		left: 66%;
	}

	.arrowWrap {
		top: 53%;
	}
}

@media only screen and (max-width: 390px) {
	.block_bt_top_slider {
		top: 42%;
		left: 66%;
	}

	.arrowWrap {
		top: 53%;
	}
}

@media only screen and (max-width: 380px) {
	.block_bt_top_slider {
		top: 40%;
		left: 66.5%;
	}

	.arrowWrap {
		top: 53%;
	}
}

@media only screen and (max-width: 360px) {
	.block_bt_top_slider {
		top: 40%;
		left: 67.5%;
	}

	.arrowWrap {
		top: 53%;
	}
}

@media only screen and (max-width: 340px) {
	.block_bt_top_slider {
		top: 38%;
		left: 68.5%;
	}

	.arrowWrap {
		top: 52%;
	}
}


@media only screen and (max-width: 320px) {

	.block_bt_top_slider {
		top: 38%;
		left: 70%;
	}

	.arrowWrap {
		top: 53%;
	}
}

@media only screen and (max-width: 300px) {
	.block_bt_top_slider {
		top: 35%;
		left: 71%;
	}

	.arrowWrap {
		top: 53%;
	}
}



.bt_reservation:hover {
	color: #000000 !important;
	text-decoration: none !important;
	background-color: #ffffff;
}




.ubermenu-responsive-toggle {
	color: #ffffff !important;
	font-size: 16px !important;
}

.fa-angle-down {
	font-size: 30px !important;
	color: #ffffff;
	cursor: pointer;
	margin-top: 20px !important;
}


.arrow1 {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-45deg);
	margin-top: 20px;
	-webkit-transition: all .30s linear;
	-moz-transition: all .30s linear;
	-o-transition: all .30s linear;
	transition: all .30s linear;
}

.dropdown_toggle {
	border-color: #ffffff #ffffff transparent transparent;
	transform: rotate(-45deg);
}



.bt_sp li {
	color: #000000;
}

.ubermenu-target {
	text-align: center !important;
}


.sp_logo {
	width: 150px;
	float: left;
}

.sp_bt_reservation {
	border: solid 1px #ffffff !important;
	border-radius: 5px !important;
	margin-right: 20px !important;
	margin-top: 15px;
	width: 55px !important;
	font-size: 10px;
	float: right;
	display: inline;
	padding: 5px 0px;
}


.sp_bt_reservation a {
	color: #ffffff !important;
}


.sp_main-navigation {
	top: -50px;
}

.sp_main-navigation #ubermenu-main-18-primary {
	background: #000000 !important;
	position: fixed !important;
	top: 100px !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.sp_main-navigation .ubermenu-target {
	margin-bottom: 40px !important;
	font-size: 20px !important;
}

.sp_main-navigation {
	overflow-y: scroll;
	z-index: 99;
}


/* Bellows Accordion Menu*/

.bellows-subtoggle {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#bellows-main-18,
.bellows-submenu {
	background-color: rgba(0, 0, 0, 0) !important;
}

.bellows .bellows-nav .bellows-menu-item-has-children>.bellows-target {
	padding-right: 20px !important;
}


/* footer*/
.site-footer {
	padding: 30px 20px 30px 20px;
	background-color: #706e6f;
	color: #ffffff;
	width: 100%;
}

.site-footer a {
	color: #ffffff;
}

.site-info {
	text-align: center;
	padding: 20px 0;
}

.footer_logo {
	width: 200px !important;
}

.footer_img_tabi {
	width: 230px;
}

input,
button,
textarea,
select,
input[type="submit"] {
	margin: 0;
	padding: 5px 15px !important;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 0 !important;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #ffffff !important;
	text-align: center !important;
}

.site-info i {}

.my-small {
	font-size: 23px !important;
	margin: 0 15px;
}


/* トップページ*/

#top_page {}


#top_page h2 {
	text-align: center;
	margin-bottom: 30px;
}


.top_block {
	padding: 0 0 100px 0;
}


@media (min-width: 1200px) {
	.top_block {
		width: 1500px;
	}

}

.top_block p {
	text-align: center;
	padding: 0 20px;
}

.slide {
	background-attachment: scroll;
	max-width: 100% !important;
	height: auto;
	position: relative;
	padding: 200px 0;
	margin: 50px 0;
}


.top_slide1 {
	background-size: cover;
}

.top_slide2 {
	background-size: cover;
}



.fa-plus-circle {
	font-size: 40px !important;
	color: #5D5600 !important;
	cursor: pointer !important;
}

.switch {
	cursor: pointer;
}

.switch_back {
	margin-bottom: 50px;
	cursor: pointer;
}

.bt_syousai_nodisplay {
	display: none;
}


.syousai a {
	color: #ffffff;
}


#densetsu {
	background-color: #6C644F;
	color: #ffffff;
	display: none;
}

.loop-entry {
	margin-top: 40px;
	margin-bottom: 120px;
}


.loop-entry-content h2 {
	margin-top: 20px;
	font-size: 32px;
}

.loop-entry-content h2 a {
	/*color: #404040 !important;*/
	color: #ffffff;
}


.loop-entry-thumbnail img {
	width: 100% !important;
	margin-bottom: 40px;
}

.front_news_des {
	text-align: center;
}

.front_news_des a {
	/*color: #404040;*/
	color: #ffffff;
}



/* プラン アーカイブ*/
.plan_list {
	padding-top: 60px;
	padding-bottom: 20px;
}

.plan_list h2 {
	font-size: 30px;
	color: #84785b;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}


.plan_archive_yoyaku {
	text-align: center;
	margin-bottom: 20px;
}

.loop-entry-thumbnail-plan {
	width: 100% !important;
}

.plan_archive_title h3 {
	font-size: 15px;
	padding: 5px 5px 0 5px;
}


/* プラン　個別ページ */
.entry-header h1,
.archive_block_title {
	font-size: 30px;
	margin-bottom: 60px;
	font-weight: bold;
	text-align: center;
}


.plan_top_img {
	text-align: center;
	margin-top: 20px;
}


.plan_txt {
	margin: 30px 0 50px 0;
}


.plan_price {
	text-align: right;
}



.plan_url {
	width: 100%;
	margin-bottom: 20px;
}

.plan_url21 {
	width: 48%;
	float: left;
}

.plan_url45 {
	width: 48%;
	float: right;
}

.plan_menu.pc_display {
	display: none;
}


.plan_menu.sp_display {
	display: block;
}

.plan_menu {
	padding-top: 30px;
	margin: 0 auto;
	width: 300px;
}

.plan_menu h3,
.plan_menu_s h3 {
	text-align: center !important;
	font-size: 20px !important;
	padding-top: 30px;
}


.plan_menu a,
.plan_menu_s a {
	font-size: 16px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
}


.plan_menu a:hover,
.plan_menu_s a:hover {
	background: #cccccc;
	color: #666666;
}

.plan_urls {
	text-align: center;
	display: inline-block;
	width: 100%;
}


@media screen and (max-width:900px) {

	.plan_menu.sp_display {
		display: block;
	}

	.plan_menu.pc_display {
		display: none;
	}

	.plan_list {
		padding-left: 20px;
		padding-right: 20px;
	}

}


.flex {
	display: flex;
	flex-wrap: wrap;
}



.liimagelink:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.liimagelink img {
	-webkit-filter: blur(0);
	filter: blur(0);
	width: 100%;
}

/* お問い合わせ　個別ページ */
#page_contact {
	margin-top: 50px;
	margin-bottom: 100px;
}


#box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6em;
	width: 300px;
	margin-left: 34px;
}

#box h3 {
	font-size: 18px;
}

#box span {
	display: block;
	color: #000000;
}

#box p {
	margin: 20px 0;
	font-size: 15px;
}


.boxs table {}


.boxs tr {}


.boxs th {
	width: 260px;
	padding-top: 30px;
}


.boxs td {
	padding-top: 30px;
}


#box .con {
	padding: 2px;
	width: 300px;
	border: 1px dotted #ffffff;
	align: left;
	font-size: 14px;
}

#box .mes {
	line-height: 23px;
	font-size: 14px;
	height: 185px;
	padding: 2px;
	width: 300px;
	border: 1px dotted #ffffff;
	overflow-y: auto;
	_overflow-y: hidden;
	/* IEでスクロールバーを消す為に記述 */
}

#box .wpcf7-submit {
	margin-top: 0px;
	height: 35px;
	width: 100px;
	color: #FFFFFF !important;
	background-color: #666;
	font-weight: bold;
	font-size: 16px;
	text-align: center !important;
}

#box .wpcf7-text {
	line-height: 16px;
}


#box input {
	color: #ffffff !important;
	text-align: left !important;
}

#box textarea {
	color: #ffffff !important;
	text-align: left !important;
}





#contact_answer {
	font-size: 14px;
	margin-top: 260px;
}


#page_contact a {
	color: #C00;
}



/* 部屋　個別ページ */
.entry-content h2 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}

.entry-content h3 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}


.dl_des dt {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}

.dl_des dd {
	font-size: 16px;
	line-height: 34px;
	padding-bottom: 20px;
}


.room_top_img {
	text-align: center;
}

.room_table {
	font-size: 13px;
	margin-top: 30px;
}

.room_table th,
.room_table td {
	margin-bottom: 15px;
	vertical-align: top;
}

.room_table th {
	width: 120px;
}


/* よくある質問 */
.faq_list {
	padding-bottom: 20px;
}

.faq_list h3 {
	font-size: 20px !important;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.faq_list p {}


/* アクセス */
.access {}

.access h3 {
	font-size: 20px !important;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.access p {}




/* プラスマイナス */
.accordionbox {
	margin: 0 0px auto 0px !important;
	padding: 0px 0 !important;
	width: 100% !important;
}

.accordionlist {
	width: 100% !important;
}


.accordionlist dt {
	padding: 20px 0 10px 0px;
	text-align: center;
	cursor: pointer;
}

.accordionlist dt:first-child {
	border-top: none !important;
}

.accordionlist dt .title {
	text-align: center;
	height: 50px;
}

.accordionlist dd {
	display: none;
	/*background-color: #5A5626;*/
	padding: 40px 0 20px 0px;
	color: #ffffff;
	margin: 0;
}

.accordionlist dd a {
	color: #ffffff;
}


/*.accordion_icon,
.accordion_icon span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
	margin: 0 auto !important;
}
.accordion_icon {
	position: relative;
	width: 40px;
	height:40px;
	background-color: #5A5626 ;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.accordion_icon.active {
	position: relative;
	width: 40px;
	height:40px;
	border-radius: 50%;
	border: solid 2px #ffffff;
}


.accordion_icon span {
	position: absolute;
    left: 10px;
	top: 10px;
    width: 50%;
	height: 2px;
    background-color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 18px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 18px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}*/
/*＋、－切り替え*/
/*.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 18px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}*/

.accordionlist dt.active {
	background-color: #5A5626;
}

.nodisplay {
	display: none;
}

.add_backcolor {
	background-color: black !important;
}




/* プラスマイナス */
.accordionbox_y {
	margin: 0 0px auto 0px !important;
	padding: 0px 0 !important;
	width: 100% !important;
}

.accordionlist_y {
	width: 100% !important;
}


.accordionlist_y dt {
	padding: 20px 0 10px 0px;
	text-align: center;
	cursor: pointer;
}

.accordionlist_y dt:first-child {
	border-top: none !important;
}

.accordionlist_y dt .title {
	text-align: center;
}

.accordionlist_y dd {
	display: none;
	background-color: #5A5626;
	padding: 40px 0 20px 0px;
	color: #ffffff;
	margin: 0;
}

.accordionlist_y dd a {
	color: #ffffff;
}


.accordion_icon_y,
.accordion_icon_y span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
	margin: 0 auto !important;
}

.accordion_icon_y {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.accordion_icon_y span {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50%;
	height: 2px;
	background-color: #5A5626;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.accordion_icon_y span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.accordion_icon_y span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active_y span:nth-of-type(1) {
	display: none;
}

.accordion_icon.active_y span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.accordionlist_y dt.active {
	background-color: #5A5626;
}

/*感染症対策*/
.post-4738 .entry-header {
	padding: 200px 30px 100px;
	background-image: url(http://goshobessho.com/docs/wp-content/uploads/2020/12/covid19-kv.png);
	background-position: center;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.post-4738 .entry-header:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.post-4738 .entry-header h1 {
	z-index: 3;
	position: relative;
}

.post-4738 .entry-content {
	z-index: 2;
	position: relative;
	background-color: #000;
	margin-top: 240px;
}

.post-4738 .entry-content .title-mb10 {
	margin-bottom: 10px;
}

.post-4738 .entry-content .title-mt60 {
	margin-top: 60px;
}

.post-4738 .owner-name {
	text-align: right;
	font-size: 12px;
}

.post-4738 .plan_menu a {
	font-size: 14px;
}

.seperator {
	margin: 100px 0;
}

.measures-list {
	margin-bottom: 60px;
}

.measures-list h4 {
	margin-bottom: 20px;
}

.measures-list img {
	margin-bottom: 20px;
}

.measures-list ul {
	margin-left: 0;
}

.measures-list li {
	margin-bottom: 10px;
}

.faq-border {
	border: 1px solid #aaa;
	padding: 30px 30px 10px;
	margin-top: 40px;
}

.faq-border .question {
	color: #999;
}

.faq-border span {
	font-size: 30px;
}


/*ニュースレター登録フォーム*/
#wpcf7-f12150-o1 input[type="email"] {}

@media screen and (max-width:767px) {
	#wpcf7-f12150-o1 input[type="submit"] {
		margin: 20px auto 0 !important;
		display: block !important;
	}
}



/*新規*/
.col-md-4.col-12.cuisine_col {
	padding: 0 !important;
}

.col-md-8.col-12.cuisine_col {
	padding: 0 !important;
}

.col-md-6.col-12.heya2_col {
	padding: 0 20px 0 0px !important;
}

.col-md-6.col-12.heya2_col2 {
	padding: 0 0px 0 20px !important;
}

.col-md-12.col-12.heya2_col {
	padding: 0 !important;
	margin: 0 0 0px;
}

.col-md-12.col-12.heya3_col {
	padding: 0 !important;
	margin: 0 0 0px;
}

@media screen and (max-width:767px) {
	.col-md-4.col-12.cuisine_col {
		padding: 0 !important;
	}

	.col-md-8.col-12.cuisine_col {
		padding: 0 !important;
	}

	.col-md-6.col-12.heya2_col {
		padding: 0px !important;
	}

	.col-md-12.col-12.heya2_col {
		padding: 0 0px !important;
		margin: 0 0 0px !important;
	}

	.col-md-12.col-12.heya3_col {
		padding: 0 !important;
		margin: 0 0 10px !important;
	}

	.room_topimg {
		margin: 1px 0 !important;
	}


	.room_topimg2 {
		margin: 1px 0 !important;
	}
}

.room_topimg {
	margin: 0px 0 0;
}

.room_topimg img {
	width: 100%;
}

.cuisine_topimg {
	margin: 11px 0 0;
}



.room_topimg_1gyou {
	margin: 45px 0 0 0 !important;
}

.room_topimg_2gyou {
	margin: 75px 0 0 0 !important;
}

.room_topimg2 img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.cuisine_topimg {
		margin: 0px 0 0 !important;
	}

	.room_topimg_1gyou {
		margin: 0px 0 0 0 !important;
	}

	.room_topimg_2gyou {
		margin: 0px 0 0 0 !important;
	}
}

.room_title {
	color: white;
	font-size: 20px;
	font-weight: bolder;
	margin: 15px 0;
	letter-spacing: 0rem;
	border-bottom: dotted 1px white;
}

.room_title2 {
	color: white;
	font-size: 18px;
	font-weight: bolder;
	margin: 15px 0;
	letter-spacing: 0rem;
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.room_title {
			color: white;
			font-size: 19px;
			font-weight: bolder;
			margin: 15px 0;
			letter-spacing: 0rem;
			border-bottom: dotted 1px white;
		}

		.room_title2 {
			color: white;
			font-size: 16px;
			font-weight: bolder;
			margin: 15px 0;
			letter-spacing: 0rem;
		}

		.room_desc {
			font-family: "Hiragino Kaku Gothic ProN";
			color: white;
			font-size: 13px;
			font-weight: 400;
			margin-bottom: 20px;
			letter-spacing: 0.02rem;
			line-height: 25px !important;
		}

		.heya_desc {
			font-family: "Hiragino Kaku Gothic ProN";
			font-size: 13px;
			color: white;
			font-weight: 400;
			margin: 15px 0;
			letter-spacing: 0.02rem;
			line-height: 25px !important;
		}
	}
}

.li_rep {
	font-size: 16px;
}

.room_desc {
	font-family: "Hiragino Kaku Gothic ProN";
	color: white;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 0.02rem;
	line-height: 25px !important;
}

.heya2_mg {
	margin: 0px 0;
}

.heya3_mg {
	margin: 0px 0 0;
}

.heya4_mg {
	margin: 20px 0;
}

.heya2_flex {
	display: flex;
	gap: 15px;
}

.heya2_border {
	padding: 0 0px;
	width: 100%;
	margin: 10px auto 0px;
}

@media screen and (max-width:767px) {
	.room_title {
		color: white;
		font-size: 18px;
		font-weight: bolder;
		margin: 5px 0 !important;
	}

	.room_title2 {
		color: white;
		font-size: 16px !important;
		font-weight: bolder;
		margin: 5px 0 !important;
	}

	.room_desc {
		color: white;
		font-size: 12px !important;
		font-weight: 400;
		margin-bottom: 10px !important;
	}

	.heya2_mg {
		margin: 0px 0 10px !important;
	}

	.heya2_flex {
		display: block !important;
	}

	.heya3_mg {
		margin: 0px 0 10px 0 !important;
	}

	.heya2_border {
		padding: 0 0px;
		width: 100%;
		margin: 0px auto !important;

	}
}

.bimi_block {
	display: block;
}

.bimi_img1 {
	margin-bottom: 0px !important;
	width: 98%;
}

.bimi_img {
	width: 98%;
}

.bimi_box {
	padding: 5px 0px;
}

.bimi_mg {
	margin: 0px 0 0px;
}

.bimi_mgbox {
	margin: 10px 0;
}

.bimi_mgbox1 {
	margin: 0px 0 0px;
}

.bimi_mg2 {
	margin: 0px 0 0px;
}

.bimi_mg3 {
	margin: 0 0 20px;
}

.bimi_mg4 {
	margin: 0 0 20px;
}

.bimi_flex {
	margin: 10px 0 0;
	display: flex;
}

.bimi_desc_pad {
	padding: 0 10px;
}

@media screen and (max-width:767px) {
	.bimi_mg {
		margin: 0px 0 10px !important;
	}

	.bimi_mg2 {
		margin: 0px 0 10px !important;
	}

	.bimi_mg3 {
		margin: 0 0 10px !important;
	}

	.bimi_mg4 {
		margin: 0 0 10px !important;
	}

	.bimi_mgbox {
		margin-bottom: 30px;
	}

	.bimi_flex {
		margin: 5px 0 0 !important;
		display: flex;
	}

	.bimi_mgbox1 {
		margin: 0px 0 0px !important;
	}

	.bimi_desc_pad {
		padding: 0 0px !important;
	}
}

.kids_imgmg {
	margin: 30px 0 0;
}

.kids_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kids_flex div {
	width: calc(50% - 7.5px);
}

.room_table {
	display: block;
}

.heya_desc {
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 14px;
	color: white;
	font-weight: 400;
	margin: 15px 0;
	letter-spacing: 0.02rem;
	line-height: 25px !important;
}

.heya_1 {
	display: inline-block;
	text-align: left;
	width: 35%;
}

.heya_2 {
	vertical-align: top;
	display: inline-block;
	text-align: left;
	width: 55%;
}

.heya_box {
	vertical-align: top;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
}

@media screen and (max-width:767px) {
	.heya_1 {
		display: inline-block;
		width: 35% !important;
		padding-left: 0 !important;
	}

	.heya_2 {
		vertical-align: top;
		display: inline-block;
		width: 60% !important;
	}

	.heya_box {
		margin-top: 5px !important;
		vertical-align: top;
		margin-bottom: 5px !important;
		padding: 0 0 0 0px !important;
	}

	.heya_desc {
		font-size: 12px !important;
		letter-spacing: 0.02rem;
	}
}

.kids_topimg {
	margin: 0px 0 0;
}

.kids_topimg img {
	width: 100%;
}

.cuisine_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cuisine_flex .cuisine_block {
	width: 49%;
}

/* Experience */
.experience_top_txt_1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 450px;
	font-weight: normal !important;
	margin-top: 100px !important;
}


.experience_rep_block_title {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}



.block_rep_block {
	margin-bottom: 200px;
}

.rep_block_under_rep {
	padding: 40px 0px;
}

.block_rep_block_txt {
	padding: 40px 0px;
}

.bt_experience_contact {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0rem;
	float: right;
	margin: 30px 0;
}


a.btn-border {
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}

a.btn-border:hover {
	text-decoration: none;
	background-color: #212529;
}

.rep_block_under_title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

.osusume_title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

.block_rep_block_plan {
	margin-bottom: 30px;
}

.rep_block_plan_title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}


@media screen and (max-width:767px) {

	.experience_top_txt_1 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 450px;
		font-weight: normal !important;
		margin-top: 50px !important;
	}

	.bt_experience_contact {
		float: none;
	}
}