@charset "UTF-8";
/*---------------------------------
/ Foundation - reset
-------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, select, option, input, textarea {font-size: 100%;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {quotes: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {border: none;}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {display: block;}
video {max-width: 100%;}
textarea {display:block;}

/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:837px) {
	@media only screen and (max-width:1349px){
		body {min-width:1050px;}
		.mainwrap {
			position:absolute;
			top:0;
			right:100px;
		}
		.side_navi {
			width:100%;
			min-width:1050px;
			height:100vh;
			position:fixed;
			top:0;
			left:0;
		}
		.side_position {
			margin:0 auto 0 0;
			width:calc(100% - 650px);
			height:100vh;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.menuwrap {
			margin-bottom:60px!important;
			padding:0 30px;
		}
	}
	@media only screen and (min-width:1350px){
		.mainwrap {
			margin: 0 auto;
			padding-bottom:10px;
			position:relative;
		}
		.side_navi {
			width:calc((100% - 550px) / 2);
			height:100vh;

			display: flex;
			justify-content: center;
			align-items: center;

			position:fixed;
			top:0;
			right:0;
		}
		.coupon {margin:0 auto;}
		.trace {
			width:100%;
			bottom:0;
			left:0;
			z-index:20000;
		}
	}
	.sp {display:none!important;}
	body {
		background : #FFF;
		font-family: 'Noto Sans JP', sans-serif;
		text-align : center;
		font-size:16px;

		width:100%;
		min-height: 100vh;
		position: relative;
		box-sizing: border-box;
		overflow-x:hidden;
	}
	.mainwrap {
		width:550px;
		min-height:100vh;
		background:#f9f9f9;
	}
	.sideposi_inner {
		width:400px;
	}
	.mainimage {
		width:100%;
		height:100vh;
		background:#151615;

		position:fixed;
		bottom:0;
		left:0;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	header {
		width:100%;
	}
	.header_inner {
		margin:0 auto 30px;
		padding:20px 0 0;
		width:500px;
		position: relative;
	}
	.keyvisual {
		width:100%;
		font-size:0;
		line-height:0;
		border-radius:15px;
		overflow:hidden;
	}
	h1 {
		width:200px;
		position:absolute;
		top:50%;
		right:20px;
		transform:translateY(-50%);
	}
	.keyvisual img,
	h1 img {width:100%;}
	main {
		margin:0 auto 20px;
		width:100%;
		color:#343434;
		background:#f9f9f9;
	}


/* ===============================
INDEX
=============================== */
	article {
		margin:0 auto 40px;
		width:100%;
	}
	.icon_set {
		margin:0 auto 30px;
		width:250px;
		font-size:0;
		line-height:0;
		display:flex;
		justify-content: space-between;
	}
	.icon_set img {width:100%;}
	.link_btn_01 {
		margin:0 auto;
		width:300px;
		font-size:18px;
		line-height:18px;
		font-weight:700;
	}
	.link_btn_01 a {
		margin:0;
		padding:13px 0 15px;
		width:100%;
		color:#FFF;
		text-decoration:none;
		background:#343434;
		border:2px solid #343434;
		border-radius:3px;

		transition:0.5s all;

		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.link_btn_01 a:hover {
		color:#343434;
		background:#FFF;
	}
	.link_btn_01 div {
		padding:0 0 0 20px;
		width:calc(100% - 52px);
		text-align:center;
		position:relative;
	}
	.link_btn_01 span {
		margin:0 16px 0 0;
		width:16px;
		height:16px;
		text-indent:-10000px;
		background:url(../img/icon_arr16.svg) no-repeat center center;
		transition:0.5s all;
	}
	.link_btn_01 a:hover span {
		background:url(../img/icon_arr16ov.svg) no-repeat center center;
		transition:0.5s all;
	}
	.other_links {
		margin:40px auto 0;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.other_links div {
		margin:0 0 20px;
	}
	.other_links div img {
		border-radius: 10px;
	}
	.office_bnr {
		margin:0 auto 40px;
		width:60%;
		font-size:0;
		line-height:0;
	}
	.office_bnr img {
		width:100%;
		border:1px solid #bfbfbf;
		border-radius: 5px;
	}


	/* 画像類 */
	.set-icon img,
	.other_links img,
	.trace img {width:100%;}


/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:0 auto;
		width:100%;
		background:#f9f9f9;
		color:#343434;
		font-size:12px;
		line-height:12px;
		font-weight:700;
		text-align:left;

		position: absolute;
		bottom: -20px;
		left:0;
		z-index:1;
	}
	.f_info {
		margin:0 auto;
		width:500px;
		display:flex;
		align-items: center;
	}
	.f_info p {
		padding:10px 0 10px;
		width:250px;
	}


/* -------------------- 画像透過リンク */
	.icon_set a img,
	.office_bnr a img,
	.other_links a img {transition:opacity 0.5s;}
	.icon_set a:hover img,
	.office_bnr a:hover img,
	.other_links a:hover img {opacity:0.7;}


/* ---------------------------
Z-INDEX
--------------------------  */
	.side_navi  {z-index:1000;}
	.mainwrap   {z-index:1050;}
	.keylead    {z-index:1070;}
	.scroll     {z-index:1080;}
	.mainimage  {z-index:   1;}


/* --------------------  common */
	.mb10 {margin-bottom:10px;}
	.mb15 {margin-bottom:15px;}
	.mb20 {margin-bottom:20px;}
	.mb25 {margin-bottom:25px;}
	.mb30 {margin-bottom:30px;}
	.mb60 {margin-bottom:60px;}
	.mb80 {margin-bottom:80px;}
	.mb120 {margin-bottom:120px;}

	.mt15 {margin-top:15px;}

}/* end PC */


