@charset "utf-8";
*{
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
  line-height: 24px;
	font-weight: 400;
	color:#2b2b2b;
}
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold

*/
a[href^="tel:"] {
  pointer-events: none;
}
body{
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}
img{
	pointer-events: none;
}
#wrap{
	width:100%;
	overflow: hidden;
}
main{
	width:100%;
}
#header{
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 100;
}
#header h1{
	position: absolute;
	top:30px;
	left: 24px;
	width: 324px;
	height: 40px;
}
#header h1 a{
	display: block;
}
#header h1 a img{
	width: 100%;
}
#menu{
	position: absolute;
	right:0px;
}
#btn_menu{
	display: none;
}
#menu_area{
	display: block;
}
#menu_area nav ul{
	display: flex;
}
#menu_area nav ul li{
	position: relative;
	height: auto;
}
#menu_area nav ul li a{
	display: block;
	width: 100%;
	padding:0 1.5rem 0;
	font-size:18px;
	font-weight: 700;
	line-height: 100px;
	color: #00008B;
	text-decoration: none;
}
#menu_area nav ul li:nth-child(1)::after,
#menu_area nav ul li:nth-child(2)::after,
#menu_area nav ul li:nth-child(3)::after,
#menu_area nav ul li:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left:50%;
	transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  background-color: #00008B;
  width: 0; /* 初期状態は幅 0 */
  height: 2px;
  transition: width 0.3s ease; /* 幅のアニメーション */
}

