@charset "UTF-8";

/* このCSSの目次
    (0) アニメーション用キーフレーム
    (1) 表紙
    (2) プロローグ
    (3) インタビュー

    上記のそれぞれに下記を別々に定義
        スマートフォン
        デスクトップ（小）
        デスクトップ追加設定（大）
*/


/* (0) アニメーション用キーフレーム
================================================================================ */

@keyframes come_logo {
    0% {
        bottom: 43.5vh;
    }
    100% {
        bottom: 70vh;
    }
}

@keyframes come_logo_SP {
    0% {
        top: 43.5%;
    }
    100% {
        top: 2.5%;
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes come_photo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoom_photo {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes come_juntas {
    0% {
        opacity: 0;
        transform: translateY(10vh);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes come_juntas_SP {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*
.UnitProfile {
    background: transparent;
}

.ProfileThumb img {
    vertical-align: bottom;
    width: 100%;
}
*/




/* (1) 表紙
================================================================================ */


/* スマートフォン */
@media only screen and (max-width: 767px) {

    #IssuesCover {
        margin: 0 auto;
        position: relative;
        height: calc(100vh - 60px);
        width: 100%;
    }

    #TitleLogo {
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 43.5%;
        /* top: 2.5%; Last position */
        left: 8%;
    }

   .playAnime #TitleLogo {
        animation: .5s ease-in-out .5s 1 normal forwards running come_logo_SP;
    }

    #TitleLogo img {
        width: 100%;
        height: auto;
    }

    #TitleLogo .title {
        display: block;
        width: 80%;
    }

    #TitleLogo .sub_title {
        opacity: 0;
        display: block;
        box-sizing: border-box;
        width: 52%;
        padding: .5vh 0 0 .5%;
    }

    .playAnime .sub_title {
        animation: .5s ease-in-out .5s 1 normal forwards running fade_in;
    }

    #IssuesPhotoSP {
        opacity: 0;
        height: 60vh;
        position: absolute;
        z-index: 2;
        top: 20%;
        left: 24%;
    }

    .playAnime #IssuesPhotoSP {
        animation: 1.5s ease-in-out 1s 1 normal forwards running come_photo;
    }

    #IssuesPhotoSP span {
        display: inline-block;
        height: 100%;
        width: auto;
        overflow: hidden;
    }

    #IssuesPhotoSP img {
        height: 100%;
        width: auto;
    }

    .playAnime #IssuesPhotoSP img {
        animation: 10s linear 1s 1 normal forwards running zoom_photo;
    }

    #IssuesLeadSP {
        opacity: 0;
        width: 4%;
        position: absolute;
        z-index: 2;
        top: 20%;
        left: 8%;
    }

    .playAnime #IssuesLeadSP {
        animation: .5s ease-in-out 1s 1 normal forwards running come_juntas_SP;
    }

    #IssuesLeadSP img {
        width: 100%;
        height: auto;
    }

    #GuestName {
        opacity: 0;
        width: 40%;
        position: absolute;
        z-index: 2;
        top: 82vh;
        left: 24%;
    }

    .playAnime #GuestName {
        animation: .5s ease-in-out 1s 1 normal forwards running come_juntas_SP;
    }

    #GuestName img {
        width: 100%;
        height: auto;
    }

    .IssuesTitle.IssuesTitleVol38 {
        margin-bottom: -260px !important;
        width: 36px;
        height: 170px;
        background: url(../images/common/Head_Logo38.svg) no-repeat;
        background-size: 36px 170px;
        z-index: 100;
    }

	.ShopTextWrap_sp {
	padding: 60px 20px 50px 80px;
	text-align: justify;
    text-justify: inter-ideograph;
	}

	.ShopTextMds_sp {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	font-weight: 600;
	margin-bottom: 35px;
	}

	.ShopTextMds_sp:before {
	display: block;
	position: absolute;
	background-color: #000;
	content: "";
	top: 15px;
	left: -45px;
	width: 30px;
	height: 1px;
	margin-top: -1px;
	}

	.ShopText_sp {
	font-size: 1.3rem;
	line-height: 2.2em;
	}

	.ShopTextNote_sp {
	font-size: 1.1rem;
	line-height: 1.6em;
	margin-top: 10px !important;
	}

	.ShopTextLink_sp {
	font-size: 1.1rem;
	line-height: 1.8em;
	color: #939598;
	margin-top: 20px !important;
	}

	.ShopTextLink_sp a {
	text-decoration: underline !important;
	}

	.ShopText_sp .Kerning {
	letter-spacing: -0.04em !important;
	}

    .ShopInfoPanel {
        position: relative;
        z-index: 30;
        padding: 90px 0 145px 20px;
        background: #fff;
        border: solid 1px white;
    }

    .ShopInfoPanel .frame_h {
        display: flex;
        flex-direction: column-reverse;
    }

    .ShopInfoPanel .frame_h .primary {
/*         	padding-left: 50px;	    */
        	padding-left: 18px;
    }

    .ShopInfoPanel .frame_h .secondary {

    }

    .ShopInfoPanel .primary div {
	font-size: 1.2rem;
        line-height: 1.75;
        margin-bottom: 55px;
    }

    .ShopInfoPanel .primary div.logo {
        margin: 40px 0;
    }

    .ShopInfoPanel .primary div.logoGFH {
        margin: 40px 0;
    }

    .ShopInfoPanel .primary div.shop_name_en {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ShopInfoPanel .primary div:last-child {
        margin: 0;
    }

    .ShopInfoPanel .logo img {
        vertical-align: bottom;
        width: 135px;
        height: auto;
    }

    .ShopInfoPanel .logoGFH img {
        vertical-align: bottom;
        width: 135px;
        height: auto;
    }

    .ShopInfoPanel .gallery {
        width: 100%;
        height: 400px;
    }

    .ShopMapWrap {
        background: #fafafa;
        padding: 0 20px 30px 20px !important;
         display: flex;
        align-items: end;
        flex-wrap: wrap;
        /* flex-flow: column; */
        /* height: 100vh; */
    }

     .ShopMapUnitIn {
        display: flex;
        width: 100%;
        padding-top: 45%;
    }

	.SectionShop .sec.sec2 {
        margin-top: 0 !important;
	}

	.address_contact {
	margin-bottom: 35px !important;
	}


}