/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */
@media screen and (max-width:836px) {
	.pc {display:none;}
	body {
		font-family: 'Noto Sans JP', sans-serif;
		text-align : left;
		background:#f9f9f9;
		position: relative;
		box-sizing: border-box;
	}
	body {
		min-height: calc(100vh - 12vw);
		padding-bottom: 14vw;
	}
	header {
		margin:0 auto 5vw;
		width:95%;
		position:relative;
	}
	.header_inner {
		margin:0 auto;
		padding:2.5vw 0 0;
		width:100%;
	}
	.keyvisual {
		width:100%;
		font-size:0;
		line-height:0;
		border-radius:3vw;
		overflow:hidden;
		position: relative;
	}
	h1 {
		width:36vw;
		color:#343434;
		position:absolute;
		top:50%;
		right:4vw;
		transform:translateY(-50%);
	}
	.keyvisual img,
	h1 img {width:100%;}

	main {
		margin:0 auto;
		width:100%;
		color:#343434;
		background:#f9f9f9;
	}
	.mainimage,
	.side_navi {display:none;}


/* ===============================
INDEX
=============================== */
	article {
		margin:0 auto 8vw;
		width:100%;
	}
	.icon_set {
		margin:0 auto 5vw;
		width:60%;
		font-size:0;
		line-height:0;
		display:flex;
		justify-content: space-between;
	}
	.link_btn_01 {
		margin:0 auto;
		width:75%;
		font-size:4vw;
		line-height:4vw;
		font-weight:600;
	}
	.link_btn_01 a {
		margin:0;
		padding:3vw 0 3.6vw;
		width:100%;
		color:#FFF;
		text-decoration:none;
		background:#343434;
		border:2px solid #343434;
		border-radius:3px;

		transition:0.5s all;

		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.link_btn_01 div {
		padding:0 0 0 4vw;
		width:calc(100% - 8vw);
		text-align:center;
		position:relative;
	}
	.link_btn_01 span {
		margin:0 3vw 0 0;
		width:3vw;
		height:3vw;
		text-indent:-10000px;
		background:url(../img/icon_arr16.svg) no-repeat center center;
		background-size: 100%;
		transition:0.5s all;
	}
	.other_links {
		margin:5vw auto 0;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.other_links div {
		margin:0 0 3vw;
	}
	.other_links div img {
		border-radius: 2vw;
	}
	.office_bnr {
		margin:0 auto 5vw;
		width:60%;
		font-size:0;
		line-height:0;
	}
	.office_bnr img {
		width:100%;
		border:1px solid #bfbfbf;
		border-radius: 1vw;
	}

	/* 画像類 */
	.set-icon img,
	.other_links img,
	.trace img {width:100%;}


/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:0 auto;
		padding:0;
		width:100%;
		background:#f9f9f9;
		color:#343434;
		font-size:2.8vw;
		line-height:2.8vw;
		font-weight:600;
		text-align:left;

		position: absolute;
		bottom: 0;
		left:0;
		z-index:1;
	}
	.f_info {
		margin:0 auto;
		width:90%;
		display:flex;
		align-items: center;
	}
	.f_info p {
		padding:2vw 0 5vw;
		width:50%;
	}
	
	/* 画像類 */
	.flogo_img img,
	.flinks img {width:100%;}


/* ---------------------------
Z-INDEX
--------------------------  */
	.side_left  {z-index:1000;}
	.side_right {z-index:1000;}
	.mainwrap   {z-index:1050;}
	.keylead    {z-index:1070;}
	.scroll     {z-index:1080;}

	.mb60 {margin-bottom:12vw;}
	.mb80 {margin-bottom:8vw;}
	.pb80 {padding-bottom:8vw;}
}/* end SP */
