@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  paddong-top: 60px;
  /*font-family: "游ゴシック", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
	font-family: Helvetica, 'Helvetica Neue', Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #4b4b4b;
  background: #f9f6f4;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
a {
  color: inherit;
}
a:hover, a:active {
  text-decoration: none;
}
/*========= ローディング ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #333;
  text-align: center;
  color: #fff;
  display: none;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 40px;
}
/*========= ヘッダーナビゲーションのためのCSS ===============*/
#header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #fff;*/
  padding: 1rem 1.6rem 0 1.6rem;
	
}
/*#header h1 {
  font-family: "YakuHanJP", 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
	color: #a68b62;
}*/
#header h1 {
width: 180px;
  height: 180px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.header_wrap {}
/*menu https://konpure.com/2019/04/28/post-10826/*/
.menu {
  width: 70px;
  height: 70px;
  border: 5px solid #a68b62;
	border-radius: 35px;
  background: #a68b62;
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 99;
}
.menu__line {
  display: block;
  width: 30px;
  height: 2px;
  background: #444;
  position: absolute;
  left: 15px;
  transition: all 0.5s ease;
}
.menu__line--top {
  top: 20px;
  background: #fff;
}
.menu__line--center {
  top: 29px;
  background: #fff;
}
.menu__line--bottom {
  bottom: 20px;
  background: #fff;
}
.menu__line--top.active {
  top: 30px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  top: 30px;
  transform: rotate(-45deg);
}
/*gnav*/
.gnav {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__menu__item {
  margin: 40px 0;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  text-decoration: none;
  transition: .5s;
}
.gnav__menu__item a:hover {
  color: #666;
}
main {
  padding-top: 1rem;
  display: block;
}
/*************************************
hero
*************************************/
#slider {
  width: 97%;
  height: 87vh; /*全画面の場合はスライダー全体の縦幅を画面の高さいっぱい（100vh）にする。横幅100％。*/
  margin: 0 auto 10rem auto;
  border-radius: 2rem;
}
#slider .hero_wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slider .hero_wrap h1 {
  font-size: 1.5vw;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}
#slider .hero_wrap span {
  display: block;
  font-size: 1vw;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}
#slider .hero_wrap span:nth-of-type(2) {
  font-size: 3vw;
}

/*==================================================================

	.

==================================================================*/


/*==================================================================

	.banner

==================================================================*/
.banner {
  padding: 7rem 0;
}
.banner_wrap {
	width: 100%;
}
	.banner_wrap figure {
		max-width: 1200px;
		margin: 0 auto;
}

.banner_wrap figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:768px) {

}
/*==================================================================

	.product

==================================================================*/
.product {
  padding: 7rem 0;
}
.product h2 {
margin: 0 0 4rem 0;  
}
.product_wrap { width: 100%;}

.product_wrap .col3 {
	margin-top: 1rem;
	overflow: hidden;
}
.product_wrap .col3 figure {
}
.product_wrap .col3 figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.product_wrap .col3 figure img {
  transition: .3s ease-in-out;
}
.product_wrap .col3 figure:hover img {
  filter: brightness(1.1);
}
.product_wrap .col3 p {
	margin-top: 1rem;
	font-size: clamp(1.2rem, calc(1.25vw + 1.6rem), 1.3rem);
}
.product_wrap .col3:nth-of-type(5) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(6) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(7) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(8) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(9) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(10) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(11) {
	margin-top: 4rem;
}
.product_wrap .col3:nth-of-type(12) {
	margin-top: 4rem;
}
@media screen and (min-width:768px) {
  .product_wrap {
    display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
	  max-width: 1400px;
	  margin: 0 auto;
  }
	.product_wrap .col3 {
    width: calc(97% / 4);
  }
.product_wrap:after {
	content: "";
        display: block;
        width: calc(97% / 4);
	}
	.product_wrap:before {
	content: "";
        display: block;
        width: calc(97% / 4);
		order: 1;
	}
}

.product div.ttl-sub {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #c7887f;
	letter-spacing: 3px;
}

.product div.ttl-sub::before,
.product div.ttl-sub::after {
  content: '';
  flex-grow: 0.05;/* 少数にする */
  height: 1px;
  background: #c7887f;
}

/* 見出しの文字と横棒の間隔を開ける */
.product div.ttl-sub::before {
  margin-right: 20px;
}

