
/* ==============================================================================
	CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: var(--font-base);
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#121212;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: var(--font-base);
	-webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #000}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}

body{
	min-width: 1200px;
	background: #f4f5f9;
}


/** header **/

header{
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 150px;
	text-align: left;
	padding: 25px 50px 0 50px;
	margin: 0 auto;
	background: url(/img/all/ch.webp) no-repeat 375px 50%;
	background-size: 325px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
h1 #homelink{
	display: inline-block;
	vertical-align: top;
}
h1 #homelink img{
	width: 290px;
	height: auto;
}
.h_pctxt{
	width: 300px;
	height: 130px;
	text-align: center;
	padding: 5px 0 0 0;
	background: url(/img/all/h_pctxt.webp) no-repeat top center;
	background-size: 300px auto;
	position: absolute;
	top: 0;
	right: 70px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.h_pctxt p{
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 5px 0;
}
.h_pctxt span{
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #ffea00;
	margin: 0 0 5px 0;
}
.h_pctxt a{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 200px;
	height: 30px;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #0042a5;
	border-radius: 5px;
	padding-right: 16px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.h_pctxt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.h_pctxt a:after{
	content: "";
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2px);
	right: 12px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#navToggle{	display: none;}


/** main **/

main{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan{
	position: relative;
	width: 100%;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	padding: 50px 0 5px 0;
	color: #a3adcb;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.pan a,
.pan span{	color: #333;}


/** cnt **/

#cnt{
	width: calc(100% - 380px);
}
#cnt > h2{
	position: absolute;
	top: -100vh;
}



/** right **/

#right{
	width: 340px;
	margin-left: 40px;
}
#r_search{
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: var(--box-shadow);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#r_search .r_search_box{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#r_search .r_search_box h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	color: var(--heading-color);
	margin: 0 0 10px 0;
	padding: 0 0 0 26px;
}
#r_search .r_search_box h3.r_i1{	background: url(/img/all/r_i1.webp) no-repeat -5px 0; background-size: 30px auto;}
#r_search .r_search_box h3.r_i2{	background: url(/img/all/r_i2.webp) no-repeat -5px 0; background-size: 30px auto;}
#r_search .r_search_box h3.r_i3{	background: url(/img/all/r_i3.webp) no-repeat -5px 0; background-size: 30px auto;}
#r_search .r_search_box h3.r_i4{	background: url(/img/all/r_i4.webp) no-repeat -5px 0; background-size: 30px auto;}
#r_search .r_search_box h3.r_i5{	background: url(/img/all/r_i5.webp) no-repeat -5px 0; background-size: 30px auto;}
#r_search .r_search_box h3.r_i6{	background: url(/img/all/r_i6.webp) no-repeat -5px 0; background-size: 30px auto;}
#r_search .r_search_box ul{
	font-size: 0;
	line-height: 0;
	margin: 0 0 5px 0;
}
#r_search .r_search_box ul:last-of-type{	margin-bottom: 0;}
#r_search .r_search_box h4{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 3px 0;
}
#r_search .r_search_box li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 5px 0;
}
#r_search .r_search_box .li4 li{	width: calc(100% / 4);}
#r_search .r_search_box .li3 li{	width: calc(100% / 3);}
#r_search .r_search_box .li2 li{	width: calc(100% / 2);}
#r_search .r_search_box input[type="text"]{	width: 100%;}
#r_search .r_search_box li input[type="checkbox"]{
	position: relative;
	bottom: -1px;
	margin-right: 2px;
	cursor: pointer;
}
#r_search .r_search_box li label{	cursor: pointer;}
#r_search .r_search_box .sel{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
#r_search .r_search_box .sel:last-of-type{	margin-bottom: 0;}
#r_search .r_search_box .sel select{	width: 140px;}

#r_recinfo{
	background: #fff;
	border-radius: 10px;
	padding: 0 0 20px 0;
	box-shadow: var(--box-shadow);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#r_recinfo h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 50px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	color: var(--font-color-white);
	padding: 0 0 0 45px;
	background: url(/img/all/r_recinfo.webp) no-repeat 10px 50% var(--accent-color);
	background-size: 30px auto;
	border-radius: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#r_recinfo p{
	font-size: 13px;
	line-height: 20px;
	padding: 15px 20px;
}
#r_recinfo ul{
	font-size: 0;
	line-height: 0;
	margin: 0 20px;
}
#r_recinfo li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#r_recinfo li:first-of-type{	border-top: 1px dotted #ddd;}
#r_recinfo li span{
	font-size: 12px;
	color: var(--accent-color);
	position: absolute;
	top: 13px;
	left: 5px;
}


/** form item **/

