@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');
/*
Theme Name:
Theme URL: 
Description:
Author: 
Version: 1
Tags:
License: 
License URI: 
*/
/*=====================================
*
*reset
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  color:#333;
  font-size:15px;
  font-weight: normal;
  line-height: 1.8;
  background: #f7f7f7;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,a:visited{
  text-decoration:none;
  color:#1977ec;
}
a:hover{
  color:#ec194a;
}
.w10{
  width:100%;
  max-width:1000px;
  position: relative;
  margin:0 auto;
}
@media only screen and (max-width: 1024px) {
  .w10{
    width: calc(100% - 40px);
  }
}
.w12{
  width:100%;
  max-width:1200px;
  position: relative;
  margin:0 auto;
}
.w126{
  width:100%;
  max-width:1260px;
  position: relative;
  margin:0 auto;
}
.breadcrumb{
  width:100%;
  max-width:1000px;
  position: relative;
  margin:0 auto;
}
.breadcrumb ul{
  display: flex;
}
.breadcrumb ul li:not(:last-of-type):after{
  content: "/";
  margin: 0 5px;
}
.breadcrumb ul li:last-of-type a{
  font-weight: bold;
}
.breadcrumb ul li a{
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb{
    background: #fff;
    padding: 10px 20px 0;
  }
}

/*=====================================
*
*header
*
=======================================*/
header .headermenu{
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  padding: 10px;
  width: 100%;
  height: 100px;
  display: flex;
  z-index: 999;
}
header .headermenu .logo{
  width: 120px;
}
header .headermenu .logo a{
  display: flex;
  height: 100%;
  align-items: center;
}
header .headermenu .logo a img{
  height: 100%;
  width: auto;
}
header .headermenu .header_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
header .headermenu .header_flex .menu{
  display: flex;
  align-items: end;
  height: 100%;
}
header .headermenu .header_flex .menu ul{
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
header .headermenu .header_flex .menu ul li:last-child{
  margin-right: 0;
}
header .headermenu .header_flex .menu ul li a{
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  transition: .3s;
}
header .headermenu .header_flex .menu ul li a:hover{
  opacity: .7;
}
header .headermenu .header_flex .header_cv{
  text-align: center;
}
header .headermenu .header_flex .header_cv ol li.tel a{
  color: #f4ac81;
  font-size: 12px;
  line-height: 1;
  transition: .3s;
}
header .headermenu .header_flex .header_cv ol li.tel a:hover{
  opacity: .7;
}
header .headermenu .header_flex .header_cv ol li.tel a span{
  display: block;
  font-size: 22px;
}
header .headermenu .header_flex .header_cv ol li.contact a{
  display: block;
  width: 200px;
  background: #f4ac81;
  color: #fff;
  padding: 5px 10px;
  border-radius: 900px;
  margin-top: 3px;
  transition: .3s;
}
header .headermenu .header_flex .header_cv ol li.contact a:hover{
  opacity: .7;
}

header .mv{
  position: relative;
  height: calc( 100vh - 300px);
  max-width: 1000px;
  margin: 100px auto 0;
}
header .mv .mv_bg{
  position: absolute;
  left: 100px;
  bottom: 0;
  height: 100%;
}
header .mv .mv_bg img{
  height: 100%;
  width: auto;
}
header .mv .mv_image{
  position: absolute;
  right: 0;
  width: 55%;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
header .mv .mv_image img{
  max-width: inherit;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
header .mv .text{
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0,-50%);
  height: 90%;
}
header .mv .text img{
  height: 100%;
  max-width: inherit;
}
/*=====================================
*
*front
*
=======================================*/
.front_title{
  color: #c77676;
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
}
/*=====================================
*cta_sec
=======================================*/
.cta_sec{
  margin: 60px 0;
}
.cta_sec .text_btn{
  display: flex;
  justify-content: space-around;
  column-gap: 0px;
  background: #fff;
  padding: 40px 0;
  align-items: center;
}
.cta_sec .text_btn .text_box{
  width: 50%;
}
.cta_sec .text_btn .cta a{
  width: 100%;
  background: #f4ac81;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  transition: .3s;
}
.cta_sec .text_btn .cta a:hover{
  opacity: .7;
}
.cta_sec .text_btn .cta a::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("img/coconi_a7.png");
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

/*=====================================
*section1
=======================================*/
.section1{
  margin: 80px auto;
  position: relative;
}
.section1 .text{
  text-align: center;
  line-height: 2;
}
.section1 .sec1_image_list{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.section1 .sec1_image_list .inner01{
  width: 32%;
  position: relative;
}
.section1 .sec1_image_list .inner01 .image01{
  height: 100%;
}
.section1 .sec1_image_list .inner01 .image01{
  height: 100%;
}
.section1 .sec1_image_list .inner01 .image01 img{
  height: 100%;
  object-fit: cover;
}
.section1 .sec1_image_list .inner01::before{
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  background: #333;
}
.section1 .sec1_image_list .inner02{
  width: 25%;
  position: relative;
  padding-right: 40px;
}
.section1 .sec1_image_list .inner02 .image01{
  margin-bottom: 20px;
}
.section1 .sec1_image_list .inner02::before{
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  margin-left: 20px;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
}
.section1 .sec1_image_list .inner03{
  width: 15%;
  position: relative;
}
.section1 .sec1_image_list .inner03 .image01::after{
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #333;
}
.section1 .sec1_image_list .inner04{
  width: 25%;
  position: relative;
}
.section1 .sec1_image_list .inner04::after{
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 20px;
  background: #333;
}
/*=====================================
*section2
=======================================*/
.section2{
  margin: 60px auto;
  position: relative;
}
.section2 .sec2_list ol{
  display: flex;
  flex-wrap: wrap;
}
.section2 .sec2_list ol li{
  width: 23%;
  position: relative;
  overflow: hidden;
  margin-right: calc(8% / 3);
  margin-top: 20px;
  flex-direction: column;
}
.section2 .sec2_list ol li:nth-child(4n){
  margin-right: 0;
}
.section2 .sec2_list ol li .image{
  position: relative;
  padding-bottom: 15px;
}
.section2 .sec2_list ol li .image img{
  border-radius: 10px;
  overflow: hidden;
}
.section2 .sec2_list ol li .image span{
  background: #fff;
  font-family: 'Noto Serif JP';
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 5px;
  font-size: 22px;
  position: absolute;
  right: 10px;
  bottom: -10px;
  color: #666;
}
.section2 .sec2_list ol li .text{
  position: relative;
  top: -5px;
}
.section2 .sec2_list ol li .text h3{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.section2 .sec2_list ol li .text p{
  font-size: 14px;
}

/*=====================================
*section3
=======================================*/
.section3{
  margin: 60px auto;
  position: relative;
}
.section3 .sec3bigimg .img_box{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section3 .sec3_list ol{
  display: flex;
  flex-wrap: wrap;
}
.section3 .sec3_list ol li{
  width: calc(90%/3);
  position: relative;
  overflow: hidden;
  margin-right: calc(10% / 2);
  margin-top: 20px;
  flex-direction: column;
}
.section3 .sec3_list ol li:nth-child(3n){
  margin-right: 0;
}
.section3 .sec3_list ol li .image{
  position: relative;
  padding-bottom: 15px;
}
.section3 .sec3_list ol li .image img{
  border-radius: 10px;
  overflow: hidden;
}
.section3 .sec3_list ol li .text{
  position: relative;
  top: -5px;
}
.section3 .sec3_list ol li .text h3{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.section3 .sec3_list ol li .text p{
  font-size: 14px;
}

/*=====================================
*section4
=======================================*/
.section4{
  margin: 60px auto;
  position: relative;
}
.section4 .text_eria{
  text-align: center;
}
.section4 .flow_eria h3{
  margin: 30px 0;
}
.section4 .flow_eria h3.sp{
  margin: 30px auto;
  max-width: 400px;
}
.section4 .flow_eria .flow_list ol{
  display: flex;
  justify-content: center;
}
.section4 .flow_eria .flow_list ol li{
  width: calc(75%/5);
  margin-right: calc(25%/4);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.section4 .flow_eria .flow_list ol li .img_box{
  position: relative;
  background: #f4ac81;
  border-radius: 50%;
  padding: 50px;
  width: 170px;
  height: 170px;
}
.section4 .flow_eria .flow_list ol li .img_box p{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.section4 .flow_eria .flow_list ol li .img_box{
  position: relative;
  background: #ffd6ad;
  border-radius: 50%;
  padding: 50px;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .flow_eria:last-of-type .flow_list ol li .img_box{
  background: #deb2b2;
}
.section4 .flow_eria .flow_list ol li::after{
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #6666;
  position: absolute;
  top: 30%;
  left: 100%;
  margin-top: -6px;
  transform: translate(100%, 0%);
}
.section4 .flow_eria .flow_list ol li:last-of-type::after{
    display: none;
}
.section4 .flow_eria .flow_list ol li h4{
  text-align: center;
  margin-top: 10px;
}
.section4 .flow_eria .flow_list ol li p{
  text-align: center;
}
.section4 .flow_eria .flow_list ol li:last-of-type{
  margin-right: 0;
}
/*=====================================
*section5
=======================================*/
.section5{
  margin: 60px auto;
  position: relative;
}
.section5 .flex_box{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.section5 .flex_box .text_btn{
  width: 50%;
}
.section5 .flex_box .text_btn a{
  background: #f4ac81;
  display: flex;
  color: #fff;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin-top: 30px;
  column-gap: 20px;
  width: 100%;
  max-width: 400px;
  position: relative;
  transition: .3s;
}
.section5 .flex_box .text_btn a:hover{
  opacity: .7;
}
.section5 .flex_box .text_btn a::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("img/coconi_a7.png");
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .flex_box .img_box{
  width: 50%;
}

/*=====================================
*news_sec
=======================================*/
.news_sec .news_list{
  width: 90%;
  margin: 0 auto;
}
.news_sec .news_list li a{
  display: flex;
  color: #333;
  padding: 10px 0;
}
.news_sec .news_list li a p:first-of-type{
  border-right: 1px solid;
  padding-right: 10px;
}
.news_sec .news_list li a p:last-of-type{
  padding-left: 20px;
}
.news_btn{
  margin-top: 30px;
}
.news_btn a{
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  width: fit-content;
  margin-left: auto;
  position: relative;
  transition: .3s;

}
.news_btn a:hover{
  opacity: .7;

}
.news_btn a::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("img/coconi_a6.png");
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
/*=====================================
*section6
=======================================*/

/*=====================================
*section7
=======================================*/

/*=====================================
*section8
=======================================*/

/*=====================================
*section9
=======================================*/

/*=====================================
*section10
=======================================*/


/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/
footer ul{
  display: flex;
  justify-content: center;
}
footer ul li{
  display: flex;
}
footer ul li a{
  color: #333 !important;
  padding: 20px 20px;
  font-size: 16px;
  transition: .3s;
}
footer ul li a:hover{
  opacity: .7;
}
footer .copyright{
  text-align: center;
  color: #fff;
  background: #6666;
}
footer .page_top a{
  width: 100%;
  text-align: center;
  display: flex;
  background: grey;
  color: #fff;
  font-size: 26px;
  position: relative;
  height: 35px;
  justify-content: center;
  align-items: center;
}
footer .page_top a::after{
  transform: rotate(-45deg);
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: 10px;
}
footer .logoeria{
  text-align: center;
  margin: 20px 0;
}
/*=====================================
*
*sidenav
*
=======================================*/
/*=====================================
*
*tb_sp_header
*
=======================================*/
@media only screen and (max-width: 1024px) {
  header .spmenu{
    position: fixed;
    top: 50px;
    background: #fff;
    z-index: 2;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .3s;
}
header .spmenu ul li a{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px;
  border-top: 1px solid #ddd;
  color: #c77676;
}
header .spmenu ul li a span{
  text-decoration: underline wavy #333;
}
header .spmenu ul li:last-of-type a{
    border-bottom: 1px solid #ddd;
}
header .spmenu.opened{
  height: 100%;
}
header .spmenu .header_cv{
  text-align: center;
  margin-top: 30px;
}
header .spmenu .header_cv ol .tel a{
  color: #f4ac81;
  font-size: 12px;
  line-height: 1;
}
header .spmenu .header_cv ol .tel a span{
  display: block;
  font-size: 22px;
}
header .spmenu .header_cv ol .contact a{
  display: block;
  width: 200px;
  background: #f4ac81;
  color: #fff;
  padding: 5px 10px;
  border-radius: 900px;
  margin-top: 3px;
  margin: 0 auto;
  margin-top: 3px;
}
header .headermenu{
  padding: 0px 0px 0px 20px;
  height: auto;
  box-shadow: 0px 0px 10px #6666;
}
header .headermenu.active{
  opacity: .7;
}
header .headermenu .header_flex .burger-btn{
  position: relative;
  background: #f4ac81;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none;
}
header .headermenu .header_flex .burger-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
  top: 15px;
}
header .headermenu .header_flex .burger-btn span:nth-of-type(1){
  top: 15px;
}
header .headermenu .header_flex .burger-btn span:nth-of-type(2){
  top: 23px;
}
header .headermenu .header_flex .burger-btn span:nth-of-type(3){
  top: 31px;
}
header .headermenu .header_flex .burger-btn.close span:nth-of-type(1){
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header .headermenu .header_flex .burger-btn.close span:nth-of-type(2){
  opacity: 0;
}
header .headermenu .header_flex .burger-btn.close span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
}
/*=====================================
*
*他ページ
*
=======================================*/
.mvarea_page{
  margin-top: 100px;
  position: relative;
}
.mvarea_page .img_box{
  position: relative;
  max-height: 350px;
  height: 350px;
  overflow: hidden;
}
.mvarea_page .img_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52,73,94,.68);
  z-index: 2;
}
.mvarea_page .img_box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mvarea_page .mv_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.mvarea_page .mv_text h2{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#single .maincontents{
  margin: 40px auto;
}
#single .maincontents .contents{
  background: #fff;
  padding: 20px 20px;
}
#single .maincontents .h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 30px;
}
#single .maincontents p {
  margin: 20px auto;
  line-height: 1.8;
}
#single .maincontents h2{
  font-weight: bold;
  font-size: 25px;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  margin: 40px auto 20px;
}
#single .maincontents h3{
  font-weight: bold;
  font-size: 23px;
  border-left: 10px solid #ddd;
  padding: 5px 10px;
  margin: 40px auto 20px;
}
#page .doc_req_sec1, #page .doc_req_sec2, #page .doc_req_sec3{
  margin-top: 30px;
}
#page .doc_req_sec3 .img_box{
  margin: 20px 0;
}
#page .doc_req_sec2 .white_box{
  background: #fff;
  text-align: center;
  padding: 0px 0 10px;
}
#page .doc_req_sec2 .white_box .tel_box{
  margin-bottom: 20px;
}
#page .doc_req_sec2 .white_box .tel_box a{
  color: #c77676;
  font-size: 36px;
}
#page .doc_req_sec2 .white_box .tel_box p{
  font-size: 13px;
}
#page .doc_req_sec2 .white_box > p:nth-of-type(2){
  font-size: 13px;
  color: #666666;
}
#page .page_title{
  position: relative;
  background: #fff;
  padding-top: 10px;
}
#page .page_title .w10 h2{
  transform: translateY(50%);
  margin-bottom: 50px;
  margin-top: 20px;
}
.sekyu .text_btn{
  background: #fffed8;
}
#page .form_detail p .required{
  background: #c77676;
  color: #fff;
  padding: 0px 10px 1px;
  border-radius: 30px;
  font-size: 12px;
  margin-right: 5px;
}
#page .form_detail{
  margin-top: 50px;
}
#page .form_detail input{
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 1px solid #f3ab81;
}
#page .form_detail .form_flex_box:nth-of-type(1) input{
  width: 95%;
}
#page .form_detail input:nth-of-type(1){
  width: 100%;
}
#page .form_detail input:nth-of-type(2){
  width: 100%;
}
#page .form_detail p{
  margin: 5px 0;
}
#page .form_detail .mwform-tel-field input{
  width: 30%;
}
#page .form_detail .mwform-checkbox-field label{
  display: flex;
  margin: 10px 0;
  align-items: center;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]{
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 10%;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]::before{
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]::after{
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:checked{
  background-color: #f3ab81;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:checked::before{
  left: 4px;
  top: 14px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:checked::after{
  right: 10px;
  bottom: 7px;
  width: 2px;
  height: 16px;
  transform: rotate(40deg);
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:indeterminate::before{
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  left: 1px;
  top: 7px;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:indeterminate::after{
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  right: 1px;
  bottom: 7px;
}
#page .form_detail .address_box .address_title{
  margin: 30px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}
#page .form_detail .address_box .address_title span{
  font-size: 12px;
  margin-left: 20px;
  color: #c77676;
}
#page .form_detail .address_box .post_code input{
  width: 45%;
}
#page .form_detail .address_box .building input{
  width: 100%;
}
#page .form_detail .address_box .inlink label span{
  font-size: 14px;
  width: 90%;
}
#page .form_detail .address_box .inlink label span a{
  color: #c77676;
}
#page .form_detail .address_box .post_code button{
  background: #f3ab81;
  border: none;
  padding: 6px 30px;
  border-radius: 5px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}