/* デスクトップ（小） */
@media print, screen and (min-width: 768px) {

	.ShopTextWrap_sp {
	padding: 0 0 30px 0;
	}

    #IssuesCover {
        margin: 0 auto;
        position: relative;
        height: calc(100vh - 90px);
        width: calc( 100vh / 4 * 6 );
    }

    #IssuesCover::after {
        content: '';
        display: block;
        width: 1px;
        height: 50px;
        position: absolute;
        z-index: 5;
        left: 50%;
        bottom: 0;
        background: #000;
    }

    #TitleLogo {
        height: 13vh;
        position: absolute;
        z-index: 2;
        bottom: 43.5vh;
        /* bottom: 70vh; Last position */
        left: 50%;
        transform: translateX(-50%);
    }

    .playAnime #TitleLogo {
        animation: .5s ease-in-out .5s 1 normal forwards running come_logo;
    }

    #TitleLogo img {
        width: auto;
        height: 100%;
    }

    #TitleLogo .title {
        display: block;
        height: 70%;
    }

    #TitleLogo .sub_title {
        opacity: 0;
        display: block;
        box-sizing: border-box;
        padding-left: .7%;
        height: 30%;
    }

    .playAnime .sub_title {
        animation: .5s ease-in-out .5s 1 normal forwards running fade_in;
    }

    #IssuesPhoto {
        opacity: 0;
        height: 65.5vh;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 28%;
    }

    .playAnime #IssuesPhoto {
        animation: 1.5s ease-in-out 1s 1 normal forwards running come_photo;
    }

    #IssuesPhoto span {
        display: inline-block;
        height: 100%;
        width: auto;
        overflow: hidden;
    }

    #IssuesPhoto img {
        height: 100%;
        width: auto;
    }

    .playAnime #IssuesPhoto img {
        animation: 10s linear 1s 1 normal forwards running zoom_photo;
    }

    #IssuesLead {
        opacity: 0;
        height: 25vh;
        position: absolute;
        z-index: 2;
        left: 7%;
        top: 35%;
    }

    .playAnime #IssuesLead {
        animation: .5s ease-in-out 1s 1 normal forwards running come_juntas;
    }

    #IssuesLead img {
        height: 100%;
        width: auto;
    }

    #GuestName {
        opacity: 0;
        height: 7vh;
        position: absolute;
        z-index: 2;
        bottom: 10%;
        left: 17%;
    }

    .playAnime #GuestName {
        animation: .5s ease-in-out 1s 1 normal forwards running come_juntas;
    }

    #GuestName img {
        height: 100%;
        width: auto;
    }

    .ShopInfoPanel {
        position: relative;
        z-index: 201;
        margin-bottom: 100px;
        padding: 150px 0 100px 10%;
        background: #fff;
        border: solid 1px white;
    }

    .ShopInfoPanel .frame_h {
        display: flex;
    }

    .ShopInfoPanel .frame_h .primary {
        flex-basis: 40%;
    }

    .ShopInfoPanel .frame_h .secondary {
        flex-basis: 60%;
    }

    .ShopInfoPanel .primary div {
	    font-size: 1.2rem;
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .ShopInfoPanel .address_contact {
	   margin-bottom: 25px !important;
    }

    .ShopInfoPanel .primary div.logo {
        margin: 100px 0 70px 0;
    }

    .ShopInfoPanel .primary div.logoGFH {
        margin: 65px 0 70px 0;
    }

    .ShopInfoPanel .primary div.shop_name_en {
        font-size: 2.0rem;
        margin-bottom: 5px;
        letter-spacing: 0.06em;
    }

    .ShopInfoPanel .primary div:last-child {
        margin: 0;
    }

    .ShopInfoPanel .logo img {
        vertical-align: bottom;
        width: 135px;
        height: auto;
    }

    .ShopInfoPanel .logoGFH img {
        vertical-align: bottom;
        width: 135px;
        height: auto;
    }

    .ShopInfoPanel .gallery {
        width: 55vw;
        height: 600px;
    }

    .ShopMapUnit.MapUnit2.panelactive, .ShopMapUnit.MapUnit4.panelactive, .ShopMapUnit.MapUnit6.panelactive {
        right: auto !important;
        left: -100%;
    }

   	.IssuesTitle {
	   	z-index: 202 !important;
   	}

}




