@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/***********************************
 reset
***********************************/
*, 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;
}
html, body{
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"游ゴシック Medium",YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: auto;
	height: auto;
	min-height: 100%;
}
a{
	color: #3c3c3c;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover{
	color: #c4b049;
}
a img{
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
nav a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* 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"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
button,input[type="submit"], input[type="button"] {
	display:inline-block;
	min-width: 200px;
	padding: 10px 20px;
	background:#eeeeee;
	border:#888888 solid 1px;
	margin:5px;
	color: #3c3c3c;
}
button:hover,input[type="submit"]:hover, input[type="button"]:hover {
	background:#666666;
	color:#ffffff;
}
table input[type="button"]{
	margin: 2px 1px;
	padding: 5px;
	min-width: 70px;
	min-height:32px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	color: #3c3c3c;
	text-align: center;
}
main{
	position: relative;
	padding: 0 0 250px;
	background: #f8f8f8;
	min-height:calc(100vh - 250px);
	z-index: 0;
}
article{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#mainVisual + article{
	padding-top: 0;
}
#mainVisual + article > section > h2:first-child{
	padding-top: 0;
}

section,
div.container{
	clear: both;
	position: relative;
	margin: 0 auto;
}
section{
	padding: 0 3em;
	max-width: 1800px;
}
section::after{
	clear: both;
	display: block;
	content: "";
}
section + section{
	margin-top: 3em;
}
section.narrow{
	width: 80%;
	max-width: 1000px;
}
section.color{
	padding: 2em 3em;
	background: #ffffff;
	width: calc(100% - 12em);
}
section.navigation{
	margin: 1em auto;
	font-size: 1.2em;
}


div#wrapRight{
	position: relative;
	left: 250px;
	background: #f8f8f8;
	width: calc(100% - 250px);
	min-height: 100vh;
}
#dwWrap{
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
	div#wrapRight{
		left: 200px;
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 840px) {
	main{
		padding: 0 0 5em;
	}
	section{
		padding: 0 4vw;
		max-width: calc(100% - 8vw);
	}
	section.narrow{
		width: calc(100% - 8vw);
		max-width: unset;
	}
	div#wrapRight{
		left: unset;
		width: 100%;
		min-height: calc(100vh - 90px);
	}
}

/***********************************
 others
***********************************/
p{
	margin: 0 0 0.8em;
	text-align: center;
}
p:last-child{
	margin: 0;
}

.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}

img.imgAC{
	display: block;
	margin: 1.5em auto;
	width: auto;
	max-width: 80%;
}

.fntS{
	font-size: 0.8em;
}

ul.disc{
	list-style-type: disc;
	margin-left: 1.25em;
	margin-bottom: 0.8em;
	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;
}

.sup{
	vertical-align: super;
	font-size: smaller;
}

.marker{
	display: inline-block;
	margin: 0 0.1em;
	padding: 0 0.1em;
	background: linear-gradient(transparent 60%, #eaab4b 60%);
	font-size: 1.05em;
}

a.underline{
	position: relative;
	display: inline-block;
	padding: 0 0.2em;
}
a.underline::after{
	position: absolute;
	bottom: 0.2em;
	left: 0.2em;
	right: 0.2em;
	display: block;
	border-bottom: dashed 1px currentColor;
	content: "";
}
.spOnly {
	display: none;
}

.pcOnly {
	display: block;
}
@media screen and (max-width: 840px) {
	img.imgAC{
		max-width: 90%;
	}
	.spOnly{
		display: block;
	}
	.pcOnly{
		display:none;
	}
}

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	display: block;
}

header{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 250px;
	height: 100%;
	min-height: 625px;
	background: #377899;
	z-index: 1;
}
header.partner{
	background: #394953;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
}
header div.container{
	height: calc(100vh - 165px);
	min-height: 343px;
}

