@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/***********************************
 reset
***********************************/
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	letter-spacing: 0.02em;
}
html, body{
	font-size: 16px;
}

@media screen and (max-width: 750px) {
	html, body{
		font-size: 16px;
		-webkit-text-size-adjust: 100%;
		touch-action: manipulation;
	}
}

dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: unset;
	height: auto;
	min-height: 100%;
}
a{
	color: #1d1d1d;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover{
	color: #00ade6;
}
a img{
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	min-width: 1200px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	color: #1d1d1d;
	text-align: center;
}
article{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 70px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#mainimage + article{
	padding-top: 0;
}

section,
div.container{
	clear: both;
	position: relative;
	margin: 0 auto;
}
section{
	padding: 60px 0;
	max-width: 1100px;
}
div.container{
	width: calc(100% - 100px);
	min-width: 1100px;
}

@media screen and (max-width: 750px) {
	body{
		min-width: 100%;
		letter-spacing: 0;
	}
	section{
		max-width: 96vw;
	}
	div.container{
		min-width: calc(100% - 4vw);
		padding: 0 2vw;
	}
}

main{
	position: relative;
	width: 100%;
}

/***********************************
 others
***********************************/
ul.disc{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 1.25em;
	text-align: left;
}
ul.caution{
	margin: 0 0 0 1.25em;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 0.13em 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "※";
}
ol{
	list-style-type: decimal;
	margin-left: 1.75em;
	text-align: left;
}

.marker{
	display: inline-block;
	margin: 0 0.1em;
	padding: 0 0.1em;
	background: linear-gradient(transparent 60%, #c79f62 60%);
	font-size: 1.05em;
}

img.shadow{
	box-shadow: 10px 10px #528ca5;
}

.spBr{
	display: none;
}
.pcOnly {
	display: block;
}
span.pcOnly{
	display:inline;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 750px) {
	img.shadow{
		box-shadow: 1.3vw 1.3vw #528ca5;
	}

	.spBr{
		display: block;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	span.pcOnly {
		display: none;
	}
}

/***********************************
 header, footer
***********************************/
header, footer{
	font-size:14px;
	clear: both;
	position: relative;
	width: 100%;
	display: block;
}

header{
	margin: 13px 0 0;
	height: 75px;
	background: rgba(0,0,0,0.35);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.35);
	z-index: 100;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
}

header h1{
	position: relative;
	top: 8px;
	width: 170px;
	height: 65px;
}
header h1 a{
	background: url(/images/logo.png) no-repeat center;
	text-indent: -9999px;
}

header ul#headerInfo{
	position: absolute;
	top: 12px;
	right: 0;
}
header ul#headerInfo li:first-child{
	color: #ffffff;
	background: url(/images/headerTel.png) no-repeat left center;
	height: 26px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-indent: 1em;
	font-size: 1.8em;
	font-family: 'Shippori Mincho', serif;
}
header ul#headerInfo li:last-child a{
	margin: 6px 0 0;
	width: 130px;
	height: 20px;
	background: url(/images/headerContact.png) no-repeat center 2px #00ade6;
	border-radius: 10px;
	text-indent: -9999px;
}
header ul#headerInfo li:last-child a:hover{
	background-color: #00d2e5;
}

@media screen and (max-width: 750px) {
	header{
		margin: 1.7vw 0 0;
	}
	header ul#headerInfo{
		display: none;
	}
}

footer{
	margin: -1px 0 0;
	background-image: linear-gradient(#ffffff 38px, #f9f7f1 38px, #f9f7f1 360px, #ffffff 360px);
}
footer div.container:nth-child(2){
	padding-top: 35px;
	text-align: left;
}

footer ul.btnBoxContact + p{
	margin: 30px auto;
	font-size: 0.875em;
}

footer #footerLogo{
	margin: 0 0 30px 70px;
	width: 170px;
	font-family: 'Shippori Mincho', serif;
	font-size: 0.8em;
}
footer #footerLogo img{
	display: block;
	width: 170px;
	height: 65px;
}

