@charset "utf-8";
/* レイアウトのためのCSS */

body {
    background: #0C171F;
    font-family: 'Halant', 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, serif, sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 1rem;
    line-height: 1.85;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    /*	-moz-osx-font-smoothing: grayscale;*/
    -webkit-text-size-adjust: 100%;
    /*	word-wrap: break-word;*/
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a :hover {
  opacity:0.5;
  transition: 0.3s;
}


img {
    max-width: 100%;
    height: auto;
}

.sp {
    display: none;
}

.pc {
    /*    display: block;*/
}

@media screen and (max-width:767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }


}

/* area */

#container {
    position: relative;
/*    overflow-x: hidden;*/
}

#sub_container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#sub_container .wrapper{
    flex-grow: 1;
}



#content-area {
    width: 100%;
    /*    padding:0 0 0 230px;*/
}


/* heading */
.heading-block {
    display: flex;
    justify-content: center;
}

/* slider */

#slider-area {
    position: relative;
    min-height: 500px;
}

#slider-area .scrolldown1 {
    top: inherit;
    bottom: 0;
    z-index: 1;
}

/* header */

#header, #sub_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    padding: 3% 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.header-area {
    width: 100px;
    height: 95px;
/*    justify-content: center;*/
    margin: 0 auto;
    flex-grow: 1;
}

#header h1 {
    color: #fff;
    /*    padding: 0 0 20% 0;*/
}

@media screen and (max-width:767px) {
    #header, #sub_header {
    position: static;
        height: auto;
        padding: 0;
}

    .sp_top_menu .header-area {
     position: fixed;
        width: 100%;
        height: auto;
        z-index: 10;
    }

    .header-area {
     position: fixed;
        left: 5%;
        top: 5%;
        width: 15vw;
        height: auto;
        z-index: 10;
    }
}

/* g-navi */

#g-nav{
    margin-bottom: 40%;
}

#g-nav ul li a {
    display: block;
    padding: 27px 25px 0;
    position: relative;
    transition: all 0.3s;
    text-align: center;
}

#g-nav ul li :hover{
  opacity:0.5;
  transition: 0.3s;
}

.sp_top_menu{
    display: none;
}

@media screen and (max-width:767px) {
    #g-nav{
    margin-bottom: 0;
}

    .sp_top_menu{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100vh;
    padding: 3% 0 20% 2%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

    .sp_top_menu .header-area{
        position: static;
    }


    #g-nav ul li a {
        padding: 3% 0;
    }

    #t-nav ul li a {
    display: block;
    padding: 3% 0;
    position: relative;
    transition: all 0.3s;
    text-align: center;
        font-size: 12px;
}
	
    #t-nav ul li :hover {
		opacity:0.5;
		transition: 0.3s;
}


}

/*news,gallery*/

#news {
    padding: 100px 2% 0 200px;
}

#gallery {
    padding: 100px 2% 100px 200px;
}

#news .news_title,
#gallery .gallery_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
}

#news .news_title h2,
#gallery .gallery_title h2 {
    letter-spacing: 0.2em;
    font-size: 22px;
    font-weight: 400;
}

#news .news_title img,
#gallery .gallery_title img {
    width: 22px;
    transform: translateY(10%);
}

#news .news_insta h3,
#gallery .gallery_insta h3 {
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: normal;
}

#news .news_insta h3:hover,
#gallery .gallery_insta h3:hover {
  opacity:0.5;
  transition: 0.3s;
}

.news_insta_cont,
.gallery_insta_cont {
    margin: 35px auto 43px;
	max-width: 958px;
}

.news_insta_cont iframe{
	height: inherit!important;
	aspect-ratio: 992 / 230 !important;
}

.gallery_insta_cont iframe{
	height: inherit!important;
	aspect-ratio: 992 / 484 !important;
}

a.insta_button {
    padding: 10px 35px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.8s;
}

