/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap');

/* flaot clear
-----------------------------------------------------------------*/
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

img {
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

.none { clear: both; width: 100%;}
.none hr { display: none; width: 100%;}

.center {
  text-align: center;
}

.showPc { display: block !important; }
.showSp { display: none !important; }

.ptb30 { padding: 30px 0 }
.ptb20 { padding: 20px 0 }
.ptb10 { padding: 10px 0 }

.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }

.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }

/* 16px換算 */
.fs12 { font-size: 0.75rem; }
.fs14 { font-size: 0.875rem; }
.fs15 { font-size: 0.9375rem; }
.fs18 { font-size: 1.125rem; }
.fs20 { font-size: 1.25rem; }
.fs24 { font-size: 1.5rem; }
.fs28 { font-size: 1.75rem; }
.fs32 { font-size: 2rem; }
.fs36 { font-size: 2.25rem; }
.fs42 { font-size: 2.625rem; }
.fs48 { font-size: 3rem; }

.anchorWrap {
	position: relative;
}

.anchor {
	position: absolute;
	top: -150px;
}

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

@media only screen and (max-width: 767px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}
/*
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
*/
html,body {
  width: 100%;
  height: 100%;
  font-size: 1.00em;
}
html {
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  
}
p,li,dd,td {
  font-weight:500;
  font-size: 0.875rem;
}
h1,h2,h3,h4,h5,dt,th {
  font-weight:bold;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.en {
  font-family: "Lora", serif;
  letter-spacing: 0.1em;
}

.tategaki {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.upright {
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.pivot {
	position: relative;
}

.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

.outer {
    width: 100%;
    min-width: 1366px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
	overflow: hidden;
}
.inner {
    width: 1366px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

a { color: #000; }

#header {
	width: 100%;
	position: fixed;
	z-index: 999;
}
.scrollfixed {
/*
background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0.8) 30%,rgba(255,255,255,0)); 
*/
background-color: #fff;
}
#pcHead {
	width: 100%;
	/*position: fixed;*/
	top: 0;
}
/*
#logo {
	width: 270px;
	margin-top: 55px;
	margin-left: 85px;
	margin-bottom: 20px;
}
*/
#logo {
	width: 220px;
	margin-top: 18px;
	margin-left: 85px;
	margin-bottom: 5px;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo img {
	width: 220px;
	height: auto;
}
#gnav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
	height: 50px;
/*	font-family: "Lora", serif;*/
	font-size: 1rem;
	letter-spacing: 1px;
}
#gnav ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
}
#gnav ul li {
	list-style: none;
	margin: 0 15px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
}
#gnav ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	text-decoration: none;
}
#gnav ul li img {
	height: 15px;
	width: auto;
	margin-bottom: 3px;
}
#gnav ul li:nth-child(2) img {
	height: 18px;
	margin-bottom: 0px;
}
#gnav ul li img[alt="concept"] {
	height: 18px;
	margin-bottom: 0px;
}
#gnav ul li.instagram img {
	height: 20px;
}
#gnav ul li img:hover {
	filter: invert(85%) sepia(0%) saturate(189%) hue-rotate(224deg) brightness(83%) contrast(83%);
}
#gnav .header_contact {
	margin-left: 15px;
}
#gnav .header_contact a {
	width: 140px;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #248d3a;
	color: #fff;
	text-decoration: none;
}
#gnav .header_contact a:hover {
	background-color: #87c022;	
}
#gnav .header_contact a img {
	height: 12px;
}

#main_visual {
	width: 100%;
}
#main_visual img {
	width: 100%;
}
/*
@media only screen and (max-width: 767px) {
	#main_visual {
		height: 100vh;
		width: 100%;
		overflow: hidden;	
	}
	#main_visual .outer {
		height: 100%;
		width: 100%;
		overflow: hidden;	
	}
	#main_visual .outer .visual {
		height: 100%;
		width: 100%;
		overflow: hidden;	
	}
	#main_visual img {
		height: 100%;
		width: 100%;
		max-width: none;
		object-fit: cover;
		object-position: 50% 50%;
	}
}
*/

