@charset "utf-8";

@font-face {
	font-family: 'Barlow-SemiBold';
	font-style: normal;
	src: url('../font/Barlow/Barlow-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Barlow-Bold';
	font-style: normal;
	src: url('../font/Barlow/Barlow-Bold.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #3E3A39;
	position: relative;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #3E3A39;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	width: 100%;
	display: block;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	html, body {
		width: 100%;
		overflow-x: hidden;
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1050 {
	width: 96%;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box960 {
	width: 92%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (max-width:767px) {
	.box1050,
	.box960 {
		width: auto;
		max-width: none;
	}
	.box-sp {
		width: calc(1000 / 1125 * 100%);
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-normal {
	margin-bottom: 55px;
	font-family: 'Barlow-Bold';
	font-size: 42px;
	letter-spacing: 0.15em;
}
.h-normal.center {
	text-align: center;
}
.h-normal.right {
	text-align: right;
}
.h-normal.with-br {
	line-height: 1.4;
}
.h-normal.white {
	color: #fff;
}

.h-small {
	font-family: 'Barlow-Bold';
	font-size: 32px;
	letter-spacing: 0.15em;
}

@media screen and (max-width:767px) {
	.h-normal {
		margin-bottom: calc(60 / 1125 * 100vw);
		font-size: calc(46 / 750 * 100vw);
    	letter-spacing: 0.1em;
	}
	.h-small {
		font-size: calc(42 / 1125 * 100vw);
	}
}

/* -------------------------------------------------
	btn
------------------------------------------------- */

.btn-style1 {
	width: 400px;
	height: 80px;
	margin: 0 auto;
	background: #3E3A39;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-style1.white {
	background: #fff;
}
.btn-style1 span {
	padding-right: 0.8em;
	display: inline-block;
	font-size: 20px;
	font-family: 'Barlow-Bold';
	letter-spacing: 0.15em;
	background: url(../images/arrow_01.png) no-repeat right center / 6px auto;
}
.btn-style1.white span {
	color: #3E3A39;
	background: url(../images/arrow_02.png) no-repeat right center / 6px auto;
}

@media print, screen and (min-width:768px) {
	.btn-style1:hover {
		background: #5f5c5b;
	}
	.btn-style1.white:hover {
		background: #aaa;
	}
}

@media screen and (max-width:767px) {
	.btn-style1 {
		width: calc(640 / 1125 * 100vw);
		height: calc(120 / 1125 * 100vw);
	}
	.btn-style1 span {
		font-size: calc(32 / 1125 * 100vw);
		background-size: 1.1vw auto !important;
	}
}

/* -------------------------------------------------
	header > #menu-btn
------------------------------------------------- */

#menu-btn {
	width: 60px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3E3A39;
	position: fixed;
	left: 40px;
	top: 45px;
	z-index: 110;
	cursor: pointer;
}
#menu-btn .bars {
	width: 40px;
	height: 23px;
	position: relative;
}
#menu-btn .bars span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	transition: all 0.2s ease-out;
	position: absolute;
}
#menu-btn .bars span:nth-child(2) {
	top: 11px;
}
#menu-btn .bars span:nth-child(3) {
	bottom: 0;
}
.on #menu-btn .bars span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}
.on #menu-btn .bars span:nth-child(2) {
	opacity: 0;
}
.on #menu-btn .bars span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

@media screen and (max-width:767px) {
	#menu-btn {
		width: 50px;
    	height: 43px;
		left: calc(50 / 1125 * 100vw);
		top: calc(50 / 1125 * 100vw);
	}
	#menu-btn .bars {
		width: 32px;
    	height: 21px;
	}
	#menu-btn .bars span:nth-child(2) {
		top: 10px;
	}
}

/* -------------------------------------------------
	header > #menu-panel
------------------------------------------------- */

/* 全体共通 */