#page .form_detail .address_box select{
  width: 45%;
  font-size: 14px;
  padding: 10px 5px;
  border: 1px solid #f3ab81;
}
#page .form_detail .hope_form{
  display: flex;
}
#page .form_detail .hope_form select{
  width: calc(95%/4);
  border: 1px solid #f3ab81;
  text-align: end;
  padding: 3px 0;
  border-radius: 5px;
  margin-right: calc(5%/3);
}
#page .form_detail .hope_form select:last-of-type{
  margin-right: 0;
}
#page .form_detail textarea{
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 1px solid #f3ab81;
}
#page .form_detail .doui label{
  justify-content: center;
  margin-bottom: 30px;
}
#page .form_detail .submitbtn{
  text-align: center;
  width: 30%;
  margin: 0 auto;
}
#page .form_detail .submitbtn input{
  background: #f3ab81;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
#page .form_detail .news_btn{
  margin-top: 70px;
}
#page .form_detail .news_btn a{
  font-size: 12px;
  column-gap: 3px;
}
#page .form_detail form{
  display: flex;
  flex-wrap: wrap;
}
#page .form_detail form .form_flex_box{
  width: 50%;
}
#page .form_detail .address_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
#page .form_detail .visit_reservation{
  width: 100%;
}
#page .form_detail .hope_box{
  width: 50%;
}
#page .form_detail .inquiry{
  width: 100%;
  margin-top: 30px;
}
#page .form_detail .doui{
  width: 100%;
  margin-top: 30px;
}
/*=====================================
*
*pc
*
=======================================*/
@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp_tb {
    display: none !important;
  }
}