footer ul.footerNav{
	position: absolute;
	top: 40px;
	right: 70px;
	width: 650px;
	line-height: 1em;
}
footer ul.footerNav li{
	position: relative;
	display: inline-block;
	margin: 0 40px 0 0;
}
footer ul.footerNav li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: block;
	border-right: solid 1px #1d1d1d;
	content: "";
}
footer ul.footerNav li:last-child::after{
	display: none;
}
footer ul.footerNav li a{
	display: block;
	text-decoration: none;
	font-family: 'Shippori Mincho', serif;
	font-size: 0.9em;
}

footer ul#officeAddress{
	position: absolute;
	top: 75px;
	right: 70px;
	width: 650px;
}
footer ul#officeAddress li{
	margin: 0 0 5px;
	line-height: 1.4em;
	font-family: 'Shippori Mincho', serif;
	font-size: 0.9em;
}
footer ul#officeAddress li span.footerTag{
	display: inline-block;
	margin: 0 10px 0 0;
	background: #0094ef;
	width: 100px;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
}

footer #copyright{
	padding: 5px 0 15px;
	letter-spacing: 0;
	text-align: right;
	font-family: 'Shippori Mincho', serif;
	font-size: 0.9em;
	border-top: solid 1px #cdcdcd;
}

@media screen and (max-width: 750px) {
	footer{
		background-image: linear-gradient(#ffffff 38px, #f9f7f1 38px, #f9f7f1 450px, #ffffff 450px);
	}

	footer #footerLogo{
		margin: 0 auto;
	}

	/*
	footer ul.footerNav{
		position: relative;
		top: 0;
		right: 0;
		margin: 2em auto 0;
		width: calc(100% - 3em);
		text-align: center;
	}
	footer ul.footerNav li{
		margin: 0 2.6em 1em 0;
	}
	footer ul.footerNav li::after{
		position: absolute;
		right: -1.3em;
	}
	*/
	footer ul.footerNav{
		display: none;
	}

	footer ul#officeAddress{
		position: relative;
		top: 0;
		right: 0;
		margin: 2em auto 0;
		width: calc(100% - 2em);
	}
	footer ul#officeAddress li{
		margin: 0 0 0.8em;
	}
	footer ul#officeAddress li span.footerTag{
		display: block;
		margin: 0;
		width: 7em;
		color: #ffffff;
		text-align: center;
		font-size: 0.9em;
	}

	footer #copyright{
		margin: 2em 0 0;
		padding: 0.3em 0 1em;
		font-size: 0.6em;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}

nav#globalNav{
	position: absolute;
	top: 15px;
	right: 250px;
	height: 50px;
	text-align: center;
}
nav#globalNav ul li{
	position: relative;
	display: inline-block;
	margin: 0 0 0 40px;
	height: 50px;
	line-height: 50px;
}
nav#globalNav ul li::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
	display: block;
	width: 8px;
	content: "";
	background: url(/images/btnArrow.png) no-repeat center;
}
nav#globalNav ul li a{
	padding: 0 5px;
	color: #ffffff;
	font-family: 'Shippori Mincho', serif;
}
nav#globalNav ul li a:hover{
	color: #00ade6;
}

