@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html{
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

body {
	width: 100% !important;
	color: #250E0D;
	line-height: 1.6;
	overflow: hidden;
	font-size: clamp(1.6rem,2vw,1.8rem);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Serif JP", serif!important;
}

.serif{
	font-family: "Noto Serif JP", serif!important;
}

.corm{
	font-family: "Cormorant", serif!important;
}

.fade{
	transition: 1.5s;
	transform: translate(0px, 30px);
	opacity: 0;
}

.active.fade,
.active .fade{
	    transform: translate(0px, 0px);
	    opacity: 1;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #AC0A36;
}
.pink{
	color: #E99E96;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #250E02;
}
.gold{
	color: #A88540!important;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#250E02;
}
.bgred{
	background: #AC0A36;
}
.bgpink{
	background: #E99E96;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #250E02;
}

a:visited {
	color: #250E02;
}

a:active {
	color: #250E02;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 25px 2.2% 25px 1.98%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
}

header.headerScroll{
	background: #ffffff80;
	padding: 12px 2.2% 12px 1.98%;
}

.hLogo{
	max-width: 276px;
	width: 30%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 68%;
	display: flex;
	max-width: 864px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 527px;
	width: 64%;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color: #333333;
	font-weight: 700;
}


.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	width: 34%;
	margin-left: auto;
	max-width: 257px;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width: 257px;
	width:100%;
	height: 69px;
	font-size: 1.8rem;
	line-height:2;
	transition: .4s;
	box-shadow: 10px 10px 30px #0000001c;
	position:relative;
}

.hd_link_btn1.bgwh:hover{
	background: #eaeaea;
	opacity:1;
}

.hd_link_btn1:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(../img/common/arrow_gold.svg)no-repeat;
	background-size:contain;
	right: 5%;
	top:0;
	bottom:0;
	margin:auto;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
	background: url(../img/top/mv.jpg)no-repeat bottom left;
	background-size: cover;
}

.cov_in:before{
	position:absolute;
	content:"";
	width:100%;
	height: 21.5%;
	background: linear-gradient(to top,#ffffff ,#ffffff00);
	bottom:0;
	left:0;
}

.cov_in{
	display: flex;
	position: relative;
	justify-content:space-between;
	padding-left: 7.6%;
	align-items: flex-end;
	max-width: 2200px;
	width:100%;
	margin:0 auto;
	height: 70vw;
	max-height: 1225px;
}

#cover .img1{
	max-width: 594px;
	position: relative;
	width: 44%;
	margin-bottom: 25.65%;
}

#cover .img1:before,
#cover .img1:after{
	position:absolute;
	content:"";
	width: 7.6%;
	height: 8.6%;
	border-radius:50%;
	background: #fff9e7;
	filter: blur(20px);
}

#cover .img1:before{
	left: -3.7%;
	bottom: 16.383%;
}

#cover .img1:after{
	left: 20%;
	bottom: 16.383%;
}

#cover .img2{
	max-width:935px;
	width: 54%;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