/* (3) インタビュー
================================================================================ */

/* デバイス共通 */
.ShopInterview,
.Interview {
    background: #fafafa;
}

.alt_char_wrapper {
    display: inline-block;
    line-height: 1.0em;
    position: relative;
    width: 16px;
    height: 16px;
}

.alt_char {
    vertical-align: text-bottom;
    width: 16px !important;
    height: 16px !important;
       line-height: 1.0em;
          position: absolute;
		  top: 4px;
		  left: 0;
}
object {
    height: inherit;
    width: auto;
}

.ShopInterview dl,
.ShopInterview p {
/*     margin: 0 0 50px 0 !important; */
    font-size: 100%;
    font-size: 1.4rem;
    line-height: 2.0em;
    letter-spacing: .03em;
    -moz-text-align: justify;
    text-align: justify;
    text-justify: distribute;
    text-justify: inter-character;
}

.ShopInterview dt {
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
}

.ShopInterview dd {
    margin-left: 0;
    margin-inline-start: 0 !important;
}

.ShopInterview dt::before {
    display: inline-block;
    margin-right: .8em;
    vertical-align: middle;
    background-color: #000;
    content: "";
    width: 30px;
    height: 1px;
}

.ShopInterview .fig_after {
    color: #777;
    text-align: left;
    margin-bottom: 20px !important;
}

.Interview dl,
.Interview p {
    margin: 0 0 30px 0 !important;
    font-size: 100%;
    font-size: 1.4rem;
    line-height: 2.0em;
    letter-spacing: .03em;
    -moz-text-align: justify;
    text-align: justify;
    text-justify: distribute;
    text-justify: inter-character;
}

.Interview dt {
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
}

.Interview dd {
    margin-left: 0;

}

.Interview dt::before {
    display: inline-block;
    margin-right: .8em;
    vertical-align: middle;
    background-color: #000;
    content: "";
    width: 30px;
    height: 1px;
}

.Interview .fig_after {
    color: #777;
    text-align: right;
}


