@charset "UTF-8";
/*
Theme Name: haha-color LP
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* Reset
----------------------------------------------------------- */
:root {
	/* bodyの背景色 */
	--body-bg-color: #fff;

	/* メインのフォントファミリー */
    --main-font: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	/* --main-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */

	/* メインのフォントカラー */
	--main-font-color: #333;

	/* h2~h5タグまでのフォントウェイト */
	--h-tag-weight: bold;

	/* ここはブログで使用します */
	--main-color: #ec6b00;
	--main-light-color: #fceed8;
}

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #949292;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	max-width:100%;
}
input[type="text"],
input[type="email"] {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color);
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: var(--main-font-color);
}
a:focus{ outline:none; }
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{ zoom:1; }
*:first-child + html .clearfix{ zoom:1; }
a{ text-decoration:none; }
strong{ font-weight:bold; }
ul,ol{ list-style-type:none; }
body{
	font-family: var(--main-font);
	font-size:16px;
	line-height:1.5;
	color: var(--main-font-color);
	background: var(--body-bg-color);
}
.wrap{
	width:100%;
	overflow-x:hidden;
}
h2,h3,h4,h5{
	font-weight: var(--h-tag-weight);
}
.inner{
	margin:0 auto;
	width:1200px;
}



/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
	html,
	body,
	.wrap{
		width:1240px;
	}
}


/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
	a {
		transition: all .5s;
	}
	a:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp{
		display:none;
	}
	p {
		line-height: 2;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 120px;
	}


