@charset "UTF-8";

/* =====================================
	info
===================================== */

#wrapper::before{
    content: "";
    width: 37.5%;
    height: 100%;
    position: absolute;
    background: #faf1e7;
}

.visual{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto 266px;
    padding: 200px 40px 0;
}

.visual h1 img{
    margin: 0 0 0 auto;
    width: 31px;
}

.contact{
    width: 100%;
    margin: 0 auto 391px;
    display: flex;
    justify-content: space-between;
}

.contact .ttlArea{
    width: 37.5%;
}

.contact .ttlArea h2{
    font-size: 2.5rem;
    line-height: 1;
    width: calc(55% + 40px);
    padding-left: 40px;
    margin: 0 0 45px auto;
}

.contact .ttlArea h2 small{
    font-size: 1.5rem;
    line-height: 1;
    color: #808080;
    display: block;
    margin-top: 20px;
}

.contact .ttlArea p{
    font-size: 1.2rem;
    line-height: 2.25;
    width: calc(55% + 40px);
    padding-left: 40px;
    margin: 0 0 0 auto;
}

.contact .form{
    width: 55.625%;
}

.contact .form table{
    width: 100%;
    max-width: 760px;
    padding-right: 40px;
    margin-top: 7px;
}

.contact .form table td{
    padding-bottom: 42px;
}

.select {
    width: 100%;
    border-bottom: 1px solid #908985;
    position: relative;
    z-index: 1;
}

.select::after {
    position: absolute;
    content: '';
    width: 8.5px;
    height: 8.5px;
    right: 10px;
    top: 44%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #908985;
    border-right: 1px solid #908985;
    z-index: -1;
}

select{
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #000;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    padding: 14px 0;
    letter-spacing: 0.2em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1;
}

.contact .form table .reserve td{
    line-height: 1;
    padding-bottom: 0;
}

.contact .form table .reserve table{
    padding-right: 0;
    margin-top: 0;
}

.contact .form table .reserve table tr td{
    padding-bottom: 28px;
}

.contact .form table .reserve table tbody tr:nth-child(1) td{
    padding-bottom: 42px;
}

.contact .form table .reserve th{
    font-weight: normal;
    font-size: 1.4rem;
    vertical-align: top;
    line-height: 1;
    padding: 3px 0 0;
    width: 41.67%;
}

.reserve label{
    vertical-align: middle;
}

.reserve input[type="radio"] + span{
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 1.4rem;
}

.reserve input[type="radio"] + span::before{
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #e5e3e0;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    margin-top: 1px;
}

.reserve input[type="radio"]:checked + span::after{
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
    display: block;
    height: 10px;
    left: 6px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}

.reserve input[type="text"]{
    padding: 0 0 14px;
}

input[type="text"]{
    font-size: 1.4rem;
    width: 100%;
    padding: 17px 0;
    letter-spacing: 0.2em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    border-bottom: 1px solid #e5e3e0;
    line-height: 1;
    background: none;
}

input[type="text"].type01{
    width: 46.5%;
}

input[type="text"].type01 + input[type="text"].type01{
    float: right;
}

input[type="text"].type02{
    width: 4em;
    margin: 0 .5em 0 2em;
}

textarea{
    width: 100%!important;
    height: 134px!important;
    background: none;
    border: 1px solid #e5e3e0;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    padding: 15px;
}

input[type="submit"]{
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.2em;
    padding-right: 70px;
    background: url("../img/common/arrow01.svg") no-repeat center right;
    background-size: 54px auto;
    display: table;
    margin: 38px 0 0 auto;
    cursor: pointer;
    transition: 0.3s opacity ease;
}

input[type="submit"]:hover{
    opacity: 0.8;
}

#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

.menu{
    width: 100%;
    margin: 0 auto 391px;
    display: flex;
    justify-content: space-between;
}

.menu .ttlArea{
    width: 37.5%;
}

.menu .ttlArea h2{
    font-size: 2.5rem;
    line-height: 1;
    width: calc(55% + 40px);
    padding-left: 40px;
    margin: 0 0 45px auto;
}

.menu .ttlArea h2 small{
    font-size: 1.5rem;
    line-height: 1;
    color: #808080;
    display: block;
    margin-top: 20px;
}

.menu .txtArea{
    width: 55.625%;
}

