@charset "UTF-8";
/* CSS Document */
body {
    width: 100%;
    height: 100%;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #FAF1EC;
    line-height: 1.8;
}
h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
p {
    line-height: 2;
}
a {
    text-decoration: none;
    transition:all 0.3s ease;
    color: unset;
}
a:hover{
    transition:all 0.3s ease;
    outline:none;
    opacity: 0.8;
    color: #b3b3b3;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.inner {
    width: 83.3333%;
    max-width: 1250px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .inner {
        width: 88.5%;
    }
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
#pc_header {
    padding: 10px 0;
    width: 100%;
    position: fixed;
    background-color: #FAF1EC;
    top: -120px;
    left: 0;
    box-shadow: 2px 1px 5px #ccc;
    z-index: 99999;
}
#pc_header .inner {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#pc_header .logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #932442;
    gap: 5px;
    width: 270px;
}
#pc_header .logo a:hover{
    opacity: 0.6;
    transition: 0.3s;
}
#pc_header .logo img{
    max-width: 145px;
}
#pc_header .gnav {
    width: calc(100% - 270px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
#pc_header .gnav ul.slimmenu {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 120px);
    background-color: #FAF1EC;
}
#pc_header .gnav li{
    font-size: 15px;
    line-height: 1.3em;
    color: #404040;
}
#pc_header .gnav li span{
    font-size: 11px;
}
.nav_sns {
    width: 100px;
    display: flex;
    align-items: center;
    gap: 20%;
}
.nav_sns img {
    width: 22px;
}

@media (max-width: 1024px){
#pc_header .inner {
    /* flex-direction: column; */
    display: block;
}
#pc_header .logo {
    width: 100%;
}
#pc_header .logo a {
    margin: 0 auto;
}
#pc_header .logo img{
    display: block;
    max-width: 130px;
    margin: 0 auto;
}
#pc_header .gnav {
    width: 100%;
    margin: 0;
    flex-direction: column;
}
#pc_header .gnav ul.slimmenu{
    display: block;
    width: 100%;
}
#pc_header .gnav li{
    width: 100%;
    text-align: center;
}
#pc_header .gnav li:last-child{
    margin-bottom: 10px;
}
.nav_sns {
    display: none;
}
}
/* ------------------------------------- /
/   About ISESHIMA
/* ------------------------------------- */
#iseshima {
    margin-top: 80px;
}
#iseshima .contents_wrap {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
#iseshima .contents_wrap.contents1> * {
    width: 50%;
}
#iseshima .contents1 .contents_left {
    margin-top: 50px;
}
#iseshima .contents1 .contents_right {
    position: relative;
}
#iseshima .contents1 .contents_right img:nth-child(1) {
    position: absolute;
    right: 0;
    width: 250px;
}
#iseshima .contents1 .contents_right img:nth-child(2) {
    position: absolute;
    z-index: 2;
    top: 58%;
    left: 20%;
    width: 313px;
}
#iseshima .contents2 {
    gap: 10%;
    margin-bottom: 0;
}
#iseshima .contents2 .contents_left {
    width: 30%;
}
#iseshima .contents2 .contents_left img {
    width: 100%;
}
#iseshima .contents2 .contents_right {
    width: 60%;
    margin-top: 10px;
}
@media (max-width: 1024px){
    #iseshima .contents1 .contents_left {
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    #iseshima {
        margin-top: 40px;
    }
    #iseshima .contents_wrap {
        flex-direction: column;
        gap: 30px;
    }
    #iseshima .contents_wrap.contents1 > *,
    #iseshima .contents_wrap.contents2 > * {
        width: 100%;
    }
    #iseshima .contents1 .contents_left {
        margin-top: 0;
    }
    #iseshima .contents1 .contents_right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    #iseshima .contents1 .contents_right img:nth-child(n) {
        position: unset;
        object-fit: contain;
        width: 100%;
        flex-grow: 1;
    }
}
/* ------------------------------------- /
/   About iwatoya
/* ------------------------------------- */
#iwatoya {
    padding-top: 60px;
}
#iwatoya .contents_wrap {
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
#iwatoya .contents1 .contents_left {
    width: 60%;
}
#iwatoya .contents1 .contents_left img {
    width: 300px;
    margin: 40px 0 20px auto;;
}
#iwatoya .contents1 .contents_right {
    width: 33%;
}
@media (max-width: 1024px) {
    #iwatoya .contents_wrap.contents1 {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
        margin-bottom: 0;
    }
    #iwatoya .contents1 .contents_left {
        width: 100%;
    }
    #iwatoya .contents1 .contents_right {
        width: 80%;
    }
    #iwatoya .contents1 .contents_left img {
        margin: 40px auto 0;
        width: 80%;
    }
}
@media (max-width: 768px) {
    #iwatoya .contents1 .contents_right {
        width: 100%;
    }
    #iwatoya .contents1 .contents_left img {
        margin: 20px auto 0;
        width: 100%;
    }
}
/* ------------------------------------- /
/   About wagashi
/* ------------------------------------- */