footer .footer_flex {
	width: 1070px;
	padding: 36px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
footer .logo img {
	width: 100px;
}
.footerLeft {
	width: 380px;
	display: flex;
	justify-content: space-between;
}
.footerRight {
	width: 600px;
	display: flex;
	/*justify-content: space-between;*/
	flex-direction: column;
}
.fnavUpper {
	width: 100%;
}
.fnavUpper ul {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;	
}
.fnavUpper ul li {
	display: inline-flex;
	font-size: 1.125rem;
	list-style: none;
	padding: 0;
	justify-content: center;
	align-items: flex-end;
}
.fnavUpper ul li a {
	display: inline-flex;
	text-decoration: none;
	justify-content: center;
	align-items: flex-end;
}
.fnavUpper ul li img {
	height: 15px;
	width: auto;
	margin-bottom: 3px;
}
.fnavUpper ul li.instagram img {
	height: 20px;
}


.fnavLower {
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.fnavLower ul {
	width: 340px;
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.fnavLower ul li {
	list-style: none;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
}
.fnavLower ul li a {
	font-size: 0.75rem; /*12px*/
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}
.fnavLower ul li a:hover {
	color: #aaaaaa;
}
.fnavLower .planlink {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.fnavLower .planlink a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	background-color: #248d3a;
	color: #fff;
	width: 230px;
	height: 50px;
}

.footer_address_seo{
	font-size: 0.75rem;
}
.footerLeft .footer_address_seo {
	display: flex;
}
.footerRight .footer_address_seo {
	display: none;
}
.fnavUpper .instagram {
	display: inline-flex;
}
.fnavLower .instagram {
	display: none;
}
@media only screen and (max-width: 767px) {
	footer .logo {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.footerLeft {
		width: 100%;
	}
	.footerRight {
		width: 100%;
	}

	.footerLeft .footer_address_seo {
		display: none;
	}
	.footerRight .footer_address_seo {
		width: 100%;
		display: flex;
		justify-content: center;
		text-align: center;
		line-height: 1.6;
	}
	.fnavUpper .instagram {
		display: none;
	}
	.fnavLower ul {
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		width: calc(100vw * ( 200 / 375 ));
		margin: 1em auto;
	}
	.fnavLower ul li {
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.fnavLower .instagram {
		display: inline-flex;
	}
	.fnavLower .planlink {
		display: none;
	}
	
	footer .footer_flex {
		width: 100%;
		padding: calc(100vw * (30 / 375)) 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		
		padding-bottom:  calc(100vw * (80 / 375));
	}
	footer .logo {
		margin-bottom: calc(100vw * (20 / 375));
	}
	footer .logo img {
		width: calc(100vw * (81 / 375));
	}

	.footerRight ul.menu {
		margin: calc(100vw * (0 / 375)) 0;
		padding: 0; 
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footerRight ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footerRight ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: calc(100vw * (15 / 375)) 0;
	}
	.footerRight ul li img {
		height: calc(100vw * (16 / 375));
		width: auto;
		margin-bottom: 3px;
	}
	.footerRight ul li img[alt="concept"] {
		height: calc(100vw * (18 / 375));
		margin-bottom: 0px;
	}
	.footerRight ul li.instagram img {
		height: calc(100vw * (25 / 375));
	}
	
	.fnavUpper ul li a {
		padding: calc(100vw * (15 / 375)) 0;
	}
	.fnavLower ul li a {
		padding: calc(100vw * (5 / 375)) 0;
	}
	
	
}

.btn_style_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	
    position: relative;
    z-index: 1;
}
.btn_style_wrap a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding:0 1em 0 24px;
	line-height: 37px;
	height: 37px;
	color: #333;
	text-decoration: none;
	outline: none;
}
.btn_style_wrap a::before {
	content: '';
	position: absolute;
	left:0;
	z-index: -1;
	width: 37px;
	height: 37px;
	background: #248d3a;
	border-radius: 999px;
	transition: .3s ease-out;
}
.btn_style_wrap a:hover::before{
	width: 100%;
}
.btn_style_wrap a img {
	width: 82px;
	position: relative;
	z-index: 1;
}

.link_btn_wrap {
	display: flex;
	justify-content: center;
}
.link_btn_wrap a {
	color: #fff;
	background-color: #248d3a;
	border-radius: 999px;
	border: none;
	padding: 0.5em 3em;
	position: relative;
	letter-spacing: 0.2em;
	font-weight: 400;
	text-decoration: none;
}
.link_btn_wrap a::before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 1em;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}


/*
footer .outer {
	overflow: auto;
}
footer .inner {
	position: relative;	
}
*/
footer {
	position: relative;	
}
#pagetop {
	/*width: 100%;*/
    min-width: 1366px;
	position: absolute;
	top: 0;
	z-index: 10;
}
#pagetop.fixed {
	position: fixed;
	top: auto;
	bottom: 100px;
}
#pagetop a {
    display: flex;
	position: absolute;
	top: calc(-65px / 2);
	/*right: calc( (1366px - 1070px) / 2 );*/
	right: 5%;
    justify-content: center;
    align-items: center;
	width: 65px;
	height: 65px;
	background-color: #248d3a;
	border-radius: 999px;
	text-decoration: none;
}
#pagetop a::after {
	content: '';
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(3px) rotate(45deg);
}

