@charset "UTF-8";
/* Header Wrapper Settings
==================================================*/
/* Header */
header {
	width: 100%;
	height: auto;
	position: relative;
}

/* Header Inner */
#header_in {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 75px;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	z-index: 10000;
}

/* Header Information Settings
==================================================*/
/* Wrapper */
.header_information {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Wrapper */
.information {
	margin: 0 5px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.taisaku {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0px;
}

.information img {
	display: block;
	height: 100%;
}
@media screen and (max-width:480px) {
.information img {
	height: 40px;
}
}

/* Wrapper  */
.information_1100 {
	display: none;
}

.information_1100 img {
	display: block;
	height: 100%;
}

/* Dummy Buttom Area */
.dummy_buttom {
	width: 50px;
	height: 50px;
}

@media screen and (min-width: 375px) {

	.information img {
		height: 100%;
	}
}

@media screen and (min-width: 768px) {
	.header_information {
		-webkit-width: calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.dummy_buttom {
		display: none;
	}
}
@media screen and (min-width: 1290px) {
	.header_information {
		width: auto;
	}
	.information {
		display: none;
	}
	.information_1100 {
		display: block;
		margin-top: 0px;
		height: 50px;
	}
	.information_1100 img {
		display: block;
		height: 100%;
	}
}

@media screen and (min-width: 1450px) {
	.information_1100 {
		margin-top: -20px;
		height: 80px;
	}
	.information_1100 img {
		display: block;
		width: 189px;
		height: 100%;
	}
}

@media screen and (min-width: 1760px) {
	.information_1100 {
		display: none;
	}
}
/* Contents Wrapper Settings
==================================================*/
/* Contents Wrapper */
.contents_in {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
}

/*====================================================================

	Header Settings

====================================================================*/
/* Wrapper Settings
==================================================*/
/* Wrapper */
#navigation {
	position: relative;
	padding: 5px 10px 5px 10px;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	z-index: 10600;
}

/* Logo */
#navigation .logo {
	display: none;
}

#navigation .sp_logo {
	width: 120px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 375px) {
	#navigation .sp_logo {
		width: 150px;
		height: 50px;
	}
}

@media screen and (min-width: 1290px) {
	#navigation {
		position: relative;
		padding: 10px 10px 10px 15px;
		height: 104px;
	}
	#navigation .logo {
		margin: initial;
		width: 255px;
		height: 80px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#navigation .sp_logo {
		display: none;
	}
}

@media screen and (min-width: 1760px) {
	#navigation {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
	}
}

/*====================================================================

	Main Navigation(Smart Phone) Settings

====================================================================*/
/* Main Navigation Column
==================================================*/
/* Smart Phone Button */
.h_menu_btn {
	position: fixed;
	width: 51px;
	height: 51px;
	border-radius: 5px;
	background-color: #1572e9;
	top: 4px;
	right: 9px;
	z-index: 10501;
	border: 2px solid #fff; 
}

/* Close Space */
.h_menu_btn.active {
	width: 51px;
	height: 51px;
	top: 0;
	right: 10px;
	z-index: 10502;
	background-color: initial;
	border: initial; 
}