#wagashi .contents_wrap {
    margin-top: 30px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
#wagashi .contents1 .contents_left {
    margin-top: 80px;
    width: 60%;
}
#wagashi .contents1 .contents_right {
    width: 33%;
}
#wagashi .contents2 {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
#wagashi .contents2 .box {
    width: calc((100% - 60px) / 2);
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
#wagashi .contents2 .box > * {
    width: calc((100% - 40px) / 2);
}
#wagashi .contents3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
#wagashi .contents3 .contents_left {
    width: 30%;
}
#wagashi .contents3 .contents_right {
    width: 60%;
}
@media (max-width:1024px) {
    #wagashi .contents1 .contents_left {
        margin-top: 40px;
    }
    #wagashi .contents2 .box {
        flex-direction: column;
    }
    #wagashi .contents2 .box > * {
        width: 100%;
    }
}
@media (max-width: 768px){
    #wagashi .contents_wrap {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-bottom: 40px;
    }
    #wagashi .contents1 .contents_left {
        width: 100%;
    }
    #wagashi .contents1 .contents_right {
        width: 100%;
    }
    #wagashi .contents2 .box {
        width: 100%;
    }
    #wagashi .contents3 .contents_left {
        width: 100%;
    }
    #wagashi .contents3 .contents_right {
        width: 100%;
    }
}
/* ------------------------------------- /
/   About Restaurant/Wagashi
/* ------------------------------------- */
#restaurant {
    padding-bottom: 60px;
    background-color: #F7E9E9;
}
#restaurant .inner h2 {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 60px;
}
#restaurant .inner p {
    text-align: center;
}
#restaurant .contents1 {
    margin: 50px auto 30px;
    max-width: 820px;
    display: flex;
    justify-content: space-between;
}
.restaurant_button,
.wagashi_button {
    padding: 15px 120px;
    border: 1px black solid;
    font-size: 21px;
}
.restaurant_button {
    background-color: black;
    color: white;
}
.wagashi_button:hover {
    background-color: black;
    color: white;
}
.restaurant_button:hover {
    background-color: transparent;
    color: black;
}
#restaurant .contents2 {
    margin-top: 40px;
}
#restaurant .contents2 h3 {
    margin-bottom: 40px;
}
#restaurant .menu_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
}
#restaurant .menu_container .menu_box {
    width: 22%;
    margin-bottom: 30px;
}
.menu_img_container {
    position: relative;
    margin-bottom: 20px;
}
#restaurant .menu_num_box {
    background-color: #932442;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    text-align: center;
    font-size: 15px;
}
.menu_box span {
    display: block;
}
.menu_box span.menu_name, 
.menu_box span.price {
    font-weight: 700;
}
.menu_box span.menu_name {
    margin-bottom: 5px;
}
.menu_box span.price {
    margin-bottom: 15px;
}
.menu_box span.allergy {
    font-size: 14px;
}
@media (max-width:1024px) {
    #restaurant {
        padding-bottom: 40px;
    }
    #restaurant .contents1 {
        margin: 40px auto 20px;
        max-width: 620px;
    }
    .restaurant_button,
    .wagashi_button {
        padding: 12px 80px;
    }
    #restaurant .menu_container {
        gap: 2%;
    }
    #restaurant .menu_container .menu_box {
        width: 32%;
    }
}
@media (max-width:768px) {
    #restaurant {
        padding-bottom: 30px;
    }
    #restaurant .menu_container {
        gap: 4%;
    }
    #restaurant .menu_container .menu_box {
        width: 48%;
    }
}
@media (max-width: 600px) {
    #restaurant .inner p {
        text-align: left;
    }
    #restaurant .contents1 {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}
