@charset "UTF-8";
/* CSS Document */
/*======bootstrap拡張スタイル======*/
/*緑に白文字ボタン hoverは反転*/
.btn_custom_green{
	color: #fff;
  background-color: #079b70;
  border-color: #079b70;
}
.btn_custom_green:hover{
	color: #079b70;
  background-color: #fff;
  border-color: #079b70;
}

/*白に緑文字ボタン hoverは反転*/
.btn_custom_white{
	color: #079b70;
  background-color: #fff;
  border-color: #079b70;
}
.btn_custom_white:hover{
	color: #fff;
  background-color: #079b70;
  border-color: #079b70;
}

/*カラムのpaddingをなくす*/
.no_gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/*背景緑・白文字*/
.bg_custom_green{
    background-color: #079b70;
    color:#fff;
}
/*背景グレー borderなし*/
.bg_custom_gray{
    background-color: #ddd;
    border: none;
}

/*文字緑*/
.text_custom_green,
.text_custom_green:link,
.text_custom_green:hover,
.text_custom_green:active,
.text_custom_green:visited
{
    color:#079b70;
}

/*googlemapレスポンシブ*/
.googlemap{
  position: relative;
  min-height: 200px;
}
.googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*文字詰のルールを設定する*/
body{
  font-feature-settings: "palt" 1;
}
/*全体の幅を考える*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.button a{
border: 1px solid #005353;
display: block;
border-radius: 150px;
text-align: center;
height: 60px;
width: 260px;
color: #ffffff;
background-color: #005353;
font-weight: bold;
padding:15px;
font-size: 21px;
margin:0 auto;
transition: 0.5s;
}

.button a:hover{
text-decoration: none;
opacity: 0.7;
}
body{
/*  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;*/
}
header{
  padding-top: 80px;
  width: 100%;
  height: 140px;
  position: fixed;
  z-index: 10000;
}
#header_wrap{
	height: 100vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/back1.jpg);
}
#main{

  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  min-height: calc(100vh - 80px);
  padding-top: 80px;
}
#content_wrap{

  background-position: right top 200px,top center;
  background-repeat: no-repeat,no-repeat;
  background-size: 40%,100%;
}
#content_wrap2{

  background-position: top center;
  background-repeat: no-repeat;
  background-size: 862px;
  padding-top: 650px;
}
/*nav*/
#nav_bar {
  display: block;
  position: relative;
  width: 25px;
}
#nav_bar > span{
  width: 25px;
  height: 2px;
  display: block;
  background-color: #005353;
}
#nav_bar > span:nth-child(2){
  margin:6px 0;
}

#nav{
  display: none;
  background-color: #fff;
  width: 300px;
  min-height: 100px;
  padding:30px;
  color: #EA4141;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
/*  opacity: 0;*/
  font-size: 18px;
  top:40px;
  right:20px;
}

#nav ul li a{
  padding: 10px 0;
  display: block;
  text-decoration: none;
}

.show_nav{
  display: block !important;
  opacity: 1 !important;
}


.hoge{
    display: none;
}

.hoge.show{
    display: block;
    animation: show 1s linear 0s;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Noto Sans JP';
  font-weight: bolder;
}
h1{font-size: ;}
h2{font-size: 54px;}
h3{font-size: 48px;margin-bottom: 50px;}
h4{font-size: 24px;line-height: 40px; font-weight: bolder;}
h5{font-size: ;}
h6{font-size: ;}

h1>img{width: 100%;}
h2>img{width: 100%;}
h3>img{width: 100%;}
h4>img{width: 100%;}
h5>img{width: 100%;}
h6>img{width: 100%;}
#logo>h1>img{max-width: 122px;}
#ttl1>img{max-width: 480px;}
#ttl2>img{max-width: 340px;}
#ttl3>img{max-width:440px;}
#ttl4>img{max-width: 390px;}
#ttl5>img,#ttl6>img,#ttl7>img{max-width: 300px;}
#ttl8>img{max-width: 120px;}
#ttl9>img{max-width: 175px;}
#ttl10>img{max-width: 198px;}
#ttl11>img{max-width: 117px;}
#ttl12>img{max-width: 124px;}
#ttl13>img{max-width: 279px;}
#ttl14>img{max-width: 304px;}
#ttl15>img{max-width: 158px;}
#ttl16>img{max-width: 106px;}
#ttl17>img{max-width: 242px;}/*footer_logo*/
address>a>img{max-width: 238px;}

