@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp02{font-family: 'Noto serif JP', sans-serif;} /* 明朝 */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Cormorant Garamond", serif;} /* 明朝 */
.en02{font-family: "Libre Caslon Display", serif;} /* 明朝　数字 */
.en03{font-family: "Literata", serif;} /* 明朝　印字 */

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_gray{background: #eee;}
.bg_aomidori{background: #009297;}

/* 文字色
-------------------------- */
.white{color:#fff}
.aomidori{color:#009297}

/* ----------------------------------------------------
  テキストリンク
---------------------------------------------------- */
.text01 a:link,
.text01 a:visited,
.text01 a:hover,
.text01 a:active{
  text-decoration:underline;
  color: #009297;
}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01:visited {
  color: #222 !important;
}
.btn01:hover,
.btn01:active {
  background: #ddd;
  letter-spacing: 3px;
  color: #222 !important;
  text-decoration: none !important;
}
.btn01 i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #222;
}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn_map
---------------------------------------------------- */
.btn_map {
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #009297;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn_map:visited {
  color: #fff !important;
}
.btn_map:hover,
.btn_map:active {
  background: #004648;
  letter-spacing: 3px;
  color: #fff !important;
  text-decoration: none !important;
}
.btn_map .fa-location-dot{
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_02{background: url("../images/h2_02.jpg") no-repeat scroll 50% 0% / cover;}
.h2_03{background: url("../images/h2_03.jpg") no-repeat scroll 50% 0% / cover;}
.h2_04{background: url("../images/h2_04.jpg") no-repeat scroll 50% 0% / cover;}
.h2_05{background: url("../images/h2_05.jpg") no-repeat scroll 50% 0% / cover;}

.h2_midasi_01_bgimg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
}
.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}
.h2_midasi_01{
	padding:40px 0 50px 0;
	text-align: center;
	color: #fff;
}
@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:170px 0 90px 75px; text-align: left;}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:180px 0 100px 75px;}}
@media print, screen and (min-width:1200px) {.h2_midasi_01{padding:200px 0 120px 75px;}}

.h2_midasi_01 p{
	font-size: 40px;
	line-height:50px;
	letter-spacing:2px;
  font-weight: 600;
	}
.h2_midasi_01 h2{
	font-size: 18px;
	letter-spacing:2px;
}
@media print, screen and (min-width: 768px) {
.h2_midasi_01 p{
	font-size: 55px;
	line-height:65px;
	letter-spacing:3px;  
	}
.h2_midasi_01 h2{
	font-size: 22px;
	letter-spacing:5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2_midasi_01 p{
	font-size: 65px;
	line-height:75px;
	}
.h2_midasi_01 h2{
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.h2_midasi_01 p{
	font-size: 75px;
	line-height:90px;
	}
}
@media print, screen and (min-width: 1400px) {
.h2_midasi_01 p{
	font-size: 90px;
	line-height:100px;
	}
}

/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 3px;
  margin-bottom: 20px;
	}
.midasi01 span{
	font-size: 55px;
	letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 20px;
	line-height: 36px;
  margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 65px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 20px;
	line-height: 38px;
	}  
.midasi01 span{
	font-size: 70px;
	}
}
@media print, screen and (min-width: 1400px) {
.midasi01{
	font-size: 22px;
	line-height: 43px;
  margin-bottom: 40px;
	}  
.midasi01 span{
	font-size: 80px;
	}
}

/* ----------------------------------------------------
    見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 40px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 16px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 20px;
  line-height: 35px;
	}
}
.midasi04 i{
  font-size: 7px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}

/* ----------------------------------------------------
    装飾用の数字
---------------------------------------------------- */
.sousyoku{
	font-size: 35px;
  line-height: 45px;  
	}
@media print, screen and (min-width: 768px) {
.sousyoku{
	font-size: 50px;
  line-height: 60px;
	}
}
@media print, screen and (min-width: 1400px) {
.sousyoku{
	font-size: 70px;
  line-height: 80px;
	}
}

/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
.midasi07 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .midasi07 {
    font-size: 23px;
    line-height: 43px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .midasi07 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1400px) {
  .midasi07 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 60px;
  }
}

.midasi07::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 70px;
  height:2px;
  background-color: #009297;
}
@media print, screen and (min-width: 768px) {
.midasi07::after {
    bottom: -18px;
  }
}

