@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Yuji+Syuku&display=swap');
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #333333;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.txtMin{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
  a[href^="tel:"] {
    pointer-events: none;
  }
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 40px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}


header{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding:5px 1em 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header h1{
	font-size: 2.6em;
	letter-spacing: .2em;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.contact-h{
}
.tel-h{
	padding-left: 35px;
	font-size: 1.75em;
	letter-spacing: .1em;
	line-height: 2;
	background-image: url(img/tel.png);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: left center;
	display: block;
}
.mail-h{
	padding-left: 40px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .05em;
	background-image: url("img/mail.png");
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: left center;
	display: block;
}
.headerImg{
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.headerImg img{
	width: 100%;
	height: auto;
}
.headerTxt1, .headerTxt2{
	padding:.75em 1em;;
	background-color: white;
	font-size: 2em;
	font-weight: 800;
	letter-spacing: .05em;
	white-space: nowrap;
}
.headerTxt1{
	position: absolute;
	top:28%;
	left:50%;
	transform: translateX(-50%);
	z-index: 100;
}
.headerTxt2{
	position: absolute;
	top:55%;
	left:50%;
	transform: translateX(-50%);
	z-index: 200;
}

hgroup{
	max-width: 840px;
	width: 90%;
	margin: 70px auto 0;
	padding:0 0 0 1em;
}
hgroup h2{
	width: 10.5em;
	margin: 0 auto 55px;
	padding:0 0 .25em;
	font-size: 2.4em;
	font-weight: 800;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: solid 7px #97171d;
}
hgroup p{
	font-size: 1.1em;
	letter-spacing: .05em;
	line-height: 1.8;
}
.contactBox{
	max-width: 1000px;
	width: 90%;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-around;
}
.contact1{
	width: 45%;
	padding:30px 30px 25px 30px;
	border:1px solid #4d4d4d;
	border-radius: 20px;
}
.contact1 p{
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.contact1 .tel{
	width: fit-content;
	margin: 30px auto 0;
	padding: 5px 0 5px 37px;
	font-size: 2.2em;
	font-weight: 800;
	letter-spacing: .05em;
	background-image: url(img/tel.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
	display: block;
}
.contact1 .mail{
	width: fit-content;
	margin: 25px auto 0;
	padding: 5px 0 5px 40px;
	font-size: 1.6em;
	font-weight: 800;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
	display: block;
}
.contact2{
	width: 45%;
	padding:30px 20px 25px 20px;
	border:1px solid #4d4d4d;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact2 .form{
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color:#006cd8;
	display: block;
}
.contact2 .form:hover{
	opacity: .7;
	color:#97171d;
}
.contact2 .QR{
	width: 100px;
	height: auto;
}
footer{
	width: 100%;
	height: 850px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.footerInner{
	max-width: 1000px;
	width: 90%;
	margin: 70px auto 0;
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
}
.map{
	width: 50%;
}
.map iframe{
	width: 100%;
	height: 560px;
}
.overview{
	width: 47%;
	padding:1em;
	background: rgba(255,255,255,.7);
	box-shadow: 0px 0px 20px 20px rgba(255,255,255,.7);	
}
.overview1{
	width: 100%;
	margin: 0 0 20px 0;
}
.overview2{
	width: 100%;
	margin: 0 0 0 0;
}
.line{
	display: none;
}
.overview h1{
	margin-bottom: 15px;
	font-size: 1.8em;
	letter-spacing: .2em;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.overview p{
	margin: 0 0 0 16px;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .05em;
}
.overview1 ul{
	margin: 10px 0 25px 16px;
}
.overview2 ul{
	margin: 10px 0 0 16px;
}
.overview1 li,
.overview2 li{
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: .05em;
}
.overview li span{
	width: 4.5em;
	margin-right: 1em;
	display: inline-block;
}
.mail-f a, .URL-f a{
	opacity: .7;
	color:#006cd8;
}
.overview2 a:hover{
	opacity: .9;
	border-bottom: 1px solid #3B9DFF;
}
@media screen and (max-width:1024px) {
.headerTxt1, .headerTxt2{
	padding:.5em .7em .35em;
	background-color: white;
	font-size: 1.8em;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .05em;
	white-space:normal;
}
.headerTxt1{
	width: 20em;
	position: absolute;
	top:23%;
	left:50%;
	transform: translateX(-50%);
	z-index: 100;
}
.headerTxt2{
	width: 17em;
	position: absolute;
	top:58%;
	left:50%;
	transform: translateX(-50%);
	z-index: 200;
}
hgroup h2{
	width: 10.5em;
	margin: 0 auto 55px;
	padding:0 0 .25em;
	font-size: 2.2em;
	font-weight: 800;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: solid 7px #97171d;
}
.contactBox{
	max-width: 1000px;
	width: 94%;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-around;
}
.contact1{
	width: 47%;
	padding:25px 15px 15px 15px;
	border:1px solid #4d4d4d;
	border-radius: 20px;
}
.contact1 p{
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.contact1 .tel{
	width: fit-content;
	margin: 30px auto 0;
	padding: 5px 0 5px 37px;
	font-size: 1.8em;
	font-weight: 800;
	letter-spacing: .04em;
	background-image: url(img/tel.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
	display: block;
}
.contact1 .mail{
	width: fit-content;
	margin: 25px auto 0;
	padding: 5px 0 5px 40px;
	font-size: 1.3em;
	font-weight: 800;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
	display: block;
}
.contact2{
	width: 46%;
	padding:25px 15px 15px 15px;
	border:1px solid #4d4d4d;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact2 .form{
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color:#006cd8;
}
.contact2 .QR{
	width: 100px;
	height: auto;
}
footer{
	width: 100%;
	height: 700px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:contain;
}
.footerInner{
	max-width: 1000px;
	width: 90%;
	margin: 70px auto 0;
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	flex-direction: column;
}
.map{
	width: 100%;
}
.map iframe{
	width: 100%;
	height: 270px;
}
.overview{
	width: 93%;
	margin: 40px auto 0;
	padding:.5em;
	background: rgba(255,255,255,.7);
	box-shadow: 0px 0px 20px 20px rgba(255,255,255,.7);	
	display: flex;
	justify-content: space-around;
}
.overview1{
	width: 47%;
	margin: 0 0 0 0;
}
.overview2{
	width: 48%;
	margin: 0 0 0 0;
}
.overview h1{
	margin-bottom: 15px;
	font-size: 1.45em;
	letter-spacing: .15em;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.overview p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .05em;
}
.overview1 ul{
	margin: 10px 0 0 16px;
}
.overview2 ul{
	margin: 10px 0 0 16px;
}

.overview1 li,
.overview2 li{
	font-size: .9em;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .05em;
}
.overview li span{
	width: 4.5em;
	margin-right: 1em;
	display: inline-block;
}	
}

@media screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

header{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding:2px 1em 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
header h1{
	font-size: 1.2em;
	letter-spacing: .2em;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}
.contact-h{
	display: none;
}
.headerImg{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.headerImg img{
	width: auto;
	height: 230px;
}
.headerTxt1, .headerTxt2{
	padding:.25em .15em .15em;
	background-color: rgba(255,255,255,.9);
	font-size: 1.15em;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .05em;
	white-space:normal;
}
.headerTxt1{
	width: 16em;
	position: absolute;
	top:20%;
	left:50%;
	transform: translateX(-50%);
	z-index: 100;
}
.headerTxt2{
	width: 15em;
	position: absolute;
	top:57%;
	left:50%;
	transform: translateX(-50%);
	z-index: 200;
}
hgroup{
	max-width: 840px;
	width: 96%;
	margin: 40px auto 0;
	padding:0 0 0 1em;
}
hgroup h2{
	width: 11em;
	margin: 0 auto 35px;
	padding:0 0 .25em;
	font-size: 1.6em;
	font-weight: 800;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: solid 7px #97171d;
}
hgroup p{
	font-size: 1.1em;
	letter-spacing: .05em;
	line-height: 1.75;
}
.contactBox{
	max-width: 1000px;
	width: 95%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	gap:20px;
}
.contact1{
	width: 100%;
	padding:25px 10px 15px 10px;
	border:1px solid #4d4d4d;
	border-radius: 20px;
}
.contact1 p{
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.contact1 .tel{
	width: fit-content;
	margin: 25px auto 0;
	padding: 5px 0 5px 37px;
	font-size: 1.7em;
	font-weight: 800;
	letter-spacing: .04em;
	background-image: url(img/tel.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
	display: block;
}
.contact1 .mail{
	width: fit-content;
	margin: 25px auto 0;
	padding: 5px 0 5px 40px;
	font-size: 1.2em;
	font-weight: 800;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
	display: block;
}
.contact2{
	width: 100%;
	padding:25px 10px 15px 10px;
	border:1px solid #4d4d4d;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact2 .form{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color:#006cd8;
}
.contact2 .QR{
	width: 100px;
	height: auto;
}
footer{
	width: 100%;
	height: 770px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.footerInner{
	max-width: 1000px;
	width: 90%;
	margin: 50px auto 0;
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	flex-direction: column;
}
.overview{
	width: 95%;
	margin: 20px auto 0;
	padding:0;
	background: rgba(255,255,255,.7);
	box-shadow: 0px 0px 20px 20px rgba(255,255,255,.7);	
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.overview h1{
	margin-bottom: 10px;
	font-size: 1.3em;
	letter-spacing: .1em;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
	text-align: center;
}
.overview p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .05em;
	text-align: left;
}
.overview1{
	width: 100%;
	margin: 0 0 15px 0;
}
.overview2{
	width: 100%;
	margin: 0 0 10px 0;
}
.line{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	object-fit: cover;
	display: block;
}	
.overview1 ul,
.overview2 ul{
	margin: 5px 0 0 16px;
}

.overview li{
	font-size: .9em;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}
.overview li span{
	width: 4em;
	margin-right: 1em;
	display: inline-block;
}
}