a.insta_button:hover {
    border: solid 1px rgb(255, 255, 255, 0.1);
    background-color: rgb(255, 255, 255, 0.5);
}

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

    #news {
        padding: 40px 2% 0;
    }

    #gallery {
        padding: 70px 2% 0;
    }

    #news .news_title h2,
    #gallery .gallery_title h2 {
        font-size: 18px;
    }

    #news .news_title img,
    #gallery .gallery_title img {
        width: 16px;
    }
	
	.news_insta_cont,
	.gallery_insta_cont {
		width: 88.2%!important;
	}
	
	.news_insta_cont iframe{
		height: inherit!important;
		aspect-ratio: 1 / 1 !important;
}
	.gallery_insta_cont iframe{
		height: inherit!important;
		aspect-ratio: 21 / 43 !important;
}
}

/*shoplist*/
#shoplist {
    padding: 0 2% 0 200px;
}

#shoplist .shoplist_title h2 {
    letter-spacing: 0.2em;
    font-size: 22px;
    font-weight: 400;
}

.insta_link {
    display: flex;
    align-items:center;
}

.insta_link img {
    width: 14px;
    align-items: center;
    margin-right: .5rem;
}

table.shoplist_list {
    margin: 80px auto 150px;
    text-align: left;
    border-collapse: collapse;
    max-width: 850px;
    width: 90%;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
}

table.shoplist_list tr {
    border-bottom: solid #fff 1px;

}

table.shoplist_list td {
    padding: 1rem 4%;
}

table.shoplist_list a span {
    font-family: 'Halant', serif;
    text-decoration-line: underline;
    line-height: 1;
}

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

    #shoplist {
        padding: 80px 2% 0;
    }

    table.shoplist_list {
        margin: 30px auto 90px;
    }

    table.shoplist_list td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 2.2;
    }

    table.shoplist_list td:nth-child(1) {
        padding-top: 1rem;
    }

    table.shoplist_list td:nth-child(2) {
        padding-bottom: 1.5rem;
    }

    table.shoplist_list td a {
        display: inline-block;
    }

    table.shoplist_list tr:nth-child(8) {
        border-bottom: none;
    }

    .insta_link img {
    transform: translateY(20%);
}

}


/*ague*/
#ague {
    padding: 112px 2% 0 0;
    min-height: 740px;
}

.ague_pc_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ague_pic {
    width: 50%;
}

.ague_pic img {
    width: 100%;
}

.ague_inner_cont {
    max-width: 585px;
    margin-right: 8%;
    padding-left: 3%;
}

.ague_title h2 {
    font-size: 30px;
    font-weight: 500;
}

.ague_title hr {
    width: 45px;
    margin: 40px auto;
}

.profile_name {
    font-size: 24px;
    font-weight: bold;
}

.profile_name .e_name {
    font-size: 18px;
    font-weight: 400;
    margin-left: 45px;
}

.ague_txt {
    margin-top: 60px;
    text-align: left;
    font-size: 14px;
}

.history {
    margin: 50px 0;
}

.ague_url_1,
.ague_url_2 {
    padding-bottom: 1rem;
}

.ague_url_1 a,
.ague_url_2 a {
    text-decoration-line: underline;
}

.ague_url_1 a:hover,
.ague_url_2 a:hover {
  opacity:0.5!important;
  transition: 0.3s!important;
}

.sp_500{
    display: none;
}

@media screen and (max-width:767px) {
    #ague {
        padding: 0 2% 0 0;
    }

    .ague_inner_cont{
        margin: 0 auto;
    }

    .ague_title h2 {
        font-size: 24px;
    }

    .ague_title hr {
        margin: 30px auto;
    }

    .profile_name {
        font-size: 18px;
    }

    .profile_name .e_name {
        font-size: 13px;
        margin-left: 0;
    }

    .ague_txt {
        padding: 0 3%;
    }

}

@media screen and (max-width:500px) {
    .sp_500{
        display: block;
    }
}

