@charset "UTF-8";
/* CSS Document */


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-size: 16px;
	line-height: 2;
	font-family: 'Asap Condensed', sans-serif;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	position: relative;
}

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

* {
    box-sizing: border-box !important;
}

a{
	color:#000;
	text-decoration: none;
	transition : all 0.5s ease 0s;
}

a:hover{
	opacity: 0.5;
}


a.anchor {
    display: block;
}


@media only screen and (max-width: 750px) {
	body{
	font-size: 14px;
	line-height: 1.7;
}
}



/* 共通
------------------------------------------------------------*/

.cen {
	text-align: center !important;
}

img{
	width: 100%;
	height: auto;
	vertical-align:top;
}

img.imglogo {
	width:20px !important;
}

img.img50 {
	width:50px !important;
}

img.img100 {
	width:100px !important;
}

img.img120 {
	width:120px !important;
}


.mtb10 {margin: 10px 0 !important;}
.mtb20 {margin: 20px 0 !important;}
.mtb30 {margin: 30px 0 !important;}
.mtb50 {margin: 50px 0 !important;}
.mtb70 {margin: 70px 0 !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt70 {margin-top: 70px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}

.ptb50 {padding: 70px 0 !important;}
.ptb70 {padding: 70px 0 !important;}

.pb30 {padding-bottom: 30px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}

.pt30 {padding-top: 30px !important;}
.pt50 {padding-top: 50px !important;}
.pt70 {padding-top: 70px !important;}
.pt120 {padding-top: 120px !important;}

.spacer10 {height: 10px;}
.spacer30 {height: 30px;}
.spacer50 {height: 50px;}
.spacer100 {height: 100px;}
.spacer200 {height: 200px;}

.tb {font-weight: 700;}



@media only screen and (max-width: 750px) {
	.spacer100 {height: 50px;}
	.spacer200 {height: 100px;}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* 
------------------------------------------------------------*/


/* 上のエリア */
.over-area{
  height: 100vh;
  color: white;
  text-align: center;
}
/* パララックス背景の疑似要素 */
.over-area:before{
  content: "";
  position: fixed; /* 重要 */
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1; /* 重要 */
}

/* 下のエリア */
.under-area{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
	background: #fff;
}


.slick {
	height: calc(100vh - 50px);
	position: relative;
	
}

.slick img {
	width: 100%;	
}



.slick-track {
	height: calc(100vh - 50px);
}

.slick-track img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}



#slick_box {
 position: fixed;
 z-index: 0;
	width: 100%;
	height: calc(100vh - 50px);
}

.sl-logo {
 position: absolute;
 z-index: 1;
 top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
}


.t-pc { display: block !important; }
.t-sp { display: none !important; }

@media only screen and (max-width: 800px) {
    .t-pc { display: none !important; }
    .t-sp { display: block !important; }
}




@media only screen and (max-width: 750px) {	
	.sl-logo {
	width: 350px;
}
}

.slick-list {
	height: calc(100vh - 50px);
}


.slick-prev {
	left: 50px !important;
	z-index: 1;
} 
.slick-next {
	right: 50px !important;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}


.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px !important;
}

.prev-arrow {
  left: 40px;
	z-index: 10;
}
.next-arrow {
  right: 40px;
}


.prev-arrow2 {
  left: -40px;
}
.next-arrow2 {
  right: -40px;
}


.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}


.slick-dots {
	bottom: -35px !important;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}


.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '◾️' !important;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    z-index: 10;
	color: #FF8D6B !important;
}


.slick2-wrap {
	width: 100%;
	background: #6BDAD5;
}


.slick2-wrap-p {
	width: 100%;
	background: #FF8D6B;
}

.slick2-wrap-b {
	width: 100%;
	background: #5EB3E4;
}


.slick2-box {
	width: 77%;
	max-width: 770px;
	margin: 0 auto;
}


.slick2 div {
	height: 460px;
	position: relative;
}

.slick2 img {
	width: 100%;
	object-fit: cover;
}




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

.slick2-wrap {
	margin-top: 50px;
}
.slick2-wrap-p {
	margin-top: 50px;
}

.slick2-wrap-b {
	margin-top: 50px;
}

.prev-arrow2 {
  left: 10px;
	z-index: 10;
	width: 15px !important;
}
.next-arrow2 {
  right: 10px;
	z-index: 10;
	width: 15px !important;
}

.slick-dots li {
    margin: 0 !important;
	}
	