/* header
------------------------------------------------------------------------*/
	header{
		width: 100%;
		height: 120px;
		z-index: 11111;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 865px;
		right: 15px;
		font-size: 12px;
		line-height: 1;
	}
	header .logo a{
		position: fixed;
		top: 14px;
		left: 14px;
		display: block;
		width: 312px;
		height: 134px;
		background: url("img/header_logo.png")no-repeat;
		background-size: 312px;
		padding: 134px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .button a{
		position: fixed;
		top: 40px;
		right: 40px;
		display: block;
		width: 300px;
		height: 50px;
		background: #ec6b00;
		border: 2px solid #ec6b00;
		border-radius: 25px;
		box-sizing: border-box;
		color: #fff;
		font-weight: bold;
		line-height: 46px;
		text-align: center;
	}
	header .button a:hover{
		background: #fff;
		color: #ec6b00;
	}
	

/* home
------------------------------------------------------------------------*/
	
	/* key */
	.home .key{
		height: 865px;
		margin: -120px 0 0;
		position: relative;
	}
	.home .key::before{
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_key_bg.png")center center repeat-x;
		width: 100%;
		height: 835px;
		animation: keyimgMove 50s linear infinite;
	}
	@keyframes keyimgMove{
		0% {background-position: 2970px 0;}
		50% {background-position: 1485px 0;}
		100% {background-position: 0 0;}
	}
	.home .key .text_box{
		position: absolute;
		bottom: 0;
		left: 180px;
		max-width: 680px;
		padding-bottom: 64px;
		z-index: 111;
	}
	.home .key .text_box .text01{
		display: inline-block;
		height: 45px;
		background: #ec6b00;
		padding: 0 23px 0 24px;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 45px;
		text-align: center;
	}
	.home .key .text_box .text02{
		display: inline-block;
		padding: 0 0 8px;
		border-bottom: 2px solid #24bf9b;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.75;
		margin-top: 11px;
		vertical-align: middle;
	}
	.home .key .text_box .text02 span{
		display: inline-block;
		width: 122px;
		height: 45px;
		background: url("img/home_key_text01.png")no-repeat;
		padding: 45px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 5px 2px 0;
		vertical-align: bottom;
	}
	.home .key .text_box .text03{
		display: inline-block;
		font-size: 42px;
		font-weight: bold;
		line-height: 1;
		margin-top: 20px;
	}
	.home .key .text_box .text03 .span01{
		display: inline-block;
		width: 93px;
		height: 57px;
		background: url("img/home_key_text02.png")no-repeat;
		padding: 57px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 4px 15px 0;
		vertical-align: middle;
	}
	.home .key .text_box .text03 .span02{
		display: inline-block;
		width: 178px;
		height: 56px;
		background: url("img/home_key_text03.png")no-repeat;
		padding: 56px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 6px 10px -10px;
		vertical-align: middle;
	}
	.home .key .text_box .text04{
		display: block;
		width: 623px;
		height: 28px;
		background: url("img/home_key_text04.png")no-repeat;
		padding: 28px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin-top: 10px;
	}


	/* cont01 */
	.home .cont01{
		position: relative;
	}
	.home .cont01::before{
		position: absolute;
		top: -457px;
		left: -140px;
		content: "";
		background: url("img/home_bg01.png")no-repeat;
		width: 1170px;
		height: 1169px;
	}
	.home .cont01::after{
		position: absolute;
		top: -145px;
		right: -154px;
		content: "";
		background: url("img/home_bg02.png")no-repeat;
		width: 474px;
		height: 475px;
	}
	@media screen and (max-width: 1560px){
		.home .cont01::after{
			position: absolute;
			top: -145px;
			left: 50%;
			transform: translateX(460px);
			content: "";
			background: url("img/home_bg02.png")no-repeat;
			width: 474px;
			height: 475px;
		}
	}
	.home .cont01 .inner{
		padding: 106px 0 190px;
	}
	.home .cont01 .inner h2{
		font-size: 24px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.home .cont01 .inner h2::after{
		position: absolute;
		top: 94px;
		left: 50%;
		transform: translateX(58px);
		content: "";
		background: url("img/home_img01.png")no-repeat;
		width: 303px;
		height: 66px;
		z-index: -1;
	}
	.home .cont01 .inner h2 span{
		display: block;
		width: 765px;
		height: 75px;
		background: url("img/home_text01.png")no-repeat;
		padding: 75px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 25px;
	}
	.home .cont01 .inner ul{
		background: url("img/home_img02.png")left 178px top no-repeat;
		padding: 20px 0 0 517px;
		margin-top: 70px;
	}
	.home .cont01 .inner ul li{
		display: inline-block;
		background: url("img/home_icon01.png")left top 2px no-repeat;
		background-size: 46px;
		padding: 0 0 14px 60px;
		border-bottom: 3px solid #ec6b00;
		font-size: 34px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 32px;
	}


	/* cont02 */
	.home .cont02{
		background: url("img/home_bg03.png")center top 154px no-repeat;
	}
	@media screen and (min-width: 1801px){
		.home .cont02{
			background: url("img/home_bg03.png")center top 154px / 100% 434px no-repeat;
		}
	}
	.home .cont02 .inner{
		padding: 0 0 168px;
		position: relative;
	}
	.home .cont02 .inner::before{
		position: absolute;
		top: -40px;
		left: 464px;
		content: "";
		background: url("img/home_img07.png")no-repeat;
		width: 114px;
		height: 142px;
	}
	.home .cont02 .inner::after{
		position: absolute;
		top: 215px;
		right: -91px;
		content: "";
		background: url("img/home_img08.png")no-repeat;
		width: 59px;
		height: 63px;
	}
	.home .cont02 .inner h2{
		padding-left: 32px;
		color: #ec6b00;
		font-size: 16px;
		line-height: 1;
		position: relative;
	}
	.home .cont02 .inner h2::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #ec6b00;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
	.home .cont02 .inner .text01{
		font-size: 28px;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 40px;
	}
	.home .cont02 .inner .text02{
		font-size: 18px;
		line-height: 2.22;
		margin-top: 32px;
	}
	.home .cont02 .inner figure:nth-of-type(1){
		position: absolute;
		top: -110px;
		right: 0;
	}
	.home .cont02 .inner figure:nth-of-type(2){
		position: absolute;
		top: 100px;
		right: 400px;
	}
	.home .cont02 .inner figure:nth-of-type(3){
		position: absolute;
		top: 380px;
		right: 255px;
	}
	.home .cont02 .inner figure:nth-of-type(4){
		position: absolute;
		top: 380px;
		right: 76px;
	}


	/* cont03 */
	.home .cont03{
		background: #fceed8;
		padding: 133px 0 129px;
		position: relative;
	}
	.home .cont03::before{
		position: absolute;
		top: 140px;
		left: 50%;
		transform: translateX(-680px);
		content: "";
		background: url("img/home_bg04.png")no-repeat;
		width: 398px;
		height: 398px;
	}
	.home .cont03::after{
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-36px);
		content: "";
		background: url("img/home_bg05.png")no-repeat;
		width: 806px;
		height: 806px;
	}
	.home .cont03 h2{
		background: url("img/home_text02.png")center top no-repeat;
		background-size: 218px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont03 h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont03 .model_box{
		margin-top: 59px;
	}
	.home .cont03 .model_box .swiper-slide{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 310px;
		height: auto;
		border: 1px solid #ec6b00;
		border-radius: 30px;
		padding: 51px 0 26px;
		box-sizing: border-box;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+1){
		background: #fff url("img/home_text03.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+2){
		background: #fff url("img/home_text04.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+3){
		background: #fff url("img/home_text05.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+4){
		background: #fff url("img/home_text06.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+5){
		background: #fff url("img/home_text07.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n){
		background: #fff url("img/home_text08.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(2n){
		margin-top: 50px;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(2n+1){
		margin-bottom: 50px;
	}
	.home .cont03 .model_box .swiper-slide h3{
		font-size: 20px;
		line-height: 1.7;
		text-align: center;
		order: 2;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n) h3{
		margin-top: 18px;
	}
	.home .cont03 .model_box .swiper-slide .text01{
		font-size: 14px;
		line-height: 2;
		margin: 14px 35px 0;
		order: 3;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+1) .text01,
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+2) .text01{
		font-size: 16px;
		line-height: 2;
		margin: 13px 32px 0 35px;
	}
	.home .cont03 .model_box .swiper-slide figure{
		display: flex;
		align-items: center;
		height: 143px;
		order: 1;
	}
	.home .cont03 .model_box .swiper-slide .text02{
		background: #fceed8;
		border-radius: 5px;
		padding: 13px 10px 11px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		margin: 10px 0 14px;
		order: 4;
	}
	.home .cont03 .model_box .swiper-slide .text02 span{
		color: #ec6b00;
		font-weight: bold;
	}
	.home .cont03 .model_box .swiper-slide .text03{
		font-size: 14px;
		line-height: 1.714;
		order: 5;
	}
	.home .cont03 .model_box .swiper-slide .text03::before{
		content: "※";
	}


	/* cont04 */
	.home .cont04{
		background: url("img/home_bg06.png")center top 296px no-repeat;
	}
	@media screen and (min-width: 1801px){
		.home .cont04{
			background: url("img/home_bg06.png")center top 296px / 100% 397px no-repeat;
		}
	}
	.home .cont04 .inner{
		padding: 130px 0;
		position: relative;
	}
	.home .cont04 .inner::after{
		position: absolute;
		top: 447px;
		right: -110px;
		content: "";
		background: url("img/home_img18.png")no-repeat;
		width: 49px;
		height: 79px;
	}
	.home .cont04 .inner .box{
		padding: 0 0 0 700px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont04 .inner .box::before{
		position: absolute;
		top: 41px;
		left: 142px;
		content: "";
		background: url("img/home_img16.png")no-repeat;
		width: 68px;
		height: 88px;
		z-index: 11;
	}
	.home .cont04 .inner .box::after{
		position: absolute;
		top: 476px;
		left: 462px;
		content: "";
		background: url("img/home_img17.png")no-repeat;
		width: 138px;
		height: 135px;
		z-index: 11;
	}
	.home .cont04 .inner .box h2{
		padding-left: 32px;
		color: #ec6b00;
		font-size: 16px;
		line-height: 1;
		position: relative;
	}
	.home .cont04 .inner .box h2::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #ec6b00;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
	.home .cont04 .inner .box .text01{
		font-size: 24px;
		font-weight: bold;
		line-height: 1.67;
		margin-top: 42px;
	}
	.home .cont04 .inner .box .text02{
		font-size: 16px;
		line-height: 2;
		margin-top: 32px;
	}
	.home .cont04 .inner .box figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: 190px;
	}
	.home .cont04 .inner .box figure:nth-of-type(2){
		position: absolute;
		top: 280px;
		left: 0;
	}
	.home .cont04 .inner .about_box{
		display: flex;
		justify-content: space-between;
		margin-top: 128px;
	}
	.home .cont04 .inner .about_box .cont{
		width: 580px;
		background: url("img/home_bg07.png")center center;
		border-radius: 10px;
		padding: 37px 30px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont04 .inner .about_box .cont::before{
		position: absolute;
		top: -44px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_icon02.png")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 60px;
	}
	.home .cont04 .inner .about_box .cont:nth-of-type(2)::before{
		position: absolute;
		top: -33px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_icon03.png")no-repeat;
		background-size: 62px;
		width: 62px;
		height: 51px;
	}
	.home .cont04 .inner .about_box .cont h3{
		font-size: 24px;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner .about_box .cont ul{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		margin-top: 19px;
	}
	.home .cont04 .inner .about_box .cont:nth-of-type(2) ul{
		gap: 13px 0;
	}
	.home .cont04 .inner .about_box .cont ul li{
		background: #fff url("img/home_text09.png")left 41px center no-repeat;
		background-size: 19px;
		border-radius: 5px;
		padding: 17px 0 17px 120px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		position: relative;
	}
	.home .cont04 .inner .about_box .cont ul li:nth-of-type(2){
		background: #fff url("img/home_text10.png")left 41px center no-repeat;
		background-size: 22px;
	}
	.home .cont04 .inner .about_box .cont ul li:nth-of-type(3){
		background: #fff url("img/home_text11.png")left 41px center no-repeat;
		background-size: 22px;
	}
	.home .cont04 .inner .about_box .cont:nth-of-type(2) ul li{
		padding: 18px 0 18px 120px;
		font-size: 18px;
		line-height: 1;
	}
	.home .cont04 .inner .about_box .cont ul li::before{
		position: absolute;
		top: 50%;
		left: 90px;
		transform: translateY(-50%);
		content: "";
		background: #ec6b00;
		width: 1px;
		height: 30px;
	}


	/* cont05 */
	.home .cont05{
		background: #ebf0f3;
		border-radius: 500px 0;
		padding: 137px 0 134px;
		position: relative;
	}
	.home .cont05 h2{
		background: url("img/home_text12.png")center top no-repeat;
		background-size: 80px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont05 h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont05 .about_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 40px 0;
		width: 1200px;
		margin: 59px auto 0;
	}
	.home .cont05 .about_box .cont{
		width: 580px;
		min-height: 340px;
		background: url("img/home_img19.png")left top no-repeat;
		padding: 124px 0 0 251px;
		box-sizing: border-box;
	}
	.home .cont05 .about_box .cont:nth-of-type(2){
		background: url("img/home_img20.png")left top no-repeat;
	}
	.home .cont05 .about_box .cont:nth-of-type(3){
		background: url("img/home_img21.png")left top no-repeat;
	}
	.home .cont05 .about_box .cont:nth-of-type(4){
		background: url("img/home_img22.png")left top no-repeat;
	}
	.home .cont05 .about_box .cont h3{
		color: #fff;
		font-size: 20px;
		line-height: 1;
	}
	.home .cont05 .about_box .cont h3 span{
		display: inline-block;
		background: #ec6b00;
		border-radius: 3px;
		padding: 0 10px;
		font-weight: bold;
		line-height: 1.85;
		margin-bottom: 5px;
	}
	.home .cont05 .about_box .cont .text01{
		margin-top: 10px;
		text-shadow: 0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
	}
	.home .cont05 .about_under_box{
		margin-top: 60px;
	}
	.home .cont05 .about_under_box .swiper-slide{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		width: 535px;
		height: 215px;
		border: 1px solid #ec6b00;
		border-radius: 10px;
		padding: 0 0 0 129px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+1){
		background: #fff url("img/home_text13.png")left 58px top 60px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+2){
		background: #fff url("img/home_text14.png")left 58px top 60px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+3){
		background: #fff url("img/home_text15.png")left 58px top 60px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+4){
		background: #fff url("img/home_text16.png")left 58px top 60px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide h4{
		font-size: 18px;
		line-height: 1.67;
	}
	.home .cont05 .about_under_box .swiper-slide .text02{
		font-size: 14px;
		line-height: 1.86;
		margin: 5px 25px 0 0;
	}
	.home .cont05 .about_under_box .swiper-slide .text03{
		line-height: 1.875;
		margin: 13px 25px 0 0;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+1)::before{
		position: absolute;
		top: 95px;
		left: 41px;
		content: "";
		background: url("img/home_icon04.png")no-repeat;
		background-size: 50px;
		width: 50px;
		height: 64px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+2)::before{
		position: absolute;
		top: 98px;
		left: 40px;
		content: "";
		background: url("img/home_icon05.png")no-repeat;
		background-size: 58px;
		width: 58px;
		height: 51px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+3)::before{
		position: absolute;
		top: 108px;
		left: 46px;
		content: "";
		background: url("img/home_icon06.png")no-repeat;
		background-size: 42px;
		width: 42px;
		height: 42px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+4)::before{
		position: absolute;
		top: 100px;
		left: 49px;
		content: "";
		background: url("img/home_icon07.png")no-repeat;
		background-size: 49px;
		width: 49px;
		height: 55px;
	}


	/* cont06 */
	.home .cont06{
		padding: 130px 0;
		position: relative;
	}
	.home .cont06 h2{
		background: url("img/home_text17.png")center top no-repeat;
		background-size: 68px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont06 h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont06 .flow_box{
		display: flex;
		flex-flow: column wrap;
		align-content: center;
		gap: 30px 40px;
		width: 1200px;
		height: 755px;
		margin: 50px auto 0;
		position: relative;
	}
	.home .cont06 .flow_box::after{
		position: absolute;
		top: -224px;
		right: -505px;
		content: "";
		background: url("img/home_bg08.png")no-repeat;
		width: 1170px;
		height: 1169px;
		z-index: -2;
	}
	.home .cont06 .flow_box .cont{
		width: 580px;
		background: #fceed8 url("img/home_img23.png")left center no-repeat;
		border-radius: 5px;
		padding: 29px 0 25px 230px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont06 .flow_box .cont:nth-of-type(2){
		background: #fceed8 url("img/home_img24.png")left center no-repeat;
		padding: 35px 0 25px 230px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(3){
		background: #fceed8 url("img/home_img25.png")left center no-repeat;
		padding: 29px 0 25px 230px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(4){
		background: #fceed8 url("img/home_img26.png")left center no-repeat;
		padding: 29px 0 25px 230px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(5){
		background: #fceed8 url("img/home_img27.png")left center no-repeat;
		padding: 35px 0 25px 230px;
		margin-top: 70px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(6){
		background: #fceed8 url("img/home_img28.png")left center no-repeat;
		padding: 29px 0 25px 230px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(7){
		background: #fceed8 url("img/home_img29.png")left center no-repeat;
		padding: 35px 0 25px 230px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(1)::after{
		position: absolute;
		top: 100%;
		left: 100px;
		content: "";
		background: url("img/home_line01.png")no-repeat;
		width: 3px;
		height: 596px;
		z-index: -1;
	}
	.home .cont06 .flow_box .cont:nth-of-type(5)::after{
		position: absolute;
		top: -70px;
		left: 100px;
		content: "";
		background: url("img/home_line01.png")no-repeat;
		width: 3px;
		height: 596px;
		z-index: -1;
	}
	.home .cont06 .flow_box .cont h3{
		padding-left: 40px;
		font-size: 20px;
		line-height: 1;
	}
	.home .cont06 .flow_box .cont:nth-of-type(1) h3{
		background: url("img/home_text18.png")left center no-repeat;
		background-size: 18px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(2) h3{
		background: url("img/home_text19.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(3) h3{
		background: url("img/home_text20.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(4) h3{
		background: url("img/home_text21.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(5) h3{
		background: url("img/home_text22.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(6) h3{
		background: url("img/home_text23.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(7) h3{
		background: url("img/home_text24.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont .text01{
		line-height: 1.75;
		margin: 12px 32px 0 0;
	}
	.home .cont06 .flow_box .cont .button a{
		display: block;
		width: 210px;
		height: 30px;
		background: #ec6b00;
		border: 2px solid #ec6b00;
		border-radius: 15px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		margin-top: 7px;
	}
	.home .cont06 .flow_box .cont .button a:hover{
		background: #fff;
		color: #ec6b00;
	}


	/* cont07 */
	.home .cont07{
		background: #fceed8;
		position: relative;
	}
	.home .cont07 .inner{
		padding: 136px 50px 132px;
		box-sizing: border-box;
	}
	.home .cont07 .inner .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.home .cont07 .inner .h_box h2{
		background: url("img/home_text25.png")left top no-repeat;
		background-size: 175px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		z-index: 11;
		margin-bottom: 8px;
		position: relative;
	}
	.home .cont07 .inner .h_box h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont07 .inner .table_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 16px;
	}
	.home .cont07 .inner .table_box .text02{
		width: 100%;
		font-size: 14px;
		line-height: 1;
		text-align: right;
	}
	.home .cont07 .inner .table_box .text02::before{
		content: "※";
	}
	.home .cont07 .inner .table_box table{
		width: 520px;
		border-top: 1px solid #ec6b00;
		margin-top: 22px;
	}
	.home .cont07 .inner .table_box table th{
		width: 370px;
		border-bottom: 1px solid #ec6b00;
		padding: 16px 0 16px 25px;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont07 .inner .table_box table:nth-of-type(2) th{
		width: 400px;
	}
	.home .cont07 .inner .table_box table th .span01{
		color: #ec6b00;
		font-size: 18px;
		font-weight: bold;
	}
	.home .cont07 .inner .table_box table th .span01::before{
		content: "・";
	}
	.home .cont07 .inner .table_box table th .span02{
		display: block;
		font-size: 14px;
		margin-left: 6px;
	}
	.home .cont07 .inner .table_box table th .span02::before{
		content: "※";
	}
	.home .cont07 .inner .table_box table:nth-of-type(1) tr:nth-of-type(5) th{
		padding: 5.5px 0 5.5px 25px;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont07 .inner .table_box table td{
		width: 150px;
		border-bottom: 1px solid #ec6b00;
		box-sizing: border-box;
		font-size: 18px;
		font-weight: bold;
		vertical-align: middle;
	}
	.home .cont07 .inner .table_box table:nth-of-type(2) td{
		width: 120px;
	}
	.home .cont07 .inner .table_box .total_cost{
		width: 100%;
		height: 60px;
		background: #ec6b00;
		border-radius: 5px;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 60px;
		text-align: center;
		margin-top: 60px;
	}
	.home .cont07 .inner .table_box .total_cost span{
		font-weight: bold;
		padding-left: 40px;
	}


	/* cont08 */
	.home .cont08{
		padding: 135px 0 130px;
		position: relative;
	}
	.home .cont08 .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 1110px;
		margin: 0 auto;
	}
	.home .cont08 .h_box h2{
		background: url("img/home_text26.png")left top no-repeat;
		background-size: 207px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		z-index: 11;
		margin-bottom: 6px;
		position: relative;
	}
	.home .cont08 .h_box h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont08 picture{
		display: block;
		width: 1110px;
		margin: 64px auto 0;
	}
	.home .cont08 .text02{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		margin-top: 57px;
	}
	.home .cont08 .text02 span{
		display: block;
		width: 852px;
		height: 108px;
		background: url("img/home_text27.png")no-repeat;
		padding: 108px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 2px;
	}
	.home .cont08 .text03{
		line-height: 1;
		text-align: center;
		margin-top: 29px;
	}
	.home .cont08 .text03::before{
		content: "※";
	}


	/* cont09 */
	.home .cont09{
		background: #ec6b00;
		border-radius: 500px 0;
		padding: 130px 0;
		position: relative;
	}
	@media screen and (max-width: 1550px){
		.home .cont09{
			border-radius: 200px 0;
		}
	}
	.home .cont09 .h_box{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 1200px;
		color: #fff;
		margin: 0 auto;
		position: relative;
	}
	.home .cont09 .h_box::before{
		position: absolute;
		top: -425px;
		right: 49px;
		content: "";
		background: url("img/home_img30.png")no-repeat;
		width: 261px;
		height: 366px;
	}
	.home .cont09 .h_box h2{
		background: url("img/home_text28.png")left top no-repeat;
		background-size: 117px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		z-index: 11;
		margin-bottom: 6px;
		position: relative;
	}
	.home .cont09 .h_box h2 span{
		display: block;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont09 .support_box{
		display: flex;
		flex-wrap: wrap;
		gap: 40px 26.5px;
		width: 1200px;
		margin: 52px auto 0;
		position: relative;
	}
	.home .cont09 .support_box::before{
		position: absolute;
		bottom: -205px;
		right: 0;
		content: "";
		background: url("img/home_img42.png")no-repeat;
		width: 304px;
		height: 336px;
	}
	.home .cont09 .support_box .cont{
		display: flex;
		flex-direction: column;
		width: 280px;
		background: #fff;
		border-radius: 20px;
		padding: 30px 0 24px;
		box-sizing: border-box;
	}
	.home .cont09 .support_box .cont h3{
		text-align: center;
		font-size: 20px;
		line-height: 1;
		margin-top: 30px;
		order: 2;
	}
	.home .cont09 .support_box .cont .text02{
		line-height: 1.875;
		margin: 16px 25px 0 30px;
		order: 3;
	}
	.home .cont09 .support_box .cont .text03{
		font-size: 14px;
		line-height: 1.86;
		margin: 15px 25px 0 30px;
		order: 3;
	}
	.home .cont09 .support_box .cont figure{
		margin-left: 50px;
		order: 1;
	}


	/* cont10 */
	.home .cont10{
		background: linear-gradient(#fff 460px , #ebf0f3 460px);
	}
	.home .cont10 .inner{
		padding: 130px 0 120px;
		position: relative;
	}
	.home .cont10 .inner h2{
		background: url("img/home_text29.png")center top no-repeat;
		background-size: 155px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont10 .inner h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont10 .inner .salon_box{
		display: flex;
		justify-content: space-between;
		margin-top: 59px;
	}
	.home .cont10 .inner .salon_box a section{
		display: flex;
		flex-wrap: wrap;
		width: 380px;
		background: #fff;
		border: 1px solid #ec6b00;
		border-radius: 10px;
		padding: 20px 20px 34px;
		box-sizing: border-box;
	}
	.home .cont10 .inner .salon_box a:hover section{
		background: #fceed8;
	}
	.home .cont10 .inner .salon_box a section h3{
		width: 100%;
		font-size: 22px;
		line-height: 1;
		margin-top: 28px;
		order: 2;
	}
	.home .cont10 .inner .salon_box a section address{
		width: 100%;
		margin-top: 20px;
		order: 3;
	}
	.home .cont10 .inner .salon_box a section address p{
		line-height: 1.75;
	}
	.home .cont10 .inner .salon_box a section address .tel::before{
		content: "TEL：";
	}
	.home .cont10 .inner .salon_box a section address .open_time::before{
		content: "営業時間：";
	}
	.home .cont10 .inner .salon_box a section .text01{
		display: inline-block;
		background: url("img/home_arrow01.png")right 5px bottom 2px no-repeat;
		background-size: 10px;
		padding: 5px 25px 0 0;
		color: #ec6b00;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: underline;
		margin-top: 13px;
		transition: all .4s;
		order: 4;
	}
	.home .cont10 .inner .salon_box a:hover section .text01{
		background: url("img/home_arrow01.png")right bottom 7px no-repeat;
		background-size: 10px;
		transition: all .4s;
	}
	.home .cont10 .inner .salon_box a section figure{
		display: block;
		width: 340px;
		height: 260px;
		border-radius: 5px;
		overflow: hidden;
		order: 1;
	}
	.home .cont10 .inner .salon_box a section figure img{
		width: 340px;
		height: 260px;
		transition: all .4s;
	}
	.home .cont10 .inner .salon_box a:hover section figure img{
		transform: scale(1.1);
		transition: all .4s;
	}
	.home .cont10 .inner .voice_box{
		padding: 80px 0 0;
	}
	.home .cont10 .inner .voice_box h4{
		background: url("img/home_text30.png")center top no-repeat;
		background-size: 44px;
		padding: 39px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
	}
	.home .cont10 .inner .voice_box .voice_cont{
		background: #fff url("img/home_img46.png")left center no-repeat;
		border-radius: 10px;
		padding: 33px 45px 22px 400px;
		box-sizing: border-box;
		margin-top: 39px;
	}
	.home .cont10 .inner .voice_box .voice_cont:nth-of-type(2){
		background: #fff url("img/home_img47.png")left center no-repeat;
		padding: 45px 395px 38px 50px;
		box-sizing: border-box;
		margin-top: 50px;
	}
	.home .cont10 .inner .voice_box .voice_cont:nth-of-type(3){
		background: #fff url("img/home_img48.png")left center no-repeat;
		padding: 45px 45px 38px 400px;
		box-sizing: border-box;
		margin-top: 50px;
	}
	.home .cont10 .inner .voice_box .voice_cont h5{
		color: #ff790c;
		font-size: 20px;
		line-height: 1;
	}
	.home .cont10 .inner .voice_box .voice_cont .text02{
		font-weight: bold;
		line-height: 1;
		margin-top: 14px;
	}
	.home .cont10 .inner .voice_box .voice_cont .text03{
		margin-top: 20px;
	}


	/* cont11 */
	.home .cont11{
		padding: 130px 0 0;
		position: relative;
	}
	.home .cont11 h2{
		background: url("img/home_text31.png")center top no-repeat;
		background-size: 130px;
		padding: 55px 0 0;
		font-size: 36px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont11 h2 span{
		display: block;
		color: #777;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.home .cont11 table{
		width: 900px;
		margin: 59px auto 0;
		border-top: 1px solid #ec6b00;
	}
	.home .cont11 table th{
		width: 300px;
		padding: 18px 0 18px 105px;
		border-bottom: 1px solid #ec6b00;
		box-sizing: border-box;
		color: #ec6b00;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
	}
	.home .cont11 table td{
		width: 600px;
		padding: 18px 0;
		border-bottom: 1px solid #ec6b00;
		line-height: 1.5;
	}


	/* cont12 */
	.home .cont12{
		background: url("img/home_bg09.png")center top 40px no-repeat;
	}
	@media screen and (min-width: 1801px){
		.home .cont12{
			background: url("img/home_bg09.png")center top 40px / 100% 452px no-repeat;
		}
	}
	.home .cont12 .inner{
		padding: 200px 0 120px;
		writing-mode: vertical-rl;
		white-space: nowrap;
		position: relative;
	}
	.home .cont12 .inner::before{
		position: absolute;
		top: 27px;
		right: 88px;
		content: "";
		background: url("img/home_img52.png")no-repeat;
		width: 138px;
		height: 135px;
	}
	.home .cont12 .inner h2{
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0.6px;
	}
	.home .cont12 .inner .text01{
		color: #ec6b00;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.92;
		letter-spacing: 1.2px;
		margin-right: 37px;
	}
	.home .cont12 .inner .text02{
		font-size: 18px;
		line-height: 2.22;
		letter-spacing: 1px;
		margin-right: 36px;
	}
	.home .cont12 .inner figure:nth-of-type(1){
		position: absolute;
		top: 130px;
		left: 30px;
	}
	.home .cont12 .inner figure:nth-of-type(2){
		position: absolute;
		top: 435px;
		left: -140px;
	}
	.home .cont12 .inner figure:nth-of-type(3){
		position: absolute;
		top: 460px;
		left: 284px;
	}


	/* cont13 */
	.home .cont13{
		background: #fceed8;
		padding: 130px 0 0;
	}
	.home .cont13 .inner{
		display: flex;
		flex-wrap: wrap;
		padding: 90px 110px 98px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
		position: relative;
	}
	.home .cont13 .inner h2{
		width: 100%;
		background: url("img/home_text32.png")center top no-repeat;
		background-size: 117px;
		padding: 40px 0 0;
		font-size: 30px;
		line-height: 1;
		text-align: center;
		margin-bottom: 42px;
		position: relative;
	}
	.home .cont13 .inner .cont{
		width: 50%;
		border-top: 1px solid #ccc;
		padding: 38px 0 40px 10px;
		box-sizing: border-box;
	}
	.home .cont13 .inner .cont:nth-of-type(3){
		width: 100%;
		border-top: 1px solid #ccc;
		padding: 40px 0 0 10px;
		box-sizing: border-box;
	}
	.home .cont13 .inner .cont h3{
		color: #777;
		font-size: 18px;
		line-height: 1;
	}
	.home .cont13 .inner .cont:nth-of-type(3) h3{
		margin-bottom: 10px;
	}
	.home .cont13 .inner .cont h3::before{
		content: "■";
		padding-right: 6px;
	}
	.home .cont13 .inner .cont .tel{
		display: flex;
		align-items: center;
		font-size: 30px;
		line-height: 1;
		margin-top: 10px;
	}
	.home .cont13 .inner .cont .tel a{
		font-weight: bold;
	}
	.home .cont13 .inner .cont .tel span{
		display: inline-block;
		font-size: 14px;
		line-height: 1.57;
		margin-left: 14px;
	}
	.home .cont13 .inner .cont .button a{
		display: block;
		width: 380px;
		height: 44px;
		background: #39ae41 url("img/home_icon08.png")left 120px top 9px no-repeat;
		background-size: 26px;
		border: 2px solid #39ae41;
		border-radius: 22px;
		padding: 0 0 0 160px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		margin-top: 18px;
	}
	.home .cont13 .inner .cont .button a:hover{
		background: #fff url("img/home_icon08_ho.png")left 120px top 9px no-repeat;
		background-size: 26px;
		color: #39ae41;
	}
	.home .cont13 .inner .text01{
		font-size: 14px;
		line-height: 2;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont13 .inner .text01::before{
		content: "※";
	}
	.home .cont13 .inner table{
		width: 980px;
		border-top: 1px solid #ccc;
		margin-top: 24px;
	}
	.home .cont13 .inner table th{
		width: 260px;
		padding: 20px 0;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.home .cont13 .inner table th span{
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translateY(-50%);
		width: 60px;
		height: 25px;
		background: #ec6b00;
		color: #fff;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.home .cont13 .inner table td{
		width: 720px;
		padding: 20px 0;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 2;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont13 .inner table td input[type="text"],
	.home .cont13 .inner table td input[type="tel"],
	.home .cont13 .inner table td input[type="email"] {
		width: 100%;
		height: 100%;
		min-height: 60px;
		background: #ededed;
		padding: 0 0 0 30px;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 16px;
		line-height: 1.5;
		border: none;
	}
	.home .cont13 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 180px !important;
		background: #ededed;
		border-radius: 5px;
		border: none;
		box-sizing: border-box;
		line-height: 1.5;
		padding: 20px 30px;
	}
	.home .cont13 .inner .privacy_check{
		text-align: center;
		margin-top: 42px;
	}
	.home .cont13 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.home .cont13 .inner .privacy_check a{
		text-decoration: underline;
	}
	.home .cont13 .inner .button input{
		display: block;
		width: 460px;
		height: 60px;
		background: #fff;
		border: 2px solid #ec6b00;
		border-radius: 30px;
		color: #ec6b00;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 40px auto 0;
		transition: all .4s;
		position: relative;
	}
	.home .cont13 .inner .button input:hover{
		background: #ec6b00;
		color: #fff;
		transition: all .4s;
		opacity: 1;
	}
	.home .cont13 .inner .privacyBox{
		width: 980px;
		margin: 50px auto 0;
	}
	.home .cont13 .inner .privacyBox h4{
		height: 33px;
		background: #ec6b00;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
	}
	.home .cont13 .inner .privacyBox .txtBox{
		height: 150px;
		background: #fff;
		border: 2px solid #ec6b00;
		padding: 20px 30px;
		box-sizing: border-box;
		overflow-y: auto;
		border-radius: 0 0 10px 10px;
	}
	.home .cont13 .inner .privacyBox .txtBox::-webkit-scrollbar{
		width: 3px;
	}
	.home .cont13 .inner .privacyBox .txtBox::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.home .cont13 .inner .privacyBox .txtBox::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.home .cont13 .inner .privacyBox .txtBox h5{
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}
	.home .cont13 .inner .privacyBox .txtBox h5::before{
		content: "■";
	}
	.home .cont13 .inner .privacyBox .txtBox .text03{
		font-size: 14px;
		line-height: 2;
		margin: 0 0 4px;
	}



/* thanks
------------------------------------------------------------------------*/

	.thanks header h1{
		top: 120px;
	}

	.thanks .cont01{
		padding: 70px 0 100px;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		font-size: 24px;
	}
	.thanks .cont01 .text{
		margin: 40px 0 0;
		font-weight: bold;
	}
	.thanks .cont01 .button {
		margin-top: 50px;
	}
	.thanks .cont01 .button a{
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
		border: 1px solid var(--main-color);
		transition: all .5s;
	}
	.thanks .cont01 .button a:hover {
		background: #fff;
		color: var(--main-color);
		transition: all .5s;
	}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: #fceed8;
	}
	footer .inner{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 85px;
		padding: 80px 0 100px;
	}
	footer .inner .h_box .logo a{
		display: block;
		width: 371px;
		height: 117px;
		background: url("img/footer_logo.png")no-repeat;
		padding: 117px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .h_box .text01{
		line-height: 1;
		margin-top: 30px;
	}
	footer .inner .text_box{
		width: 355px;
	}
	footer .inner .text_box .text02::before{
		content: "運営：";
	}
	footer .inner .text_box .tel{
		display: inline-block;
	}
	footer .inner .text_box .tel::before{
		content: "TEL：";
	}
	footer .inner .text_box .mail{
		display: inline-block;
		margin-left: 1em;
	}
	footer .inner .text_box .mail::before{
		content: "MAIL：";
	}
	footer .inner .text_box .open_time::before{
		content: "営業時間：";
	}
	footer .inner .text_box .copy{
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-top: 18px;
	}
	
}

/*===============================================
横幅431px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
	html,
	body,
	.wrap{
		width: 440px;
		position: relative;
	}
	.inner{
		box-sizing: border-box;
		padding: 0 15px;
		width: auto;
	}
	img{
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
	p {
		line-height: 1.8;
		font-size: 14px;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 50px;
	}


/* header
------------------------------------------------------------------------*/
	header{
		width: 100%;
		height: 50px;
		z-index: 11111;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 328px;
		left: 20px;
		font-size: 10px;
		line-height: 1;
	}
	header .logo a{
		position: fixed;
		top: 10px;
		left: 8px;
		display: block;
		width: 153px;
		height: 68px;
		background: url("img/header_logo_sp.png")no-repeat;
		background-size: 153px;
		padding: 68px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		transition: all .4s;
	}
	header.active .logo a{
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 153px;
		height: 68px;
		background: url("img/header_logo_sp.png")no-repeat;
		background-size: 153px;
		padding: 68px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		transition: all .4s;
	}
	header .button a{
		position: fixed;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		width: 320px;
		height: 40px;
		background: #ec6b00;
		border-radius: 25px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}


/* key
------------------------------------------------------------------------*/
	.home .key{
		height: 650px;
		margin: -50px 0 0;
		position: relative;
	}
	.home .key::before{
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_key_bg_sp.png")center center repeat-x;
		width: 100%;
		height: 380px;
		animation: keyimgMove 40s linear infinite;
	}
	@keyframes keyimgMove{
		0% {background-position: 1352px 0;}
		50% {background-position: 676px 0;}
		100% {background-position: 0 0;}
	}
	.home .key .text_box{
		display: flex;
		flex-wrap: wrap;
		position: absolute;
		bottom: 80px;
		left: 20px;
		max-width: 310px;
		z-index: 111;
	}
	.home .key .text_box .text01{
		display: inline-block;
		height: 25px;
		background: #ec6b00;
		padding: 0 12px 0 14px;
		border-radius: 3px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		text-align: center;
		order: 1;
	}
	.home .key .text_box .text02{
		display: inline-block;
		padding: 0 0 8px;
		border-bottom: 2px solid #24bf9b;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		margin-top: 4px;
		vertical-align: middle;
		order: 3;
	}
	.home .key .text_box .text02 span{
		display: inline-block;
		width: 72px;
		height: 26px;
		background: url("img/home_key_text01.png")no-repeat;
		background-size: 72px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 5px 2px 0;
		vertical-align: bottom;
	}
	.home .key .text_box .text03{
		display: inline-block;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
		margin-top: 11px;
		order: 2;
	}
	.home .key .text_box .text03 .span01{
		display: inline-block;
		width: 56px;
		height: 35px;
		background: url("img/home_key_text02.png")no-repeat;
		background-size: 56px;
		padding: 35px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 3px 8px 0;
		vertical-align: middle;
	}
	.home .key .text_box .text03 .span02{
		display: inline-block;
		width: 109px;
		height: 35px;
		background: url("img/home_key_text03.png")no-repeat;
		background-size: 109px;
		padding: 35px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 4px 5px 0;
		vertical-align: middle;
	}
	.home .key .text_box .text04{
		display: block;
		width: 245px;
		height: 42px;
		background: url("img/home_key_text04_sp.png")no-repeat;
		padding: 42px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin-top: 20px;
		order: 4;
	}


/* home
------------------------------------------------------------------------*/

	/* cont01 */
	.home .cont01{
		position: relative;
	}
	.home .cont01::before{
		position: absolute;
		top: -406px;
		left: 0;
		content: "";
		background: url("img/home_bg01_sp.png")no-repeat;
		width: 351px;
		height: 429px;
	}
	.home .cont01::after{
		position: absolute;
		top: -300px;
		right: 0;
		content: "";
		background: url("img/home_bg02_sp.png")no-repeat;
		width: 113px;
		height: 147px;
	}
	.home .cont01 .inner{
		padding: 0 20px 70px;
	}
	.home .cont01 .inner h2{
		font-size: 18px;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	.home .cont01 .inner h2::after{
		position: absolute;
		top: 55px;
		right: 0;
		content: "";
		background: url("img/home_img01.png")no-repeat;
		background-size: 202px;
		width: 202px;
		height: 44px;
		z-index: -1;
	}
	.home .cont01 .inner h2 span{
		display: block;
		width: 400px;
		height: 41px;
		background: url("img/home_text01.png")no-repeat;
		background-size: 400px;
		padding: 41px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 12px;
	}
	.home .cont01 .inner ul{
		background: url("img/home_img02.png")left 10px top 20px no-repeat;
		background-size: 111px;
		padding: 20px 0 0 145px;
		box-sizing: border-box;
		margin-top: 45px;
	}
	.home .cont01 .inner ul li{
		display: inline-block;
		background: url("img/home_icon01_sp.png")left top 2px no-repeat;
		background-size: 23px;
		padding: 0 0 8px 30px;
		border-bottom: 2px solid #ec6b00;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 15px;
	}


	/* cont02 */
	.home .cont02{
		background: url("img/home_bg03_sp.png")center top 490px no-repeat;
	}
	.home .cont02 .inner{
		padding: 460px 20px 70px;
		position: relative;
	}
	.home .cont02 .inner::before{
		position: absolute;
		top: 20px;
		left: 15px;
		content: "";
		background: url("img/home_img07.png")no-repeat;
		background-size: 76px;
		width: 76px;
		height: 95px;
	}
	.home .cont02 .inner::after{
		position: absolute;
		top: 435px;
		right: 60px;
		content: "";
		background: url("img/home_img08.png")no-repeat;
		background-size: 39px;
		width: 39px;
		height: 42px;
	}
	.home .cont02 .inner h2{
		padding-left: 25px;
		color: #ec6b00;
		font-size: 14px;
		line-height: 1;
		position: relative;
	}
	.home .cont02 .inner h2::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #ec6b00;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.home .cont02 .inner .text01{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 20px;
	}
	.home .cont02 .inner .text02{
		font-size: 16px;
		line-height: 2;
		margin-top: 26px;
	}
	.home .cont02 .inner figure:nth-of-type(1){
		position: absolute;
		top: 0;
		right: 45px;
		width: 195px;
	}
	.home .cont02 .inner figure:nth-of-type(2){
		position: absolute;
		top: 104.5px;
		left: 85px;
		width: 108px;
	}
	.home .cont02 .inner figure:nth-of-type(3){
		position: absolute;
		top: 247px;
		left: 125px;
		width: 130px;
	}
	.home .cont02 .inner figure:nth-of-type(4){
		position: absolute;
		top: 247px;
		right: 92px;
		width: 85px;
	}


	/* cont03 */
	.home .cont03{
		background: #fceed8;
		padding: 70px 0;
		position: relative;
	}
	.home .cont03::before{
		position: absolute;
		bottom: 20px;
		left: 30px;
		content: "";
		background: url("img/home_bg04_sp.png")no-repeat;
		width: 200px;
		height: 200px;
	}
	.home .cont03::after{
		position: absolute;
		top: -40px;
		right: -120px;
		content: "";
		background: url("img/home_bg05_sp.png")no-repeat;
		width: 403px;
		height: 403px;
	}
	.home .cont03 h2{
		background: url("img/home_text02_sp.png")center top no-repeat;
		background-size: 145px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont03 h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont03 .model_box{
		margin-top: 45px;
	}
	.home .cont03 .model_box .swiper-slide{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 300px;
		height: auto;
		border: 1px solid #ec6b00;
		border-radius: 15px;
		padding: 51px 0 20px;
		box-sizing: border-box;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+1){
		background: #fff url("img/home_text03.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+2){
		background: #fff url("img/home_text04.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+3){
		background: #fff url("img/home_text05.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+4){
		background: #fff url("img/home_text06.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+5){
		background: #fff url("img/home_text07.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n){
		background: #fff url("img/home_text08.png")center top 40px no-repeat;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(2n){
		margin-top: 35px;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(2n+1){
		margin-bottom: 35px;
	}
	.home .cont03 .model_box .swiper-slide h3{
		font-size: 18px;
		line-height: 1.7;
		text-align: center;
		order: 2;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n) h3{
		margin-top: 18px;
	}
	.home .cont03 .model_box .swiper-slide .text01{
		font-size: 14px;
		line-height: 2;
		margin: 14px 35px 0;
		order: 3;
	}
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+1) .text01,
	.home .cont03 .model_box .swiper-slide:nth-of-type(6n+2) .text01{
		font-size: 16px;
		line-height: 2;
		margin: 13px 32px 0 35px;
	}
	.home .cont03 .model_box .swiper-slide figure{
		display: flex;
		align-items: center;
		height: 143px;
		order: 1;
	}
	.home .cont03 .model_box .swiper-slide .text02{
		background: #fceed8;
		border-radius: 5px;
		padding: 13px 10px 11px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		margin: 10px 0 14px;
		order: 4;
	}
	.home .cont03 .model_box .swiper-slide .text02 span{
		color: #ec6b00;
		font-weight: bold;
	}
	.home .cont03 .model_box .swiper-slide .text03{
		font-size: 14px;
		line-height: 1.714;
		order: 5;
	}
	.home .cont03 .model_box .swiper-slide .text03::before{
		content: "※";
	}


	/* cont04 */
	.home .cont04{
		background: url("img/home_bg06_sp.png")center top 240px no-repeat;
	}
	.home .cont04 .inner{
		padding: 70px 20px;
		position: relative;
	}
	.home .cont04 .inner::after{
		position: absolute;
		top: 447px;
		right: -110px;
		content: "";
		background: url("img/home_img18.png")no-repeat;
		background-size: 32px;
		width: 32px;
		height: 53px;
	}
	.home .cont04 .inner .box{
		padding: 350px 0 0;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont04 .inner .box::before{
		position: absolute;
		top: 260px;
		right: 30px;
		content: "";
		background: url("img/home_img16.png")no-repeat;
		background-size: 45px;
		width: 45px;
		height: 59px;
		z-index: 11;
	}
	.home .cont04 .inner .box::after{
		position: absolute;
		top: -20px;
		left: 20px;
		content: "";
		background: url("img/home_img17.png")no-repeat;
		background-size: 92px;
		width: 92px;
		height: 90px;
		z-index: 11;
	}
	.home .cont04 .inner .box h2{
		padding-left: 25px;
		color: #ec6b00;
		font-size: 14px;
		line-height: 1;
		position: relative;
	}
	.home .cont04 .inner .box h2::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #ec6b00;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.home .cont04 .inner .box .text01{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.67;
		margin-top: 24px;
	}
	.home .cont04 .inner .box .text02{
		font-size: 16px;
		line-height: 2;
		margin-top: 26px;
	}
	.home .cont04 .inner .box figure:nth-of-type(1){
		position: absolute;
		top: 0;
		right: 40px;
		width: 220px;
	}
	.home .cont04 .inner .box figure:nth-of-type(2){
		position: absolute;
		top: 150px;
		left: 40px;
		width: 160px;
	}
	.home .cont04 .inner .about_box{
		display: flex;
		flex-direction: column;
		gap: 60px 0;
		margin-top: 70px;
	}
	.home .cont04 .inner .about_box .cont{
		width: 400px;
		background: url("img/home_bg07.png")center center;
		border-radius: 5px;
		padding: 27px 20px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont04 .inner .about_box .cont::before{
		position: absolute;
		top: -44px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_icon02.png")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 60px;
	}
	.home .cont04 .inner .about_box .cont:nth-of-type(2)::before{
		position: absolute;
		top: -33px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_icon03.png")no-repeat;
		background-size: 62px;
		width: 62px;
		height: 51px;
	}
	.home .cont04 .inner .about_box .cont h3{
		font-size: 18px;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner .about_box .cont ul{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		margin-top: 16px;
	}
	.home .cont04 .inner .about_box .cont:nth-of-type(2) ul{
		gap: 13px 0;
	}
	.home .cont04 .inner .about_box .cont ul li{
		background: #fff url("img/home_text09.png")left 20px center no-repeat;
		background-size: 19px;
		border-radius: 3px;
		padding: 15px 15px 15px 80px;
		box-sizing: border-box;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.75;
		position: relative;
	}
	.home .cont04 .inner .about_box .cont ul li:nth-of-type(2){
		background: #fff url("img/home_text10.png")left 20px center no-repeat;
		background-size: 22px;
	}
	.home .cont04 .inner .about_box .cont ul li:nth-of-type(3){
		background: #fff url("img/home_text11.png")left 20px center no-repeat;
		background-size: 22px;
	}
	.home .cont04 .inner .about_box .cont ul li::before{
		position: absolute;
		top: 50%;
		left: 60px;
		transform: translateY(-50%);
		content: "";
		background: #ec6b00;
		width: 1px;
		height: 30px;
	}


	/* cont05 */
	.home .cont05{
		background: #ebf0f3;
		border-radius: 50px 0;
		padding: 70px 0;
		position: relative;
	}
	.home .cont05 h2{
		background: url("img/home_text12_sp.png")center top no-repeat;
		background-size: 53px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont05 h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont05 .about_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 25px 0;
		width: 400px;
		margin: 45px auto 0;
	}
	.home .cont05 .about_box .cont{
		width: 400px;
		min-height: 190px;
		background: url("img/home_img19.png")left top no-repeat;
		background-size: 190px;
		padding: 70px 0 0 135px;
		box-sizing: border-box;
	}
	.home .cont05 .about_box .cont:nth-of-type(2){
		background: url("img/home_img20.png")left top no-repeat;
		background-size: 190px;
	}
	.home .cont05 .about_box .cont:nth-of-type(3){
		background: url("img/home_img21.png")left top no-repeat;
		background-size: 190px;
	}
	.home .cont05 .about_box .cont:nth-of-type(4){
		background: url("img/home_img22.png")left top no-repeat;
		background-size: 190px;
	}
	.home .cont05 .about_box .cont h3{
		color: #fff;
		font-size: 16px;
		line-height: 1;
	}
	.home .cont05 .about_box .cont h3 span{
		display: inline-block;
		background: #ec6b00;
		border-radius: 3px;
		padding: 0 8px;
		font-weight: bold;
		line-height: 1.85;
		margin-bottom: 5px;
	}
	.home .cont05 .about_box .cont .text01{
		margin-top: 10px;
		text-shadow: 0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
	}
	.home .cont05 .about_under_box{
		margin-top: 50px;
		padding-bottom: 2px;
	}
	.home .cont05 .about_under_box .swiper-slide{
		width: 350px;
		height: auto;
		border: 1px solid #ec6b00;
		border-radius: 10px;
		padding: 20px 20px 16px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+1){
		background: #fff url("img/home_text13.png")left 20px top 22px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+2){
		background: #fff url("img/home_text14.png")left 20px top 22px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+3){
		background: #fff url("img/home_text15.png")left 20px top 22px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+4){
		background: #fff url("img/home_text16.png")left 20px top 22px no-repeat;
		background-size: 25px;
	}
	.home .cont05 .about_under_box .swiper-slide h4{
		min-height: 90px;
		font-size: 18px;
		line-height: 1.6;
		padding-left: 105px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+4) h4{
		padding-top: 15px;
		box-sizing: border-box;
	}
	.home .cont05 .about_under_box .swiper-slide .text02,
	.home .cont05 .about_under_box .swiper-slide .text03{
		font-size: 14px;
		line-height: 1.975;
		margin: 10px 0 0;
	}
	.home .cont05 .about_under_box .swiper-slide .text03{
		font-size: 16px;
		line-height: 1.75;
		margin: 10px 0 0;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+1)::before{
		position: absolute;
		top: 40px;
		left: 50px;
		content: "";
		background: url("img/home_icon04.png")no-repeat;
		background-size: 50px;
		width: 50px;
		height: 64px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+2)::before{
		position: absolute;
		top: 50px;
		left: 40px;
		content: "";
		background: url("img/home_icon05.png")no-repeat;
		background-size: 58px;
		width: 58px;
		height: 51px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+3)::before{
		position: absolute;
		top: 58px;
		left: 46px;
		content: "";
		background: url("img/home_icon06.png")no-repeat;
		background-size: 42px;
		width: 42px;
		height: 42px;
	}
	.home .cont05 .about_under_box .swiper-slide:nth-of-type(4n+4)::before{
		position: absolute;
		top: 48px;
		left: 49px;
		content: "";
		background: url("img/home_icon07.png")no-repeat;
		background-size: 49px;
		width: 49px;
		height: 55px;
	}


	/* cont06 */
	.home .cont06{
		padding: 70px 20px;
		position: relative;
	}
	.home .cont06::after{
		position: absolute;
		top: 100px;
		right: -205px;
		content: "";
		background: url("img/home_bg08_sp.png")no-repeat;
		width: 585px;
		height: 585px;
		z-index: -1;
	}
	.home .cont06 h2{
		background: url("img/home_text17_sp.png")center top no-repeat;
		background-size: 45px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont06 h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont06 .flow_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 0;
		width: 400px;
		background: url("img/home_line01_sp.png")left 80px top 150px repeat-y;
		margin: 45px auto 0;
		position: relative;
	}
	.home .cont06 .flow_box .cont{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		width: 400px;
		height: 150px;
		background: #fceed8 url("img/home_img23_sp.png")left center no-repeat;
		border-radius: 3px;
		padding: 0 15px 0 195px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont06 .flow_box .cont:nth-of-type(2){
		background: #fceed8 url("img/home_img24_sp.png")left center no-repeat;
		padding: 0 15px 0 195px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(3){
		height: 170px;
		background: #fceed8 url("img/home_img25_sp.png")left center no-repeat;
		padding: 0 15px 0 195px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(4){
		height: 170px;
		background: #fceed8 url("img/home_img26_sp.png")left center no-repeat;
		padding: 0 15px 0 195px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(5){
		background: #fceed8 url("img/home_img27_sp.png")left center no-repeat;
		padding: 0 15px 0 195px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(6){
		height: 170px;
		background: #fceed8 url("img/home_img28_sp.png")left center no-repeat;
		padding: 0 15px 0 195px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(7){
		background: #fceed8 url("img/home_img29_sp.png")left center no-repeat;
		padding: 0 15px 0 195px;
	}
	.home .cont06 .flow_box .cont h3{
		padding-left: 35px;
		font-size: 16px;
		line-height: 1;
	}
	.home .cont06 .flow_box .cont:nth-of-type(1) h3{
		background: url("img/home_text18.png")left center no-repeat;
		background-size: 18px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(2) h3{
		background: url("img/home_text19.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(3) h3{
		background: url("img/home_text20.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(4) h3{
		background: url("img/home_text21.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(5) h3{
		background: url("img/home_text22.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(6) h3{
		background: url("img/home_text23.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont:nth-of-type(7) h3{
		background: url("img/home_text24.png")left center no-repeat;
		background-size: 21px;
	}
	.home .cont06 .flow_box .cont .text01{
		line-height: 1.7;
		margin: 12px 0 0 0;
	}
	.home .cont06 .flow_box .cont .button a{
		display: block;
		width: 170px;
		height: 30px;
		background: #ec6b00;
		border: 2px solid #ec6b00;
		border-radius: 15px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		margin-top: 10px;
	}


	/* cont07 */
	.home .cont07{
		background: #fceed8;
		position: relative;
	}
	.home .cont07 .inner{
		padding: 70px 30px;
		box-sizing: border-box;
	}
	.home .cont07 .inner .h_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home .cont07 .inner .h_box h2{
		background: url("img/home_text25_sp.png")center top no-repeat;
		background-size: 117px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont07 .inner .h_box h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont07 .inner .h_box .text01{
		margin-top: 30px;
	}
	.home .cont07 .inner .table_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 25px;
	}
	.home .cont07 .inner .table_box .text02{
		width: 100%;
		font-size: 12px;
		line-height: 1;
		text-align: right;
	}
	.home .cont07 .inner .table_box .text02::before{
		content: "※";
	}
	.home .cont07 .inner .table_box table{
		width: 400px;
		border-top: 1px solid #ec6b00;
		margin-top: 22px;
	}
	.home .cont07 .inner .table_box table:nth-of-type(2){
		border-top: none;
		margin-top: 0;
	}
	.home .cont07 .inner .table_box table th{
		width: 280px;
		border-bottom: 1px solid #ec6b00;
		padding: 17px 0 17px 5px;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont07 .inner .table_box table th .span01{
		color: #ec6b00;
		font-size: 16px;
		font-weight: bold;
	}
	.home .cont07 .inner .table_box table th .span01::before{
		content: "・";
	}
	.home .cont07 .inner .table_box table th .span02{
		display: block;
		font-size: 12px;
		margin-left: 3px;
	}
	.home .cont07 .inner .table_box table th .span02::before{
		content: "※";
	}
	.home .cont07 .inner .table_box table:nth-of-type(1) tr:nth-of-type(5) th{
		padding: 8px 0 8px 5px;
		box-sizing: border-box;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont07 .inner .table_box table td{
		width: 120px;
		border-bottom: 1px solid #ec6b00;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		vertical-align: middle;
	}
	.home .cont07 .inner .table_box .total_cost{
		width: 100%;
		height: 45px;
		background: #ec6b00;
		border-radius: 3px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 45px;
		text-align: center;
		margin-top: 45px;
	}
	.home .cont07 .inner .table_box .total_cost span{
		font-weight: bold;
		padding-left: 30px;
	}


	/* cont08 */
	.home .cont08{
		padding: 70px 0;
		position: relative;
	}
	.home .cont08 .h_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 400px;
		margin: 0 auto;
	}
	.home .cont08 .h_box h2{
		background: url("img/home_text26_sp.png")center top no-repeat;
		background-size: 138px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont08 .h_box h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont08 .h_box .text01{
		margin-top: 30px;
		font-feature-settings: "pwid" 1;
		letter-spacing: 1px;
	}
	.home .cont08 .estimate_img{
		display: block;
		width: 420px;
		margin: 22px auto 0;
	}
	.home .cont08 .text02{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		margin-top: 45px;
	}
	.home .cont08 .text02 span{
		display: block;
		width: 400px;
		height: 51px;
		background: url("img/home_text27_sp.png")no-repeat;
		background-size: 400px;
		padding: 51px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 2px;
	}
	.home .cont08 .text03{
		font-size: 12px;
		line-height: 1;
		text-align: center;
		margin-top: 22px;
	}
	.home .cont08 .text03::before{
		content: "※";
	}


	/* cont09 */
	.home .cont09{
		background: #ec6b00;
		border-radius: 50px 0;
		padding: 70px 0 45px;
		position: relative;
	}
	.home .cont09 .h_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 400px;
		color: #fff;
		margin: 0 auto;
		position: relative;
	}
	.home .cont09 .h_box::before{
		position: absolute;
		top: -170px;
		right: 0;
		content: "";
		background: url("img/home_img30.png")no-repeat;
		background-size: 131px;
		width: 131px;
		height: 184px;
	}
	.home .cont09 .h_box h2{
		background: url("img/home_text28_sp.png")center top no-repeat;
		background-size: 78px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont09 .h_box h2 span{
		display: block;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont09 .h_box .text01{
		margin-top: 30px;
	}
	.home .cont09 .support_box{
		display: flex;
		flex-wrap: wrap;
		gap: 15px 15px;
		width: 415px;
		margin: 35px auto 0;
		position: relative;
	}
	.home .cont09 .support_box::before{
		position: absolute;
		bottom: 40px;
		right: 10px;
		content: "";
		background: url("img/home_img42.png")no-repeat;
		background-size: 182px;
		width: 182px;
		height: 202px;
	}
	.home .cont09 .support_box .cont{
		display: flex;
		flex-direction: column;
		width: 200px;
		background: #fff;
		border-radius: 8px;
		padding: 20px 0 15px;
		box-sizing: border-box;
	}
	.home .cont09 .support_box .cont h3{
		text-align: center;
		font-size: 16px;
		line-height: 1;
		font-feature-settings: "palt" 1;
		margin-top: 22px;
		order: 2;
	}
	.home .cont09 .support_box .cont .text02,
	.home .cont09 .support_box .cont .text03{
		line-height: 1.875;
		font-feature-settings: "palt" 1;
		margin: 16px 15px 0;
		order: 3;
	}
	.home .cont09 .support_box .cont figure{
		margin-left: 31px;
		order: 1;
	}
	.home .cont09 .support_box .cont figure img{
		width: 150px;
	}


	/* cont10 */
	.home .cont10{
		background: linear-gradient(#fff 460px , #ebf0f3 460px);
	}
	.home .cont10 .inner{
		padding: 70px 20px;
		position: relative;
	}
	.home .cont10 .inner h2{
		background: url("img/home_text29_sp.png")center top no-repeat;
		background-size: 103px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont10 .inner h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont10 .inner .salon_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 0;
		margin-top: 45px;
	}
	.home .cont10 .inner .salon_box a section{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 350px;
		background: #fff;
		border: 1px solid #ec6b00;
		border-radius: 10px;
		padding: 20px 20px 34px;
		box-sizing: border-box;
		text-align: center;
	}
	.home .cont10 .inner .salon_box a section h3{
		width: 100%;
		font-size: 18px;
		line-height: 1;
		margin-top: 24px;
		order: 2;
	}
	.home .cont10 .inner .salon_box a section address{
		width: 100%;
		margin-top: 16px;
		order: 3;
	}
	.home .cont10 .inner .salon_box a section address p{
		line-height: 1.75;
	}
	.home .cont10 .inner .salon_box a section address .tel::before{
		content: "TEL：";
	}
	.home .cont10 .inner .salon_box a section address .open_time::before{
		content: "営業時間：";
	}
	.home .cont10 .inner .salon_box a section .text01{
		display: inline-block;
		background: url("img/home_arrow01.png")right 5px bottom 2px no-repeat;
		background-size: 10px;
		padding: 5px 22px 0 20px;
		color: #ec6b00;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: underline;
		margin-top: 13px;
		transition: all .4s;
		order: 4;
	}
	.home .cont10 .inner .salon_box a section figure{
		order: 1;
	}
	.home .cont10 .inner .salon_box a section figure img{
		border-radius: 5px;
	}
	.home .cont10 .inner .voice_box{
		padding: 55px 0 0;
	}
	.home .cont10 .inner .voice_box h4{
		background: url("img/home_text30_sp.png")center top no-repeat;
		background-size: 38px;
		padding: 26px 0 0;
		font-size: 18px;
		line-height: 1;
		text-align: center;
	}
	.home .cont10 .inner .voice_box .voice_cont{
		background: #fff url("img/home_img46_sp.png")left top no-repeat;
		border-radius: 5px;
		padding: 0 20px 20px;
		box-sizing: border-box;
		margin-top: 30px;
	}
	.home .cont10 .inner .voice_box .voice_cont:nth-of-type(2){
		background: #fff url("img/home_img47_sp.png")left top no-repeat;
	}
	.home .cont10 .inner .voice_box .voice_cont:nth-of-type(3){
		background: #fff url("img/home_img48_sp.png")left top no-repeat;
	}
	.home .cont10 .inner .voice_box .voice_cont .voice_h_box{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		min-height: 150px;
		padding-top: 8px;
		box-sizing: border-box;
	}
	.home .cont10 .inner .voice_box .voice_cont h5{
		padding-left: 175px;
		color: #ff790c;
		font-size: 16px;
		line-height: 1.35;
	}
	.home .cont10 .inner .voice_box .voice_cont:nth-of-type(2) h5{
		padding-left: 0;
		padding-right: 170px;
	}
	.home .cont10 .inner .voice_box .voice_cont .text02{
		padding-left: 175px;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 12px;
	}
	.home .cont10 .inner .voice_box .voice_cont:nth-of-type(2) .text02{
		padding-left: 0;
		padding-right: 170px;
	}
	.home .cont10 .inner .voice_box .voice_cont .text03{
		margin-top: 20px;
	}


	/* cont11 */
	.home .cont11{
		padding: 70px 20px 0;
		position: relative;
	}
	.home .cont11 h2{
		background: url("img/home_text31_sp.png")center top no-repeat;
		background-size: 86px;
		padding: 40px 0 0;
		font-size: 24px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.home .cont11 h2 span{
		display: block;
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 12px;
	}
	.home .cont11 table{
		width: 400px;
		margin: 45px auto 0;
		border-top: 1px solid #ec6b00;
	}
	.home .cont11 table th{
		width: 100px;
		padding: 18px 0 18px 15px;
		border-bottom: 1px solid #ec6b00;
		box-sizing: border-box;
		color: #ec6b00;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont11 table td{
		width: 300px;
		padding: 18px 0;
		border-bottom: 1px solid #ec6b00;
		font-size: 14px;
		line-height: 1.5;
	}


	/* cont12 */
	.home .cont12{
		background: url("img/home_bg09_sp.png")center top 620px no-repeat;
	}
	.home .cont12 .inner{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 0 25px;
		padding: 440px 0 70px;
		box-sizing: border-box;
		writing-mode: vertical-rl;
		white-space: nowrap;
		position: relative;
	}
	.home .cont12 .inner::before{
		position: absolute;
		top: 100px;
		left: 10px;
		content: "";
		background: url("img/home_img52.png")no-repeat;
		background-size: 69px;
		width: 69px;
		height: 68px;
	}
	.home .cont12 .inner h2{
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.6px;
	}
	.home .cont12 .inner .text01{
		color: #ec6b00;
		font-size: 20px;
		font-weight: bold;
		line-height: 2.1;
		letter-spacing: 1.2px;
		margin-right: 37px;
	}
	.home .cont12 .inner .text02{
		font-size: 14px;
		line-height: 2.22;
		letter-spacing: 1px;
	}
	.home .cont12 .inner figure:nth-of-type(1){
		position: absolute;
		top: 80px;
		left: 120px;
		width: 240px;
	}
	.home .cont12 .inner figure:nth-of-type(2){
		position: absolute;
		top: 265px;
		left: 30px;
		width: 170px;
	}
	.home .cont12 .inner figure:nth-of-type(3){
		position: absolute;
		top: 250px;
		left: 274px;
		width: 84px;
	}


	/* cont13 */
	.home .cont13{
		background: #fceed8;
		padding: 70px 20px 0;
	} 
	.home .cont13 .inner{
		display: flex;
		flex-wrap: wrap;
		padding: 70px 30px 50px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 10px;
		position: relative;
	}
	.home .cont13 .inner h2{
		width: 100%;
		background: url("img/home_text32_sp.png")center top no-repeat;
		background-size: 78px;
		padding: 28px 0 0;
		font-size: 22px;
		line-height: 1;
		text-align: center;
		margin-bottom: 35px;
		position: relative;
	}
	.home .cont13 .inner .cont{
		width: 100%;
		border-top: 1px solid #ccc;
		padding: 28px 0 30px 10px;
		box-sizing: border-box;
	}
	.home .cont13 .inner .cont:nth-of-type(3){
		border-top: 1px solid #ccc;
		padding: 40px 0 0 10px;
		box-sizing: border-box;
	}
	.home .cont13 .inner .cont h3{
		color: #777;
		font-size: 16px;
		line-height: 1;
	}
	.home .cont13 .inner .cont:nth-of-type(3) h3{
		margin-bottom: 10px;
	}
	.home .cont13 .inner .cont h3::before{
		content: "■";
		padding-right: 6px;
	}
	.home .cont13 .inner .cont .tel a{
		display: block;
		font-size: 28px;
		font-weight: bold;
		line-height: 1;
		margin-top: 12px;
	}
	.home .cont13 .inner .cont .tel span{
		display: block;
		font-size: 14px;
		line-height: 1;
		margin-top: 10px;
	}
	.home .cont13 .inner .cont .button a{
		display: block;
		width: 320px;
		height: 40px;
		background: #39ae41 url("img/home_icon08.png")left 100px top 9px no-repeat;
		background-size: 26px;
		border-radius: 22px;
		padding: 0 0 0 140px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		margin-top: 18px;
	}
	.home .cont13 .inner .text01{
		font-size: 14px;
		line-height: 2;
		text-indent: -1em;
		padding-left: 1em;
	}
	.home .cont13 .inner .text01::before{
		content: "※";
	}
	.home .cont13 .inner table{
		width: 320px;
		margin-top: 24px;
	}
	.home .cont13 .inner table th{
		display: block;
		width: 100%;
		padding: 20px 0 10px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.home .cont13 .inner table th span{
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translateY(-50%);
		width: 60px;
		height: 25px;
		background: #ec6b00;
		color: #fff;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.home .cont13 .inner table td{
		display: block;
		width: 100%;
		padding: 16px 0;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 2;
		text-align: left;
		vertical-align: middle;
	}
	.home .cont13 .inner table td input[type="text"],
	.home .cont13 .inner table td input[type="tel"],
	.home .cont13 .inner table td input[type="email"] {
		width: 100%;
		height: 100%;
		min-height: 50px;
		background: #ededed;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 16px;
		line-height: 1.5;
		border: none;
	}
	.home .cont13 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 180px !important;
		background: #ededed;
		border-radius: 5px;
		border: none;
		box-sizing: border-box;
		line-height: 1.5;
		padding: 20px;
	}
	.home .cont13 .inner .privacy_check{
		text-align: center;
		margin-top: 35px;
	}
	.home .cont13 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.home .cont13 .inner .privacy_check a{
		text-decoration: underline;
	}
	.home .cont13 .inner .button input{
		display: block;
		width: 320px;
		height: 50px;
		background: #fff;
		border: 2px solid #ec6b00;
		border-radius: 25px;
		color: #ec6b00;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 40px auto 0;
		transition: all .4s;
		position: relative;
	}
	.home .cont13 .inner .privacyBox{
		width: 320px;
		margin: 50px auto 0;
	}
	.home .cont13 .inner .privacyBox h4{
		height: 33px;
		background: #ec6b00;
		border-radius: 5px 5px 0 0;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
	}
	.home .cont13 .inner .privacyBox .txtBox{
		height: 150px;
		background: #fff;
		border: 2px solid #ec6b00;
		padding: 20px;
		box-sizing: border-box;
		overflow-y: auto;
		border-radius: 0 0 5px 5px;
	}
	.home .cont13 .inner .privacyBox .txtBox::-webkit-scrollbar{
		width: 3px;
	}
	.home .cont13 .inner .privacyBox .txtBox::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.home .cont13 .inner .privacyBox .txtBox::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.home .cont13 .inner .privacyBox .txtBox h5{
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}
	.home .cont13 .inner .privacyBox .txtBox h5::before{
		content: "■";
	}
	.home .cont13 .inner .privacyBox .txtBox .text03{
		font-size: 14px;
		line-height: 2;
		margin: 0 0 4px;
	}
	


/* thanks
------------------------------------------------------------------------*/

	.thanks header h1{
		top: 37px;
		left: 150px;
	}

	.thanks .cont01{
		padding: 50px 15px 70px;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		font-size: 18px;
	}
	.thanks .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
	}
	.thanks .cont01 .button {
		margin-top: 40px;
	}
	.thanks .cont01 .button a{
		width: 280px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
	}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: #fceed8;
	}
	footer .inner{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 35px 0;
		padding: 70px 20px 100px;
	}
	footer .inner .h_box .logo a{
		display: block;
		width: 247px;
		height: 78px;
		background: url("img/footer_logo.png")no-repeat;
		background-size: 247px;
		padding: 78px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto;
	}
	footer .inner .h_box .text01{
		line-height: 1;
		margin-top: 30px;
	}
	footer .inner .text_box{
		width: 355px;
		text-align: center;
	}
	footer .inner .text_box .text02::before{
		content: "運営：";
	}
	footer .inner .text_box .tel{
		display: inline-block;
	}
	footer .inner .text_box .tel::before{
		content: "TEL：";
	}
	footer .inner .text_box .mail{
		display: inline-block;
		margin-left: 1em;
	}
	footer .inner .text_box .mail::before{
		content: "MAIL：";
	}
	footer .inner .text_box .open_time::before{
		content: "営業時間：";
	}
	footer .inner .text_box .copy{
		color: #777;
		font-size: 12px;
		line-height: 1;
		margin-top: 18px;
	}

}


/* フェードアニメーション css
------------------------------------------------------------------------*/
/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 100px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 100px, 0);
	-o-transform: scale(1, 1) translate3d(0, 100px, 0);
	transform: scale(1, 1) translate3d(0, 100px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1
}



/* swiper
------------------------------------------------------------------------*/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}



/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #ec6b00;
	border: 1px solid #ec6b00;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #ec6b00;
	color: #ec6b00;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 441px) {
	div#mfp_overlay_background{
		width:440px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:440px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}