/* CSS Document */

/* Reset CSS */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  html {
    font-size: 14px;
  }
  body {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.8em;
  }
  header, footer, nav, menu, article, aside, section, details, figcaption, figure{
    display: block;
  }
  ul, ol {
    list-style: none;
  }
  table {
    border-collapse: collapse;
  }
  img {
    vertical-align: bottom;
  }
  a img {
    border: none;
  }
  a {
    text-decoration: none;
    transition: .2s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
  }
  a:hover { /*hoverした時の変化*/
    opacity:0.7; /*透過具合を変更したい場合はこの数値を変更*/
  }
  .sp {
    display: none;
  }
  @media screen and (max-width:999px) {
    img {
      max-width: 100%;
    }
  }

/* 太丸ゴシック    font-family: 'M PLUS Rounded 1c', sans-serif; */
/* 丸ゴシック    font-family: 'M PLUS Rounded 1c', sans-serif; */





/* ここから0629- */

html {
	font-size: 62.5%;
}

a {cursor: pointer;}

:root {
  --color-brown: #6C5646;
  --color-green: #2C9D55;
  --color-yellow: #F3EFCB;
  --color-orange: #FDBD29;
  --color-gray: #B4B4B4;
  --color-gray-slider:#666666;
}

.law {
	padding-left:15px;
	padding-right:15px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
}

.w1100 {max-width: 1130px;}
.w1200 {max-width: 1230px;}
.w1230 {max-width: 1260px;}

.pc {display: block;}
.sp {display: none;}

.contents {
  margin-top: 200px; /* hedaerの高さ分の余白　重ならないようにする */
  overflow-x: hidden;
}

/* トップへ戻るボタン */
#PageTop{
  width: 48px;
  height: 46px;
  position: fixed;
  right: 0;
  bottom: -46px;
}
#PageTop a:hover {
  opacity: 1;
}

/* ボタン */
.btn {
	margin-top: 40px;
	text-align: center;
}
.btn a {
  display: inline-block;
  position: relative;
  
  font-size: 2.4rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #ffffff;

  background-color: var(--color-green);
  border-radius: 5px;
  padding: 9px 65px 9px 45px;
  min-width: 318px;
}
.btn a::after {
	position: absolute;
	top:25%;
	right: 33px;
	content:'';
	width: 25px;
	height: 25px;
	margin: auto;
	background-image: url(../images/arrow.png);
}

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

	.btn a {
		font-size: 1.6rem;
    padding: 15px 32px;
    
	}
  .btn a::after {
    top:25%;
  }

}

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

	.btn a {
		display: block;
		width: 100%;
    min-width: auto;
    padding: 15px 32px;
	}

}


/* 画面幅が縮んだ時はbrをはずす */
.br-pc {
	display: block;
}
@media screen and (max-width:1200px) {
	.br-pc {
		display: none;
	}
}

/* 画面幅が縮んだ時にbrをつける */
.br-sp {
	display: none;
}
@media screen and (max-width:568px) {
	.br-sp {
		display: block;
	}
}

/* youtube用 */
.w900_center {
  max-width: 900px;
  margin: auto;
}
.youtube {
  width: 100%;
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


h2 {
  display: block;
  text-align: center;
  background-image: url(../images/line.png);
  height: 30px;
}
h2 span {
  font-size: 3.6rem;
  color: var(--color-brown);
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;

  padding: 0 25px;
  background-color: #fff;

  position: relative;
  top: -15px;
}
h2 span::before {
  content: "";
}

/* トップページで使用 */
/* 背景が白以外のとき */
span.dot_bg {
	border-radius: 5px;
  background-color: #fff;
  background-image: radial-gradient(#F4F2E8 20%, transparent 20%),radial-gradient(#F4F2E8 20%, transparent 20%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
}
span.yellow_bg {
  background-color: var(--color-yellow);
}

/* 下層ページで使用 */
h2 span.sub {
	font-size: 2.8rem;
	color: var(--color-brown);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: static;
	padding: 0!important;
}

/* 主にh2すぐ下の緑文字 */
p.green_subtitle {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--color-green);
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.6;	
	text-align: center;
	margin: 10px 0 55px;
}



/* ----------- header ----------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 5px 15px -8px rgba(0, 0, 0, 0.1);
}
header li {
  list-style: none;
}
header .nav-head {
  background-color: var(--color-yellow);
}
.nav-head ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  padding: 5px 0;
}
.nav-head li {
  margin: auto 10px;
  display:block;/* シャギーを防ぐ指定を効かせるために設定 */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.05deg);/* シャギーを防ぐ指定 */
}
.nav-head a {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  color: var(--color-brown);
  margin: 0 0 0 10px!important;
}
.nav-head ul a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left : -2px; 
  color: var(--color-orange); 
}
.nav-head li.tel {
  font-weight: 800;
  color: var(--color-brown);
  font-size: 1rem;
}
.nav-head span {
  font-size: 1.8rem;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 17px auto;
}

