@charset "utf-8";
/* ---------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}.none {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
.drawer .none {display: block!important;}
/* ---------------------------------------------------------------------- */
:root {
	--white: #fff;
	--black: #000;
	--main: #ef938e;
	--top_text: #fff;
	--top_text2: #666;
	--top_text3: #ed6693;
	--top_text4: #af4251;
}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
/*
*/
}
body {
	color: #333;
	color: var(--black);
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: var(--white);
	background-color: #fdd2cc;
	background-attachment: fixed;

	overflow-x: hidden;

}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
h1,h2,h3,h4,h5,h6 {font-size:1em;}
em,i,address {font-style: normal;}
a[href^='tel'] {pointer-events: none;text-decoration: none;}
a[href^='tel'] img {display:inline-block;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
	a[href^='tel'] img {display:block;}
}
input,textarea,select,button {
	outline: none;
}
button,input,select {
	box-sizing: border-box;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type='submit'],
button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
.attention {color: #c00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c00;}
i.sup {
	position: relative;
	top: -0.2em;
	font-size: 0.7em;
	font-style: normal;
	vertical-align: top;
}
i.sub {
	position: relative;
	top: 0.2em;
	font-size: 0.5em;
	font-style: normal;
	vertical-align: bottom;
}
/* ---------------------------------------------------------------------- */

#loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #fdd2cc;
	background-color: #d6a39f;
	text-align: center;
}
#loading {
	animation-name: loadingan;
	animation-fill-mode:forwards;
	animation-duration:3s;
}
@keyframes loadingan {
	0%{background-color: #fff;}
	100%{background-color: #d6a39f;}
}
#loading img,
#loading svg,
#loading object {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 120px;
	height: auto;
}
#loading img {
	animation-name: loadingimg;
	animation-fill-mode:forwards;
	animation-duration:3s;
}
@keyframes loadingimg {
	0%{opacity: 0;}
	100%{opacity: 1;}
}

