@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

img {vertical-align: bottom;}
ul {list-style: none;}

@media screen and (min-width: 769px){}

/* ========================================
General
======================================== */

html,body{
  font-size:62.5%;
  line-height: 1.75;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  word-wrap: break-word;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}

.inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

img {
  max-width: 100%;
}

.yajirusi {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px){
  body {
    font-size: 1.6rem;
  }

  .wrap {
    max-width: 768px;
  }

  .inner{
    max-width: 614px;
    padding: 80px 0;
  }
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: 0.2em;
}

._mb-20 {margin-bottom: 10px;}
._mb-40 {margin-bottom: 20px;}

@media screen and (min-width: 769px){
  ._mb-20 {margin-bottom: 20px;}
  ._mb-40 {margin-bottom: 40px;}
}

/* ========================================
Header
======================================== */

#header {
  padding: 2rem 1rem;
}

#header img {
  width: 30vw;
}

@media screen and (min-width: 769px){
  #header {
    padding: 16px 0;
  }

  #header img {
    max-width: 208px;
  }
}

/* ========================================
Contents
======================================== */

._area_green {background: #aacc00;}
._area_ivory {background: #fffff9;}
._area_blue {background: #2caed4;
  justify-content: flex-end;}
._area_yellow {background: #ffe538;}



.lead {
  padding: 10px 0 48px;
  font-size: 1.6rem;
  color: #11284f;
}

.lead p {
  margin-bottom: 24px;
}

.lead .marker {
  background: linear-gradient(rgba(255, 229, 56, 0) 30%, rgba(255, 229, 56, 1) 90%);
}

.marker {
  background: linear-gradient(rgba(255, 229, 56, 0) 30%, rgba(255, 229, 56, 1) 90%);
}

@media screen and (min-width: 769px){
  .lead {
    font-size: 2.2rem;
  }
}

.sec_problem {
  padding: 40px 0 60px;
  font-size: 1.6rem;
}

.box_problem_a {
  display: flex;
  align-items: center;
  margin: 0 0 20px
}

.box_problem_a img {
  margin-right: 20px;
}

.box_problem_b p {
  margin: 0 0 20px;
}

@media screen and (min-width: 769px){
  .sec_problem {
    font-size: 2.0rem;
  }

  .box_problem_b p {
    margin: 0 0 24px;
  }
}

.sec_introduction {
  padding: 40px 0 0;
}

.box_introduction {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.box_introduction img {
  max-width: 80px;
  margin-right: 20px;
}

.box_introduction_name {
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 769px){
  .sec_introduction {
    padding: 60px 0 20px;
  }
    
  .box_introduction img {
    max-width: 100%; 
    margin-right: 40px;
  }
  
  .box_introduction_name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

hr {
  border-top: 6px solid #aacc00;
  margin: 0 auto;
}


.list_note-a {
  font-size: 1.2rem;
}

.list_note-a li {
  display: flex;
}

.list_note-a li .mark {
  margin: 0 5px 0 0;
}

.list_type-a div {
  display: flex;
  align-items: center;
}

.list_type-a dt {
  width: 14%;
  text-align: center;
}

.list_type-a img {
  width: 100%;
}

.list_type-a div {
  margin: 0 0 30px;
}

.list_type-a div:last-child {
  margin: 0;
}

@media screen and (min-width: 769px){
  .list_type-a div {
    margin: 0 0 40px;
  }
}

.list_type-a .type-a dt, .name_pink {color: #f07d80;}
.list_type-a .type-b dt, .name_orange {color: #f8b551;}
.list_type-a .type-c dt, .name_blue {color: #73c5dd;}
.list_type-a .type-d dt, .name_green {color: #aacc00;}




.list_type-a dd {
  position: relative;
  width: calc(100% - 100px);
  background: #fff;
  padding: 20px 10px;
  border: solid 2px;
  border-radius: 15px;
  margin: 0 0 0 20px;
}

@media screen and (min-width: 769px){
  .list_type-a dd {
    padding: 40px 20px;
    border-radius: 30px;
  }
}

.list_type-a .type-c,
.list_type-a .type-d {
  flex-direction: row-reverse;
}

.list_type-a .type-c dd,
.list_type-a .type-d dd {
  margin: 0 20px 0 0;
}

.list_type-a dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #FFF;
  z-index: 2;
}

.list_type-a .type-c dd::before,
.list_type-a .type-d dd::before {
  top: 50%;
  left: auto;
  right: -15px;
  border-right: none;
  border-left: 15px solid #FFF;
}

.list_type-a dd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 17px solid;
  z-index: 1;
}

.list_type-a .type-c dd::after,
.list_type-a .type-d dd::after {
  left: auto;
  right: -18px;
  margin-top: -12px;
  border-right: none;
  border-left: 17px solid;
}

.list_type-a .type-a dd {border-color: #f07d80;}
.list_type-a .type-a dd::after {border-right-color: #f07d80;}
.list_type-a .type-b dd {border-color: #f8b551;}
.list_type-a .type-b dd::after {border-right-color: #f8b551;}
.list_type-a .type-c dd {border-color: #73c5dd;}
.list_type-a .type-c dd::after {border-left-color: #73c5dd;}
.list_type-a .type-d dd {border-color: #aacc00;}
.list_type-a .type-d dd::after {border-left-color: #aacc00;}

.sec-intro-01 {
  background: #d1ee7e url(../images/img_bg_footprint.png) no-repeat left 14% bottom 1%;
  background-size: 20%;
}

.sec-exp-01 {
  background: #d1ee7e url(../images/img_bg_park.png) no-repeat right 14% top 15%;
  background-size: 40%;
}

.sec-exp-02 {
  background: #d1ee7e url(../images/img_bg_room.png) no-repeat right 14% top 15%;
  background-size: 40%;
}

@media screen and (min-width: 769px){
  .sec-intro-01 {
    background-size: 10%;
  }
  
  .sec-exp-01 {
    background-size: 30%;
  }
  
  .sec-exp-02 {
    background-size: 25%;
  }
}

.btn {
  position: relative;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  z-index: 0.1;
}

.btn_type-a a {
  position: relative;
  display: inline-block;
  padding: 16px 0;
  text-decoration: none;
  width: calc(100% - 4px);
  font-size: 5.8vw;
  font-weight: 700;
  color: #fff;
  background-color: #ec6941;
  border: 1px dashed #FFF;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.btn_type-a a::before {
  content: '';
  display: inline-block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
  background-color: #ec6941;
  border-radius: 10px;
}

.btn_type-a a::after {
  content: '';
  display: inline-block;
  width: calc(100% + 12px);
  height: 100%;
  position: absolute;
  right: -6px;
  bottom: -12px;
  z-index: -2;
  background: #bf5130;
  border-radius: 10px;
}

.btn_type-a a span {
  position: relative;
}

.btn_type-a a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.btn_type-a a:hover {
  top: 6px;
}

.btn_type-a a:hover::after {
  bottom: 0;
}

@media screen and (min-width: 769px){
  .btn_type-a a {
    font-size: 3.6rem;
  }
}

/* ========================================
Fotter
======================================== */

#footer { 
  padding: 16px 0;
  text-align: center;
}

#footer .inner {
  padding: 0;
}

/* ========================================
Contact
======================================== */

@media screen and (min-width: 769px){
  .contact .inner {
    width: 100%;
    max-width: inherit;
  }
}

.contact h2 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #602d1d;
}

.Form-Item {
  display: block;
  border-top: 1px solid #ddd;
  padding: 24px 0;
}

p.Form-Item-Label {
  display: flex;
  align-items: center;
  min-width: 30%;
  margin: 0 0 16px;
}

span.Form-Item-Label-Required {
  min-width: 6%;
  padding: 2px 8px;
  text-align: center;
  color: #fff;
  background: #f07d80;
  font-size: 1.4rem;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

input.Form-Item-Input,
textarea.Form-Item-Input,
select.Form-Item-Input {
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 1rem;
  border-radius: 4px;
  border: solid 1px #ccc;
}

textarea.Form-Item-Input {
  min-height: 120px;
}

.Form-Btn {
  display: block;
  width: 280px;
  margin: 32px auto 0;
  padding: 20px 0;
  border: solid 1px #bf5130;
  border-radius: 4px;
  letter-spacing: 0.05em;
  background: #ec6941;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.contact .policy {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 769px){
  .contact h2 {
    font-size: 2.8rem;
  }

  .Form-Item {
    display: flex;
  }

  p.Form-Item-Label {
    margin: 0;
  }
}

.complete p {
  text-align: center;
}

.complete a {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}


/* ========================================

.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.floating-banner:hover {
    opacity: 0.9;
}
.banner {
    width: 300px;/* バナーの横幅 
    padding: 5px 1px;
    background: #ff6a00;
    color: #fff;/* バナー内の文字色 
    font-weight: bold;
    text-align: center;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように 
}
.copy {
    font-size: 38px;
    margin: 0 auto 10px;
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #ff6a00;
    border-radius: 25px;
    margin: 0
}
@media screen and (max-width: 4100px) {
    .banner {
        width: 100vw;
        padding: 18px;
    }
    .sp {
        display: none;
    }
    .copy {
        font-size: 28px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 30px;
        line-height: 30px;
        font-size: 19px;
    }
    .murata{
  font-size: 27px;
 }
}
@media screen and (max-width: 1200px) {
    .banner {
        width: 100vw;
        padding: 18px;
    }
    .sp {
        display: none;
    }
    .copy {
        font-size: 21px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 30px;
        line-height: 30px;
        font-size: 19px;
    }
        .murata{
  font-size: 27px;
 margin-bottom: 9px;
 }
}
======================================== */


.bg_test {
   position: fixed;
   bottom: 0.1px; 
  z-index: 100;
    height: 7.4rem;                 
    background-color: #FFFFFF; 
    opacity: 0.6;
    width: 100%;
}

.btn-wrap-pc-sp {
  position: fixed;
  z-index: 9999;
  bottom: 0; 
  right: 0; 
  left : 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  text-decoration: none;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   text-decoration: none;
  /*テスト表示用*/
  max-width: 100%;
  margin: 0 auto 20px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 98.5%;
  padding: 1.75rem 0;
 border-radius: 0.8rem;
  color: #ffff;
   text-decoration: none;
}

a.btn-pc-sp--contact {
  color: #fff;
background: #4CAF50;
 text-decoration: none;
 

}

a.btn-pc-sp--tel {
  color: #fff;

    background: #FB8C00;
 text-decoration: none;}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
 text-decoration: none;
}

.fa-phone-alt{
      margin-right : 10px;
}

.fa-envelope{
      margin-right : 10px;
}

