/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/
@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
:root {
	--main: #CF755A;
	--orange: #FEA626;
	--red: #CC5133;
	--bg-gradation: linear-gradient(180deg,
	rgba(30, 187, 54, 1) 0%,
	rgba(1, 184, 57, 1) 35%,
	rgba(0, 153, 51, 1) 65%,
	rgba(0, 127, 55, 1) 100%);
	--bg-gradation2Slice: linear-gradient(5deg,
	rgba(38, 171, 235, 1) 0%,
	rgba(38, 171, 235, 1) 49.9%,
	rgba(238, 132, 178, 1) 50.1%,
	rgba(238, 132, 178, 1) 100%);
	--pad140: clamp(60px, 10%, 140px);
	--pad120: clamp(60px, 12%, 120px);
	--pad100: clamp(30px, 10%, 100px);
	--pad80: clamp(30px, 10%, 80px);
	--pad60: clamp(25px, 5%, 60px);
	--pad50: clamp(20px, 5%, 50px);
	--pad35: clamp(12px, 3%, 35px);
	--font40: clamp(20px, 5vw, 40px);
	--font35: clamp(23px, 3.2vw, 35px);
	--font32: clamp(20px, 2.4vw, 32px);
	--font28: clamp(18px, 2.5vw, 28px);
	--font26: clamp(18px, 2.3vw, 26px);
	--font25: clamp(17px, 2.3vw, 25px);
	--font23: clamp(16px, 2.3vw, 23px);
	--font20: clamp(16px, 2.2vw, 20px);
	--font18: clamp(15px, 1.6vw, 18px);
	--font16: clamp(15px, 1.6vw, 16px);
	--font15: clamp(14px, 1.5vw, 15px);
}
body {
	width: 100% !important;
	overflow: hidden;
	font-size: var(--font15);
	color: #705E54;
	line-height: 2;
	letter-spacing: 0.08em;
	font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 500;
}

.noto{
font-family: "Noto Sans JP", sans-serif;
}

.mon{
	font-family: "Montserrat", sans-serif;
}

/* 游ゴシックーIEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

body.open{
	height: 100vh;
}

p {
	line-height: 2.2;
}


/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #705E54;
}

a:visited {
	color: #705E54;
}

a:active {
	color: #333;
}

a:hover {
	color: var(--main);
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a.btn {
	display: flex;
	/* font-family: 'Montserrat', sans-serif; */
	font-size: var(--font20);
	text-decoration: none;
	align-items: center;
	justify-content: left;
	margin-top: clamp(25px, 13%, 65px);
}
	a.btn img {
		width: auto;
		margin-left: 25px;
	}

.orange{
	color:#CF755A;
}

.bgora2{
	background:#EA8B6F;
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
	width: calc(100% - 255px);
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}

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

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 4.1667%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	z-index: 1000;
}

header .hLogo a {
	text-decoration: none;
	color: white;
}

.headerUl {
	margin: 0 0 0 0;
	display: none;
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,0.3);
}

.hLogo {
	max-width: 252px;
	width: 18%;
}

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

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

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

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}

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

nav > ul{
}

nav > ul > li {
	font-size: 1.6rem;
}

nav > ul > li a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	transition: .2s;
	color: #fff!important;
}

nav > ul > li a.insta img {
	transition: .2s;
}

nav li a:link {
	color: #705E54;
}
nav li a:visited {
	color: #705E54;
}
nav li a:hover {
	color: #705E54;
}

nav.pc{
	display:flex;
	margin-left: auto;
	max-width: 754px;
	justify-content: flex-end;
	align-items: center;
	width: 80%;
}

nav > ul {
  list-style: none;
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 506px;
  width: 71%;
}

nav ul > li {
  position: relative;
  cursor: pointer;
  color: #fff !important;
}

/* 初期は非表示 */
.submenu {
  list-style: none;
  position: absolute;
  top: 103%;
  left: -100%;
  background: #FCF8F4;
  display: none;
  padding: 12px 25px;
  width: 242px;
  right: -100%;
  border-radius: 10px;
}

/* ホバー時に表示 */
nav li:hover .submenu {
  display: block;
}

/* サブメニューのリンク装飾 */
nav .submenu li a {
	display: block;
	padding: 8px 0px;
	color: #716058!important;
	text-decoration: none;
	text-align:center;
	border-bottom:1px solid #F0E9E6;
}

nav .submenu li a:hover {
	opacity:0.7;
}

nav .hd_nav{
	margin-left:auto;
	max-width:203px;
	width: 27%;
}

a.hd_btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#ea8b6e;
	color: #fff!important;
	text-decoration:none;
	height:55px;
	border-radius:30px;
	font-size:1.8rem;
	font-weight:500;
	width: 100%;
	max-width: 280px;
}

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

#modal {
	display: none;
}

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

#cover {
	/* max-width: 1920px; */
	width: 100%;
	margin: 0 auto 0;
	background: #ccc;
	position: relative;
}
#cover p.FV_scroll {
	font-size: 17px;
	color: white;
	position: absolute;
	transform: rotate(90deg);
	right: 5%;
	bottom: 115px;
	font-weight: 400;
}
#cover p.FV_scroll::before {
	content: "";
	background: white;
	height: 1px;
	width: 120px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
}

#cover::after {
	content: '';
	bottom: 0;
	left: -1%;
	position: absolute;
	z-index: 0;
	width: 7.8745%;
	background: url(./img/top/fv_img.png)no-repeat bottom left;
	height: 100%;
	background-size: contain;
	width: 150px;
}

#cover .sp {
	display: none !important;
}

#cover li {
	height: 100vh;
	display: flex;
	align-items: center;
	min-height: 500px;
}

#cover img {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

#cover h1 {
	color: white;
	font-size: clamp(26px, 5vw, 65px);
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-left: 15.8%;
	line-height: 1.5;
}
#cover h1 span:not(.textB) {
	font-size: clamp(14px, 2vw, 23px);
	letter-spacing: 0.1em;
	display: block;
	margin-top: clamp(10px, 3%, 20px);
	line-height: 1.47;
}

