@charset "utf-8";
@import url("reset.css");
@import url("util.css");
/*スライダー　max-width: 1140px;幅が1140pxより大きくならないように*/
/*それ以外　max-width: 1000px;幅が1000pxより大きくならないように*/
/*フッターヒューメントのロゴから「」まで　max-width: 1140px;幅が1140pxより大きくならないように*/
html {
	font-size: 62.5%;
}

body {
	background: #ffffff;
	font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.4rem;
	color: #3d3a38;
}

ul li {
	list-style-type: none;
}

ol li {
	list-style-type: none;
}

a {
	color: #3d3a38;
	text-decoration: none;
}

.spb {
	display: none;
}

/* ヘッダーここから */
#header {
	border-bottom: solid 1px #b9b7b4;
}

#headerIn {
	max-width: 1140px;
	min-height: 50px;
	margin: 0 auto;
	position: relative;
}

.idxlogo {
	position: absolute;
	top: 66px;
}

.idxlogo img {
	width: 180px;
}

.h1logo {
	padding: 10px 0;
}

.h1logo img {
    width: 14%;
}

.gnaviIn {
	max-width: 1000px;
	min-height: 30px;
	margin: 15px auto 45px;
	text-align: center;
}

.gnaviIn ul {
	font-size: 0px;
}

.gnaviIn ul li {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "Roboto Slab", "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", serif;
	letter-spacing: 4px;
}

.gnaviIn ul li a {
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	color: #a5a5a5;
}

.gnaviIn ul li a:hover {
	color: #454240;
}

.gnaviIn ul li a::after {
	color: #b5b5b5;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.gnaviIn ul li a:hover::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
/* ヘッダーここまで */

/* メインここから */
#mainIn {
	max-width: 1000px;
	margin: 20px auto 80px auto;
}

#mainIn02 {
	max-width: 1000px;
	margin: 20px auto 20px auto;
}

#mainIn03 {
	    padding-top: 40px;
}
/* メインここまで */

/* LINEオペレーターここから */
.line_op {
	/*margin: 0; */
	position: fixed;
	right: calc( 50% - 760px );
	/* cursor: pointer; */
	bottom: 130px;
	/* box-shadow: none; */
	/* border-radius: 0px; */
	z-index: 9999;
}

.line_op img {
	width: 230px;
}
/* LINEオペレーターここまで */

/* TOPに戻るここから */
#totop {
	position: fixed;
	right: calc( 50% - 670px );
	bottom: 60px;
	text-align: center;
	background: #ecc25d;
	border-radius: 10px;
	z-index: 9999;
}

#to_pagetop a {
	display: block;
	padding: 10px;
	font-size: 0.6rem;
	color: #ffffff;
}

#to_pagetop .fa-arrow-up {
	display: block;
	margin-top: 3px;
	font-size: 2.6rem;
}
/* TOPに戻るここまで */

/* フッターここから */
#footer {
	background: #3d3a38;
}

#footer a {
	color: #b9b7b4;
}

#footerIn {
	max-width: 1140px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	padding: 45px 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0px;
	color: #b9b7b4;
}

#footerIn .logo {
	margin-bottom: 15px;
}

#footerIn h2 {
	font-size: 2.3rem;
	margin-bottom: 15px;
}
#footerIn h2 .fa-fw {
	width: 3.5rem;
}

#footerIn > div {
	display: inline-block;
	font-size: 1.6rem;
}

#footerIn > div:nth-child(1) {
	width: 19%;
}

#footerIn > div:nth-child(2) {
	width: 25%;
}

#footerIn > div:nth-child(3) {
	width: 26%;
}

#footerIn > div:last-child {
	width: 30%;
	height: fit-content;
}

#footerIn .ftdtl {
	line-height: 1.8;
}