#btn_plan_fixed {
    min-width: 1366px;
    margin-left: auto;
    margin-right: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
#btn_plan_fixed.fixed {
/*	position: fixed;
	top: auto;
	bottom: 100px;*/
}
#btn_plan_fixed a {
	display: flex;
	
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translate(0%, -50%);
	
	background-image: url("../img/btn_plan_u.svg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 230px;
	height: 178px;
	flex-direction: column ;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}
#btn_plan_fixed a:hover {
	background-image: url("../img/btn_plan_o.svg");
}
#btn_plan_fixed a p {
    font-size: 1.125rem; /*18px*/
    padding: 0;
    margin: 15px 0;
}
#btn_plan_fixed a .door {
	width: 23px;
	display: flex;
	flex-direction: column ;
    justify-content: center;
}
#btn_plan_fixed a .arw {
	width: 25px;
	display: flex;
	flex-direction: column ;
    justify-content: center;
}
#btn_plan_fixed {
	/*display: none;*/
}
@media only screen and (max-width: 1366px) {
	#btn_plan_fixed {
    	min-width: 100%;
    }
	#btn_plan_fixed a {
		right: -20px;
	}
}
@media only screen and (max-width: 767px) {
	#btn_plan_fixed {
		display: block;
		min-width: 100%;
	    margin-left: auto;
	    margin-right: auto;
		position: fixed;
		top: auto;
		left: auto;
		bottom: 0;
		transform: translate(0%, 0%);
	}
	#btn_plan_fixed a {
		display: flex;
		
		position: relative;
		right: auto;
		top: auto;
		transform: translate(0%, 0%);
		
		background-image: none;
		background-color: #248d3a;

		width: 100%;
		height: auto;
		
		flex-direction: row ;
	    justify-content: center;
	    align-items: center;
	    color: #fff;
	    text-decoration: none;
	    padding-right: 20px;
	    padding-top: 0.5em;
	    padding-bottom: 0.5em;
	    font-size: calc(100vw * (20 / 375));
	}
	#btn_plan_fixed a:hover {
		background-image: none;
	}
	#btn_plan_fixed a .door {
		width: calc(100vw * (23 / 375));
		margin-right: 0.5em;
	}
	#btn_plan_fixed a .arw {
		width: calc(100vw * (25 / 375));
		position: absolute;
		right: calc(100vw * (20 / 375));
		top: 50%;
		transform: translate(0%, -50%);
	}
}

