html{
    color: #535353;
    font-size: 16px;
}
img{
    width: 100%;
}
section{
    margin: 40px auto;
}
li{
    list-style: none;
}
input{
    appearance: auto;
}
.inner{
    max-width: 900px;
    margin: 0 auto;
}
.inner_large{
    max-width: 1100px;
    margin: 0 auto;
}
h1{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
}
.menu_underline{
    text-align: center;
}
.menu_underline img{
    width: 368px;
}
/*header*/
header{
    position: relative;
}
.header_nav ul{
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 38px;
    left: 25%;
}
.nav_list li{
    min-width: fit-content;
}
.header_nav_item{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding: 0px 25px;
    display: inline-block;
    color: #fff;
}
.header_nav_link:hover{
    cursor: pointer;
    color: #535353;
}
.header_pc{
    width: 100%;
}
.header_sp{
    display: none;
}
/*booking*/
.booking{
    padding-top: 40px;
    padding-bottom: 40px;
}
.booking p{
    line-height: 32px;
    width: 839px;
    margin: 40px auto;
}
.booking_buttons{
    display: flex;
    justify-content: center;
}
.booking_button_line, .booking_button_web{
    width: max-content;
    background-color: #85C7C8;
    color: #fff;
    padding: 16px 50px 16px 50px;
    border-radius: 30px;
    margin: auto 50px;
}
.booking_button_web::after, .booking_button_line::after{
    width: 16px;
    height: 16px;
    margin-left: 25px;
    background: url(../img/arrow_white.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
}
.booking_button_line:hover, .booking_button_web:hover{
    color: #85C7C8;
    background-color: #fff;
    cursor: pointer;
    border: #85C7C8 1px solid;
    box-sizing: border-box;
}
.booking_button_web:hover::after, .booking_button_line:hover::after{
    width: 16px;
    height: 16px;
    margin-left: 25px;
    background: url(../img/arrow_blue.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
}
/*注意事項*/
.warning{
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.warning li{
    line-height: 24px;
    padding-top: 20px;
}
.warning li:before{
    background-image: url(../img/warning.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
}
/*contact*/
.contact{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 40px;
    margin-bottom: 80px;
}
form {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.formWrap_description{
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
select, option{
    color: #535353;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
form table .vertical{
    vertical-align: 0.8em;
}
input,
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.vertical{
    width: auto;
    position: relative;
    top: 12px;
}
input.finalcheck{
	color:#fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #85C7C8;
    padding: 10px 15px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
input.finalcheck:hover{
    background: #fff;
    border: #85C7C8 1px solid;
    color: #85C7C8;
}
/*確認画面*/
.confirmation h3{
    font-size: 20px;
    text-align: center;
}
.confirm{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding: 10px;
    background: #85C7C8;
}
.confirm:hover{
    background-color: #fff;
    border: #85C7C8 1px solid;
    color: #85C7C8;
}
/*footer*/
.footer_wrapper{
    display: flex;
    justify-content: space-between
}
.fooer_logo{
    width: 216px;
}
.footer_logo img{
    width: 216px;
}
.sns{
    width: 410px;
}
.line img, .instagram img, .tiktok img, .blog img{
    width: 35px;
}
.youtube img{
    width: 156px;
}
.sns p{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    padding-bottom: 10px;
}
.footer_nav{
    width: 322px;
    display: flex;
}
.footer_nav_1{
    width: 150px;
}
.footer_nav_2{
    width: 165px;
}
.footer_nav li{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
}
.copyright{
    font-size: 12px;
    text-align: center;
    background-color: #85C7C8;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}