.slick2-box {

	max-width: 770px;
	margin: 0 auto;
}
	

.slick2 div {
	height: 200px;
	position: relative;
}	
#slider02 .slick-dots {
	bottom: -40px !important;
}
.slick2-wrap-b {
	margin-bottom: 100px;
}
	
	

}







/* ナビゲーション
------------------------------------------------------------*/


.header{
  width: 100%;
	font-family: 'Asap Condensed';
	font-size:18px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
nav ul {
  display: flex;
  align-items: center;
	float: right;
}
nav ul li{
  padding: 0 20px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
.m-logo {
  margin: 0 auto;
  padding: 10px 20px;
  display: inline-block;
}

/*グローバルナビ　上に固定*/
.header-fixed {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 20;
    animation:fade-in 0.5s;
}

@keyframes fade-in {
0%{margin-top:-64px;}
100%{margin-top:0;}
}





.top-bg {
	width: 100%;
	padding: 15px 0;
	background: #6BDAD5;
}

.background1 {
  background: #FF8D6B;
}
.background2 {
  background: #5EB3E4;
}


.tp3c {
	display: flex;
	justify-content: space-between;
	width: 850px;
	margin: 0 auto;
	align-items: center;
}

.menu1 {
	width: 375px;
}

.menul {
	width: 100px;
}

.menu2 {
	width: 375px;
}


@media only screen and (max-width: 750px) {
	.tp3c {
		display: none;
	}

}




#g-nav{
	position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:#6BDAD5;
	transition: all 0.3s;
}

#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	font-family: 'Asap Condensed';
	font-size:18px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
}


.openbtn {
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
 
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
    width: 50%;
  }

.openbtn span:nth-of-type(1) {
  top:15px; 
}

.openbtn span:nth-of-type(2) {
  top:23px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}







.pan-wrap {
	width: 90%;
	margin: 10px auto;
	top:5px;
	position: relative;
	font-family: 'Asap Condensed';
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
}

.p-non {
	font-style:normal;
}

.pan {
    list-style: none;
    display: flex;
    padding: 0;
}
.pan li{
    display: flex;
    margin: 0;
}
.pan a{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    padding: 13px;
}

.pan  li+li{
    position: relative;
}
.pan  li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	transform: rotate(30deg);
}







.content-wrap {
	margin: 70px auto;
	text-align: left;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
}

.content-wrap h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}


.content-wrap-100 {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
}






.top-box {
	width: 90%;
	max-width: 1000px;
	margin: 150px auto;
	text-align: center;
}