@media only screen and (max-width: 767px) {
  
  img { max-width: 100%; height: auto; }
  
	.showPc { display: none !important; }
	.showSp { display: block !important; }
	.outer {
	    width: 100%;
	}
  
  .outer {
      width: 100%;
      min-width: 100%;
  }
  .inner {
      width: 100%;
  }
  
	#splogo {
		width: calc(100vw * (130 / 375));
		margin-top: calc(100vw * (12 / 375));
		margin-left: calc(100vw * (20 / 375));
	}
	#splogo img {
		width: calc(100vw * (130 / 375));
		height: auto;
	}
	
	#header.open #splogo a {
		display: none;
	}
	
	#spHeadright {
		display: flex;
		justify-content: space-between;
	}
	#spHeadright .spheader_contact {
		margin-left: 15px;
		
	}
	#spHeadright .spheader_contact a {
		margin-top: calc(100vw * (18 / 375));
		margin-right: calc(100vw * (12 / 375));
		width: calc(100vw * (110 / 375));
		height: calc(100vw * (38 / 375));
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background-color: #248d3a;
	}
	#spHeadright .spheader_contact a img {
		height: calc(100vw * (11 / 375));
	}
	#header.open #spHeadright .spheader_contact a {
		display: none;
	}
	
	
  #spgnav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background-color: #fff;
	padding-bottom: calc(100vw * (12 / 375));
  }
  .open #spgnav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
  }
  .open #spHead {
    background-color: #fff;
  }
  #header.open #spNav {
    display: block;
  }
  #spNav {
    display: none;
  }
  
  #spNavToggle {
    position: relative;
    z-index: 0;;
    width: calc(100vw * (35 / 375));
    height: calc(100vw * (32 / 375));
	margin-top: calc(100vw * (20 / 375));
	margin-right: calc(100vw * (20 / 375));
  }

  #spNavButton {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: calc(100vw * (35 / 375));
    height: calc(100vw * (32 / 375));
    cursor: pointer;
  }

  #spNavButton span,
  #spNavButton::before,
  #spNavButton::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: calc(100vw * (35 / 375));
    height: calc(100vw * (2 / 375));
    margin: auto;
    background: #000;
  }
  #spNavButton span {
    overflow: hidden;
    z-index: 1;
    color: #000;
  }
  #spNavButton::before {
    z-index: 2;
    transform: translate(0, calc(100vw * (-12 / 375)));
    content: "";
  }
  #spNavButton::after {
    z-index: 2;
    transform: translate(0, calc(100vw * (12 / 375)));
    content: "";
  }
  #spNavButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  #spNavButton::before,
  #spNavButton::after {
    transition: transform 200ms;
  }
  #spNavButton.active span {
    opacity: 0;
    transition: opacity 150ms;
  }
  #spNavButton.active::before {
    transform: rotate(45deg);
  }
  #spNavButton.active::after {
    transform: rotate(-45deg);
  }
	#spNav .logo {
		margin-top: calc(100vw * (30 / 375));
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#spNav .logo img {
		width: calc(100vw * (81 / 375));
	}
  #spNav ul {
	margin: calc(100vw * (30 / 375)) 0;
	padding: 0;  
  }
  #spNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  #spNav ul li a {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: calc(100vw * (20 / 375)) 0;
	  text-decoration: none;
		font-size: calc(100vw * (18 / 375));
	}
	#spNav ul li img {
		height: calc(100vw * (16 / 375));
		width: auto;
		margin-bottom: 3px;
	}
	#spNav ul li img[alt="concept"] {
		height: calc(100vw * (18 / 375));
		margin-bottom: 0px;
	}
	#spNav ul li.instagram img {
		height: calc(100vw * (25 / 375));
	}
	#spNav .header_contact {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: calc(100vw * (30 / 375)) 0;
	}
	#spNav .header_contact a {
		width: calc(100vw * (168 / 375));
		height: calc(100vw * (60 / 375));
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background-color: #248d3a;
		color: #fff;
		text-decoration: none;
		font-size: calc(100vw * (18 / 375));
	}
	#spNav .header_contact a img {
		height: calc(100vw * (16 / 375));
	}
	

	#pagetop {
	    min-width: 100%;
	}
	

}




.service_wrap {
	background-color: #248d3a;
	color:#fff;
	padding: 50px 0;
}
.service_wrap h2 {
	text-align: center;	
}
.service-list {
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	padding: 0;
	flex-wrap: wrap;
	width: 1070px;
}
.service-list li {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	padding: 0;
	width: 165px;
}
.service-list li .image {
	display: flex;
	justify-content: center;
	align-items: center;	
}
.service-list li .image img {
	vertical-align: bottom;
	width: 100%;
}
.service-list li .name {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	padding: 0.5em;
}


@media only screen and (max-width: 767px) {
	.service_wrap h2 {
		font-size: calc( 100vw * ( 22 / 375 ) );
	}
	.service-list {
		width: calc(100vw * (335 / 375));
	}
	.service-list li {
		width: calc(100vw * (165 / 375));
	}

}

