@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  min-width: 0;
}

#header .h-inner {
  padding: 0;
  margin: 0;
  width: 100%;
}

#header h1 {
  display: none;
}

#header .h-logo {
  padding: 7px 0 4px 10px;
  margin: 0;
  float: none;
  width: 180px;
}

#header .h-contacts {
  display: none;
}

#hiro-image {
  padding: 0 0 30px;
}

#hiro-image .main-img {
  text-align: center;
}

#hiro-image .main-txt {
  margin: -50px auto 0;
  width: 250px;
}

.t-inner {
  padding: 0 15px;
  width: 100%;
}

.sec01 {
  padding: 30px 0;
}

.sec01 .sec01-card li {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}

.sec01 .sec01-card li:nth-child(3n) {
  margin: 0 0 15px;
}

.sec01 .sec01-card .card-image {
  margin: 0 0 15px;
}

.sec02 {
  padding: 30px 0;
}

.sec02 .sec02-ttl {
  font-size: 25px;
  text-align: center;
  display: block;
  line-height: 1.3em;
  margin: 0 0 30px;
}

.sec02 .sec02-ttl .img {
  display: block;
  margin: 0 0 5px;
}

.sec02 .sec02-contents {
  position: relative;
}

.sec02 .sec02-contents .sec02-image {
  float: none;
  margin: -30px auto 15px;
  width: 200px;
}

.sec02 .sec02-contents .sec02-info {
  padding: 15px;
  width: 100%;
  position: static;
}

.sec02 .sec02-contents .sec02-info .info-ttl {
  font-size: 20px;
  margin: 0 0 15px;
}

.sec03 {
  padding: 30px 0;
}

.sec03 .sec03-ttl01 {
  font-size: 25px;
}

.sec03 .sec03-ttl01 .img {
  display: block;
  margin: 0 0 15px;
}

.sec03 .sec03-ttl01 .ttl {
  display: block;
  margin: 0 0 20px;
}

.sec03 .sec03-txt {
  text-align: left;
  margin: 0 0 30px;
}

.sec03 .sec03-ttl02 {
  font-size: 25px;
  text-align: center;
  display: block;
  line-height: 1.3em;
  margin: 0 0 30px;
}

.sec03 .sec03-ttl02 .img {
  display: block;
  margin: 0 0 15px;
}

.sec03 .sec03-dl dt {
  font-size: 20px;
  margin: 0 0 10px;
}

.sec03 .sec03-dl dd {
  line-height: 1.5em;
  margin: 0 0 15px;
}

.sec03 .sec03-green-box {
  padding: 15px;
}

.sec03 .sec03-green-box .box-ttl {
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 1.3em;
  margin: 0 0 15px;
}

.sec03 .sec03-green-box .box-ttl .img {
  display: block;
  margin: 0 0 15px;
}

.sec03 .sec03-green-box p {
  line-height: 1.5em;
}

.sec04 {
  padding: 30px 0;
}

.sec04 .sec04-ttl01 {
  text-align: center;
  margin: 0 0 35px;
}

.sec04 .sec04-ttl02 {
  font-size: 25px;
  text-align: center;
  display: block;
  line-height: 1.3em;
  margin: 0 0 30px;
}

.sec04 .sec04-ttl02 .img {
  display: block;
  margin: 0 0 15px;
}

.sec04 p {
  line-height: 1.5em;
}

.sec04 p + p {
  margin-top: 15px;
}

.sec05 {
  padding: 30px 0;
}

.sec05 .sec05-ttl {
  font-size: 25px;
  text-align: center;
  display: block;
  line-height: 1.3em;
  margin: 0 0 30px;
}

.sec05 .sec05-ttl .img {
  display: block;
  margin: 0 0 15px;
}

.sec05 .sec05-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec05 .sec05-list li {
  float: none;
  margin: 0 2% 15px;
  max-width: 191px;
  width: 46%;
}

.sec05 .sec05-list li:nth-child(5n) {
  margin: 0 0 15px;
}

.sec05 .sec05-txt {
  padding: 15px;
}

.sec06 {
  background: url(../images/sec06_bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 45px 0 40px;
}

.sec06 .sec06-ttl {
  font-size: 25px;
  text-align: center;
  display: block;
  line-height: 1.3em;
  margin: 0 0 30px;
}

.sec06 .sec06-ttl .img {
  display: block;
  margin: 0 0 15px;
}

.sec06 .sec06-card {
  display: block;
}

.sec06 .sec06-card > li {
  margin: 0 0 15px;
  width: 100%;
}

.sec06 .sec06-card .card-ttl {
  font-size: 18px;
  display: block;
  line-height: 1.5em;
  margin: 0 0 15px;
  height: auto;
}

.sec06 .sec06-card .card-ttl .img {
  display: block;
  margin: 0 0 15px;
  text-align: center;
}

.sec06 .sec06-card .card-info {
  font-size: 15px;
  line-height: 1.5em;
}

.pagetop {
  margin: 0 auto 30px;
  width: 100%;
  text-align: center;
}

.sp-contacts {
  background: #fbf5ec;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  z-index: 100;
}

.sp-contacts .ttl {
  background: #ff1b2c;
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}

.sp-contacts .sp-contacts-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-contacts .sp-contacts-list li {
  text-align: center;
  width: 49%;
}

#footer {
  background: #fbf5ec url(../images/share/f_bg.jpg) no-repeat 50% top;
  padding: 0 0 100px;
}

