@charset "utf-8";
/* CSS Document */

/* reset
================================================== *
/* 
html5doctor.com Reset Stylesheet

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.8em;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
button{background-color: transparent;border: none;cursor: pointer;outline: none;padding: 0; appearance: none;}



/* reset end---------------------------------------
================================================== *
/* 


/*==========================================================
__common
==========================================================*/


*{
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
	color: #000;
	text-decoration: none;
}





/*==========================================================
__グローバルメニュー
==========================================================*/
@media (min-width: 767px){
/* -------------------- ヘッダー全体 -------------------- */
header {}
header .container {
    background-color: #fff;
    padding: 25px 15px;
}

/* -------------------- ボックスとナビゲーション -------------------- */
header .container .header_box {}
header .container .header_box .header_nav {
    background-color: #fff;
}
header .container .header_box .header_nav ul {
    display: flex;
    justify-content: end;
    gap: 19px;
}

/* -------------------- リストアイテムとリンク -------------------- */
header .container .header_box .header_nav ul li {}
header .container .header_box .header_nav ul li a {}
.header_nav ul li {
  opacity: 0;
  transform: translateY(-10px);
  animation: menuFadeIn 0.8s ease forwards;
}

/* 順番にずらして表示 */
.header_nav ul li:nth-child(1) { animation-delay: 0.1s; }
.header_nav ul li:nth-child(2) { animation-delay: 0.2s; }
.header_nav ul li:nth-child(3) { animation-delay: 0.3s; }
.header_nav ul li:nth-child(4) { animation-delay: 0.4s; }
.header_nav ul li:nth-child(5) { animation-delay: 0.5s; }
.header_nav ul li:nth-child(6) { animation-delay: 0.6s; }
.header_nav ul li:nth-child(7) { animation-delay: 0.7s; }

@keyframes menuFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
}
@media (min-width: 991px){
/* -------------------- ヘッダー全体 -------------------- */
header {}
header .container {
    background-color: #fff;
    padding: 25px 60px;
}

/* -------------------- ボックスとナビゲーション -------------------- */
header .container .header_box {}
header .container .header_box .header_nav {
    background-color: #fff;
}
header .container .header_box .header_nav ul {
    display: flex;
    justify-content: end;
    gap: 35px;
}

/* -------------------- リストアイテムとリンク -------------------- */
header .container .header_box .header_nav ul li {}
header .container .header_box .header_nav ul li a {}
}
@media (min-width: 1200px){
/* -------------------- ヘッダー全体 -------------------- */
header {}
header .container {
    background-color: #fff;
    padding: 30px 60px;
}

/* -------------------- ボックスとナビゲーション -------------------- */
header .container .header_box {}
header .container .header_box .header_nav {
    background-color: #fff;
}
header .container .header_box .header_nav ul {
    display: flex;
    justify-content: end;
    gap: 40px;
}

/* -------------------- リストアイテムとリンク -------------------- */
header .container .header_box .header_nav ul li {}
header .container .header_box .header_nav ul li a {
    font-size: 1.1rem;
}
}



/* ===== フッター全体 ===== */
.site-footer {
  background: #6fa6b2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden;
}

/* ===== 内側レイアウト ===== */
.footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 50px;
  padding: 0 15px 50px;
  box-sizing: border-box;
  flex-direction: column-reverse;
}

/* 左右区切り線（中央よりやや左） */
.footer-inner::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 23%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

/* ===== 左カラム ===== */
.footer-left {
  width: 100%;
  text-align: left;
}

