@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('perfect-scrollbar.css');

/* ////////////////////////////////////////////////////////////
	File Name	common.css
*/
/*============================================================
	RESET
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: inherit;
	font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, strong {
	font-weight: 700;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

.marker-yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
}

/*============================================================
	HTML
*/
body {
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2.1;
	color: #111;
}
input,
textarea,
select,
button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	line-height: normal;
	resize: none;
}
select::-ms-expand {
	display: none;
}
a {
	text-decoration: underline;
	color: #000;
}

.font-pop {
	text-shadow:2px  2px 0px #111,
	-2px  2px 0px #111,
	2px -2px 0px #111,
	-2px -2px 0px #111,
	2px  0px 0px #111,
	0px  2px 0px #111,
	-2px  0px 0px #111,
	0px -2px 0px #111,
	2px 2px 0px #111,
	1px 1px 0px #111,
	3px 3px 0px #111,
	4px 4px 0px #111;
	color: #FFF;
	font-weight:900;
	}

/* SP */
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		line-height: 1.8;
		padding-bottom:80px;
	}
}

/*============================================================
	VISIBLE
*/
    .visible-sp {
	    display: none !important;
	    }
    .pc {
	    display: block;
	  }
	
      .sp {
	    display: none;
	  }

/* SP */
@media screen and (max-width: 768px) {
	.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
	.pc {
	    display: none;
	  }
	
	  .sp {
	    display: block;
	  }
}

/*============================================================
	CONTAINER
*/
#container {
	overflow: hidden;
	position: relative;
}
.body {
	position: relative;
	padding: 140px 0 0 0;
}
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
}

/* PC */
@media screen and (min-width: 769px) {
	.os-pc a,
	.os-pc button {
		transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	}
	.os-pc a:hover,
	.os-pc button:hover {
		opacity: 0.6;
	}
}

/* TB */
@media screen and (max-width: 1280px) {
	.container {
		max-width: 980px;
	}
}
@media screen and (max-width: 980px) {
	.body {
		padding: 80px 0 0 0;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.body {
		padding: 60px 0 0 0;
	}
	.container {
		padding: 0 15px;
	}
}
@media screen and (max-width: 340px) {
	.container {
		padding: 0 10px;
	}
}

/*============================================================
	ヘッダー
*/
.header {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.header a {
	text-decoration: none;
}
.header .wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 0 0;
	height: 80px;
}
.header h1 {
	padding-left: 8px;
	width: 225px;
	padding-top: 10px;
}

.header h1 img {
	height:auto;
}

/*
.header h1 {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 20px;
	font-weight: 400;
	font-size: 14px;
}
.header h1 a {
	overflow: hidden;
	display: block;
	width: 285px;
	height: 35px;
	background: transparent url(../img/common/logo.png) 50% 50% no-repeat;
	background-size: contain;
	text-indent: -999em;
}
.header h1 a:hover {
	opacity: 1;
}
.header h1 span {
	display: block;
	margin: 0 0 0 20px;
}
*/

.header nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background-color: #212121;
	text-align: center;
}
.header nav ul {
	display: flex;
	height: 100%;
}
.header nav ul li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 40px;
	height: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}
.header nav ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	width: 1px;
	height: 22px;
	background-color: #ccc;
	transform: rotate(25deg);
}
.header nav ul li:first-child::before {
	display: none;
}
.header nav ul li a {
	display: block;
	color: #fff;
}
.header nav ul li span {
	display: block;
}
.header .contact {
	display: flex;
	align-items: center;
	height: 100%;
}
.header .contact .tel {
	font-size: 10px;
	margin-right:12px;
}
.header .contact .tel dl {
	display: flex;
	align-items: center;
	margin: -5px 0;
}
.header .contact .tel dl dt {
	display: flex;
	align-items: center;
	padding: 0 0.5em;
	height: 22px;
	background-color: #8bc526;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}
.header .contact .tel dl dd {
	padding: 0 0 0.1em 10px;
	font-weight: 700;
	font-size: 29px;
	line-height: 1.1;
}
.header .contact .btn {
	padding: 0 0 0 20px;
}
.header .contact .btn#line {
	padding: 0 0 0 10px;
	display:none;
}
.header .contact .btn a {
	display: flex;
	align-items: center;
	padding: 0 15px;
	height: 60px;
	background-color: #eb9c00;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.header .contact .btn#line a {
	background-color: #4daf33;
}

.header .contact .btn a i {
	margin-right:8px;
}

