@charset "UTF-8";

/* ダミー画像 */
.dummy_img {
	border: 1px solid #AAA;
	position: relative;
	background-color: #EDEDED;
	height: 200px;
	overflow: hidden;
	/* text-align: center; */
}
.dummy_img p {
	text-align: center;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	line-height: 1.5;
	width: 100%;
	background-color: #FFFFFFAA;
	z-index: 5;
	padding: 10px;
}
.dummy_img img {
	opacity: 0.75;
	min-height: 100%;
	min-width: 100%;
}


/* 共通初期化 */
body {
	font-family: 'Noto Sans JP', Helvetica, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}

.wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	width: 96%;
}

/* 動画：16：9 */
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}


/* 幅指定 */
.w25p {
	width:25%;
}
.w33p {
	width:33%;
}
.w50p {
	width:50%;
}
.w66p {
	width:66%;
}
.w75p {
	width:75%;
}
.w100p {
	width:100%;
}

/* 警告表示 */
.alert {
	color: red;
	display: none;
	font-size: 100%;
}

/* ポップアップ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup .popup-inner {
  position: absolute;
  left: 50%;
  top: 47.5%;
  transform: translate(-50%,-50%);
  width: 96%;
  max-width: 1000px;
	height: 87.5%;
	overflow-y: auto;
  background-color: #fff;
  z-index: 102;
  padding: 25px;
}
.popup .close-btn {
  position: absolute;
  text-align: right;
  padding: 15px 0;
	width: 96%;
	max-width: 1000px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  z-index: 103;
}
.popup .close-btn img {
  width: 5%;
  cursor: pointer;
}
.popup .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 101;
  cursor: pointer;
}

/* ヘッダー */
h1#header {
  padding: 10px 0;
  background-color: #253551;
  text-align: center;
  font-size: 0.75rem;
  color: #FFF;
	line-height: 1.5;
	position: fixed;
	z-index: 10;
	bottom: 0;
	width: 100%;
}

/* フッター */
footer {
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #253551;
  color: #FFF;
  z-index: 10;
}
footer .box {
  margin-bottom: 10px;
}

#h_logo {
	width: 30%;
	display: inline-block;
}

#h_icon {
	width: 67.5%;
	text-align: right;
	display: inline-block;
}
#h_icon li {
	display: inline-block;
  width: 10%;
  padding: 0 0 0 2.5%;
}

#h_copy {
  text-align: center;
  font-size: 0.75rem;
}

/* サイトナビ */
#popup_menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
#popup_menu li a {
  display: block;
  font-weight: 600;
}
#popup_menu li a b {
  font-size: 0.75rem;
}

/* アクセス */
#popup_access .tbl_A {
	margin-bottom: 25px;
}

/* 見出し基本形 */
h3,h4,h5,h6 {
  margin-bottom: 25px;
}
h3 b,h4 b,h5 b,h6 b {
	font-size: 0.75rem;
}

.h_A {
	padding: 10px;
	background-color: #2B9593;
  color: #FFF;
}

.h_B {
	display: inline-block;
	padding: 10px;
	color: #2B9593;
	border: 2px solid #2B9593;
	border-left: 10px solid;
	background-color: #FFF;
	text-decoration: none;
}

/* テーブル */
.tbl_A th {
	border-bottom: 1px solid #999;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	min-width: 20%;
	line-height: 1.5;
}
.tbl_A td {
	border-bottom: 1px solid #999;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}

/* お問い合わせ */
.contact_form .info {
	margin-bottom: 50px;
	line-height: 1.5;
}
.contact_form .button {
	text-align: center;
	margin-top: 50px;
}
.contact_form .inq {
	color: red;
	font-size: 0.75rem;
}

/* HOME */
#home1 {
	background-color: #434343;
}
#home1 .wrap {
  width: 100%;
}

#home2 {
	padding: 25px 0;
	background-color: #eee;
}
#home2 .box1 {
	max-height: 50vh;
	overflow-y: auto;
}

#home3 {
	padding: 50px 0 100px 0;
}
#home3 .text {
	line-height: 1.5;
}
#home3 .box1 {
	margin-top: 25px;
}
#home3 .box1 li {
	margin-bottom: 50px;
	/* background: linear-gradient(135deg, #FFF 25%, #FFF 30%, #ccffeb 70%, #ccffeb 100%); */
	background-position: top 2em;
	padding: 0 25px 25px 0;
}
#home3 .box1 li:last-child {
	margin-bottom: 0;
}
#home3 .box1 li .image {
	float: left;
	width: 36%;
}
#home3 .box1 li .inbox {
	float: right;
	/* margin-top: 4em; */
	width: 60%;
}
#home3 .box1 li .inbox p {
	line-height: 1.5;
}

#home4 {
	padding: 100px 0;
	background-color: #eee;
}
#home4 .box1 li {
	padding: 25px;
	background-color: #FFF;
	margin-bottom: 25px;
}
#home4 .box1 li .image {
	float: left;
	width: 36%;
}
#home4 .box1 li .inbox {
	float: right;
	width: 60%;
}
#home4 .box1 li .inbox p {
	line-height: 1.5;
}
#home4 .box1 li .inbox p b {
	font-size: 1.25rem;
	font-weight: bold;
}
#home4 .box1 li .inbox .tag {
	margin-top: 25px;
	text-align: left;
}
#home4 .box1 li .inbox .tag li {
	display: inline-block;
	padding: 5px;
	background-color: #333;
	color: #FFF;
	margin: 0 1% 5px 0;
}

/* プラン */
#home3 li h4 {
	clear: both;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 5px 15px;
	color: #2B9593;
	margin-top: 50px;
}
#home3 .plan {
	clear: both;
	background-color: #FFF;
	border-top: 2px solid #2B9593;
	margin-left: 25px;
	width: calc(100% - 25px);
}
#home3 .plan th {
	background-color: #2B9593;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding: 15px;
	text-align: center;
	line-height: 1.5;
}
#home3 .plan tr:last-child th {
	border-bottom: 2px solid #2B9593;
}
#home3 .plan tr th:nth-child(1) {
	width: 22.5%;
}
#home3 .plan tr th:nth-child(2) {
	width: 50%;
}
#home3 .plan td {
	border-bottom: 2px solid #2B9593;
	padding: 15px;
	line-height: 1.5;
}
#home3 .plan .summary {
	font-size: 0.8rem;
}
#home3 .plan .price {
	font-weight: bold;
	text-align: right;
}
#home3 .plan .price u {
	font-size: 0.75rem;
}
#home3 li .link {
	padding-top: 50px;
	text-align: center;
	clear: both;
}
#home3 li .link a {
	display: inline-block;
	background: linear-gradient(135deg, #ff7e21 25%, #ff7e21 30%, #ff4500 70%, #ff4500 100%);
	text-align: center;
	width: 50%;
	padding: 25px 0;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
}
