@charset "UTF-8";

/* バリアブル */
:root{
    /* colors */
    --pink: #EB8C74;
    --black: #171717;
    --lightgrey: #D9D9D9;
    --grey: #ACACAC;
    --white: #ffffff;

    /* typography */
    --fz-xs: 0.5rem;
    --fz-sm: 0.75rem;
    --fz-md: 1.25rem;
    --fz-lg: 2rem;
    --fz-xl: 3.25rem;
    --fz-2xl: 5.25rem
}

/* 共通設定 */
html{
    font-size: 100%;
}

body{
    font-family: "Noto Serif JP";
    font-size: 1rem;
    color: var(--black);
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

a{
    text-decoration: none;
    color: inherit;
}

ul,ol{
    list-style: none;
}

/* 見出し */

h1{
    font-family: "Great Vibes";
    font-size: 4rem;
    color: var(--white);
    font-weight: 100;
    text-align: center;
    /* position: relative;
    top: 320px; */
    text-transform: capitalize;
}

h2{
    font-family: "Abhaya Libre";
    font-size: 2.1875rem;
    color: var(--pink);
    letter-spacing: 0.05em;
    text-transform: capitalize;
    margin-bottom: 80px;
    text-align: center;
}

h3{
    font-size: 1.5625rem;
    text-transform: uppercase;
    text-align: center;
}

h4{
    font-family: "Abhaya Libre";
    font-size: 1.5625rem;
    color: var(--pink);
    text-transform: capitalize;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

/* コンテンツ制御部分+ */
.container {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

/* ヘッダー */
header{
    background-image: url(../img/img_main-visual.jpg);
    background-position: center 70%;
    width: 100%;
    height: 812px;
    object-fit: cover;
}

nav{
    background-color: #EB8C7480;
    width: 100%;
    height: 54px;
}

.main-nav{
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    font-family: "Abhaya Libre";
    color: var(--white);
    line-height: 54px;
}

.main-nav li a:hover{
    font-size: x-large;
    transition: 0.5s;
}

.fv-copy{
    width: 343px;
    height: 748px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* メッセージ */

.heading-message{
    padding-top: 100px;
}

.msg-para{
    font-size: 0.875em;
    line-height: 2.5;
    margin-bottom: 48px;
}

.img-message1{
    margin-bottom: 100px;
}


/* 日付 */
.heading-date{
    background-color: #F4F4F4;
    text-align: center;
}

.heading-01{
    text-transform: none;
    padding-top: 100px;
    }

.heaing02-sp p{
    font-size: 1.125rem;
    margin-bottom: 32px;
}

.date-info{
    font-size: 1.25rem;
}

.order{
    font-size: 0.875rem;
}

.time-text{
    margin: 12px auto;
}

.date-detail-sp{
    margin-bottom: 80px;
}

.address-title{
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 32px;
}

.address-text1,.address-text2,.address-text3{
    letter-spacing: 0.1em;
}

.address-text2{
    margin:12px auto ;
}

.address-text3{
    text-decoration: underline;
}

iframe{
    width: 100%;
    height: 250px;
    margin-top: 32px;
    margin-bottom: 100px;
}

/* RSVP */

.heading-rsvp{
    text-transform: uppercase;
    padding-top: 100px;
    margin-bottom: 32px;
}

.text-notice{
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.text-notice span{
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--pink);
}

.notice-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.radio-notice{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 32px;
}

.attendance{
    margin-right: 10px;
}

.absence{
    margin-left: 10px;
}

.input-text{
    margin-bottom: 32px;
}

.textbox{
    border: 1px solid var(--grey);
    border-radius: 8px;
    width: 100%;
    padding: 8px 14px;
}

.text-area{
    border: 1px solid var(--grey);
    border-radius: 8px;
    width: 100%;
    height: 174px;
    padding: 8px 14px;
}

.form-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn{
    background-color: var(--pink);
    color: var(--white);
    font-size: 1.25rem;
    font-weight: bold;
    width: 250px;
    height: 60px;
    border-radius: 8px;
}

.btn:hover{
    background-color: #EB8C7480;
    transition: 0.5s;
}

.attendance{
    display: flex;
    flex-direction: row-reverse;
}

.absence{
    display: flex;
    flex-direction: row-reverse;
}

/* ギャラリー */
.heading-gallary{
    margin-bottom: 32px;
}

.gallery-section{
    background-color: #F4F4F4;
    padding-bottom: 100px;
}

.heading-gallary{
    padding-top: 100px;
}

.gallery-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;    
}

.item img{
    width: 167.5px;
    height: 200px;
    object-fit: cover;
}

.rsvp-section{
    margin-bottom: 100px;
}

/* フッター */
footer{
    background-color: var(--pink);
    text-align: center;
}

footer small{
    color: var(--white);
    letter-spacing: 0.1em;
    height: 65px;
    line-height: 65px;
}

/* メディアクエリ */
@media (min-width: 600px){

/* 見出し */
h1{
    font-size: 9rem;
}

h2{
    font-size: 4.5rem;
}

h3{
    font-size: 2rem;
}

h4{
    font-size: 3.5rem;
}

/* ヘッダー */
header{
    height: 900px;
}

.fv-copy{
    width: 723px;
    height: 846px;
}

.main-nav{
    justify-content: flex-end;
}

.main-nav li{
    padding-left: 52px;
}

/* メッセージ */
.heading-message,.heading-01{
    padding-top: 200px;
}

.message-contents{
    text-align: center;
}

.msg-para{
    line-height: 3.25; 
    font-size: 1.25em;
    margin-bottom: 84px;
}

.img-message1{
    max-width: 600px;
    max-height: 297px;
    object-fit: cover;
    margin-bottom: 200px;

}

/* 日付 */
.heaing02-sp p,.date-info,.address-title{
    font-size: 1.5rem;
}

.address-text1,.address-text2,.address-text3,.order{
    font-size: 1.25rem;
}

.address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.map-box{
    width: 540px;
    height: 250px;
}

iframe{
    margin-top: 0;
    margin-bottom: 0;
}

/* RSVP */
.heading-rsvp{
    margin-bottom: 0;
    padding: 0;
    padding-top: 200px;
}

.notice-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    margin: 80px auto;
}

.text-notice span{
    font-size: 2rem;
}

.text-notice,.input-text div label span,.textbox,.text-area{
    font-size: 1.25rem;
}

.notice1,.notice2{
    vertical-align: baseline;
}

.radio-notice,.input-text{
    margin-bottom: 64px;
}

.input-text div label{
    font-size: 1.5rem;
}

.textbox,.text-area{
    /* width: 680px; */
    display: flex;
}

.rsvp-text{
    vertical-align: baseline;
}

.text-area{
    height: 200px;
    margin-bottom: 0;
}

.input-text{
    display: flex;
    justify-content: space-between;
}

.input-box1{
    flex-grow: 1;
    flex-shrink: 1;
}

.input-box2{
    flex-grow: 2;
    flex-shrink: 2;
}

.mail-box{
    flex-basis: 465px;
}

.btn{
    width: 250px;
    height: 60px;
}

.rsvp-section{
    margin-bottom: 200px;
}

/* ギャラリー */

.heading-gallary{
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 200px;
}

.item img{
    width: 328px;
    height: 296px;
}

.gallery-wrapper{
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery-section{
    padding-bottom: 200px;
}



}