/* TB */
@media screen and (max-width: 980px) {
	.header nav,
	.header .contact {
		display: none;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.header .wrap {
		height: 60px;
	}
	.header h1 {
		padding-left: 5px;
		width: 155px;
		padding-top: 5px;
	}
	/*.header h1 {
		flex-wrap: wrap;
		align-content: center;
		padding-top: 5px;
		padding-left: 15px;
		font-size: 10px;
	}*/
	.header h1 a {
		width: 180px;
		height: 22px;
	}
	.header h1 span {
		margin: 2px 0 0 1px;
		width: 100%;
	}
	
}

/*============================================================
	メガメニュー
*/
.megamenu {
	overflow: hidden;
	position: fixed;
	z-index: 9001;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0.9);
	transition: height 0.6s ease;
}
.megamenu a {
	text-decoration: none;
}
.megamenu h1 {
	display: flex;
	align-items: center;
	height: 80px;
	padding-left: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.megamenu h1 a {
	overflow: hidden;
	display: block;
	width: 285px;
	height: 35px;
	background: transparent url(../img/common/logo-w.png) 50% 50% no-repeat;
	background-size: contain;
	text-indent: -999em;
}
.megamenu h1 a:hover {
	opacity: 1;
}
.megamenu h1 span {
	display: block;
	margin: 0 0 0 20px;
}
.megamenu .scroll {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.megamenu .ps__rail-y {
	opacity: 0 !important;
}
.megamenu nav {
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
}
.megamenu nav ul {
	border-top: 1px solid rgba(255,255,255,0.5);
}
.megamenu nav ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.megamenu nav ul li a {
	display: block;
	padding: 10px 0;
	color: #fff;
}
.megamenu .contact {
	padding: 15px;
	text-align: center;
	color: #fff;
}
.megamenu .contact .tel {
	padding: 10px 0;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	font-size: 10px;
}
.megamenu .contact .tel a {
	color:#FFF;
}

.megamenu .contact .tel dl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.megamenu .contact .tel dl dt {
	display: flex;
	align-items: center;
	padding: 0 0.5em;
	height: 22px;
	background-color: #8bc526;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}
.megamenu .contact .tel dl dd {
	padding: 0 0 0.1em 10px;
	font-weight: 700;
	font-size: 29px;
	line-height: 1.1;
}
.megamenu .contact .btn {
	margin: 15px 0 0 0;
}
.megamenu .contact .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	height: 60px;
	background-color: #eb9c00;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.megamenu .contact .btn#line {
	padding: 0 0 0 0px;
}

.megamenu .contact .btn#line a {
	background-color: #4daf33;
}

.megamenu .contact .btn a i {
	margin-right:6px;
}

.megamenu .contact .line-btn {
	margin-top:18px;
	padding:0 24px;
}

/* TP */
@media screen and (max-width: 980px) {
	.megamenu-opened .megamenu {
		height: 100%;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.megamenu h1 {
		flex-wrap: wrap;
		align-content: center;
		padding-top: 5px;
		padding-left: 15px;
		font-size: 10px;
	}
	.megamenu h1 {
		padding-left: 5px;
		width: 155px;
		padding-top: 27px;
	}
	.megamenu h1 img {
		height:auto;
	}
	.megamenu h1 a {
		width: 180px;
		height: 22px;
	}
	.megamenu h1 span {
		margin: 2px 0 0 1px;
		width: 100%;
	}
	.megamenu .scroll {
		top: 60px;
	}
}

/*============================================================
	メガメニューボタン
*/
.megamenu-opener {
	display: none;
	position: fixed;
	z-index: 9002;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
}
.megamenu-opener:hover {
	opacity: 1;
}
.megamenu-opener i {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: 28px;
	display: block;
	width: 34px;
	height: 3px;
	background-color: #333;
	transition: all 0.3s ease;
}
.megamenu-opener i:nth-child(2) {
	top: 10px;
}
.megamenu-opener i:nth-child(3) {
	top: 20px;
}
.megamenu-opened .megamenu-opener i {
	background-color: #fff;
}
.megamenu-opened .megamenu-opener i:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}
.megamenu-opened .megamenu-opener i:nth-child(2) {
	opacity: 0;
}
.megamenu-opened .megamenu-opener i:nth-child(3) {
	transform: rotate(-45deg);
	top: 10px;
}

/* TB */
@media screen and (max-width: 980px) {
	.megamenu-opener {
		display: block;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.megamenu-opener {
		width: 60px;
		height: 60px;
	}
	.megamenu-opener i {
		margin-left: -13px;
		margin-top: 21px;
		width: 26px;
		height: 2px;
	}
	.megamenu-opener i:nth-child(2) {
		top: 8px;
	}
	.megamenu-opener i:nth-child(3) {
		top: 16px;
	}
	.megamenu-opened .megamenu-opener i:nth-child(1) {
		top: 8px;
	}
	.megamenu-opened .megamenu-opener i:nth-child(3) {
		top: 8px;
	}
}

/*============================================================
	フッター
*/
.footer {
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
}
.footer h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
}
.footer small {
	display: block;
	margin: 30px 0 0 0;
	font-size: 11px;
}

.pc_side_btn {
	position:fixed;
	top:200px;
	right:0;
	width:96px
	height:auto;
	z-index:999;
	display:block;
}

.pc_side_btn ul {

}

.pc_side_btn ul li {
	margin-bottom:8px;
}

.pc_side_btn ul li img {
	width:100%;
	height:auto;
}

.sp_foot_btn {
	display:none;
}

/* SP */
@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 15px 70px 15px;
		font-size: 12px;
	}
	
	.pc_side_btn {
	display:none;
	}

	.sp_foot_btn {
		position:fixed;
		bottom:0;
		width:100%;
		height:auto;
		z-index:999;
		display:block;
	}
	
	.sp_foot_btn ul {
		display: flex;
		justify-content: space-between;
	}
	
	.sp_foot_btn ul li {
		
	}
	
	.sp_foot_btn img {
		max-width:100%;
		height:auto;
	}
}

/*============================================================
	ページの先頭へ
*/
.pagetop {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	border: 2px solid #234e9c;
	background: #fff url(../img/common/pagetop.png) 50% 50% no-repeat;
	background-size: 30px 30px;
}

/* SP */
@media screen and (max-width: 768px) {
	.pagetop {
		bottom: 94px;
		right: 10px;
	}
	.pagetop a {
		width: 50px;
		height: 50px;
		border-width: 1px;
	}
}