#menu-panel {
	width: 100%;
	height: 100%;
	background: #3E3A39;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: opacity 0.5s ease-out;
}
header:not(.on) #menu-panel {
	z-index: -10;
	opacity: 0;
}
#menu-panel a {
	font-family: 'Barlow-Bold';
	color: #fff;
	white-space: nowrap;
}

#menu-panel a {
	display: inline-block;
	transition: all 0.6s ease-out 0.2s;
}
header:not(.on) #menu-panel a {
	opacity: 0;
	transform: translateY(20%);
}
header:not(.on) #menu-panel .logo a {
	transform: translateY(5%);
}

#menu-panel .main-manu li {
	font-size: 30px;
	letter-spacing: 0.15em;
}
#menu-panel .main-manu li + li {
	margin-top: 1.2em;
}

#menu-panel .other-link {
	margin-top: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#menu-panel .other-link .text-link {
	font-size: 16px;
}
#menu-panel .other-link .text-link li + li {
	margin-top: 1.3em;
}
#menu-panel .other-link .sns {
	display: flex;
	align-items: center;
}
#menu-panel .other-link .sns li + li {
	margin-left: 70px;
}
#menu-panel .other-link .sns img.f {
	height: 27px;
}
#menu-panel .other-link .sns img.i {
	height: 32px;
}

/* PCのみ */

@media print, screen and (min-width:768px) {
	#menu-panel a:hover {
		opacity: 0.4;
	}
	#menu-panel .inner {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .logo {
		width: 30%;
	}
	#menu-panel .logo a {
		display: block;
	}
	#menu-panel .logo a img {
		width: 100%;
	}
	#menu-panel .pc-right {
		margin-left: 7vw;
	}
	#menu-panel .main-manu {
		display: flex;
	}
	#menu-panel .main-manu ul + ul {
		margin-left: 4vw;
	}
}

/* PCで幅が狭い */

@media print, screen and (min-width:768px) and (max-width:1000px) {
	#menu-panel .main-manu li {
		font-size: 20px;
	}
	#menu-panel .other-link .text-link {
		font-size: 13px;
	}
}

/* SPかつデバイス縦向き */

@media screen and (max-width:767px) and (orientation:portrait) {
	#menu-panel {
		display: flex;
		align-items: center;
		padding-bottom: 10vw;
		box-sizing: border-box;
	}
	#menu-panel .inner {
		width: 100%;
		text-align: center;
	}
	#menu-panel .logo {
		text-align: center;
    	margin-bottom: 14vw;
	}
	#menu-panel .logo img {
		width: calc(300 / 1125 * 100vw);
	}
	#menu-panel .main-manu li {
		font-size: 5vw;
		text-align: center;
		margin-top: 0.8em;
	}
	#menu-panel .main-manu li + li {
		margin-top: 0.8em;
	}

	#menu-panel .other-link {
		width: 85%;
		margin: 9vw auto 0;
		padding-top: 7vw;
		text-align: left;
		border-top: solid 1px #fff;
	}
	#menu-panel .other-link .text-link {
		font-size: 3.5vw;
	}
	#menu-panel .other-link .text-link li + li {
		margin-top: 0.8em;
	}
	#menu-panel .other-link .sns {
		display: flex;
		align-items: center;
	}
	#menu-panel .other-link .sns li + li {
		margin-left: 8vw;
	}
	#menu-panel .other-link .sns img.f {
		height: calc(27 * 0.2vw);
	}
	#menu-panel .other-link .sns img.i {
		height: calc(32 * 0.2vw);
	}
}

/* SPかつデバイス横向き (PCと見せ方ほぼ同じ) */

