@charset "UTF-8";
/* CSS Document */
/*
@import url("//fonts.googleapis.com/css?family=Lato");
@import url("//fonts.googleapis.com/css?family=Open+Sans");
*/


/*	00 layout
------------------------------------------*/
*{
  padding:0;
  margin:0;
  color:#443b31;
}

html,body{ height:100%; width:100%; min-height:100%;}
body {color:#443b31;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 15px;
}

/*
body.home {
	overflow-x: hidden;
	opacity:0;
	animation:fade_in 1s forwards;
	-o-animation:fade_in 1s forwards;
	-ms-animation:fade_in 1s forwards;
	-moz-animation:fade_in 1s forwards;
	-webkit-animation:fade_in 1s forwards;
}
@keyframes fade_in{100%{opacity:1;}}
@-o-keyframes fade_in{100%{opacity:1;}}
@-ms-keyframes fade_in{100%{opacity:1;}}
@-moz-keyframes fade_in{100%{opacity:1;}}
@-webkit-keyframes fade_in{100%{opacity:1;}}
*/

div{ }
.mincho{font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
/*
.en{ font-family: 'Lato',Helvetica, Arial, YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; }
.en{ font-family: 'Open Sans',Helvetica, Arial, YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; }
*/



/*body{ display:none; }PageLoading*/
@media print {
#whole {
	width: 1420px;
	display: block;
}
}