/*.cover01 {
	background: url(./img/fv01.png) no-repeat;
	background-size: cover;
	background-position: center center;
}*/

.cover02 {
	background: url(./img/top/fv02.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.cover03 {
	background: url(./img/top/fv03.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.cover04 {
	background: url(./img/top/fv04.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#cover .FV_LINE {
	width: 276px;
	height: 170px;
	position: absolute;
	bottom: 178px;
	right: 5%;
	background: url(./img/FV_fukidashi.png) no-repeat;
	background-size: cover;
	background-position: center center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
#cover .FV_LINE .boxGroupe {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
#cover .FV_LINE .boxGroupe dl {
	margin-left: 10px;
	font-size: var(--font18);
	line-height: 1.6;
}
#cover .FV_LINE .boxGroupe dd {
	font-size: 12px;
	margin-top: 5px;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


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

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

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

.mainTit{
	font-size: var(--font32);
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.08em;
	position: relative;
}

.mainTit span{
	display: block;
	font-size: var(--font18);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: var(--pad35);
}

.mainTit span.mid{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin:0;
	font-size: var(--font20);
	letter-spacing: 0.08em;
}

.content01 .mainTit span {
	font-size: var(--font23);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin: 0 0 0 5px;
}
.mainTit::after {
	content: url(./img/tit_under.svg);
	bottom: -35px;
	position: absolute;
	left: calc(50%);
	transform: translateX(-50%);
	display: block;
}

h3 {
	font-size: var(--font32);
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align:center;
}
h3 span:not(.text) {
	font-family: 'Montserrat', sans-serif;
	font-size: var(--font18);
	margin-bottom: 20px;
	display: block;
}
h3::after {
	content: url(./img/tit_under.svg);
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
}
.content01 .boxGroupe .right {
	position: relative;
}

.content01{
	background: url(./img/common/bg_body.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 210px 8% 0;
	background-attachment: fixed;
}
.content01 .inner {
	background: #FCF8F4;
	max-width: 1338px;
	width: 100%;
	padding: 20px 4.3% 0;
}
.content01 h3:not(.titH3) {
	margin-bottom: calc(var(--pad60) + 10px);
}
.content01 a {
	/* position: relative; */
	/* z-index: 5; */
	/* padding-bottom: 60px; */
}
.content01 p{
    /* margin: var(--pad35) auto 0; */
    /* padding-top: 5px; */
    /* width: 100%; */
    /* text-align: center; */
    /* font-family: 'Zen Kaku Gothic New', sans-serif; */
}



.content01 .lead {
	font-size: var(--font25);
	letter-spacing: 0.15em;
	line-height: 2;
	max-width: 480px;
	margin-top: 45px;
}
.content01 .boxGroupe {
	margin-top:  var(--pad80);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content01 .boxGroupe p {
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
}


.content01 .boxGroupe dd > p{
	margin-top:28px;
	line-height: 2;
}

.content01 .boxGroupe .right {
	position: relative;
	width: 46%;
	max-width: 528px;
}
.content01 .boxGroupe img.mainV {
	width: 51%;
	max-width: 600px;
}

.content01 h3.titH3 {
	text-align: center;
	margin-top: var(--pad100);
}
	.content01 h3.titH3::after {
		left: 50%;
		transform: translateX(-50%);
	}
.content01 .LRcontent .boxGroupe {
	justify-content: space-between;
}
.content01 .LRcontent .boxGroupe dl {
	text-align: left;
	width: 46%;
	max-width: 528px;
}
.content01 .LRcontent .boxGroupe > img {
	width: 51%;
	max-width: 600px;
}
.content01 .LRcontent .boxGroupe dt {
	font-size: var(--font32);
	position: relative;
	line-height: 1.6;
	margin-bottom: 11%;
}
.content01 .LRcontent .boxGroupe dt span.un_subTit {
	font-family: 'Montserrat', sans-serif;
	font-size: var(--font18);
	color: var(--main);
	display: block;
	margin-bottom: var(--pad50);
}
.content01 .LRcontent .boxGroupe dt::after {
	content: url(./img/tit_under.svg);
	position: absolute;
	bottom: -35px;
	left: 0;
}
.content01 .LRcontent .boxGroupe dd {
	margin-top: var(--pad60);
}
	.content01 .LRcontent .boxGroupe:nth-child(2) dl {
		/* margin-left: 5%; */
	}
	.content01 .LRcontent .boxGroupe:nth-child(2) dd {
		margin-right: 0;
	}
.content01 .boxGroupe ol h4 {
	margin: 20px 0 0;
	color: var(--main);
	padding-top: 5px;
}
.content01 .boxGroupe ol p {
	margin-top: 0;
}
.content01 .boxGroupe ol p span {
	display: block;
	color: var(--red);
	font-size: 13px;
	font-weight: 700;
}
.content01 .LRps {
	background: white;
	padding: 10px 15px;
	border: 1px dotted var(--main);
	margin-top: 0;
}
.content01 .LRtit {
	font-family: 'Zen Kaku Gothic New', sans-serif;
    position: relative;
    padding-left: 30px;
    color: var(--red);
	font-weight: 900;
}
	.content01 p.LRtit::before {
		content: url(./img/i_plus.svg);
		top: 9px;
		position: absolute;
		left: 0;
	}
.content01 span.LRtit {
	display: block;
	position: relative;
}
	span.LRtit::before {
		content: url(./img/i_plus.svg);
		top: 5px;
		position: absolute;
		left: 0;
	}
.content01 .LRps a {
	/* margin-left: 1em; */
	display: inline-block;
	color: var(--main);
	padding-bottom: 0;
	text-decoration: none;
}
.content01 .LRps a:hover {
	color: var(--red);
}
	.content01 .LRcontent .boxGroupe .LRif img {
		width: 100%;
	}
	.content01 .LRcontent .boxGroupe .LRps.active1000 {
		display: none;
	}
	.content01 .LRcontent .boxGroupe .LRif .LRps {
		margin-top: 20px;
		max-width: 608px;
	}
.content02 {
	background: #fff;
	padding: var(--pad120) 0;
}
.content02 a {
	text-decoration: none;
	transition: .2s;
	justify-content: center;
}
.content02 ul{
	display: flex;
	flex-wrap: wrap;
	margin: var(--pad80) 0 0;
}
.content02 li{
	width: calc(100% / 4);
	background: #fff;
	border-bottom: #E2E2E2 1px solid;
	border-right: #E2E2E2 1px solid;
}
.content02 dt{
	text-align: center;
}

.content02 dt img{
	transform: scale(1);
	transition: all 1.3s ease-in-out;
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.6;
}

.content02 dd{
	padding: 25px 7%;
	font-size: var(--font18);
	font-weight: 500;
	letter-spacing: 0.1em;
}
	.content02 dd span {
		letter-spacing: 0.1em;
		font-size: 15px;
		display:block;
		font-weight: 400;
	}
.content02 .boxGroupe {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: var(--pad50) auto 0;
	padding: 0 5% 0;
	width: 100%;
	max-width: 1338px;
}
	.content02 .boxGroupe p {
		max-width: 420px;
	}
	.content02 .boxGroupe a {
		margin-top: 0;
	}



.content04 {
	padding: var(--pad120) 5%;
	background: url(./img/common/bg_cont.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: white;
	background-position-x: 46%;
}

.content04 p.lead {
	font-size: var(--font18);
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 2.11;
}
.content04 .boxGroupe {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	width: 100%;
	margin: 40px auto 0;
	gap: 0 2%;
}
.content04 .whitebox {
	background: white;
	color: #333;
	width: 100%;
	border-radius: 5px;
	padding: 2.5%;
}
.lineBox.whitebox a {
    background: #06c755;
    border-color: #06c755;
}

.lineBox.whitebox a:hover {
    background: #fff;
    color: #06c755!important;
}
	.content04 .whitebox.right {
		/* margin-left: 3%; */
	}
	.content04 .whitebox h4 {
		display: inline-block;
		font-size: var(--font18);
		font-weight: 500;
		border-bottom: 1px #333 dashed;
		margin-bottom: 12px;
	}
	.content04 .whitebox a {
		display: block;
		transition: .2s;
		letter-spacing: 0.08em;
	}
	.content04 .telLink {
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		display: inline-block;
		line-height: 1.4;
		pointer-events: none;
	}
		.content04 .telLink span {
			position: relative;
		}
		.content04 .telLink span::after {
			content: "";
			display: block;
			background: url(./img/i_tel.svg) no-repeat;
			background-size: cover;
			background-position: center center;
			width: 20px;
			height: 20px;
			position: absolute;
			left: -26px;
			top: 50%;
			transform: translateY(-50%);
		}
		.content04 .boxGroupe p.telspan {
			font-size: 14px;
			text-align: left;
			display: inline-block;
			line-height: 1.4;
			margin-top: 8px;
		}
.btn02 {
	background: var(--orange);
	display: block;
	border-radius: 35px;
	text-decoration: none;
	color: white;
	padding: 12px;
	width: 100%;
	max-width: 280px;
	border: 2px solid var(--orange);
	margin: 0 auto 5px;
	transition: .2s;
}
.btn02:hover {
	background: white;
	border: 2px solid var(--orange);
	color: var(--orange)!important;
}
	a.btn02:link {
		color: white;
		font-size: var(--font18);
	}
	a.btn02:visited {
		color: white;
	}

.about .LRcontent .boxGroupe .LRps {
    text-align: initial;
    margin-top: 20px;
}

.about .LRcontent .boxGroupe .LRps a {
    display: block;
}
.about .LRcontent .itemBox.boxGroupe .LRif .LRps {
    max-width: 640px;
}
.itemBox .LRps {
    background: white;
    padding: 10px 15px;
    border: 1px dotted var(--main);
    margin-top: 0;
}
.itemBox span.LRtit {
    display: block;
    position: relative;
}

.itemBox .LRtit {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    position: relative;
    padding-left: 30px;
    color: var(--red);
    font-weight: 900;
}
.itemBox .LRps a {
    /* margin-left: 1em; */
    display: inline-block;
    color: var(--main);
    padding-bottom: 0;
    text-decoration: none;
}
.snsBox.whitebox ul li img {
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

.content04 .snsBox .whitebox a {
    background: none;
}

.content04 .snsBox.whitebox .btn02 {
    background: none;
    /* width: 50px; */
    height: 50px;
    border-radius: 50%;
    min-height: 50px;
    border: none;
}

.content04 .snsBox.whitebox .btn02:hover {
    /* background: #fea62652; */
}

.content04 .snsBox.whitebox ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content04 .snsBox.whitebox ul li:not(:last-child) {
    margin: 0 15px 0 0;
}

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

footer {
	position: relative;
	padding: 90px 0 0;
	background: white;
}

footer .logo {
	margin: 43px auto 0;
	font-size: 23px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	max-width: 265px;
	width: 60%;
}

footer .inner {
	padding: 0 0 var(--pad80);
	text-align: center;
}


footer ul {
	max-width:620px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

footer ul li a:not(.insta) {
	font-size: 1.6rem;
	text-decoration: none;
	border-left: 1px solid #fff;
	display: flex;
	align-items: center;
}

footer ul li a img{
	margin-left:4px;
}

footer ul li:first-child a {
	padding: 0;
} 

footer .add {
	display: flex;
    flex-direction: column;
	margin: 25px 0 0;
}
footer .add li {
	margin: 0;
	font-size: 15px;
}
footer .add li.fot_insta {
	margin-top: var(--pad35);
}
	footer .add li.fot_insta a svg{
		transition: .2s;
	}
	footer .add li.fot_insta a:hover svg{
		opacity: 0.5;
	}
footer .add li.telfax {
	letter-spacing: 0.03em;
}
.copyright {
	background: #CBA497;
	color: #fff;
	text-align: center;
	padding: 18px 0;
	line-height: 1.46;
	font-size: 1.3rem;
	font-weight: 500;
}


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

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto calc(var(--pad80) + 10px);
    font-size: var(--font15);
    padding: 16px 0 0;
    max-width: 1200px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

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

.pankuzu li a {
    margin: 0 10px 0 0;
    text-decoration: none;
}

.pankuzu li a:hover {
    color: var(--red);
}


/*--- ページトップ ---*/
#pageTop {
	position: absolute;
	right: 30px;
	z-index: 9999;
	top: -26px;
}
#pageTop img {
	transition: .2s;
}


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

input {
	vertical-align: middle;
}
.cont02.bggr {
	padding-bottom: var(--pad120);
}
.cont02.bggr .lead {
	margin-bottom: var(--pad60);
}
.cont02.bggr h3 {
	display: inline-block;
	border-bottom: 1px dashed #B7B7B7;
	padding-bottom: 5px;
	margin-bottom: var(--pad35);
}
.cont02.bggr h3::before,
.cont02.bggr h3::after {
	content: none;
}
.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}
.contact #un_main td,
.contact #un_main th {
	border-bottom: none;
	padding: 12px 20px 12px 20px;
	vertical-align: top;
}
.contact #un_main th {
	padding-top: 25px;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}
.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}
.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name1, #name2, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg, #adres {
	width: 580px;
}
#msg {
	height: 100px;
}
#zip1, #zip2 {
	width: 150px;
}
#city, #pref, #add {
	width: 580px;
}
/* #add {
    margin: 2px 0 0 40px;
} */
textarea {
	width: 90%;
	padding: 10px 5px;
}
input,
textarea,
button,
select,
option {
	outline: none;
}
input[type="text"] {
	height: 25px;
	padding: 5px;
}
input[type="text"],
textarea,
select,
option {
	border: 1px solid #BABABA;
	padding: 24px;
}
input[type="text"].adres {
	margin-bottom: 25px!important;
}
input[type="text"].adres.last {
	margin-bottom: 0!important;
}
button {
	border: none;
	outline: none;
	background: none;
}
::placeholder {
	color: #BABABA;
}
.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: 860px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	color: #DB4965;
	margin-left: 4px;
}

