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

body {
  min-width: 0;
}

#header h1{
  display: none;
}

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

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

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

.g-navi{
  display: none;
}

#hiro-image .hiro-image-img{
  width: 100%;
}
#hiro-image .hiro-image-img .hiro-image-img1{
  width: 47%;
  margin-left: 12px;
}
#hiro-image .hiro-image-img .hiro-image-img2{
  width: 47%;
}

/*#hiro-image .hiro-image-img .hiro-image-img2 img{
  width: 50%;
}*/
.hiro-image-img1 .hiro-image-img1_1{
  width: 25%;
  margin-left: 72%;
}
/*.hiro-image-img1_2{
  width: 50%;
}*/
.hiro-image-img1 .hiro-image-img1_3{
  width: 28%;
}
.hiro-image-img1 .hiro-image-img1_4{
  width: 28%;
}
/*#hiro-image{
  height: auto;
}

#hiro-image .main-txt{
  position: absolute;
  top: 20px;
  left: 20px;
}
#hiro-image .main-txt img{
  width: 140px;
}*/

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

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

.sec01 .sec01-card .card-info h3{
  margin-top: 20px;
}

.sec01 .sec01-card .card-info p{
  margin: 10px;
}

.sec02 .profile1 h3{
  margin-top: 15px;
}

.sec02 .profile1 h3 span {
    margin: 45px 0 0 10px;
    font-size: 20px;
}
.sec02 .profile1 .card-image1{
  width: 48%;
  margin-top: 20px;
  position: static;
}
.sec02 .profile1 .card-image2{
  position: static;
  width: 60%;
  margin-left: 10px;
}

.profile2{
  margin: 20px 15px 0;
}

.profile2 dl dt{
  width: 32%;
}
.profile2 dl dd{
  width: 65%;
}
.p-k{
  width: 100%;
  float: none;
}
.p-b{
  width: 100%;
  float: none;
}
.p-k h4,.p-b h4{
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode:initial;
}

.sec03{
  padding-bottom: 20px;
  position: relative;
}

.sec03 .child-p {
    text-align: initial;
    margin: 0 15px;
}
.sec03 .child {
  width: 98%;
  float: none;
  margin:0 15px ;
}

.sec03 .childimg{
  width: 100%;
  text-align: center;
}

.sec04{
 background: url(../images/zero_img.jpg) no-repeat 70% 0;
 background-size: cover;
 padding: 0;
}

.sec04 .zero{
  width: 98%;
  margin: 0 15px;
}

.sec04 h3 {
  padding-top:20px;
  }
.sec04 h4{
  padding: 20px 0 20px;
}
  .sec04 span{
    margin-top: 20px;
  }
.sec05 {
  padding-bottom: 20px;
}
.sec05 ul {
  margin-left: 0;
}
.sec05 ul li {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}

.sec05 ul li figure{
  text-align: center;
}

.sec05 dl{
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  margin: 20px 15px;
}

.sec05 dl dt{
  margin-bottom: 15px;
}

.pagetop {
  text-align: center;
  margin-right: 0;
}

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

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

#footer .right-area .tac img{
  width: 100%;
}

#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;
}

/*-------------
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: #009966;
  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;
}