@media (max-width: 500px) {
    #restaurant .menu_container {
        gap: 0;
    }
    #restaurant .menu_container .menu_box {
        width: 100%;
    }

}
/* ------------------------------------- /
/   Store Information
/* ------------------------------------- */
#store {
    padding-top: 140px;
    margin-bottom: 140px;
}
#store h2 {
    margin-bottom: 75px;
    text-align: center;
    font-size: 26px;
}
#store h3 {
    margin-bottom: 40px;
}
#store .store_container {
    margin-top: 30px;
    display: flex;
    margin-bottom: 80px;
}
#store .store_container > * {
    width: 50%;
}
#store .contents_left {
    padding-right: 5%;
}
#store .contents_right table {
    width: 100%;
}
#store .contents_right th,
#store .contents_right td {
    border-bottom: 1px solid #D1CBCB;
    font-size: 15px;
    padding: 20px 30px 20px 0;
}
#store .contents_right th {
    font-weight: 700;
}
#store .contents_right .to_map {
    color: #932442;
    text-decoration: underline;
    position: relative;
}
#store .contents_right .to_map::after {
    content: '↗';
    position: absolute;
    top: 0;
    right: -22px;
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
    #store {
        padding-top: 100px;
        margin-bottom: 100px;
    }
    #store h2 {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    #store {
        padding-top: 70px;
        margin-bottom: 70px;
    }
    #store h2 {
        margin-bottom: 40px;
    }
    #store .store_container {
        margin-top: 10px;
        margin-bottom: 40px;
        flex-direction: column;
        gap: 30px;
    }
    #store .store_container > * {
        width: 100%;
    }
}
/* ------------------------------------- /
/   Floor
/* ------------------------------------- */
#floor {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #F7E9E9;
}
#floor .inner h2 {
    margin-bottom: 75px;
    text-align: center;
}
#floor .inner img {
    max-width: 820px;
    margin: 0 auto;
    display: block;
}
#floor .inner span {
    font-size: 26px;
    text-align: center;
    display: block;
    margin: 140px auto 75px;
}
@media (max-width: 1024px) {
    #floor {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #floor .inner span {
        margin: 100px auto 50px;
    }
}
@media (max-width: 768px) {
    #floor {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #floor .inner h2 {
        margin-bottom: 35px;
    }
    #floor .inner span {
        margin: 60px auto 30px;
    }
}
/* ------------------------------------- /
/   Access
/* ------------------------------------- */
#access {
    padding-top: 140px;
}
#access h2 {
    text-align: center;
    margin-bottom: 75px;
}
#access .inner p {
    text-align: center;
}
#access iframe {
    margin: 90px auto 0;
}
@media (max-width: 1024px) {
    #access {
        padding-top: 100px;
    }
    #access h2 {
        margin-bottom: 50px;
    }
    #access iframe {
        margin: 60px auto 0;
    }
}
@media (max-width: 768px) {
    #access {
        padding-top: 70px;
    }
    #access h2 {
        margin-bottom: 30px;
    }
    #access .inner p {
        text-align: left;
    }
    #access iframe {
        margin: 40px auto 0;
    }
}

/* ------------------------------------- /
/   Photo
/* ------------------------------------- */
#photo {
    margin-top: 140px;
}
#photo h2 {
    text-align: center;
    margin-bottom: 75px;
}
#photo .photo_container {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
#photo .photo_container .photo {
    width: 32%;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    #photo {
        margin-top: 100px;
    }
    #photo .photo_container {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    #photo {
        margin-top: 70px;
    }
    #photo .photo_container {
        margin-bottom: 40px;
        gap: 4%;
    }
    #photo .photo_container .photo {
        width: 48%;
    }
}
/* ------------------------------------- /
/   Footer
/* ------------------------------------- */
#footer {
    padding-top: 70px;
    background-color: #932442;
    color: white;
}
#footer .inner {
    display: flex;
}
#footer .inner > * {
    width: 50%;
}
#footer .inner .contents_left {
    font-size: 12px;
}
#footer .inner .contents_left .logo {
    width: 246px;
    margin-bottom: 25px;
}
#footer .inner .contents_right {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
#footer .inner .contents_right ul li {
    margin-bottom: 15px;
}
.copyright {
    text-align: center;
    padding: 50px 0 80px;
    font-size: 12px;
}
@media (max-width: 768px) {
    #footer {
        padding-top: 40px;
    }
    #footer .inner {
        flex-direction: column;
        gap: 30px;
    }
    #footer .inner > * {
        width: 100%;
    }
    #footer .inner .contents_right ul {
        width: 50%;
    }
    .copyright {
        padding: 20px 0 30px;
    }
}