@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


@import url('https://fonts.cdnfonts.com/css/georgia');


b {
    font-weight: 500;
}


div#header-container {
    display: none;
}

h1.entry-title {
    display: none;
}

.logo.logo-header.logo-text {
    display: none;
}

footer#footer {
    display: none;
}



#contactform {
    padding-top: 60px;
    margin-top:-60px;
}

#life {
    padding-top: 60px;
    margin-top:-60px;
}

#room {
    padding-top: 60px;
    margin-top:-60px;
}

#about {
    padding-top: 60px;
    margin-top:-60px;
}



a:hover {
color: #C9C9C9;
}

li.list4 a {
    color: #fff;
    text-decoration: none;
}

li.list4 a:hover {
    color: #3E60DD;
}




.full{
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}






@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
}



/*スマホの時だけ改行*/
.br-sp {
    display: none;
}

@media (max-width: 768px) {
    .br-sp {
        display: block;
    }
}













/*ヘッダーメニュー*/
li{
  list-style: none;
}

 li.list4:hover {
    color: #6274B2;
}

@media screen and (min-width: 769px){
nav.menu1 {
    width: 100%;
    padding: 2em 2em;
    margin: 0.5em 0;
    display: flex;
    justify-content: flex-end;
}

ul.menu-ul {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-left: 0;
        padding-right: 19%;
    }

li.list1 {
    font-size: 1rem;
    margin-right: 3em;
}

li.list2 {
    font-size: 1rem;
    margin-right: 3em;
}

li.list3 {
    font-size: 1rem;
    margin-right: 3em;
}

li.list4 {
        background-color: #172A88;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.5em 3em;
        color: #fff;
        display: flex;
        letter-spacing: 1px;
        position: fixed;
        right: 15px;
        top: 1.5em;
        z-index: 1;
    }}

@media screen and (max-width: 768px){
nav.menu1 {
    width: 100%;
    padding: 2em 0.5em;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

    ul.menu-ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
    }
    
li.list4 {
    background-color: #172A88;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em 3em;
    color: #fff;
    display: flex;
    letter-spacing: 1px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}}

@media screen and (min-width:481px) and ( max-width:768px) {
li.list1 {
        font-size: 0.95rem;
        margin-right: 0em;
        text-align: center;
    }
    
li.list2 {
        font-size: 0.95rem;
        margin: 0 0.5em;
        text-align: center;
    }

li.list3 {
        font-size: 0.95rem;
        margin-right: 0em;
        text-align: center;
}}


@media screen and (max-width: 480px) {
li.list1 {
        font-size: 0.7rem;
        margin-right: 0em;
        text-align: center;
    }
    
    li.list2 {
        font-size: 0.7rem;
        margin: 0em 0.2rem;
        text-align: center;
    }
    
li.list3 {
        font-size: 0.7rem;
        margin-right: 0em;
        text-align: center;
}}









p.list4-font1 {
    font-family: 'Noto serif JP';
    font-weight: 700;
    margin-bottom: -5px;
    text-align: center;
}

p.list4-font2 {
    font-size: 0.6rem;
    text-align: center;
}






@media screen and (min-width: 769px){
.head1 {
    display: flex;
}

.head1-in-left {
    width: 40%;
    position: relative;
}

.head1-in-left-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0em;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.head1-in-right {
    width: 60%;
}}


@media screen and (max-width: 768px){
.head1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head1-in-left {
    width: 100%;
    order: 1;
}

.head1-in-left-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0em;
    text-align: center;
    margin: 2em auto;
}

.head1-in-right {
    width: 100%;
}}



img.head1-in-left-img {
    width: 30%;
    margin: 1em auto 0 auto;
    display: block;
}

p.head1-in-left-font1 {
    display: inline-block;
    font-family: 'Noto serif JP';
    font-size: 1.3rem;
    font-weight: 700;
    margin: 1.5em;
    text-align: left;
}