@media only screen and (max-width: 750px) {
	.top-box {
	margin: 80px auto 150px;
	text-align: center;
}
}
.over-txt {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.over-txt h3 {
	font-family: 'Asap Condensed';
	font-size: calc(2.7vw + 1.8rem);
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.over-txt p {
	text-align: center;	
}





.top-b-logo {
	width: 80%;
    max-width: 650px;
}


.top-box1 {
	width: 100%;
	position: relative;
}


.w-logo {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%,-40%);
	width: 60%;
	max-width: 700px;
}

.w-logo p {
	width: 70px;
	padding-top: 20px;
	margin: 0 auto;
}


@media only screen and (max-width: 750px) {
	.w-logo {
	position: absolute;
	left: 50%;
	top: 8%;
	transform: translate(-50%,-8%);
	width: 75%;
}
	.w-logo p {
	padding-top: 0;
		position: absolute;
		left: 50%;
    bottom: -105%;
    transform: translate(-50%,150%);
}
}


.top-box2 {
	height: 400px;
	background-image: url("../images/001.png");
	background-size: cover;
	background-repeat: no-repeat,no-repeat
}


.content {
	width: 100%;
	margin: 80px 0;
}


.p-mt100 {margin-top: 100px !important;}

@media only screen and (max-width: 750px) {
.content {
	width: 100%;
	margin: 30px 0;
}
.p-mt100 {margin-top: 40px !important;}
.p-mt20 {margin-top: 20px !important;}
	
}

.wave-wrap {
  position: relative;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.ss-b {
	width: 65%;
	max-width: 650px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-23%);
	z-index: 1;
}


.bg-pink {
	background: #FF8D6B;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bg-green {
	background: #6BDAD5;
	width: 100%;
	overflow: hidden;
}

.bg-blue {
	background: #5EB3E4;
	width: 100%;
	overflow: hidden;
}

.bg-white {
	background: #FFF;
	width: 100%;
	overflow: hidden;
}


.ov-h {
	overflow: inherit !important;
}
.spacer600 {
	min-height: 800px;
	max-height: 900px;
}
.spacer300 {height: 300px;}

@media only screen and (max-width: 980px) {
	.spacer600 {
	min-height: 700px;
	max-height: 800px;
}
}


@media only screen and (max-width: 850px) {
	.spacer600 {
	min-height: 600px;
	max-height: 700px;
}
	.spacer300 {height: 200px;}
}
	
@media only screen and (max-width: 750px) {
	.spacer600 {
	min-height: 500px;
	max-height: 600px;
}
	.spacer300 {height: 170px;}
}
@media only screen and (max-width: 600px) {
	.spacer600 {
	min-height: 400px;
}
	.spacer300 {height: 170px;}
}

@media only screen and (max-width: 500px) {
	.spacer600 {
	min-height: 350px;
}
}

	
	

.open-h2 {
	/* font-family: 'Asap Condensed'; */
	font-size: calc(3.2vw + 2.2rem);
	letter-spacing: 1px;
	/* font-style: italic; */
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
	 
.open-h2:before,
.open-h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 3px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.open-h2:before {
  transform: rotate(-25deg);
}
 
.open-h2:after {
  transform: rotate(25deg);
}


.open {
	text-align: center;
	margin: 0 auto;
}

.open p {
	position: relative;
	top:-30px;
}

.mds1 {
	font-size: calc(3vw + 2rem) !important;
	line-height: 1;
	font-weight: 600;
	position: relative;
	top:0 !important;
}


@media only screen and (max-width: 750px) {
	.open-h2 {
	/* font-family: 'Asap Condensed'; */
	font-size: calc(2.5vw + 1.2rem);
	letter-spacing: 1px;
	/* font-style: italic; */
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
	.mds1 {
	font-size: calc(2.5vw + 1.2rem) !important;
	line-height: 1;
	font-weight: 600;
	position: relative;
	top:0 !important;
}
	.open p {
	position: relative;
	top:0;
}
}
	
	

.txt-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.txt-wrap2 {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

.txt-wrap h3 {
	font-family: 'Asap Condensed';
	font-size: calc(2.7vw + 1.8rem);
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}


.txt-wrap h4 {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.txt-wrap p {
	text-align: center;	
}

.concept {
	width: 60%;
	max-width: 700px;
	margin: 100px auto;
}

.title {
	margin: 0 0 50px 0;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: 2px;
}

.title:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 70px;/*画像の高さ*/
	background-repeat:no-repeat;
	background-image: url("../images/logo.svg");
	background-size: contain;
	vertical-align: -40%;
}



@media only screen and (max-width: 750px) {
	.txt-wrap ,.txt-wrap2 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.concept {
	width: 100%;
	margin: 100px auto;
}
	.title {
	text-align: center;
		font-size: 20px;
}
	.title:before {
		width: 55px;
	vertical-align: -70%;
}
}



.photo{
  position: relative;
  width: 100%;
}


.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 60%;
}


.photo2c {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
}

.photo2 {
	width: 50%;
}


@media only screen and (max-width: 750px) {
	
.p-center {
	width: 100%;
	height: 200px;
}
	
.p-center img{
  padding: 40px;
	object-fit: contain !important;
}
	
.photo:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.photo img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
	
.photo2c {
		flex-direction: column;
}
	.photo2 {
		width: 100%;
	}
}





.b-logo {
	margin: 0 auto;
	width: 60%;
	max-width: 700px;
}



.fl2c-cs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 70px auto 100px;
	align-items: center;
}

.fl2-cs-p {
	width: 50%;
	padding: 50px 100px 50px 0;
	background:#FF8D6B;
	text-align: right;
}
.fl2-cs-b {
	width: 50%;
	padding: 50px 0 50px 100px;
	background: #5EB3E4;
	text-align: left;
}

img.imgh-cs {
	width: 200px;
	max-width: 50%;
}


@media only screen and (max-width: 750px) {
	.fl2-cs-p {
	padding: 30px 50px 30px 0;
}
.fl2-cs-b {
	padding: 30px 0 30px 50px;
}

}


.fl2c {
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 1000px;
	margin: 50px auto 100px;
	align-items : flex-start;
}

.fl2 {
	width: 47%;	
	position: relative;
}




@media only screen and (max-width: 750px) {
	.fl2c {
	width: 90%;
		flex-direction: column;
}
	.fl2 {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.fl2:last-child {
		width: 100%;
		margin-bottom: 20px;
	}
}


@media only screen and (max-width: 700px) {
	.fl2c {
	width: 90%;
		flex-direction: column;
		margin: 50px auto 20px;
}
	.fl2 {
		width: 100%;
		margin-bottom: 50px;
	}
}



.fl2c-100 {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 100px auto 70px;
	align-items : flex-start;
}

.fl2c-100pr {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 100px auto 30px;
	align-items : flex-start;
}


@media only screen and (max-width: 750px) {
	
	.fl2c-100 {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 35px auto 0;
	align-items : flex-start;
	flex-direction: column;
}
	.fl2c-100pr {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 70px auto 0;
	align-items : flex-start;
}
}
	
	

.fl2 {
	width: 47%;
}

.ab-tit {
	font-size: 30px;
	font-weight: 600;
	margin: 70px 0 40px;
}


.ab-tit-w {
	width: 80px;
	height: 80px;
	background: #fff;
	margin: 40px 0;
	position: relative;
}

.ab-tit-on {
	position: absolute;
	left: 30px;
    top: -35px;
    width: 500px;
}

@media only screen and (max-width: 1150px) {
.ab-tit-on {
	position: absolute;
	left: 35px;
    top: -15px;
    width: 350px;
}
}

@media only screen and (max-width: 500px) {
.ab-tit-on {
	position: absolute;
	left: 30px;
    top: 0;
    width: 300px;
}
}


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

.ab-tit {
	font-size: 20px;
	font-weight: 600;
	margin: 70px 0 40px;
}
}


.pr-tit {
	width: 90px;
	height: 90px;
	background: #5EB3E4;
	margin: 0 0 40px;
	position: relative;
}

.pr-tit-w {
	width: 90px;
	height: 90px;
	background: #fff;
	margin: 0 0 40px;
	position: relative;
}

.pr-tit-on {
	position: absolute;
	left: 30px;
	line-height:90px;
	width: 300px;
	font-size:30px;
	font-weight: 600;
}

.pr-mds {
	font-size: 30px;
	font-family: 'Asap Condensed';
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	margin: 40px 0;
}


.howto {
	width: 90%;
	margin: 30px auto;
}

.pr-ss {
	font-size: 14px;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    padding-left: 10px;
}

.pr-ss2 {
	font-size: 14px;
    font-weight:normal;
    font-style:normal;
    display: inline-block;
    padding-left: 10px;
	padding-bottom: 2px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	top: -2px;
    position: relative;
}



@media only screen and (max-width: 750px) {
	.fl2 {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.sp-imb {
		margin-bottom: 30px !important;
	}
	.sp-imt {
		margin-top: 90px !important;
	}
	
	.pr-mds {
	font-size: 22px;
}
	.pr-mds2 {
	font-size: 22px !important;
}

}



.abt-2c {
	display: flex;
	justify-content: space-between;
	width: 70%;
	max-width: 750px;
	margin: 50px auto;
	align-items : flex-start;
}

.abt1 {
	width: 240px;
	position: relative;
}

.abt2 {
	 flex: 1;
	margin-left: 50px;
	position: relative;
	font-size: 14px;
}

.abt-2c-g {
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 1000px;
	margin: 50px auto;
	align-items: stretch;
}

.abt1g {
	width: 300px;
	position: relative;
	border-right: solid 1px #000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.abt1g p {
	line-height: 1.5;
}


.abt2g {
	 flex: 1;
	margin-left: 50px;
	position: relative;
	font-size: 14px;
}




.ab-line {
	border-bottom: 1px solid #000;
	margin: 60px auto;
	width: 80%;
	max-width: 1000px;
}

.ab-line2 {
	border-bottom: 1px solid #000;
	margin: 60px auto 80px;
	width: 80%;
	max-width: 1000px;
}





@media only screen and (max-width: 750px) {
	.abt-2c {
	width: 80%;
		flex-direction: column;
}
	.abt1 {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.abt2 {
		width: 100%;
		margin-left: 0;
		font-size: 10px;
	}
	.abt-2c-g {
	width: 90%;
		flex-direction: column;
		margin-bottom: 100px;
}
	
	.abt1g {
	width: 100%;
	position: relative;
	border-right: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
		margin-bottom: 50px;
		border-bottom: solid 1px #000;
		padding-bottom: 30px;
}
	
.abt1g p {
	line-height: 1.5;
}


.abt2g {
	 flex: 1;
	margin-left: 0;
	position: relative;
	font-size: 14px;
}
	.ab-line,.ab-line2 {
		width: 90%;
	}
}







.fl3c {
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 1000px;
	margin: 50px auto 100px;
	align-items: center;
}

.fl3 {
	width: calc((100% / 3) - 30px);
}



.fl3-tit-img {
	width: 70%;
}





.fl3-tit {
	font-size: 20px;
    font-weight: 600;
	margin: 30px 0;
  position: relative;
  padding: 1em 2em;
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

.fl3-tit:before,
.fl3-tit:after {
  position: absolute;
  content: '';
}

.fl3-tit:after {
  top: 0;
  left: 0;
  width: 30px;
  height: 70px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}

.fl3-tit:before {
  right: 0;
  bottom: 0;
  width: 30px;
    height: 70px;
    border-right: 2px solid #000;
	border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}





.fl3-2c {
	display: flex;
	justify-content:flex-start;
	margin: 30px 0 25px;
}

.fl3-2c-cg {
	width: 80px;
	height: 80px;
	background: #6BDAD5
}
.fl3-2c-cp {
	width: 80px;
	height: 80px;
	background: #FF8D6B
}
.fl3-2c-cb {
	width: 80px;
	height: 80px;
	background: #5EB3E4
}

.fl3-2c-t {
	margin-left: 30px;
	text-align: left;
	font-size: 18px;
	line-height: 1.1;
}

.fl3-mds {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}


.fl1t {
	font-size:22px;
	font-weight:bold;
	line-height: 1.8;
}
.fl2t {
	font-size:14px;
}


@media only screen and (max-width: 750px) {
	.fl3c {
	width: 90%;
		flex-direction: column;
}
	.fl3 {
		width: 100%;
		margin-bottom: 50px;
	}
	.fl3-tit-img {
	width: 50%;
}
	.fl3-tit {
	font-size: 18px;
}
	.fl3-2c-t,.fl3-mds {
	font-size: 16px;
}
	.fl1t {
	font-size:20px;
}
.fl2t {
	font-size:12px;
}
}







.fl3c-m {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	max-width: 1000px;
	margin: 50px auto 100px;
	
}

.fl3m {
	width: calc((100% / 3) - 30px);
	background: #5EB3E4;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	height: 70px;
	padding: 20px;
	margin-bottom: 30px;
	display: block;
	line-height: 1.5;
}


.fl3m a,.fl3m-w a{
 display: block;
}


.fl3m:hover{
  cursor:pointer;
  background:#FF8D6B;
}


.fl3m-w {
	width: calc((100% / 3) - 30px);
	background: #fff;
	color: #000;
	text-align: center;
	height: 70px;
	padding: 20px;
	margin-bottom: 30px;
	font-family: 'Asap Condensed';
	font-size: 18px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
	border: solid 2px #000;
	display: flex;
    justify-content: center;
    align-items: center;
}


.fl3m-w a::before {
	content: '';
  display: inline-block;
  width: 25px;
  height: 40px;
  background-image: url(../images/store-icon.png);
  background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -45%;
    margin-right: 10px;
}




@media only screen and (max-width: 850px) {
.fl3c-m {
	width: 90%;
}
	.fl3m {
		width: calc((100% / 2) - 10px);
		margin-bottom: 30px;
		padding: 22px 10px;
		font-size: 16px;
	}
	.fl3m-w {
	width: calc((100% / 2) - 10px);
		padding: 22px 10px;
		font-size: 16px;
		line-height: 1.3 !important;
}
	.fl3m-w a::before {
	content: '';
  display: inline-block;
  width: 20px;
  height: 30px;
    margin-right: 10px;
}
}



.fl4c {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	align-items: center;
}

.fl4 {
	width: calc((100% / 4) - 20px);
	text-align: center;
	font-size: 14px;
}



@media only screen and (max-width: 750px) {
	.fl4  {
	width: calc((100% / 2) - 20px);
	}
}



.white-wrap {
	border: solid 1px #fff;
	padding: 20px;
	text-align: center;
	color: #fff;
	width: 90%;
	margin: 60px auto 20px;
}

.pr-mds2 {
	font-size: 30px;
	font-family: 'Asap Condensed';
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
}







.over-txt-f {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	top:-180px;
}


.ss-b-f {
	width: 50%;
	max-width: 300px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-23%);
	z-index: 1;
	margin-bottom: -300px;
}


@media only screen and (max-width: 450px) {
.ss-b-f {
	width: 50%;
	max-width: 300px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,50%);
	z-index: 1;
	margin-bottom: -300px;
}
}


/* Google Map */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
	filter: grayscale(100%);
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}







.child_1{
  order: 1;
}
.child_2{
  order: 2;
}


@media only screen and (max-width: 750px) {
.child_1{
  order: 2;
}
.child_2{
  order: 1;
}
}


.pagetop {
	width: 70px;
	margin: 120px auto 80px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.pagetop {
	width: 60px;
	margin: 100px auto;
	text-align: center;
}
}
	

.ft-menu {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 80px auto 0;
}

.ft-menu img {
	width: 30px;
}

.ft-l {
	text-align: left;
	margin-right: 30px;
}

.ft-l ul {
	display: flex;
	list-style: none;
	margin-bottom: 10px;
}

.ft-l li {
	font-family: 'Asap Condensed';
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.5;
	margin-right: 1em;
}

.ft-r {
	text-align: right;
}



.copy {
	width: 90%;
	border-top: solid 2px #000;
	padding-top: 20px;
	text-align: center;
	margin: 70px auto 20px;
	font-size: 14px;
}



@media only screen and (max-width: 750px) {
	.ft-menu {
		width: 90%;
		flex-direction: column;
}

	.ft-l {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.ft-l ul {
		display:inherit;
}
	.ft-l ul li {
		margin: 10px 0;
}
	.ft-r {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	
.ft-menu img {
	width: 70px;
}	
}
	
	
	
/* お問い合わせ
------------------------------------------------------------*/

.con-txt {
	text-align: center;
	margin: 50px 0;
}




.sw-form {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}


.sw-q {
	margin-bottom: 20px;
    font-size: 14px;
	    display: flex;
    justify-content: space-between;
}

.sw-1 {
	width: 200px;
    padding-top: 15px;
}

.sw-2{
	flex: 1;
}

@media screen and (max-width: 768px) {
	.sw-form{
	width: 100%;
}
	.sw-q {
	flex-direction: column;
}

.sw-1 {
	width: 100%;
}
.sw-2{
	width: 100%;
}
}

.fm-red {
	color: red;
	font-weight: 500;
}

input, textarea {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	    border: none;
    background: #F5F5F5;
  color: #3C3C3C;
	font-size: 14px !important;
	display: inline-block;
}




/* 送信ボタン */
input.sub-btn {
	width: 260px;
	padding: 10px 0;
	background: #6BDAD5;
	color: #000;
	border: none;
	margin: 0 auto !important;
    display: block;
    font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;
}



/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #ccc;

}





@media(max-width: 600px){
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}
}




input::placeholder, textarea::placeholder {
  color: #7a7a7a;
	font-weight:400!important;
}
input.error, textarea.error {
  background:#FD2629;
  color: #fff;
}
input.error::placeholder, textarea.error::placeholder {
  color: black;
}

textarea {
  height: 10rem;
}

input[type=radio] {
	display: inline;
	width: 20px;
}



input[type=checkbox] {
	display: inline;
	width: inherit;
	margin-right: 10px;
}

input[type=select] {
	display: inline;
}




select{
  position: relative;
	font-size: 14px;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	border: none;
    background: #F5F5F5;
  width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

}

.select-wrap {
    position: relative;
}

.select-wrap:after {
  content: "";
    position: absolute;
    right: 15px;
    top: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 20px;
  pointer-events: none;
}


@media screen and (max-width: 768px) {
	input, textarea {
		width: 100%;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	border: 1px solid rgba(51,51,51,0.4);
  color: #3C3C3C;
	font-size: 14px !important;
	display: inline-block;
}
}
	

.f12 {
	font-size: 12px;
	line-height: 1.6 !important;
	margin-bottom: 10px;
}
.f14 {
	font-size: 14px;
	line-height: 1.7 !important;
	margin-bottom: 10px;
}

.bg-checkbox {
    margin-bottom: 1rem;
}

.bg-checkbox input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    background-color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    transition: .3s;
	padding: 4px 12px;
	border: none;
    background: #F5F5F5;
}



.bg-checkbox input[type=checkbox]:checked {
}

.bg-checkbox input[type=checkbox]:checked::before {
    position: absolute;
    top: 5px;
    left: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    content: '\f00c';
}

