@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: #535353;
	font-size: 15px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	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: 751px) {
	body{
		min-width: 750px;
	}
	#all{
		width: 750px;
		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: 750px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

.inner{
	margin: 0 4vw;
}


/* common
---------------------------------------------------------- */


/* loop
---------------------------------------------------------- */
.loop_wrap{
	display: flex;
	width: 750px;
	height: 630px;
	overflow: hidden;
}
.loop_wrap img{
	max-width: 300%;
	width: auto;
	height: 100%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.loop_wrap{
		width: 100%;
		height: calc(610vw / 750 * 100);
	}
	.loop_wrap img{
		max-width: 250%;
	}
}


/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 3.5%;
	margin: auto;
	display: block;
}
.cv a:hover{
	opacity: 0.7;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv a{
		width: calc(630vw / 750 * 100);
	}
}


/* info
---------------------------------------------------------- */
.info{
	width: 630px;
	margin: 11% auto 9.5%;
	line-height: 1.8;
	font-size: 19px;
	color: #514327;
}
.info dt{
	cursor: pointer;
	padding-bottom: 10%;
	position: relative;
}
.info dt::after{
	content: "＋";
	position: absolute;
	right: 6.5%;
	top: 9%;
	font-size: 40px;
	transition: .2s;
}
.info dt.on::after{
	content: "－";
}
.info dd{
	display: none;
}
h2{
	font-size: 23px;
	margin-bottom: 1.5em;
}
.info ul li{
	list-style: none;
	font-size: 19px;
	margin: 0.8em 0;
}
.annotation{
	margin-top: 8%;
	font-size: 19px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.info{
		width: calc(630vw / 750 * 100);
		font-size: calc(19vw / 750 * 100);
	}
	.info dt::after{
		font-size: calc(40vw / 750 * 100);
	}
	h2{
		font-size: calc(23vw / 750 * 100);
	}
	.info ul li,
	.annotation{
		font-size: calc(19vw / 750 * 100);
	}
}


/* bnr_floating
---------------------------------------------------------- */
.bnr_floating{
	position: fixed;
	bottom: 0;
	display: none;
}
footer{
	margin-bottom: 160px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	footer{
		margin-bottom: calc(160vw / 750 * 100);
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	background: #65b401;
	padding: 7% 8.5%;
	text-align: center;
	font-size: 19px;
	color: #fff;
}
.logo{
	margin: 0;
}
footer ul{
	display: flex;
	justify-content: center;
	margin: 6% 0 4%;
}
footer ul li{
	list-style: none;
	line-height: 1;
	font-size: 19px;
	padding: 0 1em;
	border-right: 2px solid #fff;
}
footer ul li:first-child{
	padding-left: 0;
}
footer ul li:last-child{
	border: none;
	padding-right: 0;
}
footer ul li a{
	color: #fff;
}
a[href^="tel:"]{
	color: #fff;
}
address{
	margin-top: 1em;
	font-style: normal;
}
/* SPのみ */
@media all and (max-width: 750px) {
	footer{
		font-size: calc(19vw / 750 * 100);
	}
	.logo{
		width: calc(267vw / 750 * 100);
	}
	footer ul li{
		font-size: calc(19vw / 750 * 100);
		border-right: calc(2vw / 750 * 100) solid #fff;
	}
}


/* 運営者情報
---------------------------------------------------------- */
/*footer .shop{
	margin-bottom: 3vw;
}
.foot_logo{
	width: 97%;
}
a[href^="tel:"]{
	text-decoration: none;
	display: block;
	width: 97%;
	margin: auto;
}
.company_address{
	width: 93%;
	margin-top: 10px;
}
*//* PCのみ */
/*@media all and (min-width: 751px) {
	a[href^="tel:"]{
		cursor: default;
		pointer-events: none;
	}
}
@media all and (min-width: 460px) {
}
*/

/* インクルード部分
---------------------------------------------------------- */
footer a{
	color: #42393b;
	text-decoration: none;
}
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: #42393b;
	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;
	}
}
