@charset "utf-8";

/*タブレットとSP統一*/ 
@media screen and (max-width : 1023px) {
.sp{display: block;}
.pc{display: none;}
}
@media screen and (min-width : 1024px) {
.sp{display: none;}
.pc{display: block;}
}

/*Smartphone only call*/
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;}
}

/* box-sizing: border-box を全要素に適用 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;									
}

/* デフォルトのマージンを削除 */
body, h1, h2, h3, h4, p,figure, blockquote, dl, dd {
    margin: 0;
	font-size: 20px;
}

@media screen and (min-width : 1023px) {
	body, h1, h2, h3, h4, p,figure, blockquote, dl, dd {
		font-size: 22px;
	}
}

/* リストのスタイルを削除 */
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* bodyのデフォルトを設定 */
body {
	width: 100%;
	margin: auto;
    min-height: 100vh;
    line-height: 1.5;
    color: #78797B;
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
	overflow-wrap: anywhere;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1, h2, h3, h4,button, input, label {
    line-height: 1.1;
}

/*行ごとの文字数を自動調整*/
h1,h2,h3,h4,h5,h6 {
  text-wrap: balance;
}

a:hover img {
	opacity: 0.7;
	transition: .5s;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

a{
	text-decoration: underline;
	color: #4F7FB8;
}
a:hover{
	text-decoration: none;
}

/* 画像のレスポンシブ対応 */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/*共通利用*/
.mincho{
	font-family: "Shippori Mincho", serif;
}
.text_red{
	color: #ea1c28!important;
}
.position_right{
	text-align: right!important;
}
.position_center{
	text-align: center!important;
}
strong{
	font-weight: bold;
	color: #000;
}
.spacer{
	height: 50px;
}
@media screen and (min-width : 1024px) {
	.spacer{
		height: 50px;
	}
}

/*header*/
header{
	background: #00113C;
	position: relative;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.header__inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ハンバーガーボタン */
.hamburger {
    width: 18%;
    height: 31%;
	display: block;
	background: #fff;
	border: none;
	cursor: pointer;
	padding: 0px;
	z-index: 1001;
	position: absolute;
	right: 0;
	top: 116%;
	transform: translateY(-50%);
	text-align: -webkit-right;
}

.hamburger span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 7px 20px 7px 0;
	background: #797a7c;
	transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 5px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -4px);
}

/* ナビゲーション */
nav {
	position: absolute;
	top: 130%;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	font-family: "Shippori Mincho", serif;
}

nav.active {
	margin-top: 1px;
	opacity: 1;
	visibility: visible;
	/*  transform: translateY(0);*/
}

.gnav__list {
	margin-top: 2px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	background-color: #b1b2b6;
	border-top: none;
}

.gnav__list li {
	flex: none;
	border-bottom: 1px solid #4a4a4c;
}
.gnav__list li:first-child {
	flex: none;
	border-top: 1px solid #4a4a4c;
}

.gnav__list a {
	display: block;
	padding: 16px 20px;
	color: #434345;
	text-decoration: none;
	background-color: #e9e9eb;
	text-align: left;
	transition: background 0.3s ease;
	line-height: 1.6;
	font-size: 18px;
}

.gnav__list a:hover {
	background-color: #f5f5f5;
}

/* PC対応 */
@media (min-width: 769px) {
	.hamburger {
		display: none;
	}

	nav {
		width: 100%;
		margin: auto;
		position: relative;
		top: auto;
		opacity: 1;
		visibility: visible;
		transform: none;
		background-image: url(../-images/common/navi_bar.jpg);
		background-repeat: repeat-x;
		background-size: contain;
		background-color: transparent;
		background-position: bottom;
	}

	.gnav__list {
		max-width: 1200px;
		width: 100%;
		margin: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.gnav__list li {
		flex: 1;
		min-width: 0;
		border-left: 1px solid #f1f1f3;
		border-right: 1px solid #c8c8ca;
		border-bottom: none;
		border-top: none;

	}
	.gnav__list li:first-child {
		flex: 1;
		border-top: none;
		border-left: 1px solid #c8c8ca;
	}

	.gnav__list a {
		height: 60px;
		padding: 0px 10px;
		border-bottom: none;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: clamp(10px, 1.2vw, 14px) !important;
		background-image: url(../-images/common/navi_bar.jpg);
		background-repeat: repeat-x;
		background-size: contain;
		background-color: transparent;
		background-position: bottom;
	}

	.gnav__list a.stay {
		background-image: url(../-images/common/navi_bar_stay.jpg);
	}

	.gnav__list li:last-child a {
		border-right: none;
	}

	.gnav__list a:hover {
		background-image: url(../-images/common/navi_bar_stay.jpg);
		opacity: .8;
	}
}


/*main*/
main {
    margin-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (min-width : 768px) {
	main {
		margin-top: 90px;
	}
}
@media screen and (min-width : 1024px) {
	main {
		max-width: 1000px;
		width: 100%;
		margin: auto;
		margin-top: 100px;
	}
}

/*h1 title*/
.title{
	margin-bottom: 15%;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	background: #F4F5F7;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: justify;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.sub__title{
	margin-bottom: 10%;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}



/*text*/
.text{
	margin-bottom: 10%;
	color: #78797B;
	font-size: 20px;
	line-height: 2;
	text-align: justify;
}

@media screen and (min-width : 768px) {
	.title{
		margin-bottom: 5%;
	}
	.text{
		margin-bottom: 5%;
	}
}
@media screen and (min-width : 1024px) {
	/*h1 title*/
	.title{
		margin-bottom: 5%;
		font-size: 34px;
	}
	.sub__title{
		margin-top: 7%;
		margin-bottom: 4%;
		font-size: 40px;
		word-break: keep-all;
	}
	.text{
		margin-bottom: 4%;
		font-size: 22px;
	}
}


table {
  width: 100%;
  border-collapse: collapse;
}

table tr {
  display: block;
  margin-bottom: 1em;
}

table th,
table td {
	display: block;
	width: 100%;
	border: none;
	padding: 10px 20px;
	text-align: justify;
}

table th {
	background-color: #f4f5f7;
	font-weight: 500;
	color: #181818;
}

table td {
	background-color: transparent;
}

/* パソコン表示: 1024px以上 */
@media (min-width: 1024px) {
  table tr {
    display: table-row;
    margin-bottom: 0;
  }

  table th,
  table td {
    display: table-cell;
    width: auto;
    border: 1px solid #242527;
  }

  table th {
	  width: 35%;
	  text-align: center;
  }
}




/*scheduling*/
.scheduling{
	text-align: center;
}
.scheduling img{
	width: 100%;
}
@media screen and (min-width : 1024px) {
	.scheduling{
		width: 100%;
		margin-top: 10%;
	}
	.scheduling img{
		width: 100%;
		margin: auto;
	}
}



/*footer*/
footer{
	width: 100%;
	margin-top: 20%;
	padding: 60px 20px;
	background: #00113C;
	text-align: center;
}
footer small{
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width : 768px) {
	footer{
		margin-top: 10%;
	}
}
@media screen and (min-width : 1023px) {
	footer{
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding: 90px 40px;
	}
	footer small{
		font-size: 24px;
	}
}