.menu .txtArea > ul{
    width: 100%;
    max-width: 656px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu .txtArea > ul li{
    width: 48.9329%;
    margin-bottom: 70px;
}

.menu .txtArea > ul li:nth-last-child(-n+2){
    margin-bottom: 0;
}

.menu .txtArea > ul li h3{
    font-size: 1.0rem;
    color: #808080;
    line-height: 1.8947;
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}

.menu .txtArea > ul li h3 .en{
    display: block;
}

.menu .txtArea > ul li p{
    font-size: 1.2rem;
    line-height: 2;
}

.menu .txtArea > ul li p small{
    font-size: 1.0rem;
    color: #808080;
    line-height: 1.65;
    display: block;
}

.access{
    width: 100%;
    margin: 0 auto 391px;
    display: flex;
    justify-content: space-between;
}

.access .ttlArea{
    width: 37.5%;
}

.access .ttlArea h2{
    font-size: 2.5rem;
    line-height: 1;
    width: calc(55% + 40px);
    padding-left: 40px;
    margin: 0 0 45px auto;
}

.access .ttlArea h2 small{
    font-size: 1.5rem;
    line-height: 1;
    color: #808080;
    display: block;
    margin-top: 20px;
}

.access .txtArea{
    width: 55.625%;
}

.access .txtArea > ul{
    width: 100%;
    max-width: 706px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.access .txtArea > ul > li{
    width: 30.42%;
}

.access .txtArea > ul > li:first-child{
    width: 39.16%;
}

.access .txtArea > ul > li:last-child{
    width: 100%;
    margin-top: 105px;
}

.access .txtArea > ul > li dl dt{
    font-size: 1.1rem;
    color: #989898;
    line-height: 1;
    margin-bottom: 30px;
}

.access .txtArea > ul > li dl dd:nth-child(3){
    font-size: 1.0rem;
    color: #989898;
    line-height: 1.78;
    margin-top: 12px;
}

.access .txtArea > ul > li:last-child dl dd:nth-child(3){
    margin-top: 58px;
}

.access .txtArea > ul > li:first-child dl dd:nth-child(2){
    position: relative;
}

.access .txtArea > ul > li:first-child dl dd:nth-child(2)::before{
    content: "";
    bottom: 0.5em;
    left: 10em;
    position: absolute;
    background: url("../img/common/arrow02.svg");
    background-size: 11px auto;
    width: 11px;
    height: 11px;
}

.access .txtArea > ul > li:last-child dl dd ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.access .txtArea > ul > li:last-child dl dd ul li{
    width: 31.773%;
}

.access .txtArea > ul > li:last-child dl dd span{
    font-size: 1.1rem;
    color: #989898;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid #c8c1b9;
    display: block;
    width: 100%;
}

.access iframe {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 40/19;
    vertical-align: bottom;
    filter: grayscale(100%);
    transition: all 0.7s ease;
    margin-top: 80px;
}


@media screen and (max-width:768px){

#wrapper::before{
    width: 16.927vw;
}

.visual{
    margin: 0 auto 41vw;
    padding: 41.145833vw 13vw 0;
}

.visual h1 img{
    width: 5.859375vw;
}

.contact{
    margin: 0 auto 44vw;
}

.contact .ttlArea{
    width: 16.927vw;
}

.contact .ttlArea h2{
    font-size: 3.733vw;
    width: auto;
    padding-left: 0;
    margin: 0 3.645833vw 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.contact .ttlArea h2 small{
    display: none;
}

.contact .ttlArea p{
    display: none;
}

.contact .form{
    width: 83.073vw;
    padding: 20.4427vw 6.51vw 0;
}

.contact .form p{
    font-size: 2.8645833vw;
    line-height: 2.2954;
    margin-bottom: 14.71354167vw;
}

.contact .form table{
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.contact .form table td{
    padding-bottom: 6.25vw;
}

.select::after {
    width: 1.953125vw;
    height: 1.953125vw;
    right: 1.5625vw;
    top: 48%;
}

select{
    font-size: 16px;
    transform: scale(calc(11 / 16));
    transform-origin: center left;
    padding: 2.8645833vw 0;
}

.contact .form table .reserve table tr td{
    padding-bottom: 6.25vw;
    display: block;
}

.contact .form table .reserve table tbody tr:nth-child(1) td{
    padding-bottom: 7.8125vw;
}

.contact .form table .reserve th{
    font-size: 2.8645833vw;
    padding: 0 0 3vw;
    width: 100%;
    display: block;
}

.reserve input[type="radio"]{
    margin: 0;
}

.reserve input[type="radio"] + span{
    padding-left: 4.6875vw;
    font-size: 2.8645833vw;
}

.reserve input[type="radio"] + span::before{
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.267vw;
    margin-top: 0.4vw;
}

.reserve input[type="radio"]:checked + span::after{
    border-right: 0.267vw solid #333;
    border-bottom: 0.267vw solid #333;
    height: 1.33vw;
    left: 1.1vw;
    margin-top: -0.6vw;
    width: 0.78125vw;
}

.reserve input[type="text"]{
    padding: 0 0 2.8645833vw;
    margin-top: -3vw;
    width: 145%;
}

input[type="text"]{
    font-size: 16px;
    transform: scale(calc(11 / 16));
    transform-origin: center left;
    padding: 2.8645833vw 0;
}

input[type="text"].type02{
    width: 3em;
    margin: 0 -0.5em 0 1em;
}

textarea{
    height: 38.8vw!important;
    font-size: 16px;
    transform: scale(calc(11 / 16));
    transform-origin: center left;
    padding: 2.6vw 3.90625vw;
    margin-top: 4.427vw;
}

input[type="submit"]{
    font-size: 2.6vw;
    line-height: 2.8645833vw;
    padding-right: 14vw;
    background: url("../img/common/arrow01.svg") no-repeat center right;
    background-size: 10.677vw auto;
    margin: 18.75vw 0 0 auto;
}

input[type="submit"]:hover{
    opacity: 1;
}

.menu{
    margin: 0 auto 44vw;
}

.menu .ttlArea{
    width: 16.927vw;
}

.menu .ttlArea h2{
    font-size: 3.733vw;
    width: auto;
    padding-left: 0;
    margin: 0 3.645833vw 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.menu .ttlArea h2 small{
    display: none;
}

.menu .txtArea{
    width: 83.073vw;
    padding: 12.4vw 6.51vw 0;
}

.menu .txtArea > ul{
    display: block;
}

.menu .txtArea > ul li{
    width: 100%;
    margin-bottom: 10vw;
}

.menu .txtArea > ul li:nth-last-child(-n+2){
    margin-bottom: 10vw;
}

.menu .txtArea > ul li:last-child{
    margin-bottom: 0;
}

.menu .txtArea > ul li h3{
    font-size: 2.133vw;
    line-height: 1.5;
    padding-bottom: 3.467vw;
    margin-bottom: 2.67vw;
}

.menu .txtArea > ul li h3 .en{
    font-size: 2.67vw;
}

.menu .txtArea > ul li p{
    font-size: 2.67vw;
}

.menu .txtArea > ul li p small{
    font-size: 2.133vw;
}

.access{
    margin: 0 auto;
}

.access .ttlArea{
    width: 16.927vw;
}

.access .ttlArea h2{
    font-size: 3.733vw;
    width: auto;
    padding-left: 0;
    margin: 0 3.645833vw 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.access .ttlArea h2 small{
    display: none;
}

.access .txtArea{
    width: 83.073vw;
    padding: 12.4vw 6.51vw 0;
}

.access .txtArea > ul{
    max-width: inherit;
    display: block;
}

.access .txtArea > ul > li{
    width: 100%;
    margin-bottom: 13vw;
}

.access .txtArea > ul > li:first-child{
    width: 100%;
}

.access .txtArea > ul > li:nth-child(3){
    margin-bottom: 36vw;
}

.access .txtArea > ul > li:last-child{
    margin: 0;
}

.access .txtArea > ul > li dl dt{
    font-size: 2.4vw;
    margin-bottom: 4.9479167vw;
}

.access .txtArea > ul > li:last-child dl dt{
    margin-bottom: 9.8958vw;
}

.access .txtArea > ul > li dl dd:nth-child(3){
    font-size: 2.67vw;
    margin-top: 1.5625vw;
}

.access .txtArea > ul > li:nth-child(3) dl dd:nth-child(2), .access .txtArea > ul > li:nth-child(3) dl dd:nth-child(3){
    margin-top: 0;
    display: inline;
    vertical-align: bottom;
    margin-right: 3.90625vw;
}

.access .txtArea > ul > li:last-child dl dd:nth-child(3){
    margin-top: 0;
}

.access .txtArea > ul > li:first-child dl dd:nth-child(2)::before{
    bottom: 0.35em;
    background: url("../img/common/arrow02.svg");
    background-size: 3.3854vw auto;
    width: 3.3854vw;
    height: 3.3854vw;
}

.access .txtArea > ul > li:last-child dl dd ul{
    display: block;
}

.access .txtArea > ul > li:last-child dl dd ul li{
    width: 100%;
    margin-bottom: 14.3229vw;
}

.access .txtArea > ul > li:last-child dl dd ul li:last-child{
    margin-bottom: 0;
}

.access .txtArea > ul > li:last-child dl dd span{
    font-size: 2.34375vw;
    margin-bottom: 4.9479vw;
    padding-top: 3.125vw;
}

.access iframe {
    width: 100vw;;
    max-width: inherit;
    aspect-ratio: 1/1;
    margin: 20.833vw 0 0 -23.437vw;
}

}