.cosc {
	overflow-y: auto;
	width: 100%;
	max-width: 847px;
	height: 190px;
	margin: auto;
	background: white;
	border: #BABABA 1px solid;
	text-align: left;
	padding: 15px 3%;
}
.cosc p.coscTit {
	font-size: clamp(17px, 2.1vw, 21px);
	text-align: center;
	margin-bottom: 10px;
	color: #3E3E3E;
}
.cosc p.coscminiT {
	font-size: var(--font18);
	margin: 15px 0 10px;
}
.cosc p {
	line-height: 1.6;
	color: #3E3E3E;
}
.sendbtn input {
	width: 80%;
	max-width: 320px;
	background: #EA8B6E;
	color: white;
	border: 1px solid #EA8B6E;
	border-radius: 35px;
	padding: 21px;
	font-size: 16px;
	transition: .2s;
	cursor: pointer;
}
.sendbtn input:hover {
	background: white;
	color: #EA8B6E;
}

.contact .pp {
	margin: 25px auto var(--pad35);
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	color: #705E54;
}
.contact .pp input {
	margin-bottom: 3px;
}

.contact .cosc a.telLink {
	pointer-events: none;
}

.contact .cosc ol li {
	pointer-events: none;
	padding-left: 1em;
}

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

.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: 230px; /*箱の高さ*/
	margin: 0 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;
}