@media screen and (max-width:767px) and (orientation:landscape) {
	#menu-panel .inner {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .logo {
		width: 26%;
	}
	#menu-panel .logo a {
		display: block;
	}
	#menu-panel .logo a img {
		width: 100%;
	}
	#menu-panel .pc-right {
		margin-left: 7vw;
	}
	#menu-panel .main-manu {
		display: flex;
	}
	#menu-panel .main-manu ul + ul {
		margin-left: 4vw;
	}
	#menu-panel .main-manu li {
		font-size: 2.5vw;
	}
	#menu-panel .main-manu li + li {
		margin-top: 1em;
	}
	#menu-panel .other-link {
		margin-top: 5vw;
	}
	#menu-panel .other-link .text-link {
		font-size: 1.8vw;
	}
	#menu-panel .other-link .text-link li + li {
		margin-top: 1em;
	}
	#menu-panel .other-link .sns li + li {
		margin-left: 6vw;
	}
	#menu-panel .other-link .sns img.f {
		height: calc(27 * 0.12vw);
	}
	#menu-panel .other-link .sns img.i {
		height: calc(32 * 0.12vw);
	}
}

/* -------------------------------------------------
	lower-page-header
------------------------------------------------- */

#lower-page-header {
	margin-bottom: 95px;
	background: #3E3A39;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#lower-page-header .logo {
	width: 210px;
	display: inline-block;
}

@media screen and (max-width:767px) {
	#lower-page-header {
		margin-bottom: 10vw;
		height: 30vw;
	}
	#lower-page-header .logo {
		width: 20%;
	}
}


/* -------------------------------------------------
	template
------------------------------------------------- */
.pageBody {
	
}
.pageBody p {
	margin-top: 2.2em;
	font-size: 16px;
	line-height: 1.8;
}
.pageBody h4 + p {
	margin-top: 0;
}
.pageBody h2 {
	margin: 80px 0 60px;
	font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}
.pageBody h3 {
	font-size: 20px;
    font-weight: bold;
    margin: 60px 0 30px;
}
.pageBody h4 {
	font-size: 16px;
    font-weight: bold;
	margin: 40px 0 10px;
}
.pageBody hr {
	border: none;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 80px 0;
}


.pageBody p.notFound {
	font-size: 18px;
    text-align: center;
    padding: 80px 0 30px;
}


@media screen and (max-width:767px) {
	.pageBody p {
		margin-top: 2.2em;
		font-size: 3vw;
		line-height: 1.6;
	}
	.pageBody h2 {
		margin: 14vw 0 10vw;
		font-size: 4.2vw;
	}
	.pageBody h3 {
		font-size: 3.8vw;
		margin: 8vw 0 6vw;
	}
	.pageBody h4 {
		font-size: 3.2vw;
		margin: 6vw 0 2vw;
	}
	.pageBody hr {
		margin: 10vw 0;
	}
	
	.pageBody p.notFound {
	    font-size: 3.4vw;
    	text-align: center;
    	padding: 14vw 0 8vw;
	}
}


/* -------------------------------------------------
	page-nav
------------------------------------------------- */

