@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-family:'YakuHanJP_Noto', 'Noto Sans JP', sans-serif;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*----------　header　----------*/
header{
	width: auto;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

#top-head {
	width: 100%;
	margin: 0 auto 15px;
	padding: 20px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #263238;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	width: 180px;
	margin-top: 10px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight:400;
	display: flex;
	align-items: flex-end;
}


#global-nav ul li a {
	padding: 0 10px;
}

.tel-number {
	width: 130px;
	margin: 0 10px;
}

#global-nav .contact-btn {
	padding: 12px 20px 12px 20px;
	border-radius: 10px;
	background: #E24780;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#global-nav .contact-btn a {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
}
#global-nav .pmark {
	padding-top: 6px;
}
#global-nav .pmark img {
	width: 56px;
	height: 56px;
}

/* Fixed */
#top-head.fixed {
	min-width: 100%;
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 15px;
	height: 65px;
	background: #fff;
	background: rgba(255,255,255,.9);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
	font-size: 24px;
	color: #263238;
}



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/*----------　header ドロップダウンメニュー　----------*/
.gnav-outlist {
	position: relative;
}

#global-nav .gnav-innerlist {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
	top: 40px;
	min-width: 180px;
	left: 50%;
	padding: 30px 5px;
	bottom: auto;
	text-align: center;
	line-height: 2;
	display: block;
	-webkit-transition: all .3s cubic-bezier(0.04, 0.61, 0.58, 1) .1s;
	-o-transition: all .3s cubic-bezier(0.04, 0.61, 0.58, 1) .1s;
	transition: all .3s cubic-bezier(0.04, 0.61, 0.58, 1) .1s;
	-webkit-transform: translate(-50%, 5px);
	-ms-transform: translate(-50%, 5px);
	transform: translate(-50%, 5px);
	-webkit-box-shadow: 0 8px 20px 0 rgba(33, 36, 43, 0.15);
	box-shadow: 0 8px 20px 0 rgba(33, 36, 43, 0.15);
	z-index: 999;
}

#global-nav ul li:hover .anime {
	opacity: 1;
	visibility: visible;
}

.gnav-inneritem {
	font-size: 100%;
	color: #263238;
	font-weight: normal;
}

