h1.ttl{
    margin-bottom: 56px;    
    font-size: 2.4rem;
    /*font-family: "Noto Serif JP", serif, 'ヒラギノ明朝 ProN'; */ 
    font-weight: 600;    
    text-align: center;
    letter-spacing: 7px;   
    color: #4F423E;
}
h1.ttl span{
    margin: 16px 0 17px;
    display: block;
    font-size: 4.8rem;
    font-weight: 500;
    font-family: 'Garamond Narrow', serif;
    line-height: 1;
    letter-spacing: 0.0625em;    
    color: #EB8C8D;
}

h1.ttl2 {
    text-align: center;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.48;
    letter-spacing: 6px;
}


@media screen and (max-width:1024px) {
    h1.ttl{
        font-size: 1.8rem;
        letter-spacing: 2px;}
    h1.ttl span{
        font-size: 4.2rem;
        margin: 16px 0 7px;
    }
    h1.ttl2 {
        margin-bottom: 95px;
        padding-top: 0px;
        font-size: 4.2rem;
        height: auto;
    }
    h1.ttl2:before{font-size: 20rem;}
}

@media screen and (max-width:768px) {
    h1.ttl{
        margin-bottom: 36px;    
        font-size: 1.6rem;}
    h1.ttl span{font-size: 3.2rem;}
    h1.ttl2{
        font-size: 2.0rem;
        letter-spacing: 2px;
    }
}

.btnBox{
    display: inline-block;
}
.btnBox:nth-child(2){
    margin-left: 10px;
}

.btnBox a{
    width: 100%;
    padding: 19px 20px 19px;
    background: #584e34;
    font-size: 2.0rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.btnBox a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat;
    background-size: 100%;
    width: 50px;
    height: 12px;
    display: inline-block;
    margin-left: 20px;
}
.btnBox:hover {
    opacity: 0.65;
}

.btnBox a.btn002{
    background-color: #8dc63f;
}


@media screen and (max-width:768px) {
    .btnBox {
    }
    
    .btnBox a{
        padding: 9px 0 9px 0px;
        font-size: 1.4rem;    
        border-radius: 5px;
    }
    .btnBox a:after{
    width: 15px;
    height: 4px;
    margin-left: 6px;   
    }
}

@media screen and (max-width: 550px) {
    .btnBox a{ 
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 413px) {
    .btnBox a{
        padding: 5px 5px 6px;    
        font-size: 1.2rem;
        line-height: 1.2;
    
    }
}


.container_001 {
    width: 90%;
    max-width: 1270px;
    margin: 0 auto;
}

.container_003 {
    padding: 2.727% 3.636%;
}

nav.headerNav.fadeIn_right2 {
    display: none;
}

aside.contact_bnr{
    background: #eb8c8d url(../img/contact_bg.webp)no-repeat top left;
    background-size: cover;
    padding: 25px 0 24px;
}
aside.contact_bnr .contact_bnr_inner{
    width: 98%;
    max-width: 1340px;
    margin: 0 auto;
    /* padding: 5px; */
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,239,191,1) 50%, rgba(255,255,255,1) 100%); */
    border-radius: 30px;
    position: relative;
}

aside.contact_bnr .contact_bnr_inner > div{
    background: #EB8C8D;
    padding: 0 0 48px;
    border-radius: 30px;  
}

aside.contact_bnr .contact_bnr_inner h1{
    width: 280px;
    margin: 1px auto;
    padding: 0 0 5px;
    background: #F5C4C5;
    font-family: 'Playfair Display', serif;
    font-size: 4.2rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    position: relative;
    top: -19px;
}

aside.contact_bnr .btn_block {
    display: flex;
    justify-content: center;
    align-items: center
}

aside.contact_bnr .contact_bnr_inner .btnContact,
aside.contact_bnr .contact_bnr_inner .btnLine{
    width: 46%;
    max-width: 331px;
    margin-left: 2%;
}
aside.contact_bnr .contact_bnr_inner .btnContact a,
aside.contact_bnr .contact_bnr_inner .btnLine a{
    width: 100%;
    font-size: 2.2rem;
    font-weight: 600;
    /*font-family: "Noto Serif JP", serif, 'ヒラギノ明朝 ProN'; */ 
    padding: 18px 17px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #fff;
}

