@charset "UTF-8";

#contact .logo
{
	display: block;
	width: 18rem;
	margin-bottom: 1rem;
	background-size: contain;
	background-position: 50% 50%;
}

#contact .logo:after
{
	content:"";
	display:block;
	position: relative;
	padding-top: 20%;
}
.svg #contact .logo{background-image: url(../_img/logo_footer.svg)}
.no-svg #contact .logo{background-image: url(../_img/logo_footer.png)}

.svg ._en #contact .logo{background-image: url(../_img/logo_footer-en.svg)}
.no-svg  ._en #contact .logo{background-image: url(../_img/logo_footer-en.png)}

._en section:not(#footer) p + p
{
	margin-top: 1em;
}

#yukiguni
{
	margin-bottom: 3rem;
}

#basicinfo
{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.basicinfo,
.map
{
	width: calc(50% - 1rem);
}

.map .photo
{
	width: 100%;
	background-image: url(../_img/yukigunikanko.jpg);
	background-size: cover;
	background-position: 50%;
	margin-bottom: 2rem;
}
.map .photo:before
{
	content:"";
	display: block;
	padding-top: 60%;
}

li.circle
{
	list-style:none;
	padding-left: 1rem;
}
li.circle:before
{
	content:"";
	display:block;
	position:absolute;
	top: .5em;
	left: 0;
	width:.5rem;
	height: .5rem;
	border: 1px solid rgb(150, 150, 150);
	border-radius: 50%;
}

.basicinfo .caution
{
	font-size: .8rem;
}

.basicinfo div + h4
{
	margin-top: 2rem;
}

/**********************************************************************/
/****************************** Youtube *******************************/
/**********************************************************************/

#youtube
{
	padding: 0 2rem;
	margin: 5rem auto;
	width:100%;
	max-width:900px;
}

.pkg
{
	display: inline-block;
	box-sizing:border-box;
/*	width: 50%;*/
	width: 100%;
	margin-bottom: 2rem;
	border-radius: 1rem;
	overflow: hidden;
}

.demo .pkg
{
	width: 100%;
	max-width: 300px;
}

.youtubeWrapper .pkg
{
/*	width: calc(100% / 4 - 2rem);*/
	width: 100%;
}

.modal-open
{
	cursor: pointer;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 padding:1rem;
	 top: 0;
	 left: 0;
	z-index: 6;
	background-color: rgba(0, 0, 0, .3);
	
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.modal-open:hover
{
	background-color: rgba(0, 0, 0, .5);
}

.modal-open > p
{
	font-size:1.1rem;
	text-align:center;
	display:block;
	color: rgb(255, 255, 255);
	display: block;
	line-height:1.35;
	margin-bottom: 1em;
}

.modal-open > p + p
{
	width: 4rem;
	height: 3rem;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20%;
}
.modal-open > p + p:after
{
	content:"";
	display:block;
	position: absolute;
	width: 0;
	height: 0;
	top:calc(50% - .5rem);
	left: calc(50% - .4rem);
	border-style: solid;
	border-width: .5rem 0 .5rem 1rem;
	border-color: transparent transparent transparent rgb(138, 209, 242);
}

.vdo-body
{
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

.pkg .vdo-ttl
{
	margin-top: 1.5rem;
	text-align: center;
}

.pkg .vdo-desc
{
	font-size: 1em;
	margin: 1rem auto 2.5rem;
	max-width: calc(900px - 6rem);
}

#modalWindow .contents_area
{
	height: 100%;
	margin: 0;
}

.modal-vdo-body
{
	width: calc(100% - 4rem);
/*	width: 100%;*/
	height: auto;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.modal-vdo-body iframe
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#modalWindow
{
	background-color: rgba(255, 255, 255, 1);
}


/**********************************************************************/
/******************************** Form *******************************/
/**********************************************************************/

#press_mail
{
	display: inline-block;
	cursor: pointer;
	height: 1.2rem;
	width: 13.5rem;
	transform: translateY(.25rem);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.svg #press_mail{background-image: url(../_img/press_mail.svg);}
.no-svg #press_mail{background-image: url(../_img/press_mail.png);}

body:not(.touch) #press_mail:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

.wpcf7-form
{
	width: 100%;
}

.wpcf7-form .contents,
.wpcf7-form .contents.radio .flex
{
	flex-wrap: wrap;
}

.wpcf7-form .contents.radio > label,
.wpcf7-form .contents.radio > .flex > label
{
	margin: 0 .5rem;
	cursor: pointer;
}

.wpcf7-form .contents.radio > label.nw,
.wpcf7-form .contents.radio > .flex > label.nw
{
	white-space: nowrap;
}

.q-textArea
{
	min-width: 30em;
}

.telfaxmail > div
{
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
}
.telfaxmail > div + div
{
	padding-top: 0;
}

.telfaxmail > div > p
{
	padding: 0 .5em;
}

.telfaxmail a
{
	text-decoration: none;
}

div.statement
{
	padding: 2rem;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;

	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

div.statement .caution,  .q-title .caution
{
	font-size: .9em;
	display: block;
	text-align: center;
	margin-top: 1rem;
}

.submitBtWrapper .caution
{
	font-size: .7em;
	margin-top: 5rem;
}

.contents .caution
{
	font-size: .9em;
	margin-bottom: 1em;
}

.grecaptcha-badge { visibility: hidden; }

.formWrapper
{
	margin-top: 5rem;
}

.formWrapper > ul
{
	margin-bottom: 3rem;
}

.text.formWrapper h3
{
	margin-bottom: 3rem;
}

.formItem
{
	padding: 0em 0;
	border-top: 1px solid rgb(200, 200, 200);
	border-bottom: 1px solid rgb(200, 200, 200);
}
.formItem + .formItem
{
	border-top-width: 0;
}

input:not([type=checkbox]):not([type=submit]),
textarea, 
option
{
	box-sizing:border-box;
	padding: .5em;
	font-size: 1em;
	border:1px solid rgb(230,230,230);
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	-webkit-appearance: none;
}
input:not([type=submit]), 
{

}
input[type=checkbox]{margin-top:.1em;}
input[type="text"]:focus,
input[type="email"]:focus
{outline: 0; background-color: rgb(250, 250, 250)}
textarea:focus{outline: 0; background-color: rgb(250, 250, 250)}
textarea{width: 100%;}

.flex .selectorWrapper
{
	margin: .5em .5em .5em 0em;
}

.selectorWrapper label
{
	position: relative;		/* 選択ボックスの位置指定 */ 
	display: inline-block;			/* ブロックレベル要素化にする */ 
	box-sizing:border-box;
	width: auto;
	padding: .5em;
	padding-right: 2em;
	border: 1px solid rgb(230,230,230);/* ボックスの境界線を実線で指定する */
}
.selectorWrapper label:before
{
	content: "";
	position: absolute;
	width: .4em;
	height: .4em;
	
	top: 50%;
	right: 1em;
	display: block;
	margin-top: -.3em;
	
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-width: 0 1px 1px 0;
	
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
}
.selectorWrapper select
{
/*	font-family: NotoSerif-M, serif;
	font-weight: 500;*/
	cursor: pointer;
	font-size: 1rem;
	padding: .2em .5em;
	box-sizing:border-box;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;		/* 標準のスタイルを無効にする */ 
	display: block;			/* ブロックレベル要素化する */ 
	border: none;			/* 境界線をなしに指定する */
	background: transparent;/* 背景を透過指定する */
}
.selectorWrapper select:focus
{
	outline: none;
}

::-ms-expand
{		/* select要素のデザインを無効にする（IE用） */
	display: none;
}
.wpcf7-form .contents
{
	padding: 2rem;
	border-left: 1px solid rgb(200, 200, 200);
	margin-left: -1px;
	line-height: 2.5;
	width: 100%;
	
	-webkit-align-items: center;
	align-items: center;
}

.q-title
{
	display:block;
	text-align: center;
}

.qName .linkBt
{
	display: block;
	margin: .5rem .5rem 0;
	color: rgb(255, 255, 255);
	background-color: rgb(120, 120, 120);
}
body:not(.touch) .qName .linkBt:hover
{
	background-color: rgb(50, 50, 50);
}

.qName
{
	padding: 2rem  1rem;
	min-width: 15rem;
	
	border-right: 1px solid rgb(200, 200, 200);

	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;
}

.wpcf7-form .contents .q-title._s
{
	padding: 0;
	border-right-width: 0px;
}
.wpcf7-form .contents._d div{margin-top: 1em;}

.q-short{width:50%; min-width: 15em;}
.q-large{width: 100%; min-width: 15em;}
.q-textArea{height:10em; width: 100%; padding: .5rem;}
.form{display:block;}
span.req{color: rgb(226, 0, 43);}
.noReq{display: none;}
.q-title .smallerText{letter-spacing:0;}
.q-smaller{font-size:.9em; margin-left:15px;}
.q-caution
{
	font-size:.8em;
}

.q-radio{display:inline; margin-right:5px;}

#langArea + span{margin-left: 1em;}

.wpcf7-form .formItem .statement
{
	position: relative;
	box-sizing:border-box;
	border:1px solid rgb(230,230,230);
	height: 7.2rem;
	overflow: auto;
	width: 100%;
}
.wpcf7-form .formItem .statement div{padding: 1em; font-size: 1em;}
.wpcf7-form .formItem .statement div .strongText{margin-top: 1em;}

.sentMessage
{
	margin-top: 2rem;

	-webkit-align-items: center;
	align-items: center;
	
	-webkit-justify-content: center;
	justify-content: center;

	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/* Checkbox */

.wpcf7-list-item input[type=checkbox]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition:all 0s ease-out 0s;
	color: rgb(50, 50, 50);
	cursor: pointer;
	display: inline-block;
	margin: .4rem .2rem .4rem 0;
	outline: none;
	border-radius: 10%;
	
	transform: scale(.75);
}

.wpcf7-list-item input[type=checkbox]:before, .wpcf7-list-item input[type=checkbox]:after {
	position: absolute;
	content: "";
	background: rgb(50, 50, 50);
	transition: all 0s ease-in-out;
}
.wpcf7-list-item input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.wpcf7-list-item input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: 0s;
}
.wpcf7-list-item input[type=checkbox]:checked:before {
	left: 1px;
	top: 10px;
	width: 6px;
	height: 2px;
}
.wpcf7-list-item input[type=checkbox]:checked:after {
	right: 5px;
	bottom: 1px;
	width: 2px;
	height: 14px;
}
.wpcf7-list-item input[type=checkbox]:indeterminate:before, .wpcf7-list-item input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.wpcf7-list-item input[type=checkbox]:indeterminate:before
{
	left: 1px;
	top: 7px;
}
.wpcf7-list-item input[type=checkbox]:indeterminate:after
{
	right: 1px;
	bottom: 7px;
}

/* 青 */
.wpcf7-list-item input[type=checkbox],input[type=radio]
{
	border: 1px solid rgb(50, 50, 50);
}
.wpcf7-list-item input[type=checkbox]:checked, .wpcf7-list-item input[type=checkbox]:indeterminate
{
	background: rgb(250, 250, 245);
}

span.wpcf7-not-valid-tip
{
	color: rgb(50, 50, 50);
}

.wpcf7-list-item
{
	margin: 0 0 0 0em;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output
{
	border-color: rgb(50, 50, 50);
	border-width: 1px;
	border-style: dotted;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output
{
	border-color: rgb(50, 50, 50);
	border-width: 1px;
	border-style: dotted;
}

/* SUBMIT */

.submitWrapper
{
	margin: 3rem 0 5rem;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-align-items: center;
	align-items: center;
}

.submitWrapper > div
{
	display: inline-block;
}

.submitBt
{
	font-family: 'Montserrat-B', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .1em;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
	border-width: 0px;
	white-space-nowrap;
	display:block;
	
	border-radius: 2em;
	display: inline-block;
	padding: 1em 2em 1em 2em;
	border: 1px solid;
	background-color: rgb(255, 255, 255);
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.touch) .submitBt:hover
{
	background-color: rgb(240, 240, 240);
}

.wpcf7-spinner
{
	position: absolute;
	top: 1rem;
	right: -5rem;
}

div.direction
{
	display: inline-block;
}


.caution
{
	font-size: .7rem;
	color: rgb(120, 120, 120);
}

/*//////////////////////////////////////////////////////////////////////////////////
/////////////////////////////// MEDIA SCREEN //////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/


@media screen and (min-width: 500px)
{
	.secTitle br
	{
		display:none;
	}
}

@media screen and (max-width: 600px)
{
	#mainWrapper
	{
		padding: 7rem 0rem 3rem;
	}

	#mainWrapper .secTitleWrapper .description span
	{
		display: inline;
	}

	#mainWrapper .contentsTitleWrapper
	{
		margin: 2rem auto;
	}
	
	.contentsWrapper h4
	{
		margin: 0rem 0rem;
	}
	
	.contentsWrapper .description
	{
/*		padding: 0;*/
		margin: 0rem auto 2rem;
	}
	
	.contentsWrapper h2 + .description
	{
		margin-top: 3rem;
	}
	
	.wpcf7-form
	{
	}
	
	.formItem
	{
		width: 100%;
		border-style: solid;
		border-color: rgb(200, 200, 200);
		border-width: 1px  0;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	
	.formItem + .formItem
	{
		border-top-width: 0;
	}
	
	.qName
	{
		width: 100%;
		border-right: 0px dotted rgb(200, 200, 200);
		border-top: 0px dotted rgb(200, 200, 200);
		padding: 0;
		
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.wpcf7-form .contents
	{
		padding: 0 0rem 1rem;

		border-right: 0px dotted rgb(200, 200, 200);
		border-left: 0px dotted rgb(200, 200, 200);
		
		margin-left: 0;
		-webkit-align-items: center;
		align-items: center;
		
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.q-short{width:100%}
	
	.q-title
	{
		display: inline-block;
		padding: 1em 0em;
		padding-right: 0em;
	}
	label.q-title
	{
		border-right-width: 0;
	}
	
	.q-title .caution
	{
		margin-top: 0;
		display: inline-block;
	}
	
	.wpcf7-form .statement{width: 100%;}

	.q-textArea
	{
		min-width:100%;
	}
	
	.submitBtWrapper
	{
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.telfaxmail > div
	{
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}