/*emi*/
#emi {
    margin: 170px 0 70px 200px;
    min-height: 740px;
    /*
    padding: 112px 0 70px 200px;
    padding: 112px 0 70px 2%;
*/
}

.emi_pc_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.emi_pic {
    width: 50%;
}

.emi_inner_cont {
    width: 48%;
    padding-right: 3%;
    max-width: 580px;
    margin-left: 5%;
}

.emi_pic img {
    width: 100%;
}

.emi_title h2 {
    padding-top: 40px;
    /*    margin: 40px auto 0;*/
    font-size: 30px;
    font-weight: 500;
}

.emi_title hr {
    width: 45px;
    margin: 40px auto;
}

.emi_txt {
    margin-top: 60px;
    padding-bottom: 100px;
    text-align: left;
    font-size: 14px;
}

.emi_txt p {
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    #emi {
        padding: 0 0 0 2%;
        margin: 83px 0 70px;
    }

    .emi_title h2 {
        padding-top: 0;
        font-size: 24px;
    }

    .emi_title hr {
        margin: 30px auto;
    }

    .emi_txt {
        padding: 0 2%;
    }

}

/*cafe*/

.cafe_cont {
    margin-top: 113px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.cafe_pic {
    width: 50%;
}

.cafe_pic img {
    width: 100%;
}

.cafe_inner_cont {
    max-width: 520px;
    margin-right: 10%;
    margin-left: 2%;
}

.cafe_title h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 25px;
}

.cafe_title h2 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 16px;
}

.cafe_title hr {
    width: 45px;
    margin: 0 auto 65px;
}

.cafe_txt {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .cafe_cont {
        margin-top: 50px;
        flex-direction: column;
        justify-content: center;

    }

    .cafe_inner_cont {
        margin: 0 auto 45px;
    }

    .cafe_pic {
        width: 100%;
    }

    .cafe_title h3 {
        font-size: 13px;
        padding-bottom: 13px;
    }

    .cafe_title h2 {
        font-size: 24px;
        padding-bottom: 26px;
    }

    .cafe_concept {
        font-size: 14px;
        margin-bottom: 45px;
    }

    .cafe_txt {
        font-size: 12px;
        text-align: left;
        padding: 0 5%;
    }

}


/*bg*/

#bg1 .first-bg,
#bg2 .second-bg,
#bg3 .last-bg {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 50vh;
}

.first-bg {
    background: url(../img/bg_1.jpg) no-repeat center;
}

.second-bg {
    background: url(../img/bg_2.jpg) no-repeat center;
}

.last-bg {
    background: url(../img/bg_4.jpg) no-repeat center;
}

@media screen and (max-width:767px) {
#bg2 .second-bg,
#bg3 .last-bg {
    background-attachment:inherit;
    width: 100%;
    height: 250px;
}

}



/* access */

#access {
    position: relative;
    padding: 100px 2% 0 200px;
}

.access_title h2 {
    font-size: 22px;
    font-weight: 500;
}

#access .access-area {
    width: 80%;
    margin: 44px auto 20px auto;
}


#access .access-block p {
    width: 80%;
    text-align: left;
    margin: 0 auto 10px;
}

#access .access-map {
    width: 100%;
}

#access .iframe-wrap {
    position: relative;
    padding-bottom: 51.65%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 2;
}

#access .iframe-wrap iframe,
#access .iframe-wrap object,
#access .iframe-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
@media screen and (max-width:1040px) {
    #access .access-area .access-block,
    #access .access-map{
        width:100%;
    }
    #access .access-area .access-block{
        padding:40px 20px;
    }
}
*/


@media screen and (max-width:767px) {
    #access .access-bg {
        background-attachment: inherit;
    }

    #access {
        padding: 53px 2% 0;
    }

    .access_title h2 {
        font-size: 24px;
    }

    #access .access-area {
        width: 90%;
        margin: 24px auto 20px auto;
    }

    #access .access-block p {
        width: 90%;
        font-size: 12px;
        margin: 0 auto;
    }

}

