@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, sup, 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 {
	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, sup, 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%;
}


/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:837px) {
.sp {display:none!important;}
body{
	font-family : "游ゴシック体", yugothic, "游ゴシック", "yu gothic", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, Gothic MB101, Hiragino Sans,"ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align : left;
	font-size:16px;
	color:#000;
	position:relative;
	overflow-x: hidden;
}
/* --------------------  ヘッダー */
.keyvisual {
	margin:0 auto;
	max-width:1060px;
	max-height:704px;
	font-size:0;
	line-height:0;
}
.keyvisual h1 img {width:100%;}
.navigation {
	margin:0 auto;
	width:100%;
	max-width:1060px;
	font-size:0;
	line-height:0;
	position:relative;
}
main {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1060px;
}
nav {
	padding:0;
	margin:0 auto;
	width:65.8018%;
	display:flex;
	position:absolute;
	top:14%;
	left:50%;
	transform:translateX(-50%);
}
nav div {
	width:23.36%;
}
nav div:not(:first-child) {
	margin-left:2.3%;
}
nav div img {width:100%;}


/* =========================================
CONTENT
========================================= */
.main01,
.main02,
.main03,
.main04 {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
}
.main03 {
	position:relative;
}
.link01 {
	width:38.3018%;
	position:absolute;
	bottom:5%;
	left:50%;
	transform:translateX(-50%);
}
.attention {
	margin:0 auto;
	width:100%;
}
.notice {
	margin:0 auto;
	padding:4.7% 0;
	width:100%;
	max-width:1060px;
	background-image:url("../img/pc/bk.png");
	background-repeat: repeat;
	background-size:100%;
	background-position:center top;
}
.notice_inner {
	margin:0 auto;
	padding:3% 0;
	width:77.0283%;
	background:#FFF;
}
.leadwrap {
	margin:0 auto 4%;
	width:85.7317%;
}
.leadwrap_last {
	margin:0 auto;
	width:85.7317%;
}
.acd_opener {
	width:100%;
	font-size: 0;
	line-height:0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.acd_opener:before,
.acd_opener:after {
	content: '';
	width:2.4%;
	height:2.5px;
	background:#dc7b5a;
	transition:all .3s ease-in-out;
	position:absolute;
	top:47%;
	right:2.05%;
}
.acd_opener:before      {transform: rotate(90deg);}
.acd_opener.open:before {transform: rotate(180deg);}
.acd_opener.open:after  {opacity: 0;}
.acd_details {
	display: none;
	margin:4px auto 0;
	max-width:100%;
}

.img100 img,
.main01 img,
.main02 img,
.main03 img,
.main04 img,
.attention img,
.notice img {width:100%;}


a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
footer {
	margin:0 auto 94px;
	padding:50px 0 0;
	max-width:100%;
}
footer p {
	padding:15px 0;
	font-size:0;
	line-height:0;
	text-align:center;
	font-weight:600;
	color:#231815;
	background:#dc7b5a;
}
.ft_img {
	margin:0 auto;
	padding:0 16%;
	max-width:700px;
}
.ft_link {
	margin:6px auto 50px;
	width:324px;
	font-size:0;
	line-height:0;
}
.ft_logo {
	margin:0 auto;
	width:480px;
}
.trace {
	margin:0;
	padding:13px 0;
	width:100%;
	font-size:0;
	line-height:0;
	background:#fffcd7;
	position:fixed;
	bottom:0;
	left:0;
	z-index:200;
}
.trace_inner {
	margin:0 auto;
	width:66.7%;
	max-width:707px;
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.trace_inner div:nth-child(1) {
	margin:0 auto;
	width:36.77%;
	font-size:0;
	line-height:0;
}
.trace_inner div:nth-child(2) {
	margin:0 auto;
	width:57.99%;
	font-size:0;
	line-height:0;
}
.ft_img img,
.ft_link img,
.trace img {width:100%;}


/* --------------------  aタグ処理 画像透過リンク */
a img {transition:opacity 0.5s;}
a:hover img {opacity:0.7;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:6%;}

}/* end */

/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */
@media screen and (max-width:836px) {
.pc {display:none;}
body{
	background : #FFF;
	font-family :  "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, Gothic MB101, Hiragino Sans,"ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	width:100%;
	text-align : left;
	position:relative;
}

/*  --------------------------------------
Header
--------------------------------------  */
.keyvisual {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
.navigation {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
	position:relative;
}
main {
	margin:0 auto;
	padding:0;
	width:100%;
}
nav {
	padding:0;
	margin:0 auto;
	width:79.2%;
	display:flex;
	position:absolute;
	top:14%;
	left:50%;
	transform:translateX(-50%);
}
nav div {
	width:23.23%;
}
nav div:not(:first-child) {
	margin-left:2.22%;
}
.navigation img,
nav div img,
.keyvisual h1 img {width:100%;}

/* =========================================
CONTENT
========================================= */
.main01,
.main02,
.main03,
.main04 {
	margin:0 auto;
	width:100%;
	font-size:0;
	line-height:0;
}
.main03 {
	position:relative;
}
.link01 {
	width:55.8666%;
	position:absolute;
	bottom:5%;
	left:50%;
	transform:translateX(-50%);
}
.attention {
	margin:0 auto;
	width:100%;
}
.notice {
	margin:0 auto;
	padding:9.5vw 0;
	width:100%;
	background:url("../img/sp/bk.png") repeat center top;
	background-size:100%;
}
.notice_inner {
	margin:0 auto;
	padding:3vw 0;
	width:79.2%;
	background:#FFF;
}
.leadwrap {
	margin:0 auto 3vw;
	width:93.68%;
}
.leadwrap_last {
	margin:0 auto;
	width:93.68%;
}
.acd_opener {
	width:100%;
	font-size: 0;
	line-height:0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.acd_opener:before,
.acd_opener:after {
	content: '';
	width: 3vw;
	height: 0.6vw;
	border-radius:1vw;
	background: #dc7b5a;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 44%;
	right: 2.7vw;
}
.acd_opener:before {transform: rotate(90deg);}
.acd_opener.open:before {transform: rotate(180deg);}
.acd_opener.open:after  {opacity: 0;}
.acd_opener.open:after  {opacity: 0;}
.acd_details {
	display: none;
	margin:4px auto 0;
	max-width:100%;
}

footer {
	margin:0 auto 13vw;
	padding:10vw 0 1.5vw;
	width:100%;
	background:#FFF;
}
footer p {
	padding:2vw 0;
	width:100%;
	font-size:0;
	line-height:0;
	text-align:center;
	background:#dc7b5a;
}
.ft_img {
	margin:0 auto;
	width:74.16%;
}
.ft_link {
	margin:0 auto 5vw;
	width:48%;
	font-size:0;
	line-height:0;
}
.ft_logo {
	margin:0 auto;
	width:100%;
}
.trace {
	margin:0;
	padding:0;
	width:100%;
	font-size:0;
	line-height:0;

	position:fixed;
	bottom:0;
	left:0;
	z-index:200;
}
.trace_inner {
	margin:0 auto;
	width:100%;
}
.trace_inner div {
	margin:0 auto;
	width:100%;
}

.main01 img,
.main02 img,
.main03 img,
.main04 img,
.attention img,
.notice img,
.ft_link img,
footer p  img,
.ft_img img,
.trace div img,
.ft_logo img,
.tel img {width:100%;}



.mb10 {margin-bottom:4vw;}
.mb20 {margin-bottom:2.5vw;}
.mb30 {margin-bottom:2.5vw;}
.mb40 {margin-bottom:10vw;}
.mb100 {margin-bottom:10vw;}

.pt5 {padding-top:5.2vw;}
.pt6 {padding-top:6.7vw;}

}/* sp end */