#footer .f-inner {
  padding: 30px 15px;
  width: 100%;
}

#footer .left-area {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}

#footer .right-area {
  float: none;
  width: 100%;
}

#footer .f-logo {
  margin: 0 0 10px;
}

#footer .f-info {
  font-size: 15px;
  margin: 0 0 20px;
}

#footer .site-map {
  padding: 15px;
}

#footer .site-map > ul {
  text-align: left;
}

#footer .site-map > ul > li {
  display: block;
  border-bottom: 1px dashed #fff;
  margin: 0 0 10px;
  padding: 0 0 5px;
}

#footer .site-map > ul > li:after {
  display: none;
}

.copyright {
  padding: 5px;
  line-height: 1.3em;
}

/*------------
お問い合わせ
--------------*/
.contact-form {
  padding: 30px 15px;
  width: 100%;
}

.contact-form .under-ttl {
  text-align: center;
  margin: 0 auto 30px;
  width: 180px;
}

.contact-form .form-area {
  padding: 10px 10px 35px;
}

.contact-form .form-area .submit_btn {
  text-align: center;
}

.contact-form .form-area .submit_btn input[type="submit"] {
  background: #ff1b2c;
  font-size: 20px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

/*------------
Commmon
--------------*/
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.sp-br {
  display: none;
}

/*Text-align*/
.sp-tac {
  text-align: center !important;
}

.sp-tar {
  text-align: right !important;
}

.sp-tal {
  text-align: left !important;
}

/* Layout */
.layout-imgR .image, .layout-imgL .image {
  float: none;
  text-align: center;
  margin: 0 0 15px;
  width: 100%;
}

.col2 {
  display: block;
}

.col2 > li {
  margin: 0 0 15px;
  width: 100%;
}

.col3 {
  display: block;
}

.col3 > li {
  margin: 0 0 15px;
  width: 100%;
}

.col3 > li:nth-child(3n+2) {
  margin: 0 0 15px;
}

.col4 {
  display: block;
}

.col4 > li {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}

.col4 > li:nth-child(4n) {
  margin: 0 0 15px;
}

/* Googlemap responsive */
.sp-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.sp-map iframe,
.sp-map object,
.sp-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------
zero menu
-------------*/
/* PC用のナビを非表示 */
.g-navi {
  display: none;
}

/* PC用のナビを非表示 */
.sp-navi {
  display: block;
}

/* sp用の電話 */
.sp-tel {
  background: #ff7780;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 51px;
  width: 50px;
  height: 50px;
  z-index: 10000;
}

.sp-tel a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.sp-tel a img {
  width: 30px;
  height: 30px;
}

/* ハンバーガーメニュー */
.humberger {
  background: #88b04b;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10000;
}

.humberger span {
  background: #fff;
  position: absolute;
  left: 13px;
  width: 25px;
  height: 2px;
  transition: 0.4s;
}

.humberger span:nth-of-type(1) {
  top: 18px;
}

.humberger span:nth-of-type(2) {
  top: 50%;
}

.humberger span:nth-of-type(3) {
  bottom: 16px;
}

.is-open .humberger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.is-open .humberger span:nth-of-type(2) {
  opacity: 0;
}

.is-open .humberger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/* ナビ本体 */
.sp-navi {
  -webkit-text-size-adjust: 100%;
}

.sp-navi.is-open .sp-navi-inner {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.sp-navi .sp-navi-inner {
  background: #fefefe;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  transition: .5s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 100;
}

.sp-navi .sp-navi-inner > ul {
  border-top: 1px #ddd solid;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 100px;
  margin: 50px 0 0;
  height: 100vh;
  width: 100%;
}

.sp-navi .sp-navi-inner > ul > li {
  border-bottom: 1px solid #ddd;
}

.sp-navi .sp-navi-inner > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  padding: 10px 15px;
}

.sp-navi .sp-navi-inner > ul > li.sp-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-navi .sp-navi-inner > ul > li.sp-contact .contact-btn {
  text-align: center;
  color: #fff;
  width: 50%;
}

.sp-navi .sp-navi-inner > ul > li.sp-contact .contact-btn.guide {
  background: #23d9d1;
}

.sp-navi .sp-navi-inner > ul > li.sp-contact .contact-btn.entry {
  background: #ff4e53;
}

.sp-navi .sp-navi-inner > ul > li.sp-contact .contact-btn a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 0;
}

.sp-navi .sp-navi-inner > ul > li > ul > li {
  border-top: 1px dashed #ddd;
}

.sp-navi .sp-navi-inner > ul > li > ul > li > a {
  display: block;
  font-size: 13px;
  padding: 10px 5px 10px 30px;
  position: relative;
}

.sp-navi .sp-navi-inner > ul > li > ul > li > a:before {
  content: "";
  border-top: 1px #ff7780 solid;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 7px;
  height: 0;
}