p{
  font-size: 18px;
  line-height: 2em;
}
.ttl_p{
font-size: 28px;
color: #ffffff;
line-height: 54px;
font-weight: bold;
}
.dl_style1>dt{
  font-size: 24px;
  font-weight: bolder;
  line-height: 42px;
  padding-bottom: 12px;
}
.dl_style1>dd{
  font-size: 15px;
  line-height: 2em;
}
.dl_style2>dt{
  font-size: 18px;
  font-weight: bolder;
  line-height: 2em;
  padding-bottom: 12px;
}
.dl_style2>dd{
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 1em;
}
ul{
  list-style: none;
  padding:0;
  margin:0;
}
.price_area{
  background-color: #F7F7FD;
}
footer{
  background-image: url(../images/footer_back@2x.png);
  background-position: bottom center;
  background-size: 100%;
 /* min-height: 580px;*/
 padding-top: 100px;
 background-repeat: no-repeat;
}
#footer_row{
  padding-bottom: 600px;
}
.sp_show{
  display: none;
}

.pb-sm-30{
      padding-bottom: 40px;
    }

@media (max-width: 768px) {
  .container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  }

  body{
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  }
  header{
    padding-top: 30px;
    width: 100%;
    height: 80px;
    position: fixed;
  }
  #header_wrap{
	height: 100vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/back1_sp.jpg);
	}
  #main{
    background-position: right top 30px;
    background-repeat: no-repeat;
    background-size: 620px;
    min-height: calc(100vh - 80px);
    padding-top: 80px;
  }
  #content_wrap{
    background-image: none;
  }
  #content_wrap2{
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
  }
  #logo>h1>img{max-width: 61px;}
  #ttl1>img{max-width: 240px;}
  #ttl2>img{max-width: 170px;}
  #ttl3>img{max-width: 220px;}
  #ttl4>img{max-width: 195px;}
  #ttl5>img,#ttl6>img,#ttl7>img{max-width: 150px;}
  #ttl8>img{max-width: 60px;}
  #ttl9>img{max-width: 117px;}
  #ttl10>img{max-width: 132px;}
  #ttl11>img{max-width: 90px;}
  #ttl12>img{max-width: 60px;}
  #ttl13>img{max-width: 140px;}
  #ttl14>img{max-width: 150px;}
  #ttl15>img{max-width: 115px;}
  #ttl16>img{max-width: 80px;}
  #ttl17>img{max-width: 61px;}/*footer_logo*/
  address>img{max-width:160px;}

  p{
    font-size: 14px;
    line-height: 2em;
  }
  .ttl_p{
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  }
  .dl_style1>dt{
    font-size: 14px;
    font-weight: bolder;
    line-height: 42px;
    padding-bottom: 12px;
  }
  .dl_style1>dd{
    font-size: 10px;
    line-height: 2em;
  }
  .dl_style2>dt{
    font-size: 14px;
    font-weight: bolder;
    line-height: 2em;
    padding-bottom: 12px;
  }
  .dl_style2>dd{
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 1em;
  }
  .button a{
    border: 1px solid #005353;
    display: block;
    border-radius: 150px;
    text-align: center;
    height: 40px;
    width: 160px;
    color: #ffffff;
    font-weight: bold;
    padding:8px 10px 12px;
    font-size: 14px;
    margin:0 auto;
    transition: 0.5s;
    letter-spacing: 1px;
    }
    #nav_bar > span{
      width: 25px;
      height: 1px;
      display: block;
    }
    #nav_bar > span:nth-child(2){
      margin:6px 0;
    }

    h1{font-size: ;}
    h2{font-size: 54px;}
    h3{font-size: 48px;margin-bottom: 20px;}
    h4{font-size: 18px;line-height: 36px; font-weight: bolder;}
    h5{font-size: ;}
    h6{font-size: ;}

    #footer_row{
      padding-bottom: 300px;
    }

    .sp_show{
      display: inherit;
    }
    

}