/* 新着情報
----------------------------------------------------------- */
.news {
	max-width: 1338px;
	width: 84%;
	background: white;
	padding: var(--pad60) 3.5%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: -1.4%;
	border-radius: 10px 10px 0 0;
}
.newsTit {
	font-size: var(--font18);
	text-align: left;
}
	.newsTit span {
		font-family: 'Montserrat', sans-serif;
		font-size: var(--font35);
	}
	.mainTit.newsTit::after {
		content: none;
	}

.news_right {
	margin-left: 5%;
	width: 100%;
	max-width: 960px;
}

.news_right li {
	position: relative;
	margin: 0;
}
	.news_right li::after {
		content: url(./img/news_arrow.svg);
		display: block;
		position: absolute;
		top: 50%;
		right: 40px;
		transform: translateY(-50%);
	}
.news_right a {
	text-decoration: none;
	transition: .2s;
}
.news_right dl {
	font-size: 15px;
	width: 98%;
	padding: 20px 0 25px;
	border-bottom: 1px solid #F5F5F5;
	display: flex;
}
.news dt{
	min-width: 180px;
	margin: 0 20px 0 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
	.news_right dt span {
		font-weight: 400;
		color: #CF755A;
		margin-left: 17%;
	}
	.news_right a:hover dt span {
		color: #d96c29;
	}
.news_right dd {
	padding-right: 80px;
}

.news .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 960px;
	margin: 30px auto 0;
}


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

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

.bold {
	font-weight: bold;
}

.red {
	color: #ed5c65;
}

.text {
	display: inline-block;
}


.toptit1 {
	font-size: var(--font32);
	position: relative;
	line-height: 1.6;
	margin-bottom: calc(var(--pad60) + 10px);
	font-weight: 500;
}

.toptit1 span.un_subTit {
	font-family: 'Montserrat', sans-serif;
	font-size: var(--font18);
	color: #705E54;
	display: block;
	margin-bottom: var(--pad50);
}

.toptit1::after {
	content: url(./img/tit_under.svg);
	position: absolute;
	bottom: -35px;
	left: 0;
}

.co1_div{
	margin:80px auto 0;
	position: relative;
}

.co1_div1{
	background:#fff;
	max-width:100%;
	box-shadow:0 6px 6px #00000029;
	border-radius:20px;
	padding: 11px 2% 8px;
	position: relative;
	box-shadow:0 6px 6px #00000029;
	z-index:1;
}