/* ----------------------------------------------------
  幅変更で縦長
---------------------------------------------------- */
.tatenaga_img_01 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (min-width: 768px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 4;
    overflow: hidden;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 992px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 3;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  .tatenaga_img_01 {
    aspect-ratio: 1.7 / 1.7;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1600px) {
  .tatenaga_img_01 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ----------------------------------------------------
  固定背景
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.bg_kotei_01{
	background: url("../images/bg_kotei_01.jpg");
  background-repeat: no-repeat;
  background-position: left -250px bottom -100px;
	}
}
@media print, screen and (min-width: 992px) {
.bg_kotei_01{
  background-attachment: fixed;  
  background-position: left -100px bottom 0;
	}
}
@media print, screen and (min-width: 1400px) {
.bg_kotei_01{
  background-position: left 0 bottom 0;
	}
}

/* ----------------------------------------------------
  固定背景
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.bg_kotei_02{
	background: url("../images/bg_kotei_02.jpg");
  background-repeat: no-repeat;
  background-position: right -150px bottom -150px;
	}
}
@media print, screen and (min-width: 992px) {
.bg_kotei_02{
  background-attachment: fixed;  
  background-position: right -100px bottom 0;
	}
}
@media print, screen and (min-width: 1400px) {
.bg_kotei_02{
  background-position: right 0 bottom 0;
	}
}

/* ----------------------------------------------------
  テキスト余白
---------------------------------------------------- */
.room_01{padding: 30px 0 20px 0; background: #fff; transition-duration: 300ms;}
@media print, screen and (min-width: 768px) {.room_01{padding: 80px 0}}
@media print, screen and (min-width: 992px) {.room_01{padding: 80px 0}}
@media print, screen and (min-width:1200px) {.room_01{padding: 100px 0}}
@media print, screen and (min-width:1400px) {.room_01{padding: 150px 0}}
@media print, screen and (min-width:1600px) {.room_01{padding: 170px 0}}

/* ----------------------------------------------------
  縦書き
---------------------------------------------------- */
/* 横書き（ipad中央配置対策）
---------------------------------------------------- */
.tategaki_wrap {
  display: flex;
  align-items: center; /* 上下中央配置 */
  justify-content: center; /* 左右中央配置 */  
  width: 100%;   /* grid内で横幅を認識 */
}

/* 中身のみ縦書き
---------------------------------------------------- */
.tategaki {
  writing-mode: vertical-rl;      /* 文字の流れを縦書きにする（右から左へ） */
  text-orientation: upright;      /* 文字を縦向きで表示（英数字も） */
  display: flex;                  /* 要素を縦方向に並べる */
  flex-direction: column;         /* 要素を縦方向に積む */
  gap: 20px;                      /* 要素同士の余白 */
  width: max-content;             /* 中身の内容分だけ幅を持たせるipad対策 */
}

/* 縦書き　文章
---------------------------------------------------- */
.tategaki_text {
  line-height: 40px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
.tategaki_text {
  line-height: 45px;
  margin-bottom: 40px;
  }
}


/* ----------------------------------------------------
  背景あり　左右文字配置　カプセル型
---------------------------------------------------- */
.bg_capsule{
	background: url("../images/bg_capsule.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.box_capsule_l{
  background: #009297;
  padding:30px 20px;  
}
@media print, screen and (min-width: 768px) {
.box_capsule_l{
  padding: 60px 40px;
  }
}
@media print, screen and (min-width: 992px) {
.box_capsule_l{
  background: linear-gradient( to right, rgba(0, 146, 151, 1) 80%, rgba(0, 146, 151, 0.85) 100%);  
  padding: 120px 10%;
  }
}

/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
/*　左右エリア
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_box{
    float:left;
    width: 50%;
    border-right: 1px solid #fff;
  }
  .contact_bottom_r_box{
    float:right;
    width: 50%;
  }
}

/*　小見出しタイトル
---------------------------------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 17px;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
.contact_bottom_title01{
  margin-bottom: 20px;
  }
}

/*　電話
---------------------------------------------------- */
.contact_bottom_tel{
	display:block;
	text-align:center;
	font-weight: normal;
  letter-spacing: 2px;
	}
@media only screen and (max-width: 767px) {
.contact_bottom_tel{
  font-size: 17px;
  padding: 20px 5px;
	color:#fff;
	background-color: #222;
	margin-bottom: 8px;
  border-radius: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel{
	font-size: 20px;
  margin-top: 10px;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel{
	font-size: 28px;
  margin-bottom: 10px;  
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel{
	font-size: 32px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.contact_bottom_tel i{
  font-size:　18px;
  margin:0 5px 0 0;
  color:#fff;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel i{
  font-size: 18px;
  margin:0 8px 5px 0;
  }
}

/*　fax
---------------------------------------------------- */
.contact_bottom_fax{
  text-align: center;
  font-size: 17px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
	}
@media print, screen and (min-width: 768px) {
.contact_bottom_fax{
	font-size: 20px;
  margin-bottom: 0;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_fax{
	font-size: 28px;
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_fax{
	font-size: 32px;
	}
}
.contact_bottom_fax span{
  letter-spacing: 0.1px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  left: -5px;
}

/*　メールボタン
---------------------------------------------------- */
.contact_bottom_mail {
  display: block;  
  padding: 15px 5px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_mail {
  display: inline-block;  
  font-size: 14px;
  width: 70%;
  padding: 7px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  font-size: 16px;
  padding: 15px 2px;  
  }
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_mail {
  padding: 20px 2px;  
  }
}

.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#fff;
  border: 1px solid #fff;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 1px solid #004648;
  background: #004648;
	text-decoration:none;
	}

/* ----------------------------------------------------
  name
---------------------------------------------------- */
.name{text-align: right;}
.name span{
  display: inline-block;
  margin-left: 10px;
  font-size: 26px;
}

/* ----------------------------------------------------
  フロー
---------------------------------------------------- */
.flow_box_01{
	position:relative;
	background: #fff;
	box-shadow: 0 0 7px 7px rgba(200,200,200,0.2);
	padding: 40px 20px 30px 20px;
	border-radius:0 10px 0 10px
}
@media print, screen and (min-width: 768px) {
  .flow_box_01{
    padding:60px 40px 40px 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .flow_box_01{
    padding:80px 60px 60px 60px;
  }
}

/* 番号
---------------------------------------------------- */
.flow_box_01 .bangou{
	position:absolute;
	top:-20px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff;
	background:#009297;
	padding:10px 10px 10px 10px;
	text-align:center;
	border-radius:0 10px 0 10px	
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 .bangou{
	top:-20px;
	left:-20px;
	width: 70px;
	height: 70px;
	font-size: 30px;
	padding: 18px 22px 20px 18px;
	}
}

/* 見出し
---------------------------------------------------- */
.flow_box_01 h3{
	font-size: 20px;
	margin-bottom: 10px;
	}
@media print, screen and (min-width: 768px) {
.flow_box_01 h3{
	font-size: 22px;
	margin-bottom: 15px;
	}
}

/* 電話番号
---------------------------------------------------- */
.tandoku_btn_tel{
	display: block;
  width: 100%;  
  padding: 15px 2px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	color:#fff; /* 文字色 */  
	background-color: #333; /* 背景色 */
	}
	
.tandoku_btn_tel a:link,
.tandoku_btn_tel a:visited,
.tandoku_btn_tel a:hover,
.tandoku_btn_tel a:active{color:#fff}
.tandoku_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.tandoku_btn_tel{
	display: inline-block;
  width: 100%;  
	padding: 12px 0 0 0;
	text-align: center;
	margin-bottom: 15px;
	font-size: 28px; /* 文字サイズ */
	color: #333; /* 文字色 */
	background-color:transparent;  
	}
.tandoku_btn_tel i{
  margin:0 5px 0 0;
  color:#ccc;
  }
}

@media print, screen and (min-width: 992px) {
.tandoku_btn_tel{
  font-size: 35px;
  margin-bottom: 0;
  }
.tandoku_btn_tel i{
  font-size: 25px;
  margin:0 8px 5px 0;
  }
}


/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 35%;
	padding:20px 0;
  border: solid #222;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
@media print, screen and (min-width: 768px) {
.table1 th{
	width: 25%;
	}
}

.table1 td{
	padding:20px 0 20px 20px;
  border: solid #ccc;
  border-width: 1px 0;
	display:table-cell;
  background: transparent;
  word-break: break-word;
	}
@media print, screen and (min-width: 1200px) {
.table1 td{
	padding:25px 0 25px 25px;
	}
}

@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#222;
	}
}

/* ----------------------------------------------------
  ★★★レイアウト（1:1）
---------------------------------------------------- */
.note_11 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;  
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11 {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11 {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .note_11 {
    gap: 80px;
  }
}

.note_11:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_11_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1199px以下で１：２、１：３　縦長画像）
---------------------------------------------------- */
.note_11_d {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_11_d {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_11_d {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_11_d {
    grid-template-columns: 1fr 1fr;
  }
}

.note_11_d:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_11_d_box {box-sizing: border-box;}


/* ----------------------------------------------------
  ★★★レイアウト（1:3）
---------------------------------------------------- */
.note_13 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_13 {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_13 {
    grid-template-columns: 1fr 2fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_13 {
    grid-template-columns: 1fr 3fr;
  }
}

.note_13:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_13_box {box-sizing: border-box;}



/* ----------------------------------------------------
  レイアウト（2:3）
---------------------------------------------------- */
.note_23 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_23 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .note_23 {
    grid-template-columns: 2fr 3fr;
    gap: 100px;    
  }
}

.note_23:last-child { margin-bottom: 0;}

/* 子要素
----------------------------- */
.note_23_box {box-sizing: border-box;}