/* ---------------------------------------------------------------------- */
.width {
	width: 1000px;
	margin: 0px auto;
}
.widths {
	width: 800px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width,
	.widths {
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
}
.headerouter {
}
.headerinner {
	padding: 250px 0px;
}
.headerlogo {
	text-align: center;
}
.headerlogo a {
	display: inline-block;
}
.headerlogo img {
	display: inline-block;
}


/* ---------------------------------------------------------------------- */
#footer {
}
.footer {
	padding: 20px 0px;
}
.footerlogo {
	text-align: center;
	margin-bottom: 30px;
}
.footerlogo a {
	display: inline-block;
}
.footerlogo img{
	display: inline-block;
	width: 80px;
}
@media screen and (max-width: 767px) {
	.footerlogo img {
		width: auto;
	}
}
.footeradd {
	text-align: center;
	margin-bottom: 10px;
}
.footeradd strong {
}
.footeradd address {
	font-size: 12px;
}
.footerlink {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.footerlink ul {
}
.footerlink li {
	display: inline-block;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footerlink a {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footerlink li {
		display: block;
		border-left: none;
		border-bottom: 1px dashed #ccc;
		margin-left: 0px;
		padding: 10px;
	}
	.footerlink li:last-child {
		border-bottom: none;
	}
	.footerlink a:hover {
	}
}
.copyright {
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ---------------------------------------------------------------------- */

.drawertrig span, .drawertrig span::before, .drawertrig span::after {
	background: #fdd2cc;
}
.drawer-open .drawertrig span::before, .drawer-open .drawertrig span::after {
	background: #fff;
}
.drawer {
	background-color: #fdd2cc;
	background-color: #d6a39f;
}
#drawertrig a {
	color: #fdd2cc;
	text-decoration: none;
}
#drawertrig a em {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 11px;
	padding-top: 30px;
}
.drawerlogo {
	text-align: center;
	padding: 20px 20px;
}
.drawerlogo img {
	display: inline-block;
	width: 60px;
}
/* ---------------------------------------------------------------------- */

#nav {
}
.nav {
}
.nav ul {
}
.nav ul li {
}
.nav ul li a {
	display: block;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
}
.nav ul li a span {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.nav ul li a strong {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.nav ul li a:hover {
	background-color: #000;
}
.nav ul li a:hover span {
	color: #fdd2cc;
}
.nav-sns {
	text-align: center;
	padding-top: 20px;
}
.nav-sns ul {
}
.nav-sns ul li {
	display: inline-block;
	padding: 5px 2px;
}
.nav-sns ul li a {
}
.nav-sns ul li a img {
	width: 30px;
}
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
.panlink {
	width: 1100px;
	margin: 0px auto;
}
.panlink ul {
}
.panlink li {
	display: inline-block;
	font-size: 0.8em;
}
.panlink li::after {
	content: " >";
}
.panlink li:last-child::after {
	content: "";
}
.panlink li a {
}
.panlink li span {
}
@media screen and (max-width: 767px) {
	.panlink {
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#wrap {
	height: 100%;
	min-height: 100%;
}
/* ---------------------------------------------------------------------- */
#main {
}
.main {
	overflow-x: hidden;
}
/* link---------------------------------------------------------------------- */
.link {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.link {
	}
}
.link a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #898989;
	margin: 2px;
	padding: 1px 20px;
}
.link.white a {
	color: #000;
	background-color: rgba(255,255,255,0.8);
}
.link.black a {
	color: #fff;
}
.link a span {
	display: block;
	position: relative;
	padding-right: 20px;
}
.link a span:before,
.link a span:after {
	position: absolute;
	right: 0px;
	width: 8px;
	height: 2px;
	content: '';
	border-radius: 2px;
}
.link.white a span:before,
.link.white a span:after {
	background: #000;
}
.link.black a span:before,
.link.black a span:after {
	background: #fff;
}
.link a span:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.link a span:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}
.link.white a:hover,.link.white a:active {
	background-color: #fdd2cc;
}
.link.black a:hover,.black.white a:active {
	background-color: #d6a39f;
}
/* ---------------------------------------------------------------------- */
.photo {}.photo ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo li {display: table-cell;vertical-align: top;}.photo li img {margin: 0px auto;}@media screen and (max-width: 767px) {.photo ul {display: block;width: auto;}.photo li {display: block;}}
.photo.photoB ul {display: table;width: 100%;table-layout: fixed;border-spacing: 0px;margin: 0px auto;}.photo.photoB li {display: table-cell;vertical-align: top;}}
.photo.flex {}.photo.flex ul {display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}.photo.flex li {width: 25%;}
/* ---------------------------------------------------------------------- */
.movie {z-index: 9998!important;width: 560px;margin: 0 auto;padding: 20px 0 0 0;}.movie iframe{z-index: 9998!important;}@media screen and (max-width: 767px){.movie {position: relative;width: auto;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}.movie iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}}
/* ---------------------------------------------------------------------- */
#fixnav {
}
#fixnav.fixed {
	position: fixed;
	left: 5px;
	bottom: 5px;
	text-align: center;
}
.fixnav a {
}
.fixnav a {
	display: block;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	text-decoration: none;
	background: rgb(164,128,43);
	background: -moz-linear-gradient(left, rgba(164,128,43,1) 0%, rgba(176,132,62,1) 25%, rgba(225,208,128,1) 60%, rgba(225,208,128,1) 75%, rgba(206,161,74,1) 100%);
	background: -webkit-linear-gradient(left, rgba(164,128,43,1) 0%,rgba(176,132,62,1) 25%,rgba(225,208,128,1) 60%,rgba(225,208,128,1) 75%,rgba(206,161,74,1) 100%);
	background: linear-gradient(to right, rgba(164,128,43,1) 0%,rgba(176,132,62,1) 25%,rgba(225,208,128,1) 60%,rgba(225,208,128,1) 75%,rgba(206,161,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4802b', endColorstr='#cea14a',GradientType=1 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px;
}
.fixnav a span {
}
.fixnav a span strong {
	display: block;
	position: relative;
	font-size: 1.8em;
	font-weight: 500;
	padding-right: 20px;
}
.fixnav a span strong:before,
.fixnav a span strong:after {
	position: absolute;
	right: 0px;
	width: 8px;
	height: 2px;
	content: '';
	border-radius: 2px;
	background: #000;
}
.fixnav a span strong:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.fixnav a span strong:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}
.fixnav a span b {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
/* ---------------------------------------------------------------------- */