p.head1-in-left-font2 {
    display: inline-block;
    font-family: 'Noto serif JP';
    text-align: left;
    font-size: 0.8rem;
    padding: 0 1em;
}
















/*スクロール*/
.scroll-area {
    position: relative;
    width: 100%;
    height: 300px;
}


/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    margin: 0 auto;
    color: #9FA0A0;
    font-size: 0.8rem;
    text-align: center;
}
/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #9FA0A0;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.mousey {
    width: 3px;
    padding: 5px 7px;
    height: 18px;
    border: 1.5px solid #9FA0A0;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    margin: 5px auto;
    margin: 5px auto;
}
.scroller {
    width: 2px;
    height: 10px;
    border-radius: 25%;
    background-color: #9FA0A0;
    margin: 0 auto;
}
















/*タイトル*/
.title {
    text-align: center;
    position: relative;
}

@media screen and (max-width: 768px){
h1.title1 {
    font-family: 'Noto serif JP';
    font-weight: 500;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

h1.title1:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        display: inline-block;
        width: 170px;
        height: 1px;
        background-color: #000;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }}





@media screen and (min-width: 769px){
h1.title1 {
    font-family: 'Noto serif JP';
    font-weight: 500;
    font-size: 2rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

h1.title1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    display: inline-block;
    width: 170px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}}

















/*写真*/
 img.pic1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

img.pic2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 769px){    
img.pic3 {
    width: 18%;
    margin: 1em auto;
    display: block;
}}
    
@media screen and (max-width: 768px){
img.pic3 {
    width: 45%;
    margin: 1em auto;
    display: block;
}}



/*文字*/
@media screen and (min-width: 769px){
h2.sec-title1 {
        font-size: 1.5rem;
        font-weight: 400;
        background-color: #fff;
        max-width: 1000px;
        margin: 0 auto;
        text-align: left;
        padding-left: 0;
}
	
	
p.top-font1 {
        max-width: 1000px;
        margin: 0 auto;
        text-align: left;
        font-weight: 300;
        font-size: 1rem;
}

    p.top-font5 {
        max-width: 1000px;
        margin: -1em auto 0 auto;
        text-align: center;
        font-weight: 300;
        font-size: 1rem;
    }

p.top-font8 {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
        font-size: 1rem;
        letter-spacing: 0px;
}

p.top-font10 {
    font-family: 'Noto serif JP';
    font-size: 1.6rem;
    text-align: center;
}
	
p.top-font12 {
        max-width: 1000px;
        margin: 0.1em auto 0.5em auto;
        text-align: left;
        font-weight: 300;
        font-size: 1rem;
}	
	
p.top-font13 {
        display: inline-block;
        padding: 0.2em 0.5em;
        max-width: 1000px;
        margin: 0 auto;
        color: #000;
        text-align: left;
        font-weight: 300;
        font-size: 0.8rem;
        letter-spacing: 0px;
        line-height: 1.5em;
        border: solid 1px;
        border-color: #000;
    } 	

p.top-font14 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}	

p.top-font15 {
    max-width: 1000px;
    margin: 0.1em auto 0.5em auto;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
}}

@media screen and (max-width: 768px){
h2.sec-title1 {
        font-size: 1rem;
        font-weight: 400;
        background-color: #fff;
        max-width: 1000px;
        margin: 0 auto;
        text-align: left;
        padding-left: 0;
}	
	
p.top-font1 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-weight: 300;
        font-size: 0.8rem;
        line-height: 1.5em;
}

p.top-font5 {
        margin: -1em auto 0 auto;
        text-align: center;
        font-weight: 300;
        font-size: 0.8rem;
}

p.top-font8 {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
        font-size: 0.8rem;
        letter-spacing: 0px;
        line-height: 1.5em;
}

p.top-font10 {
    font-family: 'Noto serif JP';
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}
	