.footer-left h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-left .company {
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.footer-left .address {
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-left .tel {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* ===== 右カラム ===== */
.footer-right {
  width: 100%;
}

/* 上段ナビ */
.footer-nav {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  flex-wrap: wrap;
  gap: 12px 29px;
  grid-template-columns: repeat(2, 1fr);
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s;
}

.footer-nav li a:hover {
  opacity: 0.7;
}

/* 下段サブリンク */
.footer-subnav {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px #fff solid;
}

.footer-subnav li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-subnav li a:hover {
  opacity: 1;
}

/* ===== コピーライト ===== */
.footer-bottom {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}


@media (min-width: 767px){
	/* ===== フッター全体 ===== */
.site-footer {
  background: #6fa6b2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 45px 0 60px;
  position: relative;
  overflow: hidden;
}

/* ===== 内側レイアウト ===== */
.footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 50px;
}

/* 左右区切り線（中央よりやや左） */
.footer-inner::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 23%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

/* ===== 左カラム ===== */
.footer-left {
  /* width: 20%; */
  text-align: left;
}

.footer-left h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-left .company {
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.footer-left .address {
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-left .tel {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* ===== 右カラム ===== */
.footer-right {
  /* width: 73%; */
}

/* 上段ナビ */
.footer-nav {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 38px;
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s;
}

.footer-nav li a:hover {
  opacity: 0.7;
}

/* 下段サブリンク */
.footer-subnav {
  list-style: none;
  display: flex;
  gap: 32px;
  /* margin: 0; */
  /* padding: 0; */
}

.footer-subnav li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-subnav li a:hover {
  opacity: 1;
}

/* ===== コピーライト ===== */
.footer-bottom {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}
}


@media (min-width: 991px){
	/* ===== フッター全体 ===== */
.site-footer {
  background: #6fa6b2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

/* ===== 内側レイアウト ===== */
.footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 50px;
  flex-direction: inherit;
}

/* 左右区切り線（中央よりやや左） */
.footer-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 29%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

/* ===== 左カラム ===== */
.footer-left {
  width: 26%;
  text-align: left;
}

.footer-left h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-left .company {
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.footer-left .address {
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-left .tel {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* ===== 右カラム ===== */
.footer-right {
  width: 67%;
}

/* 上段ナビ */
.footer-nav {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 38px;
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s;
}

.footer-nav li a:hover {
  opacity: 0.7;
}

/* 下段サブリンク */
.footer-subnav {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.footer-subnav li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-subnav li a:hover {
  opacity: 1;
}

/* ===== コピーライト ===== */
.footer-bottom {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}
}

@media (min-width: 1200px){
	/* ===== フッター全体 ===== */
.site-footer {
  background: #6fa6b2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

/* ===== 内側レイアウト ===== */
.footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 50px;
  padding: 0;
}

/* 左右区切り線（中央よりやや左） */
.footer-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 23%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

/* ===== 左カラム ===== */
.footer-left {
  width: 20%;
  text-align: left;
}

.footer-left h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-left .company {
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.footer-left .address {
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-left .tel {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* ===== 右カラム ===== */
.footer-right {
  width: 73%;
}

/* 上段ナビ */
.footer-nav {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 38px;
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s;
}

.footer-nav li a:hover {
  opacity: 0.7;
}

/* 下段サブリンク */
.footer-subnav {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.footer-subnav li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-subnav li a:hover {
  opacity: 1;
}

/* ===== コピーライト ===== */
.footer-bottom {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}
}


/* ==========================================================
   temaraku hamburger menu design（白背景＋アニメ対応）
   ========================================================== */

/* ハンバーガーボタン */
.menu__hamburger__button {
  position: fixed;
  top: 20px;
  /* right: 20px; */
  z-index: 10001;
  left: 20px;
}

.menu__hamburger {
  width: 35px;
  height: 25px;
  cursor: pointer;
  position: relative;
}

.menu__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.menu__line:nth-child(1) { top: 0; }
.menu__line:nth-child(2) { top: 11px; }
.menu__line:nth-child(3) { bottom: 0; }

/* 開いた時のアニメーション */
.menu__hamburger.active .menu__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.menu__hamburger.active .menu__line:nth-child(2) {
  opacity: 0;
}
.menu__hamburger.active .menu__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* メニュー全体 */
.hamburger__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  color: #333;
  z-index: 10000;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.45s ease;
  box-shadow: -4px 0 12px rgba(0,0,0,0.1);
  overflow-y: auto;
}
.hamburger__menu.active {
  opacity: 1;
  transform: translateX(0);
}

/* メニュー内部 */
.hamburger__menu__Inner {
  max-width: 360px;
  margin: 0 auto;
  padding: 60px 30px 90px;
}

/* ロゴ */
.hamburger__menu .logos {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.hamburger__menu .logos img {
  width: 180px;
  margin-bottom: 20px;
}

/* 住所 */
.hamburger__menu .nav_address span {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #555;
}
.hamburger__menu .nav_address small {
  font-size: 0.8rem;
}

/* メニュー項目 */
.hamburger__menu__list {
  margin: 35px 0 45px;
  padding: 0;
  list-style: none;
  counter-reset: item;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.hamburger__menu__list li {
  margin: 0;
  padding: 20px 0 22px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.hamburger__menu__list li a {
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  padding-left: 42px;
  position: relative;
  line-height: 1.4;
}

/* 番号 */
.hamburger__menu__list li a::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9rem;
  color: #90C3FF;
  font-weight: 500;
  opacity: 0.9;
  line-height: 1.4;
}

/* 英字部分 */
.hamburger__menu__list li span {
  display: block;
  font-size: 0.8rem;         /* ← 小さめに */
  font-weight: 400;
  color: #888;               /* ← グレーで落ち着かせる */
  /* margin-left: 42px; */
  margin-top: 5px;           /* ← 少し間隔を広げる */
  letter-spacing: 0.03em;    /* ← 英字の間隔を自然に */
}

/* ホバー時 */
.hamburger__menu__list li a:hover {
  color: #0076ff;
}
.hamburger__menu__list li a:hover span {
  color: #0076ff;
  opacity: 0.9;
}

/* Contactボックス */
.nav_contact_box {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 25px;
  margin: 40px 0;
  text-align: center;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.nav_contact_box .head_en {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #333;
}
.nav_contact_box p {
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Tel */
.nav_tel {
  text-align: center;
  margin-top: 30px;
  color: #333;
}
.nav_tel p {
  font-size: 1.1rem;
  font-weight: 500;
}
.nav_tel p small {
  display: block;
  font-size: 0.8rem;
  color: #888;
}
.nav_tel a {
  color: #222;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.nav_tel dl {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #555;
}
.nav_tel dt {
  font-weight: 700;
  margin-bottom: 4px;
}
.nav_tel dd small {
  display: block;
  margin-top: 3px;
  opacity: 0.7;
}

/* スクロール固定用 */
body.menu-open {
  overflow: hidden;
}