@media screen and (max-width: 750px) {
	nav#globalNav{
		display: none;
	}

	.dwBtn,
	.drawer-menu{
		display: block;
	}

	/* dwWrap */

	#dwWrap{
		display: table;
		width: 100%;
		height: 100vh;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
	}

	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		padding: 80px 0 0;
		background: #2b2b2b;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
	}
	.drawer-menu nav{
		margin: auto;
		width: 100%;
	}
	.drawer-menu nav ul{
		margin: auto;
		width: calc(100% - 30px);
	}
	.drawer-menu nav ul.btnBoxContact{
		margin: auto;
		width: calc(100% - 40px);
	}
	.drawer-menu nav ul:first-child li{
		margin: 10px 0;
		text-align: left;
		border-bottom: solid 1px #808080;
	}
	.drawer-menu nav ul:first-child li a{
		display: block;
		padding: 15px;
		line-height: 1.5em;
		color: #ffffff;
		text-decoration: none;
		font-family: 'Shippori Mincho', serif;
		font-size: 1.1em;
	}

	/* checkbox */
	.dwCheck{
		display: none;
	}

	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		display: block;
		top: 24px;
		right: 12px;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 1000;
		background: rgba(255, 255, 255, 0.4);
		border-radius: 10%;
	}
	.bar{
		position: absolute;
		top: 10px;
		left: 6px;
		display: block;
		width: 28px;
		height: 1px;
		background: #000000;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 20px;
		opacity: 1;
	}
	.bar.bottom{
		top: 30px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.menu-btn__text{
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		color: #666666;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: none;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #c79f62;
	}
	.menu-btn:hover .menu-btn__text{
		color: #c79f62;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 300px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}

	/* checked */
	.dwCheck:checked ~ body{
		background: #000000;
	}

	.dwCheck:checked ~ .drawer-menu{
		position: absolute;
		display: block;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.dwCheck:checked ~ #dwWrap{
		overflow: auto;
		position:fixed;
		pointer-events: none;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		left: 10px;
		width: 29px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 29px;
		top: 30px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dwCheck:checked ~ .close-menu{
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0, 0, 0, 0.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/***********************************
 #pnList
***********************************/
ul#pnList li{
	float: left;
}
ul#pnList li:after{
	float: right;
	display: block;
	padding: 0 10px;
	content: ">";
	line-height: 1.5em;
}
ul#pnList li:last-child:after{
	display: none;
}
ul#pnList li a{
	display: inline-block;
	color: #242424;
	text-decoration: none;
}
ul#pnList li a:hover{
	color: #663399;
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	font-weight: normal;
	font-family: 'Shippori Mincho', serif;
	line-height: 1.5em;
}

h2{
	margin: 220px auto 0;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.35);
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
h2 span{
	display: block;
	margin: 0 0 10px;
	font-family: 'Shippori Mincho', serif;
	font-size: 2em;
	letter-spacing: 0.05em;
}

#home h2{
	margin: 0 auto;
	padding: 0 0 40px;
	color: #c79f62;
	font-size: 3em;
}

h3{
	display:inline-block;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	text-align: left;
	font-size: 2.2em;
}
h3 span{
	display: block;
	font-size: 0.4em;
	color: #c79f62;
	line-height: 1em;
}

h4{
	margin: 0 0 35px;
	padding: 30px 0 15px;
	background: url(/images/ttlBar.png) left bottom no-repeat;
	text-align: left;
	font-size: 1.8em;
}

footer h4{
	margin: -30px auto 0;
	padding: 0;
	text-align: center;
	background: none;
}

@media screen and (max-width: 750px) {
	h2{
		margin: 120px auto 0;
	}
	
	#home h2{
		padding: 0 0 1em;
		font-size: 2.5em;
	}

	h3{
		font-size: 2em;
		line-height: 1.2em;
	}
	h3 span{
		margin: 0 0 0.5em;
	}

	h4{
		margin: 0 10px 35px;
		font-size: 1.6em;
		line-height: 1.3em;
	}

	footer h4{
		font-size: 1.3em;
		line-height: 1.5em;
	}
}

/***********************************
 table
***********************************/
table{
	border-collapse: separate;
	border-spacing: 0 2px;
}
th{
	padding: 10px 20px;
	background: #fefaf4;
	border-bottom: solid 1px #c79f62;
	font-weight: normal;
}
td{
	text-align: left;
	padding: 10px 20px;
	border-bottom: solid 1px #c79f62;
}
td b{
	display: inline-block;
	margin-top:20px;
}
td b:first-child{
	margin-top: 0;
}
/***********************************
 .row, .column
***********************************/
.row{
	display: -webkit-flex;
	display: flex;
	width: calc(80px + 100%);
	margin: 0 auto;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.row + .row{
	margin-top: 130px;
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	margin: 0 80px 0 0;
}
.column1{ width: calc(100% - 80px); clear: both; }
.row .column2{ width: calc(50% - 80px); }
.row .column2.narrow{ width: calc(41% - 80px); }
.row .column2.wide{ width: calc(59% - 80px); }
.row .column3-1{ width: calc((100% /3) - 80px); }
.row .column3-2{ width: calc((100% /3) * 2 - 80px); }
.row .column4-1{ width: calc(25% - 80px); }
.row .column4-3{ width: calc(75% - 80px); }
.row .column5-1{ width: calc((100% /5) - 80px); }
.row .column2:nth-child(2){
	margin:0;
}
@media screen and (max-width: 750px) {
	.row{
		display: block;
		width: 100%;
	}
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		clear: both;
		float: unset;
		margin: 0;
		width: 100%;
	}
	.row .column4-1,
	.row .column4-3,
	.row .column5-1{
		margin: 0 40px 0 0;
		width: calc(50% - 40px);
		background: #ff0000;
	}

	.row .column2 + .column2,
	.row .column3-1 + .column3-1,
	.row .column3-1 + .column3-2,
	.row .column3-2 + .column3-1{
		margin-top: 1em;
	}
}

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
column1,
.row img + img{
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.row img + img{
		margin-top: 20px;
	}
}
.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}