/*----------　footer-contact　----------*/
.footer-contact {
	background-image: url(../images/footer-contact-view.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.footer-contact::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}

.footer-contact-contents {
	position: relative;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	padding-top : 50px;
	padding-bottom: 50px;
}

.footer-contact-heading {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.05em;
	position: relative;
	color: #ffffff;
}

.footer-contact-heading::after {
	bottom: -21px;
	width: 48px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #fff;
}

.footer-contact-lead {
	margin-top: 44px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.footer-contact-phone {
	margin: 30px auto 0;
	max-width: 300px;
}

.btn-contact-form {
	margin: 0 auto;
	margin-top: 40px;
	border: 4px solid #fff;
	padding: 20px 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0.14em;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-contact-form::after {
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 14px;
	margin: auto;
	background: url(../images/ico_arrow_right.svg) no-repeat 50% 50%;
	background-size: contain;
	transition: all 0.1s ease-in-out;
}

.btn-contact-form:hover {
	background: #fff;
	color: #263238;
}

.btn-contact-form a {
	background-color: transparent;
}

.button {
	cursor: pointer;
	position: relative;
	border-radius: 4em;
	background-image: none;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	user-select: none;
}

/*----------　footer　----------*/
.footer-view {
	background-image: url(../images/footer-view.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
}

.footer-view::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(10,63,192,0.7);
}

.footer-contents {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	width: auto;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	padding-top : 50px;
	padding-bottom: 50px;
	color: #ffffff;
}

.footer-left {
	flex: 2;
	
}

.footer-right {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.footer-copy {
	font-size: 20px;
	font-weight: 400;
}

.footer-logo {
	margin-top: 50px;
	padding-bottom: 30px;
	text-align: left;
}

.footer-logo img {
	width: 200px;
	height: auto;
}

.footer-social {
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
}

.footer-social dt {
	position: relative;
	padding-right: 45px;
	font-size: 18px;
	font-weight: 400;
}

.footer-social dt:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	margin: auto;
	background: #fff;
}

.footer-social dd {
	padding-left: 15px;
}

.footer-social .ico-facebook {
	background-image: url(../images/ico-facebook.svg);
}

.footer-social .ico-twitter {
	background-image: url(../images/ico-twitter.svg);
}

.footer-social .ico-instagram {
	background-image: url(../images/ico-instagram.svg);
}

.footer-social [class^='ico-'] {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 0;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	line-height: 1.5;
}

.footer-nav-sub {
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
	margin-top: 30px;
}

.footer-nav-sub li {
	margin: 0;
	padding-left: 20px;
}

.footer-nav-sub li:first-child {
	margin-top: 0;
}

.footer-nav-sub a {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.footer-copyright {
	position: absolute;
	bottom: 50px;
}

.important_news {
	font-size: 0.8em;
	padding: 12px;
	text-align: center;
	background-color: #F5F5F5;
}

.link-btn {
	padding: 12px 20px 12px 20px;
	border-radius: 10px;
	background: #E24780;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.link-btn a {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	text-decoration: none;
}
.link-btn:hover{
	opacity: 0.8;
}

/*　PC用CSS　ここまで　*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
900px以下　　タブレット用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 900px) {

	/*----------　header　----------*/
	#top-head,
	.inner {
		width: 100%;
		padding-top: 0;
	}
	#top-head {
		margin-bottom: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
		margin-top: 0;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index: 998;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		display: block;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 20px 0;
	}
	#nav-toggle {
		display: block;
	}
	
	#global-nav .gnav-innerlist {
		display: none;
	}
	
	#global-nav .tel-number {
		display: none;
	}
	
	#global-nav .contact-btn {
		margin: 20px 200px;
		padding: 5px 10px;
	}
	
	#global-nav .pmark {
 display: none;
}
	
	
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
	
	/*----------　footer-contact　----------*/
	.footer-contact-heading {
		font-size: 28px;
		line-height: 1.4;
	}

	.footer-contact-lead {
		font-size: 16px;
		line-height: 1.6;
	}

	.footer-contact-phone {
		margin: 20px auto 0;
		max-width: 300px;
	}
	
	.btn-contact-form {
		border: 3px solid #fff;
		padding: 16px 50px;
		font-size: 20px;
	}
	
	.btn-contact-form::after {
		right: 18px;
		width: 10px;
	}
	
	
	
	
	/*----------　footer　----------*/
	.footer-contents {
		max-width: 720px;
	}
	
	
	.footer-copy {
		font-size: 18px;
	}
	
	.footer-logo {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	
	
	.footer-social {
		margin-top: 110px;
	}
	
	.footer-nav-sub {
		display: block;
		text-align: right;
		margin-top: 30px;
		line-height: 40px;
	}
	
	.footer-copyright {
		position: absolute;
		bottom: 60px;
	}
	
}

/*　タブレット用CSS　ここまで　*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px以下　　スマートフォン用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 750px) {
	
	/*----------　header　----------*/
	#global-nav .contact-btn {
		margin: 10px 30px;
	}
	
	
	/*----------　footer-contact　----------*/
	.footer-contact-heading {
		font-size: 24px;
		line-height: 1.4;
	}
	
	.footer-contact-lead {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.footer-contact-phone {
		margin: 30px auto 0;
		max-width: 270px;
	}
	
	.btn-contact-form {
		border: 2px solid #fff;
		padding: 20px 40px;
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	
	
	
	
	
	/*----------　footer　----------*/
	
	.footer-contents {
		max-width: 425px;
		display: block;
		margin: 0 auto;
		padding-top : 50px;
		padding-bottom: 50px;
	}
	
	.footer-copy {
		display: none;
	}
	
	.footer-logo {
		text-align: center;
		padding-bottom: 0;
		margin-top: 0;
	}
	
	.footer-social {
		margin-top: 40px;
		justify-content: center;
	}
	
	.footer-social dt {
		display: none;
	}
	
	.footer-social dd {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.footer-social [class^='ico-'] {
		width: 40px;
		padding-top: 40px;
	}
	
	.footer-nav-sub {
		text-align: center;
	}
	
	.footer-nav-sub {
		margin-bottom: 30px;
	}
	
	.footer-nav-sub li {
		font-size: 20px;
		line-height: 2;
		padding-left: 0;
	}
	
	.footer-copyright {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 275px;
		text-align: center;
		font-size: 12px;
	}
	
	
}