.co1_div1:before{
	position:absolute;
	content:"";
	background:url(./img/top/co1_tri.svg)no-repeat;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	width: 8.672%;
	height: 39px;
	top: 100%;
	filter: drop-shadow(0 6px 6px #00000029);
	z-index:-1;
}

.co1_div1:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#fff;
	top:0;
	left:0;
	z-index:-1;
	border-radius:20px;
}


.co1_div1 .text1{
	text-align:center;
	font-size: clamp(1.5rem, 2vw, 2.2rem);
	line-height:1.4545;
	color:#705E54;
	display: flex;
	align-items: anchor-center;
	justify-content: center;
}

.co1_div1 .text1 .big{
	color:#CF755A;
	font-size:6.6rem;
	font-size: clamp(2.4rem, 3.5vw, 6.6rem);
	margin: 0 1%;
	line-height: 1.4545;
	padding-bottom: 10px;
}
.co1_div2 {
	position:relative;
	margin-top:80px;
}

.co1_div2 .img1{
	position:absolute;
	left:0;
	bottom:0;
	width: 13%;
}

.co1_div2 .img2{
	position:absolute;
	right: 4.7%;
	bottom:0;
	width: 12%;
}

.co1_div2 .title1{
	text-align:center;
	font-size: clamp(18px, 4.7vw, 40px);
	line-height:1.375;
	letter-spacing:0.08em;
	font-weight:500;
}

.co1_div2 .flex{
	display:flex;
	justify-content:center;
	max-width:591px;
	margin:40px auto 0;
	width:100%;
}

.co1_div2 .flex a.btn1{
	width:48%;
	max-width:282px;
}

a.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ea8b6e;
    color: #fff;
    text-decoration: none;
    height: 55px;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 500;
	width:100%;
}

.cont02 h2.titH3{
	font-size: var(--font32);
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	margin-top: var(--pad100);
}

.cont02 h2.titH3 span:not(.text) {
	font-family: 'Montserrat', sans-serif;
	font-size: var(--font18);
	margin-bottom: 20px;
	display: block;
}

.cont02 h2.titH3::after {
	content: url(./img/tit_under.svg);
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
}

.content01 .LRcontent .boxGroupe .left{
	max-width: 600px;
	width: 51%;
}

.cont02_list1 img{
	width:auto;
}

.cont02_li1{
	background:#fff;
	border:4px solid #F3F0EE;
	border-radius:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(15px, 1.8vw, 25px);
	padding: 4.585% 2%;
	box-shadow:0 3px 6px #00000029;
}

.cont02_li1 .icon{
	display:flex;
	align-items:center;
	margin-right:14px;
	width:37px;
}

.content01 .cont02_li1 .icon img{
	width:100%;
}

.content01 .boxGroupe .cont02_li1 p{
	line-height:1.44;
}

.cont02_list1 .arrow{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:20px auto;
}


.content01 .boxGroupe .cont02_list1 img{
width:auto;
}

.content01 .cont02 .inner{
	padding-bottom:var(--pad120);
}

.content03{
	    padding: var(--pad80) 0 var(--pad120);
	    background: #FCF8F4;
}

.content03 h3{
	font-size: var(--font25);
	text-align: left;
	padding-top: 40px;
	line-height: 1.72;
	margin-bottom: 40px;
}

.content03 h3:after{
	display:none;
}