/* Menu Line Setting */
.h_menu_btn span {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	border-radius: 1.5px;
	background: #fff;
	opacity: 1;
	transform: rotate(0deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/* Menu Line */
.h_menu_btn span:first-child {
	margin: 0 auto;
	top: 10px;
	right: 0;
	left: 0;
}

.h_menu_btn span:nth-child(2) {
	margin: 0 auto;
	top: 18px;
	right: 0;
	left: 0;
}

.h_menu_btn span:nth-child(3) {
	margin: 0 auto;
	top: 26px;
	right: 0;
	left: 0;
}

/* Menu Text */
.h_menu_btn div {
	position: absolute;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	text-align: center;
	top: 30px;
	right: 0;
	left: 0;
}

/* Active Menu Line */
.h_menu_btn.active span:first-child {
	top: 30px;
	transform: rotate(-45deg);
}

.h_menu_btn.active span:nth-child(2) {
	opacity: 0;
}

.h_menu_btn.active span:nth-child(3) {
	top: 30px;
	transform: rotate(45deg);
}

/* Active Menu Text */
.h_menu_btn.active div {
	display: none;
}

@media screen and (min-width: 1290px) {
	.h_menu_btn {
		display: none;
	}
	.h_menu_btn div {
		display: none;
	}
}

/* Open Menu Settings
==================================================*/
/* Main Navigation Wrapper */
.h_menu {
	position: fixed;
	padding: 20px;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    visibility: hidden;
    background-color: #1572e9;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	-moz-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: 10000;
}

/* Acrive Open Menu Wrapper */
.h_menu.active {
	opacity: 1;
    visibility: visible;
}

/* Open Menu */
.h_menu .open {
	padding: 40px 0 0;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-family: 'Times New Roman',sans-serif;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	transition-delay: 0.4s;
}

/* Acrive Open Menu */
.h_menu.active .open {
	opacity: 1;
	transition-delay: 0.4s;
}

@media screen and (min-width: 1290px) {
	.h_menu {
		position: initial;
		padding: initial;
		top: initial;
		right: initial;
		width: initial;
		height: initial;
		opacity: 1;
		visibility: visible;
		background-color: initial;
		transition: initial;
		z-index: initial;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
}


/* Main Navigation List
==================================================*/
/* Main Navigation Menu List */
.h_menu_list {
	-webkit-width: calc(100% - 40px);
	width: calc(100% - 40px);
	position: absolute;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	top: 50px;
}

/* Main Navigation List Item Wrapper */
.h_menu_list ul li div {
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
}

/* Main Navigation List Item Japanese Text */
.h_menu_list ul li div span:first-child {
	margin-right: 10px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* Main Navigation List Item English Text */

.h_menu_list ul li div span:last-child {
	color: #ccc;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}

@media screen and (min-width: 1290px) {
	.h_menu_list {
		width: initial;
		position: absolute;
		margin: initial;
		left: initial;
		right: 40px;
		top: 30px;
	}
	.h_menu_list ul {
		width: initial;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;	
	}
	.h_menu_list ul li {
		padding: 0 10px;
	}
	.h_menu_list ul li:last-child {
		padding: 0 0 0 15px;
	}
	.h_menu_list ul li div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	    justify-content: initial;
	}
	.h_menu_list ul li div span:first-child {
	    margin-right: 0px;
		color: #000;
	}
	.h_menu_list ul li div span:last-child {
		color: #575757;
	}
}

@media screen and (min-width: 1450px) {
	.h_menu_list ul li {
		padding: 0 15px;
	}
}

@media screen and (min-width: 1760px) {
	.h_menu_list {
		position: initial;
		right: initial;
		top: initial;
	}
}

/*====================================================================

	Contact Navigation Settings

====================================================================*/
/* Contact Navigation
==================================================*/
/* Contact Navigation Menu Wrapper */
.h_contact_nav {
	display: none;
}

/* Bottom Contact Navigation Menu Wrapper */
.h_contact_nav_bottom {
	display: none;
}

/* Contact Navigation Menu List */
.h_contact_nav ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Contact Navigation Bottom Menu List */
.h_contact_nav_bottom ul {
	width: 100%;
	height: 57px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/* Contact Navigation Menu List(Smart Phone) */
.sp_h_contact_nav ul {
	-webkit-width: calc(100% - 40px);
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	top: 420px;
}

@media screen and (min-width: 1290px) {
	.h_contact_nav {
		display: none;
	}
	.h_contact_nav_bottom {
		display: block;
		position: fixed;
		padding: 10px;
		width: 470px;
		background-color: #fff;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
		border-radius: 10px;
		right: 40px;
		bottom: 40px;
		z-index: 10500;
	}
	.sp_h_contact_nav {
		display: none;
	}
}

@media screen and (min-width: 1760px) {
	.h_contact_nav {
		display: block;
		padding: 0px;
		width: 545px;
		position: relative;
		right: initial;
		top: initial;
		background-color: none;
		filter: initial;
	}
	.h_contact_nav_bottom {
		display: none;
	}
}

/* Contact Navigation List
==================================================*/
/* Contact Navigation Menu List */
.h_contact_txt {
	width: 300px;
	text-align: center;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: absolute;
	color: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 420px;
}

/* Contact Button */
.line_btn,
.mail_btn,
.tel_btn {
	margin-top: 20px;
	width: 31.74%;
	height: 57px;
	border-radius: 10px;
}

/* Contact Button Link */
.line_btn a,
.mail_btn a,
.tel_btn a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

/* Line Button Background Color */
.line_btn {
	background-color: #00a614;
}

/* Mail Button Background Color */
.mail_btn {
	background-color: #004eff;
}

/* Tel Button Background Color */
.tel_btn {
	background-color: #134e91;
}

/* Contact Icon */
.icon .line,
.icon .mail,
.icon .tel {
	width: 37px;
	height: 37px;
	fill: #fff;
}

/* Contact Button Text */
.contact_btn_txt {
	display: none;
}

@media screen and (min-width: 1290px) {
	.line_btn,
	.mail_btn,
	.tel_btn {
		margin-top: 0px;
		width: 32%;
		height: 57px;
		border-radius: 10px;
	}
	.h_contact_txt {
		display: none;
		/*color: #000;
		margin: initial;
		left: initial;
		right: 10px;
		top: 10px;*/
	}
}

@media screen and (min-width: 1290px) {
	.h_contact_txt {
		width: 380px;
		margin-bottom: 8px;
		top: 0;
	}
	.icon .line,
	.icon .mail,
	.icon .tel {
		display: none;
	}
	.contact_btn_txt {
		display: block;
		text-align: center;
		color: #fff;
	}
	.contact_btn_txt div:nth-child(2) {
		font-size: 12px;
	}
}

/*====================================================================

	Heading Settings

====================================================================*/
/* Heading Settings
==================================================*/
/* Heading Wrapper */
#banner {
	width: 100%;
	height: auto;
}

.banner_pc {
	display: none;
}

#goto img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.banner_pc {
		display: block;
	}
	.banner_sp {
		display: none;
	}
}