@charset "UTF-8";

.ffJosefin{
    font-family: 'Times New Roman', Times, serif;
}
.innerWrap{
    width: 1240px;
    margin: 0 auto;
    padding: 80px 20px 0;
    }
main h2{
    text-align: center;
    font-size: 40px;
    letter-spacing: .05em;
    margin-bottom: 80px;
}

header .innerWrap{
    height: 720px;
    position: relative;
}

header nav ul{
    display: flex;
    justify-content: space-around;
    width: 1240px;
    margin: 0 auto;
}
header nav ul li a:hover{
    text-decoration: underline;
}
.msgSec{
    background-color: #fbfaf7;
}
.msgSec p{
    text-align: center;
    line-height: 1.75;
    margin-bottom: 40px;
}
.msgSec p.illust {
    margin-top: 80px;
    margin-bottom: 0;
    position: relative;
}
.msgSec p.illust::before{
    content: url(../images/deco_left.png);
    position: absolute;
    left: 320px;
    bottom: -30px;
}
.msgSec p.illust::after{
    content: url(../images/deco_right.png);
    position: absolute;
    right: 320px;
    bottom: -30px;
}
.dateSec{
    background-color: #fff;
    padding-bottom: 120px;
}
.dateSec .layoutWrap{
    display: flex;
}
.dateSec .layoutWrap > p{
    flex-basis: 735px;
}
.dateSec .layoutWrap > div{
    flex-basis: 465px;
    padding-top: 100px;
}
.dateSec .dateDetailSec{
    font-size: 72px;
    margin: 0 0 170px -100px;
    background-color: #fff;
    padding: 40px 64px;
    line-height: 1.2;
}
.word1{font-size: 50px;}
.word2{font-size: 40px;}
.word3{font-size: 60px;}
.accessSec{
    margin-left: 48px;
}
.accessSec h3{
    color: #cfafa3;
    font-size: 55px;
    letter-spacing: .05em;
    margin-bottom: 8px;
}
.accessSec p{
    line-height: 1.6;
}
.formSec{
    background-color: #efe8d9;
    padding-bottom: 60px;
}
form{
    width: 600px;
    margin: 0 auto;
}
input[type="text"],
input[type="email"],
select,
textarea{
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
    padding: 4px 8px;
}
input[type="radio"],
input[type="checkbox"]{
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    margin-right: 4px;
}
.attendRadio{
    text-align: center;
    margin-bottom: 40px;
}
.attendRadio label{
    margin: 0 20px;
    font-size: 24px;
}
.allergyCheck label{
    margin-right: 24px;
}
select{
    background: #fff url(../images/arrow.png) no-repeat 98% 50%/17px 10px;
}
textarea{
    height: 148px;
    margin-bottom: 30px;
}
form > p{
    line-height: 1.4;
    margin-bottom: 20px;
}
.submitBtn{
    text-align: center;
}
input[type="submit"]{
    background-color: #a4a4a4;
    color: #000000;
    padding: 18px 80px;
}
footer{
    background-color: #d4a568;
    color: #000000;
    padding: 14px 10px 20px;
    text-align: center;
}
.dateSec{
    margin-bottom: 480px;
}
.dateSec::after{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center/cover;
    z-index: -1;
}
input[type="submit"]:hover{
    background-color: #dbb265;
    margin-left: 20px;
    transition-property: background-color,margin-left;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}
@keyframes scrollAnimation{
    0%{
        transform: scaleY(0);
        transform-origin: top;
    }
    50%{
        transform: scaleY(1);
        transform-origin: top;
    }
    50.1%{
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100%{
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
header .scroll img{
    animation-name: scrollAnimation;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@media screen and (max-width: 640px){
.dateSec .layoutWrap{
    display: block;
}
.innerWrap,header nav ul,form{
    width: 100%;
}
header h1 img,.msgSec p .illust img, .dateSec .layoutWrap > p img {
    width: 100%;
}
.msgSec p.illust::before{
    left: -16px;
    bottom: -80px;
    transform: scale(0.7);
}
.msgSec p.illust::after{
    right: -16px;
    bottom: -80px;
    transform: scale(0.7);
}

main h2 {
    font-size: 35px;
    margin-bottom: 60px;
}

header .innerWrap {
    height: 90vh;
}
header h1 {
    padding-top: 80px;
}
.msgSec p {
    text-align: left;
}
.dateSec .dateDetailSec {
    font-size: 36px;
    margin: 0 0 0 25%;
    padding: 20px 20px;
}
.word1 {font-size: 25px;}
.word2 {font-size: 20px;}
.word3 {font-size: 25px;}
.dateSec .layoutWrap > div {
    padding-top: 0;
    transform: translateY(-50px)
}
.accessSec h3{
    font-size: 44px;
}
.accessSec{
    margin: 32px 0 0 32px;
}
.dateSec{
    padding-bottom: 40px;
    margin-bottom: 250px;
}
}

header img{
    width: 100%;
}

body{
    font-family: 'Times New Roman', Times, serif;
    background-image: url(../images/紅茶の渦（背景画像）.png);
}

h1{
    font-size: 40px;
}

.f11 h1{
    text-decoration-line: underline;
    text-align: center;
    
}

p{
    font-size: 14px;
}

header nav ul{
    display: flex;
    justify-content: center;
    background-color: #deb879;
    vertical-align: middle;
    text-decoration: none;
    align-items: center;
    width: 100%;
}

header nav ul li{
    margin: 0px 30px
}

header ul li a:hover{
            text-decoration:solid;
            text-decoration: none;
}

header ul{
    font-size: 22px;
}

.pictureAA{
    width: 100%;
}

.f11 p{
    text-align: center;
    font-size: 18px;
}

section p{
    font-size: 18px;
}

.into12 h1{
    text-decoration-line: underline;
    text-align: center;
}

.into12 h3{
    text-align: center;
    font-size: 25px;
}

.into12 p{
    text-align: center;
    font-size: 18px;
}

.ffJosefin{
    margin-bottom: 50px;
}

.into12{
    margin-top: 100px;
    margin-bottom: 100px;
}

.f11{
    margin-top: 100px;
    margin-bottom: 100px;
}

h3{
    text-align: center;
    font-size: 30px;
}

p{
    text-align: center;
    font-size: 20px;
}

.into{
    margin-bottom: 50px;
}

.into2{
    margin-bottom: 50px;
}

.into3{
    margin-bottom: 50px;
}

.into4{
    margin-bottom: 50px;
}

.into5{
    margin-bottom: 50px;
}

.into6{
    margin-bottom: 50px;
}