.row .boxShadow{
	font-size:14px;
	line-height: 1.3em;
	width: calc(100% - 2px);
	height: calc(100% - 3px);
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
.row .boxBorder{
	width: calc(100% - 2px);
	height: calc(100% - 3px);
	border: solid 1px #97bac9;
}

/***********************************
 form
***********************************/
/*
form table{
	margin: 20px 0;
}
form table th span,
span.required{
	color: red;
}
form table + p.memo{
	margin: 0 0 20px;
	text-align: left;
}
*/

form label{
	display: inline-block;
	margin: 2px 0;
	padding: 3px 30px 3px 3px;
	cursor: pointer;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea{
	margin: 0 5px;
	padding: 8px 10px;
	line-height: 1.3em;
	width: 60%;
}
textarea{
	height: 4em;
	width:80%;
}
input[type="number"]{
	width: 100px;
}

input[type="radio"],
input[type="checkbox"]{
	margin: 0 5px;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	font-weight: bold;
	cursor: pointer;
}

select{
	margin: 0 5px;
	padding: 8px;
	cursor: pointer;
}

input[type="button"].btn,
input[type="submit"].btn{
	display: block;
	margin: 50px auto 0;
	padding: 8px 20px;
	min-width: 300px;
	background: #e1e1e1;
	border: solid 1px #adadad;
	-webkit-transition: all .8s;
	transition: all .8s;
}
input[type="button"].btn:hover,
input[type="submit"].btn:hover{
	background: #c79f62;
	color: #ffffff;
	border: solid 1px #c79f62;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}

/***********************************
 .btn, .btnBox, .btnBoxRow
***********************************/
a.btn{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
a.btn:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.btn.celebration{ background-image: url(/images/btnCelebration.png); width: 250px; height: 250px; }
a.btn.marriage{ background-image: url(/images/btnMarriage.png); width: 250px; height: 250px; }
a.btn.anniversary{ background-image: url(/images/btnAnniversary.png); width: 250px; height: 250px; }

ul.btnBoxContact{
	clear: both;
	margin: auto;
	padding: 40px 0 0;
	width: 600px;
}
ul.btnBoxContact::after{
	clear: both;
	display: block;
	content: "";
}
ul.btnBoxContact li{
	float: left;
	display: block;
	margin: 0;
	width: 270px;
	height: 85px;
	line-height: 85px;
}
ul.btnBoxContact li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
ul.btnBoxContact li:first-child{
	margin: 0 60px 0 0;
}
ul.btnBoxContact li:first-child a{
	display: block;
	width: 100%;
	height: 100%;
	background: #232323;
	color: #ffffff;
	font-size: 1.15em;
}
ul.btnBoxContact li a:hover{
	background-color: #00ade6;
}
ul.btnBoxContact li:last-child a{
	display: block;
	background: #232323;
	color: #ffffff;
	font-size: 1.15em;
}


@media screen and (max-width: 640px) {
	a.btn{
		background-size: contain;
		width: 320px;
		height: 143px;
	}
	a.btn.recruit{
		width: 320px;
		height: 135px;
	}
}

a.btnTxt{
	display: block;
	margin: 0 auto;
	background: #fefaf4;
	width: calc(100% - 4px);
	max-width: 270px;
	height: 80px;
	line-height: 80px;
	color: #c79f62;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	border: solid 2px #c79f62;
}
a.btnTxt:hover,
a.btnTxt:active{
	background: #c79f62;
	color: #ffffff;
}

a.btnTxt2{
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.02em;
	background: url(/images/btnArrow.png) no-repeat right 10px center #0066a6;
	width: 200px;
	height: 33px;
	line-height: 33px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	border-radius: 8px;
}
a.btnTxt2:hover,
a.btnTxt2:active{
	background-color: #0076bf;
}

@media screen and (max-width: 750px) {
	ul.btnBoxContact{
		padding: 30px 0 0;
		width: 90%;
		max-width: 300px;
	}
	ul.btnBoxContact li{
		float: none;
		width: 100%;
		height: 60px;
		line-height: 60px;
	}
	ul.btnBoxContact li img{
		margin: 0 0.8em 0 0;
	}
	ul.btnBoxContact li:first-child{
		margin: 0 0 1em;
	}

	.drawer-menu nav ul.btnBoxContact li:first-child a,
	.drawer-menu nav ul.btnBoxContact li:last-child{
		background: #585858;
	}

}


/**********************************************************************
 
 page
 
**********************************************************************/


/***********************************
 #mainimage
***********************************/
#mainimage{
	margin: -88px 0 0;
	padding: 0;
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#services #mainimage{ background-image: url(/images/services.jpg); }
#aboutus #mainimage{ background-image: url(/images/aboutus.jpg); }
#agency #mainimage{ background-image: url(/images/agency.jpg); }
#contact #mainimage{ background-image: url(/images/contact.jpg); }

#home #mainimage{
	position: fixed;
	top: -88px;
	left: 0;
	right: 0;
	margin: 0;
	height: 1100px;
	z-index: -100;
}
#home #mainimage video{
	position: absolute;
	left: -2000px;
	right: -2000px;
	margin: auto;
	height: 1100px;
}

@media screen and (max-width: 750px) {
	#mainimage{
		height: 240px;
	}

	#home #mainimage{
		position: fixed;
		top: -88px;
		left: 0;
		right: 0;
		margin: 0;
		height: 700px;
		z-index: -100;
	}
	#home #mainimage video{
		position: absolute;
		left: -2000px;
		right: -2000px;
		margin: auto;
		height: 700px;
	}
}