#menu_area nav ul li:hover::after {
  width: calc(100% - 2rem); /* ホバー時に幅を拡大 */
}
.different{
	width: 170px;
}
.different a{
	display: block;
	width: 100%;
	padding:0 2rem 0!important;
	background-color: #00008B;
	color: #FFF!important;
	font-size:18px;
	line-height: 100px;
	text-decoration: none;
}
.different a:hover{
	color: #00008B!important;
	background-color: #FFD700;
}
/* footer */
#footer{
	position: relative;
	background-color: #00008B;
	width: 100%;
	height: 340px;
	padding-bottom: 60px;
}
#site_data{
	margin:60px 0 0px 30px;
	text-align: left;
}
#site_data h3{
	display: block;
	width: 256px;
	height: 32px;
}
#site_data h3 img{
	width: 100%;
}
#site_data address{
	margin: 30px 0 0;
	font-style: normal;
	font-size:16px;
	line-height: 24px;
	color: #FFF;
}
#site_data p{
	margin:15px 0 0;
	font-size:20px;
	line-height: 24px;
	color: #FFF;
}
#site_data p{
	margin-top: 15px;
	font-size:16px;
	line-height: 24px;
	color: #FFF;
}
#site_data ul{
	display: block!important;
	margin: 18px auto 0 !important;
	padding-top: 0!important;
}
#site_data ul li{
	margin:0 0rem 0 !important;
	font-size:20px !important;
	line-height: 26px !important;
	color: #FFF!important;
}
#site_data ul li a{
	display: block;
	font-size:16px !important;
	line-height: 26px !important;
	color: #FFF!important;
	text-decoration: none;
	cursor: pointer;
}
#site_data ul li a:hover{
	color:#0000CD;
}
#footer ul{
	display: flex;
	margin:0 auto 0;
	padding-top: 60px;
	justify-content: left;
}
#footer ul li{
	margin:0 1rem 0;
	font-size:18px;
	line-height: 22px;
}
#footer ul li:first-child{
	margin:0 30px 0;
}
#footer ul li a{
	text-decoration: none;
	font-size:18px;
	line-height: 18px;
	color: #FFF;
}
#footer ul li a:hover{
	text-decoration: underline;
	text-underline-offset: 0.25em;  /* ← ここで間隔を広げる（pxでもOK） */
  text-decoration-thickness: 2px; /* お好みで太さも調整 */
	text-decoration-color: #FFF;
}
small{
	position: absolute;
	right:30px;
	bottom: 90px;
	clear: both;
	display: block;
	color:#FFF;
	font-size:14px;
	line-height: 1em;
}
#pagetop{
	position: fixed;
	right:10px;
	bottom:10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#pagetop img{
	width: 100%;
}
#pankuzu{
	position: relative;
	background-color: #FFF;
	width: 100%;
	height: 42px;
}
#pankuzu ul{
	display: flex;
	position: absolute;
	bottom:10px;
	left:55px;
}
#pankuzu ul li{
	position: relative;
	padding:0 62px 0 0;
	color:#000;
	font-size:16px;
	line-height: 19px;
}
#pankuzu ul li:first-child::before{
	content: '';
	position: absolute;
	top: 1px;
	left: -24px;
	background: url(../images/home.svg)no-repeat;
	background-size: cover;
	width: 14px;
	height: 16px;
}
#pankuzu ul li a{
	display: block;
	position: relative;
	color:#000;
	font-size:16px;
	line-height: 19px;
	text-decoration: none;
}
#pankuzu ul li a:hover{
	text-decoration:underline;
}
#pankuzu ul li a::after{
	content: "|";
	position: absolute;
	top: 0px;
	right:-33px;
	font-size: 14px;
	line-height: 16px;
}
/* enquiry */
#enquiry{
  background-image: url(../images/enquiry_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
	overflow: auto;
}
.cont_enquiry{
	position: relative;
  width: 904px;
  margin: 160px auto 160px;
	padding: 70px 60px 60px;
  background-color: rgba(255, 255, 255, 0.9);
}
.cont_enquiry::before{
	content: '';
  position: absolute;
  top: 30px;
  right: 40px;
  background: url(../images/contact.png)no-repeat;
  background-size: cover;
  width: 270px;
  height: 67px;
}
.cont_enquiry h3{
	position: relative;
	padding-left: 46px;
  font-size: 36px;
  line-height: 43px;
  text-align: left;
  font-weight: 700;
	color: #00008B;
}
.cont_enquiry h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  background-color: #2F3A8F;
  width: 36px;
  height: 2px;
}
.cont_enquiry p{
	margin: 30px 0 40px;
  font-size: 18px;
  line-height: 1.5em;
	text-align: left;
	color: #222222;
}
.enquiry_float{
	width: 100%;
	display: flex;
	gap:30px;
}
#enquiry_btn{
	position: relative;
  border: 2px solid #00008B;
  background-color:#00008B;
  width: 433px;
  height: 96px;
}
#enquiry_btn a{
  display: block;
  color:#FFF;
  width: 433px;
  font-size: 24px;
  font-weight: 700;
  line-height: 96px;
  text-align: center;
  text-decoration: none;
}
#enquiry_btn:hover{
  background-color:#FFD700;
  border: 2px solid #FFD700;
}
#enquiry_btn02{
	position: relative;
  border: 2px solid #00008B;
  background-color:#00008B;
  width: 433px;
  height: 96px;
}
#enquiry_btn02 a{
  display: block;
	padding-bottom: 6px;
  color:#FFF;
  width: 433px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#enquiry_btn02 a span{
  display: block;
	margin-top: -20px;
  color:#FFF;
  width: 433px;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
#enquiry_btn02:hover{
  background-color:#FFD700;
  border: 2px solid #FFD700;
}



	@media screen and (max-width: 1200px) and (min-width: 768px) {
  body {
    overflow-x: visible ;
    width: 100%;
  }
  #wrap, main {
    min-width: 1366px;
  }
}



