@charset "utf-8";
@import "../css/common.css";
/*-----------------------------------------------
	index
-----------------------------------------------*/
/* visual */
.visual {
	width: 100%;
	position: relative;
}
.visual__inner {
	height:460px;
	text-align:center;
	padding:60px 0 0;
	background:url(../img/bgVisual01.jpg) center top no-repeat;
}
.visual__ttl {
	font-size: 10.0rem;
	color: #FF7F00;
	line-height: 1;
}
#ticker .slide{
	width:500px;
}
@media only screen and (max-width: 767px) {
	.visual__inner{
		height:auto;
		padding:0;
	}
	#ticker .slide{
		width:150px;
	}
}

/* merit */
.merit {
	width: 100%;
	padding: 103px 0 77px 0;
	position: relative;
	background: url(../img/bgMerit01.jpg?240821) center top;
	background-size: cover;
	line-height: 1.5;
}
.merit__list {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.merit__item {
	width: 30%;
	margin: 45px 0 0 ;
}
.merit__img {
	width: 100%;
	position: relative;
}
.merit__img:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	top: 165px;
	left: 50%;
	margin-left: -35px;
}
.merit__img.merit__img--01:after {
	background: url(../img/iconMerit01.png);
	background-size: cover;
}
.merit__img.merit__img--02:after {
	background: url(../img/iconMerit02.png);
	background-size: cover;
}
.merit__img.merit__img--03:after {
	background: url(../img/iconMerit03.png);
	background-size: cover;
}
.merit__txt {
	padding: 40px 0;
	background: #FF7F00;
	font-size: 1.7rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
	/* merit */
	.merit {
		width: 100%;
		padding: 1.5em 0 1.5em 0;
		line-height: 1.5;
	}
	.merit__ttl {
		width: 70%;
		margin: 0 auto;
	}
	.merit__list {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
	.merit__item {
		width: 100%;
		margin: 1em 0 0 ;
	}
	.meri__img {
		width: 100%;
	}
	.merit__img:after {
		content: "";
		position: absolute;
		background-size: contain;
		width: 20%;
		height: 70px;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.merit__img.merit__img--01:after {
		background-repeat: no-repeat;
		background-size: contain;
	}
	.merit__img.merit__img--02:after {
		background-repeat: no-repeat;
		background-size: contain;
	}
	.merit__img.merit__img--03:after {
		background-repeat: no-repeat;
		background-size: contain;
	}
	.merit__txt {
		padding: 1em 1em;
		font-size: 1.1rem;
		letter-spacing: 0.1rem;
	}
}

/* point */
.point {
	width: 100%;
	padding: 77px 0 77px 0;
	position: relative;
	line-height: 1.5;
}
.point__inner {
	width: 1200px;
	margin: 0 auto;
	font-size:0;
}
.point__item {
	display:inline-block;
	vertical-align:top;
	width: 210px;
	margin:0 37px 0 0;
}
.point__item:last-child{
	margin-right:0;
}
@media only screen and (max-width: 767px) {
	/* point */
	.point {
		padding: 2em 0 2em 0;
	}
	.point__inner {
		width: 94%;
		text-align:center;
	}
	.point__item {
		width:32%;
		margin:0 2% 30px 0;
	}
	.point__item:nth-child(3n){
		margin-right:0;
	}
}

/* support */
.support {
	width: 100%;
	padding: 77px 0 77px 0;
	position: relative;
	background: #EAEAE3;
	line-height: 1.5;
}
.support__inner {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.support__item {
	width: 33.3333%;
}
.support__txt {
	margin: 15px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: #FF7F00;
}
@media only screen and (max-width: 767px) {
	/* support */
	.support {
		padding: 2em 0 2em 0;
	}
	.support__item {
		width: 31%;
	}
	.support__txt {
		margin: .5em 0 0;
		font-size: 1.1rem;
		line-height: 1.4;
	}
}

/* flow */
.flow {
	width: 100%;
	padding: 77px 0 77px 0;
	position: relative;
	line-height: 1.5;
}
.flow__inner {
	width: 920px;
	margin: 0 auto 0;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;

}
.flow__item {
	position: relative;
	width: 150px;
}
.flow__item:before {
	content: '';
	position: absolute;
	background: url(../img/iconArrow01.png);
	background-size: cover;
	width: 20px;
	height: 30px;
	top: 50%;
	left: -30px;
}
.flow__item:first-child:before {
	content: none;
}
.flow__txtSub {
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #827C70;
	letter-spacing: .2rem;
}
.flow__item:last-child .flow__txtSub{
	color:#FF7F00;
}
.flow__img {
	margin: 10px 0 0;
}
.flow__note {
	margin: 30px 0 0;
	line-height: 1.7;
	font-size: 1.2rem;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	/* flow */
	.flow {
		padding: 2em 0 2em 0;
	}
	.flow__inner {
		width: 100%;
	}
	.flow__item {
		width: 19%;
	}
	.flow__item:before {
		content: none;
	}
	.flow__txtSub {
		font-size: 1.2rem;
		letter-spacing: .1rem;
	}
	.flow__img {
		margin: .2em 0 0;
	}
	.flow__note {
		margin: 1em 0 0;
		line-height: 1.4;
		font-size: 1.1rem;
	}
}

/* shop */
.shop {
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 1.5;
}
.shop__navWrap {
	margin: 48px 0 0;
	font-size: 0;
	text-align: left;
/*
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
*/
}
.shop__navItem {
	width: 326px;
	margin-right: 11px;
	display: inline-block;
	font-size: 0;
}
.shop__navItem:nth-child(3n) {
	margin-right: 0;
}
.shop__navItem a {
	position: relative;
	display: block;
	width: 100%;
	padding: 17px 0;
	margin: 12px 11px 0 0;
	background: #EAEAE3;
	border-radius: 3px;
	font-size: 1.8rem;
	text-align: center;
	color: #FF7F00;
	letter-spacing: .4rem;
}
.shop__navItem a.on {
	background: #FF7F00;
	color: #fff;
}
.shop__navItem a.on:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -3px;
	border:6px solid transparent;
	 border-top: 6px solid #FF7F00;
}
.shop__item {
	margin: 50px 0 0;
	display: none;
}
.shop__item.active{
 display:block;
}
.shop__itemBlock{
	background:#F9F9F9;
	padding:0 40px 70px;
}
.shop__itemTtl {
	padding: 18px 0 19px 30px;
	background: #FF7F00;
	text-align: left;
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: .2rem;
}
.shop__inner--small {
	width: 920px;
}
.shop__txtWrap {
	padding: 40px 0 0;
}
.shop__lead {
	font-size: 3.0rem;
	font-weight: 700;
	color: #FF7F00;
	letter-spacing: .7rem;
}
.shop__txt {
	margin: 20px 0 0;
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: .3rem;
}
.shop__img {
	margin: 20px 0 0;
}
.shop__imgWrap {
	font-size:0;
}
.shop__imgItem {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	width:450px;
	margin:20px 20px 0 0;
}
.shop__imgItem:nth-child(2n){
	margin-right:0;
}
.shop__info {
	margin: 50px 0 0;
}
.shop__infoTtl.item__ttl {
	font-size: 2.0rem;
}
.shop__infoTtl.item__ttl:after {
	margin-top: 20px;
	margin-bottom:30px;
}
.shop__infoBlock {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.shop__infoDetail {
	width: 49%;
	border-bottom: 1px solid #D1D1C2;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.shop__infoDetail dt, .shop__infoDetail dd {
	padding: 15px;
	color: #131313;
}
.shop__infoDetail dt {
	width: 100px;
	background: #EFEFEB;
	border-top: 1px solid #D1D1C2;
	border-left: 1px solid #D1D1C2;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.shop__infoDetail dt:last-child {
	border-bottom: 1px solid #D1D1C2;
}
.shop__infoDetail dd {
	width: 350px;
	background: #fff;
	border-top: 1px solid #D1D1C2;
	border-left: 1px solid #D1D1C2;
	border-right: 1px solid #D1D1C2;
	text-align: left;
}
.shop__tel {
	width: 49%;
	background: #164680;
}
.shop__telBtn {
	display: block;
	padding: 48px 0 11px;
	color: #fff;
}
.shop__telSub {
	width: 100%;
	font-size: 1.6rem;
}
.shop__telNum {
	display:inline-block;
	position: relative;
	padding: 0 0 0 32px;
	font-size: 4.0rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .1rem;
}
.shop__telNum:before {
	content: '';
	position: absolute;
	background: url(../img/iconTel01.png);
	background-size: cover;
	width: 26px;
	height: 30px;
	top: 16px;
	left: 0;
}
.shop .btn {
	margin: 50px 0 0;
}
.shop .btn__link {
	padding: 27px 0;
	border-radius: 49px;
	font-size: 3.0rem;
}
@media only screen and (max-width: 767px) {
	/* shop */
	.shop {
		padding: 2em 0 0;
	}
	.shop {
	}
	.shop__navWrap {
		margin: 0;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.shop__navItem {
		width: 49%;
		margin-right: 1%;
	}
	.shop__navItem:nth-child(2n) {
		margin-right: 0;
	}

	.shop__navItem a {
		padding: 0.5em 0;
		margin: 0.5em 0 0;
		font-size: 1.2rem;
		letter-spacing: .1rem;
	}
	.shop__navItem a.on {
	}
	.shop__navItem a.on:before {
		bottom: -9px;
		margin-left: -3px;
	}
	.shop__item {
		margin: 1em 0 0;
	}
	.shop__item.active{
	 display:block;
	}
	.shop__itemBlock{
		padding:0 15px 30px;
	}
	.shop__itemTtl {
		padding: .5em 0 .5em 0;
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: .2rem;
	}
	.shop__inner--small {
		width: 100%;
	}
	.shop__txtWrap {
		padding: 20px 0 0;
	}
	.shop__lead {
		font-size: 1.6rem;
		letter-spacing: .2rem;
	}
	.shop__txt {
		margin: .5em 0 0;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .2rem;
	}
	.shop__img {
		margin: .5em 0 0;
	}
	.shop__imgItem {
		width: 49%;
		margin: 1em 2% 0 0;
	}
	.shop__info {
		margin: 30px 0 0;
	}
	.shop__infoTtl.item__ttl {
		font-size: 1.4rem;
	}
	.shop__infoTtl.item__ttl:after {
		margin-top: 10px;
		margin-bottom:20px;
	}
	.shop__infoBlock {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.shop__infoDetail {
		width: 100%;
		border-bottom: 1px solid #D1D1C2;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.shop__infoDetail dt, .shop__infoDetail dd {
		padding: .3em;
		font-size: 1.1em;
	}
	.shop__infoDetail dt {
		width: 30%;
	}
	.shop__infoDetail dd {
		width: 70%;
	}
	.shop__tel {
		width: 100%;
		margin: 1em 0 0;
	}
	.shop__telBtn {
		padding: 1em 0;
	}
	.shop__telSub {
		width: 100%;
		font-size: 1.1rem;
	}
	.shop__telNum  {
		padding: 0 0 0 25px;
		font-size: 3.0rem;
		letter-spacing: .1rem;
	}
	.shop__telNum:before {
		content: '';
		position: absolute;
		background: url(../img/iconTel01.png) no-repeat;
		background-size: contain;
		width: 8%;
		height: 30px;
		top: 30%;
		left: 0;
	}
	.shop .btn {
		margin: 1em 0 0;
	}
	.shop .btn__link {
		padding: 1em 0;
		border-radius: 49px;
		font-size: 1.6rem;
	}
}

/* form */
.form {
	padding: 0;
	margin: 100px 0 0;
	width: 100%;
	position: relative;
	line-height: 1.5;
}
.form__step {
	margin: 50px 0 0;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.form__stepItem {
	width: 260px;
	padding: 20px 0;
	background: #E5E5DC;
	font-size: 1.6rem;
	font-weight: bold;
	color: #827C70;
	letter-spacing: .1em;
}
.form__stepItem.on {
	background: #827C70;
	color: #fff;
}
.form__inner {
	width: 830px;
	margin: 20px auto 0;
/*	display: none;*/
}
.form__note {
	margin: 15px 0 0;
	font-size: 1.2rem;
	line-height: 2.0;
	text-align: left;
}
.form__note .fRed{
	color:#E50013;
}
.form__inner .table__item dt {
	width: 240px;
	text-align: left;
}
.form__inner .table__item dd {
	width: 590px;
}
.form__caution {
	margin: 70px 0 0;
	padding: 30px;
	background: #F5F5F3;
	border: 1px solid #F3F3EF;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: .1rem;
}
.form__cautionTTl {
	font-size: 1.3rem;
	font-weight: 700;
	color: #E50013;
}
.form__cautionTxt {
	margin: 30px 0 0;
	font-size: 1.6rem;
	color: #E50013;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .1rem;
}
.form__privacy a {
	font-size: 1.3rem;
	color: #3A87D4;
	text-decoration: underline;
	line-height: 2;
	letter-spacing: .1em;
}
.form__privacy a:hover {
	color: #3A87D4;
	text-decoration: underline;
}
@media only screen and (max-width:767px){
	/* form */
	.form {
		margin: 2em 0 0;
		width: 100%;
	}
	.form__inner {
		width: 100%;
		margin: 1em auto 0;
	}
	.form__step {
		margin: 0;
	}
	.form__stepItem {
		width: 32%;
		padding: .5em 0;
		font-size: 1.1rem;
		font-weight: 400;
		letter-spacing: 0;
	}
	.form__note {
		margin: 1em 0 0;
		font-size: 1.1rem;
		line-height: 1.5;
		text-align: left;
	}
	.form__inner .table__item dt {
		width: 100%;
		text-align: left;
	}
	.form__inner .table__item dd {
		width: 100%;
	}
	.form__caution {
		margin: 1em 0 0;
		padding: 1em;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.form__cautionTTl {
		font-size: 1.2rem;
		font-weight: 700;
		color: #E50013;
	}
	.form__cautionTxt {
		margin: 1em 0 0;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.form__privacy a {
		font-size: 1.1rem;
		color: #3A87D4;
		text-decoration: underline;
		line-height: 2;
		letter-spacing: .1em;
	}
	.form__privacy a:hover {
		color: #3A87D4;
		text-decoration: underline;
	}
}

/* form--co */
.form.form--co {
	margin: 10px 0 0;
}
.form--co .form__note a{
	color:#3A87D4;
	text-decoration: underline;
}
@media only screen and (max-width:767px){
	.form.form--co {
		margin: 0;
	}
	.form.form--co {
		line-height:1.5;
		margin: 0;
	}
}

/* form--ok */
.form.form--ok{
	margin: 10px 0 0;
}
.form--okTtl{
	margin: 40px 0 0;
	font-size: 2.0rem;
	font-weight: bold;
}
.form--okTxt {
	margin: 30px 0 0;
	line-height: 2;
}
@media only screen and (max-width:767px){
	.form.form--ok{
		margin: 0;
	}
	.form--okTtl{
		margin: 2em 0 0;
		font-size: 1.6rem;
	}
	.form--okTxt{
		margin: 1em 0 0;
		font-size: 1.2rem;
		text-align: left;
	}
}

/* secContact */
.secContact{
	width: 700px;
	background: #FFF;
	margin: 70px auto 80px;
}
.secContact .txt{
	color: #000;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.secContact .btn{
	width: 490px;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	.secContact{
		width: 100%;
		margin: 35px auto 40px;
	}
	.secContact .txt{
		font-size: 15px;
		margin-bottom: 0;
	}
}