.inner2{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.inner3{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.mainTit{
	line-height: 1.45161;
	font-weight:500;
	font-size: clamp(2.4rem,2.4vw,3.1rem);
	margin-left:9px;
}

.mainTit .en_tit{
	display:block;
	line-height:  1.2051;
	font-weight:600;
	font-size: clamp(3rem,5vw,7.8rem);
	margin-left:-9px;
}

.mainTit2{
	line-height: 1.424242;
	font-weight:500;
	font-size: clamp(2rem,2vw,3.3rem);
	text-align: center;
}

.mainTit2 .en_tit2{
	font-size: clamp(3rem,4vw,6rem);
	text-align: center;
	font-weight: 500;
	line-height:1.2;
	display: block;
}

.mainTit3{
	line-height: 1.44444;
	font-weight:500;
	font-size: clamp(1.6rem,2vw,1.8rem);
	text-align: center;
}

.mainTit3 .en_tit3{
	font-size: clamp(3rem,4vw,6rem);
	text-align: center;
	font-weight: 500;
	line-height:1.2;
	display: block;
}

.tit_sou1{
	position:relative;
	max-width:max-content;
	width:100%;
	margin:0 auto;
}

.tit_sou1:before,
.tit_sou1:after{
	position:absolute;
	content:"";
	width: 220px;
	height:4.4px;
	border-top:0.3px solid #A88540;
	border-bottom:0.3px solid #A88540;
	top: 35%;
}

.tit_sou1:before{
	left:-240px;
}

.tit_sou1:after{
	right:-240px;
}


.subTit1{
	line-height:1.787878;
	font-weight:500;
	font-size: clamp(2.4rem,2vw,3.3rem);
}

.content01{
	position: relative;
	padding: 11.561% 0 5.781%;
}

.content01:before{
	position:absolute;
	content:"";
	width:100%;
	height: 35%;
	background: linear-gradient(to top,#ffffff ,#ffffff00);
	top:0;
	left:0;
	z-index: 1;
}

.content01 .ab_text{
	position:absolute;
	top:0;
	left:0;
	font-size: clamp(4rem,11vw,22.4rem);
	font-weight:400;
	line-height:1.2098;
	color: #F8F7F3;
	right: 0;
	margin: auto;
	text-align: center;
}

.content01 .flex{
	position:relative;
	z-index:1
}

.content01 .flex .left{
	flex-shrink:0;
	margin-right:2%;
	padding-top: 10%;
}

.content01 .flex .right{
	max-width:681px;
	width:60%;
}

.content01 .flex .right .text{
	margin-top: 7.6%;
	line-height: 2.2222;
}

.content02{
	background: url(../img/top/bg21.jpg) bottom center;
	background-size: cover;
	padding: 13% 0 8.408%;
	position: relative;
}

.content02:before{
	position:absolute;
	content:"";
	width:100%;
	height: 35%;
	background: linear-gradient(to bottom,#ffffff ,#ffffff00);
	top:0;
	left:0;
	z-index: 1;
	max-height:338px;
}

.content02:after{
	background: url(../img/top/bg22.png) bottom center;
	background-size: cover;
	width:100%;
	position:absolute;
	content:"";
	height:100%;
	max-height:773px;
	bottom:0;
	left:0;
}

.content02 .inner{
	position:relative;
	z-index:1;
}


.content02 .mainTit2{
	margin-bottom: 43px;
}

.content02 .mainTit2 .en_tit2{
	display:block;
	margin-bottom: 28px;
}

.content02 p{
	font-size: clamp(1.6rem,2.4vw,1.8rem);
	line-height:1.27777;
	font-weight:400;
	text-align:center;
	max-width: 1045px;
	width:100%;
}

.content02 .text1{
	margin-bottom:26px;
}

.content02 .text2{
	margin-bottom: 51px;
}

.content02 .img{
	max-width: 1050px;
	width:100%;
	margin:0 auto;
}

.content03{
	padding: 10.51% 0 7.883%;
	position: relative;
	background: #F6F5F1;
}

.content03:before{
	position:absolute;
	content:"";
	width:100%;
	height: 35%;
	background: linear-gradient(to top,#F6F5F1 ,#ffffff00);
	top: 36px;
	left:0;
	z-index: 1;
	max-height: 295px;
}

.content03 .ab_text{
	position:absolute;
	top: 36px;
	left:0;
	font-size: clamp(8rem,12vw,22.4rem);
	font-weight:400;
	line-height:1.2098;
	color: #F2F0E9;
	text-align:center;
	right: 0;
	margin: auto;
}

.content03 .inner2{
	position:relative;
	z-index:1;
}

.co3_div1{
	
}

.co3_div1 .text1{
	margin:61px auto 0;
	font-size: clamp(1.5rem,2vw,1.8rem);
	line-height:1.77778;
	font-weight:400;
	text-align:center;
}

.co3_div1 .title{
	text-align:center;
	font-size: clamp(2rem,2vw,2.8rem);
	line-height:1.4285;
	font-weight:500;
	padding:10.5px 0 14.5px;
	margin-top:63.5px;
	border-top:0.3px solid #A88540;
	border-bottom:0.3px solid #A88540;
}

.co3_list1{
	display:flex;
	justify-content:space-between;
}

.co3_list1 li{
	width: 24.5%;
	max-width:291px;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FFFFFF;
	border:1px solid #E8E8E8;
	margin: 35px 0 0;
	text-align:center;
	font-weight:500;
	font-size: clamp(1.6rem,1.8vw,2rem);
}

.co3_div11{
	display:flex;
	margin:36px auto 64px;
	width:100%;
	padding:10px 13px;
	height:149px;
	align-items:center;
	background:#EFEBDC;
	border:1px solid #E8E8E8;
}

.co3_div11 .left{
	height:110px;
	width:30%;
	max-width:128px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(2rem,2vw,2.5rem);
	line-height:1.32;
	font-weight:500;
	margin-right:26px;
}

.co3_div11 .right{
	font-size: clamp(1.6rem,2.4vw,1.8rem);
	line-height:1.8333;
	font-weight:400;
}

.co3_div12{
	background:#fff;
	position:relative;
	padding: 45px 3.334% 53px;
	box-shadow: 0 0 20px #00000029;
}

.co3_div12:before,
.co3_div12:after{
	position:absolute;
	content:"";
	width:100%;
	height:0.3px;
	background:#A88540;
	left:0;
}

.co3_div12:before{
	top:12px;
}

.co3_div12:after{
	bottom:12px;
}

.co3_div121{
	display:flex;
	justify-content:space-between;
	margin-bottom: 29px;
}

.co3_div121 .left{
	max-width:641px;
	width:60%;
}

.co3_div121 .right{
	max-width:488px;
	width: 44%;
	margin-right: -5.3%;
}

.co3_div121 .right img{
	box-shadow:8px 8px 17px #00000029;
}

.co3_h4{
	font-size: clamp(2rem,2vw,2.3rem);
	line-height:1.3478;
	font-weight:700;
	padding: 7.5px 14px;
	background: #EFEBDC;
	border: 1px solid #E8E8E8;
}

.co3_div121 .text{
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 25px;
	max-width: 600px;
	width: 100%;
}


.co3_div122 .text{
	font-size: 1.6rem;
	line-height: 1.4375;
	margin: 11px 0 20px;
}

.co3_div122 .img{
	max-width:893.5px;
	width:100%;
	margin:0 auto;
}

.co3_div2{
	margin: 0px auto 0;
}

.voice_list{
	display:flex;
	justify-content:space-between;
	margin:54px auto 0;
	flex-wrap: wrap;
}

.voice_list li{
	width:32%;
	background:#fff;
	box-shadow: 10px 10px 30px #0000001c;
	margin-bottom: 48px;
}

.voice_list li .text_area{
	padding: 16px 5.5%;
}

.voice_list li .text_area .flex{
	margin-bottom:22px;
	align-items:center;
}

.voice_list li .text_area .flex .title{
	font-size: clamp(2rem,2vw,2.8rem);
	line-height:1.42857;
	font-weight:500;
}

.voice_list li .text_area .flex .text1{
	font-size:1.6rem;
}

.voice_list li .text_area .text2{
	font-size:1.6rem;
}

.co3_div3{
	margin:82px auto 0;
}

.flow_list{
	display:flex;
	justify-content:space-between;
	margin:84px auto 0;
}

.flow_list li{
	background:#FFFFFF;
	position:relative;
	max-width:268px;
	width:23%;
	padding: 66px 9px 33px;
	box-shadow:10px 10px 30px #0000001c;
}

.flow_list li .num{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-17px;
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#A88540;
	color:#fff;
	border-radius:50%;
	line-height:1;
	font-size: clamp(2rem,2vw,2.8rem);
	font-weight:500;
}

.flow_list li .img{
	max-width:120px;
	width:80%;
	margin:0 auto 32px;
}

.flow_list li.arrow_list{
	width:2%;
	background:none;
	flex-shrink: 0;
	position:relative;
	box-shadow:none;
}

.flow_list li.arrow_list:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #A88540;
	border-right: 0;
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.flow_list li .text{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.5;
}

.flow_list li .text.text1{
	text-align:center;
	font-size: clamp(2.4rem,3vw,3rem);
	padding-top:21px;
}

.co3_div3 > .text2{
margin: 37px 0 56px;
display: flex;
justify-content: flex-end;
line-height: 1.333;
	
}

.co3_div3 > .text2 span{
	text-decoration:underline;
	font-weight:700;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	background: linear-gradient(to top,#A88540 ,#96732D ,#D8C093);
	color:#fff!important;
	height:69px;
	max-width:497px;
	margin:0 auto;
	border-radius:8px;
	font-weight:700;
	position:relative;
	transition:.4s;
	overflow:hidden;
}

.btn1:before {
    position: absolute;
    content: "";
    width: 100px;
    height:300%;
    background: linear-gradient(272deg,#ffffff00, #d8c093a6, #ffffff00);
    transform: rotateZ(45deg);
    left: -100%;
    animation: shine 4s infinite;
    animation-timing-function: linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  60% {
    left: 200%;
  }
	100%{
		left:200%;
	}
}

.btn1:after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/common/arrow_wh.svg) no-repeat;
    background-size: contain;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.content04{
	background:#fff;
}


.content03.content04:before{
	background:linear-gradient(to top,#ffffff ,#ffffff00);
}

.content03.content04 .ab_text{
	color: #F8F7F3;
}

.co4_list1{
	display:flex;
	flex-wrap:wrap;
	margin:34.5px 0 65px;
}

.co4_list1 li{
	width: 32.417%;
	background:#FFFFFF;
	border:1px solid #E8E8E8;
	margin-right: 1.3745%;
	margin-top:19px;
	text-align:center;
	font-weight:500;
	font-size: clamp(1.5rem,1.8vw,2rem);
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:90px;
	padding:5px 0;
	line-height:1.4;
}

.co4_list1 li:nth-child(3n+3){
	margin-right:0;
}

.content04 .co3_div3 > .text2{
justify-content: flex-start;
}

.content05{
	padding: 8.513% 0 7.988%;
	background:url(../img/top/bg5.jpg)no-repeat bottom center;
	background-size:cover;
}

.co5_div{
	margin: 10.667% auto 0;
	background:#FFFFFF;
	box-shadow:10px 10px 30px #0000001c;
	padding: 60px 4.167%;
}

.co5_div .title1{
	text-align:center;
	font-size: clamp(2rem,3vw,3.5rem);
	padding-bottom:36px;
	position:relative;
	margin-bottom:62px;
}

.co5_div .title1:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:linear-gradient(to right,#A8854000 ,#A88540 , #A8854000);
	left:0;
	bottom:0;
}

.co5_div > .flex > .left{
	max-width:519px;
	width:49%;
}

.co5_div > .flex >.right{
	max-width:519px;
	width:49%;
}

.co5_div1{
margin-top: 40px;
}

.co5_div1:first-child{
margin-top: 0px;
}

.co5_div1 .title2{
	font-size: clamp(2rem,2vw,2.5rem);
	padding-bottom:12.5px;
	margin-bottom:13.5px;
	position:relative;
	font-weight:500;
}

.co5_div1 .title2:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#A88540;
	bottom:0;
	left:0;
}

.co5_div1 .text{
	font-size:1.6rem;
	line-height:1.5;
	margin-bottom:24px;
}

.co5_list1 > li{
	margin-bottom:24px;
}

.co5_list1 li .title{
	font-size: clamp(1.6rem,1.7vw,1.8rem);
	font-weight:700;
}


.co5_list1 li > .text{
	margin-bottom:0;
}


.co5_div11{
	padding:16px 17px 12px;
	background:#F9EDDD5e;
}

.co5_div11 .flex{
	font-size: clamp(1.6rem,1.7vw,1.8rem);
	font-weight: 700;
}

.co5_div11 > .left{
	max-width:252px;
	width: 52%;
	flex-shrink: 0;
}

.co5_div11 > .right{
	max-width:224px;
	width: 47%;
}

.co5_list2 {
	margin-bottom:12px;
}

.co5_list2 li{
	display:flex;
	justify-content:flex-end;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	font-size: 1.5rem;
}

.co5_list2 li:first-child{
	padding: 4px 0 8px;
}


.co5_list2 li > .left{
	
}


.co5_list2 li > .right{
	margin-left:auto;
}

.content06{
	padding: 7.988% 0 9.039%;
}

.doc_list{
	display:flex;
	justify-content:space-between;
	margin:87px auto 0;
}

.doc_list li{
	/* max-width:269px; */
	width: 48%;
}

.doc_list li .text_area{
	margin-top:19px;
}

.doc_list li .text_area .text1{
	font-size: 1.6rem;
	font-weight:400;
	margin-bottom:3px;
}

.doc_list li .text_area .title{
	font-size: clamp(2rem,2vw,2.5rem);
	font-weight:500;
	margin-bottom:19px;
	line-height:1.44;
}

.doc_list li .text_area .text2{
	font-size: 1.6rem;
	font-weight:400;
}

.content07{
	background:#F6F5F1;
	padding: 8.671% 0 8.04%;
}

.content07 .flex .text_area{
	max-width:935px;
	width: 55%;
	padding-left: 18.918%;
}

.content07 .flex .img_area{
	max-width:783px;
	width: 43%;
}

.content07 .mainTit3{
	text-align:left;
	margin-bottom:54px;
}

.content07 .mainTit3 .en_tit3{
	text-align:left;
}

.co7_list li{
	padding-bottom:19px;
	margin-bottom:16px;
	border-bottom:1px solid #A5A5A5;
}

.co7_list li .title{
	font-weight:500;
	font-size: clamp(1.8rem,1.8vw,2rem);
	margin-bottom:10px;
	line-height:1.45;
}

.co7_list li .text{
	font-weight:400;
	font-size: 1.6rem;
	line-height:1.5;
}

.co7_list li .map{
	width:100%;
	height:165px;
	margin-top:16px;
}

.co7_list li .map iframe{
	width:100%;
	height:100%;
}

.content07 .flex .img_area .img1{
	max-width:605px;
	width: 78%;
	margin-left:auto;
}

.content07 .flex .img_area .img2{
	max-width:514px;
	width: 66%;
	margin-top: -12.4%;
}

.content07 .flex .img_area img{
	box-shadow:8px 8px 40px #00000029;
}

.content08{
	padding: 8.671% 0;
}

.content08 .inner{
	max-width:760px;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
}


.copyright {
	background: #A88540;
	color: #fff;
	text-align: center;
	padding: 19px 0;
	font-size: 1.6rem;
}



/* 全ページ共通クラス
----------------------------------------------------------- */


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	background: linear-gradient(to top,#A88540 ,#96732D ,#D8C093);
	color:#fff!important;
	height:109px;
	border: none;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	border-radius:8px;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0!important;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	opacity:0.7;
}

.send_btn:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 400%;
    background: linear-gradient(272deg,#ffffff00, #d8c093a6, #ffffff00);
    transform: rotateZ(45deg);
    left: -100%;
    animation: shine 4s infinite;
    animation-timing-function: linear;
    bottom: 0;
    top: 0;
    margin: auto;
}


.send_btn:after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/common/arrow_wh.svg) no-repeat;
    background-size: contain;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

select{
	text-align-last: center;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 244px;
	width: 100%;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select{
	height: 60px;
	padding: 5px;
	width: 100%;
	color: #250E0D!important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select,
option {
	border: 1px solid #AFAFAF;
	background: #EDEDED5e;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 100%;
	margin: 51px auto 0;
}

.contact_tb th {
	width: 31.5%;
	text-align: left;
	line-height: 1.4444;
	font-weight: 500;
}

.contact_tb th span{
	display:block;
	font-size:1.5rem;
}

.contact_tb th.ver{
	vertical-align:top;
}

.contact_tb td {
	width: 68.5%;
}

.contact_tb th, .contact_tb td {
	position: relative;
	padding: 51px 0;
}

.rad_flex{
	display:flex;
	align-items:center;
}

.rad_flex label{
	display:flex;
	align-items:center;
	margin-right: 9%;
}

.rad_flex label:last-child{
	margin-right: 0%;
}

.rad_flex label input{
	margin-right:8px;
}


.tb_inp{
	position:relative;
}

.tb_inp2{
	position:relative;
	width: 45%;
	max-width: 185px;
}

.tb_inp2.time{
	display:flex;
	align-items:center;
	width: 53%;
	max-width: 216px;
}

.tb_inp2.time span{
	margin:0 5px;
}

.tb_inp2.date{
}
/* 
.tb_inp2.date:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(../img/top/day.svg)no-repeat;
	background-size:contain;
	z-index:1;
	right:6%;
	top:12px;
	bottom:0;
	margin:auto;
	pointer-events: none;
}
 */

.tb_inp2.time:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(../img/top/time.svg)no-repeat;
	background-size:contain;
	z-index:1;
	left: 2%;
	top: 0px;
	bottom:0;
	margin:auto;
	pointer-events: none;
}

.tb_inp2 input{
	text-align:center;
	width: 100%;
}

.contact_tb th em {
	color: #D61F27;
}

.tb_flex{
	display:flex;
	align-items:center;
	margin-bottom: 32px;
}


.tb_flex .text{
	flex-shrink:0;
}

.tb_flex .flex{
	align-items:center;
	max-width:417px;
	width: 90%;
	margin-left: auto;
}

td .text1{
	font-size:1.6rem;
}

#address,
#pref,
#city{
	margin-bottom:21px;
}



.pri_div{
	width:100%;
	padding: 13px 4%;
	height: 269px;
	overflow-y:scroll;
	margin: 26px auto 0px;
	background: #FFFFFF5e;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 1px solid #B5B5B5;
}

.pri_div::-webkit-scrollbar{
	display: none;
}

.pri_div .text1{
	font-size:1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom:24px;
}

.pri_div h3{
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	font-weight: 400;
	line-height: 1.45833;
	margin-bottom: 21px;
	text-align:center;
}

.pri_div .text{
	font-size:1.6rem;
	line-height:1.5;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 46px 0 43px;
	position: relative;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}

.privacy_area label a {
    color: #0F126A;
    text-decoration: underline;
}

.privacy_area span{
	text-decoration:underline;
}

/* Firefox用のスタイル設定 */
@-moz-document url-prefix() {
   .tb_inp2.date:before {
	   display:none;
    }
}

.privacy_area input{
	width: 23px;
	height: 23px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 13px;
}

.send_btn{
	position:relative;
	max-width: 497px;
	width:100%;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
}

.send_btn .img img{
	filter: drop-shadow(0 3px 19px #00000029);
	transition:.4s;
}

.send_btn:hover .img img{
	opacity:0.7;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(./../img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}


input[type="date"] {
  width: 100%!important;
  position: relative;
  max-width: initial!important;
	-webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background-image: url(../img/top/day.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.thanks_div{
	padding:400px 0;
	text-align:center;
}

.thanks_div p{
	margin-bottom:32px;
}

.content_voice{
	padding:60px 0 120px;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.content07 .flex .text_area{
	padding-left: 8%;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}




/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}
	
.nav_list1 a {
	font-size: 1.6rem;
}
	
.content07 .flex .text_area{
	padding-left: 2.5%;
}

.contact_tb th, .contact_tb td {
    padding: 24px 0;
}


.rad_flex label{
	margin-right: 3%;
}

#cover .img1 {
    margin-bottom: 18%;
}

.hd_link_btn1{
	height:50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #250E02;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    color: #111;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}


nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

.cov_in{
	height: 165vw;
	max-height: 1225px;
	padding: 15% 0 0;
	flex-direction: column;
}

#cover .img1{
	max-width: 759px;
	position: relative;
	width: 80%;
	margin:0 auto 32px;
	z-index:1
}

#cover .img2{
	max-width:935px;
	width: 70%;
	margin-left:auto;
	margin-top: -20%;
}

.hLogo {
    max-width: 220px;
    width: 100%;
}

.content01 .flex{
	flex-direction:column;
}

.content01 .flex .left{
	padding-top: 0%;
	margin: 0 auto 24px;
	width:100%;
}

.content01 .flex .right{
	max-width: initial;
	width: 100%;
	margin: 0 auto;
}

.content01 {
    position: relative;
    padding: 60px 0 60px;
}

.content01 .ab_text{
	top:2%;
}

.content02 {
    padding: 60px 0;
}

.content03 {
    padding: 100px 0 60px;
}


.co3_list1{
	flex-wrap:wrap;
	max-width:550px;
	margin :0 auto;
	width:100%;
}

.co3_list1 li{
	width: 48%;
	height:90px;
	margin: 24px 0 0;
}

.co3_div11{
	margin:24px auto 32px;
	padding:10px 13px;
	height:initial;
	flex-direction:column;
	align-items:flex-start;
}

.co3_div11 .left{
	height:initial;
	width:100%;
	margin:0 auto 12px;
	max-width:initial;
	padding:12px 0;
}

.co3_div121{
	margin-bottom: 40px;
	flex-direction:column;
}

.co3_div121 .left{
	max-width:initial;
	width:100%;
}

.co3_div121 .right{
	max-width:488px;
	width: 100%;
	margin:16px auto 0;
}

.co3_div121 .text {
    margin-top: 11px;
    max-width: initial;
}


.voice_list{
	margin:32px auto 0;
	flex-direction:column;
}

.voice_list li{
	width:100%;
	margin:0 auto 32px;
	max-width:600px;
}

.tit_sou1:before,
.tit_sou1:after{
	width: 150px;
}

.tit_sou1:before{
	left:-170px;
}

.tit_sou1:after{
	right:-170px;
}


.co3_div3{
	margin:60px auto 0;
}

.flow_list{
	margin:50px auto 0;
	flex-direction:column;
}

.flow_list li{
	max-width:400px;
	width:100%;
	padding: 40px 5% 20px;
	margin:0 auto 24px;
}

	
.flow_list li .num{
	width:40px;
	height:40px;
}

.flow_list li .img{
	max-width:120px;
	width:80%;
	margin:0 auto 16px;
}

.flow_list li .text.text1{
	padding-top:0px;
}

.flow_list li.arrow_list{
	padding: 20px;
}

.flow_list li.arrow_list:before{
	  border-right: 10px solid transparent;
	  border-left: 10px solid transparent;
	  border-top: 10px solid #A88540;
	  border-bottom: 0;
}

.co3_div3 > .text2 {
    margin: 24px 0 40px;
    display: block;
}


.co3_div1 .text1 {
    margin: 30px auto 0;
}


.co4_list1{
	margin:24px 0 40px;
	justify-content:space-between;
}

.co4_list1 li{
	width: 48%;
	margin-right:0;
}


.co5_div > .flex{
	flex-direction:column;
}
	
.co5_div > .flex > .left{
	max-width:initial;
	width:100%;
}

.co5_div > .flex >.right{
	max-width:initial;
	width:100%;
}

.co5_div1{
margin-top: 24px;
}


.co5_div > .flex >.right .co5_div1:first-child{
	margin-top:24px;
}


.content05{
	padding: 60px 0;
}


.content06{
	padding: 60px 0;
}

.doc_list{
	margin:8px auto 0;
	flex-wrap:wrap;
	justify-content:space-between;
}

.doc_list li{
	max-width:initial;
	width:48%;
	margin-top:32px;
}


.content07{
	padding: 60px 0;
}

.content07 .flex {
	flex-direction:column;
	width:95%;
	margin:0 auto;
}

.content07 .flex .text_area{
	width: 100%;
	padding-left: 0%;
}

.content07 .flex .img_area{
	width: 60%;
	margin:32px auto 0;
}

th, td {
	width: 100% !important;
	display: block;
}


.contact_tb th{
	padding:12px 0 8px
}
	
.contact_tb td {
    padding: 0px 0 12px;
}

.tb_flex {
    margin-bottom: 24px;
    flex-direction:column;
    align-items: flex-start;
}

.tb_flex .flex{
	width:100%;
}

.clearForm, .clearForm2, .toHome {
    height: 60px;
    font-size: 2rem;
}

.content08 {
    padding: 60px 0;
}


.rad_flex{
	flex-direction:column;
	align-items:flex-start;
}

td .text1 {
    font-size: 1.4rem;
}

.co5_div .title1 {
    padding-bottom: 16px;
    margin-bottom: 40px;
}

.co5_div {
    margin: 40px auto 0;
    padding: 40px 4%;
}


header {
	padding: 12px 16px;
}

header.headerScroll{
	padding: 12px 16px;
}

.content_voice {
    padding: 60px 0 60px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}


.cov_in{
	padding: 27% 0 0;
}


.tit_sou1:before,
.tit_sou1:after{
	width: 100px;
}

.tit_sou1:before{
	left:-110px;
}

.tit_sou1:after{
	right:-110px;
}
	
.co4_list1 li{
	width: 100%;
	margin:0 auto 16px;
}


.doc_list li{
	width:100%;
	margin-top:32px;
}


.content07 .flex .img_area{
	width: 90%;
	margin:32px auto 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */