@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #333333;
	background: #fff;
	font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.5rem;
	line-height: 1.75;
	height: 100%;
	font-feature-settings : "palt";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-break : break-all;
}
body > img[src*="turn"] {
	display: none;
}
@media (min-width: 768px) {
	body {
		min-width: 1000px;
	}
}

a {
	position: relative;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #1d1d1d;
	color: #007FEB;
	color: #2699FB;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

a:hover img,
a:hover,
button:hover {
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}

a:hover img:not(:target),
a:hover:not(:target),
button:hover:not(:target) {
	-ms-filter: none;
	filter: none;
}

img {
	vertical-align: bottom;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}
/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
	img {
		width: 100%;
		height: auto;
	}
}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 39px;
	z-index: 2;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 39px;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.img_float_l,
	.img_float_r {
		display: block;
		width: 47.413%;
		max-width: 100%;
		height: auto;
	}
	.img_float_l {
		margin-right: 4.655%;
	}
	.img_float_r {
		margin-left: 4.655%;
	}
	.img_float_l img,
	.img_float_r img  {
		display: block;
		margin: 0 auto;
	}
}


/*color
----------------------------------------*/

.color_red { color: #f11717;}
.color_blue { color: #112bac; }
.color_geen { color: #50dd12; }
.color_orange { color: #ec6e00; }
.color_gray { color: #999999; }
.color_black { color: #000000; }
.color_yellow { color: #FFF700;}


/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
	border-top: solid 1px #cccccc;
    height: 1px;
    color: transparent;
    margin: 28px 0;
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}

.txt_en {

}

.btn_contact a {
	background: #E13E21;
	color: #fff;
	text-decoration: none;
}


/*header
----------------------------------------*/
#header {
	width: 940px;
	margin: 0 auto;
}

#header #logo {
	width: 203px;
	float: left;
	padding-top: 10px;
}

#header .header_contact {
	float: right;
	font-family: 'Noto Serif JP', sans-serif;
}

#header .header_contact > * {
	display: inline-block;
	text-align: center;
}

#header .header_contact .tel {
	font-size: 2.6rem;
	line-height: 1;
	padding-top: 15px;
}

#header .header_contact .tel span {
	font-size: 3.5rem;
}

#header .header_contact .eigyo {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 10px 0;
	padding-top: 15px;
}

#header .header_contact .btn_contact {
	width: 135px;
	vertical-align: top;
}
#header .header_contact .btn_contact a {
	display: block;
	height: 65px;
	padding: 38px 0 0;
	font-size: 1.6rem;
	line-height: 1;
}

#header .header_contact .btn_contact a::before {
	content: "";
	display: block;
	background: url("../img/common/icon_mail_wh.svg") no-repeat center center;
	background-size: 30px 19px;
	position: absolute;
	top: -30px;
	left: 50%;
	bottom: 0;
	width: 30px;
	z-index: 2;
	margin-left: -15px;
}

#header img {
	display: block;
	margin: 0 auto;
}

#header #gnav {
	width: 940px;
	margin: 0 auto;
	clear: both;
	font-family: 'Noto Serif JP', sans-serif;
}
#header #gnav::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #C6C6C6;
	z-index: -1;
}

#header #gnav ul {
	overflow: hidden;
	padding-top: 7px;
}

#header #gnav li {
	float: left;
	width: 16.66%;
}

#header #gnav li a {
	display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
	font-size: 1.8rem;
	padding: 14px 0 13px;
	letter-spacing: .2px;
	color: #1d1d1d;
}

#header #gnav li.current a::after,
#header #gnav li a:hover::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	display: block;
	background: #475BB2;
}

#btn_contact,
#btn_menu,
#btn_close {
	display: none;
}

