@charset "utf-8";
body {
  font-family: 'BIZ UDPMincho', serif;
  color: #504842;
}
header{
	width:100%;
	height:140px;
}
.header__inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.header__inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.header__nav ul li a {
  margin-left: 50px;
}
.g-nav {
  display: flex;
  flex-direction: column;
  margin-left: 500px;
}
.n-nav {
  display: flex;
}
.menu {
  display: flex;
}
.hbg {
  display: none;
}
header ul li a {
  font-size: 24px;
  margin: 20px 30px 0 10px;
  color: #504842;
  text-decoration-line: none;
  font-weight: bold;
}
header ul li a {
  background-image: linear-gradient(to right, #BE9FC0, #BE9FC0 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
header ul li a:before {
  content: '';
  background: #BE9FC0;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
header ul li a:hover {
  background-position: 0;
}
header ul li a:hover::before {
  width: 100%;
}
Presentational Styles body {
  font-size: 20px;
  font-weight: bold;
  height: 100vh;
  place-items: center;
}
.logo1 {
  /* position: relative;*/
}
.logo1 {
  width: 120px;
  /* position: absolute;*/
}
.btn1 {
  diplay: block;
  width: 220px;
  margin: 20px 10px 0;
}
.button1 {
  text-align: center;
}
.button1 a img {
  position: relative;
  top: 0;
}
.button1 a img:hover {
  top: 3px;
  transition: 0.3s;
}
h1 img {
  width: 100%;
  margin-bottom: 100px;
}
h2{
	font-size:26px;
	font-family: 'Fahkwang', sans-serif;
	text-align: center;
	margin-bottom:10px;
	padding-top:150px;
}
h3 {
  font-size: 34px;
  margin: 100px 0 0 0;
  font-family: 'Fahkwang', sans-serif;
	margin-bottom:100px;
}
small{
	font-size:20px;
}
.gray {
width: 400px;
height: 8px;
background: #707070;
border: 1px solid #707070;
	

}

.hero{
	background-color:#be9fc0;
	width:100%;
	height:400px;
}

.search-form-006 {
	justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
}


.search-form-006 input {
    width: 500px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 1em;
    outline: none;
}

.search-form-006 input::placeholder {
    color:#727272;
}

.search-form-006 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color:#918C8C;
    cursor: pointer;
}

.search-form-006 button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

h4{
	font-size:26px;
	font-family: 'Fahkwang', sans-serif;
	text-align: center;
	padding:37px 0 37px 0;
}
.q{
	background-color:#be9fc0;
	width:800px;
	height:100px;
	background: #f0edea;
	
}
.faq{
	max-width:800px;
	width:800px;
	margin:0 auto;
}

h4{
	font-size:24px;
	margin:50px 0 100px 0;
	text-align: center;
}
h4 a{
	color:#504842;
	text-decoration-line: none;
}
h4 a {
 position: relative;
 display: inline-block;
 text-decoration: none;
}
h4 a::after {
 position: absolute;
 bottom: -3px;
 left: 0;
 content: '';
 width: 100%;
 height: 1px;
 background: #000000;
 transform: scale(0, 1);
 transform-origin: center top;
 transition: transform .3s;
}
h4 a:hover::after {
 transform: scale(1, 1);
}





/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.accordion-container {
  margin: 5px 0 50px 0;
  max-width: 800px;
  width: 100%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  background: #fff;
	border-bottom:1px solid #707070;
  cursor: pointer;
  font-size: 20px;
  padding: 30px 40px 10px 40px;
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
	background:#DFDDD3;
	line-height:1.3em;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 30px 40px 30px 40px;
}








footer ul li a:hover::after {
  transform: scale(1, 1);
}
footer {
  background-color: #F0EDEA;
  padding: 40px 0px;
  display: flex;
  justify-content: space-around;
}
.logo2 {
  width: 100px;
  margin: 0 auto;
}
.od {
  font-family: 'Fahkwang', sans-serif;
}
.od {
  color: #504842;
  text-decoration-line: none;
}
footer ul li {
  margin: 0 0 10px 0;
}
footer ul li a {
  font-size: 20px;
  color: #000;
  text-decoration-line: none;
  paddinf: 10px;
}
footer ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #504842;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
footer ul li a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 1530px){
	.menu {
 display:none;
}
	.hbg{
	display:block;
		
}
	#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(224,214,186,1.00);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 60%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

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

/*リストのレイアウト設定*/

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

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.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: #666;
  	width: 45%;
  }

.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: 30%;
}

.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: 30%;
}

	
}

@media screen and (max-width: 768px) {
	.group{
		width:700px;
		margin-left:20px;
		margin-right:20px;
	}
	header{
	width:100%;
	height:90px;
}
	.logo1{
		width:80px;
	}
	
	
	
	/*.header__nav{
		display:none;
	}*/
	#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(224,214,186,1.00);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 60%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

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

/*リストのレイアウト設定*/

#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;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.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: #666;
  	width: 45%;
  }

.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: 30%;
}

.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: 30%;
}
	h2{
	font-size:20px;
	font-family: 'Fahkwang', sans-serif;
	text-align: center;
	margin-bottom:10px;
	align-items: center;
		padding-top:100px;
}
	.hero{
		max-width:500px;
		width:500px;
		height:300px;
	}
	.search-form-006 input {
    width: 300px;
    height: 35px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 1em;
    outline: none;
}
	.search-form-006 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    border: none;
    background-color:#918C8C;
    cursor: pointer;
}

	.faq{
	max-width:500px;
	width:500px;
	margin:0 auto;
}
	h4{
		font-size:18px;
	}
	.q{
	background-color:#be9fc0;
	width:500px;
	height:90px;
	background: #f0edea;
	
}
	.accordion-title{
		font-size:18px;
	}
	.accordion-text{
		font-size:16px;
		line-height:1.7em;
	}
	footer ul li a {
  font-size: 14px;
  color: #000;
  text-decoration-line: none;
  paddinf: 10px;
}
	
}


