@charset "UTF-8";
/* CSS Document */


/*--------------------------------
  Main Layout 
--------------------------------*/

#main_area{
	width:100%;
	height:450px;
    overflow: hidden;
    background:url('image/image.jpg') no-repeat left top;
    background-size:cover;
	
}
#main_area .copy_block{
	width:80%;
    margin:0 auto;
    padding-top:200px;
    
    display:flex;
    align-items:flex-start;
}
#main_area .copy_block h2{
	display:block;
    text-align:center;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 300;
    font-style: normal;
	font-size: clamp(2rem, -0.729rem + 13.65vw, 7.8rem);
    
    letter-spacing:0.3rem;
    line-height:1.3;
    
    color:#000;
    text-shadow: 2px 1px 2px rgba(255,255,255,0.8);
	
}
#main_area .copy_block h2 span{
    display:block;
    text-align:center;
    font-family: "Shippori Mincho", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size:clamp(1.4rem, 0.929rem + 2.35vw, 2.4rem);
    text-shadow: none!important;
    letter-spacing:0!important;
}



@media screen and (max-width:767px) {
    #main_area{
        width:100%;
        height:40vh;
        overflow: hidden;
        background:url('image/image.jpg') no-repeat center top;
        background-size:cover;

    }
    #main_area .copy_block{
        width:80%;
        margin:0 auto;
        padding-top:20vh;

        display:flex;
        align-items:flex-start;
    }
    #main_area .copy_block h2{
        
    }
    #main_area .copy_block h2 span{
        
    }
        
}


/*--------------------------------
  Gaiyou Layout 
--------------------------------*/

.grey_bk{
    background:url("/common/image/bk.jpg") repeat-x;
    background-position:left top 61.538vw!important;
    background-size:100%;
    overflow:hidden;
}
.contents_block{
    width:77%;
    margin:0 auto;
    padding:6.538vw 0;
}
.contents_block a{
	color: var(--subcolor);
    padding-bottom:0.385vw;
    border-bottom:solid 1px var(--subcolor);
}
.contents_block a:hover{
	text-decoration: none;
}

@media screen and (max-width:767px) {
    .grey_bk{
        background-position:left bottom!important;
        background-size:120%;
    }
    .contents_block{
        width:90%;
        margin:0 auto;
    }

}

/*--------------------------------
  Gaiyou Layout 
--------------------------------*/
/*=========
accordion
=========*/

.accordion_area {
	width:100%;
}
.accordion_area li{
	margin-bottom:3.077vw;
	list-style-type:none;
}
.accordion_area .accordion_one .ac_header {
	background-color: #ffffff;
	border: 1px solid #a4999c;
	padding: 1.385vw 5vw 1.385vw 2.769vw;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition: .2s;

}
.accordion_area .accordion_one .ac_header.open{
	background-color: #ffffff;
	border-bottom: none;
	
	margin-bottom:0;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f9f9f9;
}
.accordion_area .accordion_one .ac_header .i_box {
  display:none;
    /*position: absolute;
  top: 50%;
  right: 2rem;
  width: 30px;
  height: 30px;
	margin-top:-15px;*/
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  /*position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;*/
}
.accordion_area .accordion_one .ac_header .i_box:before {
  /*border-top: 1px solid #a4999c;
  width: 30px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;*/
}
.accordion_area .accordion_one .ac_header .i_box:after {
  /*border-left: 1px solid #a4999c;
  width: 0;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 13px;
  transition: .3s;*/
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  /*height: 0;*/
}
.accordion_area .accordion_one .ac_inner {
	display: none;
	padding: 1.385vw 5vw 1.385vw 2.769vw;
	border-left: 1px solid #a4999c;
	border-right: 1px solid #a4999c;
	border-bottom: 1px solid #a4999c;
	box-sizing: border-box;
	background: #f4f4f4;
	
	margin-bottom:3.077vw;
}
@media screen and (max-width: 767px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 0;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner p.p-faq__q-txt {
	font-size:clamp(0.9rem, 0.609rem + 1.45vw, 1.7rem);
	font-weight:300;
}
@media screen and (max-width: 767px) {
  .p-faq__headinner {
    padding: 0 4.688vw;
  }
  .p-faq__headinner::before {
  }
  .p-faq__headinner p.p-faq__q-txt {
  }
}

.p-faq__bodyinner {
  display: block;
  /*padding-left: 35px;*/
  position: relative;
  line-height: 1.6;
}
/*.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}*/
.p-faq__bodyinner p.p-faq__a-txt {
	font-size: clamp(0.9rem, 0.609rem + 1.45vw, 1.7rem);
	font-weight:300;
}
@media screen and (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 0;
  }
  .p-faq__bodyinner::before {
  }
  .p-faq__bodyinner p.p-faq__a-txt {
  }
}