header h1{
	background:#ffffff;
	position: relative;
	margin: 10px 0 0;
	font-family:'Noto Serif JP', serif;
	height: 220px;
}
header h1 a{
	font-size:0.8em;
	line-height:1.2em;
}
header h1 a img{
	margin-top: 8px;
	width: 70px;
}
header h1 a span{
	display: block;
}
header h1 a span.pattern{
	font-size:0.8em;
}
header h1 a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
header nav li{
	border-bottom : 1px solid #efefef;
}
header nav li a{
	font-size:1.1em;
	color:#ffffff;
	padding:20px 0;
}
header nav li:hover{
	background: rgba(255, 255, 255, .2);
}
/* Add to "jquery.mCustomScrollbar.min.css"
@media screen and (max-height: 630px) {
	header div.container{
		width: 217px;
		min-height: auto;
		overflow-y: scroll;
	}
	header nav#addMenu{
		position: relative;
		bottom: unset;
		margin: 15px 0 10px;
	}
}
*/

@media screen and (max-width: 1100px) {
	header{
		width: 230px;
	}
}
@media screen and (max-width: 840px) {
	header{
		position: relative;
		bottom: unset;
		width: 100%;
		height: 60px;
		min-height: auto;
	}
	header div.container{
		display: none;
	}

	header h1{
		top: 5px;
		margin: 0 auto;
		height: 55px;
	}
	header h1 a{
		background-size: contain;
		text-indent: -0.8em;
	}
	header h1 a img{
		display: inline;
		margin: 5px 0 0;
		padding: 0 8px 0 0;
		width: auto;
		height: calc(100% - 12px);
		vertical-align: middle;
	}
	header h1 a span{
		display: inline;
		vertical-align: sub;
		font-size: 0.85em;
	}
	header h1 a span br{
		display: none;
	}
}

footer{
	position: relative;
	bottom: 0;
	width: 100%;
}
footer div.container{
	padding-top: 1em;
	width: 90%;
}
footer #copyright{
	clear: both;
	margin: 1em auto 0;
	padding: 0.5em 0;
	border-top: solid 1px #3c3c3c;
	text-align: right;
	font-size: 0.8em;
}

@media screen and (max-width: 840px) {
	footer div.container{
		width: calc(100% - 8vw);
	}
	footer #copyright{
		padding: 0.8em 0;
		line-height: 1.2em;
		font-size: 0.6em;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}
	
@media screen and (max-width: 840px) {
	.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;
		overflow: hidden;
	}
	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding: 60px 0;
		background: rgba(255, 255, 255, 1);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
/*
消す予定
		-webkit-transform-origin: left right;
		-ms-transform-origin: left right;
		transform-origin: left right;
*/
		-webkit-transform: scaleX(0.2);
		transform: scaleX(0.2);
		opacity: 0;
	}
	.drawer-menu::before,
	.drawer-menu::after{
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		background-color: #377899;
		height: 5px;
		content: "";
	}
	.drawer-menu.partner::before,
	.drawer-menu.partner::after{
		background-color: #394953;
	}
	.drawer-menu::before{
		top: 0;
	}
	.drawer-menu::after{
		bottom: 0;
	}

	#gmenuBox.drawer-menu #gmenu{
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 1em;
		width: calc(100% - 2em);
	}
	#gmenuBox.drawer-menu #gmenu li{
		position: relative;
		display: block;
		width: 100%;
		height: 48px;
	}
	#gmenuBox.drawer-menu #gmenu li a{
		display: block;
		height: 48px;
		line-height: 48px;
		overflow: hidden;
		border-bottom: dotted 1px #3c3c3c;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	/* checkbox */
	.dwCheck{
		display: none;
	}
	
	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		top: 15px;
		right: 8px;
		display: block;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 101;
	}
	.bar{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 13px;
		opacity: 1;
	}
	.bar.bottom{
		top: 26px;
		-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: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #cccccc;
	}
	.menu-btn:hover .menu-btn__text{
		color: #cccccc;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-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 ~ #gmenuBox.drawer-menu{
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 4;
	}