/***********************************
 home
***********************************/
#home #mainimage + p + article + article{
	background: #ffffff;
}

#home p#message{
	margin: 360px auto 400px;
	background: url(/images/message.png) no-repeat center;
	height: 65px;
	text-indent: -9999px;

}

#home #news{
	margin: 0 auto 180px;
	padding: 50px 65px;
	background: url(/images/bgNews.png) no-repeat right bottom;
	max-width: 970px;
	min-height:40em;
}
#home #news ul{
	margin: 0 0 30px;
	text-align: left;
}
#home #news ul li{
	position: relative;
	padding: 15px 0;
	border-top: solid 1px #626262;
}
#home #news ul li span:nth-child(1){
	display: block;
	margin: 0 0 10px;
}
#home #news ul li span:nth-child(2){
	position: absolute;
	top: 12px;
	left: 120px;
	display: block;
	padding: 0 20px;
	width: 60px;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	font-size: 0.8em;
}
#home #news ul li span:nth-child(2).service{
	background: #626262;
}
#home #news ul li span:nth-child(2).news1{
	background: #004161;
}
#home #news ul li span:nth-child(2).news2{
	background: #610061;
}
#home #news ul li a{
	display: block;
}

#home .column2.boxShadow > img{
	float: left;
	display: block;
	width: 209px;
}
#home .column2.boxShadow > div{
	position: relative;
	float: right;
	padding: 20px 25px 0;
	width: calc(100% - 259px);
	height: 160px;
}
#home .column2.boxShadow > div h3{
	display: block;
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.6em;
}
#home .column2.boxShadow > div p{
	text-align: left;
	font-size: 0.85em;
}
#home .column2.boxShadow > div a.btnTxt2{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 750px) {
	#home p#message{
		margin: 170px auto 180px;
		background-size: 90%;
	}

	#home #news{
		margin: 0 auto 180px;
		padding: 2em 1.5em;
		background: url(/images/bgNews.png) no-repeat -220px bottom;
		background-size: calc(620px + 3em);
		width: calc(96vw - 3em);
		max-width: 620px;
		min-height:30em;
	}
	#home #news ul li span:nth-child(2){
		left: 7.5em;
	}

	#home .column2.boxShadow{
		position: relative;
	}
	#home .column2.boxShadow > img{
		float: none;
		width: auto;
		height: 200px;
	}
	#home .column2.boxShadow > div{
		position: absolute;
		top: 12px;
		bottom: 12px;
		left: 230px;
		right: 0;
		float: none;
		margin: auto 0;
		padding: 10px 15px;
		background: rgba(255, 255, 255, 0.8);
		width: auto;
		height: auto;
	}
	#home .column2.boxShadow > div p{
		line-height: 1.2em;
	}
	#home .column2.boxShadow > div a.btnTxt2{
		position: relative;
		margin: 1em auto 0;
		bottom: auto;
		width: 190px;
	}
}
@media screen and (max-width: 500px) {
	#home .column2.boxShadow > img{
		width: 100%;
	}
	#home .column2.boxShadow > div{
		top: 16px;
		bottom: 16px;
		left: 30px;
		right: 30px;
	}
	#home .column2.boxShadow > div a.btnTxt2{
		width: 200px;
	}
}