@media only screen and (max-width: 767px) {
	#header {
		width: auto;
        height: 65px;
	}

	#header #logo {
		float: none;
		width: 162px;
		padding: 8px 0;
		margin: 0 0 0 4.687%;
	}

	#header .header_contact {
		display: none;
	}

	#header #gnav {
		display: none;
		width: auto;
		position: absolute;
		top: 65px;
		left: 0;
		right: 0;
		z-index: 1200;
		background: #475BB2;
		padding-bottom: 20px;
	}

	#header #gnav::after {
		display: none;
	}

	#header #gnav ul {
		padding-top: 7px;
	}

	#header #gnav li {
		float: none;
		width: auto;
	}

	#header #gnav li a {
		display: block;
	    text-align: center;
	    text-decoration: none;
	    font-weight: bold;
		font-size: 108%;
		padding: 14px 0 13px;
		letter-spacing: .2px;
		color: #fff;
	}

	#btn_menu {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 65px;
		height: 65px;
		z-index: 2;
		background: #475BB2;
		padding-top: 20px;
	}

	#btn_menu img {
		width: 35px;
	}

	#btn_contact {
		display: block;
		position: absolute;
		top: 0;
		right: 65px;
		width: 65px;
		height: 65px;
		z-index: 2;
		background: #E13E21;
		padding-top: 20px;
	}

	#btn_contact img {
		width: 33px;
	}
}


/*contents
----------------------------------------*/
#contents {
}

@media only screen and (max-width: 767px) {
}


/*topic path
----------------------------------------*/
#topic_path {
	padding-top: 7px;
	font-size: 1.2rem;
	letter-spacing: .4px;
}

#topic_path ul {
	width: 940px;
	margin: 0 auto;
}

#topic_path ul li {
	display: inline-block;
}

#topic_path ul li a {
	color: #2699FB;
}

#topic_path ul li:before {
	content: "＞";
	display: inline-block;
	margin: 0 4px 0 1px;
}

#topic_path ul li:first-child:before {
	display: none;
}

@media only screen and (max-width: 767px) {
	#topic_path {
    	display: none;
	}
}


/*pagetop
----------------------------------------*/
#pagetop {
	position: absolute;
	top: -20px;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 1100;
}

#pagetop a {
	background: #475BB2;
	width: 40px;
	height: 40px;
	display: block;
	padding: 10px 10px;
}

#pagetop a img {
	display: block;
}

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

}

/*btn_favorite_page
----------------------------------------*/
#btn_favorite_page {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 1000;
	width: 40px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#btn_favorite_page a {
	background: #475BB2;
	color: #ffffff;
	font-family: 'Noto Serif JP', sans-serif;
	display: block;
	text-decoration: none;
	padding: 15px 10px;
}

@media only screen and (max-width: 767px) {
	#btn_favorite_page {
		display: none;
	}
}
/*footer
----------------------------------------*/
#footer {
	border-top: solid 5px #475BB2;
	padding: 25px 0 0;
	text-align: center;
}

#footer img {
	display: block;
	margin: 0 auto;
}

#footer .flogo {
	display: inline-block;
	width: 203px;
	margin: 5px 0 0 5px;
	vertical-align: middle;
}

#footer .footer_logo {
	display: inline-block;
	width: 108px;
	vertical-align: middle;
	margin: 8px 0 0 20px;
}

#footer .footer_security {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	margin: 0 0 0 80px;
}

#footer address {
	color: #000;
	font-family: 'Noto Serif JP', sans-serif;
	display: inline-block;
	margin: 0 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: .07em;
}

#footer address span {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 2px;
	letter-spacing: .08em;
}

#footer #fnav {
	margin: 0 auto 35px;
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.5rem;
}

#footer #fnav li {
	display: inline-block;
}

#footer #fnav ul:first-child li + li::before {
	content: "/";
	margin: 0 16px;
}

#footer #fnav li a {
	color: #000;
	text-decoration: none;
}

#copyright {
	background: #475BB2;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px;
	margin: 35px 0 0;
}


@media only screen and (max-width: 767px) {
	#footer {
		padding: 15px 4.687% 55px;
	}

	#footer .flogo {
		width: 120px;
		margin: 0;
	}

	#footer address {
		margin: 10px 0 0;
		display: block;
	}

	#footer #fnav {
		display: none;
		display: block;
	}

	#footer .footer_logo {
		/* display: block; */
		display: inline-block;
		width: 80px;
		margin: 10px 0 0 20px;
	}

	#footer .footer_security {
		/* display: block; */
		display: inline-block;
		width: 80px;
		margin: 10px auto 0;
	}

	#copyright {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 1.1rem;
	}
}