/*=====================================
*
*sp
*
=======================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .tb_pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  .tb {
    display: none !important;
  }

  .sp_tb {
    display: inherit !important;
  }
  .section1 {
    margin: 0px auto 80px;
  }
  .front_title{
    font-size: 23px;
  }
  header .mv{
    margin-top: 50px;
  }
  header .mv .mv_image{
    width: 100%;
    top: 0;
    position: relative;
    transform: inherit;
  }
  header .mv .mv_image img{
    max-width: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: initial;
    object-fit: cover;
  }
  header .mv .text{
    left: inherit;
    right: 20px;
  }
.section2 .sec2_list ol{
  flex-direction: column;
}
.section2 .sec2_list ol li{
  width: 100%;
  margin-right: 0;
}
.section3 .sec3_list ol{
  flex-direction: column;
}
.section3 .sec3_list ol li{
  width: 100%;
  margin-right: 0;
}
.cta_sec .text_btn{
  flex-direction: column;
  padding: 40px 20px;
}
.cta_sec .text_btn .text_box{
  margin-bottom: 20px;
  width: 100%;
}
.section4 .flow_eria .flow_list ol{
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}
.section4 .flow_eria .flow_list ol li{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.section4 .flow_eria .flow_list ol li:last-of-type{
  margin: 0 auto;
}
.section4 .flow_eria .flow_list ol li::after{
  top: 100%;
  left: 50%;
  transform: translate(-50%, 200%);
  border-width: 10px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
  display: none;
}
.section5 .flex_box{
  flex-direction: column;
}
.section5 .flex_box .text_btn{
  width: 100%;
}
.section5 .flex_box .text_btn a{
  margin-bottom: 20px;
}
.section5 .flex_box .img_box{
  width: 100vw;
}
footer ul{
  flex-direction: column;
}
footer ul li a{
  padding: 5px 0px;
  color: #fff !important;
}
header .mv .mv_bg {
  left: 0;
  height: initial;
}
.section1 .text{
  text-align: start;
}
.section1 .sec1_image_list{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cta_sec .text_btn .cta{
  width: 100%;
}
.cta_sec .text_btn .cta a{
  max-width: 380px;
  margin: 0 auto;
  font-size: 14px;
  column-gap: 10px;
  padding: 20px 10px;
}
.section3 .sec3bigimg .img_box{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.section4 .text_eria{
  text-align: start;
}
.slick-arrow{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #6666;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 80px;
  z-index: 1;
}
.slick-arrow::before{
  font-family: 'slick';
  font-size: 0px;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
}
.slick-next {
  right: 0;
}
.slick-next:before {
  left: 9px;
  border-width: 2px 2px 0 0;
}
.slick-prev{
  left: 0;
}
.slick-prev:before {
  border-width: 0 0 2px 2px;
  left: 11px;
}
.slick-disabled{
  visibility: hidden;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background: #6666;
}
.news_sec .news_list{
  width: 100%;
}
.news_sec .news_list li a{
  flex-direction: column;
}
.news_sec .news_list li a p{
  padding: 0 !important;
  border: none !important;
}
footer .menu_column{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #de9292;
}
footer .menu_column ul{
  width: calc(100% - 40px);
  margin: 0 auto;
}
footer .logoeria {
  display: none;
}
footer .page_top a{
  width: 35px;
  background: #6666;
  height: 35px;
  position: fixed;
  bottom: 50px;
  border-radius: 50%;
  right: 20px;
  opacity: 0;
  transition: .3s;
  z-index: 2;
}
footer .page_top.active a{
  opacity: 1;
}
footer .page_top a::after{
  width: 10px;
  height: 10px;
  margin-top: 7px;
}
.section2 .sec2_list ol li .image span{
  padding: 10px 5px;
  font-size: 35px;
  color: #666;
  bottom: -15px;
}
/*=====================================
*
*他ページ
*
=======================================*/
.mvarea_page{
  margin-top: 50px;
  position: relative;
}
#single .maincontents .contents{
  background: #fff;
  padding: 20px 10px;
}
.mvarea_page .img_box{
  display: none;
}
.mvarea_page .mv_text{
  display: none;
}
.breadcrumb ul li:last-of-type a {
  font-weight: normal;
}