/* reserve */

#reserve {
    margin: 100px auto;
    text-align: center;
}

.contact_button {
    display: block;
    padding: 10px 35px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.8s;
    width: 210px;
    margin: 0 auto;
}

#reserve .contact_button span {
    font-size: 14px;
}

div.contact_button:hover {
    border: solid 1px rgb(255, 255, 255, 0.1);
    background-color: rgb(255, 255, 255, 0.5);
}


@media screen and (max-width:767px) {
    .contact_button {
        padding: 10px 0;
        font-size: 12px;
        font-weight: 500;
        width: 210px;
    }

    #reserve .contact_button span {
        font-size: 12px;
    }

}

/* footer */

#footer {
    padding: 20px 0 30px 200px;
}

#footer small {
    font-size: 12px;
}

#page-top {
    right: 10%;
    position: fixed;
    bottom: 5%;
}

#footer #page-top span {
    position: relative;
    top: -10px;
}

#footer #page-top span::before {
    content: '';
    position: absolute;
    left: -50%;
    top: -3px;
    background: #6C6C6C;
    background: #fff;
    width: 1px;
    height: 30px;
}

#footer #page-top span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: -7px;
    background: #6C6C6C;
    background: #fff;
    width: 1px;
    height: 20px;
    transform: rotate(-45deg);
}

/*
@media screen and (min-width:769px) {

    #footer #page-top a:hover span::before,
    #footer #page-top a:hover span::after {
        background: #fff;
    }
}
*/

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

    #footer {
    padding: 20px 2% 30px;
}

    #footer small {
        display: block;
        text-align: center;
    }

}

/*contact page*/

.wrapper {
    padding: 0 0 0 200px;
}

#formWrap {
    max-width: 900px;
    margin: 80px auto 75px;
}

#formWrap_conf{
    max-width: 90%;
    margin: 80px auto 75px;
}

#formWrap h2, #formWrap_conf h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 35px;
}

#formWrap p{
    font-size: 14px;
}

table.formTable {
    max-width: 790px;
    width: 100%;
    margin: 77px auto 50px;
    /*	border-collapse:collapse;*/
}

table.formTable td,
table.formTable th {
    /*	border:1px solid #ccc;*/
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
}

table.formTable th {
    width: 30%;
    text-align: center;
    padding-top: 1.6rem;
}

table.formTable td {
    text-align: left;
}

table.formTable input,
table.formTable textarea {
    padding: .8rem;
    background: #565F65;
    width: 100%;
    color: #fff !important;
}

::placeholder {
  color: rgb(255,255,255,0.5);
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: rgb(255,255,255,0.5);
}
/* IE対応 */
:-ms-input-placeholder {
  color: rgb(255,255,255,0.5);
}

table.formTable input.input_small {
    width: 30%;
    margin-bottom: 1rem;
}

table.formTable td.hissu_comment {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: bottom;
    line-height: 1;
}

/*
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #565F65 inset;
    color: #fff;
}
*/

table.formTable input.reset_btn,
table.formTable input.confirm_btn {
    width: 210px;
    width: 40%;
    transition: all 0.3s;
}

table.formTable input.reset_btn {
    background: #0C171F;
    border: solid 1px #fff;
    margin-right: 30px;
}

table.formTable input.confirm_btn {
    border: solid 1px rgb(255, 255, 255, 0.7);
    background: rgb(255, 255, 255, 0.7);
    color: #0C171F !important;
}

table.formTable input.confirm_btn:hover,
table.formTable input.reset_btn:hover, input[type="button"]:hover {
    background: #565F65;
    border: solid 1px #565F65;
}

#formWrap hr, #formWrap_conf hr {
    width: 90%;
    margin: 0 auto 43px;
}

.contact_attention p {
    font-size: 14px;
    font-weight: 400;
}