/*
削除予定
	.dwCheck:checked ~ #dwWrap{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		transform: translateX(-250px);
	}
*/
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .close-menu{
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/* checkbox */
.menuCheck{
	display: none;
}

/* closeBtn - label tag */
.closeBtn{
	position: fixed;
	top: 10px;
	right: 8px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: -1;
	opacity: 0;
}
.closeBtn .bar{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 3px;
	background: #282828;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.closeBtn .bar.bottom{
	top: 26px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.closeBtn:hover .bar{
	background: #cccccc;
}
.closeBtn:hover .menu-btn__text{
	color: #cccccc;
}
.closeBtn-menu{
	position: fixed;
	top: 0;
	left: 250px;
	display: block;
	width: 100%;
	height: 100vh;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/***********************************
 #pnList
***********************************/
#pnList{
	background: #e1dec0;
	height: 2.5em;
	font-size: 0.9em;
}
#pnList::after{
	clear: both;
	display: block;
	content: "";
}
#pnList ul{
    margin: 0 auto;
	max-width: 1050px;
	line-height: 2.5em;
}
#pnList ul li{
	position: relative;
	float: left;
	margin: 0 3em 0 0;
}
#pnList ul li:after{
	position: absolute;
	top: 0;
	right: -2em;
	display: block;
	content: ">";
	color: #1d1d1d;
}
#pnList ul li:last-child:after{
	display: none;
}
#pnList ul li a{
	display: inline-block;
	color: #1d1d1d;
}
#pnList ul li a:hover{
	color: #2c9633;
}

@media screen and (max-width: 840px) {
	#pnList{
		padding: 0.5em 0;
		height: auto;
		font-size: 0.8em;
	}
	#pnList ul{
		max-width: calc(100% - 5vw);
		line-height: 1.8em;
	}
	#pnList ul li{
		margin: 0 2em 0 0;
	}
	#pnList ul li:after{
		right: -1.3em;
	}	
}

/***********************************
 h2, h3, h4, h5
***********************************/
h2, h3, h4, h5{
	clear: both;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}

h2{
	position: relative;
	padding: 0 0 0 5.2rem;
	height: 190px;
	line-height: 220px;
	font-size: 2em;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
}
h2::after{
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	width: 250px;
	height: 1px;
	background: #c4b049;
	content: "";
}
.detail h2{
	padding-top: 70px;
	height: auto;
	min-height: 190px;
	line-height: 1.3em;
	font-size: clamp(1.2em, 6.5vw, 2em);
}

h3{
	position: relative;
	padding: 3rem 0 1rem 0;
	line-height: 1.2em;
	text-align: center;
	font-size: 1.7em;
	font-weight: 500;
}

h4, h5{
	margin: 0 auto 1.5em;
	font-weight: bold;
	font-size: 1.1em;
}

@media screen and (max-width: 640px) {
	h2{
		padding: 0 0 0 2rem;
	}
	h2::after{
		width: 30%;
		min-width: 150px;
	}
}
/***********************************
span
***********************************/

span.red{
	color:rgb(190, 65, 65);
}

/***********************************
 table
***********************************/
table{
	width: 100%;
	margin: 1em auto;
	border-collapse: collapse;
}
table tr:first-child th,
table tr:first-child td{
	border-top: solid 1px #c1c1c1;
}
table th{
	padding: 0.5em 1em;
	background: #32557b;
	color:#ffffff;
	border-bottom: solid 1px #c1c1c1;
	font-weight: normal;
	text-align: left;
}
table td{
	padding: 0.5em 1em;
	text-align:left;
	background: #ffffff;
	border-bottom: solid 1px #c1c1c1;
}
table.vertical{
	max-width: 1000px;
}
table.noBorder{
	margin: 0;
}
table.noBorder tr:nth-child(n) th,
table.noBorder tr:nth-child(n) td{
	padding: 0.2em;
	background: none;
	border: none;
}
table#FileList{
	width:100%;
}
table#partnerList{
	text-align: center;
}
table#partnerList tr:nth-child(2n-1) td{
	border-bottom: dotted 1px #e5e5e5;
	text-align: center;
}
table#partnerList tr:nth-child(2n-1) th{
	border-bottom: dotted 1px #6989ab;
}
table#partnerList tr:nth-child(2n) td{
	text-align:center;
}
table#FileList span{
	font-size:0.8em;
}
table#FileList span.red{
	color:red;
}
@media screen and (max-width: 840px) {
	table tr:first-child td{
		border-top: none;
	}
	table th{
		text-align: center;
	}
	table th,
	table td{
		display: block;
		padding: 1em 0.6em;
		text-align: center;
		font-size: 0.95em;
	}

	/*
	table.spNoChange{
		display: table-cell;
		padding: 1em 0.6em;
		text-align: left;
		font-size: 0.95em;
	}
	*/
	
	.modeChengeTbl{
		margin: 1em auto;
		width: 92vw;
		overflow-x: scroll;
	}
	.modeChengeTbl table{
		margin: 0;
	}
	.modeChengeTbl table:nth-child(n) th,
	.modeChengeTbl table:nth-child(n) td{
		display: table-cell;
		padding: 0.5em 1em;
		border: none;
		border-bottom: dotted 1px #c1c1c1;
		border-right: solid 1px #c1c1c1;
		white-space: nowrap;
	}
	.modeChengeTbl table tr th:first-child,
	.modeChengeTbl table tr td:first-child{
		border-left: solid 1px #c1c1c1;
	}
	.modeChengeTbl table tr:last-child td{
		border-bottom: solid 1px #c1c1c1;
	}

	.modeChengeTbl table#partnerList tr:nth-child(n) th,
	.modeChengeTbl table#partnerList tr:nth-child(n) td{
		border-bottom: dotted 1px #c1c1c1;
	}
	.modeChengeTbl table#partnerList tr:nth-child(2n-1) th{
		border-right: dotted 1px #6989ab;
	}
	.modeChengeTbl table#partnerList tr:nth-child(2n-1) td{
		border-right: dotted 1px #e5e5e5;
	}
	.modeChengeTbl table#partnerList tr th:last-child,
	.modeChengeTbl table#partnerList tr td:last-child{
		border-bottom: solid 1px #c1c1c1;
	}
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
.row:has(.column4-1),
.row:has(.column4-3),
.row:has(.column5-1),
.row:has(.column5-4){
	gap: 1.5rem;
}
/*
.row:after{
	clear: both;
	display: block;
	content: "";
}
*/