p.top-font12 {
        width: 100%;
        margin: 0.1em auto 0.5em auto;
        text-align: left;
        font-weight: 300;
        font-size: 0.8rem;
}	

p.top-font13 {
        display: inline-block;
        padding: 0.2em 0.5em;
        max-width: 1000px;
        margin: 0 auto;
        color: #000;
        text-align: left;
        font-weight: 300;
        font-size: 0.7rem;
        letter-spacing: 0px;
        line-height: 1.5em;
        border: solid 1px;
        border-color: #000;
    }	
	
p.top-font14 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
}	

p.top-font15 {
        max-width: 1000px;
        margin: 0.1em auto 0.5em auto;
        text-align: center;
        font-weight: 400;
        font-size: 0.7rem;
        line-height: 1.5em;
    }}




p.top-font2 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}

p.top-font3 {
    max-width: 1000px;
    margin: 0.1em auto 0.5em auto;
    text-align: center;
    font-weight: 300;
    font-size: 1rem;
}

p.top-font4 {
    display: inline-block;
    padding: 0.2em 0.5em;
    max-width: 1000px;
    margin: 0 auto;
    color: #C30D23;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    border: solid 1px;
    border-color: #C30D23;
}


p.top-font6 {
    max-width: 1000px;
    font-weight: 300;
    font-size: 1rem;
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    line-height: 1.5em;
}


p.top-font7 {
    max-width: 1000px;
    margin: 0.5em auto;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
}


p.top-font9 {
    width: 100%;
    max-width: 1000px;
    text-align: right;
    margin: 0 auto;
}



p.top-font11 {
    max-width: 100%;
    margin: 0 auto -6px auto;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}







@media screen and (min-width: 769px){
p.top-font16 {
    text-align: center;
    margin-bottom: 2em;
}}

@media screen and (max-width: 768px){
p.top-font16 {
    text-align: center;
    margin-bottom: 4em;
}}


/*居室情報*/
.address {
    text-align: center;
}

@media screen and (min-width: 769px){
iframe {
  display: block;
  width: 90%;
  max-width: 1000px;
  aspect-ratio: 16/7;
  margin: 0 auto;
}}

@media screen and (max-width: 768px){
iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  margin: 0 auto;
}}