.footerctt {
	text-align: center;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 20px;
	-webkit-box-shadow: 23px 0px 0px -20px #3d3a38, 0px 23px 0px -20px #3d3a38, 0px -23px 0px -20px #3d3a38, -23px 0px 0px -20px #3d3a38, 0 0 0 2px #fffefc;
	box-shadow: 23px 0px 0px -20px #3d3a38, 0px 23px 0px -20px #3d3a38, 0px -23px 0px -20px #3d3a38, -23px 0px 0px -20px #3d3a38, 0 0 0 2px #fffefc;
}

.footerctt div:first-child {
	font-size: 1.6rem;
	font-weight: lighter;
	margin-bottom: 18px;
}

.footerctt div:nth-child(2) {
	font-size: 3rem;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.footerctt div:nth-child(3) {
	margin-bottom: 10px;
}

.foot_line {
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}

.f_line_01 {
	padding: 0 25px;
}

.f_line_02 {
	padding: 0 15px;
}

.foot_line img {
	width: 100%;
}

.copy {
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	color: #b9b7b4;
	font-size: 1.2rem;
}
/* フッターここまで */


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

	.spb {
		display: block;
	}

	/* ヘッダーここから */
	#header {
		border-bottom: 0px;
	}

	#headerIn {
		width: 100%;
		max-width: 1140px;
		min-height: 50px;
		margin: 0 auto;
		position: relative;
	}

	.idxlogo {
		position: initial;
		padding: 0;
		text-align: center;
	}

	.idxlogo img {
		width: 40%;
		margin: 15px 0px 5px 0px;
	}

	.h1logo {
		position: initial;
		padding: 0;
		text-align: center;
	}

	.h1logo img {
		width: 40%;
		margin: 15px 0px 5px 0px;
	}

	.gnavi {
		display: none;
	}

	.navToggle {
		display: block;
		position: fixed;
		top: 0%;
		right: 0%;
		width: 55px;
		height: 50px;
		z-index: 1000000000;
	}

	.navToggleIn {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 30px;
		height: 25px;
	}

	.navToggle span {
		position: absolute;
		display: block;
		width: 30px;
		height: 3px;
		background: #231815;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.navToggle span:nth-of-type(2) {
		top: 11px;
		opacity: 1;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.navToggle span:last-of-type {
		top: 22px;
	}

	.navToggleon span:first-of-type {
		-webkit-transform: rotate(-45deg) translateY(6px) translateX(-7px);
		-ms-transform: rotate(-45deg) translateY(6px) translateX(-7px);
		transform: rotate(-45deg) translateY(6px) translateX(-7px);
	}

	.navToggleon span:nth-of-type(2) {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 0;
	}

	.navToggleon span:last-of-type {
		-webkit-transform: rotate(45deg) translateY(-9px) translateX(-9px);
		-ms-transform: rotate(45deg) translateY(-9px) translateX(-9px);
		transform: rotate(45deg) translateY(-9px) translateX(-9px);
	}

	.naviMenu {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 100000000;
	}

	.naviMenuIn {
		width: 95%;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		margin: auto;
		background: #efefef;
		z-index: 100;
		/*overflow-y: auto;*/
		font-family: "Roboto Slab", "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", serif;
		font-weight: 600;
		letter-spacing: 1px;
		max-height: calc( 100vh - 100px );
		overflow-y: scroll;
		
	}

	.naviMenuIn > ul {
		font-size: 0px;
	}

	.naviMenuIn ul > li {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0px 0px;
		padding: 0px 0px;
		border-left: none;
		border-bottom: dotted 1px #ffffff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 4.5vw;
		text-align: left;
	}

	.naviMenuIn ul > li:first-child {
		border-top: dotted 1px #ffffff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.naviMenuIn ul > li > a {
		display: block;
		width: 100%;
		padding: 12px 0px 10px 0px;
	}

	.naviMenuIn > ul > li a::after {
		display: none;
	}

	.naviMenuIn ul > li > p {
		display: block;
		width: 100%;
		padding: 12px 0px 10px 0px;
		background-image: url(../imgs/hopen.png);
		background-position: right 60px center;
		background-repeat: no-repeat;
		background-size: 20px auto;
	}

	.naviMenuIn ul > li > p > a {
		pointer-events: none;
	}

	.naviMenuIn ul > li > ul {
		background: #efefef;
		display: none;
	}

	/* dropdownここから */
	.naviMenuIn ul > li > ul {
		margin: 0;
		padding: 0px !important;
		font-size: 0px;
		height: auto;
	}

	.naviMenuIn ul > li > ul > li {
		display: block;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 4.5vw;
		background: #efefef;
		border-left: none;
		border-right: 0px;
		border-bottom: dotted 1px #ffffff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		line-height: 1.5;
	}

	.naviMenuIn ul > li > ul > li:first-child {
		border-top: dotted 1px #ffffff;
	}

	.naviMenuIn ul > li > ul > li:last-child {
		border-bottom: none;
	}

	.naviMenuIn ul > li > ul > li > a {
		display: block;
		width: 100%;
		padding: 7px 0px 7px 0px !important;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.naviMenuIn ul > li {
		position: relative;
		text-align: center;
	}

	.naviMenuIn ul > li .dropdown {
		position: static;
		top: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		visibility: visible;
	}

	.naviMenuIn ul > li.hover > .dropdown {
		top: 0;
		visibility: visible;
	}
	
	.sp_line {
		text-align: center;
		padding: 10px 0;
	}
	
	.sp_line_01 {
		padding: 0 35px;
	}
	
	.sp_line_02 {
		padding: 0 40px;
	}
	
	.sp_line img {
		width: 100%;
	}

	.naviMenuIn_contact {
		background: #ffffff;
		text-align: center;
		font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
		font-weight: 500;
		padding: 25px 0;
	}

	.naviMenuIn_contact div:first-child {
		font-size: 3.47vw;
		margin-bottom: 15px;
	}

	.naviMenuIn_contact div:nth-child(2) {
		font-size: 7vw;
		margin-bottom: 15px;
	}

	.naviMenuIn_contact div:last-child {
		font-size: 3.47vw;
		line-height: 20px;
	}

	.img_open {
		background-image: url( "../imgs/hclose.png" ) !important;
		background-position: right 60px center;
		background-repeat: no-repeat;
		background-size: 20px auto;
	}
	/* dropdownここまで */

	/* メインここから */
	#mainIn {
		width: 95%;
		max-width: 1200px;
		margin: 20px auto 30px auto;
	}

	#mainIn02 {
		width: 95%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#mainIn03 {
		padding-top: 5vw;
	}
	/* メインここまで */
	
	/* LINEオペレーターここから */
	.line_op {
		position: fixed;
		right: 10px;
		bottom: 15px;
		z-index: 9999;
	}

	.line_op img {
		width: 150px;
	}
	/* LINEオペレーターここまで */

	/* TOPに戻るここから */
	#totop {
		position: fixed;
		bottom: 10px;
		right: 10px;
		text-align: center;
		background: #ecc25d;
		border-radius: 10px;
		z-index: 9999;
	}

	#to_pagetop a {
		display: block;
		padding: 10px 14px;
		font-size: 0.6rem;
		color: #ffffff;
	}

	#to_pagetop .fa-arrow-up {
		display: block;
		margin-top: 3px;
		font-size: 2.6rem;
	}
	/* TOPに戻るここまで */

	/* フッターここから */
	#footer {
		background: #3e3a39;
	}

	#footer a {
		color: #b9b7b4;
	}

	#footerIn {
		display: none;
	}
	
	/* SP用フッターここから */
	.footerIn_sp {
		background: #ffffff;
		padding-bottom: 35px;
	}
	
	.footerIn_sp ul {
		width: 95%;
		margin: 0 auto;
		line-height: 2;
	}
	
	.footerIn_sp ul li a {
		color: #3d3a38 !important;
		font-weight: 600;
	}
	/* SP用フッターここまで */
	
	.copy {
		margin: 0 auto;
		padding: 12px 0;
		text-align: center;
		color: #b9b7b4;
		font-size: 3.125vw;

	}
	/* フッターここまで */
	
	
}