.row + .row{
	margin-top: 2.5rem;
}

.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1,
.row .column5-4{
	position: relative;
	display: block;
	vertical-align: middle;
}
.column1{ width: 100%; clear: both; }
.row .column2{ width: calc(50% - (2.5rem /2)); }
.row .column2.narrow{ width: calc(48% - (2.5rem /2)); }
.row .column2.wide{ width: calc(52% - (2.5rem /2)); }
.row .column3-1{ width: calc((100% /3) - (2.5rem *2 /3)); }
.row .column3-2{ width: calc(((100% /3) - (2.5rem *2 /3)) *2 + 2.5rem); }
.row .column4-1{ width: calc(25% - (1.5rem *3 /4)); }
.row .column4-3{ width: calc(((100% /4) - (1.5rem *3 /4)) *3 + 3rem); }
.row .column5-1{ width: calc(20% - (1.5rem *4 /5)); }
.row .column5-4{ width: calc(((100% /5) - (1.5rem *4 /5)) *4 + 4.5rem); }
@media screen and (max-width: 840px) {
	.row{
		display: block;
		width: 100%;
	}
	.row + .row{
		margin-top: 2.5em;
	}
	.column1,
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		clear: both;
		float: unset;
		margin: 0 0 2em;
		width: 100%;
	}
	.row .column4-1{
		background: #ff0000;
		width: calc(50% - 40px);
	}
}

.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: 2.5rem;
}

