/*!
Theme Name: shirahamaya2019
Description: Description
Version: 1.0.0
*/

/* SC-../style */

.skiptranslate{
	opacity: 0;
	pointer-events: none;
}

img{
	max-width: 100%;
	height: auto;
}

header{
	padding-bottom: 20px;
}
header h1{
	background-size: auto 100%;
	background-position: left;
	width: 200px;
	margin-top: 1%;
}

header h1 a {
	display: block;
	min-height: 100px;
}

/* MC:ヘッダーが見えない箇所に色付け */
#top .pc_wrapper header{
	background-color: #00a99d;
}
/**/

.translated-ltr header .lang_sns .lang .active{
	color: #000;
}
.translated-ltr header .lang_sns .lang .en{
	color: #00a99d;
}
#top .section06, #f_group .section06 {
	margin-bottom: 50px;
	margin-top: 50px;
}

#top .section06 .inner, #f_group .section06 .inner {
	width: 1000px;
	margin: 0 auto;
}

#top .section06 .inner h3, #f_group .section06 .inner h3 {
	margin-bottom: 25px;
	text-align: center;
}

#top .section06 .inner ul, #f_group .section06 .inner ul {
	display: -webkit-box;
	display: flex;
}

#top .section06 .inner ul li, #f_group .section06 .inner ul li {
	width: 266px;
}

#top .section06 .inner ul li:nth-child(-n+3), #f_group .section06 .inner ul li:nth-child(-n+3) {
	margin-right: 10px;
}
.wp-pagenavi{
	text-align: center;
	margin: 50px auto;
}

#event .section01 .inner dl.is_open dd{
	display: block!important;
}
#event .section01 .inner dl.is_open dt:after{
	content: none;
}
#event .section01 .inner h3.ttl {
	margin-bottom: 30px;
	text-align: center;
	color: #00a99d;
	font-size: 30px;
}
.post-nav{
	margin: 50px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.post-nav-prev a::before{
	content: "";
	border: 0.8em transparent solid;
	border-right: 0.7em #333333 solid;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
.post-nav-next a::after{
	content: "";
	border: 0.8em transparent solid;
	border-left: 0.7em #333333 solid;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
.post-nav-back a{
	display: block;
	width: 260px;
	margin-left: 3em;
	margin-right: 3em;
	border: 4px #666666 solid;
	padding: 0.5em;
	text-align: center;
}
/* MC:フッターのメニュー記述漏れ追加 */
.fnav{
	font-size:0.8em;
	display: flex;
	justify-content: center;
	color: #fff;
	margin: 0 auto 30px;
}
.fnav li{
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.fnav a{
	color: #fff;
}
@media (min-width: 768px) {
	#top .section06 .inner, #f_group .section06 .inner {
		max-width: 90%;
	}
	#top .section06 .inner ul li, #f_group .section06 .inner ul li {
		width: 32%;
	}
	#top .section06 .inner ul li:nth-child(-n+2), #f_group .section06 .inner ul li:nth-child(-n+2) {
		margin-right: 2%;
	}
	#top .section06 .inner ul li img, #f_group .section06 .inner ul li img {
		width: 100%;
		height: auto;
	}

/* MC:ヘッダーが見えない箇所に色付け */
#top .pc_wrapper header{
	background-color: #00a99d;
}
/**/
}
#event .section01 .inner dl dt a {
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	position: relative;
	cursor: pointer;
	width: 100%;
}

#event .section01 .inner dl dt a figure {
	width: 120px;
	margin-right: 30px;
}

#event .section01 .inner dl dt a figure + div {
	width: 550px;
}
#event .section01 .inner dl dt::after{
	content: none!important;
}
#event .section01 .inner dl dt a:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 0;
	background: url("./img/event/btn_more.png") no-repeat center center;
	width: 260px;
	height: 60px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#event .section01 .inner dl dt a.open:after {
	background: url("./img/event/btn_close.png") no-repeat center center;
	-webkit-transition: .5s;
	transition: .5s;
}

#contact .section01 .inner .box #submit_button{
	position: relative;
}
#contact .section01 .inner .box #submit_button input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
#contact .section01 .inner .box .back_button_input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
#contact .section01 .inner .mw_wp_form_confirm .box #submit_button{
	background-image: url("./img/contact/btn_send.png");
	width: 460px;
	height: 86px;
	margin-left: auto;
}
#contact .section01 .inner .mw_wp_form_confirm .box .back_button{
	background-image: url("./img/contact/btn_back.png");
	width: 460px;
	height: 86px;
	position: relative;
}

#contact .mwform-tel-field{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contact .section01 .inner .box ul.form > li dl dd input[type=text].text02{
	margin-right: auto;
	margin-left: auto;
}

.mw_wp_form_confirm .check_doui{
	display: none;
}


