@charset "UTF-8";
/* CSS Document */
body {
  line-height: 1.5;
  font-size: 18px;
  background-color: #eee42a;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
img{
  width: 100%;
}
.pc-only {
  display: inline-block;
}
.sp-only {
  display: none!important;
}

a, button,a img {
  transition: 0.5s ease;
  cursor: eventer;
}
a:hover, button:hover,a img:hover {
  opacity: 0.6;
}
nav ul li a:hover,button.hamburger:hover{
  opacity: 1!important;
}
.bold {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right!important;
}
.center {
  text-align: center!important;
}
section{
  margin: 0px auto;
  padding: 50px 0px;
}

.flex {
  display: flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}
/*---------------------------------
  nav
---------------------------------*/
.menu_wrap{
  display: none;
}
.pc_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background: rgb(238 186 0 / 80%);
  /*
  background: rgb(28 28 28 / 90%);
  */
  color: #fff;
  z-index: 99999;
}
.pc_menu .flex{
  max-width: 900px;
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
}

.pc_menu .flex li{
  position: relative;
  display: block;
  padding: 0 5px;
}
.pc_menu .flex li img{
  width: auto;
  cursor: pointer;
}

.pc_menu .flex ul{
  display: block;
}
.pc_menu .flex ul li a{
  display: block;
  text-decoration: none;
  color: #000;
  padding:10px 10px;
  transition:all .3s;
}
.pc_menu .flex li.has-child::before{
  content:'';
  position: absolute;
  right: 0;
  bottom: 1.2em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(135deg);
}

.pc_menu .flex li.has-child ul{
  position: absolute;
  left:0;
  top: 62px;
  z-index: 4;
  background:#fff;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  line-height: 1.2;
}
.pc_menu .flex li.has-child:hover > ul,
.pc_menu .flex li.has-child ul li:hover > ul,
.pc_menu .flex li.has-child:active > ul,
.pc_menu .flex li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.pc_menu .flex li.has-child ul li a:hover,
.pc_menu .flex li.has-child ul li a:active{
  color:#fff;
}
.pc_menu .flex li.has-child{
  padding-right: 1em;
}
section{
  padding: 100px 0;
}