@media screen and (max-width: 64px) {
	.row img + img{
		margin-top: 20px;
	}
}
.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{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.row.boxRowBorder{
	padding: 2.5rem;
	background: #ffffff;
	width: calc(100% - 5rem - 2px);
	border: solid 1px #dfded6;
}

/***********************************
 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="month"]{
	margin: 0 5px;
	padding: 8px 10px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea{
	margin: 0 5px;
	padding: 8px 10px;
	line-height: 1.3em;
	width: calc(100% - 22px - 1.2em);
	border: solid 1px #3c3c3c;
}
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: #9c5da3;
	color: #ffffff;
	border: solid 1px #9c5da3;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-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,
	input[type="number"]::-ms-input-placeholder,
	input[type="tel"]::-ms-input-placeholder,
	input[type="email"]::-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.photo{
	position: relative;
}
a.btn.photo::after{
	position: absolute;
	bottom: 0.3vw;
	right: 0.3vw;
	display: block;
	width: 2.5vw;
	height: 2.5vw;
	background: url(/images/btn_photo.png) , rgba(255, 255, 255, 0.8);
	background-size: contain;
	border-radius: 0.3em;
	content: "";
}

a.bnr img{
	max-width: 70%;
}
a.bnr + a.bnr{
	margin-top: 1.5em;
}

ul.btnBoxContact{
	clear: both;
	display: inline-block;
}
ul.btnBoxContact::after{
	clear: both;
	display: block;
	content: "";
}
ul.btnBoxContact li{
	float: left;
	display: block;
	margin: 0 30px 0 0;
	width: calc(50% - 15px);
	max-width: 340px;
	height: 93px;
}
ul.btnBoxContact li img,
ul.btnBoxContact li a{
	display: block;
	width: 100%;
}
ul.btnBoxContact li:last-child{
	margin: 0;
}

ul.btnBoxLine{
	display: flex;
	justify-content: center;
}
ul.btnBoxLine li{
	display: block;
	margin: 0 1em 0 0;
	flex-basis: calc((100% - 2em) /3);
}
ul.btnBoxLine li:has(img){
	flex-basis: calc((90% - 2em) /2);
}
ul.btnBoxLine li:last-child{
	margin: 0;
}
ul.btnBoxLine li a{
	width: auto;
}
ul.btnBoxLine li a img{
	max-width: 100%;
	min-width: 260px;
}

@media screen and (max-width: 840px) {
	/*
	a.btn{
		background-size: contain;
		width: 320px;
		height: 143px;
	}
	*/

	ul.btnBoxContact{
		width: 90%;
		max-width: 340px;
	}
	ul.btnBoxContact li{
		position: relative;
		float: none;
		margin: 0 0 1.5em;
		width: 100%;
	}
	ul.btnBoxContact li:last-child{
		margin: 0;
	}
}

a.btnTxt{
	display: inline-block;
	margin: 0.5em;
	padding: 0 1em;
	background: #3c3c3c;
	width: auto;
	min-width: 140px;
	max-width: 300px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	border: solid 2px currentColor;
    transition: 0.3s ease-in-out;
}
p + a.btnTxt{
	margin-top: 0.2em;
}
a.btnTxt:hover{
	background: #c4b049;
}

a.btnTxt.mini{
	margin: 0.5em 0 0;
	padding: 0.2em 0.8em;
	width: auto;
	min-width: 5em;
	max-width: none;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 0.85rem;
	border: solid 1px currentColor;
	border-radius: 4px;
}
a.btnTxt.mini.right{
	float: right;
	display: inline-block;
	margin: 0.5em 0 0 1em;
}

a.btnTxt.arrow{
    position: relative;
	margin: 2em auto 1em;
	padding: 0 1.5em 0 0;
	width: 60%;
	max-width: 270px;
	height: 3em;
	line-height: 3em;
	background: none;
	color: #3c3c3c;
	border: solid 2px currentColor;
}
p + a.btnTxt.arrow{
	margin-top: 1.2em;
}
a.btnTxt.arrow::before,
a.btnTxt.arrow::after{
	position: absolute;
	top: 50%;
	display: block;
	transition: all 0.3s;
	content: "";
}
a.btnTxt.arrow::before{
	right: 0.5em;
	width: 1em;
	height: 2px;
	background: currentColor;
	transform: translateY(-50%);
}
a.btnTxt.arrow::after{
	right: 0.6em;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
a.btnTxt.arrow:hover::before{
	right: -1.3em;
	width: 2.8em;
}
a.btnTxt.arrow:hover::after{
	right: -1.2em;
	width: 0.8em;
	height: 0.8em;
}

a.btnTxt.triangle{
	position: relative;
	float: right;
	margin: 0 0 0.8em;
	padding: 0 2.5em 0 1em;
	background: none;
	width: auto;
	min-width: auto;
	max-width: none;
	height: 2em;
	line-height: 2em;
	color: #3c3c3c;
	border: none;
}
a.btnTxt.triangle:hover{
	color: #c4b049;
}
a.btnTxt.triangle::before{
	position: absolute;
	top: 0;
	bottom: 0.2em;
	right: 1em;
	display: block;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.8em solid currentColor;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
}
a.btnTxt.triangle::after{
	clear: both;
	display: block;
	content: "";
}

a.lnkTxt{
	position: relative;
}
a.lnkTxt::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.1em;
	display: block;
	border-bottom: dotted 1px currentColor;
	content: "";
}

/**********************************************************************
 
 page
 
**********************************************************************/
br.spBr{
	display: none;
}
@media screen and (max-width: 840px) {
	.spReverse{
		flex-direction: column-reverse;
		display: flex;
	}
	br.spBr{
		display: block;
	}
}