/*--- clearfix ---*/
.clearfix:after {
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

header:after,
main:after,
section:after{
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

/*--- transition ---*/
header{
	}

/*--- frame ---*/
header,main,footer{
	width:100%;
	/*min-width:1100px;*/
	margin-left:auto;
	margin-right:auto;
	}
.container {
	}

/*base*/
.important{ color:#d62d07; font-weight:bold;}



a:hover { opacity: .7;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;}

.pcView{}
.spView{ display: none;}

@media screen and (max-width:750px) {

.pcView{display: none!important;}
.spView{ display: block;}

body{ word-wrap : break-word;
  overflow-wrap : break-word;}
}


/*	header
------------------------------------------*/
header{
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    z-index: 99;
    position: relative;
}
header .inner{
  max-width: 1030px;
  min-width:980px; 
  position: relative;
  height: 144px;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  header {
    position: fixed;
    left: 0;
    top: 0!important;
  }
  header .inner{
    max-width: initial;
    min-width:initial; 
    height: 80px;
    margin: 0 6vw;
    padding-top: 20px;
  }
}
header .inner .logo{ text-align: center; }
@media screen and (max-width:750px) {
  header .inner .logo{ text-align: left; }
  header .inner .logo img{ width: 84%; }
}
header .inner .c_logo{
  width: 157px;
  position: absolute;
  left: 0;
  top:14px;
}
header .inner .mainNav{
  position: absolute;
  bottom: 0;
  left: 0;
    width: 100%;
}
header .inner .mainNav ul.nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .inner .mainNav ul.nav li{
  line-height: 1;
  font-size: 14.5px;
    letter-spacing: 0.04em;
}
header .inner .mainNav ul.nav li a{
    padding: 12px 0;
  display: block;
}
header .inner div.btn_contact{
  position: absolute;
  right: 0;
  top:18px;
}
header .inner div.btn_contact p{
  line-height: 1;
  font-size: 14.5px;
  font-weight: bold;
}
header .inner div.btn_contact p a{
    display: block;
    color: #fff;
    background: #89351c;
    padding: 10px 14px 10px 34px;
    position: relative;
    font-size: 14.4px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
header .inner div.btn_contact p a::before{
    content: '';
    position: absolute;
    background: url(../img/icon_mail.svg) no-repeat;
    background-size: 13px 9.5px;
    width: 13px;
    height: 9.5px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    margin-left: -20px;
}


/*PCのヘッダー固定*/
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
header.is-fixed .inner.pcView{
    height: 50px;
}
header.is-fixed .inner.pcView .logo,
header.is-fixed .inner.pcView .c_logo,
header.is-fixed .inner.pcView .btn_contact{
  display: none;
}
header.is-fixed .inner.pcView .mainNav {
    bottom: initial;
    width: 100%;
    top: 5px;
}
/*
header.is-fixed .inner.pcView div.btn_contact{
    position: fixed;
    right: 20px;
    top: initial;
    bottom: 20px;
}
header.is-fixed .inner.pcView div.btn_contact p a {
    padding: 20px 34px 20px 54px;
}
*/

div.btn_contact2{
    position: fixed;
    right: 20px;
    top: initial;
    bottom: 20px;
}
div.btn_contact2 p{
  line-height: 1;
  font-size: 14.5px;
  font-weight: bold;
}
div.btn_contact2 p a{
    display: block;
    color: #fff;
    background: #89351c;
    padding: 10px 14px 10px 34px;
    position: relative;
    font-size: 14.4px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
div.btn_contact2 p a::before{
    content: '';
    position: absolute;
    background: url(../img/icon_mail.svg) no-repeat;
    background-size: 13px 9.5px;
    width: 13px;
    height: 9.5px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    margin-left: -20px;
}
div.btn_contact2{
    position: fixed;
    right: 20px;
    top: initial;
    bottom: 20px;
}
div.btn_contact2 p a {
    padding: 20px 34px 20px 54px;
}


@media screen and (max-width:750px) {
  header .inner div.btn_contact {
    position: fixed;
    right: initial;
    top: initial;
    bottom: 0;
    left: 0;
  }
  header .inner div.btn_contact p a {
    padding: 16px 14px 16px 34px;
    font-size: 15px;
    width: 100vw;
    text-align: center;
}
}

@media screen and (max-width:750px) {
.button_container {
    position: fixed;
    top: 24px;
    right: 10px;
    height: 34px;
    width: 34px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    background: #89351c;
}

.button_container.close {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
/*
.button_container:hover {
  opacity: 0.7;
}
*/
.button_container.active .top {
  -webkit-transform: translateY(7px) translateX(-50%) rotate(45deg);
          transform: translateY(7px) translateX(-50%) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-7px) translateX(-50%) rotate(-45deg);
          transform: translateY(-7px) translateX(-50%) rotate(-45deg);
  background: #fff;
}
.button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 60%;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    transform: translateX(-50%);
}
.button_container span:nth-of-type(2) {
  top: 15px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #f0e8d9;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.close {
  position: fixed;
  background: #fe5d86;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
}
/*
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
*/
.overlay nav {
  position: relative;
  font-size: 16px;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  position: relative;
    margin: 70px auto 0;
}
.overlay ul li {
  display: block;
    padding: 10px;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
/*
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
-9

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
*/

}

/*	footer
------------------------------------------*/
footer{}

footer .footer_container{
  border-top: 1px solid #eee;
  padding: 30px 0;
}
@media screen and (max-width:750px) {
  footer .footer_container{
    padding: 30px 6vw 80px;
  }
}

footer .footer_container .inner{
  max-width: 1030px;
  min-width:980px; 
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:750px) {
  footer .footer_container .inner{
    max-width: initial;
    min-width:initial; 
  }
}

footer .footer_container .inner .logoArea{
  width: 102.5px;
}
@media screen and (max-width:750px) {
  footer .footer_container .inner .logoArea {
    width: 20vw;
  }
}

footer .footer_container .inner .navArea{}
footer .footer_container .inner .navArea ul{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:750px) {
  footer .footer_container .inner .navArea ul{
    display: none;
  }
}

footer .footer_container .inner .navArea ul li{
  padding-left: 18px;
  font-size: 13px;
}
footer .footer_container .inner .navArea ul li a{
  color: #635c54;
  display: block;
}
footer .footer_container .inner .navArea p{
  text-align: right;
  font-size: 10.5px;
  color: #999999;
  padding-top: 10px
}
@media screen and (max-width:750px) {
  footer .footer_container .inner .navArea p{
    text-align: center;
  }
}

  

/*	main
------------------------------------------*/
main{}
.mainContents{}
.ank_link{
    display: block;
}
@media screen and (max-width:750px) {
  .mainContents{
    padding-top: 80px;
  }
  .ank_link{
    margin-top:-80px;
    padding-top:80px;
  }
}

.btn_pagetop{
  text-align: center;
    padding: 0 0 50px;
}
.btn_pagetop img{
  width: 60px;
  height: auto;
}
@media screen and (max-width:750px) {
.btn_pagetop{
    padding: 0 0 28px;
}
.btn_pagetop img{
  width: 54px;
}
}

section{}

main .pic img,
main .picArea img,
img{ max-width: 100%;}

/*  
------------------------------------------*/

.bg_beige{
 background:#f7f3eb; 
}
.conWrap{
  max-width: 1030px;
  min-width:980px; 
  margin: 0 auto;}
@media screen and (max-width:750px) {
  .conWrap{
    max-width:initial;
    min-width:initial; 
    margin: 0 6vw;
  }
}


.pointArea{
  background: #fff;
  padding: 35px 50px;
    margin-bottom: 80px;
}
@media screen and (max-width:750px) {
  .pointArea{
    padding: 4vw 6vw;
    margin-bottom: 40px;
  }
}

.box_point{
  display: flex;
  justify-content: space-between;
  padding-bottom: 36px;
    min-height: 182px;
}
@media screen and (max-width:750px) {
  .box_point{
    display: initial;
    justify-content: initial;
  }
}
.box_point .ttlArea{
    background: url(../img/illust1.png) no-repeat bottom right;
    min-width: 310px;
}
.box_point .ttlArea h3{
  color: #89351c;
  font-size: 22.5px;
}
@media screen and (max-width:750px) {
  .box_point .ttlArea{
    background: url(../img/illust1.png) no-repeat top right;
    background-size: 12vw auto;
    min-width: initial;
    padding-bottom: 14px;
  }
  .box_point .ttlArea h3 {
    font-size: 19px;
    line-height: 1.4;
  }
}

.box_point .conArea{}
.box_point .conArea ul{}
.box_point .conArea ul li{
    padding-bottom: 7px;
    padding: 5px 0 5px;
    font-weight: bold;
}
@media screen and (max-width:750px) {
  .box_point .conArea ul {
    padding-bottom: 12px;
  }
  .box_point .conArea ul li {
    padding: 5px 0 5px 40px;
    position: relative;
  }
}

.box_point .conArea ul li img{
    display: inline-block;
    width: 20px;
    margin-right: 13px;
    margin-bottom: -3px;
}
@media screen and (max-width:750px) {
  .box_point .conArea ul li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}



h2.midashi{ padding-bottom: 88px; }
h2.midashi img{ height:37px;width: auto;}
@media screen and (max-width:750px) {
  h2.midashi{ padding-bottom: 46px;}
  h2.midashi img{ height:32px;}
}
.midashiA{
  font-size: 22.6px;
  color: #89351c;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width:750px) {
  .midashiA {
    font-size: 18px;
    padding-bottom: 18px;
  }
}
.midashiB{
  font-size: 22.6px;
  margin: 0 auto;
  display: table;
  text-align: center;
  border-bottom: 2px solid #89351c;
  color: #89351c;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
@media screen and (max-width:750px) {
  .midashiB {
    font-size: 18px;
    padding-bottom: 4px;
  margin-bottom: 20px;
  }
}

.midashiC{
  text-align: center;
  color: #598135;
  font-size: 17px;
  font-weight: bold;
    margin-bottom: 6px;
}
.midashiC img {
    display: inline-block;
    width: 23px;
    margin-left: 6px;
    margin-bottom: -1px;
}
.midashiD{
  text-align-last: center;
  color: #b06520;
  font-weight: bold;
  font-size: 25px;
    padding-bottom: 40px;
    line-height: 1.45;
}
.midashiD span.m{
  font-size: 30px;
}
.midashiD span.l{
  font-size: 42px;
}
@media screen and (max-width:750px) {
  .midashiD{
    font-size: 20px;
    padding-bottom: 27px;
  }
  .midashiD span.m{
    font-size: 24px;
  }
  .midashiD span.l{
    font-size: 27px;
  }
}

.midashiE{
  text-align: center;
  position: relative;
  color: #89351c;
  font-size: 22px;
  font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
.midashiE::before{
    content: '';
    position: absolute;
    background: #89351c;
    width: 44%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.midashiE::after{
    content: '';
    position: absolute;
    background: #89351c;
    width: 44%;
    height: 2px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width:750px) {
  .midashiE {
    font-size: 19px;
  }
  .midashiE::before {
    width: 30%;
  }
  .midashiE::after {
    width: 30%;
  }
}

.link_blank{
    padding: 14px 0 52px;
}
.link_blank a{
  position: relative;
  text-decoration:underline;
    padding-left: 16px;
}
.link_blank a:hover{
  text-decoration:none;
}
.link_blank a::before{
    content: '';
    position: absolute;
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: 8.5px 10.5px;
    width: 8.5px;
    height: 10.5px;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
  }
@media screen and (max-width:750px) {
  .link_blank{
    padding: 14px 0 30px;
  }
  .link_blank a::before{
    top: 11px;
  }
}


.bnr_miwotsukushi {
}
.bnr_miwotsukushi ul{
    padding: 30px 0 90px;
}
.bnr_miwotsukushi ul li{
    background: #fff;
    padding: 26px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}
.bnr_miwotsukushi ul.line li{
  border: 3px solid #dcdcdc;
}
.bnr_miwotsukushi ul li .ttl{
    width: 26%;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.bnr_miwotsukushi ul li .ttl img{
  width:152px;
}
.bnr_miwotsukushi ul li .text {
    padding: 0 2% 0 5%;
    width: 74%;
}
.bnr_miwotsukushi ul li .text a{
  display: block;
}
.bnr_miwotsukushi ul li .text .puckup{
  color: #b06520;
    font-size: 14px;
}
.bnr_miwotsukushi ul li .text h3{
  font-size: 15px;
}
@media screen and (max-width:750px) {
  .bnr_miwotsukushi ul li .text h3{
  font-size: 14px;
}
}
.bnr_miwotsukushi ul li .text .link{
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    padding-right: 20px;
  position: relative;
    line-height: 1;
}
.bnr_miwotsukushi ul li .text .link::after{
    content: '';
    position: absolute;
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: 8.5px 10.5px;
    width: 8.5px;
    height: 10.5px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: 10px;
  }

@media screen and (max-width:750px) {
  .bnr_miwotsukushi ul {
    padding: 20px 0 30px;
  }
  .bnr_miwotsukushi ul li{
    background: #fff;
    padding: 22px 0;
    display: block;
    justify-content: initial;
    align-items: initial;
    margin-bottom: 6px;
  }
  .bnr_miwotsukushi ul li .ttl {
    width: auto;
    border-right: none;
    margin: 0 auto 10px;
  }
  .bnr_miwotsukushi ul li .ttl img {
    width: 102px;
  }
  .bnr_miwotsukushi ul li .text {
    padding: 0 6vw;
    width: auto;
  }
}

/*	contents
------------------------------------------*/

.pageTtl{
}
.pageTtl .inner{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    height: 60vh;
    max-height: 580px;
    min-height: 540px;
    position: relative;
}
.pageTtl .inner .textArea{
  width: 438px;
  background: #f0e8d9;
  text-align: center;
  padding: 38px 28px;
    position: relative;
  }
@media screen and (max-width:750px) {
  .pageTtl .inner{
    margin-bottom: 30px;
    display: block;
    justify-content: initial;
    height: auto;
    max-height: initial;
    min-height: initial;
}
  .pageTtl .inner .textArea{
    width: auto;
    padding: 6vw;
  }
}
.pageTtl .inner .textBox{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
  width: 382px;
}
@media screen and (max-width:750px) {
  .pageTtl .inner .textBox{
    position: initial;
    top:initial;
    left: initial;
    transform: initial;
    width: auto;
  }
}

.pageTtl .inner .textArea .copy1{
    padding-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #89351c;
    margin-bottom: 20px;
}
.pageTtl .inner .textArea .copy1 img{
  width: 248px;
  height: auto;
    padding-top: 50px;
}
.pageTtl .inner .textArea .copy1::before{
    content: '';
    position: absolute;
    background: url(../img/icon_ie.svg) no-repeat;
    background-size: 26px 21px;
    width: 26px;
    height: 21px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pageTtl .inner .textArea .copy2{
    background: #89351c;
    color: #fff;
    background: #ddcba9;
    color: #89351c;
    padding: 3px 0;
    margin-bottom: 24px;
    font-size: 16.5px;
}
.pageTtl .inner .textArea .ttl{
  border-bottom: 2px solid #89351c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pageTtl .inner .textArea .ttl img{
  width: 330px;
}
.pageTtl .inner .textArea .text{
  text-align: left;
}

.pageTtl .inner .picArea.pcView {
    width: calc(100% - 438px);
  background: url(../img/pic1.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:750px) {
  .pageTtl .inner .textArea .copy1{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
}
  .pageTtl .inner .textArea .copy1::before{
    display: none;
}
  .pageTtl .inner .textArea .copy1 img{
  width: 64%;
    padding-top: 0;
}
  .pageTtl .inner .textArea .copy2 {
    padding: 3px 0;
    margin-bottom: 18px;
    font-size: 15px;
  }
  .pageTtl .inner .textArea .ttl {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .pageTtl .inner .textArea .ttl img{
  width: 70vw;
}
  .pageTtl .inner .picArea.spView {
    padding-bottom: 10px;
}
}


/*intro*/


.intro{}
.intro .inner{
  padding-bottom: 88px;
}
@media screen and (max-width:750px) {
  .intro .inner{
    padding-bottom: 38px;
  }
}

.intro .inner .pointArea{}
.intro .inner .pointArea .box_point{}
.intro .inner .pointArea .picBox{}


.box_point .conArea ul li.list1{}
.box_point .conArea ul li.list2{}
.box_point .conArea ul li.list3{}
.box_point .conArea ul li.list4{}



.intro .inner .box_price{}
.intro .inner .box_price h3{
}
.intro .inner .box_price h3::before{
}
.intro .inner .box_price h3::after{
}
.intro .inner .box_price ul{
  display: flex;
  justify-content: space-between;
    padding-bottom: 94px;
}
.intro .inner .box_price ul li{
  width: 32%;
  font-weight: bold;
}
.intro .inner .box_price ul li p{
}
.intro .inner .box_price ul li p.pic{
  display: block;
  padding-bottom: 6px;
}
.intro .inner .box_price ul li p span{
  display: block;
}
.intro .inner .box_price ul li p span.price{
  font-size: 18px;
}
@media screen and (max-width:750px) {
  .intro .inner .box_price ul{
    display: block;
    justify-content: initial;
    padding-bottom: 14px;
  }
  .intro .inner .box_price ul li{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    width: auto;
  }
  .intro .inner .box_price ul li p{
    width: 56%;
    line-height: 1.5;
  }
  .intro .inner .box_price ul li p.pic{
    width: 38%;
  }
  .intro .inner .box_price ul li p span{
    font-size: 13px;
  }
  .intro .inner .box_price ul li p span.price{
    font-size: 16px;
  }
}

.intro .inner .box_more{
  text-align: center;
}
.intro .inner .box_more .kame{
    position: relative;
    color: #89351c;
    font-weight: bold;
    margin-bottom: 30px;
}
.intro .inner .box_more .kame::before{
    content: '';
    position: absolute;
    background: url(../img/illust2.png) no-repeat;
    width: 69px;
    height: 79px;
    top: 50%;
    left: auto;
    transform: translateY(-74%);
    margin-left: -82px;
}
@media screen and (max-width:750px) {
  .intro .inner .box_more .kame{
    margin-bottom: 18px;
  }
  .intro .inner .box_more .kame::before{
    width: 9vw;
    height: 14vw;
    transform: translateY(-52%);
    margin-left: -38px;
    background-size: 9vw auto;

  }
}
.intro .inner .box_more .btnArea{}
.intro .inner .box_more .btnArea ul{
  display: flex;
  justify-content: center;
}
.intro .inner .box_more .btnArea ul li{
  margin: 0 5px;
}
.intro .inner .box_more .btnArea ul li a{
    display: block;
    background: #4c371b;
    color: #fff;
    padding: 10px 12px;
    min-width: 340px;
}
@media screen and (max-width:750px) {
  .intro .inner .box_more .btnArea ul{
    display: initial;
    justify-content: initial;
  }
  .intro .inner .box_more .btnArea ul li{
    margin: 0 0 5px;
  }
  .intro .inner .box_more .btnArea ul li a{
    min-width: initial;
  }
}


/*section1*/
.section1{
    background: url(../img/bg1.jpg) no-repeat top 10px center;
}
.section1 .inner{
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width:750px) {
  .section1 {
    background: url(../img/bg1.jpg) no-repeat top 35px center;
    background-size: 100% auto;
  }
  .section1 .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section1 .inner h2.midashi img {
    height: 62px;
  }
}


.section1 .inner .box1{}
.section1 .inner .box1 h3{ }

.section1 .inner .box1 .setumei1{
  width: 584px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 122px;
}
.section1 .inner .box1 .setumei1 .textArea{
    width: 60%;
}
.section1 .inner .box1 .setumei1 .picArea{
    width: 36%;
    margin-left: 4%;
}
@media screen and (max-width:750px) {
.section1 .inner .box1 .setumei1{
    width: auto;
    display: block;
    justify-content: initial;
  padding-bottom: 50px;
}
.section1 .inner .box1 .setumei1 .textArea{
    width: auto;
}
.section1 .inner .box1 .setumei1 .picArea{
    width: 90%;
    margin: 13px auto 0;
}
}

.section1 .inner .box2{}
.section1 .inner .box2 h3{
}
.section1 .inner .box2 .setumei1{
  display: flex;
  justify-content: space-between;
  background: #f7f3eb;
  padding: 30px 34px;
  margin-bottom: 33px;
}
.section1 .inner .box2 .setumei1 h4{
  color: #b06520;
  font-weight: bold;
  font-size: 19px;
  width: 35%;
  white-space: nowrap;
    margin-right: 60px;
}
@media screen and (max-width:750px) {
  .section1 .inner .box2 .setumei1{
  display: block;
  justify-content: initial;
    padding: 6vw;
  margin-bottom: 30px;
}
.section1 .inner .box2 .setumei1 h4{
  font-size: 17px;
  width: auto;
    margin-right: 0;
}
}

.section1 .inner .box2 .setumei2{
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
.section1 .inner .box2 .setumei2 .text{
    width: 53%;
    padding-top: 30px;
}
.section1 .inner .box2 .setumei2 .text h4{
  font-weight: bold;
  font-size: 17px;
    padding-bottom: 26px;
}
.section1 .inner .box2 .setumei2 .pic{
  width: 422px;
  margin-left: 60px;
}
@media screen and (max-width:750px) {
  .section1 .inner .box2 .setumei2{
  display: block;
  justify-content: initial;
  padding-bottom: 50px;
}
.section1 .inner .box2 .setumei2 .text{
    width: auto;;
    padding-top: 0;
}
.section1 .inner .box2 .setumei2 .text h4{
    padding-bottom: 8px;
}
.section1 .inner .box2 .setumei2 .pic{
  width: auto;
  margin-left: 0;
    margin-top: 10px;
}
}


.section1 .inner .box3{}
.section1 .inner .box3 h3{}


.box_miwotsukushi {
  width: 785px;
  margin: 0 auto;
  border: 3px solid #dcdcdc;
  padding: 38px 0;
  display: flex;
  justify-content: flex-start;
}
.box_miwotsukushi .ttl{
  width: 354px;
  text-align:center;
  border-right: 1px solid #dcdcdc;
}
.box_miwotsukushi .ttl img{
  width:200px;
}
.box_miwotsukushi .ttl span{
  color: #887f7b;
  font-weight: bold;
    margin-top: 20px;
    display: block;
}
.box_miwotsukushi .ttl span{}
.box_miwotsukushi .text{
  padding: 0 30px 0 50px;
}

.box_miwotsukushi .text p:first-child{
  padding-bottom: 10px;
}
.box_miwotsukushi .link{
    text-align: right;
    padding-top: 16px;
}
.box_miwotsukushi .link a{
  position: relative;
  text-decoration:underline;
}
.box_miwotsukushi .link a:hover{
  text-decoration:none;
}
.box_miwotsukushi .link a::after{
    content: '';
    position: absolute;
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: 8.5px 10.5px;
    width: 8.5px;
    height: 10.5px;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    margin-left: 10px;
  }
@media screen and (max-width:750px) {
  .box_miwotsukushi{
    width: auto;
    margin: 0 auto;
    border: 3px solid #dcdcdc;
    padding: 26px 0 20px;
    display: block;
    justify-content: initial;
  }
  .box_miwotsukushi .ttl{
    width: auto;
    border: none;
  }
  .box_miwotsukushi .ttl img{
    width:174px;
  }
  .box_miwotsukushi .ttl span{
    margin-top: 12px;
  }
  .box_miwotsukushi .text{
    padding: 22px 6vw 0 7vw;
  }
  .box_miwotsukushi .text p{
    font-size: 13px;
  }
  .box_miwotsukushi .link a {
    padding-right: 26px;
  }
}



.section1 .inner .box4{
  padding-top: 84px;
}
@media screen and (max-width:750px) {
.section1 .inner .box4{
    padding-top: 60px;
}
}
.section1 .inner .box4 h3{}


/*section2*/

.section2{}
.section2 .inner{
  padding-top: 95px;
    background: url(../img/illust3.png) no-repeat top 73px right;
    padding-bottom: 100px;
}
@media screen and (max-width:750px) {
  .section2 .inner {
    padding-top: 55px;
    background: url(../img/illust3.png) no-repeat top 20px right;
    padding-bottom: 50px;
    background-size: 33%;
  }
}

.section2 .inner h2.midashi{
  font-size: 25px;
    padding-bottom: 60px;
}
.section2 .inner h2.midashi span{
}
.section2 .inner h3.midashiA{
    padding-bottom: 54px;
    font-size: 25px;
    letter-spacing: 0.04em;
}
@media screen and (max-width:750px) {
  .section2 .inner h2.midashi{
    padding-bottom: 36px;
  }
  .section2 .inner h3.midashiA {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 2.1;
  }
}

.section2 .inner h3.midashiA span{
  position: relative;
}
.section2 .inner h3.midashiA span::before{
    content: '';
    position: absolute;
    background: url(../img/icon_accents.svg) no-repeat;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .inner .pointArea{}
.section2 .inner .pointArea .box_point{}

.section2 .inner .osusumeBox1{}
.section2 .inner .osusumeBox1 h2{
}
.section2 .inner .osusumeBox1 h2 img {
}
.section2 .inner .osusumeBox1 h3{}
.section2 .inner .osusumeBox1 h3 span.m{}
.section2 .inner .osusumeBox1 h3 span.l{}


.section2 .inner .osusumeBox1 .box1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.section2 .inner .osusumeBox1 .box1 .textArea{}
.section2 .inner .osusumeBox1 .box1 .textArea .hosoku{
  padding-top: 20px;
  font-size: 12.5px;
  color: #5a534b;
}
.section2 .inner .osusumeBox1 .box1 .picArea{
  width: 310px;
  margin-left: 50px;
}
.section2 .inner .osusumeBox1 .box1 .picArea img{}

@media screen and (max-width:750px) {
  .section2 .inner .osusumeBox1 .box1{
  display: block;
  justify-content: initial;
  align-items: initial;
  padding-bottom: 24px;
}
.section2 .inner .osusumeBox1 .box1 .textArea .hosoku{
  padding-top: 10px;
}
.section2 .inner .osusumeBox1 .box1 .picArea{
  width: auto;
  margin-left: 0;
    text-align: center;
    padding-top: 20px;
}
}

.section2 .inner .osusumeBox2 .box1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.section2 .inner .osusumeBox2 .box1 .textArea{
    width: 67%;
}
.section2 .inner .osusumeBox2 .box1 .textArea .hosoku{
  padding-top: 20px;
  font-size: 12.5px;
  color: #5a534b;
}
.section2 .inner .osusumeBox2 .box1 .picArea{
  width: 300px;
  margin-left: 50px;
}
.section2 .inner .osusumeBox2 .box1 .picArea img{}

@media screen and (max-width:750px) {
  .section2 .inner .osusumeBox2 .box1{
  display: block;
  justify-content: initial;
  align-items: initial;
  padding-bottom: 30px;
}
.section2 .inner .osusumeBox2 .box1 .textArea{
    width: auto;
}
.section2 .inner .osusumeBox2 .box1 .textArea .hosoku{
  padding-top: 10px;
}
.section2 .inner .osusumeBox2 .box1 .picArea{
  width: auto;
  margin-left: 0;
  text-align: center;
    padding-top: 14px;
}
}



.section2 .inner .osusumeBox3 .box1{
  display: flex;
  justify-content: space-between;
    padding-bottom: 60px;
}
.section2 .inner .osusumeBox3 .box1 .textArea{
    width: 34%;
    padding-top: 60px;
}
.section2 .inner .osusumeBox3 .box1 .textArea .hosoku{
  padding-top: 20px;
  font-size: 12.5px;
  color: #5a534b;
}
.section2 .inner .osusumeBox3 .box1 .picArea{
  width: 618px;
  margin-left: 50px;
    background: #fff;
    text-align: center;
}
.section2 .inner .osusumeBox3 .box1 .picArea img{
    padding: 26px 0; 
}
@media screen and (max-width:750px) {
  .section2 .inner .osusumeBox3 .box1{
  display: block;
  justify-content: initial;
    padding-bottom: 30px;
}
.section2 .inner .osusumeBox3 .box1 .textArea{
    width: auto;
    padding-top: 0;
}
.section2 .inner .osusumeBox3 .box1 .textArea .pic{
    background: #fff;
    padding: 14px;
    margin-top: 17px;
}
.section2 .inner .osusumeBox3 .box1 .textArea .hosoku{
  padding-top: 10px;
}
.section2 .inner .osusumeBox3 .box1 .picArea{
  display: none;
}
.section2 .inner .osusumeBox3 .box1 .textArea .hosoku span{
  display: initial;
}
}

.section2 .inner .osusumeBox3 .box2{
    padding-bottom: 90px;
}
.section2 .inner .osusumeBox3 .box2 .picArea{
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
    align-items: flex-end;
}
.section2 .inner .osusumeBox3 .box2 .picArea p{
}
@media screen and (max-width:750px) {
  .section2 .inner .osusumeBox3 .box2{
    padding-bottom: 40px;
}
.section2 .inner .osusumeBox3 .box2 .picArea{
  display: block;
  justify-content: initial;
  padding-bottom: 0;
    align-items: initial;
}
.section2 .inner .osusumeBox3 .box2 .picArea p:nth-child(2) {
    display: none;
}
}



/*section3*/
.section3{}
.section3 .inner{ padding-top: 90px; }
@media screen and (max-width:750px) {
  .section3 .inner{ padding-top: 50px; }
}
.section3 .inner .ttlBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
    padding-bottom: 80px;
}

.section3 .inner .ttlBox .textArea{
    width: 320px;
}
.section3 .inner .ttlBox .textArea h2{
  padding-bottom: 18px;
  position: relative;
}
.section3 .inner .ttlBox .textArea h2::before{
    content: '';
    position: absolute;
    background: url(../img/bg2.png) no-repeat;
    width: 281px;
    height: 258px;
    top: -93px;
    left: -218px;
    z-index: -1;
}
.section3 .inner .ttlBox .textArea .copy{
  text-align: center;
  background: #89351c;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 32px;
}
.section3 .inner .ttlBox .picArea{
    width: 60%;
}

@media screen and (max-width:750px) {
  .section3 .inner .ttlBox{
  display: block;
  justify-content: initial;
  align-items: initial;
    padding-bottom: 20px;
  }
  .section3 .inner .ttlBox .textArea{
    width: auto;
    }
    .section3 .inner .ttlBox .textArea h2 {
    padding-bottom: 14px;
    width: 60%;
    margin: 0 auto;
  }
  .section3 .inner .ttlBox .textArea h2::before{
    width: 29vw;
    height: 28vw;
    top: -20px;
    left: -83px;
    background-size: 29vw auto;
  }    
.section3 .inner .ttlBox .textArea .copy{
    font-size: 15px;
    width: 80%;
    margin: 0 auto 20px;
  }
}


.section3 .inner .box1{
    padding-bottom: 100px;
}
@media screen and (max-width:750px) {
  .section3 .inner .box1{
    padding-bottom: 60px;
}
}
.section3 .inner .box1 .zu{
    border: 4px solid #f7f3eb;
    text-align: center;
    padding: 10px 0;
    margin: 18px 0;
}

.section3 .inner .box2{
    padding-bottom: 50px;
}
.section3 .inner .box2 .midashiE{
    margin-bottom: 45px;
}
.section3 .inner .box2 .midashiE::before{
    width: 37%;
}
.section3 .inner .box2 .midashiE::after{
    width: 37%;
}
@media screen and (max-width:750px) {
  .section3 .inner .box2{
    padding-bottom: 20px;
  }
  .section3 .inner .box2 .midashiE{
    margin-bottom: 15px;
  }
  .section3 .inner .box2 .midashiE::before{
    width: 20%;
   }
  .section3 .inner .box2 .midashiE::after{
    width: 20%;
  }
}

.section3 .inner .box2 .priceBox{
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
    align-items: center;
}
@media screen and (max-width:750px) {
  .section3 .inner .box2 .priceBox{
  display: block;
  justify-content: initial;
  padding-bottom: 22px;
    align-items: initial;
}
}
.section3 .inner .box2 .priceBox .priceArea{}
.section3 .inner .box2 .priceBox .priceArea .priceData{}
.section3 .inner .box2 .priceBox .priceArea .priceData dl{
  display: flex;
  justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}
@media screen and (max-width:750px) {
  .section3 .inner .box2 .priceBox .priceArea .priceData dl{
    padding-bottom: 10px;
    justify-content: center;
}
}

.section3 .inner .box2 .priceBox .priceArea .priceData dl dt{
    margin-right: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
    position: relative;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl dt h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    line-height: 1.3;
  font-size: 18px;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl dd{
  font-weight: bold;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl dd p{
  font-size: 17px;
    line-height: 1.5;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl dd p.price{
  font-size: 20px;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl dd p.price span{
  font-size: 37px;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl.priceA{}
.section3 .inner .box2 .priceBox .priceArea .priceData dl.priceA dt{
  background: #cc8a32;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl.priceA dd p.price{ color: #cc8a32 }
.section3 .inner .box2 .priceBox .priceArea .priceData dl.priceB{}
.section3 .inner .box2 .priceBox .priceArea .priceData dl.priceB dt{
  background: #b4502d;
}
.section3 .inner .box2 .priceBox .priceArea .priceData dl.priceB dd p.price{ color: #b4502d }

.section3 .inner .box2 .priceBox .priceArea .hosoku{
  font-size: 14px;
  padding-top: 20px;
}

.section3 .inner .box2 .priceBox .picArea{
  width: 658px;
    text-align: right;
    font-size: 14px;
}
@media screen and (max-width:750px) {
  .section3 .inner .box2 .priceBox .priceArea .hosoku{
  font-size: 13px;
    padding: 10px 0 12px;
  }
  .section3 .inner .box2 .priceBox .picArea{
  width: auto;
    font-size: 13px;
}
}


.section3 .inner .box3 .linkBox{
}

.section3 .inner .box3 .linkBox ul{
}
.section3 .inner .box3 .linkBox li{
  display: flex;
  justify-content: space-between;
  background: #f7f3eb;
  margin-bottom: 6px;
    padding: 27px 0;
    align-items: center;
}
.section3 .inner .box3{
  padding-bottom: 50px;
}
.section3 .inner .box3 .linkBox li h4{
  width: 270px;
  color: #89351c;
    text-align: center;
}
.section3 .inner .box3 .linkBox li h4 span{
  border-bottom: 2px solid #89351c;
}
.section3 .inner .box3 .linkBox li .text{
    width: 72%;
    padding-right: 33px;
    font-size: 14px;
}
.section3 .inner .box3 .linkBox li .text .link{
  padding-top: 10px;
    text-align: center;
}
.section3 .inner .box3 .linkBox li .text .link a{
  border: 2px solid #ede5d3;
  display: block;
  background: #fff;
  color: #89351c;
    padding: 7px 0px;
    font-weight: bold;
}
@media screen and (max-width:750px) {
  .section3 .inner .box3{
  padding-bottom: 20px;
}
  .section3 .inner .box3 .linkBox li{
  display: block;
  justify-content: initial;
    padding: 6vw;
    align-items: initial;
  }
  .section3 .inner .box3 .linkBox li h4 {
    width: auto;
    margin-bottom: 10px;
  }
  .section3 .inner .box3 .linkBox li .text {
    width: auto;
    padding-right: 0;
    font-size: 13px;
  }
  .section3 .inner .box3 .linkBox li .text .link {
    padding-top: 6px;
  }
}



/*section4*/
.section4{}
.section4 .inner{
  padding: 90px 0 80px ;
}
.section4 .inner h2.midashi{
    padding-bottom: 54px;
}
@media screen and (max-width:750px) {
  .section4 .inner{
    padding: 50px 0 ;
  }
  .section4 .inner h2.midashi {
    padding-bottom: 26px;
}
  .section4 .inner h2.midashi img{
    height: 58px;
  }
}


.section4 .inner .picArea{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
    padding: 20px 0;
}
.section4 .inner .picArea .photo{
  width: 768px;
}
@media screen and (max-width:750px) {
  .section4 .inner .picArea{
  display: block;
  justify-content: initial;
  align-items: initial;
    padding: 14px 0;
}
.section4 .inner .picArea .photo{
  width: auto;
}
.section4 .inner .picArea p:nth-child(2){
  display: none;
}
}

.section4 .inner .bfafBox{
}
.section4 .inner .bfafBox{
}
.section4 .inner .bfafBox h4{
}
.section4 .inner .bfafBox h4 span{
}
.section4 .inner .bfafBox ul{
}
.section4 .inner .bfafBox ul li{
}

.bfafBox{
    background: #fff;
    padding: 40px 55px;
    margin-bottom: 90px;
}
.bfafBox{
}
.bfafBox h4{
    padding-bottom: 12px;
  font-size: 17px;
}
.bfafBox h4 span{
  font-size: 14px;
  padding-left: 5px;
}
.bfafBox ul{
  display: flex;
  justify-content: space-between;
}
.bfafBox ul li{
  width: 49%;
}
@media screen and (max-width:750px) {
  .bfafBox{
    padding: 14px 4vw;
    margin-bottom: 40px;
  }
  .bfafBox ul{
    display: block;
    justify-content: initial;
  }
  .bfafBox ul li{
  width: auto;
}
}

.section4 .inner .box1{
    margin-bottom: 90px;
}
@media screen and (max-width:750px) {
  .section4 .inner .box1{
    margin-bottom: 90px;
}
}
.section4 .inner .box1 h3{}

.section4 .inner .box2{
    margin-bottom: 90px;
}
@media screen and (max-width:750px) {
  .section4 .inner .box2{
    margin-bottom: 50px;
}
}
.section4 .inner .box2 h3{}
.section4 .inner .box2 .meyasu{
    background: #f0e8d9;
    padding: 14px 0;
    margin: 22px 0;
}
.section4 .inner .box2 .meyasu dl{
  display: flex;
  justify-content: space-between;
  width: 480px;
    margin: 10px auto;
  font-weight: bold;
  white-space: nowrap;
}
.section4 .inner .box2 .meyasu dl dt{}
.section4 .inner .box2 .meyasu dl dd{}
@media screen and (max-width:750px) {
  .section4 .inner .box2 .meyasu dl{
    width: auto;
    padding:0 6vw;
    display: block;
    justify-content: initial;;
  }
  .section4 .inner .box2 .meyasu dl dd{ text-align: right; }
}


.section4 .inner .box3{}
.section4 .inner .box3 .jiturei{
    padding-bottom: 30px;
}
.section4 .inner .box3 .jiturei h3{
    text-align: center;
    margin-bottom: -17px;
    font-size: 22.6px;
    color: #89351c;
    letter-spacing: 0.04em;
}
@media screen and (max-width:750px) {
  .section4 .inner .box3 .jiturei h3{
    margin-bottom: -9px;
    font-size: 18px;
  }
}
.section4 .inner .box3 .jiturei .bfafBox{
    margin-bottom: 0;
}
.section4 .inner .box3 .jiturei .bfafBox:last-child{
  border: 1px solid #f7f3eb
}

.section4 .inner .box3 .jiturei .bfafBox h4{
}
.section4 .inner .box3 .jiturei .bfafBox h4 span{
}
.section4 .inner .box3 .jiturei .bfafBox ul{
}
.section4 .inner .box3 .jiturei .bfafBox ul li{
}

/*section5*/
.section5{}
.section5 .inner{
  padding: 110px 0 0 ;
}
@media screen and (max-width:750px) {
.section5 .inner{
  padding: 60px 0 0 ;
}
}

.section5 .inner .ttlArea{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 88px;
}
.section5 .inner .ttlArea h2.midashi{
  padding-bottom: 0;
}
.section5 .inner .ttlArea p{
    padding-left: 36px;
    padding-bottom: 3px;
  font-size: 13px;
}
@media screen and (max-width:750px) {
  .section5 .inner .ttlArea{
  display: block;
  justify-content: initial;
  align-items: initial;
  padding-bottom: 40px;
}
.section5 .inner .ttlArea h2.midashi{
    padding-bottom: 8px;
}
  .section5 .inner .ttlArea p{
    padding-left: 0;
}
}


.section5 .inner .planBox{}
.section5 .inner .planBox .planTtl{
  display: flex;
  justify-content: space-between;
    padding-bottom: 26px;
}
.section5 .inner .planBox .planTtl h3{
  color: #89351c;
  font-size: 22.6px;
  display: flex;
  justify-content: flex-start;
}
.section5 .inner .planBox .planTtl h3 span{
    padding-right: 10px;
}
.section5 .inner .planBox .planTtl p{
  width: 590px;
}
.section5 .inner .planBox .zu{
    border: 4px solid #f7f3eb;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 100px;
}
@media screen and (max-width:750px) {
  .section5 .inner .planBox .planTtl{
    display: block;
    justify-content: initial;
    padding-bottom: 16px;
  }
  .section5 .inner .planBox .planTtl h3{
    padding-bottom: 10px;
    font-size: 18px;
  }
    .section5 .inner .planBox .planTtl p{
    width: auto;
    font-size: 14px;
  }
  .section5 .inner .planBox .zu{
    padding: 6px;
    margin: 0 0 40px;
  }
}


/*section_contact*/

.section_contact{}
.section_contact .inner{
  padding: 90px 0;
  text-align: center;
}
.section_contact .inner h2{
  font-size: 26px;
  color: #89351c;
  margin-bottom: 10px;
}
@media(min-width: 768px){
  .section_contact .inner h2{
  font-size: 20px;
}
}
.section_contact .inner .conBox{
    width: 580px;
    margin: 31px auto;
    border: 2px solid #4c371b;
    padding: 20px 0;
}
.section_contact .inner .conBox ul{
    display: table;
    margin: 0 auto;
}
.section_contact .inner .conBox ul li{
  margin: 0 auto;
  font-weight: bold;
  text-align: left;
}
.section_contact .inner .conBox ul li p{
  display: table-cell;
  font-size: 20px;
    min-width: 96px;
}
.section_contact .inner .conBox ul li p.l{
  font-size: 27px;
}
@media(min-width: 768px){
  .section_contact .inner .conBox ul li p.l a[href^="tel:"]{
    pointer-events: none;
  }
}
.section_contact .inner .conBox ul li p span{
  font-size: 16px;
}
@media screen and (max-width:750px) {
.section_contact .inner{
  text-align: left;
    padding: 40px 0;
}
.section_contact .inner h2{
  text-align: center;
}
.section_contact .inner .conBox{
    width: auto;
    margin: 20px 0;
    border: 2px solid #4c371b;
    padding: 20px 6vw;
}
.section_contact .inner .conBox ul{
    display: block;
}
.section_contact .inner .conBox ul li:first-child{
    padding-bottom: 18px;
}
.section_contact .inner .conBox ul li p{
  display: block;
  font-size: 17px;
    min-width: initial;
    line-height: 1.4;
}
.section_contact .inner .conBox ul li p span{
    font-size: 13px;
    display: block;
}
}

/*section6*/
.section6{}
.section6 .inner{
  padding: 100px 0;
}
@media screen and (max-width:750px) {
.section6 .inner{
  padding: 60px 0 30px;
}
}
.section6 .inner .logo{
    padding-bottom: 20px;
}
.section6 .inner .logo img{
  width: 274px;
}
.section6 .inner .bnrArea{}
.section6 .inner .bnrArea ul{
    padding: 30px 0 60px;
  display: flex;
  justify-content: center;
}
.section6 .inner .bnrArea ul li{
    padding: 0 6px;
  text-align: center;
}
.section6 .inner .bnrArea ul li a{
  display: block;
  border: 3px solid #dcdcdc;
  width: 365px;
  text-align: center;
}
.section6 .inner .bnrArea ul li a span{}
.section6 .inner .bnrArea ul li a span img{
    height: 200px;
    width: auto;
}
.section6 .inner .bnrArea ul li a span .link{}

@media screen and (max-width:750px) {
  .section6 .inner .bnrArea ul{
    padding: 20px 0 40px;
    display: block;
    justify-content: initial;
  }
  .section6 .inner .bnrArea ul li {
    padding: 0 0 10px;
  }
  .section6 .inner .bnrArea ul li a{
    width: auto;
  }
  .section6 .inner .bnrArea ul li a span img{
    height: 180px;
  }
}

.section6 .inner .companyInfo{}
.section6 .inner .companyInfo dl{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 2px;
  padding: 14px 34px;
}
.section6 .inner .companyInfo dl dt{
  white-space: nowrap;
  width: 18%;
}
.section6 .inner .companyInfo dl dd{
  width: 82%;
}
.section6 .inner .companyInfo dl dd iframe{
    width: 100%;
    height: 350px;
    margin: 6px 0 10px;
}
@media screen and (max-width:750px) {
.section6 .inner .companyInfo dl{
  display: block;
  justify-content: initial;
  margin-bottom: 2px;
  padding: 14px 6vw;
}
.section6 .inner .companyInfo dl dt{
  width: auto;
  font-weight: bold;
}
.section6 .inner .companyInfo dl dd{
  width: auto;
}
.section6 .inner .companyInfo dl dd iframe{
    height: 220px;
}
}