.contact_tel{
    text-decoration-line: underline;
}

.contact_tel:hover{
  opacity:0.5!important;
  transition: 0.3s!important;
}

.input_btn_cont {
    display: flex;
    align-items: center;
    /*    justify-content: space-between;*/
}

.hissu_sp {
    display: none;
}

@media screen and (max-width:767px) {
    .wrapper {
        padding: 0 2%;
        position: relative;
    }

    .hissu_sp {
        display: block;
        position: relative;
        text-align: right;
        top: 70px;
        font-size: 12px;
    }

    #formWrap {
        width: 95%;
        margin: 15vh auto 50px;
    }

    #formWrap p {
        font-size: 12px;
    }

    #formWrap h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    table.formTable {
        /*	width:100%;*/
        margin: 33px auto 50px;
        /*	border-collapse:collapse;*/
    }

    table.formTable td,
    table.formTable th {
        text-align: left;
        /*	border:1px solid #ccc;*/
        padding: 0;
        vertical-align: top;
        font-size: 12px;
        width: auto;
        display: block;
    }

    table.formTable th {
        /*	text-align:left;*/
        padding: 0;
        margin-top: 1rem;
    }

    table.formTable input,
    table.formTable textarea {
        padding: .8rem;
        background: #565F65;
        width: 100%;
        color: #fff !important;
    }

    table.formTable input.input_small {
        width: 30%;
        margin-bottom: 1rem;
    }

    table.formTable td.hissu_comment {
        padding-bottom: 0;
        padding-top: 0;
        vertical-align: bottom;
        line-height: 1;
    }

    table.formTable input.reset_btn {
        margin-right: auto;
/*        margin-top: 1rem;*/
    }

    #formWrap hr, #formWrap_conf hr {
        display: none;
    }

    .contact_attention p {
        width: 80%;
        margin: 0 auto;
    }

    input,
    textarea {
        font-size: 16px;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        font-size: 12px;
    }

    .input_btn_cont {
        flex-direction: column-reverse;
        justify-content: center;
    }
}

/*confirm*/

.conf_btn_cont{
    display: flex;
    justify-content: center;

}

input.sent_btn, input.return_btn{
    padding: 1rem;
    width: 210px;
    font-size: 14px;
}

input.sent_btn{
    border: solid 1px rgb(255, 255, 255, 0.7);
    background: rgb(255, 255, 255, 0.7);
    color: #0C171F !important;
    margin-left: 30px;
}

input.return_btn{
    border: 1px solid #fff;
}

input.sent_btn:hover {
    background: #565F65;
    border: solid 1px #565F65;
}

.table_outline{
    border: 1px solid #fff;
    padding: 35px;
    margin: 44px auto 60px;
    width: 90%;
}

table.confTable {
    max-width: 790px;
    width: 100%;
    border-collapse:collapse;
}

table.confTable tr{
    border-bottom: 1px solid #fff;
}

table.confTable tr:last-of-type{
    border-bottom: none;
}

table.confTable td,
table.confTable th {
    /*	border:1px solid #ccc;*/
    padding: 1rem 0;
    vertical-align: center;
    font-size: 14px;
    font-weight: 400;
}

table.confTable th {
    width: 30%;
    text-align: center;
}

table.confTable td {
    text-align: left;
}

.link_hover:hover{
  opacity:0.5;
  transition: 0.3s;
}

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

    .table_outline{
    width: 100%;
        margin: 33px auto 50px;
}

    table.confTable td,
    table.confTable th {
        text-align: left;
        padding: 1rem 5px;
        font-size: 12px;
        width: auto;
        display: block;
    }

    table.confTable th {
        padding-bottom: 0;
    }

    table.confTable td {
        padding-top: 0;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        font-size: 12px;
        margin: 0 auto 1rem;
    }

    .conf_btn_cont {
        flex-direction: column-reverse;
    }
}