@media (min-width: 768px) {
	.fullscreen-video-background {
		background: #000;
		position: relative;
		width: 100%;
		z-index: -99;
		overflow: hidden;
		height: 100vh;
		margin-bottom: 100px;
	}
	.fullscreen-video-background ._pattern-overlay {
		position: absolute;
		top: 0;
		width: 100%;
		opacity: 0;
		bottom: 0;
		background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
		z-index: 2;
	}
	.fullscreen-video-background #_buffering-background {
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		background: #222;
		z-index: 1;
		opacity: 0;
	}
	.fullscreen-video-background #_youtube-iframe-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		position: absolute;
		height: 100%;
	}
	.fullscreen-video-background #_youtube-iframe-wrapper #_youtube-iframe {
		position: absolute;
		pointer-events: none;
		margin: 0 auto 0;
		height: 110vh;
		width: 110vw;
	}
	#top #wrapper.pc_wrapper{
		background: none;
	}
	#top .pc_wrapper header{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		min-height: 80px;
		background-color: #00a99d;
	}

	#event .section01 .inner .innerover {
		margin-left: -150px;
	}
	footer .inner{
		width: 540px;
	}
	.fnav{
		display: flex;
		justify-content: center;
		color: #fff;
		margin: 0 auto 30px;
	}
	.fnav li{
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.fnav a{
		color: #fff;
	}
	#contact .section01 .inner .mw_wp_form_confirm .box .btn-grp{
		display: -webkit-box;
		display: flex;
		justify-content: space-between;
	}

}
@media (max-width: 767px) {
	header h1{
		width: 120px;
	}
	header h1 a {
		display: block;
		min-height: 0;
		height: 60px;
		padding-bottom: 0;

	}

	#top .section06, #f_group .section06 {
		margin-bottom: 7%;
	}
	#top .section06 .inner, #f_group .section06 .inner {
		width: 94%;
	}
	#top .section06 .inner h3, #f_group .section06 .inner h3 {
		width: 40%;
		margin: 0 auto 4%;
	}
	#top .section06 .inner ul, #f_group .section06 .inner ul {
		display: -webkit-box;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	#top .section06 .inner ul li, #f_group .section06 .inner ul li {
		width: 46%;
	}
	#top .section06 .inner ul li:nth-child(odd), #f_group .section06 .inner ul li:nth-child(odd) {
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#top .section06 .inner ul li:nth-child(even), #f_group .section06 .inner ul li:nth-child(even){
		margin-right:0;
	}
	#top .section01 {
		margin-bottom:15%;
		padding-top:0%;
	}
	header{
		padding-bottom: 1%;
	}
	header .btn_contact{
		display: none;
	}
	
	header .sp_icon{
		width: 38%;
		display: flex;
		align-items: center;
		padding-top: 5.5%;
		justify-content: center;
	}
	header .sp_icon li:first-child,
	header .sp_icon li:last-child,
	header .sp_icon li{
		width: 24px;
		display: inline-flex;
		padding: 0 10px;
		justify-content: center;
	}
	
	header .sp_icon li a{
		color: #fff;
	}
	header #panel-btn{
		width: 20px;
	}
	header #panel-btn-icon{
		left: 0;
	}
	.post-nav-next{
		order: 1;
		margin-left: 3em;
	}
	.post-nav-back{
		order: 2;
		margin-top: 20px;
	}
	#event .section01 .inner dl dt a {
		display: -webkit-box;
		display: flex;
	}
	#event .section01 .inner dl dt a figure {
		width: 20%;
		margin-right: 2%;
	}
	#event .section01 .inner dl dt a figure + div {
		width: 60%;
	}
	#event .section01 .inner dl dt a:after {
		top: 15px;
		background: url("./img/event/btn_more_sp.png") no-repeat center center;
		background-size: 100% auto;
		width: 45px;
		height: 45px;
	}
	#event .section01 .inner dl dt a.open:after {
		background: url("./img/event/btn_close_sp.png") no-repeat center center;
		background-size: 100% auto;
	}
	#contact .section01 .inner .mw_wp_form_confirm .box .back_button{
		position: relative;
		background-size: 100% auto;
		width: 70%;
		height: auto;
		margin-left: 15%;
		padding-top: 12vw;
		margin-bottom: 20px;
	}
	#contact .section01 .inner .box #submit_button,
	#contact .section01 .inner .mw_wp_form_confirm .box #submit_button {
		position: relative;
		background-size: 100% auto;
		width: 70%;
		height: auto;
		margin-left: 15%;
		padding-top: 12vw;
	}
}


/*--ギャラリー
------------------------------*/
.gallery {
	display: flow-root;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
}
.gallery-item {
	box-sizing: border-box;
	margin: 5px 1% 5px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 32%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery-columns-5 .gallery-item {
	width: 19%;
}
.gallery-columns-6 .gallery-item {
	width: 15.66%;
}
.gallery-columns-7 .gallery-item {
	width: 13.28%;
}
.gallery-columns-8 .gallery-item {
	width: 11.5%;
}
.gallery-columns-9 .gallery-item {
	width: 10.11%;
}
@media screen and (max-width: 768px) and (min-width: 481px){
	.gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item{
			width: 49%;
			max-width: 49%;}
}
@media screen and (max-width: 480px){
	.gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item{
			width: 100%;
			max-width: 100%;}
}

.recently {
	display: none;
}

.fullscreen-video-background {
	position:relative;
}

.fullscreen-video-background img {
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	display: none;
}

#bbq .section02 .inner ul li .bbq_price .under li dl dt{
	float: left;
	font-size: 24px;
}

#bbq .section02 .inner ul li .bbq_price .under li dl dd{
	text-align: right;
	font-size: 24px;
}

#bbq .section02 .inner ul li .bbq_price .under li {
	border-bottom: solid 1px black;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#top header {
	min-height:initial;
    background-color: rgba(0,0,0,0.3);	
}

/* MC:いじるかも */
header nav ul li.tel_wrap {
	margin-top:1.5%;
	max-width:170px;
}
/**/

@media screen and (max-width:767px) {
	header .sp_icon {
		width:66%;
	}
	header .sp_icon li:first-child {
		width:50%;
	}
	header h1 {
		width:30%;
	}
	header h1 img {
		max-width:100%;
	}
	header h1 {
		background-size:100% auto;
	}
}
