@charset "utf-8";

/*---------------------------------------------

基本スタイル

-----------------------------------------------*/

/* ▼全体 */
* html, p, th, td, h1, h2, h3, h4, li, dt, dd, figure, span, select,input, textarea, address, div {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;}

html {font-size: 62.5%;}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {

/* ▼全体PC */
.sp_br {display: none;}

.pc_space {
	display: inline-block;
	margin-right: 20px;
}

/* ▼ヘッダーPC */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

#header_box {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

#sitelogo {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 312px;
}

#sitelogo img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#header_menu ul {
	position: absolute;
	top: 48px;
	left: 460px;
	width: 740px;
	display: flex;
}

#header_menu li a {
	display: block;
	text-indent: -9999px;
}

#header_menu li:nth-of-type(1) a {
	background: url("../new_img/header_menu01.png") no-repeat;
	background-size: 68px;
	image-rendering: -webkit-optimize-contrast;
	width: 68px;
	height: 17px;
	margin-right: 36px;
}

#header_menu li:nth-of-type(2) a {
	background: url("../new_img/header_menu02.png") no-repeat;
	background-size: 37px;
	image-rendering: -webkit-optimize-contrast;
	width: 37px;
	height: 17px;
	margin-right: 36px;
}

#header_menu li:nth-of-type(3) a {
	background: url("../new_img/header_menu03.png") no-repeat;
	background-size: 48px;
	image-rendering: -webkit-optimize-contrast;
	width: 48px;
	height: 17px;
	margin-right: 36px;
}

#header_menu li:nth-of-type(4) a {
	background: url("../new_img/header_menu04.png") no-repeat;
	background-size: 64px;
	image-rendering: -webkit-optimize-contrast;
	width: 64px;
	height: 17px;
}

#header_menu li:nth-of-type(5) {
	width: 170px;
	margin: 0 auto;
	position: absolute;
	top: -25px;
	right: 200px;
}

#header_menu li:nth-of-type(5) a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	color: #e09ca2;
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	height: 60px;
	padding-right: 15px;
	background: url("../new_img/siryou_btn_bk.png");
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	text-decoration: none;
	box-sizing: border-box;
	text-indent: 0;
}

#header_menu li:nth-of-type(5) a:hover {
	color: #fff;
	background: url("../new_img/siryou_btn_bk_hover.png");
	background-size: cover;
}

#header_menu li:nth-of-type(6) a {
	position: absolute;
	top: -18px;
	right: 120px;
	background: url("../new_img/h_mail.png");
	background-size: 48px;
	image-rendering: -webkit-optimize-contrast;
	width: 48px;
	height: 48px;
}

#header_menu li:nth-of-type(7) a {
	position: absolute;
	top: -18px;
	right: 60px;
	background: url("../new_img/h_inst.png");
	background-size: 48px;
	image-rendering: -webkit-optimize-contrast;
	width: 48px;
	height: 48px;
}

#header_menu li:nth-of-type(8) a {
	position: absolute;
	top: -18px;
	right: 0;
	background: url("../new_img/h_face.png");
	background-size: 48px;
	image-rendering: -webkit-optimize-contrast;
	width: 48px;
	height: 48px;
}

/* ▼コンテンツPC */
article {padding-top: 110px;}

.inner {
	width: 1000px;
	margin: 0 auto;
}

/* ▼f_add PC */
#f_add {padding: 100px 0 50px 0;}

#f_add h2 {
	text-align: center;
	margin-bottom: 50px;
}

.f_tel {
	width: 367px;
	margin: 0 auto 8px auto;
}

.f_tel img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.f_txt {
	text-align: center;
	font-size: 20px; font-size: 2.0rem;
	color: #727171;
	font-weight: bold;
	margin-bottom: 25px;
}

.siryou_btn {
	width: 170px;
	margin: 0 auto;
}

.siryou_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	color: #e09ca2;
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	height: 60px;
	padding-right: 15px;
	background: url("../new_img/siryou_btn_bk.png");
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	text-decoration: none;
	box-sizing: border-box;
}

.siryou_btn a:hover {
	color: #fff;
	background: url("../new_img/siryou_btn_bk_hover.png");
	background-size: cover;
}