.flex_center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 271px;
}


/* ----------- footer ----------- */
.img_center {
  text-align: center;
  background: url(../images/footer_illustration_bg.png) repeat-x;
  background-position-x: center;
}
.img_center img {
  max-width:1046px;
  width: 100%;
}

footer {
  margin-top: 100px;
}
.footer_wrap {
  background-color: var(--color-green);
  padding: 37px 0 25px;
  text-align: center;
}

/* 白枠緑文字　6つ */
.w840 {
  max-width: 840px;
  margin: auto;
}
#nav-foot1 {
  display: flex;
  justify-content: space-between;
}
#nav-foot1 li {
  background-color: #fff;
  border-radius: 25px;
  min-width: 130px;
}
#nav-foot1 li a {
  font-size: 1.5rem;
	color: var(--color-green);
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  letter-spacing: 0.04em;

  display: block;
  padding: 7px;
}

/* 3つ　メニュー */
#nav-foot2 {
  margin: 25px auto 30px;
}
#nav-foot2 li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 13px;
}
#nav-foot2 li:not(:first-child) {
  margin-left:15px; 
}
#nav-foot2 li a {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Kiwi Maru', serif;
  letter-spacing: 0.04em;
}
#nav-foot2 li::before { /* 三角矢印 */
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.title_footer img {
  max-width: 293px;
  width: 100%;
}

.footer_wrap .address {
  font-size: 1.8rem;
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	letter-spacing: 0.04em;

  margin-top: 25px;
}