#page .form_detail{
  margin-top: 50px;
}
#page .form_detail input{
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 1px solid #f3ab81;
}
#page .form_detail .form_flex_box:nth-of-type(1) input{
  width: 70%;
}
#page .form_detail .form_flex_box:nth-of-type(2) input{
  width: 70%;
}
#page .form_detail p{
  margin: 5px 0;
}
#page .form_detail .mwform-tel-field input{
  width: 30%;
}
#page .form_detail .mwform-checkbox-field label{
  display: flex;
  margin: 10px 0;
  align-items: center;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]{
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 10%;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]::before{
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]::after{
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:checked{
  background-color: #f3ab81;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:checked::before{
  left: 4px;
  top: 14px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:checked::after{
  right: 10px;
  bottom: 7px;
  width: 2px;
  height: 16px;
  transform: rotate(40deg);
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:indeterminate::before{
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  left: 1px;
  top: 7px;
}
#page .form_detail .mwform-checkbox-field label input[type="checkbox"]:indeterminate::after{
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  right: 1px;
  bottom: 7px;
}
#page .form_detail .address_box .address_title{
  margin: 30px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}
#page .form_detail .address_box .address_title span{
  font-size: 12px;
  margin-left: 20px;
  color: #c77676;
}
#page .form_detail .address_box .post_code input{
  width: 45%;
}
#page .form_detail .address_box .building input{
  width: 100%;
}
#page .form_detail .address_box .inlink label span{
  font-size: 12px;
  width: 90%;
  padding-top: 20px;
}
#page .form_detail .address_box .post_code button{
  background: #f3ab81;
  border: none;
  padding: 6px 30px;
  border-radius: 5px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}