h2 + .point{
	position: relative;
	top: -2.3rem;
	left: 2.4rem;
	font-size: 0.9em;
}
.message{
	text-align: center;
	font-size: 1.05em;
}

.lnkBox{
	display: inline-block;
	margin: 2em auto;
	padding: 1.5em 1.5em 0.5em;
	outline: solid 1px #bdbdbd;
}
.lnkBox strong{
	display: block;
	margin: 0.3em 0 0.8em;
	font-size: 1.3em;
}
/***********************************
 #mainVisual
***********************************/
#mainVisual{
	position: relative;
	margin: 0 0 20px;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#mainVisual:has(.fit){
	background: #ffffff;
}
#home #mainVisual{
	height: auto;
	margin: 0 0 50px;
}
#mainVisual img{
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	right: 0;
	display: block;
	margin: auto;
	width: calc(100% - 340px);
	min-height: 100%;
	overflow: hidden;
}
#mainVisual img.fit{
	left: 340px;
	width: auto;
	min-height: 90%;
}
#mainVisual img.sub{
	top: 0;
	bottom: 0;
	left: 12em;
	right: unset;
	margin: auto 0;
	width: auto;
	height: 70px;
	min-height: auto;
	z-index: 1;
}
#mainVisual h2{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 0 0 1em;
	background: #e4e4e4;
	width: 280px;
	height: 250px;
	line-height: 250px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1), 2px 1px 2px rgba(255,255,255,0.6),-1px -1px 1px rgba(255,255,255,1), -2px -1px 2px rgba(255,255,255,0.6);
	z-index: 1;
	overflow: visible;
}
#mainVisual h2::after{
	top: -270px;
	left: 40px;
	background: #b18bb5;
	height: 500px;
	z-index: -1;
	transform: rotate(-60deg);
}
#mainVisual h2.lineBreak{
	padding-top: 130px;
	line-height: 1.2em;

}
#mainVisual h2.lineBreak::after{
	top: -205px;
}

#item.detail #mainVisual{
	background: url(/images/mv_bg_item.png) center bottom no-repeat;
	background-size: 100% 100%;
	height: 300px;
}
/***********************************
 #searchBox
***********************************/
#searchBox h2{
	font-size:20px;
	text-align:center;
	width:auto;
	padding:0;
	margin:0;
	line-height:1em;
	height:40px;
	display:inline-block;
}
#searchBox h2:after{
	content:none;
}
/***********************************
 .pager
***********************************/
div.pager{
	margin: 2em 0 0 0;
	font-size: 1rem;
}
div.pager p{
	text-align: center;
}
div.pager span{
	padding: 0 0.2em;
	font-size: 1.5em;
}
div.pager div{
	text-align: right;
	font-size: 0.9em;
}
div.pager div a{
	display: inline-block;
	margin: 0.2em 0;
	padding: 0.3em 2px;
	min-width: 30px;
	border: 1px solid #333333;
	text-align: center;
}
div.pager div a.now{
	background: #333333;
	color: #FFFFFF;
}
/***********************************
 fieldset
***********************************/
fieldset legend{
	font-size:1.3em;
	padding:0 0.5em;
}
fieldset{
	padding:1em;
	text-align:left;
}
.fltL{
 float:left;
}
.fltR {
	float: right;
}

section.navigation .btnArea{
	margin: -1em 0 0;
	text-align: left;
	font-size: 1rem;
}
section.navigation .btnArea::after{
	clear: both;
	display: block;
	content: "";
}
section.navigation .btnArea a.btnTxt.fltR{
	margin: 0.5em 0.5em 0 0;
	padding: 0 0.5em;
	min-width: 40px;
}

.error{
	color:red;
}
button.listSubmit{
	position:fixed;
	top:75%;
	right:0;
	min-width: 150px;
	background:rgba(25, 87, 128, 0.8);
	border: none;
	color:#FFFFFF;
	font-size:1em;
	font-weight: bold;
}
button.listSubmit:hover{
	background:rgb(25, 87, 128);
}
span.serchLabel{
	min-width: 350px;
	display: inline-block;
	overflow:hidden;
}
span.serchLabel2{
	min-width: 200px;
	display: inline-block;
	overflow:hidden;
}