
@charset 'UTF-8';
* {
margin: 0;
padding: 0;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}
html {
font-size: 62.5%;
}
body{
	width: 100%;
	max-width: 100%;
position: relative;
overflow-x: hidden;
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 2.2rem;
color: #3c4040;
background-color: #fff;
}
	@media screen and (max-width: 1550px) {
		body {
			font-size: 2rem;
		}
		}
@media screen and (max-width: 1026px) {
	body{
	font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	body{
	font-size: 1.6rem;
	}
}

.body_wrap {
overflow: hidden;	
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul, li {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: normal;
line-height: 1.4;
}
@media (min-width:768px) {
	h1, h2, h3 {
	}
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
  /*opacity: 0.6;*/
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}


/* 共通 */
.flex {
  display: flex;
}
.en {
	font-family: "Slackside One", cursive;
}
.ja {
	font-family: "Iansui", cursive;
}
.color {
	color: #d6af8b;
}
.wd {
	max-width: 1220px;
	margin: 0 auto;
}
a:hover {
	opacity: 0.5;
}
.info4:hover ,.foot_tel2:hover ,.nav_tel:hover ,.head_tel:hover {
	opacity: 0.5;
}

/* header */
.h1_wrap {
	width: 100%;
	max-width: 100%;
	justify-content: center;
}
.h1 {
	margin: 90px auto 90px 100px;
	align-items: center;
	gap: 20px;
	width: 45%;
}
.h1_img {
	width: 119px;
	height: 114px;
}
.h1_img img {
	width: 100%;
	height: 100%;
	margin-right: 15px;
}
h1 {
	font-size: 4rem;
	width: calc(100% - 119px);
}
h1 span {
	display: block;
}
.head_info {
	width: 55%;
}
.tel_wrap {
	align-items: center;
}
.tel_btn {
	position: relative;
	background-color: #f29da0;
	color: #fff;
	padding: 20px 15px 20px 50px;
	margin-right: 20px;
	border-radius: 20px;
}
.tel_btn::before {
	position: absolute;
	content: '';
	background-image: url(../img/tel_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 29PX;
	height: 27PX;
	top: 23px;
	left: 15px;
}
.headmenu_wrap {
	justify-content: center;
	margin: 30px;
	padding: 15px;
	border: 1px solid #f6ece3;
	border-radius: 20px;
}
.head_tel {
	font-weight: 700;
	font-size: 3.3rem;
	padding-right: 20px;
	
}
.time {
	border-right: 1px solid #f6ece3;
	padding-right: 20px;
	line-height: 1.2;
}
.mail {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: auto;
	margin-bottom: auto;
	border-right: 1px solid #f6ece3;
}
.top_menu {
	position: relative;
	width: 205px;
	padding: 0 25px;
}
.adderess {
	position: relative;
	width: fit-content;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-right: 45px;
	margin-left: auto;
	border-bottom: 1px solid #f6ece3;
}
.adderess::before {
	position: absolute;
	content: '';
	background-image: url(../img/map_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 28px;
	bottom: 0;
	left: 0;
}


	@media screen and (max-width: 1875px) {
		.h1 {
		margin: 30px auto 90px 30px;
		width: 38%;
		}
		h1 {
			font-size: 3.5rem;
    width: calc(100% - 100px);
		}
		.h1_img {
    width: 100px;
    height: auto;
}
		.head_info {
			width: 62%;
		}
		.headmenu_wrap {
				margin: 20px 20px 20px auto;
				width: fit-content;
		}
		.mail {
    padding-left: 20px;
    padding-right: 20px;
		}
		.tel_btn {
				padding: 10px 17px 10px 40px;
		}
		.tel_btn::before {
				top: 13px;
				left: 10px;
		}
		.top_menu {
    width: 180px;
}
	}


	@media screen and (max-width: 1550px) {
		.h1_wrap {
			display: block;
		}
		.h1 {
        margin: 20px auto;
        width: fit-content;
    }
		.head_info {
        width: 100%;
        margin: 0 auto;
    }
    .headmenu_wrap {
        margin: 20px 20px 20px auto;
        padding: 10px;
    }
		.headmenu_wrap {
        margin: 40px auto 20px auto;
        padding: 10px;
        width: fit-content;
		}
		.head_tel {
    font-size: 3rem;
		}
    .tel_btn {
        padding: 5px 17px 5px 40px;
        border-radius: 10px;
		}
		    .tel_btn::before {
        top: 6px;
        width: 23px;
        height: 28px;
    }
.adderess {
    margin: 0 auto 90px auto;
}
	}
	
	@media screen and (max-width: 1260px) {
    .h1_img {
        width: 80px;
		}
		h1 {
			font-size: 3rem;
			line-height: 1.3;
		}
		.headmenu_wrap {
		padding: 5px;
		margin: 20px auto 10px auto;
			}
		.head_tel {
		font-size: 2.7rem;
		padding-right: 15px;
    }
		.time {
    font-size: 1.8rem;
		padding-right: 15px;
 }
    .mail {
        padding-left: 15px;
        padding-right: 15px;
    }
.top_menu {
    width: 160px;
    padding: 0 15px;
}
.tel_btn {
    margin-right: 15px;
}
	}
	@media (max-width: 1026px) {
		h1 {
        font-size: 2.5rem;
    }
		h1 span {
			font-size: 1.8rem;
		}
		h1 span:nth-child(2) {
			margin-top: -5px;
		}
		.headmenu_wrap {
		padding: 0 0 0 10px;
    }
		.tel_btn {
		font-size: 1.6rem;
		margin-right: 10px;
		padding: 5px 10px 5px 30px;
    }
		.head_tel {
		font-size: 2.5rem;
		padding-right: 10px;
    }
		.tel_btn::before {
		top: 4px;
		width: 20px;
    }
		.time {
		font-size: 1.6rem;
		padding-right: 10px;
    }
		.mail img {
			width: 80%;
		}
	}


	@media (max-width: 767px) {
		    .h1 {
        display: block;
				}
				.h1_img {
        width: 60px;
        margin: 0 auto;
    }
		.h1_img img {
			margin-right: 0;
		}
		    h1 {
        width: 100%;
        text-align: center;
        font-size: 2.5rem;
        margin-top: 10px;
    }
		    .headmenu_wrap {
        display: none;
				}
				.adderess::before {
				width: 15px;
				bottom: -3px;
}
	}




/* MV スライドショー */
.mv_wrap {
	position: relative;
}
	.slider_txt {
		z-index: 3;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 350px;
		background-color: #fff;
		width: 496px;
		height: auto;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		text-align: center;
		border-radius: 20px;
		padding: 40px;
	}
	.slider_txt_in {
    line-height: 1.2;
	}
	.slider_txt_1 {
		font-size: 5.3rem;
	}
	.slider_txt_1 span {
		font-size: 6.7rem;
	}
	.slider_txt_2 {
		font-size: 4.5rem;
	}
	.slider_txt_2 span {
		color: #f29da0;
		font-size: 8.7rem;
		font-weight: 900;
	}
	.slider_txt_3 {
		font-size: 4.6rem;
	}
	.slider_bnr {
		background-color: #f29da0;
		color: #fff;
		font-size: 3rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 900;
		padding: 20px;
		border-radius: 20px;
		gap: 40px;
		justify-content: center;
		width: fit-content;
		margin: 30px auto 0 auto;
	}
	.slider_bnr p:first-child {
		position: relative;
	}
	.slider_bnr p:first-child::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	right: -32px;
	margin: 0 1rem;
	content: "";
	width: 2px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #fff; /*--縦線の色--*/
}
	/*.mv {
	position: relative;
	background-color: #fff;
	}
	.mv_wrap {
		position: relative;
		max-width: 1788px;
    margin: auto;
    overflow: hidden;
	}*/
	.slider_img {
	position: relative;
	}
	.slider_img img {
		object-fit: contain;
		aspect-ratio: 1212 / 775;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

/*slide*/
	.slide_wrap {
  display: flex;
  align-items: center;
}
.slideshow {
  display: flex;
	gap: 40px;
}
.content {
  width: 392px;
}

.content:nth-child(1) {
	margin-left: 40px;
}
.slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*slide_end*/
	.slider_txt_in {
    line-height: 1.2;
	}
	.slider_txt_1 {
		font-size: 5.3rem;
	}
	.slider_txt_1 span {
		font-size: 6.7rem;
	}
	.slider_txt_2 {
		font-size: 4.5rem;
	}
	.slider_txt_2 span {
		color: #f29da0;
		font-size: 8.7rem;
		font-weight: 900;
	}
	.slider_txt_3 {
		font-size: 4.6rem;
	}
	.slider_bnr {
		background-color: #f29da0;
		color: #fff;
		font-size: 3rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 900;
		padding: 20px;
		border-radius: 20px;
		gap: 40px;
		justify-content: center;
		width: fit-content;
		margin: 30px auto 0 auto;
	}



/*
	@media screen and (max-width: 1260px) {
		.slider_txt {
			top: 70%;
			left: 80px;
			letter-spacing: 2px;
		}
		.slider_txt_1 {
			font-size: 2.6rem;
			padding: 10px 20px;
		}
		.slider_txt_2 {
			font-size: 1.6rem;
		}
		.slider_txt_2 sapn {
			padding: 10px 20px;
		}
		.slider_txt_3 {
			font-size: 1.6rem;
			margin-bottom: 8px;
			padding: 10px 20px;
	}
	}
	@media screen and (max-width: 990px) {
			.slider_txt {
				top: 65%;
			}
			.slider_txt_1 {
				font-size: 2.1rem;
				padding: 5px 10px;
				letter-spacing: 1px;
			}
			.slider_txt_2 sapn {
				padding: 5px 10px;
			}
			.slider_txt_3 {
				font-size: 1.4rem;
				padding: 5px 10px;
			}
	}


	@media screen and (max-width: 767px) {
		.slider_txt {
			left: 15px;
			letter-spacing: -1px;
		}
		.slider_txt_1 {
			font-size: 2.1rem;
			padding: 0 5px;
			letter-spacing: -2px;
		}
		.slider_txt_2 {
			font-size: 1.3rem;
		}
		.slider_txt_2 sapn {
			padding: 0 5px;
		}
		.slider_txt_3 {
			font-size: 1.4rem;
			padding: 0 5px;
		}



	}*/
/*--------ここまでが追記分ここから元-------------*/

	@media screen and (max-width: 1550px) {
		.slider_txt {
				top: 50%;
				padding: 20px;
        width: auto;
		}
		.slider_txt_1 {
    font-size: 4rem;
		}
		.slider_txt_1 span {
    font-size: 5rem;
		}
		.slider_txt_2 span {
				font-size: 6.5rem;
		}
		.slider_txt_3 {
    font-size: 4rem;
}
.content {
    width: 330px;
}
	}

	@media screen and (max-width: 1260px) {
		    .slider_txt_1 ,.slider_txt_2{
        font-size: 4rem;
    }
		    .slider_txt_1 span {
				font-size: 4.8rem;
    }
    .slider_txt_2 span {
        font-size: 5.9rem;
    }
		    .slider_txt_3 {
        font-size: 3.5rem;
    }
		.slider_bnr {
    font-size: 2.5rem;
    padding: 10px;
    border-radius: 10px;
    gap: 20px;
    margin: 20px auto 0 auto;
}
.slider_bnr p:first-child::after {
    right: -20px;
}
.slider_image {
    width: 70%;
    margin: 0 auto;
}
    .slider_txt {
        width: 330px;
				top: 50%;
				left: 50%;
    }
		.content {
			width: 250px;
		}

	}


	@media screen and (max-width: 1026px) {
		.slider_txt_1, .slider_txt_2 {
		font-size: 3rem;
    }
		.slider_txt_1 span {
		font-size: 4.2rem;
    }
		.slider_txt_2 span {
		font-size: 4.9rem;
    }
		.slider_txt_3 {
		font-size: 3rem;
    }
		.slider_bnr {
        font-size: 2.2rem;
        font-weight: 700;
        margin: 10px auto 0 auto;
    }
		    .slider_txt {
        width: 300px;
        top: 50%;
				}
				.slider_txt_in {
    line-height: 1.4;
				}
				.content {
        width: 220px;
    }
	}
@media screen and (max-width: 767px) {
    .slider_txt {
        width: 240px;
        top: 50%;
        padding: 15px;
        right: 15%;
				left: auto;
    }
		    .slider_txt_1 span {
        font-size: 2.8rem;
    }
		    .slider_txt_2 span {
        font-size: 3rem;
    }
		    .slider_txt_3 {
        font-size: 2.3rem;
    }
		.slider_bnr {
        font-size: 2rem;
    }
		    .slider_image {
        width: 90%;
    }
		    .content {
        width: 190px;
    }
}







/* about */
.about {
	background-color: #f6ece3;
}
.about_in {
	padding: 270px 0 180px 0;
}
.about_img {
	width: 55%;
}
.about_txtwrap {
	position: relative;
	width: 45%;
	padding-left: 90px;
}
.about_txtwrap::after {
	position: absolute;
	content: '';
	background-image: url(../img/about_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -260px;
	right: 130px;
	width: 176px;
	height: 268px;
}
.about_ttl {
	position: relative;
	font-size: 4.1rem;
	writing-mode: vertical-rl;
	padding: 35px 0 40px 0;
	width: fit-content;
	margin: 0 auto;
	line-height: 1.7;
	letter-spacing: 0.4rem;
	/*text-underline-position: right;
	text-decoration: underline;
	text-decoration-thickness: 2px;*/
}
.about_ttl::before {
	position: absolute;
	content: 'Inspired.';
	top: -150px;
	right: -140px;
	font-size: 7.1rem;
	font-weight: 500;
	font-family: "Slackside One", cursive;
	color: #fff;
	writing-mode: horizontal-tb;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.about_ttl p {
	padding-right: 3px;
	padding-left: 10px;
	border-right: 2px solid;
	height: fit-content;
}
.about_txt {
	position: relative;
	line-height: 1.8;
	z-index: 0;
}
.about_txt::after {
	position: absolute;
	content: '';
	background-image: url(../img/about_img2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 458px;
	height: 301px;
	bottom: -190px;
	right: -260px;
	z-index: -1;
}

	@media screen and (max-width: 1875px) {
.about_txt::after {
    right: -80px;
}
	}
	
	@media screen and (max-width: 1550px) {
		    
.about_in {
    padding: 300px 0 180px 0;
		width: 90%;
		margin: 0 auto;
}
.about_txtwrap {
    padding-left: 70px;
}
.about_txt::after {
        right: -30px;
    }
	}
	@media screen and (max-width: 1260px) {
.about_in {
        padding: 250px 0 180px 0;
}
.about_ttl::before {
    top: -150px;
    right: -100px;
    font-size: 6rem;
}
    .about_txtwrap {
        padding-left: 40px;
    }
		.about_ttl {
    font-size: 3.5rem;
    padding: 15px 0 40px 0;
		}
		.about_txtwrap::after {
		width: 120px;
		height: 250px;
}
.about_txt::after {
    width: 320px;
    height: 200px;
    bottom: -150px;
}
	}
	@media screen and (max-width: 1026px) {
    .about_in {
			display: block;
        padding: 200px 0 150px 0;
    }
		.about_img {
				width: 80%;
        margin: 0 auto;
}
    .about_txtwrap {
        padding-left: 0;
        width: 100%;
    }
		    .about_ttl {
        font-size: 3rem;
    }
		.about_ttl::before {
        top: -950px;
        right: -200px;
    }
}
	@media screen and (max-width: 767px) {
    .about_in {
        display: block;
        padding: 90px 0 150px 0;
    }
		    .about_ttl::before {
        top: -60%;
    }
	}
	@media screen and (max-width: 570px) {
    .about_ttl::before {
        right: -20px;
    }
}
	


/* soudan */
.soudan {
	z-index: -1;
	background-color: #f0e0d1;
}
.soudan_in {
	max-width: 1100px;
	margin: 0 auto;
	padding: 135px 60px 550px 60px;
}
.soudan_box {
	gap: 40px;
	padding-top: 45px;
}
.soudan_box:first-child {
	gap: 0;
}
.box_1 {
	display: flex;
	flex-direction: column;
}
.box_txt {
	width: 50%;
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	padding: 70px 0;
}

.box_txt2 {
	flex-grow: 1;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 50px 0;
}
.box_ttl {
	font-size: 3.6rem;
	text-align: center;
	padding-bottom: 30px;
}
.box_ttl span {
	display: block;
}
.box_list {
	padding: 0 90px;
}
.box_list li {
	position: relative;
}
.box_list li::before {
	position: absolute;
	content: url(../img/check.png);
	top: 0;
	left: -32px;
}
.box_img_1 {
	width: 50%;
	height: auto;
}

	@media screen and (min-width: 767px) {
.pc_none {
	display: none;
}
	}
	@media screen and (max-width: 1260px) {
.soudan_in {
	padding: 95px 0 550px 0;
	width: 90%;
	margin: 0 auto;

}
.box_ttl {
    font-size: 3rem;
    padding-bottom: 15px;
}
.box_ttl span {
	font-size: 2.5rem;
	margin-top: -5px;
}
.box_txt {
    padding: 50px 0;
}
.soudan_box {
    gap: 20px;
    padding-top: 25px;
}
	}
	@media screen and (max-width: 1026px) {
    .box_ttl {
        font-size: 2.7rem;
    }
		.box_list {
    padding: 0 70px;
}
}
	@media screen and (max-width: 767px) {
.soudan_box:first-child {
    display: block;
		margin-bottom: 20px;
}
.box_txt {
			width: 100%;
			max-width: 531px;
			margin: 0 auto;
		padding: 20px 0;
    border-radius: 20px 20px 0 0;
}
.box_img_1 {
    width: 100%;
}
.sp_none {
	display: none;
}
.pc_none {
	display: block;
    border-radius: 0 0 20px 20px;
}
.pc_none img {
	border-radius: 0 0 20px 20px;
}
.soudan_box {
		display: block;
		padding-top: 0;
	}
	.box_1 {
    margin-bottom: 20px;
}
	.box_ttl {
			font-size: 2.5rem;
	}
	.box_ttl span {
        font-size: 2rem;
    }
		.box_txt2 {
		width: 100%;
		max-width: 531px;
		margin: 0 auto;
    padding: 20px 0;
}
}
/* area */
.area_wrap {
	position: relative;
} 
.area {
	position: relative;
	position: absolute;
	background-color: #fff;
	max-width: 1215px;
	margin: 0 auto;
	padding: 140px 510px 100px 140px;
	border-radius: 20px;
	top: -370px;
	right: 0;
	left: 0;
}
.area::before {
	position: absolute;
	content: '';
	background-image:  url(../img/area_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 268px;
	height: 142px;
	top: -80px;
	left: 70px;
}
.area::after {
	position: absolute;
	content: '';
	background-image: url(../img/area.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 652px;
	height: 724px;
	right: -130px;
	top: -70px;
}
.area h2 {
	color: #1a9696;
	font-size: 3.6rem;
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #1a9696;
}
.area h2 span {
	font-size: 3rem;
	padding-left: 15px;
}
.area tr {
	vertical-align: top;
}
.area th {
	font-weight: 700;
}
.area td {
	padding-left: 30px;
	padding-bottom: 50px;
	line-height: 1.8;
}

	@media screen and (max-width: 1875px) {
.area::after {
    position: absolute;
    content: '';
    background-image: url(../img/area.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 95%;
    height: 95%;
    right: -600px;
    top: 0;
}
	}
	@media screen and (max-width: 1550px) {
.area {
    width: 90%;
}
	}
	@media screen and (max-width: 1260px) {
.area {
    padding: 100px 300px 100px 70px;
}
.area h2 {
    font-size: 3rem;
    margin-bottom: 25px;
}
.area td {
    padding-bottom: 30px;
}
    .area::after {
        width: 90%;
        height: 90%;
        right: -450px;
    }

	}
	@media screen and (max-width: 1026px) {
    .area {
			padding: 80px 200px 80px 30px;
    }
		.area::after {
		width: 85%;
		height: 85%;
		right: -320px;
		top: -15%;
    }
}
@media screen and (max-width: 767px) {
    .area {
        padding: 40px 20px;
				top: -470px;
    }
		.area::before {
    width: 200px;
    top: -70px;
}
.area h2 span {
    font-size: 2.5rem;
    display: block;
    padding-left: 0;
		margin-top: -10px;
}
.area h2 {
        font-size: 2.8rem;
        text-align: center;
    }
.area th {
	display: block;
}
.area td {
        display: block;
        padding-bottom: 20px;
				padding-left: 0;
    }
		    .area::after {
        width: 60%;
        height: 60%;
        right: 0;
        top: 85%;
    }
}


/* taisou */
.taisou_top {
	position: relative;
	background-color: #f0e0d1;
	border-radius: 10px;
	padding: 12px 25px;
	font-size: 3.0rem;
	width: fit-content;
	margin: 290px auto 30px auto;
}
.taisou_top::before {
	position: absolute;
	content: '';
	background-image: url(../img/taisou_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 81px;
	height: 119px;
	top: -20%;
	left: -100px;
}
.taisou_top::after {
	position: absolute;
	content: '';
	background-image: url(../img/taisou_img2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 82px;
	height: 92px;
	bottom: 30px;
	right: -105px;
}
.taisou_ttl {
	font-size: 4.8rem;
	text-align: center;
}
.taisou_box {
	padding: 80px 0;
}
.taisou_txt {
	max-width: 910px;
	margin: 0 auto;
	line-height: 1.8;
}
.taisou_txt1 {
	font-size: 3.8rem;
	text-align: center;
	margin-bottom: 45px;
}
	@media screen and (max-width: 1550px) {
		.taisou_top {
    padding: 8px 15px;
    font-size: 2.8rem;
    margin: 290px auto 20px auto;
}
.taisou_ttl {
    font-size: 4.3rem;
}
.taisou_box {
    width: 90%;
    margin: 0 auto;
    gap: 20px;
		padding: 60px 0;
}
.taisou_box img {
	width: 33.333%;
}
.taisou_txt1 {
    font-size: 3.4rem;
}
	}
	@media screen and (max-width: 1260px) {
    .taisou_top {
        padding: 5px 10px;
        font-size: 2.3rem;
        margin: 200px auto 20px auto;
    }
		    .taisou_ttl {
        font-size: 3.5rem;
    }
		.taisou_top::before {
    width: 61px;
    height: 119px;
    top: -40%;
    left: -80px;
}
.taisou_top::after {
    width: 60px;
    height: 80px;
    bottom: 10px;
    right: -85px;
}
.taisou_box img {
		width: 30%;
    }
.taisou_txt1 {
		font-size: 2.8rem;
		line-height: 1.5;
		margin-bottom: 30px;
    }
		.taisou_txt2 {
			font-size: 1.9rem;
		}
}
@media screen and (max-width: 1026px) {
    .taisou_top {
			font-size: 2rem;
			margin: 150px auto 20px auto;
    }
		.taisou_ttl {
		font-size: 3.2rem;
    }
		.taisou_top::before {
		width: 55px;
		top: -80%;
    }
		.taisou_top::after {
		width: 50px;
		height: 80px;
		bottom: 0;
		right: -75px;
    }
		.taisou_box {
		padding: 40px 0;
    }
		.taisou_txt1 {
		font-size: 2.2rem;
		}
		.taisou_txt2 {
		width: 90%;
		font-size: 1.9rem;
		margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .taisou_ttl {
        font-size: 2.7rem;
    }
		    .taisou_top {
        font-size: 1.6rem;
        margin: 150px auto 10px auto;
    }
		    .taisou_box {
        padding: 20px 0;
				gap: 10px;
    }
		.taisou_box img {
			width: calc(33.333% - 10px);	
        margin-bottom: 10px;
    }
		    .taisou_txt2 {
        font-size: 1.6rem;
    }
}

/* company */
.company_in {
	max-width: 950px;
	margin: 150px auto 180px auto;
}
.company_img {
	width: 40%;
}
.company_info{
	width: 60%;
	padding: 25px 0 25px 80px;
	text-align: center;
}
.company_info img {
	width: fit-content;
	margin: 0 auto;
}
.info1 ,.info5 {
	font-size: 2.4rem;
	padding-bottom: 15px;
}
.info2 {
	font-size: 3.3rem;
}
.info3 {
	font-size: 3rem;
}
.info4 {
	position: relative;
	width: fit-content;
	padding-left: 50px;
	margin: 0 auto;
	font-size: 4.4rem;
	padding-top: 40px;
}
.info4::before {
	position: absolute;
	content: '';
	background-image: url(../img/company_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 39px;
	height: 36px;
	bottom: 10px;
	left: 0;
}
.info5 {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding-left: 35px;
	padding-top: 10px;
}
.info5 span {
	font-weight: 700;
}
.info5::before {
	position: absolute;
	content: url(../img/company_time.png);
	bottom: 10px;
	left: 0;
}
.info6 {
	position: relative;
	border-bottom: 1px solid #f6ece3;
	width: fit-content;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;

}
.info6::before {
	position: absolute; content: url(../img/company_map.png);
	bottom: 2px;
	left: 0;
}

	@media screen and (max-width: 1260px) {
.company_in {
    width: 90%;
		margin: 150px auto 150px auto;
}
.company_info {
    padding: 25px 0 25px 40px;
}
.info1, .info5 {
    font-size: 2rem;
    padding-bottom: 5px;
}
.info2 {
    font-size: 3rem;
}
.info3 {
    font-size: 2.4rem;
    margin-top: -5px;
}
.info4 {
    font-size: 3rem;
    padding-top: 30px;
}
.info4::before {
    width: 30px;
		bottom: 0;
}
.info5::before {
    bottom: 0;
}
	}
	@media screen and (max-width: 1026px) {
	.company_in {
	display: block;
	margin: 90px auto 90px auto;
	width: 90%;
	}
	.company_img {
    width: 100%;
}
    .company_info {
        width: 100%;
        padding: 40px 0;
    }
		.company_info img {
    width: 60px;
    margin: 0 auto 15px auto;
}
		.info2 {
		font-size: 2.8rem;
}
		.info4 {
		font-size: 2.6rem;
    }
		.info4::before {
		width: 25px;
		bottom: -8px;
    }
		.info6 {
    font-size: 1.6rem;
		}
	}
@media screen and (max-width: 767px) {
    .info2 {
        font-size: 2.5rem;
    }
		    .info3 {
        font-size: 1.8rem;
        margin-top: -5px;
    }
		    .info1, .info5 {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
		    .info4 {
        padding: 15px 0 0 30px;
        font-size: 2.4rem;
    }
		    .info6 {
        padding-top: 10px;
    }
}

/* contact */
.contact {
	position: relative;
	background-color: #f6ece3;
	padding: 120px 0 85px 0;
}
.contact::before {
	position: absolute;
	content: url(../img/contact_img.png);
	top: -50px;
	left: 50%;
  transform: translateY(0) translateX(-50%); 
}
.form_content {
	max-width: 690px;
	margin: 0 auto;
}
.contact_ttl {
	font-size: 4.4rem;
	text-align: center;
}
.contact_ttl2 {
	font-size: 3.6rem;
	text-align: center;
}
.contact nav {
	justify-content: center;
	    margin-top: 175px;
}
.contact li {
	position: relative;
	margin-right: 50px;
}
.contact li::after {
	position: absolute;
	content: '/';
	color: #d6af8b;
	top: 0;
	right: -30px;
}

.contact li:last-child::after{
  content: none;
}

.contact li:last-child {
	margin-right: 0;
}
	@media screen and (max-width: 1550px) {
.contact_ttl {
    font-size: 4.1rem;
}
	}
@media screen and (max-width: 1260px) {
    .contact_ttl {
        font-size: 3.5rem;
    }
		.contact_ttl2 {
    font-size: 3rem;
		}
		.contact nav {
				margin-top: 125px;
		}
}
@media screen and (max-width: 1026px) {
    .contact_ttl {
        font-size: 3rem;
    }
		.contact_ttl2 {
				font-size: 2.8rem;
    }
}
@media screen and (max-width: 767px) {
    .contact_ttl {
        font-size: 2.7rem;
    }
		    .contact_ttl2 {
        font-size: 1.8rem;
        margin-top: -5px;
    }
}


/* footer */
footer {
	text-align: center;
	padding: 90px 0 120px 0;
}
.foot_info {
	align-items: center;
	width: fit-content;
	margin: 0 auto 90px auto;
}
.foot_tel {
	position: relative;
	background-color: #d6af8b;
	color: #fff;
	padding: 5px 15px 5px 45px;
	border-radius: 10px;
	margin-right: 15px;
}
.foot_tel::before {
	position: absolute;
	content: '';
	background-image:  url(../img/foot_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 29px;
	height: 27px;
	left: 12px;
	top: 8px;
}
.foot_tel2 {
	font-size: 3rem;
	font-weight: 700;
}
.foot_time {
	margin: 0 30px 0 15px;
	font-size: 2.4rem;
}
.foot_time span {
	font-weight: 900;
}
.foot_map {
	position: relative;
	padding-left: 21px;
	border-bottom: 1px solid #f6ece3;
}
.foot_map::before{
	position: absolute;
	content: url(../img/foot_map.png);
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1260px) {
	.foot_tel {
    font-size: 1.8rem;
    padding: 5px 10px 5px 35px;
}
.foot_tel2 {
    font-size: 2.5rem;
}
.foot_tel::before {
    width: 20px;
    top: 10px;
}
.foot_time {
    margin: 0 15px 0 15px;
    font-size: 2rem;
}
.foot_map {
    font-size: 1.8rem;
}
footer {
    padding: 70px 0 90px 0;
}
}

@media screen and (max-width: 1026px) {
    footer {
        padding: 50px 0 70px 0;
    }
    .contact nav {
        margin-top: 100px;
    }
		.contact li {
    margin-right: 30px;
}
.contact li::after {
    right: -20px;
}
.foot_info {
    display: block;
    margin: 0 auto 70px auto;
}
    .foot_tel {
        width: fit-content;
        margin: 0 auto;
				padding: 3px 10px 3px 35px;
    }
		.foot_tel::before {
        top: 8px;
    }
    .foot_tel2 {
        margin-bottom: 15px;
    }
		.foot_time {
		margin: 0 auto 10px auto;
		font-size: 1.8rem;
    }
}





/*ハンバーガーメニュー*/
	.head_in2_1 {
		display: none;
	}
	.toggle {
		z-index: 99999;
		cursor: pointer;
		position: relative;
		display: block;
		width: 33px;
		height: 70px;
		top: 6px;
		left: 0;
		border-radius: 5px;
	}
	.toggle::after {
		position: absolute;
		content: "メニュー";
		bottom: 0;
    top: 23%;
    right: -115px;
		margin: auto;
		font-weight: bold;
		font-size: 2.4rem;
		text-align: center;
		line-height: 1;
	}
	.toggle span {
		display: block;
		position: absolute;
		width: 33px;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		border-style: solid;
		border-color: #3c4040;
		border-width: 0 0 4px 0;
		border-radius: 50px;
		transition: .35s ease-in-out;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
	}
	.toggle span:nth-child(2) {
		top: 27px;
	}
	.toggle span:nth-child(3) {
		top: 40px;
	}
	.toggle:hover span {
		border-color: #ccc;
	}
	.toggle:hover::before {
		color: #ccc;
	}
	html.active .toggle {
		z-index: 99999;
		position: fixed;
		top: 20px;
		right: 20px;
		left: inherit;
	}
	html.active .toggle::after {
	display: none;
	}
	html.active .toggle span:nth-child(1) {
		top: 28px;
		transform: rotate(-45deg);
	}
	html.active .toggle span:nth-child(2), html.active .toggle span:nth-child(3) {
		top: 28px;
		transform: rotate(45deg);
	}

	html.active {
		overflow: hidden;
		}
		html.active .body_wrap {
		position: relative;
		}
		html.active .spmenu {
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9999;
		display: block;
		position: fixed;
		width: 500px;
		height: 100vh;
		top: 0;
		right: 0;
		padding: 80px 0;
		line-height: 1;
		background-color: #fff;
		z-index: 999;
		animation-name: spmenu;
		animation-duration: 0.5s;
		box-shadow: 0 0 15px rgba(0,0,0,.3);
		}
		@keyframes spmenu {
			0% {
			opacity: 0;
			}
		}
		html.active .spmenu .spmenu_in {
			width: fit-content;
			margin: 0 auto;
		}
		html.active .spmenu .nav_logo {
			font-size: 3rem;
			
			margin: 20px auto 30px auto;
		}
		html.active .spmenu .nav_logo span {
			display: block;
		}
	html.active .spmenu li {
	background-color: #f0e0d1;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}

	html.active .spmenu li:hover {
	background-color: #fff;
	border: 1px solid #f0e0d1;
}
html.active .spmenu li a {
display: block;
padding: 20px;
/*border-bottom: 1px solid #ccc;*/
}

html.active .spmenu li a:hover {
	opacity: 1;
}
		html.active .spmenu .nav_tel {
		font-weight: 700;
    font-size: 2.9rem;
    padding-right: 20px;
	margin-top: 40px;
	margin-left: 5px;
		}
		html.active .spmenu .nav_tel a {
		position: relative;
    padding-left: 40px;
		}
		html.active .spmenu .nav_tel a::before {
		position: absolute;
		content: url(../img/tel_icon.png);
		top: 8px;
		left: 0;
		}



@media print, (max-width:1550px) {
.toggle::after {
    right: -95px;
    font-size: 2.2rem;
}
}

@media print, (max-width:1260px) {
.toggle::after {
        font-size: 2rem;
        top: 25%;
    }
	}

@media print, (max-width:1026px) {
	    .toggle::after {
        font-size: 1.8rem;
				right: -85px;
			}
			.toggle span {
    width: 28px;
    border-width: 0 0 3px 0;
}
		}
@media (max-width: 767px) {
	.headmenu_wrap {
	display: block;
	border: none;
	}
	.tel_wrap,
	.mail {
	display: none;
	}
	.toggle {
	display: block;
	position: fixed;
	top: 10px;
	left: inherit;
	right: 10px;
	width: 60px;
	background-color: #f29da0;
	}
	.toggle::before { 
		position: absolute;
		content: 'menu';
		bottom: 0;
		left: 15%;
		color: #fff;
	}
	.toggle::after {
	display: none;
	}
	.toggle span {
		border-color: #fff;
	}
			html.active .spmenu {
		width: 300px;
			}
			html.active .spmenu .spmenu_in {
			width: 90%;
		}
		html.active .spmenu .nav_logo {
    font-size: 2rem;
}
html.active .spmenu li {
    margin: 0 auto 10px auto;
}
html.active .spmenu li a {
    padding: 15px 20px;
}
html.active .spmenu .nav_tel {
    margin-top: 30px;
}
}

/*  FORM  */
.form_ttl {
  margin-bottom: 30px;
}
form {
  width: 685px;
  margin: 0 auto;
}

input, select, textarea {
  display: block;
  font-family: inherit;
  font-size: inherit;
}
input[type="text"], input[type="password"], input[type="date"], input[type="email"], textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 20px 40px;
  background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  margin-left: 2px;
  margin-right: 0.5em;
}
input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  cursor: hand;
  width: 100%;
  height: 100%;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}


textarea {
  width: 100%;
  height: 280px;
	    border-radius: 20px;
    margin-top: 30px;
}
.privacy_box {
  overflow-x: hidden;
  overflow-y: auto;
  height: 330px;
  margin-top: 3em;
  padding: 30px;
  background-color: #fff;
	border-radius: 20px;
  }
  .privacy_box h3 {
	font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  }
  .privacy_box::-webkit-scrollbar {
  width: 8px;
  background: #eee;
  }
  .privacy_box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
  }
  .privacy_ttl {
  margin-top: 2em;
  margin-bottom: 5px;
  font-weight: 500;
  }
  .privacy_check {
  margin: 1em 0;
  text-align: center;
  }
.contact_naiyou_in1 {
margin-bottom: 1em;
}
.contact_submit {
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
height: 65px;
border-radius: 50px;
margin: 40px auto 0;
padding-left: 30px;
width: 330px;
font-size: 1.8rem;
background-color: #f29da0;
position: relative;
}
.contact_submit::before {
	position: absolute;
	content: url(../img/contact_mail.png);
	top: 33%;
    left: 100px;
}
.contact_submit:hover {
  opacity: 0.6;
}

@media print, (min-width:768px) {
	.privacy_check {
	font-size: 1.8rem;
	}
	
}

@media print, (max-width:1024px) {
  form {
    width: 100%;
    max-width: 700px;
  }
	
input[type="text"], input[type="password"], input[type="date"], input[type="email"], textarea {
    padding: 15px 20px;
    margin-top: 20px;
}
.contact_submit {
    height: 55px;
    margin: 20px auto 0;
    padding-left: 30px;
    width: 300px;
}
.contact_submit::before {
    left: 80px;
}
}

@media print, (max-width:768px) {
  .form_ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form_txt {
    text-align: left;
}
  form {
    width: 90%;
  }
	.contact_form dl {
    margin-bottom: 10px;
	}
	.contact_form dt {
	padding: 10px;
	}
	.contact_form dd {
	padding: 10px;
  border-left: none;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.privacy_box h3 {
	font-size: 1.5rem;
	}
	.privacy_check {
	margin-top: 2em;
	}
	.contact_submit {
	margin-top: 2em;
  width: 250px;
  height: 45px;
  font-size: inherit;
	}
	    .contact nav {
        display: none;
			}
			
textarea {
  height: 200px;
}
.privacy_box {
    height: 250px;
}
    .contact_submit::before {
        left: 60px;
        top: 25%;
    }

}





















/*  THANKS PAGE  */


.low {
  padding: 80px 30px;
  font-size: 1.6rem;
	background-color: #f6ece3;
}
.low_wrap {
  max-width: 1260px;
  margin: auto;
}
.low_h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 1em;
  padding-bottom: 30px;
  font-size: 4.4rem;
}
.thanks_msg {
  position: relative;
  padding: 160px 0 50px 0;
  text-align: center;
  }
  .thanks_msg::before {
  position: absolute;
  content: "";
  width: calc(132px);
  height: calc(140px);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(..//img/thanks_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  }
.back_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 1em auto 0;
  height: 65px;
  border-radius: 50vh;
  width: 240px;
  font-size: 1.8rem;
  background-color: #f29da0;
  color: #fff;
}
.back_btn:hover {
  opacity: 0.6;
}

  @media print, (min-width:768px) {

    .thanks_msg {
      font-size: 2.2rem;
      line-height: 2;
      }

  }

@media screen and (max-width: 1026px) {
    .low_h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1260px) {
    .low_h2 {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 1550px) {
    .low_h2 {
        font-size: 4.1rem;
    }
}
@media print, (max-width:767px) {
	.thanks_msg {
	padding-top: 120px;
	}
	.thanks_msg::before {
	width: calc(100px * .7);
	height: calc(139px * .7);
	}
}