.footer_wrap .address span {
  margin-left: 17px;
  background: #fff;
  border-radius: 25px;
  display: inline-block;
}
.footer_wrap .address span a {
  font-size: 1.2rem;
	color: var(--color-green);
	font-family: 'Kiwi Maru', serif;
  font-weight: 500;
	letter-spacing: 0.04em;
  
  display: block; 
  padding: 6px 10px;

}
.footer_wrap .tel {
  margin: 30px auto;
}
.footer_wrap .tel a {  
  font-size: 3.9rem;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
}
.copyright {
  font-size: 1.2rem;
	color: #fff;
	font-family: 'Kiwi Maru', serif;
	letter-spacing: 0.04em;
}




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

  .pc {display: none;}
  .sp {display: block;}
  
  .contents {
    margin-top: 66px;
  }

  /* チェック線　飾り */
  h2 {
    background-image: none;
    height: 100%;
  }
  h2 span {
      padding: 0;
      top: 0;
  }
  h2 span::before {
		position: relative;
		top: -25px;
		max-width: 100%;
		height: 30px;
		background: url(../images/line.png)!important;
		background-position: center;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
  h2 span.sub::before {
    content: none;
  }


  

  /* ----------- ヘッダー ----------- */
  .headWrap_sp {
    position: fixed;
    width: 100%;
    height: 66px;
    background-color: #fff;
    z-index:9999;
    box-shadow: 0px 5px 15px -8px rgba(0, 0, 0, 0.1);
  }

  /* ロゴとメニューボタン横並び */
  .logo {
    display: flex;
    align-items: center;
    padding: 6px 15px;
  }
  .logo img {
    height: 54px;
  }

h1 {display: inline-block;}


  /* メニューボタン */
  .openbtn {position:fixed;top:0;right:0;display:flex;height:54px;width:54px;justify-content: center;align-items:center;z-index:97;background:var(--color-brown);cursor:pointer; border-radius:5px; margin:6px 15px;}
  .openbtn span {content:'';display:block;height:3px;width:30px;background-color:#fff;position:absolute;border-radius:4px;transition:all 0.3s ease-in-out;left: 12px;/* 線の位置*/}
  .openbtn, .openbtn span {transition: all .5s;box-sizing: border-box;}

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

  .header_wrap {display: none; background-color: var(--color-yellow);}

  /* --- activeな時 --- */
  .openbtn.active span:nth-of-type(1) {top:50%;transform:rotate(45deg);}
  .openbtn.active span:nth-of-type(2) {opacity: 0;}
  .openbtn.active span:nth-of-type(3) {top:50%;transform:rotate(-45deg);}
  .header_wrap .active {display: block;}
  /* メニューボタン ここまで */


  /*------------------------------------
      メニュークリック後の中身
  ------------------------------------*/
  #gnav_sp {
		transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	}

  .header_wrap {
    height: 100vh;
    padding-top: 3px;
  }

   /* 6つのメニュー */
  .header_wrap .menu ul {
    /* position: relative; */ 
    display: flex;
    flex-wrap: wrap;
  }
  .header_wrap .menu ul li {
    background-color: rgba(255,255,255,0.8);
    width: 49%;
    margin-bottom: 1%;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
  }
  .header_wrap .menu ul li:nth-child(5),.header_wrap .menu ul li:nth-child(6) {
    margin-bottom: 0!important;
  }
  .header_wrap .menu ul li a {
    display: block;
  }
  .header_wrap .menu ul li img {
    width: 100px;
  }

  /* 3つ */
  .nav-head {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .nav-head ul {
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 17px;
  }
  .nav-head ul li {
    width: 25%;
    border: 1px solid var(--color-brown);
    border-radius: 5px;
    padding: 10px;
    margin: 0 10px 0 0;
  }
  .nav-head ul li a {
    font-size: 1.4rem;
    margin: 0;
    display: block;
  }
  .nav-head ul a:before {
    display: none;
  }

  .header_wrap .tel {
    font-size: 2rem;
    color: var(--color-green);
    text-align: center;
    cursor: default;
  }
  .header_wrap .tel span {
    font-size: 2.8rem;
  }

}



/* タブレット以下 */
@media screen and (max-width:840px) {

  /* ----------- footer ----------- */
  #nav-foot1 {
    display: inline-block!important;
  }
  #nav-foot1 li {
    margin: 0 10px 15px 0;
    display: inline-block;
  }
  #nav-foot2 {
    margin: 10px auto 30px;
}

}

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

  /* ----------- header ----------- */
  .nav-head ul li {
    width: 49%;
    margin: 0 10px 7.5px 0;
  }
  .nav-head ul li:nth-child(2n) {
    margin-right:0!important;
  }
}


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

  h2 span {font-size: 2.2rem;}
  h2 span.sub {font-size: 1.7rem;}

  p.green_subtitle { 
		font-size: 1.7rem;
		margin: 10px 0 30px;
	}	

  /* ----------- header ----------- */
  /* ロゴとメニューボタン横並び */
  .logo {
    height: 66px;
  }
  .logo img {
    height: 40px;
  }

  .nav-head ul li {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
  }


  /* ----------- footer ----------- */
  .footer {margin-top:70px;}
  #nav-foot1 li {
    font-size: 1.4rem;
  }
  .footer_wrap .address {
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Kiwi Maru', serif;
    letter-spacing: 0.04em;
    margin-top: 25px;
    padding: 0 15px;
  }
  .footer_wrap .address span {
    margin-top: 20px;
    margin-left: 0;
  }
  .footer_wrap .address span a {
    display: block;
    padding: 10px;
    min-width: 240px;
  }
  .footer_wrap .tel {
    margin: 30px auto;
  }
  .footer_wrap .tel a {  
    font-size: 2.9rem;
    color: #fff;
    letter-spacing: 0.04em; 
  }
  

}