/***********************************
 services
***********************************/
#services main p{
	text-align: left;
}

#services article.bg{
	padding: 0;
	background: url(/images/bgTriangle.png) 0 40px repeat-x;
}
#services article.bg section{
	padding: 0 0 60px;
}

#services .row.narrow{
	width: 840px;
}
#services .row.narrow .boxBorder ul.disc{
	margin: 20px 20px 20px 40px;
	height: 150px;
}

@media screen and (max-width: 750px) {
	#services .row.narrow{
		margin-left: 0;
		width: 100%;
	}
	#services .row.narrow .boxBorder ul.disc{
		height: auto;
	}
}





/***********************************
 scene
***********************************/
#scene h3 + p{
	margin: 0 0 110px;
	text-align: center;
}

#scene ul.imgBox{
	margin: -50px auto 90px;
	width: 748px;
	height: 237px;
}
#scene ul.imgBox li{
	float: left;
	margin: 0 40px 0 0;
}
#scene ul.imgBox li:last-child{
	margin: 0;
}



/***********************************
 guide
***********************************/
#guideMenu{
	margin: 0 0 40px;
	padding: 20px 0;
	background: #eef2fa;
	text-align: center;
}
#guideMenu dl{
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
	text-align: left;
}
#guideMenu dl:first-child{
	border-right: solid 2px #ffffff;
}
#guideMenu dl:last-child{
	border-left: solid 2px #ffffff;
}
#guideMenu dl dd{
	position: relative;
	margin: 0 0 0 20px;
}
#guideMenu dl dd::before{
	position: absolute;
	top: 5px;
	left: -5px;
	display: block;
	content: "・";

}
#guideMenu dl a{
	display: block;
	margin: 3px 0;
	padding: 0 15px;
	line-height: 30px;
	font-family: 'Shippori Mincho', serif;
}

/***********************************
 aboutus
***********************************/
#aboutus main table{
	margin: auto;
	width: 82%;
}
#aboutus main table th,
#aboutus main table td{
	padding: 20px 40px;
	color: #2b2b2b;
}
#aboutus main table th{
	font-family: 'Shippori Mincho', serif;
	width: 180px;
}
#aboutus span#maplink{
	display:inline-block;
	font-size:0.9em;
	line-height:1em;
}

#aboutus span#maplink img#mapicon{
	display:inline-block;
	margin-top:10px;
	margin-right:5px;
	width:15px;
	height: 15px;
}

#ceoname{
	font-size:1.1em;
	float:right;
	margin-top:40px;
	display:inline-block;
	color: #000000;
	text-align:right;
	font-family: 'Klee One', cursive;
}
@media screen and (max-width: 750px) {
	#aboutus main table {
		margin: auto;
		width: 98%;
	}
	#aboutus main table th,
	#aboutus main table td {
		display: block;
		padding: 20px 10px;
		color: #2b2b2b;
		width:calc(100% - 20px);
	}

}
/***********************************
 rules
***********************************/
#rules main section{
	width: 80%;
	font-size: 0.95em;
}
#rules main p{
	padding: 0 0 30px;
}