#page .form_detail .address_box select{
  width: 45%;
  font-size: 14px;
  padding: 10px 5px;
  border: 1px solid #f3ab81;
}
#page .form_detail .hope_form{
  display: flex;
}
#page .form_detail .hope_form select{
  width: calc(95%/4);
  border: 1px solid #f3ab81;
  text-align: end;
  padding: 3px 0;
  border-radius: 5px;
  margin-right: calc(5%/3);
}
#page .form_detail .hope_form select:last-of-type{
  margin-right: 0;
}
#page .form_detail textarea{
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 1px solid #f3ab81;
}
#page .form_detail .doui label{
  justify-content: center;
  margin-bottom: 30px;
}
#page .form_detail .submitbtn{
  text-align: center;
  width: 60%;
}
#page .form_detail .submitbtn input{
  background: #f3ab81;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
#page .form_detail .news_btn{
  margin-top: 70px;
}
#page .form_detail .news_btn a{
  font-size: 12px;
  column-gap: 3px;
}
#page .form_detail form{
  flex-direction: column;
}
#page .form_detail form .form_flex_box{
  width: 100%;
}
#page .form_detail .address_box{
  margin-bottom: 0;
}
#page .form_detail .hope_box {
  width: 100%;
}
#page .form_detail .inquiry{
  margin-top: 0;
}
#page .form_detail .doui{
  margin-top: 0;
}
}
/*=====================================
*
*tb
*
=======================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: none !important;
  }

  .tb {
    display: inherit !important;
  }

  .tb_pc {
    display: inherit !important;
  }

  .sp_tb {
    display: inherit !important;
  }
  .section4 .flow_eria .flow_list ol li::after {
    border-width: 5px 0 5px 10px;
    transform: translate(200%, 0%);
    top: 25%;
  }
  .section4 .flow_eria .flow_list ol li .img_box {
    width: 120px;
    height: 120px;
    padding: 35px;
  }
  .mvarea_page {
    margin-top: 50px;
  }
}
/*=====================================
*
*sp_pro
*
=======================================*/
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .section2 .sec2_list ol{
    flex-direction: row;
    justify-content: space-between;
  }
  .section2 .sec2_list ol li{
    width: calc(95%/2);
  }
  .section2 .sec2_list ol li:not(:nth-of-type(2n)){
    margin-right: calc(5% / 1);
  }
  .section3 .sec3_list ol{
    flex-direction: row;
    justify-content: space-between;
  }
  .section3 .sec3_list ol li{
    width: calc(95%/2);
    display: block !important;
  }
  .section3 .sec3_list ol li:not(:nth-of-type(2n)){
    margin-right: calc(5% / 1);
  }
  .vertical_dot {
    display: none !important;
  }
}