/*部屋写真*/
@media screen and (min-width: 769px){
.room1 {
    display: flex;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.room1 img {
        max-height: 390px;
        height: 390px;
        width: auto;
        margin: 3px;
    }}

@media screen and (max-width: 768px){
    .room1 {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-wrap: wrap;
    }

.room1:after {
    content: '';
    width: 100%;
}

.room1 img {
/* max-height: 390px;
 height: 270px;
 width: auto;*/
 margin: 3px;
}

img.room1-img1 {
    order: 0;
}

img.room1-img2 {
        order: 1;
        width: calc(100% / 2 - 3px);
        margin-left: 0;
    }
    
    img.room1-img3 {
        order: 1;
        width: calc(100% / 2 - 3px);
        margin-right: 0;
    }}



@media screen and (min-width:769px) and ( max-width:1080px) {
.room1 {
        display: flex;
        max-width: 1000px;
        min-height: 380px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

.room1 img {
        max-width: 380px;
        height: 290px;
        width: auto;
        margin: 3px;
    }}



/*表*/
@media screen and (min-width: 769px){
.hyou-flex {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
}

.hyou-flex2 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.hyou1 li {
  list-style-type: none; 
}

ul.hyou1 {
        font-weight: 300;
        width: 50%;
        padding-left: 0;
        margin: 0 1em 0 0;
}

ul.hyou2 {
        font-weight: 300;
        width: 50%;
        padding-left: 0;
        margin: 0 0 0 1em;
}  

ul.hyou3 {
        font-weight: 300;
        width: 52%;
        padding-left: 0;
}

ul.hyou4 {
    font-weight: 300;
    width: 48%;
}

hr.hr1 {
    border: none;
    border-bottom: 1px solid #000;
    margin: 11px 0;
}}



@media screen and (max-width: 768px){
.hyou-flex {
    width: 100%;
    margin: 0 auto;
}

.hyou-flex2 {
    width: 100%;
    margin: 0 auto;
}

.hyou1 li {
  list-style-type: none; 
}

ul.hyou1 {
        font-weight: 300;
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        font-size: 0.9rem;
}

ul.hyou2 {
    font-weight: 300;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
}

ul.hyou3 {
        font-weight: 300;
        width: 100%;
        padding-left: 0;
        font-size: 0.9rem;
}    

ul.hyou4 {
        font-weight: 300;
        width: 100%;
        padding-left: 0;
        display: block;
    }

hr.hr1 {
    border: none;
    border-bottom: 1px solid #000;
    margin: 11px 0;
}}

.shop-img {
    margin-bottom: 2em;
}





/*about*/
@media screen and (min-width: 769px){
.about-flex {
    display: flex;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about1 {
    width: calc(100% / 2 - 2em);
    margin: 2em 1em;
    display: block;
}}

@media screen and (max-width: 768px){
.about-flex {
    width: 100%;
    margin: 0 auto;
}    
    
.about1 {
    width: 100%;
    margin: 2em auto;
    display: block;
}}



img.about-pic1 {
    width: 100%;
    margin: 0 auto;
    display: block;
}


@media screen and (min-width: 769px){
h2.about-sec-title1 {
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    padding-left: 0;
}

p.about-top-font1 {
        text-align: left;
        font-weight: 300;
        font-size: 1rem;
}}

@media screen and (max-width: 768px){
h2.about-sec-title1 {
    font-size: 1rem;
    font-weight: 400;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    padding-left: 0;
}

p.about-top-font1 {
        text-align: left;
        font-weight: 300;
        font-size: 0.8rem;
        line-height: 1.5em;
}}













/*フッター*/
.foot-flex {
    display: flex;
    align-items: flex-start;
}

.foot-flex-left {
    width: 54%;
}

.foot-flex-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48%;
}


@media screen and (min-width: 769px){
.foot-flex2 {
    display: flex;
    width: 80%;
    max-width: 1100px;
    margin: 3em auto;
    align-items: center;
}

.foot-flex2-left {
    width: 40%;
    margin: 1em 1em;
}

.foot-flex2-right {
    width: 60%;
    margin: 1em 1em;
}

img.foot-flex2-left-img1 {
    width: 80%;
}}


@media screen and (max-width: 768px){
.foot-flex2 {
  width: 100%;
  margin: 3em auto;
  align-items: center;
}

.foot-flex2-left {
    width: 65%;
    margin: 3em auto;
}

.foot-flex2-right {
    width: 90%;
    margin: 1em auto;
}

    img.foot-flex2-left-img1 {
        width: 80%;
        margin: 0 auto;
        display: block;
    }}


































/*コンタクトフォーム*/
@media screen and (min-width: 769px){
.contact-1 {
    display: flex;
    width: 100%;
    margin: 20px 0;
    justify-content: space-between;
}

span.required {
        vertical-align: top;
        font-weight: 400;
        width: 100%;
        display: inline-block;
        margin-right: 2em;
        /* position: relative; */
        text-align: left;
        font-size: 14px;
    }

.required::after {
    content: "必須";
    color: #ffffff;
    background: #C30D23;
    font-size: 14px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin-left: 0.3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
/*     position: absolute;
    top: 4px;
    right: 10px; */
}
	

span.required-2 {
        vertical-align: top;
        font-weight: 400;
        width: 20%;
        margin-right: 2em;
        position: relative;
        text-align: left;
    }

.required-2::after {
    content: "任意";
    color: #000;
    background: #C9CACA;
    font-size: 14px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin-left: 0.3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 4px;
    right: 10px;
}
	

.contact-right {
        width: 75%;
        text-align: left;
    }}



@media screen and (max-width: 768px){
.contact-1 {
    width: 100%;
    margin: 20px 0;
}

span.required {
        vertical-align: top;
        font-weight: 400;
        margin-right: 2em;
}

.required::after {
    content: "必須";
    color: #ffffff;
    background: #C30D23;
    font-size: 14px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin-left: 1.3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
	

span.required-2 {
        vertical-align: top;
        font-weight: 400;
        margin-right: 2em;
}

.required-2::after {
    content: "任意";
    color: #000;
    background: #C9CACA;
    font-size: 14px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin-left: 1.3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}	
	

.contact-right {
    width: 100%;
    text-align: left;
    margin-top: -1em;
    margin-bottom: 2em;
}}

.wp-block-contact-form-7-contact-form-selector {
    max-width: 1000px;
    margin: 0 auto;
}


span.required2 {
    vertical-align: top;
    font-weight: 300;
    width: 16%;
    margin-right: 2em;
    position: relative;
    text-align: left;
}



/*送信ボタン*/
input.wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: 70px;
    padding: 12px 24px;
    margin: 10px auto 50px auto;
    /* font-family: sans-serif; */
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #000;
    letter-spacing: 1px;
}

@media (any-hover: hover) {
input.wpcf7-submit {
    transition: background-color 0.2s;
  }

input.wpcf7-submit:hover {
    background-color: #d0cdcd;
  }
}



.btn-submit {
    width: 100%;
    text-align: center;
    border: solid 0.5px #000;
}




.wpcf7 {
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 960px){
.wpcf7 {
    padding: 0 18px;
}}

@media screen and (max-width: 959px){
.wpcf7 {
    padding: 0 5px;
}}


.wpcf7-form-control-wrap {
    position: relative;
    vertical-align: top;
}


	
.contact-all {
    margin-bottom: 35px;
}




p.contactfont-1 {
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 0px;
}

p.contactfont-2 {
    text-align: center;
    font-weight: 100;
    letter-spacing: 0px;
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-2 {
    text-align: center;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}


@media screen and (min-width: 769px){
p.contactfont-3 {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
        font-size: 1rem;
}

p.contactfont-4 {
        max-width: 1000px;
        margin: 0.1em auto 0.5em auto;
        text-align: center;
        font-weight: 300;
        font-size: 1rem;
}}

@media screen and (max-width: 768px){
p.contactfont-3 {
        width: 100%;
        margin: 0 auto 1em auto;
        text-align: center;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
}

p.contactfont-4 {
        width: 100%;
        margin: 0.1em auto 0.5em auto;
        text-align: center;
        font-weight: 300;
        font-size: 0.8rem;
        line-height: 1.5em;
}}











/* 確認ボタン */
input.wpcf7-confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: 70px;
    padding: 12px 24px;
    margin: 10px auto 10px auto;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #000;
    letter-spacing: 1px;
    border: none;
}


@media (any-hover: hover) {
input.wpcf7-confirm {
    transition: background-color 0.2s;
  }

input.wpcf7-confirm:hover {
    background-color: #d0cdcd;
  }
}




/* 戻るボタン */
input[type='button'] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: 70px;
    padding: 12px 24px;
    margin: 10px auto 10px auto;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #000;
    letter-spacing: 1px;
    border: none;
}


@media (any-hover: hover) {
input[type='button'] {
    transition: background-color 0.2s;
  }

input[type='button']:hover {
    background-color: #d0cdcd;
  }
}



.contactflex{
display: flex;
}









.contact-box {
    padding: 0.8em 0.5em;
    max-width: 1000px;
    margin: 2em auto;
    color: #000;
    text-align: left;
    background-color: #EFEFEF;
}









/*SHARE*/
p.share-font {
    font-family: 'Georgia', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 1.5em 0 0.5em 0;
}

.share1 {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
}

img.share-icon {
    margin: 0.5em;
    width: 70%;
}