@charset "utf-8";

body{
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    background-color: #fff;
}

header h1,header nav ul li a,footer h2{
    font-family: 'Noto serif JP', serif;
}

h2,h3.global,th,dt,.visual_img p{
font-family: 'Noto serif JP', serif;
}

.wrapper{
    max-width: 1250px;
    margin: 0 auto;
    background-color: #fff;
}

header{
    display: flex;
    padding: 55px 40px 40px 40px;
    justify-content: space-between;
    align-items: center;
}

header h1{
    font-size: 37px;
    width: 330px;
    font-weight: 900;
    background-image: url(imag/apple.png);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 0 5px;
}

header h1 a{
    padding-left: 45px;
    line-height: 43px;
    color: #000;
}

header .global{
    width: 950px;
    line-height: 30px;
}

header .global ul{
    display: flex;
    justify-content: flex-end;
}

header .global ul li a{
    display: block;
    font-size: 1.8rem;
    font-weight: 670;
    color: #000;
    margin: 20px 17px 20px 12px;
}

header .global ul li:last-child a{
    padding-right: 0;
    border-right: none;
}

header .global ul li a:hover span{
    border-bottom: 2px solid #565555;
    color: #700505;
    transition: all 0.2s ease;
}

header .global ul li a span.on{
    border-bottom: 2px solid #3a3939;
    color: #700505;
}

.visual_img{
    height: 380px;
    background-color: #ccc;
    background-image: url(imag/tokyomain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
}

.visual_img p{
    padding: 60px 0 0 70px;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
    color: #ccc;
    text-shadow: 2px 2px 2px #000;
}

main h2{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 33px;
    margin-top: 20px;
}

main p{
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 75px 10px 75px;
    color: #000;
}

.aisatu{
    font-size: 2.1rem;
    line-height: 35px;
    text-align: justify;
    margin: 0 auto;
}

.room table{
    margin: 15px 30px 5px 30px;
}



.room th,td{
    border: 1px solid#000;
    font-size: 2.0rem;
    font-weight: 400;
    padding: 15px;
    width: calc(100%/3);
}


.list{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 30px;
}

.list .room{
    width: calc((100%/3) - 20px);
    text-align: center;
    margin-bottom: 40px;
}

.list p{
    text-align: center;
    margin-top: 20px;
} 



.flow{
    display: flex;
    text-align: center;
    align-content: space-evenly;
    justify-content: space-evenly;
    align-items: stretch;
}

.flow li{
    padding-bottom: 20px;
    font-size: 1.4rem;
}



.flow p{
    font-size: 1.7rem;
    font-weight: 550;
}

.flow img{
    padding-top: 20px;
}

.step1{
    padding: 5px 15px 30px 15px;
    margin: 5px 10px 5px 10px;
    color: #2c2c2f;
    background: #ececec;
    border-radius: 5px;
    box-shadow: 2px 2px #3c2626;
}

.step1 p{
    margin: 0;
    padding: 0;
}

.step2{
    padding: 5px 15px 30px 15px;
    margin: 5px 10px 5px 10px;
    color: #2c2c2f;
    background: #ececec;
    border-radius: 5px;
    box-shadow: 2px 2px #3c2626;
}

.step2 p{
    margin: 0;
    padding: 0;
}

.step3{
    padding: 5px 15px 30px 15px;
    margin: 5px 10px 5px 10px;
    color: #2c2c2f;
    background: #ececec;
    border-radius: 5px;
    box-shadow: 2px 2px #3c2626;
}

.step3 p{
    margin: 0;
    padding: 0;
}

.step4{
    padding: 5px 15px 30px 15px;
    margin: 5px 10px 5px 10px;
    color: #2c2c2f;
    background: #ececec;
    border-radius: 5px;
    box-shadow: 2px 2px #3c2626;
}

.step4 p{
    margin: 0;
    padding: 0;
}


    
body small{
    font-size: 1.2rem;
}

.step ul{
    display: flex;
    width: 800px;
}

dl.info{
    height: 250px;
    padding: 10px 20px;
    margin: 0 120px 0 120px;
    overflow-y: auto;
    font-size: 1.4rem;
}

dl.info div{
    display: flex;
    padding: 10px 0;
    border-bottom: 2px dotted #ececec;
    margin-bottom: 5px;
    line-height: 1.5;
}

dl.info dt{
    width: 10em;
}

dl.info dd{
    width: calc(100 - 10em);
    text-align: justify;
}


section ul{
    display: flex;
    justify-content: space-evenly;
    font-size: 2.5rem;
}

section ul li a{
    padding: 10px 70px 10px 70px;
    background-color: #ececec;
    color: #000;
    border-radius: 3px;
    box-shadow: 2px 2px #933c3c;
}

.tenpo ul li a:hover{
    color: #ececec;
    background-color: #700505;
    transition: all 0.5s ease;
    box-shadow: 4px 4px;
}


/* tool */

main .annai{
    margin-left: 200px;
    margin-right: 160px;
    justify-content: space-between;
}


.annai a{
    color: #000;
    font-size: 2.1rem;
}

.annai {
    display: flex;
}

.annai a{
    background-color: #ececec;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 2px 2px #933c3c;
}

.annai a:hover{
    color: #ececec;
    background-color: #700505;
    transition: all 0.5s ease;
    box-shadow: 1px 1px;
}

section p{
    text-align: center;
}
.eriak{
    display: flex;
    margin-top: -20px;
}

.eriak img{
    margin: 90px 20px 10px 35px;
    height: 0%;
}

.toltable{
    margin-top: 25px;
    margin-right: 30px;
    border: 1px solid #000;
    transform: scale(.9);
 } 



.toltable th{
    font-size: 1.6rem;
    background-color: #ececec;
    color: #000;
    text-align: right;
    padding: 5px;
    border-bottom: 1px solid #000;
}

table tr:nth-child(7)th{
    border: 1px solid #000;
}

table tr{
    border: 1px solid #000;
}

.toltable tr td{
    width: 400px;
    font-size: 2rem;
    padding: 5px 20px 5px 20px;
    border: 1px solid #000;
}



.item li{
    font-size: 1.8rem;
}

table tr:last-child td{
    text-align: center;
}

.send input{
    width: 200px;
}

section h3{
    font-size: 21px;
    text-align: center;
    padding-top: 80px;
}

.kozin{
    padding: 10px 20px 10px 20px;
}

section .toltable td{
    padding: 20px;
}

.buken a{
    font-size: 16px;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    margin: 5px 10px 5px 10px;
}

.buken a:hover{
    color: #ececec;
    background-color: #700505;
    transition: all 0.5s ease;
}


.buken{
    margin: 20px 80px;
    text-align: center;
}

.buken li{
    padding: 5px 0 20px 0;
    margin: 5px 10px 5px 10px;
    color: #2c2c2f;
    background: #ececec;
    border-radius: 3px;
}

.buken img{
    margin: 5px 20px 2px 20px;
}




section p{
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 15px;
}

.gyousya p{
    font-size: 1.7rem;
    text-align: center;
    color: #272626;
}

.gyousya a{
    color: #000;
    font-size: 2.1rem;
    background-color: #d48484;
    padding: 10px 40px;
    border-radius: 5px;
}


.cizu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}




