@charset "utf-8";
html, body{
	background: #fff none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.67;
	color: #333;
	letter-spacing: 0;
	font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	text-align: justify;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a.tdn:hover{
	text-decoration: none;
}

.sprite{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.block-flex{display: flex;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;-ms-align-items: center;align-items: center;}

.block-flex--center{-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;}

.mincho {
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper{
	min-width: 1024px;
	overflow: hidden;
}

/* ---------------------------------------------------------------- header ---- */
header {
	position: relative;
	z-index: 999;
	min-width: 1024px;
}

#header{
	color: #fff;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	z-index: 1000;
	display: none;
	min-width: 1024px;
}

#header-fixed{
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 80px;
	width: 100%;
	font-weight: bold;
	z-index: 1001;
	display: block;
	box-shadow: 0 1px 3px 0 rgba(96,85,50,.2);
	min-width: 1024px;
}

header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#header .logo,
#header-fixed .logo{
	float: left;
	width: 120px;
	height: 100%;
	position: relative;
	background-color: #fff;
}

#header .logo {
	width: 150px;
	height: 150px;
}

#header-fixed .logo img{
	width: 91px;
}

#header .logo img,
#header-fixed .logo img{
	position: absolute;
	left: 10px;
	right: 0;
	top: 0;
	bottom: 5px;
	margin: auto;
}

#header nav,
#header-fixed nav{
	float: right;
	width: 65vw;
	max-width: 900px;
	height: 100%;
	padding-right: 5vw;
	min-width: 750px;
}

#header nav ul,
#header-fixed nav ul{
	height: 100%;
}

#header nav li,
#header-fixed nav li{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	position: relative;
}

#header nav li::after,
#header-fixed nav li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -20px;
    background: #e95383;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#header nav li::after {
    background: #fff;
}
#header-fixed nav li::after {
    background: #ed6c00;
}

#header nav li a,
#header-fixed nav li a {
    text-decoration: none;
    display: block;
}

#header nav li:hover a,
#header nav li.current a {
    color: #fff;
}

#header-fixed nav li:hover a,
#header-fixed nav li.current a {
    color: #ed6c00;
}

#header nav li:hover::after,
#header-fixed nav li:hover::after,
#header nav li.current::after,
#header-fixed nav li.current::after {
    left: 0;
    right: 0;
}

#header nav li span,
#header-fixed nav li span{
	display: block;
	font-size: 10px;
	letter-spacing: 0.15em;
	margin-top: 2px;
}

/*nav.open-before li:nth-child(2),
nav.open-before li:nth-child(3) {
	display: none;
}*/

/* ---------------------------------------------------------------- main ---- */

#main{
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

#page-title {
	text-align: center;
	height: 180px;
	border-bottom: 1px solid #f2ebe3;
	background-color: #fef9f5;
	padding-top: 35px;
}

#page-title h2 {
	font-size: 15px;
	letter-spacing: 0.15em;
	margin-top: 15px;
}

.breadcrumbs {
	width: 100%;
	background-color: #efedea;
	padding: 10px 0;
}

.breadcrumbs-list {
	width: 1000px;
	margin: 0 auto;
}

.breadcrumbs__item{
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

.breadcrumbs__item__link{text-decoration: none;}

.breadcrumbs__item__link:hover{
	text-decoration: underline;
}

.breadcrumbs__item:not(:last-child)::after{
	content: '＞';
	margin: 0 15px;
}

.btn-action {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.btn-action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed6c00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-action::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    margin: -5px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}

@media screen and (min-width: 768px){
	.btn-action:hover, .btn-action:focus, .btn-action:active {
	  color: white;
	}
	.btn-action:hover:before, .btn-action:focus:before, .btn-action:active:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}
	.btn-action:hover::after {
		opacity: 1;
	    right: 20px;
	    -ms-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}

.fadein-right {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 1000ms;
}

.fadein-right.scrollin,
.fadein-right.loadin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-left {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 1000ms;
}

.fadein-left.scrollin,
.fadein-left.loadin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-top {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 1000ms;
}

.fadein-top.scrollin,
.fadein-top.loadin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-bottom {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}

.fadein-bottom.scrollin,
.fadein-bottom.loadin {
	opacity : 1;
	transform : translate(0, 0);
}

/* ---------------------------------------------------------------- footer ---- */

#footer{
	margin-top: 40px;
}

/* ---------------------------------------------------------------- footer ---- */

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ed6c00;
	position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -25px;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}

.pagetop a:hover {
	border-radius: 0;
	-ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.pagetop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pagetop a:hover::after {
	top: -10px;
	right: -10px;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pagetop p {
	width: 100px;
	margin: 0 auto;
	cursor: pointer;
}

footer {
	text-align: center;
	position: relative;
	padding-top: 50px;
}
.footer_logo {
	margin-bottom: 30px;
}
footer .txt01 {
	width: 700px;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	border-bottom: #000 solid 1px;
	font-size: 16px;
}
footer .box01 {
	overflow: hidden;
	width: 696px;
	margin: 0 auto 40px;
}
footer .box01 .tel_txt {
	float: left;
}
footer .box01 .business_hours {
	float: right;
	width: 380px;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}
footer .box01 .business_hours span {
	background: #36383b;
	color: #fff;
	margin-right: 6px;
	padding: 4px 14px;
}
footer .copy {
	background: #1b1b1b ;
	padding: 10px 0 14px;
	font-size: 12px;
	color: #fff;
}

.contact a {
	position: fixed;
	bottom: 30px;
	right: -120px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	z-index: 10;
	background-color: #8fc31f;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing: 0.1em;
}

.contact a:hover {
	border-radius: 0;
	background-color: #ed6c00;
}

.contact a span {
	display: block;
	margin-bottom: 10px;
}

.contact a {
	text-decoration: none;
}

.contact a.fadein {
	right: 30px;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media screen and (max-width: 767px){
	/* ---------------------------------------------------------------- SP Style ---- */
	html, body{
		font-size: 14px;
	}
}

/* ---------------------------------------------------------------- Retina ---- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
}

/* ---------------------------------------------------------------- SP Retina ---- */
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),only screen (min-resolution: 144dpi) {
}

/* ---------------------------------------------------------------- PC Retina ---- */
@media only print,screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),only screen (min-resolution: 144dpi) {
}