@media (max-width: 767px){
	a[href^="tel:"] {
    pointer-events:auto;
  }
	body{
		background-color: #FFF;
		-webkit-text-size-adjust: 100%;
		overflow: auto;
	}
	img{
		pointer-events:auto;
	}
	#wrap{
		width:100%;
		overflow: hidden;
	}
	main{
		width:100%;
	}
	#header{
		position: fixed;
		background-color: #FFF;
		width: 100%;
		height: 65px;
		z-index: 100;
	}
	#header h1{
		position: absolute;
		top:20px;
		left: 13px;
		width: 216px;
		height: 28px;
		z-index: 120;
	}
	#header h1 a{
		display: block;
	}
	#header h1 a img{
		width: 100%;
	}
	#menu{
		position: relative;
		top:0px;
		right:0px;
		z-index: 110;
		width: 100%;
		height: 65px;
	}
	#btn_menu{
		display: block;
		position: absolute;
		top:8px;
		right:6px;
		padding:8px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 110;
	}
	#btn_menu img{
		width: 100%;
	}
	#menu_area{
		display: none;
		position: absolute;
		top:60px;
		left:0;
		background-color: #FFF;
		width: 100vw;
		height: 100vh;
	}
	#menu_area nav ul{
		display: block;
		margin:10px 10px 0;
		width: calc(100% - 20px);
	}
	#menu_area nav ul li{
		padding:0 0rem 0;
		border-top:1px solid #ccc;
		height: 58px;
	}
	#menu_area nav ul li:last-child{
		border-bottom:1px solid #ccc;
	}
	#menu_area nav ul li a{
		display: block;
		width: auto;
		font-size:18px;
		line-height: 58px;
		text-decoration: none;
	}
	#menu_area nav ul li,
	.different:hover{
		background-color:#fff;
	}
	#menu_area nav ul li:nth-child(1)::after,
	#menu_area nav ul li:nth-child(2)::after,
	#menu_area nav ul li:nth-child(3)::after,
	#menu_area nav ul li:nth-child(4)::after,
	#menu_area nav ul li:nth-child(5)::after {
		content: "";
		position: absolute;
		bottom: 0;
		left:50%;
		transform:translateX(-50%);
		-webkit- transform:translateX(-50%);
		background-color: #00008B;
		width: 0; /* 初期状態は幅 0 */
		height: 2px;
		transition: width 0.3s ease; /* 幅のアニメーション */
	}

	#menu_area nav ul li:hover::after {
		width: calc(100% - 2rem); /* ホバー時に幅を拡大 */
	}
	.different{
		width: auto;
	}
	.different a{
		display: block;
		width: 100%;
		padding:0 1.5rem 0!important;
		background-color: #FFF;
		color: #00008B!important;
		font-size:18px;
		line-height: 58px;
		text-decoration: none;
	}
	.different:hover{
		background-color: #FFF;
	}
	.different a:hover{
		background-color: #FFF;
		color: #00008B;
	}
	/* footer */
	#footer{
		width: 100%;
		height: auto;
		min-height: auto;
		padding-bottom: 0px;
	}
	#site_data{
		margin:67px auto 0;
		padding:0 0 50px;
		width: calc(100% - 20px);
		text-align: left;
	}
	#site_data h3{
		display: block;
		margin: 0 0 0;
		width: 192px;
		height: 24px;
	}
	#site_data h3 img{
		width: 100%;
	}
	#site_data address{
		margin: 30px 0 0;
		font-style: normal;
		font-size:16px;
		line-height: 19px;
		color: #FFF;
	}
	#site_data p{
		margin:12px 0 0;
		font-size:16px;
	line-height: 1.5em;
	}
	#site_data ul{
		display: block !important;
		margin:12px 0 0 !important;
		padding-top: 0;
		width: 100%;
		justify-content: center;
	}
	#site_data ul li{
		margin:0 0rem 0 !important;
		border:0 !important;
		font-size:14px !important;
		line-height: 14px !important;
	}
	#site_data ul li a{
		display: block;
		color:#2b2b2b;
		font-size:18px !important;
		line-height: 14px !important;
		text-decoration: none;
		cursor: pointer;
		text-align: left!important;
	}
	#site_data ul li a:hover{
		color:#0000CD;
	}
	#footer ul{
		display: block;
		margin:0px auto 0;
		width: 100%;
		justify-content: center;
	}
	#footer ul li{
		padding:0em 0;
		border-top:1px solid #FFF;
	}
	#footer ul li:nth-last-of-type(1){
		border-bottom:1px solid #FFF;
	}
	#footer ul li:nth-of-type(1){
		border-top:1px solid #FFF;
	}
	#footer ul li:first-child {
    margin: 0 1em 0;
}
	#footer ul li a{
		display: block;
		font-size:16px;
		line-height: 80px;
		text-decoration: none;
		text-align: center;
	}
	#footer ul li a:hover{
		text-decoration: underline;
		text-underline-offset: 0.25em;  /* ← ここで間隔を広げる（pxでもOK） */
	  text-decoration-thickness: 2px; /* お好みで太さも調整 */
		text-decoration-color: #FFA500;
	}
	small{
		position: static;
    right: 30px;
    bottom: 0px;
		clear: both;
		display: block;
		width: 100%;
		height: 70px;
		color:#FFF;
		font-size:14px;
		line-height: 60px;
		text-align: center;
	}
	#pagetop{
		display: none;
		position: fixed;
		right:10px;
		bottom:10px;
		width: 50px;
		height: 50px;
	}
	#pagetop img{
		width: 100%;
	}
	#pankuzu{
		position: relative;
		background-color: #FFF;
		width: 100%;
		height: 30px;
	}
	#pankuzu ul{
		display: flex;
		position: absolute;
		bottom:8px;
		left:40px;
	}
	#pankuzu ul li{
		padding:0 2em 0 0;
		color:#000;
		font-size:14px;
		line-height: 14px;
	}
	#pankuzu ul li:first-child::before{
		content: '';
		position: absolute;
		top: -1px;
		left: -24px;
		background: url(../images/home.svg)no-repeat;
		background-size: cover;
		width: 14px;
		height: 16px;
	}
	#pankuzu ul li a{
		display: block;
		position: relative;
		color:#000;
		font-size:14px;
		line-height: 14px;
		text-decoration: none;
	}
	#pankuzu ul li a:hover{
		padding-bottom: 5px;
		text-decoration:underline;
		text-decoration-color: #FFA500;
	}