#right input[type="text"],
#right input[type="url"],
#right input[type="email"],
#right input[type="tel"],
#right input[type="password"],
#right input[type="number"]
{
	background: #fff;
	padding: 8px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
input[type="radio"]{
	padding			:0;
	margin			:0;
}

#right select{
	font-size: 12px;
	line-height: 15px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#right .select_bg{
	position: relative;
	display: inline-block;
}
#right .select_bg:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 35px;
	background: #666;
	border-radius: 0 2px 2px 0;
	position: absolute;
	top: 1px;
	right: 1px;
	pointer-events: none;
}
#right .select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 2.5px);
	right: 6px;
	pointer-events: none;
}


/** aside **/

aside{
	text-align: left;
	background: #fff;
	padding: 40px 0;
}
#area_menu{
	width: 1300px;
	margin: 0 auto;
	padding: 0 0 0 350px;
	background:
	url(/img/all/logo.webp) no-repeat 60px calc(50% - 40px),
	url(/img/all/ch.webp) no-repeat 78px calc(50% + 25px);
	background-size: 220px auto, 190px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#area_menu dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}
#area_menu dl:last-of-type{	margin-bottom: 0;}
#area_menu dt,
#area_menu dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
#area_menu dt{
	position: relative;
	width: 100px;
	font-weight: bold;
	color: #0a2246;
	padding: 0 0 0 15px;
}
#area_menu dt span{
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
#area_menu dd{	color: #eaecf2;}
#area_menu dd a{	color: #333;}


/** footer **/

footer{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 40px 0;
	background: #0a2246;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#f_menu{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
#f_menu a{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	font-size: 12px;
	line-height: 27px;
	color: #fff;
	margin: 0 1px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_menu a:hover{
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 1);
}
footer #copyright{
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}
footer #copyright p{
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	body{
		overflow: hidden;
		min-width: auto;
		padding-top: 70px;
		padding-left: 0;
		background: none;
		background-color: #f4f5f9;
	}

	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}


	/** header **/
	header{
		width: 100%;
		height: 70px;
		text-align: left;
		padding: 13px 0 0 13px;
		background: url(/img/all/ch.webp) no-repeat 143px 20px rgba(244, 245, 249, 0.8);
		background-size: 116px auto;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		position: fixed;
		z-index: 10001;
		top: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	h1 #homelink{
		display: inline-block;
		vertical-align: top;
	}
	h1 #homelink img{
		width: 116px;
		height: auto;
	}
	.h_pctxt{	display: none;}
	#navToggle{
		display: block;
		width: 60px;
		position: fixed;
		z-index: 1000001;
		top: 0;
		right: 15px;
	}
	#navToggle button{
		width: 60px;
		height: 60px;
		color: #fff;
		background: url(/img/all/navtoggle.webp) no-repeat 50% 6px var(--accent-color);
		background-size: 30px auto;
		border-radius: 0 0 5px 5px;
		border: none;
		outline: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#navToggle button:focus{
		border: none;
		outline: none;
	}
	#navToggle button em{
		width: 100%;
		font-size: 10px;
		line-height: 1;
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	#r_search{
		width: 100%;
		height: 100vh;
		padding-top: 85px;
		padding-bottom: 85px;
		position: fixed;
		z-index: 10000;
		top: 0;
		right: -110vw;
		box-shadow: none;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition	: 0.4s ease-in-out;
		-moz-transition	: 0.4s ease-in-out;
		-o-transition	: 0.4s ease-in-out;
		transition		: 0.4s ease-in-out;
	}
	.opennav #r_search{
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		pointer-events:auto;
		overscroll-behavior: contain;
	}
	.opennav #r_search::-webkit-scrollbar{	display: none;}
	#r_search .r_search_box .sel select{	width: calc(50vw - 32px);}


	/** main **/
	main{
		display: block;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	.pan{
		padding: 10px 15px 10px 15px;
	}

	/** cnt **/
	#cnt{
		width: auto;
	}



	/** right **/
	#right{
		width: auto;
		margin: 0;
		padding: 0 15px 10px 15px;
	}
	#r_search{}


	/** aside **/
	aside{
		padding: 20px 5px 20px 15px;
	}
	#area_menu{
		width: auto;
		margin: 0;
		padding: 90px 0 0 0;
		background:
		url(/img/all/logo.webp) no-repeat 50% 0,
		url(/img/all/ch.webp) no-repeat 50% 45px;
		background-size: 120px auto, 120px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#area_menu dl{
		display: block;
		margin: 0 0 15px 0;
	}
	#area_menu dt,
	#area_menu dd{
		display: block;
		font-size: 11px;
		line-height: 16px;
		text-align: left;
	}
	#area_menu dt{
		width: auto;
		margin-bottom: 2px;
	}
	#area_menu dd{
		padding: 0 0 0 15px;
	}
	#area_menu dd a{
		display: inline-block;
		margin: 0 10px 5px 0;
		text-decoration: underline;
	}
	#area_menu dd i{ display: none;}


	/** footer **/
	footer{
		padding: 20px 0;
	}
	#f_menu{
		width: 264px;
		margin: 0 auto 18px auto;
	}
	#f_menu a{
		margin: 0 1px 2px 1px;
	}

}