.content03 .boxGroupe {
	margin-top:  var(--pad80);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content03 .boxGroupe dd > p {
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 28px;
}
.content03 .boxGroupe .right {
	position: relative;
	width: 46%;
	max-width: 528px;
}
.content03 .boxGroupe img.mainV {
	width: 60%;
	max-width: 600px;
}

.content03 h3.titH3 {
	text-align: center;
	margin-top: var(--pad100);
}
	.content03 h3.titH3::after {
		left: 50%;
		transform: translateX(-50%);
	}
.content03 .LRcontent .boxGroupe {
	justify-content: space-between;
}
.content03 .LRcontent .boxGroupe dl {
	text-align: left;
	width: 46.5%;
	max-width: 528px;
}
.content03 .LRcontent .boxGroupe > img {
	width: 53.5%;
	max-width: 600px;
}
.content03 .LRcontent .boxGroupe dt {
	font-size: var(--font32);
	position: relative;
	line-height: 1.6;
	margin-bottom: calc(var(--pad60) + 10px);
	letter-spacing: 0.08em;
}
.content03 .LRcontent .boxGroupe dt span.un_subTit {
	font-family: 'Montserrat', sans-serif;
	font-size: var(--font18);
	color: #705E54;
	display: block;
	margin-bottom: var(--pad50);
	letter-spacing: 0;
}
.content03 .LRcontent .boxGroupe dt::after {
	content: url(./img/tit_under.svg);
	position: absolute;
	bottom: -35px;
	left: 0;
}
.content03 .LRcontent .boxGroupe dd {
	margin-top: var(--pad60);
}
	.content03 .LRcontent .boxGroupe:nth-child(2) dl {
		/* margin-left: 5%; */
	}
	.content03 .LRcontent .boxGroupe:nth-child(2) dd {
		margin-right: 0;
	}
.content03 .boxGroupe ol h4 {
	margin: 20px 0 0;
	color: var(--main);
	padding-top: 5px;
}
.content03 .boxGroupe ol p {
	margin-top: 0;
}
.content03 .boxGroupe ol p span {
	display: block;
	color: var(--red);
	font-size: 13px;
	font-weight: 700;
}
.content03 .LRps {
	background: white;
	padding: 10px 15px;
	border: 1px dotted var(--main);
	margin-top: 0;
}
.content03 .LRtit {
	font-family: 'Zen Kaku Gothic New', sans-serif;
    position: relative;
    padding-left: 30px;
    color: var(--red);
	font-weight: 900;
}
	.content03 p.LRtit::before {
		content: url(./img/i_plus.svg);
		top: 9px;
		position: absolute;
		left: 0;
	}
.content03 span.LRtit {
	display: block;
	position: relative;
}

.content03 .LRps a {
	/* margin-left: 1em; */
	display: inline-block;
	color: var(--main);
	padding-bottom: 0;
	text-decoration: none;
}

.content03 .LRps a:hover {
	color: var(--red);
}

.content03 .LRcontent .boxGroupe .LRif img {
	width: 100%;
}

.content03 .LRcontent .boxGroupe .LRps.active1000 {
	display: none;
}

.content03 .LRcontent .boxGroupe .LRif .LRps {
	margin-top: 20px;
	max-width: 608px;
}

.co3_list1{
	padding-top: 40px;
}

.co3_list1 li{
	display:flex;
	padding:13px 0;
	border-bottom:2px solid #F0E9E6;
	justify-content: space-between;
	align-items: center;
}

.co3_list1 li .text1{
	font-size: var(--font18);
	letter-spacing:0.08em;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4444;
	min-width: 130px;
}

.co3_list1 li .text2{
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	width: 71%;
}

.content04 .flex{
	display:flex;
	justify-content:center;
	margin-top: 50px;
}

.content04 a.btn1{
	height: 80px;
	width: 32%;
	font-size: 2.5rem;
	border-radius: 40px;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.side_btn{
	position:fixed;
	right: 4.167%;
	z-index:999;
	width: 9.896%;
	min-width: 145px;
}

.side_btn img{
	filter:drop-shadow(0px 3px 6px #00000029);
}

.sp{
	display:none;
}
.sp2{
	display:none;
}
.tablet{
	display:none;
}

.btn_flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
}

.btn_flex a.btn1{
	width:48%;
	margin-top:20px;
}
.news_inner{
	max-width:720px;
	width:100%;
	margin: 6.46% auto 0;
}

.news_inner img{
	margin-bottom: 8%;
	width: revert-layer;
}

.news_inner p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}

.news_inner p{
/* 	margin-bottom: 8.334%; */
	line-height:2;
	letter-spacing: 0.08em;
}

.news_inner h2{
	padding-bottom: 3.474%;
	margin-bottom: 6.25%;
	font-size: clamp(2rem, 3vw, 2.5rem);
	line-height: 1.44;
	letter-spacing: 0.15em;
	font-weight:500;
	border-bottom:1px solid #F0E9E6;
}

.news_inner h3{
	margin-bottom:24px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	font-weight:500;
	text-align:left;
	color:#CF755A;
	line-height: 1.44;
}


.news_inner h3:after{
	display:none;
}

.news_inner h4{
	margin-bottom:13px;
	font-size:1.6rem;
	line-height:2;
	letter-spacing: 0.08em;
	font-weight:500;
	color:#CF755A;
}


@media screen and (max-width: 1450px) {
	nav > ul li {
		font-size: 14px;	
	}
	header {
		padding: 0 3%;
	}
	nav > ul li {
		margin-left: clamp(20px, 2%, 45px);
	}
	.pc {
		width: calc(100% - 215px);
	}
}
@media screen and (max-width: 1200px) {
	nav.pc {
		display: none;
	}
	ul.headerUl {
		display: block;
	}
	.headerUl li.menuBtn{
		padding:10px;
	}
	.headerUl li {
		color: #705E54 !important;
		display: block;
		text-align: center;
		padding: 20px 0;
	}
	.headerUl .gnav__menu li {
		color: #705E54 !important;
		font-size: clamp(1.8rem, 4vw, 2.4rem);
		display: block;
		text-align: center;
		padding: 20px 0;
		border-bottom: 1px solid #cea57d;
	}
.headerUl li.gnav__menu__item2{
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
	.headerUl li:not(.gnav__menu__item) {
		width: 100%;
		height: 100%;
	}

	.headerUl li .submenu2 li{
		border-bottom: none;
		padding:5px 0;
	}

	.headerUl li .submenu2 li a{
		font-size: clamp(1.5rem,3vw,2rem);
	}

	.headerUl li .submenu2 li a:before{
		content:'-';
	}
	
	.gnav__menu__item.spIcon a {
		width: 80px;
	}

	/*--- modal ---*/
	.spTel  {
		display: inline;
	}
	.menu-trigger,
	.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	}

	.menu-trigger.active span{
		background:#705E54;
	}

	.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -11px;
	}
	.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(-20px) rotate(45deg);
	bottom: -10px;
	}

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

	.gnav.active{
		display: block;
		height: 100lvh;
	}

	.gnav__menu{
		display: block;
		width: 95%;
		margin: auto;
		z-index: 10;
		max-width: 400px;
	}

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

	.gnav__menu__item a{
		color: #705E54;
		text-decoration: none;
		transition: .5s;
		background: none;
		width: 100%;
		letter-spacing: 0.1em;
		word-break: break-word;
		font-size:clamp(1.8rem, 4vw, 2.4rem);
		display: block;
		width: 100%;
	}

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



	header{
	height: 80px;
}
	.hLogo {
    width: 200px;
}

.co1_div2 .img1{
	bottom: -90px;
}

.co1_div2 .img2{
	right: 0%;
	bottom: -90px;
}

.co1_div1 .text1{
	display:block;
}

.tablet{
	display:block;
}

.co1_div1 .text1{
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}
	
}


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

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

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


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



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

header h1 {
	font-size: 80%;
}

.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}


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


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

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


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

.copyright small {
	width: 96%;
}



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

.pankuzu {
	width: 98%;
}

a.btn {
    margin-top: clamp(25px, 5%, 65px);
}


/* トップページ
----------------------------------------------------------- */
#cover p.FV_scroll {
	display: none;
}
.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
}

.news dl {
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


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

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

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

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

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

.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;
}
#cover::after {
    bottom: 70px;
	height:25%;
}
.news .inner {
    flex-direction: column;
}
.news_right {
    margin-left: 0;
}
.scroll-pane {
	margin: 10px auto 0;
}
.news .mainTit span {
    margin-bottom: 10px;
}
.news dt {
    flex-direction: column;
    display: flex;
	min-width: 100px;
}
	.news_right dt span {
		color: #CF755A;
		margin-left: 0;
	}