#pankuzu ul li a::after{
	content: "|";
	position: absolute;
	top: 0px;
	right:-16px;
	font-size: 12px;
	line-height: 14px;
}
	/* enquiry */
	#enquiry{
	  background-image: url(../images/enquiry_bg.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 100%;
	  height: auto;
		overflow: auto;
	}
	.cont_enquiry{
		position: relative;
	  width: calc(100% - 40px);
	  margin: 120px auto 120px;
		padding: 70px 10px 10px;
	  background-color: rgba(255, 255, 255, 0.9);
	}
	.cont_enquiry::before{
		content: '';
	  position: absolute;
	  top: 20px;
	  right: auto;
		left: 15px;
	  background: url(../images/contact.png)no-repeat;
	  background-size: cover;
	  width: 135px;
	  height: 33px;
	}
	.cont_enquiry h3{
		position: relative;
		padding-left: 23px;
	  font-size: 24px;
	  line-height: 1em;
	  text-align: left;
	  font-weight: 700;
		color: #00008B;
	}
	.cont_enquiry h3::before{
	  content: '';
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform:translateY(-50%);
	  background-color: #2F3A8F;
	  width: 18px;
	  height: 2px;
	}
	.cont_enquiry p{
		margin: 30px 0 30px;
	  font-size: 14px;
	  line-height: 1.5em;
		text-align: left;
		color: #222222;
	}
	.enquiry_float{
		width: 100%;
		display: block;
		gap:0px;
	}
	#enquiry_btn{
		position: relative;
	  border: 2px solid #00008B;
	  background-color:#00008B;
	  width: 100%;
	  height: 96px;
		margin-bottom: 30px;
	}
	#enquiry_btn a{
	  display: block;
	  color:#FFF;
	  width: 100%;
	  font-size: 18px;
	  font-weight: 700;
	  line-height: 96px;
	  text-align: center;
	  text-decoration: none;
	}
	#enquiry_btn:hover{
	  background-color:#FFD700;
	  border: 2px solid #FFD700;
	}
	#enquiry_btn02{
		position: relative;
	  border: 2px solid #00008B;
	  background-color:#00008B;
	  width: 100%;
	  height: 96px;
	}
	#enquiry_btn02 a{
	  display: block;
		padding-bottom: 6px;
	  color:#FFF;
	  width: 100%;
	  font-size: 16px;
	  font-weight: 700;
	  line-height: 60px;
	  text-align: center;
	  text-decoration: none;
	}
	#enquiry_btn02 a span{
	  display: block;
		margin-top: -20px;
	  color:#FFF;
	  width: 100%;
	  font-size: 28px;
	  font-weight: 700;
	  line-height: 50px;
	  text-align: center;
	  text-decoration: none;
	}
	#enquiry_btn02:hover{
	  background-color:#FFD700;
	  border: 2px solid #FFD700;
	}

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



}