.page-nav {
	margin-top: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.page-nav ul li.hidden {
	visibility: hidden;
}
.page-nav ul li + li {
	border-left: solid 1px #F0F0F0;
}*/
.page-nav a,
.page-nav span.current {
	height: 30px;
	padding: 0 1.5em;
	font-family: 'Barlow-Bold';
	font-size: 20px;
	letter-spacing: 0.1em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-left: solid 1px #F0F0F0;
}
.page-nav span.current {
	color: #ccc;
}
.page-nav a:first-child,
.page-nav span:first-child {
	border-left: none;
}
.page-nav ul li a span {
	font-family: 'Barlow-Bold';
	display: inline-flex;
	align-items: center;
}
.page-nav a.prev::before {
	width: 6px;
	height: 10px;
	content: "";
	background: url(../images/arrow_02.png) no-repeat 0 0 / contain;
	display: inline-block;
	transform: rotate(180deg);
	margin-right: 0.6em;
}
.page-nav a.next::after {
	width: 6px;
	height: 10px;
	content: "";
	background: url(../images/arrow_02.png) no-repeat 0 0 / contain;
	display: inline-block;
	margin-left: 0.5em;
}

@media print, screen and (min-width:768px) {
	.page-nav a:hover {
		background: #F0F0F0;
	}
}

@media screen and (max-width:767px) {
	.page-nav {
		margin-top: 10vw;
	}
	.page-nav a,
	.page-nav span.current {
		height: 2.5em;
		font-size: 2.8vw;
	}
	.page-nav a.prev::before,
	.page-nav a.next::after {
		width: 3px;
		height: 5px;
	}
}

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

footer {
	border-top: solid 1px #3E3A39;
	padding: 110px 0 130px;
}
.lower-page footer {
	margin-top: 95px;
}

footer .text-link {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}
footer .text-link li {
	margin: 0 25px;
}
footer .text-link li a {
	font-size: 13px;
	font-family: 'Barlow-Bold';
	letter-spacing: 1px;
}

footer .sns {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
footer .sns li {
	margin: 0 18px;
}
footer .sns li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3E3A39;
	transition: all 0.4s ease-in-out;
}
footer .sns li a img.f {
	height: 13px;
}
footer .sns li a img.i {
	height: 16px;
}

footer .copyright {
	margin-top: 45px;
	font-size: 11px;
	text-align: center;
}

@media print, screen and (min-width:768px) {
	footer .text-link li a:hover {
		opacity: 0.6;
	}
	footer .sns li a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: calc(125 / 1125 * 100vw) 0 calc(160 / 1125 * 100vw);
	}
	.lower-page footer {
		margin-top: 10vw;
	}

	footer .text-link {
		margin: calc(120 / 1125 * 100vw) 10vw 0;
		justify-content: space-between;
	}
	footer .text-link li {
		margin: 0;
	}
	footer .text-link li a {
		font-size: calc(24 / 1125 * 100vw);
	}

	footer .sns {
		margin-top: calc(90 / 1125 * 100vw);
	}
	footer .sns li {
		margin: 0 calc(45 / 1125 * 100vw);
	}
	footer .sns li a {
		width: calc(100 / 1125 * 100vw);
		height: calc(100 / 1125 * 100vw);
	}
	footer .sns li a img.f {
		height: calc(34 / 1125 * 100vw);
	}
	footer .sns li a img.i {
		height: calc(40 / 1125 * 100vw);
	}

	footer .copyright {
		margin-top: calc(90 / 1125 * 100vw);
		font-size: calc(20 / 1125 * 100vw);
	}
}



#contactForm {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 30px;
}

#contactForm p {
	font-size: 14px;
	margin-bottom: 60px;
}
#contactForm p span {
	color: #cc0000;
	margin-right: 5px;
}

.alertTxt {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #ccc dotted 1px;
	margin-bottom: 40px;
}
.alertTxt p {
	font-size: 12px;
	margin-bottom: 5px;
}
.alertTxt p.contactAlert {
	font-size: 15px;
	margin-bottom: 15px;
}

.formSelect {
	margin-bottom: 40px;
}
#contactForm .formSelect p {
	margin-bottom: 5px;
	font-size: 12px;
}
#contactForm .formSelect select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background: #fff url(../images/select_arrow.png) no-repeat 98% center;
	background-size: auto 40%;
	border: #eee solid 3px;
}

#contactForm dl {
	margin-bottom: 50px;
}
#contactForm dl dt {
	font-size: 13px;
	margin-bottom: 10px;
}
#contactForm dl dt span {
	color: #cc0000;
	margin-left: 5px;
}
#contactForm dl dd {
	margin-bottom: 30px;
}
#contactForm dl dd input[type="text"],
#contactForm input[type="tel"],
#contactForm dl dd input[type="email"],
#contactForm dl dd textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background-color: #eee;
	border: none;
}
#contactForm dl dd input[type="text"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm dl dd input[type="email"]:focus,
#contactForm dl dd textarea:focus {
	outline: none;
	background-color: #f5f2e8;
}