.cizu h4{
    text-align: center;
    padding: 10px;
    margin: 40px 10px 10px 10px;
}




.cizu li{
    text-align: center;
    font-size: 1.2rem;
    margin: 20px;
}

.cizu p{
    padding: 0 20px 5px 20px;

}




.cizu1 a{
    color: #000;
    text-orientation: sideways;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 2.3rem;
    justify-content: space-around;
    background-color: #ececec;
    border-radius: 2px;
    box-shadow: 2px 2px #933c3c;
} 

.cizu1 a:hover{
    color: #ececec;
    background-color: #700505;
    transition: all 0.5s ease;
}



.cizu2 a{
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 2.3rem;
    justify-content: space-around;
    background-color: #ececec;
    border-radius: 2px;
    box-shadow: 2px 2px #933c3c;
}

.cizu2 a:hover{
    color: #ececec;
    background-color: #700505;
    transition: all 0.5s ease;
}

.cizu3 a{
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 2.3rem;
    justify-content: space-around;
    background-color: #ececec;
    border-radius: 2px;
    box-shadow: 2px 2px #933c3c;
}

.cizu3 a:hover{
    color: #ececec;
    background-color: #700505;
    transition: all 0.5s ease;
}



.otoiawase th{
    font-size: 1.6rem;
    background-color: #ececec;
    color: #000;
    text-align: right;
    padding: 15px;
    border-bottom: 1px solid #000;
}

.toiawase{
    border: 1px solid #000;
    margin: 20px 70px 20px 185px;
}

.toiawase td{
    width: 600px;
}

.toiawase th{
    width: 300px;
}


.toiawase td textarea{
    resize: none;
    width: 500px;
    height: 100px;
    font-size: 2rem;
}

input{
    padding: 10px;
    font-size: 2rem;
}

#email{
    margin-bottom: 10px;
}


.oisogi{
    font-size: 1.6rem;
    margin: 0 130px 0 140px;
    border-radius: 5px;
    background-color: #e19797;
    background: radial-gradient(rgb(247, 225, 225),rgb(200, 106, 106));
}


.oisogi p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 10px;
    color: #272626;
}


.oisogi strong{
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
}

.oisogi p img{
    margin: 0 2px 7px 5px;
}

h4{
    font-weight: 400;
}


main .sin ul li{
    margin: 20px 10px;
}


main .sin ul li a{
    margin-top: 15px;
}

main .sin p{
    margin-left: 80px;
}

main .ike p{
    margin-left: 80px;
}

main .aka p{
    margin-left: 80px;
}



/* footer */

footer{
    padding: 20px 40px;
    background-color: #cecece;
    color: #fff;
}

footer .content{
    padding: 0;
}

footer h2{
    padding-left: 38px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 33px;
    background-image: url(imag/apple.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 30px;
}

footer address{
    margin-left: 40px;
    font-size: 1.4rem;
    color: #000;
}

footer address span{
    padding-left: 28px;
    background-image: url(imag/free_dial.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    color: #000;
}

.content{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.content{
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}


footer{
    color: #000;
    margin-top: 35px;
}

 .content{
    display: block;
  }

  .content h2 a{
    color: #000;
  }

  .content h2 a:hover{
    border-bottom: 2px solid #000;
  }

footer h3{
    padding-top: 10px;
    padding-bottom: 5px;
}

footer h3 a{
    border-bottom: 1px solid #000;
}

footer .local{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: flex-start;
    padding-left: 40px;

}



footer .local ul li a{
    font-size: 1.6rem;
    color: #000;
}

footer .local ul li a:hover{
    border-bottom: 1px solid #000;
}



footer hr{
    height: 1px;
    margin-top: 20px;
    background-color: #fff;
}

.content h3{
    display: inline-block;
    
}


footer small{
    display: block;
    text-align: center;
    line-height: 20px;
    
}