.product div.ttl-sub::after {
  margin-left: 20px;
}
/*==================================================================

	.inst

==================================================================*/
.inst {
  padding: 7rem 0;
}
.inst h2 {
margin: 0 0 4rem 0;  
}
.inst_wrap { width: 100%;}

.inst_wrap .col3 {
	margin-top: 1rem;
}

.inst_wrap .col3 figure {
}
.inst_wrap .col3 figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.inst_wrap .col3 p {
	margin-top: 1rem;
	font-size: clamp(1.2rem, calc(1.25vw + 1.6rem), 1.3rem);
}
.inst_wrap .col3:nth-of-type(5) {
	margin-top: 1%;
}
.inst_wrap .col3:nth-of-type(6) {
	margin-top: 1%;
}
.inst_wrap .col3:nth-of-type(7) {
	margin-top: 1%;
}
.inst_wrap .col3:nth-of-type(8) {
	margin-top: 1%;
}
.inst_wrap .col3 figure img {
  transition: .3s ease-in-out;
}
.inst_wrap .col3 figure:hover img {
  filter: brightness(50%);
}

/*.inst_wrap .col3 a{
	display: inline-block;
	line-height: 0;
	position: relative;
}
.inst_wrap .col3 a:before{
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.5);
	opacity: 0.0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
.inst_wrap .col3 a:hover:before{
	opacity: 1.0;
}*/
@media screen and (min-width:768px) {
  .inst_wrap {
    display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
	  max-width: 1400px;
	  margin: 0 auto;
  }
  .inst_wrap .col3 {
    width: calc(97% / 4);
  }
.inst_wrap:after {
	content: "";
        display: block;
        width: calc(97% / 4);
	}
}
/*==================================================================

	.about

==================================================================*/
.about {
  padding: 7rem 0;
	background: #cfbe9b;
	color: #fff;
}

.about_wrap { width: 100%;}
.about_wrap h2 {
margin: 0 0 2rem 0; 
	font-size: clamp(2.4rem, calc(1.25vw + 1.6rem), 4.2rem);
	font-family: "Roboto", sans-serif;
}

.about_wrap .col12 p {
	font-size: clamp(1.3rem, calc(1.25vw + 1.6rem), 1.4rem);
}
	.about_wrap .col2 {
    margin-top: 2rem;
  }
.about_wrap .col2 figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.about_wrap .col10 {
    margin-top: 2rem;
  }

@media screen and (min-width:768px) {
  .about_wrap {
    display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
	 gap: 1rem;
	  max-width: 960px;
	  margin: 0 auto;
  }
	.about_wrap .col12 {
    width: 100%;
  }
  .about_wrap .col2 {
    width: 24.9%;
  }
	.about_wrap .col10 {
    width: 72%;
  }
	.about_wrap .col10 ul li {
    display: flex;
	  flex-wrap: wrap;
	 gap: 1rem;
  }
	.about_wrap .col10 ul li span:first-child {
		width: 12%;
	}
}

/*==================================================================

	#footer

==================================================================*/
#footer {
	padding: 1.6rem;
}
.copy {
font-size: 1.2rem;
	text-align: center;
}

/*==================================================================

	common

==================================================================*/
h2 {
	font-size: clamp(2rem, calc(1.25vw + 1.6rem), 2.4rem);
	text-align: center;
}
.container {
  width: 90%;
  margin: 0 auto;
	text-align: center;
  /*position: relative;*/
}
.sp-off {
  display: none;
}

span.border-left {
  position: relative;
  padding-left: 6rem;
  margin-bottom: 2rem;
  color: #089272;
  font-size: 1.6rem;
}
span.border-left:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background: #089272;
}
span.border-top {
  position: relative;
  padding-left: 6rem;
  margin-bottom: 2rem;
  color: #089272;
  font-size: 1.6rem;
}
span.border-top:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background: #089272;
}



@media screen and (min-width:768px) {
  .sp-off {
    display: block;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
/*ボタン*/
.btn-primary {
  display: flex;
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
}
.btn-primary a {
  position: relative;
  display: inline-block;
  margin: 0 auto !important;
  padding: 1.6rem 7rem 1.6rem 6rem;
  background: #000;
  border-radius: 999px;
  border: 1px solid #fff;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary a:hover {
  background: #191f4d;
  color: #fff;
  text-decoration: none;
}
.btn-primary a:before {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/mail-fill.svg") no-repeat;
}