@charset "UTF-8";
/* *****************************************************************
リセット
フレーム
文字
パーツ
ヘッダー
メニュー
フッター
レイアウト
***************************************************************** */

/* *****************************************************************
リセット
***************************************************************** */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
ul, ol {list-style: outside none none;}
article, aside, details, footer, header, main, menu, nav, section, summary {display: block;}
@media (min-width: 850px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* *****************************************************************
フレーム
***************************************************************** */
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {overflow-y: scroll;}
#wrapper {
	width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}
main{
    width: 100%;
    margin: auto;
    padding-left: 11.676vw;
    padding-right: 11.676vw;
}
@media screen and (max-width: 1336px) {
    main{
        padding-left: 11.676%;
        padding-right: 11.676%;
    }
}
@media screen and (max-width: 1100px) {
    main{
        padding-left: 5%;
        padding-right: 5%;
        overflow: hidden;
    }
}

/* *****************************************************************
文字
***************************************************************** */
body {
	font-family:"ヒラギノ角ゴ Pro","メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 1.197vw;
    font-weight: normal;
    line-height: 1.8;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
a, a:link {color: #333333;}
a:visited {color: #333333;}
a:hover, a:active {color: #777777;}
a:focus {outline: medium none;}
.bold{font-weight: bold;}
.txt14{font-size: 1.047vw;}
.txt22{font-size: 1.646vw;}
.txt24{font-size: 1.796vw;}
.pink{color: #e46d9e;}
.sky{color: #2ca0da;}
.top p,.t-center{
    text-align: center
}

@media screen and (max-width: 1366px) {
    body {
        font-size: 16px;
    }
    .txt14{font-size: 14px;}
    .txt22{font-size: 22px;}
    .txt24{font-size: 24px;}
}

/* *****************************************************************
パーツ
***************************************************************** */
img {
    width: 100%;
    height: auto;
    border: medium none;
    vertical-align: middle;
}
a,a:hover img{
    transition: all 0.3s ease;
}
.pc{display: block;}
.sp{display: none;}
.mrg_b_half{margin-bottom: .5em;}
.mrg_b1{margin-bottom: 1em;}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 520px) {
    .pc{display: none;}
    .sp{display: block;}
}

/* *****************************************************************
ヘッダー
***************************************************************** */
header {
    width: 100%;
	margin: auto;
    position: relative;
}

/* *****************************************************************
メニュー
***************************************************************** */
.zdo_drawer_menu .zdo_drawer_nav{
    display: flex;
    position: absolute;
    top: 7.335vw;
    right: 25%;
}
.zdo_drawer_menu .zdo_drawer_nav li{
    display: flex;
    align-items: center;
    margin-right: 1.197vw;
}
.zdo_drawer_menu .zdo_drawer_nav li::before{
    content: "";
    background: url("../../images/menu_kazari.png") no-repeat;
    background-size: contain;
    display: block;
    width: 1.047vw;
    height: 1.497vw;
}
.zdo_drawer_menu .zdo_drawer_nav li a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: .374vw;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu1 a{
    width: 2.619vw;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu2 a{
    width: 5.239vw;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu1 a{
    background: url("../../images/menu1_off.svg") no-repeat;
    background-position: center;
    background-size: contain;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu1 a:hover{
    background: url("../../images/menu1_on.svg") no-repeat;
    background-position: center;
    background-size: contain;
    animation: show 0.3s ease 0s;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu2 a{
    background: url("../../images/menu2_off.svg") no-repeat;
    background-position: center;
    background-size: contain;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu2 a:hover{
    background: url("../../images/menu2_on.svg") no-repeat;
    background-position: center;
    background-size: contain;
    animation: show 0.3s ease 0s;
}
@keyframes show{
    from{opacity: .5;}
    to{opacity: 1;}
}
.zdo_drawer_button{
    display: none;
    opacity: 0;
}
@media screen and (max-width: 1336px) {
    .zdo_drawer_menu .zdo_drawer_nav li{
        margin-right: 1em;
    }
    .zdo_drawer_menu .zdo_drawer_nav li::before{
        width: 14px;
        height: 20px;
    }
    .zdo_drawer_menu .zdo_drawer_nav li a{
        margin-left: 5px;
    }
    .zdo_drawer_menu .zdo_drawer_nav li.menu1 a{
        width: 35px;
    }
    .zdo_drawer_menu .zdo_drawer_nav li.menu2 a{
        width: 70px;
    }
}
@media screen and (max-width: 850px) {
    .zdo_drawer_menu *{
        margin:0;
        padding:0;
        outline:none;
        border:none;
        font:inherit;
        font-family:inherit;
        font-size:100%;
        font-style:inherit;
        font-weight:inherit;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        text-align:left;
        text-decoration:none;
        list-style:none;
    }
    .zdo_drawer_menu a{
        color:inherit;
        text-decoration:none;
    }
    .zdo_drawer_menu a:visited{color:inherit}
    .zdo_drawer_menu .zdo_drawer_bg{
        width:100%;
        height:100%;
        position:fixed;
        z-index:999;
        background-color:rgba(51,51,51,.5);
        display:none;
        top:0;
        left:0;
    }
    .zdo_drawer_menu .zdo_drawer_button{
        display:block;
        background:0 0;
        border:none;
        padding:0;
        width:30px;
        letter-spacing:.1em;
        cursor:pointer;
        position:fixed;
        top:15px;
        right:15px;
        z-index:1001;
        text-align:center;
        outline:none;
        opacity: 1;
    }
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar{width:34px}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1{transform:rotate(35deg)}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2{opacity:0}
    .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3{transform:rotate(-35deg)}
    .zdo_drawer_menu .zdo_drawer_bar{display:block;height:2px;margin:0 0 8px;transition:all .2s;transform-origin:0 0}
    .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3{margin-bottom: 0;}
    .zdo_drawer_menu .zdo_drawer_nav_wrapper{width:312px;height:100%;transition:all .2s;transform:translate(312px);position:fixed;top:0;right:0;z-index:1000;background-color:#fff; overflow-y: auto;}
    .zdo_drawer_menu .zdo_drawer_nav_wrapper.open{transform:translate(0)}
    .zdo_drawer_menu.left .zdo_drawer_button{right:auto;left:32px}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper{transform:translate(-312px);right:auto;left:0}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open{transform:translate(0)}
    .zdo_drawer_menu .zdo_drawer_nav{padding:112px 24px}
    .zdo_drawer_menu .zdo_drawer_nav li{font-size:16px;margin-bottom:20px;}
    .zdo_drawer_menu .zdo_drawer_button{color:#e46d9e}
    .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar{background-color:#e46d9e}
    .zdo_drawer_menu .zdo_drawer_nav{
        display: block;
    }
    .zdo_drawer_menu .zdo_drawer_nav li.menu1 a{
        width: 50px;
    }
    .zdo_drawer_menu .zdo_drawer_nav li.menu2 a{
        width: 90px;
    }
}

/* *****************************************************************
レイアウト
***************************************************************** */
h1{
    margin: 4.491vw auto 10px;
    width: 59.57%;
    min-width: 610px;
}
.top .box{
    width: 100%;
    display: flex;
    margin-bottom: 1.597vw;
}
.top .box .image_photo{
    width: 21.875%;
    min-width: 180px;
}
.top .box .txt_area{
    padding-top: 2.245vw;
    padding-left: 4.371%;
    padding-right: 22.507%;
}
.price{
    border: 2px solid #e46d9e;
    border-radius: 1.497vw;
    position: relative;
    padding: 2.929%;
    margin-bottom: 2.245vw;
}
.price::before{
    content: "";
    background: url("../../images/price_kazari1.jpg") no-repeat;
    background-size: 100% auto;
    background-position: top right;
    width: 17.773%;
    min-width: 182px;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.price::after{
    content: "";
    background: url("../../images/price_kazari2.jpg") no-repeat;
    background-size: 100% auto;
    background-position: bottom left;
    width: 44.824%;
    min-width: 459px;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.price .kazari{
    position: absolute;
    top: -15.419vw;
    right: -6.137vw;
    width: 27.636%;
}
.price h2{
    display: flex;
    align-items: center;
    margin-bottom: 1.5%;
}
.price h2 .mizu{
    width: 39px;
    height: 54px;
}
.price h2 .title{
    width: 135px;
    height: 27px;
    margin-left: 20px;
}
.price .price_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price .price_box ul{
    width: 31.327%;
}
.price .price_box ul li.head,.price .pink_txt{
    color: #e46d9e;
    font-size: 1.347vw;
    font-weight: bold;
}
.price .price_box ul li.detail{
    font-size: 1.347vw;
    font-weight: bold;
    border-bottom: 1px solid #acacac;
    display: flex;   
}
.price .price_box ul li.detail p{
    width: 28.5%;
}
.price .price_box ul li.detail p:nth-child(3){
    width: 43%;
    text-align: right;
}
.store{
    margin-top: 3.892vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.store .inside{
    width: 53.222%;
}
.store .date{
    width: 39.0625%;
    line-height: 1.5;
}
.store .date .logo{
    width: 95%;
    margin-top: -10px;
}
.store .date .date_detail{
    margin-top: -30px;
}	
@media only screen and (max-width: 1336px) {
    .price .price_box ul li.head,
    .price .price_box ul li.detail,.price .pink_txt{
        font-size: 18px;
    }
}
@media only screen and (max-width: 850px) {
    h1{
        min-width: 100%;
        margin-top: 2em;
    }
    .top .box .image_photo{
        width: 30%;
        min-width: auto;
    }
    .price .price_box ul{
        width: 48%;
    }
    .store .inside {
        width: 58.222%;
    }
}
@media only screen and (max-width: 640px) {
    .top .box .image_photo,.price .kazari{
        display: none;
    }
    .top .box .txt_area {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .price {
        border-radius: 20px;
    }
    .price::after{
        min-width: 300px;
    }
    .price .price_box ul{
        width: 100%;
        margin-bottom: 1.5em;
    }
    .store .inside,.store .date{
        width: 100%;
        text-align: center;
    }
    .store .date .logo{
        width: 70%;
        margin: 15px auto;
    }
    .store .date .date_detail{
        margin-top: 0;
    }
}

/* *****************************************************************
フッター
***************************************************************** */
footer {
    width: 100%;
    text-align: center;
    color: #2ca0da;
    padding-top: 5.239vw;
}
footer .map {
    position: relative;
    width: 100%;
    padding-top: 45%;
}
footer .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer .footer_area{
    width: 100%;
    position: relative;
}
footer .footer_area p{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
}
@media only screen and (max-width: 540px) {
    footer .map {
        padding-top: 100%;
    }
}