@charset"UTF-8";
@import url("vendor/icomoon.css?ver=1");

:root {
	--color-font-base: #231815;
	--color-font-brown: #d58012;
	--color-bg-white: #fff;
	--color-bg-brown: #d58012;
	--color-bg-orange-header: #f8d6a9;
	--color-bg-orange-body: #f6cc93;
	--color-bg-orange-link: #f9c06d;  
	--color-bg-orange-footer: #f2b96d;
	--color-bg-beige-body: #feedc7;
	--color-border-base: #231815;
	--color-border-brown: #d58012;
}

/**************************************
 * Common Styles
 **************************************/
html {
	font-size: 24px;
/*	font-size: 62.5%;*/ /* 62.5%を指定すると「1.0 rem = 10px」 */
	box-sizing: border-box;
	/*scroll-padding-top: 160px;*/
	/*scroll-behavior: smooth;*/
	height: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1149px) {
	html{
		font-size: 22px;
	}
}
@media screen and (max-width: 1024px) {
	html{
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	html{
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	html {
		/*scroll-padding-top: 160px;*/
	}
}
@media screen and (max-width: 767px) {
	html {
		/*scroll-padding-top: 130px;*/
	}
}
body{
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',Arial ,sans-serif;
	background-color: var(--color-bg-white);
	color: var(--color-font-base);
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
	line-height: 1.65;
	letter-spacing: 0.03em;
}
p{
	word-break:break-all;
	letter-spacing: 0.03em;
	line-height: 1.65;
}
hr {
	margin: 0;
	border-top:1px solid white;
	color: inherit;
}
img{
	vertical-align: bottom;
}
img.full{
	width:100%;
	height: auto;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	background: 0 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 0.03em;
}
a:link{
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover{
	cursor: pointer;
	opacity: 0.8;
}
a.decoration{
	display: inline-block;
	border-bottom: 1px dashed #663333;
}
a img {
	border: none;
	text-decoration: none;
}
a.img-wrap{
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
}
a.img-wrap img,
a.img-wrap svg
{
	display: block;
	margin: 0;
	padding: 0;	
	vertical-align: bottom;
}

.container-full {
	position: relative;
	display: block;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.container-full {
	  padding-right: 0px;
	}
}
.sr-text{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.lang-en{
	word-break: normal;
}

/* common font
============================================== */
strong {
	font-weight: bold;
	font-weight: 700;
}

/* common color
============================================== */
.bg-orange-body {
 background-color: var(--color-bg-orange-body);
}
.bg-beige-body {
 background-color: var(--color-bg-beige-body);
}

/* common width
============================================== */
.wd1306{width:100%;max-width:1306px;margin-right: auto;margin-left: auto;}
.wd958{width:100%;max-width:958px;margin-right: auto;margin-left: auto;}
.wd950{width:100%;max-width:950px;margin-right: auto;margin-left: auto;}
.wd946{width:100%;max-width:946px;margin-right: auto;margin-left: auto;}
.wd930{width:100%;max-width:930px;margin-right: auto;margin-left: auto;}
.wd910{width:100%;max-width:910px;margin-right: auto;margin-left: auto;}
.wd890{width:100%;max-width:890px;margin-right: auto;margin-left: auto;}
.wd884{width:100%;max-width:884px;margin-right: auto;margin-left: auto;}
.wd860{width:100%;max-width:860px;margin-right: auto;margin-left: auto;}
.wd850{width:100%;max-width:850px;margin-right: auto;margin-left: auto;}
.wd830{width:100%;max-width:830px;margin-right: auto;margin-left: auto;}
.wd820{width:100%;max-width:820px;margin-right: auto;margin-left: auto;}
.wd710{width:100%;max-width:710px;margin-right: auto;margin-left: auto;}
.wd550{width:100%;max-width:550px;margin-right: auto;margin-left: auto;}
.wd530{width:100%;max-width:530px;margin-right: auto;margin-left: auto;}
@media screen and (max-width: 767px) {
	.wd1306{max-width:752px}
	.wd958{max-width:600px}
	.wd950{max-width:600px}
	.wd946{max-width:600px}
	.wd930{max-width:600px}
	.wd910{max-width:600px}
	.wd890{max-width:600px}
	.wd884{max-width:600px}
	.wd860{max-width:600px}
	.wd850{max-width:600px}
	.wd830{max-width:600px}
	.wd820{max-width:600px}
	.wd710{max-width:600px}
	.wd550{max-width:550px}
	.wd530{max-width:530px}
}

/* site
============================================== */
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-weight: 700;
}
.l-wrapper {
	height: 100%;
	width: 100%;
}
.l-container {
	display:block;
	margin: 0 auto;
	min-height: 100vh;
	width: 100%;
}
.l-main__wrapper {
	display:block;
	height: 100%;
	width: 100%;
}
.l-main__container {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-height:500px;
}
.l-main__container{
	padding-top:169px;
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
	.l-main__container{
		padding-top:130px;
	}
}
@media screen and (max-width: 767px) {
	.l-main__container{
		padding-top:83px;
	}
}

/***********************************************
   Common styles
***********************************************/

/* common:animation
============================================== */
.cover,
.cover_fast{
  position: relative;
}
.cover::after,
.cover_fast::after{
  content: "";
  display: block;
  position: absolute;
  background: white;
  width: 100%;
  height: 103%;
  top:-1%;
  right:0;
  transition-property: width;
  transition-duration: 1.1s;
  transition-delay: .5s;
}
.cover_fast::after{
  transition-duration: .8s;
  transition-delay: 0;
}
.cover.show::after,
.cover_fast.show::after{
  width: 0;
}
.fade_fast-list .fade-list-item,
.fade_fast,
.fade-list .fade-list-item,
.fade{
  opacity: 0;
  transition-duration: 0.26s;
  transition-property: opacity;
}
.fade-list .fade-list-item,
.fade{
  transition-duration: 1s;
}
.fade_fast-list .fade-list-item.show,
.fade-list .fade-list-item.show,
.fade_fast.show,
.fade.show{
  opacity: 1;
}

/* common:headding
============================================== */
[class*="h-type-"] .text{
	display: inline-block;
}
/* image file's title */
.h-type-1{
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 1;
}
.h-type-1 > .image{
	position: relative;
	display: inline-block;
  width: 100%;
  max-width: 406px;
}
/* ribbon's title */
.h-type-2{
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 1;
}
.h-type-2 > .label-wrap{
	position: relative;
	display: inline-block;
  aspect-ratio: 506 / 170;
  width: 100%;
  max-width: 506px;
  height: auto;
	background-image: url("../img/common_bg_section-title.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
.h-type-2 .text-ja{
  position: relative;
	display: inline-block;
  /*font-size: 26px;**/
  font-size: 1.0833rem;
  font-weight: 700;
	line-height: 1;
  margin-top:0.95em;
  padding-right: 3.1620%;
  width: 69.1699%;
  height: auto;
	z-index: 1;
	text-align: center;
	letter-spacing: 0.1em;
}
.h-type-2.justify .text-ja{
  min-width: 122px;
  width: 3em;
  text-align:justify;
  text-align-last:justify;
}
.h-type-2 .text-en{
  position: absolute;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  /*font-size: 20px;**/
  font-size: 0.8333rem;
  font-weight: 700;
	line-height: 1;
  top:2.7em;
  left: 13.8339%;
  width: 69.1699%;
  height: auto;
	z-index: 1;
  overflow: hidden;
}
.h-type-2 .text-en .text{
  position: relative;
  display: inline-block;
  height: auto;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.4;
  padding-left: 2.6em;
  padding-right: 2.7em;
}
.h-type-2 .text-en .text::before,
.h-type-2 .text-en .text::after{
  position: absolute;
  display: inline-block;
  height: auto;
  content: "\30FC\30FC";
  letter-spacing: 0.2em;
  top:0.05em;
  z-index: 2;
}
.h-type-2 .text-en .text::before{
  left:0;
}
.h-type-2 .text-en .text::after{
  right:0;
}
/* - text - sub title */
.h-type-3{
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.h-type-3 .text-wrap{
  position: relative;
	display: inline-block;
	/*font-size: 30px;**/
	font-size: 1.2500rem;
	letter-spacing: 0.01em;
  padding-left: 0.91em;
  padding-right: 0.9em;
}
.h-type-3 .text{
  color: var(--color-font-brown);
	display: inline-block;
  min-width: 200px;
  text-align:justify;
  text-align-last:justify;
  font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.01em;
}
.h-type-3 .text::before,
.h-type-3 .text::after{
  position: absolute;
  display: inline-block;
  top:0;
  content: "-";
}
.h-type-3 .text::before{
  left:0;
}
.h-type-3 .text::after{
  right: 0;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h-type-1 > .image{
    max-width: 300px;
  }
  .h-type-2 > .label-wrap{
    max-width: 300px;
  }
  .h-type-2 .text-ja{
    font-size: 16px;
  }
  .h-type-2.justify .text-ja{
    min-width: 72px;
  }
  .h-type-2 .text-en{
    font-size: 12px;
  }
  .h-type-3 .text-wrap{
    font-size: 20px;
  }
  .h-type-3 .text{
    min-width: 82px;
  }  
}
@media screen and (max-width: 767px) {
  .h-type-1 > .image{
    max-width: 220px;
  }
  .h-type-2 > .label-wrap{
    max-width: 260px;
  }
  .h-type-2 .text-ja{
    font-size: 13px;
  }
  .h-type-2.justify .text-ja{
    min-width: 63px;
  }
  .h-type-2 .text-en{
    font-size: 10px;
  }
  .h-type-3 .text-wrap{
    font-size: 17px;
  }
  .h-type-3 .text{
    min-width: 70px;
  }  
}

/* common:link-btn
============================================== */
[class*="link-btn-"]{
	position: relative;
	display: inline-block;
	width: 187px;
	line-height :50px;
	padding-left:20px;
}
[class*="link-btn-"]::after{
	display: block;
	position: absolute;
	width:36px;
	height:8px;
	background-position: top left;
	background-repeat:no-repeat;
	background-size: 36px 8px;
	content: '';
	top:calc(50% - 4px);
	right:1em;
	z-index: 2;
}
a.link-button-1 {
	position: relative;
	display: block;
	/*font-size: 25px;**/
	font-size: 1.0416rem;
	padding: 0.1em 1em 0.25em;
	background: #fff;
	border: 1px solid var(--color-border-base);
	color: var(--color-font-base);
	border-radius: 50px;
	width:100%;
	max-width: 595px;
	text-align: center;
	letter-spacing: 0.1em;
}
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 1024px) {
	a.link-button-1 {
		font-size: 13px;
		font-size: 0.81em;
		max-width: 153px;
		max-width: 9.56em;
	}
}

/* common:link-text
============================================== */
.link-home-wrap{
	margin-top:90px;
}
.link-home{
	display: inline-block;
	/*font-size: 17px;**/
	font-size: 0.7083rem;
	font-weight: bold;
	position: relative;
	padding-right: 0.8em;
}
.link-home::after {
  border-color: #666666;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: middle;
  width: 0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 1024px) {
	.link-home-wrap{
		margin-top:44px;
		margin-top:2.75em;
	}
	.link-home{
		font-size: 13px;
		font-size: 0.81em;
	}
	.link-home::after {
		top: calc(50% - 3px);
	}
}

/* common:table
============================================== */
.table{
	width:100%;
}
.table .tr{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
  min-height: 50px;
}
.table .tr:first-child{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: transparent;
}
.table .th{
  display: -ms-flexbox;
  display: flex;
	width: 156px;
	max-width: 156px;
	-ms-flex: 0 0 156px;
	flex: 0 0 156px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;  
  align-items: center;
  font-weight: bold;
  font-weight: 700;
  padding:1em;
  background-color: #989898;
	color: white;
}
.table .td{
  display: -ms-flexbox;
  display: flex;
	-ms-flex: 0 0 calc(100% - 156px);
	flex: 0 0 calc(100% - 156px);
	width: calc(100% - 156px);
	max-width: calc(100% - 156px);
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
  padding:1em;
  background-color: white;
}
.table.type-2 .td{
  background-color: var(--color-bg-beige-body);
}
.table .tr{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.table .tr:first-child{
	border-top: none;
}
/*
@media screen and (max-width: 767px) {
  .table .tr{
    border-bottom: none;
  }
  .table .tr:first-child{
    border-top: none;
  }
  .table .th{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .table .td{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
*/

/* l-header
============================================== */
.l-header{
	background-color: var(--color-bg-white);
  position: fixed;
  top: 0;
	left: 0px;
  transition: .3s;
  width: 100%;
	z-index: 99999;
} 
.l-header.hide{
  transform: translateY(-100%);
}
.l-header .l-header__nav{
  transition: .3s;
}
.l-header.hide .l-header__nav{
  transform: translateY(100%);
  background-color: #fff;
}
.l-header__top{
	background-color: var(--color-bg-orange-header);
  height: 115px;
}
.l-header__topWrap{
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.l-header__logo{
}
.l-header__logo{
	display: inline-flex;
	position: relative;
	z-index: 2;
  transform: translate(0%, 28px);
}
.l-header__logo a{
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.l-header__kinmokusei{
  display: inline-block;
  line-height: 1;
  width: 148px;
  margin-left: 18px;
  transform: translate(0%, -14px);
}
.l-header__logoWrap{
  font-weight: normal;
  width:100%;
  /*min-width:564px;*/
  position: relative;
  overflow: visible;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.l-header__logoText{
  position: absolute; 
}
.l-header__logoMark{
  margin-left:5px;
  width:156px;
}
.l-header__logoType{
  width:386px;
  margin-left:16px;
  margin-top: 28px;
}
.l-header__logoText{
  position: absolute;
  left:177px;
  /*font-size: 16px;**/
  font-size: 0.6666rem;
  letter-spacing: 0;
}
.l-header__contact{
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.l-header__contactWrap{
  margin-top: 12px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-radius: 6px;
  padding:12px 12px 12px;
}
.l-header__contactText{
  display: inline-block;
  line-height: 1;
  /*font-size: 17px;**/
  font-size: 0.7083rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  /*color: #d58012;*/
}
.l-header__contactText .image{
  display: inline-block;
  line-height: 1;
  width:102px;
}
.l-header__contactList .tel a{
  display: inline-block;
  line-height: 1;  
  /*font-size: 20px;**/
  font-size: 0.8333rem;
  letter-spacing: 0.01em;
  margin-top:0.6em;
  background-color: var(--color-bg-brown);
  color: #fff;
  border-radius: 50%;
}
.l-header__contactList{
  line-height: 1;
}
.l-header__contactList > li{
  line-height: 1;
}
.l-header__contactList .tel a{
  position: relative;
  display: inline-block;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
}
.l-header__contactList .tel a::before{
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94c";
  margin-top:0.3em;
  margin-left:0.36em;
}

/* Smart Phone - Tablet style */
@media screen and (max-width: 1024px) {
}
/* Tablet - only style  (768 - iPad Pro[1024]) */
@media screen and (min-width: 768px) and (max-width: 1030px) {
  .l-header__top {
    height: 90px;
  }
  .l-header__logo {
    transform: translate(0%, 16px);
  }
  .l-header__logoMark {
    margin-left: 0;
    width: 90px;
  }
  .l-header__logoType {
    width: 244px;
    margin-left: 4px;
    margin-top: 27px;
  }
  .l-header__logoText {
    top:7px;
    left: 94px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .l-header__contactText .image {
    width: 70px;
  }
  .l-header__kinmokusei {
    width: 93px;
    margin-left: 30px;
    transform: translate(0%, 12px);
  }
  .l-header__contactWrap {
    margin-top: 16px;
    padding: 0px;
  }
  .l-header__contactText {
    font-size: 10px;
  }
  .l-header__contactList .tel a {
    font-size: 13px;
    margin-top: 0.6em;
    line-height: 1.7;
  }
  .l-header__contactList .tel a::before {
    font-size: 1.9em;
    margin-top: 0.35em;
    margin-left: 0.4em;
  }  
}
/* Smart Phone - only style */
@media screen and (max-width: 767px) {
  .l-header__top {
    height: 55px;
  }
  .l-header__logo {
    transform: translate(0%, 10px);
  }
  .l-header__logoMark {
    margin-left: 0;
    width: 50px;
  }
  .l-header__logoType {
    width: 150px;
    margin-left: 4px;
    margin-top: 9px;
  }
  .l-header__logoText {
    top:4px;
    left: 55px;
    font-size: 7px;
    font-size: 0.45em;
    letter-spacing: 0;
  }  
  .l-header__contactText .image {
    width: 50px;
  }
  .l-header__kinmokusei {
    width: 50px;
    margin-left: 15px;
    transform: translate(0%, 13px);
  }  
  .l-header__contactWrap {
    margin-top: 0px;
    padding: 6px;
  }
  .l-header__contactText {
    font-size: 10px;
  }
  .l-header__contactList .tel a {
    font-size: 14px;
    margin-top: 0.4em;
    line-height: 1.7;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 342px) {
  .l-header__kinmokusei {
    display: none;
  }
}


/* nav
============================================== */
.l-header__nav{
	/*font-size: 21px;**/
	font-size: 0.8750rem;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-bg-white);
  height:54px;
}
.l-header__nav__list {
  position: relative;
	font-weight: 700;
  padding-top:0.2em;
  padding-bottom:0.4em;
	letter-spacing: 0.1em;
	line-height: 1;
  text-align: center;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}
.l-header__nav__list:-webkit-scrollbar {
  display: none;
}
.l-header__nav__listItem{
	position: relative;
  white-space: nowrap;
	overflow: visible;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	padding-left:1em;
	padding-right:1em;
}
.l-header__nav__listItem:first-child{
  padding-left:0!important;
}
.l-header__nav__listItem:last-child{
  padding-right:0!important;
}
.l-header__nav__listLabel{
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	cursor: pointer;
	color: var(--color-font-base);
	padding-left:0.8em;
	padding-right:0.8em;
  line-height: 2;
}
/* Smart Phone - Tablet style */
@media screen and (max-width: 1024px) {
	.l-header__nav{
		font-size: 16px;
    height: 40px;
	}
	.l-header__nav__listItem{
		padding-left:0.6em;
		padding-right:0.6em;
	}
}
/* Tablet - only style  (768 - iPad Pro[1024]) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* Smart Phone - only style */
@media screen and (max-width: 767px) {
  .l-header__nav{
		font-size: 11px;
    height: 28px;
  }
	.l-header__nav__listItem{
		padding-left:0.3em;
		padding-right:0.3em;
	}
	.l-header__nav__list{
    padding-left:0.3em;
    padding-right:0.3em;
	}
}
@media screen and (max-width: 342px) {
  .l-header__nav::after{
    color:inherit;
    position: absolute;
    top:0;
    right:16px;
    background-color: rgba(255,255,255,0.45);
    height:28px;
    width:18px;
    padding-top:0.23em;
    text-align: right;
    z-index: 3;  
    font-size: 1.7em;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e939";
  }
	.l-header__nav__list{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
	}
}


/* footer
============================================== */
.l-footer{
	padding-top:60px;
	padding-bottom:30px;
  background-color: var(--color-bg-orange-footer);
  color: var(--color-font-base);
}
.page-post-archive .l-footer,
.page-post-single .l-footer{
	border-top: 1px solid var(--color-border-base);
}
.l-footer a {
  color: var(--color-font-base);
}
.l-footer__logo a {
	display: inline-block;
	line-height: 1;
}
.l-footer__logo a span{
	display: inline-block;
}
.l-footer__address{
  /*font-size: 13px;**/
  font-size: 0.5416rem;
  display: inline-block;
}
.l-footer__logo img {
	width: 190px;
}
.l-footer__snsLinks{
	margin-top: 36px;
}
.l-footer__snsLinks a {
	display: inline-block;
	line-height: 1;
}
.l-footer__snsLinks a span{
	display: inline-block;
	line-height: 1;
}
.l-footer__snsLinks img{
	width: 40px;
}
.l-footer__nav{
	/*font-size: 18px;**/
	font-size: 0.7500rem;
	line-height: 1;
}
.l-footer__nav__list > li{
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--color-border-base);
  width:100%;
  margin-top:0.5em;
}
.l-footer__nav__list a{
  padding:0.7em 0.4em 0.75em 0.5em;
  width:100%;
}
.l-footer__nav__list a .text{  
  position: relative;
  display: inline-block;
  padding-left: 1.15em;
}
.l-footer__nav__list a .text::before{
  top:0.1em;
  position: absolute;
  left: 0;
  content: "";
  width:15px;
  height: 18px;
  background-image: url("../img/footer_nav_icon.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.l-footer__section2{
	/*font-size: 13px;**/
	font-size: 0.5416rem;
	margin-top: 5em;
}
.l-footer__copyright{
	font-size: 12px;
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (max-width: 767px) {  
  .l-footer__address {
    font-size: 15px;
  }
  .l-footer__nav{
    font-size: 15px;
  }
  .l-footer__nav__list a .text::before{
    top: 0.125em;
    width:12px;
    height: 14px;
  }
  .l-footer__nav__list > li{
    margin-top:0;
  }
  .l-footer__nav__list a {
    padding: 0.8em 0.4em 0.85em 0.5em;
  }
  .l-footer__section2{
    margin-top: 3em;
  }
}

/***********************************************
   Site common styles
***********************************************/

/* common
============================================== */
span.c-image-wrap{
  display: inline-block;
  line-height: 1;
}

/* c-subMainvisual
============================================== */
.c-subMainvisual{
  position: relative;
}

/* c-contact
============================================== */
.c-contact {
  /*font-size: 30px;**/
  font-size: 1.25rem;
  padding-top:72px;
  padding-bottom:82px;
}
.c-contact__title{
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-font-brown);
}
.c-contact__title .text{
  position: relative;
  display: inline-block;
  padding:0 1.1em;
}
.c-contact__title .text::before,
.c-contact__title .text::after{
  top:0.3em;
  position: absolute;
  content: "";
  width:0.94em;
  height: 0.94em;
  background-image: url("../img/contact_h_fig.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.c-contact__title .text::before{
  left:0;
}
.c-contact__title .text::after{
  right:0;
}
.c-contact__hours{
  font-weight: 700;
  color: var(--color-font-brown);
  font-size: 0.9em;
}
.c-contact__tel_button{
  background-color: var(--color-bg-brown);
  line-height:1;
  height: 2.4em;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding:0 1.2em 0.1em;
  border-radius: 9px;
}
.c-contact__tel_button .text{
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.c-contact__tel_button .text::after{
  position: absolute;
  font-size: 1.2em;
  top:-0.02em;
  left:0;
  display: inline;
  z-index: 1;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94c";
  color: #fff;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-contact {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact {
    font-size: 21px;
    padding-top: 54px;
    padding-bottom: 60px;
  }
}


/***********************************************
   Page home styles
***********************************************/

/* .c-topFirstview
============================================== */
.c-topFirstview{
	position: relative;
	display: block;
	width: 100%;
  /*font-size: 23px;**/
  font-size: 0.9583rem;
  padding-top: 2.2em;
  overflow: hidden;
}
.c-topFirstview::after{
  content: "";
  position: absolute;
  width:100%;
  height:3.34em;
  bottom: 0;
  left:0;
  background-color: var(--color-bg-beige-body);
  z-index: -1;
}
.c-topFirstview .container-main{
  position: relative;
  padding-bottom:1.73em;
}
.c-topFirstview__mainPic{
  z-index: 0;
}
.c-topFirstview__messageList{
  position: absolute;
  top:0;
  left:5.53em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;	
	height: 18.84em;
  transform: translate(0%, -1.57em);
}
.c-topFirstview__messageList > li{
  border:1px solid var(--color-border-base);
  background-color: var(--color-bg-beige-body);
  display: inline-block;
  padding-top:1.2em;
  padding-bottom:1.2em;
  line-height: 1.75;
  letter-spacing: 0.22em;
  margin-right: 0.86em;
  font-weight: 700;
}
.c-topFirstview__messageList > li:nth-child(1){
  transform: translate(0%, 0px);
  margin-right: 0;
}
.c-topFirstview__messageList > li:nth-child(2){
  transform: translate(0%, 2.0em);
}
.c-topFirstview__messageList > li:nth-child(3){
  transform: translate(0%, 0.25em);
}
.c-topFirstview__messageList > li:nth-child(4){
  transform: translate(0%, 2.0em);
}
.c-topFirstview__messageList > li:nth-child(5){
  transform: translate(0%, 0.5em);
}
.c-topFirstview__messageList > li:nth-child(6){
  transform: translate(0%, 1.6em);
}
.c-topFirstview__kinmokusei{
  position: absolute;
  width:10.46em;
  z-index: 1;
  bottom:0;
  right:2.3em;
  aspect-ratio: 268 / 212;
}
@media screen and (max-width: 1180px) {
  .c-topFirstview{
    font-size: 19px;
  }
}
/* Tablet - only style  (768 - iPad Pro[1024]) */
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .c-topFirstview{
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .c-topFirstview{
    font-size: 15px;
  }
}
/* Smart Phone - only style */
@media screen and (max-width: 767px) {
  .c-topFirstview .container-fluid{
    padding-right: 0;
  } 
  .c-topFirstview{
    font-size: 14px;
  }
  .c-topFirstview__kinmokusei{
    aspect-ratio: 100 / 85;
    width:8.2em;
    right:auto;
    left:1.5em;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .c-topFirstview .container-main {
    padding-bottom: 0;
  }
  .c-topFirstview__messageList > li br{
    display: none;
  }
  .c-topFirstview__kinmokusei{
    width:10.6em;
    left:2.1em;
  }
}
/* Smart Phone - only style */
@media screen and (max-width: 600px) {
  .c-topFirstview{
    font-size: 12px;
    padding-top: 4.1em;
  }
  .c-topFirstview::after {
    height: 100%;
  }  
  .c-topFirstview .container-main {
    padding-bottom: 1.25em;
  }
  .c-topFirstview__messageList{
    font-size: 15px;
    top:0;
    left:1.2em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: rl;
            writing-mode: horizontal-tb;	
    height: auto;
    transform: translate(0%, -1.97em);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .c-topFirstview__messageList > li{
    border:none;
    background-color:transparent;
    display: inline-block;
    padding-top:0;
    padding-bottom:0;
    line-height: 1.53;
    letter-spacing: 0.22em;
    margin-right: 0;
    font-weight: 700;
  }
  .c-topFirstview__messageList > li:nth-child(1){
    transform: translate(0%, 0px);
    margin-right: 0;
  }
  .c-topFirstview__messageList > li:nth-child(2){
    transform: translate(0%, 0px);
  }
  .c-topFirstview__messageList > li:nth-child(3){
    transform: translate(0%, 0px);
  }
  .c-topFirstview__messageList > li:nth-child(4){
    transform: translate(0%, 0px);
  }
  .c-topFirstview__messageList > li:nth-child(5){
    transform: translate(0%, 0px);
  }
  .c-topFirstview__messageList > li:nth-child(6){
    transform: translate(0%, 0px);
  }
}
@media screen and (max-width: 342px) and (max-width: 430px) {
  .c-topFirstview__messageList{
    font-size: 13px;
  }
  .c-topFirstview__kinmokusei{
    width:6.6em;
  }
}

/* c-about
============================================== */
.c-about {
  padding-top:40px;
  padding-bottom:84px;
}
.c-about__sepFlower{
  width: 100%;
  height:47px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 47px;	
	background-image: url("../img/home_common_pic_flower1.svg");  
}
.c-about .section-head .title{
  margin-top:0.45em;
  /*font-size: 52px;**/
  font-size: 2.1666rem;
  font-weight: 400;
  color: var(--color-font-brown);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.c-about__intro{
  margin-top:0.23em;
  /*font-size: 21px;**/
  font-size: 0.8750rem;
  font-weight: 400;
}
.c-about__intro .desc{
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.c-about__intro .photo1-wrap{
  position: relative;
  overflow: visible;
}
.c-about__intro .photo1-wrap::after{
  position: absolute;
  content: "";
  top: 59%;
  right: 7%;
  width: 44px;
  height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	background-image: url("../img/home_common_pic_flower2.svg"); 
  z-index: 1;
}
.c-about__intro .photo1-wrap::before{
  position: absolute;
  content: "";
  bottom: -44%;
  left: 9%;
  width: 200px;
  height:202px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	background-image: url("../img/home_common_pic_flowers1.svg"); 
  z-index: 1;
}
.c-about__intro .photo1 figure{
  width:100%;
  max-width:398px;
}
.c-about__intro .photo2-wrap{
  margin-top: -20%;
  position: relative;
  overflow: visible;
}
.c-about__intro .photo2-wrap::before{
  position: absolute;
  content: "";
  top: 37%;
  left: 32%;
  width: 35px;
  height:32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	background-image: url("../img/home_common_pic_flower3.svg"); 
  z-index: 1;
}
.c-about__intro .photo2 figure{
  width:100%;
  max-width:514px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-about__intro .photo2-wrap{
    margin-top: -50%;
  }
  .c-about__intro .photo1-wrap::after{
    top: 4%;
    right: 7%;
    width: 36px;
    height: 31px;
  }
  .c-about__intro .photo1-wrap::before{
    content:none;
  }
  .c-about__intro .photo2-wrap::before{
    top: -12%;
    left: auto;
    right: 44%;
    width: 35px;
    height:32px;
  }
}
@media screen and (max-width: 767px) {
  .c-about {
    padding-bottom: 74px;
  }
  .c-about__intro{
    font-size: 15px;
  }
  .c-about .section-head .title {
    font-size: 23px;
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
  }
  .c-about__intro .photo1-wrap::after{
    top: auto;
    right: auto;
    width: 18px;
    height: 17px;
    bottom: -6%;
    left: 13%;
  }
  .c-about__intro .photo1-wrap::before{
    bottom: 40%;
    left: auto;
    right: 8%;
    width: 80px;
    height: 80px;
  }
  .c-about__intro .photo2-wrap::before{
    top: auto;
    left: 19%;
    width: 21px;
    height: 19px;
    bottom: 21%;
  }
  .c-about__intro .photo2-wrap::after{
    position: absolute;
    content: "";
    top: -66%;
    right: 7%;
    width: 88px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;	
    background-image: url("../img/home_common_pic_kinmokusei1.svg"); 
    z-index: 1;
  }
  .c-about__intro .desc{
    line-height: 1.6;
  }
  .c-about__intro .photo2-wrap{
    margin-top: 1em;
  }
}
.c-about__guide__title{
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.c-about__guide__title .text-wrap{
  position: relative;
  padding-left:92px;
  padding-right:92px;
  font-size: 35px;
  font-weight: 700;
  color: var(--color-font-brown);
  line-height: 2.4;
  border: 3px solid var(--color-border-brown);
  border-radius: 20px;
  background-color: #fff;
	display: inline-block;
  text-align:justify;
  text-align-last:justify;
  min-width: 834px;
  margin-bottom:32px;
}
.c-about__guide__title .text-wrap .text{
  width:100%;
  display: inline;
  text-align:justify;
  text-align-last:justify;
}
.c-about__guide__title .text-wrap::after{
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 40 / 42;
  width: 40px;
  height:auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;	
	background-image: url("../img/home_intro_pic_bubble.svg");
  left:calc(50% - 20px);
  bottom:-32px;
  z-index:1;
}
.c-about__guide__problemList{
  font-size: 30px;
  font-weight: 700;
  width:100%;
  padding-bottom: 1.3em;
}
.c-about__guide__problemList > li{
  position: relative;
  text-align: left;
  padding-left:1.2em;
  margin-bottom:0.2em;
}
.c-about__guide__problemList > li::before{
  content: "";
  position: absolute;
  display: block;
  top: 0.74em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-font-base);
  z-index: 1;
}
.c-about__guide__list > li{
  padding-top: 40px;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.c-about__guide__list > li .link-wrap{
  font-size: 20px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--color-border-base);
  border-radius: 15px;
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background-color: #fff;
  padding-top:2.3em;
  padding-bottom:1.7em;
}
.c-about__guide__list > li .link-wrap .title{
  text-align: center;
}
.c-about__guide__list > li .link-wrap .title > span{
  display: inline-block;
  line-height: 1;
  width:76.23%;
}
.c-about__guide__list > li .link-wrap .list{
  margin-top: 1.2em;
}
.c-about__guide__list > li .link-wrap .image{
  margin-top: 1.1em;
  text-align: center;
}
.c-about__guide__list > li .link-wrap .image figure{
  display: inline-block;
  line-height: 1;
  width:68%;
}
.c-about__guide__list > li .link-wrap .list > li{
  position: relative;
  text-align: left;
  padding-left:1.2em;
  margin-bottom:0.2em;
}
.c-about__guide__list > li .link-wrap .list > li::before{
  content: "";
  position: absolute;
  display: block;
  top: 0.8em;
  left: 0.4em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-font-base);
  z-index: 1;
}
.c-about__guide__list > li .link-wrap::after{
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 172 / 58;
  width: 42.57%;
  height:auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;	
	background-image: url("../img/home_intro_nav_click.svg");
  top:-40px;
  left:40px;
  z-index:2;
}
.c-about__guide__list > li .link-wrap::before{
  content: "";
  position: absolute;
  display: block;
  width: 27.72%;
  height:2px;
  top:-1px;
  left:15.34%;
  background-color: #fff;
  z-index: 1;
}
.c-about__sepFlower.bottom{
  margin-top:72px;
}
@media screen and (min-width: 768px) and  (max-width: 1024px){
  .c-about__guide__title .text-wrap{
    padding-left:8%;
    padding-right:8%;
    font-size: 30px;
    min-width: 400px;
    max-width: 600px;
    width:100%;
  }
  .c-about__guide__title .text-wrap::after{
    width: 30px;
    left: calc(50% - 15px);
    bottom: -23px;
  }
  .c-about__guide__list > li{
    padding-top: 30px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .c-about__guide__title .text-wrap{
    position: relative;
    padding-left:15%;
    padding-right:15%;
    font-size: 22px;
    line-height: 1.3;
    border: 2px solid var(--color-border-brown);
    border-radius: 10px;
    width:100%;
    min-width: 280px;
    max-width: 336px;
    margin-bottom:20px;
    padding-top:0.5em;
    padding-bottom:0.5em;
  }
  .c-about__guide__title .text-wrap::after{
    width: 25px;
    left:calc(50% - 20px);
    bottom:-20px;
  }
  .c-about__guide__title .text-wrap .text{
    display: inline-block;
  }
  .c-about__guide__title .text-wrap .text.r1{
    padding-left:0.7em;
    padding-right:0.7em;
  }
  .c-about__guide__problemList {
    font-size: 18px;
    max-width: 315px;
  }
  .c-about__guide__problemList > li::before{
    top: 0.7em;
    width: 5px;
    height: 5px;
  }
  .c-about__guide__list > li{
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;    
  }
  .c-about__guide__list > li .link-wrap {
    font-size: 16px;
  }
  .c-about__guide__list > li .link-wrap::before {
    left: 17.34%;
  }
  .c-about__guide__list > li .link-wrap::after {
    top: -32px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .c-about__guide__title .text-wrap{
    padding-left:8%;
    padding-right:8%;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .c-about__guide__title .text-wrap{
    padding-left:10%;
    padding-right:10%;
  }
}

/*
@media screen and (min-width: 200px) and (max-width: 767px) {
	::-webkit-full-page-media, :future, :root .c-about__guide__title .text-wrap{
    padding-left:10%;
    padding-right:10%;
  }  
}
*/


/* c-photogallery
============================================== */
.c-photogallery {
  padding-top:117px;
  padding-bottom:165px;
}
.c-photogallery__list{
  margin-top:22px;
}
.c-photogallery__list > li{
  margin-top:42px;
}
.c-photogallery__list > li figure img{
  border-radius: 9px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .c-photogallery {
    padding-top:60px;
    padding-bottom:74px;
  }
  .c-photogallery__list > li{
    margin-top:16px;
  }
  .c-photogallery__list > li figure img{
    border-radius: 9px;
  }  
}

/* c-access
============================================== */
.c-access {
  background-color: var(--color-bg-orange-body);
  padding-top:90px;
  padding-bottom:100px;
  line-height: 1.625;
}
.c-access .section-body{
  padding-top:1.958em;
}
.c-access__map-wrap{
  padding-left: 1.25em!important;
  padding-right: 1.66em!important;
}
.c-access__map-wrap iframe{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 406 / 402;
}
.c-access__text-wrap .name span{
  display: inline-block;
  line-height: 1;
  width: 100%;
  max-width: 407px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .c-access {
    font-size: 16px;
    padding-top:60px;
    padding-bottom:74px;
  }
  .c-access .section-body {
    padding-top: 0.5em;
  }
  .c-access__map-wrap{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .c-access__map-wrap iframe{
    aspect-ratio: 293 / 252;
  }
  .c-access__text-wrap .name span{
    max-width: 230px;
  }
  
}

/* c-instagram
============================================== */
.c-instagram {
  padding-top:100px;
  padding-bottom:134px;
}
.c-instagram__instagramIcon{
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 7px;
}
.c-instagram__instagramIcon img{
  width:48px;
}
.c-instagram__section-title{
	padding-bottom:0.42em;
}
.c-instagram__instagram__info a{
	color: #757576;
	font-size: 21px;
	line-height: 1;
}
.c-instagram__instagram__link{
  position: relative;
  display: block;
  height: 1px;
  overflow: visible;
}
.c-instagram__instagram__link > .image{
  display: inline-block;
  line-height: 1;
  width: 180px;
  position: absolute;
  left: 0em;
  bottom: -2em;
  z-index: 1;
}
.c-instagram__instagram__datetime .last-update{
	color: var(--color-font-brown);
  border: 1px solid var(--color-bg-brown);
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 1;
  padding: 0.3em 1em 0.4em;
  border-radius: 1em;
}
.c-instagram__instagram__datetime .last-update .value{
  margin-left:1em;
}
.c-instagram .slide-container {
	display: block;
	position: relative;
	margin: 0 auto;
}
.c-instagram .slider-sns{
  opacity: 0;
  transition: opacity .05s linear;
  overflow: hidden;
}
.c-instagram .slider-sns.slick-initialized{
  opacity: 1;
}
.c-instagram .slider-sns img{
	max-width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
  border-radius: 9px;
}
.c-instagram .slider-sns .slick-slide{
	margin-left:15px;
	margin-right:15px;
}
.c-instagram .slider-arrows .slick-arrow{
	cursor: pointer;
	position: absolute;
	display: block;
	width:40px;
	height:40px;
	content: '';
	font-size: 30px;
  color: var(--color-font-brown);
	top:calc(50% - 20px);
	line-height: 1;
	z-index: 1;
  border-radius: 50%;
  background-color: #fff;
}
.c-instagram .slider-arrows .slick-arrow::before{
  position: absolute;
  top: calc(50% - 15px);
  line-height: 1;
  opacity: 1;
}
.c-instagram .slider-arrows .slick-arrow:hover {
	opacity: 0.8;
}
.c-instagram .slider-arrows .slick-arrow:visited,
.c-instagram .slider-arrows .slick-arrow:active,
.c-instagram .slider-arrows .slick-arrow:focus{
	opacity: 1;
}
.c-instagram .slider-arrows .slick-arrow.slick-prev{
	left:24px;
}
.c-instagram .slider-arrows .slick-arrow.slick-prev::before{
  left:calc(50% - 0.53em);
}
.c-instagram .slider-arrows .slick-arrow.slick-next{
	right:24px;
}
.c-instagram .slider-arrows .slick-arrow.slick-next::before{
	right:calc(50% - 0.53em);
}

@media screen and (max-width: 1024px) {
	.c-instagram__instagramIcon img{
		width:34px;
	}
	.c-instagram__instagram__datetime .last-update {
		font-size: 0.63em;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.c-instagram{
    padding-top:60px;
    padding-bottom:74px;
	}
  .c-instagram__instagramIcon{
    padding-bottom: 11px;
  }
  .c-instagram__instagram__link > .image{
    width: 60px;
    left: 0em;
    bottom: -2em;
  }
  .c-instagram .slider-sns{
    border-radius: 9px;
  }
  .c-instagram .slider-sns .slick-slide{
    margin-left:0;
    margin-right:0;
  }
  .c-instagram .slider-arrows .slick-arrow.slick-prev{
    left:10px;
  }
  .c-instagram .slider-arrows .slick-arrow.slick-next{
    right:10px;
  }
  .c-instagram__instagram__link{
    display: none;
  }
  .c-instagram .slider-sns img{
    border-radius: 0px;
  }
}

/* c-regarding
============================================== */
.c-regarding {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-philosophy
============================================== */
.c-philosophy {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-stay
============================================== */
.c-stay {
  padding-top:50px;
  padding-bottom:50px;
}
.c-stay--planList > li{
  margin-top: 2.708rem;
}
.c-stay--planList > li:first-child{
  margin-top: 1.125rem;
}
.c-stay--planList .title img{
  width:484px;
}
.c-stay--planList .detail{
  margin-top:0.5em;
  font-size: 0.91666rem;
  font-weight: 700;
}
.c-stay--planList .detail ul{
  /*font-size: 30px;*/
}
.c-stay--planList .detail ul > li{
  position: relative;
  text-align: left;
  padding-left:1.1em;
  margin-bottom:0.2em;
}
.c-stay--planList .detail ul > li::before{
  content: "";
  position: absolute;
  display: block;
  top: 0.74em;
  left: 0.35em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-font-base);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-price
============================================== */
.c-price {
  padding-top:50px;
  padding-bottom:50px;
}
.c-price .section-body--title{
  margin-top:0.416666rem;
  text-align: center;
}
.c-price .section-body--title img{
  max-width: 370px;
}
.c-price .section-body--detail{
  margin-top:0.83333rem;
  padding-bottom:1.083333rem;
}
.c-price--pliceTable{
  border-radius: 0.404rem;
}
.c-price .service-a .c-price--pliceTable{
  border:4px solid #F2B96D;
}
.c-price .service-b .c-price--pliceTable{
  border:4px solid #F2B96D;
}
.c-price--pliceTable{
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.c-price--pliceTable .r_2,
.c-price--pliceTable .r_3,
.c-price--pliceTable .r_4{
  border-top: 1px solid #231815;
}
.c-price--pliceTable .r_2.right{
  border-left: 1px solid #231815;
}

@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-postpartum
============================================== */
.c-postpartum {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-antenatal
============================================== */
.c-antenatal {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-subsidy
============================================== */
.c-subsidy {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-usageflow
============================================== */
.c-usageflow {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* c-facility
============================================== */
.c-facility {
  padding-top:50px;
  padding-bottom:50px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}