aside.contact_bnr .contact_bnr_inner .btnContact a{
    background: linear-gradient(0deg, #584e34 0%, #8b8b8b 100%);
    color: #fff;
}

aside.contact_bnr .contact_bnr_inner .btnLine a{
    background: #42c505;
    color: #fff;
}

aside.contact_bnr .contact_bnr_inner .btnContact a span,
aside.contact_bnr .contact_bnr_inner .btnLine a span{
    width: 310px;    
    text-align: center;
    display: block;
}

aside.contact_bnr .contact_bnr_inner .btnContact a:after,
aside.contact_bnr .contact_bnr_inner .btnLine a:after{
    content: '';
    background: url(../img/icon_arrow2.png)no-repeat;
    background-size: 100%;
    width: 20px;
    height: 12px;
    display: inline-block;
}
aside.contact_bnr .contact_bnr_inner .btnContact a:after{
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(258deg) brightness(103%) contrast(101%);
}
aside.contact_bnr .contact_bnr_inner .btnLine a:after{
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(258deg) brightness(103%) contrast(101%);
}

aside.contact_bnr .txt_block{
    margin: 8px 0 44px;
    font-size: 2.6rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*font-family: "Noto Serif JP", serif, 'ヒラギノ明朝 ProN'; */ 
}

aside.contact_bnr .txt2{
    margin-right: 4px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 3rem;
    color: #fff;
}
aside.contact_bnr .txt2 a{
    margin-left: 5px;
    color: #323232;
    font-size: 5.8rem;    
    letter-spacing: 1px;
}

@media screen and (max-width:1024px) {
    aside.contact_bnr .contact_bnr_inner h1{
        font-size: 3.6rem;    
    }
    
    aside.contact_bnr .contact_bnr_inner .btnContact, aside.contact_bnr .contact_bnr_inner .btnLine{
        max-width: 245px;
    }
    
    aside.contact_bnr .contact_bnr_inner .btnContact a, aside.contact_bnr .contact_bnr_inner .btnLine a{
        font-size: 1.8rem;
        padding: 30px 10px 25px;
    }
    
}
@media screen and (max-width:770px) {
    aside.contact_bnr{
        background: #EB8C8D;
    }
    aside.contact_bnr .contact_bnr_inner h1{
        font-size: 3rem;
    }
    
    aside.contact_bnr .txt_block{
        font-size: 1.8rem;
        margin: 0;
        display: block;
    }
    
    aside.contact_bnr .btn_block{
        display: block;
    }
    aside.contact_bnr .txt2{
        font-size: 5vw;    
        margin-right: 0;   
        margin-bottom: 10px;
    }
    aside.contact_bnr .txt2 a{
        margin-top: 0px;
        font-size: 11vw;     
    }
    
    aside.contact_bnr .contact_bnr_inner{
        display: block;
        width: 94%;
    }

    aside.contact_bnr .contact_bnr_inner h1{
        margin: 0 auto 10px;
        padding: 0;
        background: none;
        top: 0;
    }

    aside.contact_bnr .contact_bnr_inner > div{
        padding: 0;
    }

    .btn_block {
        display: flex;
        justify-content: space-between;
    }
    aside.contact_bnr .contact_bnr_inner .btnContact, aside.contact_bnr .contact_bnr_inner .btnLine{
        width: 48%;
        margin: 0 1%;
    }
    
    aside.contact_bnr .contact_bnr_inner .btnContact a, aside.contact_bnr .contact_bnr_inner .btnLine a{    
        font-size: 1.4rem;
        padding: 5px 6px 5px;
        letter-spacing: 0;
        align-items: center;
    }
    aside.contact_bnr .contact_bnr_inner .btnContact a:after, aside.contact_bnr .contact_bnr_inner .btnLine a:after{
        margin-left: 10px;    
    }
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    margin-top: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
.hamburger:after{
    content: '';
    width: 94px;
    height: 94px;
    background:rgb(248 235 233 / 90%); 
    border-radius: 50px;
    position: absolute;
    top: -24px;
    left: -25px;
    z-index: -1;
}

.nav-wrapper.open .hamburger:after{
    background: none;
}


.hamburger__line {
    position: absolute;
    width: 50px;
    height: 5px;
    right: 0;
    background-color: #B5B5B5;
    transition: all 0.5s;
    border-radius: 5px;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
    width: 40px;
  top: 18px;
    left: 0;
}

.hamburger__line--3 {
  top: 36px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

@media screen and (max-width:768px) {
    .hamburger{
        width: 40px;    
        top: 10px; 
        right: 10px;
    }
    .hamburger__line{
        height: 3px;
        width: 40px;}
    .hamburger__line--2 {
        width: 30px;
        top: 14px;
        left: 0;
        right: auto;
    }
    .hamburger__line--3 {
        top: 26px;
    }
}
@media screen and (max-width: 550px) {
    .hamburger{top: 10px;}
}



/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}


.sp-nav{
    padding: 1em;   
    min-height: 100vh;
    background-color: #ebe2d6;
    overflow-y: scroll;    

}

.sp-nav ul.page_link_list {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 600;
}

.sp-nav ul.page_link_list li {
    margin-bottom: 20px;
}

.sp-nav ul.page_link_list li a {
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
}


#completion .header_container{
    width: 93%;
}

section.catch_wrap {
    width: 1000px;
    margin: 90px auto 91px;
    text-align: center;
}

section.catch_wrap p{
    font-size: 2.0rem;
    margin-top: 30px;
    line-height: 2;
}

section.catch_wrap .btnBox {
    width: 300px;
    margin: 60px auto 0;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:30px auto 0;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
    font-size: 1.8rem;    
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

section.catch_wrap input[type="submit"], section.catch_wrap  form input[type="reset"], section.catch_wrap form input[type="button"]{
    font-size: 1.8rem;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 5px;
}
section.catch_wrap input[type="submit"] {
    background: #FFA64D;
    color: #fff;
    
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    section.catch_wrap input[type="submit"], section.catch_wrap  form input[type="reset"], section.catch_wrap form input[type="button"]{
        display:block;
        width:100%;
        height:40px;
        margin: 0 auto 20px;    
    }
}

@media screen and (max-width:768px) {
    #completion .header_container{
        width: 100%;
    }
    section.catch_wrap {
        width: 100%;    
    }
    
    section.catch_wrap p{
        font-size: 1.6rem;
    }
}