.mainTit::after {
	bottom: -25px;
}
.content01 .boxGroupe {
	flex-direction: column-reverse;
}
	.content01 .boxGroupe img.mainV {
		width: 95%;
		max-width: 520px;
		margin: 7% auto 0;
	}
	.content01 .boxGroupe .right {
		margin: 20px auto 0;
		width: 95%;
		max-width: 520px;
	}
	.content01 .boxGroupe dl p {
		text-align: left;
		max-width: 100%;
		width: 100%;
	}
	.content01 .boxGroupe .right::after {
		bottom: -50px;
		right: -11%;
	}
	h3 span:not(.text) {
		line-height: 1.3;
	}
	.content01 .LRcontent {
		padding-bottom: 20px;
	}
	.content01 .LRcontent .boxGroupe > img {
		order: 1;
		max-width: 540px;
		width: 100%;
		margin: 7% auto 0;
	}
		.content01 .LRcontent .boxGroupe:nth-child(2) dl {
			margin: 20px auto 0;
		}
	.content01 .LRcontent .boxGroupe dl {
		order: 2;
		max-width: 540px;
		width: 100%;
		margin: 20px auto 0;
	}
	.content01 .LRcontent .boxGroupe dd {
		max-width: 100%;
		margin: 20px auto 0;
	}
	.content01 .LRcontent .boxGroupe dt span.un_subTit {
		margin-bottom: var(--pad35);
	}
	.content01 .LRcontent .boxGroupe .LRif .LRps {
		max-width: 540px;
	}
	.content01 .LRcontent .boxGroupe .LRps.active1000 {
		display: block;
		margin-top: 20px;
	}
	.content01 .LRcontent .boxGroupe .LRps.vanish1000{
		display: none!important;
	}
	.content01 h3:not(.titH3) {
		margin-bottom: calc(var(--pad60) - 3px);
	}
		.content01 h3:not(.titH3):after {
			bottom: -25px;	
		}
	.content01 .LRcontent .boxGroupe dt {
		margin-bottom: var(--pad60);
	}
		.content01 .LRcontent .boxGroupe dt::after {
			bottom: -25px;
		}
	.content04 .boxGroupe {
		margin: var(--pad35) auto 0;
	}
	.content04 .boxGroupe {
    flex-direction: column;
    gap: 20px 0;
}

	/* お問合せ */
	.contact #un_main th {
		width: 25%;
		min-width: 160px;
	}
	.contact #un_main td {
		width: 75%;
	}
	#name1, #name2, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg, #adres {
		width: 100%;
	}
	.zip1 label {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.zip1 label input {
		margin-left: 8px;
	}
	#city, #pref, #add {
		width: calc(100% - 80px);
	}

.side_btn{
	right: 2%;
	width: 100px;
	min-width: initial;
}

.co1_div1 .text1 .big {
    font-size: clamp(2.2rem, 5vw, 6.6rem);
    margin: 0;
}

.content01 .LRcontent .boxGroupe .left{
	width:100%;
	margin:30px auto 0;
}

.content03 .boxGroupe {
	flex-direction: column-reverse;
}
	.content03 .boxGroupe img.mainV {
		width: 95%;
		max-width: 520px;
		margin: 7% auto 0;
	}
	.content03 .boxGroupe .right {
		margin: 20px auto 0;
		width: 95%;
		max-width: 520px;
	}
	.content03 .boxGroupe dl dd > p {
		text-align: left;
		max-width: 100%;
		width: 100%;
	}
	.content03 .boxGroupe .right::after {
		bottom: -50px;
		right: -11%;
	}
	h3 span:not(.text) {
		line-height: 1.3;
	}
	.content03 .LRcontent {
		padding-bottom: 20px;
	}
	.content03 .LRcontent .boxGroupe > img {
		order: 1;
		max-width: 540px;
		width: 100%;
		margin: 7% auto 0;
	}
		.content03 .LRcontent .boxGroupe:nth-child(2) dl {
			margin: 20px auto 0;
		}
	.content03 .LRcontent .boxGroupe dl {
		order: 2;
		max-width: 540px;
		width: 100%;
		margin: 20px auto 0;
	}
	.content03 .LRcontent .boxGroupe dd {
		max-width: 100%;
		margin: 20px auto 0;
	}
	.content03 .LRcontent .boxGroupe dt span.un_subTit {
		margin-bottom: var(--pad35);
	}
	.content03 .LRcontent .boxGroupe .LRif .LRps {
		max-width: 540px;
	}
	.content03 .LRcontent .boxGroupe .LRps.active1000 {
		display: block;
		margin-top: 20px;
	}
	.content03 .LRcontent .boxGroupe .LRps.vanish1000{
		display: none!important;
	}
	.content03 h3:not(.titH3) {
		margin-bottom: calc(var(--pad60) - 3px);
	}
		.content03 h3:not(.titH3):after {
			bottom: -25px;	
		}
	.content03 .LRcontent .boxGroupe dt {
		margin-bottom: var(--pad60);
	}
		.content03 .LRcontent .boxGroupe dt::after {
			bottom: -25px;
		}
	
 .content03 .co3_list1 li .text1{
	min-width:100px;
}

.content04 a.btn1{
	font-size:1.8rem;
	height:60px;
}