#contactForm input[type="button"],
#contactForm input[type="text"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm select,
#contactForm input[type="reset"]
#contactForm input[type="submit"],
#contactForm input[type="radio"],
#contactForm textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	font-size: 16px;
}

#contactForm input[type="submit"] {
	display: block;
	background-color: #3E3A39;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.2em;
	border: none;
}

#contactForm input[type="reset"] {
	display: block;
	background-color: #bbb;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.2em;
	border: none;
}

#contactForm input[type="radio"] {
	display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-color: #ccc;
    border: #ccc solid 8px;
    border-radius: 50%;
    margin-right: 15px;
}
#contactForm input[type="radio"]:checked {
    background-color: #000;
}
#contactForm input[type="radio"]:focus {
	outline: none;
}

#contactForm .wpcf7-radio {
	padding-top: 10px;
    display: block;
}
#contactForm .wpcf7-radio .wpcf7-list-item-label {
	vertical-align: middle;
    margin-right: 60px;
}


#contactForm .recaptcha {
	margin: 0px auto 40px;
    width: 304px;
}


#contactForm ul.sendBtn {
	display: flex;
	justify-content: center;
}
#contactForm ul.sendBtn li {
	width: 30%;
	margin: 0 10px;
}

.screen-reader-response {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.screen-reader-response[role="alert"] {
	border: #c00 solid 1px;
	padding: 20px;
	margin-bottom: 40px;
	color: #c00;
	font-size: 13px;
}
.screen-reader-response ul {
	margin-top: 15px;
}
.screen-reader-response ul li {
	font-size: 13px;
	line-height: 1.6;
}

.wpcf7-not-valid-tip {
	display: block;
	margin-top: 10px;
	color: #c00;
	font-size: 13px;
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors,
.wpcf7-spam-blocked {
	color: #c00;
	margin-top: 15px;
	text-align: center;
}


@media screen and (max-width:767px) {
	
	
	#contactForm {
		padding: 0 0 14vw;
	}
	#contactForm p {
		font-size: 3vw;
		margin-bottom: 8vw;
	}
	
	.alertTxt p {
		font-size: 2.8vw;
		line-height: 1.6;
		margin-bottom: 2vw;
	}
	.alertTxt p.contactAlert {
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	
	#contactForm dl {
		margin-bottom: 10vw;
	}
	#contactForm dl dt {
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	#contactForm dl dd {
		margin-bottom: 7vw;
	}
	
	#contactForm dl dd input[type="text"],
	#contactForm input[type="tel"],
	#contactForm dl dd input[type="email"],
	#contactForm dl dd textarea {
		padding: 3vw;
	}
	
	#contactForm ul li {
		width: 30%;
		margin: 0 1%;
	}
	#contactForm input[type="submit"],
	#contactForm input[type="reset"] {
		padding: 3vw;
		font-size: 3.4vw;
	}
	
	#contactForm input[type="radio"] {
		margin-right: 10px;
	}
	#contactForm .wpcf7-radio .wpcf7-list-item-label {
		margin-right: 40px;
	}
	
	#contactForm .recaptcha {
		margin: 0px auto 8vw;
	}
	
	.screen-reader-response[role="alert"] {
		padding: 3vw;
		margin-bottom: 6vw;
		font-size: 3vw;
	}
	.screen-reader-response ul li {
		font-size: 3vw;
	}
	
	.wpcf7-not-valid-tip {
		margin-top: 2vw;
		font-size: 2.9vw;
	}
	
	.wpcf7-mail-sent-ok,
	.wpcf7-validation-errors,
	.wpcf7-spam-blocked {
		margin-top: 0;
		font-size: 3vw;
	}
	
}


/* -------------------------------------------------
	other
------------------------------------------------- */

/* responsive */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* clearfix */

.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
