@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
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,details,figcaption,figure,
footer,header,hgroup,menu,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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}

main{
	display: block;
}

img {
	border-style: none;
}

button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

ul, ol{
	font-size: 0;
}
ul li,
ol li{
	font-size: 15px;
	vertical-align: top;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #4c251d;
	font-size: 34px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #d77c8b;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 70%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 680px) {
	body{
		min-width: 680px;
	}
	#all{
		width: 680px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 679px) {
	body{
		width: 100%;
		min-width: 320px;
		font-size: calc(34vw / 750 * 100);
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
.inner{
	margin: 0 4vw;
}

/* SPのみ */
@media all and (min-width: 680px) {
}


/* common
---------------------------------------------------------- */
/* SPのみ */
@media all and (min-width: 680px) {
	.bg_beige{
		font-size: calc(27vw / 750 * 100);
	}
}


/* insta
---------------------------------------------------------- */
.insta{
	background: #f9ddd2;
	padding: 0 calc(30 / 750 * 680px);
	position: relative;
}
.pink{
	background: #fed7da;
}
.slick-arrow{
	z-index: 2;
	filter: drop-shadow(0 0 0.25rem #ccc);
}
.slick-prev{
	left: -3.5%;
	top: 47%;
}
.slick-next{
	right: 2%;
	top: 47%;
}
.slick-prev:before,
.slick-next:before{
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: calc(60 / 750 * 680px);
	height: calc(60 / 750 * 680px);
	opacity: 0.9;
}
.slick-prev:before{
	background-image: url("../img/icon_arrow_prev.png");
}
.slick-next:before{
	background-image: url("../img/icon_arrow_next.png");
}
.slick-disabled{ /* 最初のスライドの←と、最後のスライドの→を非表示 */
	visibility: hidden;
}

.slick-dots{
	bottom: 1%;
}
.slick-dots li{
	margin: 0 0.1%;
	width: 17px;
	height: 17px;
}
.slick-dots li button:before{
	display: none;
}
.slick-dots li button{
	color: #fff;
	opacity: 1;
	font-size: 0;
	border: 2px solid #00003c;
	background: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	padding: 3.5px;
}
.slick-dots li.slick-active button{
	color: #00003c;
	background: #00003c;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}
/* SPのみ */
@media all and (max-width: 679px) {
	.insta{
		padding: 0 calc(30vw / 750 * 100);
	}
	.slick-prev:before,
	.slick-next:before{
		width: calc(60vw / 750 * 100);
		height: calc(60vw / 750 * 100);
	}
}


/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	display: block;
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(690 / 750 * 680px);
}
/* SPのみ */
@media all and (max-width: 679px) {
	.cv a{
		width: calc(690vw / 750 * 100);
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	padding: 1rem 0 3rem;
	text-align: center;
}


/* 運営者情報
---------------------------------------------------------- */
footer .shop{
	margin-bottom: 3vw;
}
footer .shop .trigger{
	position: relative;
}
footer .shop .trigger:hover{
	cursor: pointer;
}
i {
	display: block;
	position: absolute;
	top: 2.5vw;
	right: 35%;
	width: 2.7vw;
	height: 2.7vw;
	background: no-repeat center center;
	background-size: contain;
	z-index: 2;
}
i.down { background-image: url(../img/icon_down.png); }
i.up { background-image: url(../img/icon_up.png); }

footer dl.accordion{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 2% auto 0;
}
footer dl dt,footer dl dd{
	display: inline-block;
	text-align: left;
	font-size: 3.5vw;
	border-top: 1px solid #ddd;
	padding: 2% 3%;
}
footer dl dt:first-of-type,footer dl dd:first-of-type{
	border: none;
}
footer dl dt {
	width: 30%;
	vertical-align: top;
	text-align: center;
}
footer dl dt:nth-of-type(1):first-letter,
footer dl dt:nth-of-type(2):first-letter{
	letter-spacing: 1em;
}
footer dl dd {
	width: 65%;
}
a[href^="tel:"]{
	text-decoration: none;
	color: #353331;
}
/* PCのみ */
@media all and (min-width: 751px) {
	i {
		top: 19px;
		right: 35%;
		width: 23px;
		height: 23px;
	}
	a[href^="tel:"]{
		cursor: default;
		pointer-events: none;
	}
}
@media all and (min-width: 460px) {
	footer dl dt,footer dl dd{
		font-size: 16px;
	}
}


/* インクルード部分
---------------------------------------------------------- */
footer a{
	color: #4445ec;
	text-decoration: underline;
}
footer ol.badge{
	margin: 4vw auto 1vw;
}
footer ol.badge li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1vw;
	width: 20%;
}
footer li{
	list-style: none;
}
footer .sslinfo li{
	font-size: 2vw;
	line-height: 3.5vw;
}
footer .sslinfo + div{
	margin-top: 5vw !important;
	color: #4445ec;
	font-size: 3vw;
}

.copy{
	color: #502d2c;
	font-size: 3vw;
	margin-top: 5vw;
}
@media all and (min-width: 460px) {
	footer ol.badge{
		margin-bottom: 2vw;
	}
	footer .sslinfo li{
		font-size: 14px;
		line-height: 1.5em;
	}
	footer .sslinfo + div{
		font-size: 15px;
	}
	.copy{
		font-size: 15px;
	}
}