.content04 .flex{
	margin-top:5%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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


.contact_tb th {
	font-size: 70%;
}
.content01 .boxGroupe .right::after {
	transform: scale(0.8);
}
.content02 .boxGroupe {
    flex-direction: column;
}
.content02 .boxGroupe a {
	margin-top: clamp(20px, 5%, 60px);
}
.content04 .telLink {
	pointer-events: auto;
}
.content04 .boxGroupe {
	flex-direction: column;
	align-items: center;
}
.content04 .whitebox.right {
    /* margin: 20px auto 0; */
}
.content04 .whitebox {
    max-width: 540px;
	padding: 5% 3%;
}
.contact .cosc a.telLink {
	pointer-events: auto;
}
.content02 ul{
	display: flex;
	flex-wrap: wrap;
	margin: var(--pad80) 0 0;
	justify-content: space-between;
}
	
.side_btn{
	display: none!important;
}

.co1_div2 .title1{
	line-height:1.7;
	font-size: clamp(24px, 4.7vw, 40px);
}

.pc{
	display:none;
}
.sp{
	display:block;
}

    .co1_div1 .text1 {
        font-size: clamp(1.8rem, 4vw, 2.2rem);
    }

    .co1_div1 .text1 .big {
        font-size: clamp(2.4rem, 6vw, 6.6rem);
    }

.co1_div2 {
    margin-top: 8%;
}

.content01 .boxGroupe dd > p {
    margin-top: 20px;
}


.content01 .LRcontent .boxGroupe dd{
	margin: 40px auto 0;
}

.content04 a.btn1{
	font-size:1.4rem;
}

footer{
	padding:8% 0 0;
}

.btn_flex a.btn1{
	width:100%;
	height:60px;
	max-width:500px;
	margin:20px auto 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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



/*-- テーブル --*/

table {
	width: 100%;
}

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

.contact th, .contact td {
	width: 100%!important;
}


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

.menuBtn {
	width: 35%;
	display: flex;
	align-items: center;
}

#cover .pc {
	display: none !important;
}

#cover .sp {
	display: block !important;
}

#cover h1 {
	margin-left: 5%;
	margin-bottom: 160px;
}


.content02 li {
    width: 100%;
    margin: 0 0 20px 0;
}


/*-- ページトップ --*/

#pageTop{
	right:15px;
}


/* フッター
----------------------------------------------------------- */

/* トップページ
----------------------------------------------------------- */


/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#zip1, #zip2 {
	width: 40%;
}

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

.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;
}
.news dl {
    flex-direction: column;
}
.news_right dd {
    padding-right: 60px;
}
.news_right li::after {
    right: 25px;
}
.content01 .boxGroupe .right::after {
	transform: scale(0.6);
	bottom: -40px;
    right: -13vw;
}
h3.titH3::after {
    bottom: -25px;
}
.content02 dd {
    padding: 5% 8%;
}
.content03 .mainTit::after {
	left: 50%;
	transform: translateX(-50%);
}
.content03 a.btn {
	margin: clamp(40px, 8%, 80px) auto 20px;
	justify-content: center;
}

footer ul li a:not(.insta) {
	padding: 0;
}
footer ul li {
	width: 100%;
	margin: 15px 0 0;
}
footer ul li a {
	padding: 0;
}
/* お問合せ */
.contact #un_main td {
	padding: 0px 10px;
}
.contact #un_main th {
    padding-top: 18px;
	padding: 12px 10px;
}
.contact .pp {
	font-size: 14px;
}
.zip1 label {
    flex-direction: column;
	align-items: flex-start;
}
#city, #pref, #add {
	width: 100%!important;
	margin: 0;
}
.vanish591 {
	display: none;
}



#cover li {
    height: 600px;
    background-position-x: 56%;
}

.news {}

.content01 {
    padding: 190px 8% 0;
}

.sp2{
	display:block;
}

a.btn1{
	font-size:1.6rem;
}

.co1_div2 .flex{
	flex-direction:column;
	margin: 20px auto 0;
}

.co1_div2 .flex a.btn1{
	width:100%;
	margin:20px auto 0;
}

.co3_list1 {
    padding-top: 0px;
}
	
.content04 a.btn1{
	width:100%;
	max-width:250px;
	margin:10px auto 0;
	font-size: 1.6rem;
}

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

footer ul{
	flex-direction:column;
}

footer ul li{
	text-align:center;
}

footer ul li a:not(.insta){
	margin:0 auto;
	max-width:max-content;
}

.cont02_li1 {
    border: 2px solid #F3F0EE;
    border-radius: 10px;
}

.cont02_li1 .icon{
	width:30px;
	margin-right:8px;
}

.cont02_list1 .arrow{
	margin:10px auto;
}


.co1_div2 .img1{
	bottom: -50px;
}

.co1_div2 .img2{
	bottom: -50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

header {
	height: 70px;
}
.hLogo {width: 180px;}

.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;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}
.gnav__wrap {
    top: 20px;
}


#cover h1 {
	margin-bottom: 30%;
}
#cover .FV_LINE {
	width: 230px;
    height: 141px;
	right: 10px;
	bottom: 20%;
}
#cover .FV_LINE dt {
	font-size: 14px;
}
#cover::after {bottom: 22%;width: 20%;}
.news {
    width: 90%;
    top: -1.7%;
}
.news .inner{
	display: flex;
	width: 95%;
}
.news_right dl {
    padding: 10px 0 15px;
}
.content01 {
    padding: 170px 5% 0;
}
.content01 .lead {
    letter-spacing: 0.08em;
	width: 100%;
}
.content01 .boxGroupe .right p,
.content01 p:not(.lead) {
	/* letter-spacing: 0.03em; */
	/* text-align: left; */
}
.content01 .boxGroupe .right::after {
    transform: scale(0.4);
    bottom: -50px;
    right: -27vw;
}
a.btn img {
    width: auto;
    margin-left: 15px;
    width: 40px;
}

.content04 p.lead  {
	letter-spacing: 0.02em;
}
.content04 p.lead .text {
	display: inline;
}
.content04 .whitebox a {
	margin-bottom: 5px;
}
.content04 .telLink {
	font-size: 22px;
}
.content04 .boxGroupe p.telspan {
	line-height: 1.6;
}
footer .logo {
    font-size: 20px;
}
footer .add {
    margin: 5px 0 0;
}
footer .add li {
    font-size: 13px;
}
.vanish414 {
	display: none;
}
.textB {
	display: block;
}
#cover h1 span {
	letter-spacing: 0.07em!important;
}
h3 span:not(.text) {
    margin-bottom: 10px;
}
/* お問い合わせ */
.cosc {
	-webkit-overflow-scrolling: touch;
}
.cosc::-webkit-scrollbar {
	display: none;
}
.sendbtn input {
	font-size: 15px;
	padding: 18px;
}
.contact #un_main td {
	padding: 0;
}
.contact #un_main th {
	padding: 12px 0px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.news {
    width: 90%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.news {
    width: 90%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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