/*---------------------------------
  main
---------------------------------*/
.main {
  width: 100%;
  margin: 0 auto;
}
.main .mv img {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------
	　nav-main-bottom
--------------------------------*/
nav.nav-main-bottom ul,nav.pc_menu ul {
  max-width: 900px;
  width: 90%;
  margin: 40px auto;
}
nav.nav-main-bottom .flex,nav.pc_menu .flex{
  justify-content: space-between;
}
nav.nav-main-bottom .flex li,nav.pc_menu .flex li{
  width: 20%;
}
nav.nav-main-bottom .flex li img,nav.pc_menu .flex li img{
  width: 90%;
}
/*--------------------------------
	　news
--------------------------------*/
.news{
  background: url(../img/bg-news.png) center / 100% auto no-repeat;
  max-width: 800px;
  height: 500px;
  width: 96%;
  padding-top: 120px;
  padding-bottom: 50px;
}
.news .inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.news h2 img{
  max-width: 486px;
  width: 80%;
}
.news-area{
  margin: 15px auto 0;
  max-height: 200px;
  width: 70%;
  overflow-x: auto;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.news-area li{
  text-align: left;
  margin: 20px auto 0;
  width: 80%;
  padding-bottom: 10px;
  border-bottom: #000 solid 2px;
}

/*--------------------------------
	　story
--------------------------------*/
.story{
  background:url(../img/bg-bottom-story.png) bottom center no-repeat,url(../img/bg-top-story.png) top center no-repeat,#fff;
}
.story .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 500px;
}
.story h2 img{
  width: 64%;
  max-width: 356px;
  margin-bottom: 50px;
}
.story p img{
  margin-bottom: 40px;
}

.story p span{
  font-size: 14px;
  font-weight: normal;
  font-weight: bold;
}
/*--------------------------------
	　shisetsu
--------------------------------*/
.shisetsu{
  background:url(../img/bg-shisetsu.jpg) center repeat;
}
.shisetsu .inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.shisetsu h2 img{
  width: 64%;
  max-width: 356px;
  margin-bottom: 50px;
}
.shisetsu p.text img{
  width: 64%;
  max-width: 364px;
  margin-bottom: 30px;
}
.shisetsu .box-area{
  justify-content: center;
}
.shisetsu .box .flex{
  justify-content: space-between;
}
.shisetsu .box-area{
  flex-wrap: nowrap;
  gap: 40px;
}
.shisetsu .box .flex{
  border-bottom: #000 2px solid;
  padding-bottom: 20px;
}
.shisetsu .box{
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: #000 2px solid;
  width: 100%;
  max-width: 600px;
  text-align: left;
}
.shisetsu .box .todofuken{
  padding: 5px 10px;
  border: #000 2px solid;
}
.shisetsu .box .sankahi{
  padding-top: 10px;
}
.shisetsu .box h3{
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shisetsu .box figure img{
  width: 100%;
  height: 370px;
  object-fit: cover;
  margin-bottom: 20px;
}
.shisetsu .box .shosai{
  border-top: #000 dotted 2px;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.shisetsu .box .shosai li{
  margin-bottom: 0.3em;
}
.shisetsu .box a.tel{
  color: blue;
  text-decoration: underline;
}
.shisetsu .box a.btn{
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #e72e0f url(../img/arrow.png) center right 40px/ 10px no-repeat;
  border-radius: 30px;
  text-align: center;
  width: 80%;
  padding: 10px;
}
.shisetsu .hosoku{
  margin-top: 40px;
}
.shisetsu .hosoku li{
  margin-bottom: 0.8em;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0-1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------
	　howto
--------------------------------*/
section.howto{
  padding: 100px 0 40px;
}
.howto {
  background: url(../img/bg-howto.jpg) center repeat;
  background-size: 100%;
}
.howto h2 img{
  width: 64%;
  max-width: 356px;
  margin-bottom: 50px;
}
.howto .howto-list{
  margin-bottom: 40px;
}
.howto .howto-list .inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.howto .howto-list.step01 .inner,
.howto .howto-list.step03 .inner{
  justify-content: flex-start;
}
.howto .howto-list.step02 .inner,
.howto .howto-list.step04 .inner{
  justify-content:flex-end;
}
.howto .howto-list.step01 .inner{
  background: url(../img/img-howto01.png) bottom right no-repeat;
  background-size: 200px;
}
.howto .howto-list.step02 .inner{
  background: url(../img/img-howto02.png) bottom left 100px no-repeat;
  background-size: 120px;
}
.howto .howto-list.step03 .inner{
  background: url(../img/img-howto03.png) bottom right 100px no-repeat;
  background-size: 120px;
}
.howto .howto-list.step04 .inner{
  background: url(../img/img-howto04.png) bottom left no-repeat;
  padding-bottom: 100px;
  background-size: 200px;
}
.howto .howto-list.step01 .inner p{
  width: 100%;
  text-align: center;
}
.howto .howto-list img{
  width: 750px;
}
/*--------------------------------
	　present
--------------------------------*/
.present {
  background:url(../img/img-present.png) top 200px right -15px/286px no-repeat,url(../img/bg-present.jpg) center repeat;
}
.present .inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.present h2 img{
  width: 64%;
  max-width: 356px;
  margin-bottom: 50px;
}

.present p.text img{
  width: 90%;
  max-width: 596px;
  margin-bottom: 20px;
}
.present .inner .flex{
  justify-content: center;
}
.present .inner .flex div{
  width: 50%;
}
.present .inner .flex div:last-child{
  margin-top: 200px;
}
/*--------------------------------
	　chui
--------------------------------*/
.chui .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
  padding: 40px 30px 30px;
  background: #fff;
  border-radius: 20px;
  border: #000 2px solid;
}
.chui h2 img{
  width: 64%;
  max-width: 356px;
  margin-bottom: 30px;
}
.chui ul li{
  text-align: left;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------
	　copy_sec
--------------------------------*/
.copy_sec{
  background: #fff;
  padding: 1em 0 1em;
  color: #fff;
}
.copy_sec ul{
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
.copy_sec ul li{
  color: #000;
  display: block;
  text-align: left;
  margin-bottom: 1em;
}