/* スマートフォン */
@media only screen and (max-width: 767px) {

.ShopInterview dl,
.ShopInterview p {
    margin: 0 0 0 0 !important;
}

	.UnitSpImg img {

	}

    .pad_side_a {
        padding: 0 20px !important;
    }


    .ShopInterview {
        padding: 0 0 90px 0;
        position: relative;
        z-index: 26;
        overflow: hidden;
    }

    .ShopInterview h2 {
        font-size: 1.6rem;
        margin-top: 90px;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .ShopInterview h3 {
        font-size: 1.6rem !important;
        line-height: 1.8em !important;
        font-weight: 600 !important;
        letter-spacing: 0.05em !important;
        margin-bottom: 35px !important;
    }

    .ShopInterview dt {
        font-weight: 600;
    }

	.ShopInterview dt .Kerning1 {
	letter-spacing: -0.04em !important;
	}

	.ShopInterview dt .Kerning2 {
	letter-spacing: -0.03em !important;
	}

	.ShopInterview .Kerning3 {
	word-break: break-all;
	letter-spacing: -0.02em !important;
	}

    .Interview {
        padding: 0 38px 40px 38px;
        position: relative;
        z-index: 26;
        overflow: hidden;
    }


    .Interview h2 {
        font-size: 1.6rem;
        margin-top: 90px;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .Interview h3 {
        font-size: 1.7rem;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 60px;
    }

    .Interview dt {
        font-weight: 600;
    }

	.Interview dt .Kerning1 {
	letter-spacing: -0.04em !important;
	}

	.Interview dt .Kerning2 {
	letter-spacing: -0.03em !important;
	}

	.Interview .Kerning3 {
	word-break: break-all;
	letter-spacing: -0.02em;
	}

/*
    .Interview .sec1 {
        padding-top: 40px;
    }
*/

    .Interview .sec3 {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-left: 60%;
        z-index: 2;
        padding-top: 5vh;
    }

    .Interview .sec3 .ListKomeS {
        font-size: 1.1rem;
        line-height: 1.8em;
        color: #707070;
    }

    .Interview .sec4 {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-left: calc(5% + 130px) !important;
        z-index: 2;
        padding-top: 0.1vh;
    }

    .Interview .sec4 .ListKomeS {
        font-size: 1.1rem;
        line-height: 1.8em;
        color: #707070;
        margin: 30px 0 !important;
    }

    figure.portrait1 {
        margin: 0 -38px 40px -38px !important;
    }

    figure.portrait2 {
        margin: 0 -38px 40px 0 !important;
    }

	figure.portrait2.Btmportrait {
	margin: 0 -38px 40px -38px !important;
	}

    figure.portrait3 {
        margin: 0 -38px 100px -38px !important;
    }

    .ShopInterview .ListKomeS {
        padding-left: 0;
        text-align-last: left;
        margin-top: 90px 0 0 0;
        font-size: 1.1rem;
        line-height: 2.0em;
       color: #707070;
    }

    .ShopInterview .Inteview02Caution.ListKomeS {
        font-size: 1.1rem;
        line-height: 2.0em;
       color: #707070;
        margin-top: 170px;
    }

    .Interview .ListKomeS {
        padding-left: 0;
        text-align-last: left;
        margin-top: 90px 0 0 0;
        font-size: 1.1rem;
        line-height: 2.0em;
       color: #707070;
    }


	.InterviewPortrait {
	margin-top: 20px;
	}

	.InterviewPortraitB {
	margin-top: 20px;
	}

	.InterviewPortrait ul {
	display: flex;
	}

	.ShopInterview .InterviewPortrait p.fig_after {
	margin-top: 5px !important;
	font-size: 1.3rem !important;
	}

	.ShopInterview .InterviewPortraitB p.fig_after {
	margin-top: 5px !important;
	font-size: 1.3rem !important;
	}

	.InterviewPortrait ul li:first-child {
	padding-right: 2.5%;
	}

	.InterviewPortrait ul li:last-child {
	padding-left: 2.5%;
	}

    .PC.ShopMapUnit {
        display: none;
    }

    .SticyInner {
        width: 100%;
        margin-left: -38px;
        margin-right: -38px;
    }

    .first .SticyInner {
        display: flex;
        flex-direction: column;
        align-items: center;
/*  height: calc(100vh - 65px) !important;
        height: calc(100dvh - 65px) !important;*/
    }

    .first .SticyInner > img {
        height: 100% !important;
        width: auto !important;
    }

    .first .SticyInner div,
    .first .SticyInner nav,
    .first .SticyInner a {
        display: none;
    }

.modal {
        display: none;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        height: 100vh;
        height: 100dvh;
        width: 100%;
        overflow: scroll;

    }

    .sec.sec4 {
    padding-left: 0 !important;
    }

}

/* デスクトップ（小） */
@media print, screen and (min-width: 768px) {

.ShopInterview dl,
.ShopInterview p {
    margin: 0 0 50px 0 !important;
}

    .Interview {
        position: relative;
    }

    .ShopInterview h2 {
        margin-top: 0;
        margin-bottom: 80px;
        font-weight: normal;
        font-size: 1.6rem;
    }

    .ShopInterview h3 {
        font-size: 1.8rem;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 60px;
    }

    .ShopInterview .sec {
        box-sizing: border-box;
        padding: 15vh 0 10vh 0;
        background: #fafafa;
    }

    .ShopInterview .sec {
	   padding-bottom: 150px;
    }

    .ShopInterview .sec {
	   padding-top: 100px;
    }


     .ShopInterview .sec dl:last-child {
        margin-bottom: 0 !important;
    }

    .ShopInterview .sec1 {
        margin-bottom: 10vh;
        display: flex;
    }

    .ShopInterview .sec1 {
	  margin-bottom: 0 !important;
    }

    .ShopInterview .sec2 {
        display: flex;
        flex-direction: row-reverse;
    }

    .Interview h2 {
        margin-top: 0;
        margin-bottom: 80px;
        font-weight: normal;
        font-size: 1.6rem;
    }

    .Interview h3 {
        font-size: 1.8rem;
        line-height: 1.8em;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 60px;
    }

    .Interview .sec {
        box-sizing: border-box;
        padding: 15vh 0 10vh 0;
        background: #fafafa;
    }


    div.portrait1 {
        z-index: 2;
        position: relative;
        flex-basis: 50%;
        box-sizing: border-box;
    }

    .Interview .sec dl:last-child {
        margin-bottom: 0 !important;
    }

    .Interview .sec1 {
        margin-top: 10vh;
        display: flex;
    }

    .Interview .sec2 {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: -50px !important;
    }

    figure.portrait1 {
        flex-basis: 50%;
        box-sizing: border-box;
        padding-right: 0% !important;
        padding-left: calc(5% + 50px) !important;
    }

    figure.portrait1 img {
        position: -webkit-sticky;
        position: sticky;
        top: 20vh;
	    width: 100%;
        height: auto;
    }

    figure.portrait1 + div {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 0 5%;
    }


    .SticyInner {
        position: -webkit-sticky;
        position: sticky;
        top: 115px;
        height: calc(100vh - 115px) !important;
        width: 100%;
        /* border: 1px solid red; */
    }

    .OpenMap {
        display: block;
        white-space: nowrap;
        writing-mode: vertical-lr;
        text-orientation: sideways;
        position: absolute;
        z-index: 2;
        right: -45px;
        bottom: 0px;
    }

    .sec2 .OpenMap {
        display: block;
        white-space: nowrap;
        writing-mode: vertical-lr;
        text-orientation: sideways;
        position: absolute;
        z-index: 2;
        left: -45px;
        bottom: 0px;
    }

    .OpenMap a {
        display: flex;
        flex-direction: row;
        row-gap: 10px;
        align-items: center;
        width: 45px;
        font-size: 1.6rem;
        color: #333 !important;
        /* border: 1px solid blue; */
    }

    .OpenMap a::after {
        content: '';
        margin: 10px 0 30px 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #000;
        transition : 1s;
    }

    .OpenMap a:hover::after {
    transform: scale(1.4);
    transition : 0.8s;
    background-color: #999999;
    }

    .OpenMap a.hover::after {
    transform: scale(1.4);
    transition: 0.8s;
    background-color: #999999;

    }

    .OpenMap a:hover {
    color: #999999 !important;
    transition: 0.8s;
    }

    .OpenMap a.hover {
    color: #999999 !important;
    transition: 0.8s;
    }

/*
    div.portrait1 img {
        object-fit: cover;
        height: 100% !important;
    }
*/

/*
@media (min-width: 768px) and (min-height: 900px) {

    div.portrait1 img {
        object-fit: cover;
        height: 100% !important;
        }

}
*/

    div.portrait1 + div {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10vh 40px 150px 10%;
    }

    div.portrait1 + div {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10vh 2.5% 150px 17.5%;
/*         padding: 10vh 10% 150px 10%; */
    }

    .sec2 div.portrait1 + div {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10vh 10% 150px 10%;
    }

    div.portrait1 .ShopMapUnit {
        height: calc(100vh - 115px) !important;
    }

    div.portrait1 .ShopMapUnit.panelactive {
        right: -50vw;
        z-index: 1000;
    }

    div.sec2 div.portrait1 .ShopMapUnit.panelactive {
        right: 0px;
    }

    figure.portrait2 {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 0 5% !important;
    }

    figure.portrait2 + div {
        flex-basis: 50%;
        box-sizing: border-box;
        padding-right: 0% !important;
        padding-left: calc(5% + 50px) !important;
    }

    figure.portrait2 img {
        position: -webkit-sticky;
        position: sticky;
        top: 15vh;
        width: 100%;
        height: auto;
    }

	.InterviewPortrait {
	margin-top: 50px !important;
	}

	.InterviewPortrait ul {
	display: flex;
	}

	.ShopInterview .InterviewPortrait p.fig_after {
	margin-top: 7px !important;
	font-size: 1.3rem !important;
	}

	.ShopInterview .InterviewPortraitB p.fig_after {
	margin-top: 7px !important;
	font-size: 1.3rem !important;
	text-align: left !important;
	}

	.ShopInterview .InterviewPortraitB img {
	width: 50% !important;
	}

	.InterviewPortrait ul li:first-child {
	padding-right: 2%;
	}

	.InterviewPortrait ul li:last-child {
	padding-left: 2%;
	}

    .SP.modal,
    .SP.ModalBtn {
        display: none !important;
    }


     .sec.sec4 {
	    padding-top: 0;
     }

/*
    .sec.sec4 .text_caution {
        flex-basis: 50%;
        box-sizing: border-box;
        padding-right: 5% !important;
        padding-left: calc(5% + 130px) !important;
    }
*/

    .sec.sec4 .text_caution {
        flex-basis: 50%;
        box-sizing: border-box;
        padding-right: 0% !important;
        padding-left: calc(5% + 50px) !important;
    }

    .sec.sec4 .text_caution .ListKomeS {
        font-size: 1.1rem;
        line-height: 1.8em;
        color: #707070;
        }

        .PhotoHover {

        }

}

/*
@media print, screen and (max-width: 900px) {
    .OpenMap {bottom: 15%;}
}

@media print, screen and (max-width: 900px) {
    .sec2 .OpenMap {bottom: 15%;}
}

@media print, screen and (max-width: 850px) {
    .OpenMap {bottom: 20%;}
}

@media print, screen and (max-width: 850px) {
    .sec2 .OpenMap {bottom: 20%;}
}

@media print, screen and (max-width: 800px) {
    .OpenMap {bottom: 25%;}
}

@media print, screen and (max-width: 800px) {
    .sec2 .OpenMap {bottom: 25%;}
}

@media print, screen and (max-width: 768px) {
    .OpenMap {bottom: 45%;}
}

@media print, screen and (max-width: 768px) {
    .sec2 .OpenMap {bottom: 45%;}
}
*/

@media print, screen and (min-width: 1201px) {
    div.portrait1 .SticyInner {
        top: 65px;
        height: calc(100vh - 65px) !important;
    }

    div.portrait1 .ShopMapUnit {
        height: calc(100vh - 65px) !important;
    }

    figure.portrait1 {
        padding-right: 5% !important;
        padding-left: calc(5% + 130px) !important;
    }

    figure.portrait1 + div {
        padding: 0 10%;
    }

    figure.portrait2 {
        padding: 0 10% !important;
    }

    figure.portrait2 + div {
        padding-right: 5% !important;
        padding-left: calc(5% + 130px) !important;
    }

    .sec.sec4 .text_caution {
        padding-right: 5% !important;
        padding-left: calc(5% + 130px) !important;
    }

}


.address_contact,
.open_hour,
.shop_name_ja {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}
