@charset"utf-8";
@import "common.css";

/* img-area
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec{
  margin: 3rem 0 7rem;
}
section.breadcrumbSec div.breadcrumb ul li{
  display: inline-block;
}
section.breadcrumbSec div.breadcrumb ul li::after{
  content: '>';
  padding: 0 1.5rem;
}
section.breadcrumbSec div.breadcrumb ul li:last-child::after{
  display: none;
}
section.breadcrumbSec div.breadcrumb ul li a{
  text-decoration: underline;
}
section.breadcrumbSec div.breadcrumb ul li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.breadcrumbSec{
    margin: 3rem 0 5rem;
  }
  section.breadcrumbSec div.breadcrumb ul li{
    font-size: 1.4rem;
  }
}

/* contactCmnSec
-------------------------------------------------- */
section.contactCmnSec{
  margin: 15rem 0 0;  
}
@media print, screen and (max-width: 767px) {
  section.contactCmnSec{
    margin: 12rem 0 0;  
  }
}

/* titleSec
-------------------------------------------------- */
p.jp-ttl{
  font-size: 1.8rem;
  line-height: 1.2;
}
p.jp-ttl.deets{
  font-weight: bold;
  color: #AAA;
}
h2.h2-title{
  font-size: 6.4rem;
  line-height: 1.0;
  color: #000;
}
h2.h2-title.deets{
  font-size: 6.0rem;
  line-height: 1.2;
}
h3.h3-title{
  font-size: 3.6rem;
  color: #FFB400;
  line-height: 1.4;
}
section.titleSec p.lead{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}
section.titleSec p.explain{
  font-size: 1.6rem;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  p.jp-ttl{
    font-size: 1.6rem;
  }
  h2.h2-title{
    font-size: 5.0rem;
  }
  h2.h2-title.deets{
    font-size: 4.8rem;
  }
  h3.h3-title{
    font-size: 3.0rem;
  }
  section.titleSec p.lead{
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  section.titleSec p.explain{
    font-size: 1.5rem;
  }
}

/* companySec
-------------------------------------------------- */
section.companySec{
  margin: 10rem 0 0;
}
/* company.c01 */
section.companySec div.company.c01 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.companySec div.company.c01 div.wrap div.txt-area{
  width: 47.5%;
}
section.companySec div.company.c01 div.wrap div.txt-area h4.h4-ttl{
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
section.companySec div.company.c01 div.wrap div.txt-area p.name{
  margin-top: 3rem;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0;
}
section.companySec div.company.c01 div.wrap div.img-area{
  width: 47.5%;
}
/* company.c02 */
section.companySec div.company.c02{
  margin-top: 12rem;
}
section.companySec div.company.c02 table {
  width: 100%;
  line-height: 1.8;
}
section.companySec div.company.c02 table tr th{
  padding: 3rem 0 3rem 2rem;
  width: 24rem;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #035E35;
  border-bottom: 1px solid #035E35;
}
section.companySec div.company.c02 table tr td{
  padding: 3rem 0 3rem 2rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
section.companySec div.company.c02 table tr td ul li{
  list-style-type: disc;
  margin-left: 2.1rem;
}
/* company.c03 */
section.companySec div.company.c03{
  margin-top: 12rem;
}
section.companySec div.company.c03 div.inner{
  max-width: 900px;
}
section.companySec div.company.c03 div.block {
  position: relative;
  padding-bottom: 4rem;
  border-left: 1px solid #BCBCBC;
  width: 95%;
  margin: 0 auto;
}
section.companySec div.company.c03 div.block.start {
  padding-top: 2rem;
}
section.companySec div.company.c03 div.block.end {
  padding-bottom: 0;
}
section.companySec div.company.c03 div.block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
section.companySec div.company.c03 div.block dl dt {
  width: 0.8rem;
  height: 0.8rem;
  background: #035E35;
  border-radius: 50%;
  position: absolute;
  left: -0.42rem;
}
section.companySec div.company.c03 div.block dl dd.era {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-left: 3rem;
}
section.companySec div.company.c03 div.block dl dd.era span{
  font-size: 2.8rem;
  margin-right: 0.5rem;
  font-family: "Inter", serif;
}
section.companySec div.company.c03 div.block p.con {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 3rem;
}
/* company.c04 */
section.companySec div.company.c04{
  margin-top: 12rem;
}
section.companySec div.company.c04 h4{
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
section.companySec div.company.c04 div.googlemap{
  width: 100%;
  margin-top: 3rem;
}
section.companySec div.company.c04 div.googlemap iframe{
  width: 100%;
  height: 42rem;
}
@media print, screen and (max-width: 767px) {
  section.companySec{
    margin: 7rem 0 0;
  }
  /* company.c01 */
  section.companySec div.company.c01 div.wrap{
    display: block;
  }
  section.companySec div.company.c01 div.wrap div.txt-area{
    width: 100%;
    margin-top: 5rem;
  }
  section.companySec div.company.c01 div.wrap div.txt-area h4.h4-ttl{
    font-size: 2.4rem;
  }
  section.companySec div.company.c01 div.wrap div.txt-area p.name{
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  section.companySec div.company.c01 div.wrap div.img-area{
    width: 100%;
  }
  /* company.c02 */
  section.companySec div.company.c02{
    margin-top: 10rem;
  }
  section.companySec div.company.c02 table{
    font-size: 1.4rem;
  }
  section.companySec div.company.c02 table tr th{
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.5rem 1rem 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: none;
    border-top: 1px solid #BCBCBC;
  }
  section.companySec div.company.c02 table tr td{
    display: block;
    padding: 0 1rem 1.5rem;
    border-top: none;
    border-bottom: none;
  }
  section.companySec div.company.c02 table tr td.btm{
    border-bottom: 1px solid #BCBCBC;
  }
  /* company.c03 */
  section.companySec div.company.c03{
    margin-top: 10rem;
  }
  section.companySec div.company.c03 div.block dl dd.era {
    font-size: 1.5rem;
  }
  section.companySec div.company.c03 div.block dl dd.era span{
    font-size: 2.6rem;
  }
  section.companySec div.company.c03 div.block p.con {
    font-size: 1.5rem;
  }
  /* company.c04 */
  section.companySec div.company.c04{
    margin-top: 10rem;
  }
  section.companySec div.company.c04 h4{
    font-size: 2.0rem;
  }
}

/* serviceSec
-------------------------------------------------- */
section.serviceSec{
  margin: 10rem 0 0;
}
section.serviceSec p.lead {
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}
section.serviceSec div.service.s01 p.p-txt{
  margin-bottom: 3rem;
  line-height: 2.2;
}
section.serviceSec div.service.s01 p.p-txt.btm{
  margin-bottom: 0;
}
section.serviceSec div.service.s02{
  margin-top: 12rem;
}
section.serviceSec div.service.s02 div.servicewrap div.box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px dotted #AAA;
  padding-bottom: 7rem;
  margin-bottom: 7rem;
}
section.serviceSec div.service.s02 div.servicewrap div.box.b02{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.serviceSec div.service.s02 div.servicewrap div.box.b03{
  margin-bottom: 0;
}
section.serviceSec div.service.s02 div.servicewrap div.box div.img-area{
  width: 47.5%
}
section.serviceSec div.service.s02 div.servicewrap div.box div.img-area img{
  border-radius: 1rem;
}
section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area{
  width: 47.5%;
}
section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area h4{
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 2rem;  
}
section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area p.txt{
  line-height: 2.0;
}
section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area div.button-area{
  margin: 3.5rem 0 0;
  width: 18rem;
}
section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area div.button-area a.button{
  width: 18rem;
  background: #fff;
  color: #000;
}
section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area div.button-area a.button:hover{
  background: #000;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  section.serviceSec{
    margin: 7rem 0;
  }
  section.serviceSec p.lead{
    font-size: 1.6rem;
    text-align: left;
  }
  section.serviceSec div.service.s02{
    margin-top: 10rem;
  }
  section.serviceSec div.service.s02 div.servicewrap{
    margin-top: 7rem;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box{
    padding: 0 0 7rem;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area h4 {
    font-size: 2.0rem;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box div.img-area{
    width: 12rem;
    margin-right: 8%;
  }
}
@media print, screen and (max-width: 560px) {
  section.serviceSec div.service.s02 div.servicewrap div.box{
    display: block;
    margin-bottom: 5rem;
    padding: 0 0 5rem;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box:last-child{
    margin-bottom: 0;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area {
    width: 100%;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area h4 {
    text-align: center;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box div.txt-area div.btn {
    margin: 3rem auto 0;
  }
  section.serviceSec div.service.s02 div.servicewrap div.box div.img-area{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
  }
}


/* serviceDetailSec
-------------------------------------------------- */
section.serviceDetailSec{
  margin: 7rem 0 0;
}
section.serviceDetailSec h3.h3-con{
  font-size: 3.4rem;
  line-height: 1.3;
  margin-bottom: 5rem;
  text-align: center;
}
section.serviceDetailSec div.serviceDetail.s01 div.main-img{
  margin-top: 5rem;
}
section.serviceDetailSec div.serviceDetail.s01 div.main-img img{
  border-radius: 2rem;
}
section.serviceDetailSec div.serviceDetail.s02{
  margin-top: 10rem;
}
section.serviceDetailSec div.serviceDetail.s02 div.block.b02{
  margin-top: 7rem;
}
section.serviceDetailSec div.serviceDetail.s02 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.serviceDetailSec div.serviceDetail.s02 div.wrap div.img{
  width: 30%;
}
section.serviceDetailSec div.serviceDetail.s02 div.wrap div.img img{
  border-radius: 1rem;
}
section.serviceDetailSec div.serviceDetail.s02 div.wrap div.txt{
  width: 65%;
}
section.serviceDetailSec div.serviceDetail.s02 div.wrap div.txt h4{
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}
section.serviceDetailSec div.serviceDetail.s03{
  margin-top: 10rem;
  padding: 10rem 0;
  background: #F5F5F5;
}
section.serviceDetailSec div.serviceDetail.s03 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box{
  width: 30%;
}
section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box div.img{
  margin-bottom: 3.5rem;
}
section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box div.img img{
  border-radius: 50%;
}
section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box h4{
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
}
section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box p.p-txt{
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  section.serviceDetailSec div.serviceDetail.s02 div.wrap{
    display: block;
  }
  section.serviceDetailSec div.serviceDetail.s02 div.wrap div.img{
    width: 80%;
    margin: 0 auto 3rem;
  }
  section.serviceDetailSec div.serviceDetail.s02 div.wrap div.txt{
    width: 100%;
  }
  section.serviceDetailSec div.serviceDetail.s02 div.wrap div.txt h4{
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  section.serviceDetailSec div.serviceDetail.s03{
    margin-top: 7rem;
    padding: 7rem 0;
  }
  section.serviceDetailSec div.serviceDetail.s03 div.wrap{
    display: block;
  }
  section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box{
    width: 85%;
    margin: 0 auto 5rem;
  }
  section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box:last-child{
    margin: 0 auto;
  }
  section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box div.img{
    margin-bottom: 3.5rem;
  }
  section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box h4{
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2rem;
  }
  section.serviceDetailSec div.serviceDetail.s03 div.wrap div.box p.p-txt{
    text-align: center;
    line-height: 1.8;
  }
}
/* newsSec
-------------------------------------------------- */
section.newsSec{
   margin: 10rem 0 0;
}
section.newsSec div.post-area{
  width: 100%;
}
section.newsSec div.post-area dl.post{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.newsSec div.post-area dl.post dd.title {
  margin-top: 1rem;
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
   margin: 7rem 0 0;
  }
}

/* pagenationSec
-------------------------------------------------- */
/* pagenavi */
section.pagenationSec{
  margin: 7rem 0 0;
}
section.pagenationSec .wp-pagenavi {
  clear: both;
  text-align:center;
}
section.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  margin: 0 1rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
section.pagenationSec .wp-pagenavi span.current{
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}
section.pagenationSec .wp-pagenavi a:hover{
  opacity: 0.6;
}

/* columnSec
-------------------------------------------------- */
/* section */
section.columnSec div.inner{
  max-width: 900px;
}
section.columnSec div.column{
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
}
section.columnSec div.column h3.h3-single{
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 7rem;
}
section.columnSec div.column dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
section.columnSec div.column dl dt.date{
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 2.5rem;
}
section.columnSec div.column dl dd.tag{
  width: 14rem;
}
section.columnSec div.column dl dd.tag a{
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  padding: 0.25rem 2rem 0.5rem;
  pointer-events: none;
  border-radius: 5rem;
  background: #fff;
  border: 1px solid #000;
  pointer-events: none;
}
section.columnSec div.column div.img-area{
  width: 100%;
  margin-bottom: 5rem;
}
section.columnSec div.column div.post-text,
section.columnSec div.column div.post-text p{
  line-height: 2;
}
section.columnSec div.column div.post-text a{
  color: #000;
  text-decoration: underline;
}
section.columnSec div.column div.page-navi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 7rem 0;
  color: #000;
}
section.columnSec div.column div.page-navi a{
  color: #000;
  text-decoration: underline;
}
section.columnSec div.column div.page-navi .prev,
section.columnSec div.column div.page-navi .next{
  color: #000;
}
section.columnSec div.column div.page-navi a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.columnSec div.column{

  }
  section.columnSec div.column h3.h3-single{
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
  section.columnSec div.column div.page-navi{
    margin: 5rem 0 7rem;
  }
}

/* contactSec
-------------------------------------------------- */
section.contactSec{
  margin: 7rem 0 0;
  background: #F5F5F5;
  padding: 7rem 0;
}
section.contactSec div.button-area{
  margin: 7rem auto 0;
}

/* reservationSec
-------------------------------------------------- */
section.reservationSec{
  margin: 7rem 0 0;
  background: #F5F5F5;
  padding: 7rem 0;
}
section.reservationSec div.button-area{
  margin: 7rem auto 0;
}
table.table_form{
  width: 100%;
  margin-top: 7rem;
}
th span.required{
  color: #D2302F;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
table.table_form th{
  width: 25rem;
  text-align: left;
  padding: 2.5rem 0 0;
  vertical-align: middle;
  line-height: 2.0;
}
table.table_form th.service{
  vertical-align: top;
}
table.table_form th.blank{
  padding: 0;
  line-height: 0;
}
table.table_form th.corp-name,
table.table_form td.corp-name{
  padding: 0;
}
table.table_form td input[type=radio] {
  line-height: 2.0;
  height: 2em;
  width: inherit;
  margin-bottom: 0.6rem;
}
/* td */
table.table_form td span.mwform-radio-field {
    display: block;
}
table.table_form td{
  padding: 2.5rem 0 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
table.table_form td.blank{
  padding: 0;
}
table.table_form td input{
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #CCC;
}
table.table_form td.name input,
table.table_form td.kana input{
  width: 70%;
}
table.table_form td.tel input {
  width: 12rem;
}
table.table_form td.corp-name input,
table.table_form td.position input,
table.table_form td.mailaddress input,
table.table_form td.address input{
  width: 100%;
}
table.table_form td.post-code input{
  width: 20rem;
}
table.table_form td.remarks textarea{
  width: 100%;
  height: 12em;
  line-height: 1.8;
  padding-left: 1rem;
  border: 1px solid #CCC;
}
table.table_form td span.att{
  display: block;
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
/* error */
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
span.wpcf7-not-valid-tip{
  display: none!important;
}
.mw_wp_form .error {
  text-align: left;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  section.contactSec div.button-area{
    margin: 5rem auto 0;
  }
  section.reservationSec div.button-area {
    margin: 5rem auto 0;
  }
  table.table_form{
    margin-top: 3rem;
  }
  table.table_form th{
    display: block;
    width: 100%;
    text-align: left;
    padding: 1.5rem 0 0;
    vertical-align: middle;
    line-height: 2.0;
  }
  table.table_form th.name{
    padding: 0;
  }
  table.table_form td{
    display: block;
    padding: 0.5rem 0 0;
  }
  table.table_form td.name{
    padding: 0.5rem 0 0;
  }
  table.table_form td.name input,
  table.table_form td.kana input,
  table.table_form td.mailaddress input,
  table.table_form td.date input{
    width: 100%;
  }
  table.table_form td.time select{
    width: 100%;
  }
  table.table_form td.tel input{
    width: 27%;
    margin: 0 auto 0 0;
  }  
}

/* sendmessageSec
-------------------------------------------------- */
section.sendmessageSec{
  margin: 10rem 0 0;
}
@media print, screen and (max-width: 767px) {
  section.sendmessageSec{
    margin: 7rem 0 0;
  }
}

/* privacySec
-------------------------------------------------- */
section.privacySec{
  margin: 10rem 0 0;
}
section.privacySec h3.h3-title{
  margin-bottom: 3rem;
}
section.privacySec p.explain{
  font-size: 1.6rem;
  line-height: 2;
}
section.privacySec h4{
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #000;
}
section.privacySec h4.btm{
  margin-bottom: 3rem;
}
section.privacySec h5{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
section.privacySec div.privacy{
  margin-top: 7rem;
}
section.privacySec div.block{
  margin-bottom: 7rem;
}
section.privacySec div.block:last-child{
  margin-bottom: 0;
}
section.privacySec div.block a{
  color: #035E35;
  text-decoration: underline;
}
section.privacySec div.block a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.privacySec{
    margin: 5rem 0 0;
  }
  section.privacySec p.explain{
    font-size: 1.5rem;
  }
  section.privacySec h4{
    font-size: 2.0rem;
  }
  section.privacySec h4.btm{
    margin-bottom: 2rem;
  }
  section.privacySec div.block{
    margin-bottom: 5rem;
  }
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
}