/* ▼ページトップPC */
#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 14px; font-size: 1.4rem;
	z-index: 100;
}

#page-top a {
	background: #231815;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #666;
}

/* ▼フッターPC */
footer {
	background: #e09ca2;
	width: 100%;
}

#footer_box {
	width: 1200px;
	padding: 24px 0 72px 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

footer small {
	color: #fff;
	font-style: normal;
	font-size: 20px; font-size: 2.0rem;
}

/* ▼エラーPC */
.e404title {
	font-size: 30px; font-size: 3.0rem;
}

.e404text {
	font-size: 16px; font-size: 1.6rem;
	line-height: 200%;
	text-align: center;
	padding: 100px 0 200px 0;
}

}

@media print, screen and (max-width: 767px) {

/* ▼全体SP */
.pc_br {display: none;}

/* ▼ヘッダーSP */
header {width: 100%;}

#header_box {position: relative;}

#smenuarea {
	display: block;
	position: fixed;
	padding: 10px;
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: solid 1px #e09ca2;
	z-index: 10001;
}

#navtoggle {
	position: absolute;
	right: 40px;
	top: 22px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#navtoggle div {position: relative;}

#navtoggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
	
#navtoggle span:nth-child(1) {top: 0;}

#navtoggle span:nth-child(2) {top: 11px;}

#navtoggle span:nth-child(3) {top: 22px;}

.opennav #navtoggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.opennav #navtoggle span:nth-child(2),
.opennav #navtoggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header_menu nav {
	position: fixed;
    left: 0;
    top: -400px;
	background: #e09ca2;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	z-index: 10000;
}

#header_menu ul li {
    display: block;
	font-size: 14px; font-size: 1.4rem;
    border-bottom: solid 1px #fff;
	padding-left: 10px;
    line-height: 3;
}

#header_menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.opennav nav {
    -moz-transform: translateY(470px);
    -webkit-transform: translateY(470px);
    transform: translateY(470px);
}

#sitelogo {
	display: flex;
	align-items: center;
	position: fixed;
	padding: 10px;
	width: 72%;
	height: 50px;
	z-index: 10002;
}

#sitelogo img {
	max-height: 100%;
	max-width: 100%;
}

#header_tel {display: none;}

/* ▼コンテンツSP */
article {
	width: 100%;
	padding-top: 71px;
}

.inner {
	width: 94%;
	margin: 0 auto;
}

/* ▼f_add SP */
#f_add {padding: 12% 0 7% 0;}

#f_add h2 {
	text-align: center;
	margin-bottom: 10%;
}

#f_add h2 img {width: 94%;}

.f_tel {
	width: 80%;
	margin: 0 auto 2% auto;
}

.f_tel img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.f_txt {
	text-align: center;
	font-size: 3.4vw;
	color: #727171;
	font-weight: bold;
	margin-bottom: 7%;
}

.siryou_btn {
	width: 40%;
	margin: 0 auto;
}

.siryou_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3.4vw;
	color: #e09ca2;
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	height: 13vw;
	padding-right: 15px;
	background: url("../new_img/siryou_btn_bk.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	text-decoration: none;
	box-sizing: border-box;
}

.siryou_btn a:hover {
	color: #fff;
	background: url("../new_img/siryou_btn_bk_hover.png") no-repeat;
	background-size: contain;
}

/* ▼ページトップSP */
#page-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
	font-size: 5vw;
	z-index: 100;
}

#page-top a {
	background: #231815;
	text-decoration: none;
	color: #fff;
	padding: 5%;
	text-align: center;
	display: block;
	border-radius: 3px;
}

/* ▼フッターSP */
footer {
	background: #e09ca2;
	width: 100%;
}

#footer_box {
	width: 94%;
	margin: 0 auto;
	padding: 5% 0 25% 0;
	position: relative;
	text-align: center;
}

footer small {
	color: #fff;
	font-style: normal;
	font-size: 3.5vw;
}

/* ▼エラーSP */
.e404title {
	font-size: 6vw;
}

.e404text {
	font-size: 4vw;
	line-height: 200%;
	text-align: center;
	padding: 20% 0 80% 0;
}

}