/*contact
----------------------------------------*/

h2.title_line {
	color: #475BB2;
	font-size: 2.6rem;
	line-height: 1.4;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 40px;
}
h2.title_line .txt_en {
	display: block;
	font-size: .5em;
	letter-spacing: .01em;
}

h2.title_line:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 126px;
	height: 2px;
	display: block;
	background: url("../img/common/bg_title_line.svg") no-repeat;
	background-size: 100% 100%;
	margin-left: -63px;
}

@media only screen and (max-width: 767px) {
	h2.title_line {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

#contact {
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
	overflow: hidden;
}

#contact .contact_inner {
	width: 700px;
	margin: 0 auto;
}

#contact .tel {
	float: left;
	width: 330px;
	font-size: 3rem;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1;
}

#contact .tel .txt_telno {
	font-size: 1.3em;
}

#contact .tel .small {
	font-size: .533em;
}

#contact .btn_contact {
	width: 330px;
	float: right;
}

#contact .btn_contact a {
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', sans-serif;
	display: block;
	border-radius: 6px;
	padding: 17px 17px 17px 27px;
}

#contact .btn_contact a::before {
	content: "";
	display: block;
	background: url("../img/common/icon_mail_wh.svg") no-repeat center center;
	background-size: 30px 19px;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: 30px;
	z-index: 2;
}

#contact .btn_contact a::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}

#contact p.fukidashi {
	background: #475BB2;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 6px;
	margin: 0 auto 30px;
	padding: 10px;
	width: 554px;
}

_:-ms-input-placeholder, :root #contact p.fukidashi {
	padding: 10px 10px 7px;
}

#contact p.fukidashi::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -24px;
	width: 0;
	border: solid 10px transparent;
	border-top: solid 15px #475BB2;
	margin-left: -10px;
}

@media only screen and (max-width: 767px) {
	#contact {
		width: auto;
		padding: 40px 0;
	}

	#contact .contact_inner {
		width: auto;
		margin: 0 4.687%;
	}

	#contact .tel {
		float: none;
		width: auto;
		margin: 0 auto;
		font-size: 2.2rem;
	}

	#contact .tel a {
    	text-decoration: none;
	}

	#contact .btn_contact {
		width: 280px;
		float: none;
		margin: 17px auto 0;
	}

	#contact .btn_contact a {
		font-size: 1.5rem;
		padding: 15px 15px 15px 25px;
	}

	#contact p.fukidashi {
		font-size: 1.6rem;
		margin: 0 auto 30px;
		padding: 8px;
		width: 280px;
	}
}

/* bnr_block
----------------------------------------*/
#bnr_block {
	background: #F3F3F3;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

#bnr_block img {
	display: block;
}

#bnr_block p {
	display: inline-block;
	width: 280px;
	margin: 10px;
	vertical-align: middle;
}

#bnr_block p a {
	display: block;
	padding: 12px 12px 12px 22px;
	text-align: center;
	border-radius: 6px;
	font-size: 1.5rem;
	text-decoration: none;
}

_:-ms-input-placeholder, :root #bnr_block p a {
	padding: 12px 12px 9px 22px;
}


#bnr_block p a.btn_facebook {
	background: #29487D url("../img/common/icon_facebook.svg") no-repeat 18px center;
	background-size: 17px 30px;
	color: #fff;
}

#bnr_block p a.btn_instagram {
	background: #FA9143 url("../img/common/icon_insta.png") no-repeat 18px center;
	background-size: 31px 31px;
	color: #fff;
}

#bnr_block p a.btn_hinata {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#bnr_block {
		width: auto;
		padding: 30px 0 20px;
	}

	#bnr_block p {
		display: block;
		width: 260px;
		margin: 0 auto 10px;
	}
}