/***********************************
 notation
***********************************/





/***********************************
 faq
***********************************/
#faq dt{
	position: relative;
	margin: 10px 0;
	padding: 15px 40px 15px 50px;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
	transition: all .5s ease;
}
#faq dd{
	position: relative;
	display: none;
	padding: 5px 10px 50px 50px;;
}
#faq dt:before,
#faq dd:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	font-family: 'Libre Caslon Text', serif;
	font-size: 18px;
}
#faq dt:before{
	bottom: 0;
	margin: auto;
	background: #c79f62;
	content: "Q";
	font-weight: normal;
}
#faq dd:before{
	margin: auto;
	background: #df0d52;
	content: "A";
}

#faq dt:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	content: '+';
	margin: auto;
	width: 1em;
	height: 1em;
	color: #000000;
	text-align: center;
	font-size: 1.5em;
}
#faq dt.close:after{
	transform: rotateZ(45deg);
}

@media screen and (max-width: 640px) {
	#faq dt{
		padding-right: 30px;
	}
	#faq dt:after{
		right: 5px;
	}
}

/***********************************
 contact
***********************************/


#contact table th{
	width: 250px;
}

#thanksBox{
	margin: 50px 0;
	line-height: 1.8em;
}
#thanksBox + input{
	margin: 0 auto 50px;
}

@media screen and (max-width: 640px) {
	#contact table th,
	#contact table td{
		display: block;
	}
	#contact table th{
		width: auto;
		border-top: 3px double #cecece;
		border-left: none;
	}
	#contact table td {
		width: auto;
		border:none;
		text-align:center;
		padding:10px 0;
	}
	#contact .row .column3-2{
		margin-bottom: 25px;
	}
	
	#contact input[type="text"],
	#contact input[type="number"],
	#contact input[type="tel"],
	#contact input[type="email"],
	#contact textarea {
		padding: 10px 5px;
		width: calc(95% - 10px);
	}
}

/***********************************
 privacy
***********************************/
p.law{
	padding: 0 20px 10px;
	text-align: left;
}
dl.law{
	margin: 0 20px 15px;
	text-align: left;
}
dl.law dt{
	margin: 0 0 10px 0;
	font-weight: bold;
}
dl.law dd{
	margin: 0 0 10px 20px;
}


/***********************************
 Animation
***********************************/
/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
	 
article{
	opacity: 0;
}
@media screen and (max-width: 640px) {
	article{
		width:100%;
	}
	
	.column1 {
		width: 100%;
		clear: both;
	}
}
/*
agency
*/
#agency article.bg {
	padding: 0;
	background: url(/images/bgTriangle.png) 0 40px repeat-x;
}

#agency article.bg section {
	padding: 0 0 60px;
}
.agency-column1 {
	max-width: 1000px;
	margin: auto;
	line-height: 1.8em;
}

.merit {
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100px;
	height: 100px;
	display: inline-block;
	background: #137dbe;
	line-height: 40px;
	outline: #528ca5 1px solid;
	border: #ffffff 3px solid;
	border-left: #528ca5 3px solid;
	border-top: #528ca5 3px solid;
	color: #daa520;
}

.merit span {
	top: -50px;
	line-height: 1em;
	font-size: 40px;
	color: #ffffff;
}

.merit-box {
	text-align:left;
	position: relative;
	display: block;
	max-width: 900px;
	min-height: 300px;
	padding: 10px;
	padding-bottom: 30px;
	margin: 0 auto 50px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	background: #FFFFFF;
}

.merit-box h4 {
	margin-left: 130px;
}

.merit-box div.row {
	margin-top: 50px;
	line-height: 1.8em;
}
.merit-box div.row .column2{
	margin: 0 30px 0 20px;
}
@media screen and (max-width: 640px) {
	#agency article{
		text-align:left;
		width: 100%;
	}

	.column1 {
		width: 100%;
		clear: both;
	}
	.merit-box div.row .column2 {
		margin: 0 80px 0 0;
	}
}