@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 934px) {/* 935以下の場合 */
    .hed_None935d {display: none;}
}

@media screen and (min-width:935px) {/* 935以上の場合 */
    .hed_None935u {display: none;}
	.hed_None935u_t {position: relative;}
}

/* text ◇ ------------------------------*/
p {text-justify: inter-ideograph;}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:1.7em;
	letter-spacing:0.1em;https://riplie.jp/coco_s/#
	font-weight: bold;
	margin: 0;
	text-rendering: optimizeLegibility;}

small {font-size: 75%;}

/* image ◇ ------------------------------*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
	transition: .5s;}

/* margin ◇ ------------------------------*/

.mt05   { margin-top: 5px}
.mt10   { margin-top: 10px}
.mt15   { margin-top: 15px}
.mt20   { margin-top: 20px}
.mt30   { margin-top: 30px}
.mt40   { margin-top: 40px}
.mt50   { margin-top: 50px}
.mt60   { margin-top: 60px}
.mt70   { margin-top: 70px}
.mt80   { margin-top: 80px}
.mt90   { margin-top: 90px}

.mb05   { margin-bottom: 5px}
.mb10   { margin-bottom: 10px}
.mb15   { margin-bottom: 15px}
.mb20   { margin-bottom: 20px}
.mb30   { margin-bottom: 30px}
.mb40   { margin-bottom: 40px}
.mb50   { margin-bottom: 50px}
.mb60   { margin-bottom: 60px}
.mb70   { margin-bottom: 70px}
.mb80   { margin-bottom: 80px}
.mb90   { margin-bottom: 90px}

.mr05   {margin-right: 5px}
.mr10   {margin-right: 10px}
.mr15   {margin-right: 15px}
.mr20   {margin-right: 20px}

.ml05   {margin-left: 5px}
.ml10   {margin-left: 10px}
.ml15   {margin-left: 15px}
.ml20   {margin-left: 20px}


/* switching ◇ ------------------------------*/
@media only screen and (min-width: 992px) {
.mdsp { display: none !important; } /* MD・SP用（992からはここを読み込む） */
}
@media only screen and (max-width: 991px) {
.pc { display: none !important; } /* PC用（991までの幅の場合に適応される） */
}

/* media ◇ ------------------------------*/

@media screen and (min-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　for iPad 　*/
}
@media screen and (min-width:1024px) {
    /*　for PC　*/
}

/* ガター幅（余白）を調整 ◇ ------------------------------*/
.row-0   { margin-left:0px; margin-right:0px;} .row-0>div  { padding-right:0px; padding-left:0px;}
.row-10  { margin-left:-5px; margin-right:-5px;} .row-10>div { padding-right:5px; padding-left:5px;}
.row-20  { margin-left:-10px; margin-right:-10px;} .row-20>div { padding-right:10px; padding-left:10px;}
.row-30  { margin-left:-15px; margin-right:-15px;} .row-30>div { padding-right:15px; padding-left:15px;}
.row-40  { margin-left:-20px; margin-right:-20px;} .row-40>div { padding-right:20px; padding-left:20px;}
.row-50  { margin-left:-25px; margin-right:-25px;} .row-50>div { padding-right:25px; padding-left:25px;}
.row-60  { margin-left:-30px; margin-right:-30px;} .row-60>div { padding-right:30px; padding-left:30px;}

/* その他 ◇ ------------------------------*/
.allclear {clear: both;}

/* full screen navi ◇ ------------------------------*/
#toggle { position: fixed; top: 25px; right: 25px; z-index: 1000;}
#toggle-box { position: relative; width: 30px; height: 30px; cursor: pointer;}
#toggle-box > span { height: 2px; left: 7px; display: inline-block; background: #212529; position: absolute; transition: all .6s;}
#toggle-box > span:nth-child(1) { top: 11px; width: 50%;}
#toggle-box > span:nth-child(2) { top: 19px; width: 50%;}
.is-open #toggle-box > span {background: #212529;}
.is-open #toggle-box > span:nth-child(1) { top: 10px; left: 9px; transform: translateY(6px) rotate(-45deg); width: 40%;}
.is-open #toggle-box > span:nth-child(2) { top: 22px; left: 9px; transform: translateY(-6px) rotate(45deg); width: 40%;}
.is-open #nav-content {z-index: 999; transform: translateX(0);}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #f2f0e6;
    color: #212529;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);}

.nav-content_in ul { margin: 15px 0 0 0; padding: 0; list-style: none; }
.nav-content_in li { margin: 0; padding: 0;}
.nav-content_in li a{
	display: block;
	font-weight: bold;
	border-top: 1px solid #f2f0e6;
	border-left: 1px solid #f2f0e6;
	border-right: 1px solid #f2f0e6;
	background-color: #fff;
	padding: 10px;
	text-decoration: none;
	color: #212529;}
.nav-content_in li:last-child a{border-bottom: 1px solid #f2f0e6;}
.nav-content_in li a:hover{background-color: #fbfbf8;}
.nav-content_in {
	max-width:600px;
	margin:0 auto;
	padding:15px;}


/* ヘッダー ◇ ------------------------------*/

.hd_title_sp {padding:30px 0 60px 15px; position: absolute; z-index: 9999; transition: all 0.3s ease;}
.hd_title_sp img,
.hd_title_sp svg { width:200px; transition: filter 0.3s ease; }

body.is-open .hd_title_sp img,
body.is-open .hd_title_sp svg { filter: brightness(0) invert(1); }

.h_container { width: 100%; margin:0 auto;}

@media (min-width: 640px)  {　.h_container { padding: 1.5rem;}}
@media (min-width: 1024px) {  .h_container { padding: 0.7rem 1rem;}
}

/* ナビゲーションバー */
.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem; /* h-24 (96px) */}

/* PC用レイアウト (ロゴ) */
.nav-spacer-left {
  flex: 1;
  display: flex;}

/* PC用レイアウト (中央ナビ) */
.nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;}

.nav-center a {
  color: #374151;
  font-size: 1rem; 
  letter-spacing:0.2rem;
  font-weight: 500;
  padding: 1rem 1rem; }

.nav-center a:hover { color: #f97316; }

/* PC用レイアウト (右側) */
.nav-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem; }

/* お知らせ + サブナビ (右側の積み重ねエリア) */
.nav-right-stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem; }

/* ボタン共通スタイル */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem; 
  font-weight: 500; 
  transition: background-color 0.2s ease;}

/* お知らせボタン */
.btn-notice {
  background-color: #ff9773;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;}

.btn-notice:hover { background-color: #ff7555; color:#fff;}
.btn-notice i { font-size: 1.125rem; line-height: 1; margin-right: 0.2rem;}

/* サブナビ */
.sub-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem; /* space-x-2 */
  font-size: 0.75rem;
  color: #4b5563; /* text-gray-600 */}

/* サブナビのリンク（2行対応） */
.sub-nav a       { text-align: center; color: #374151; line-height: 1.3;}
.sub-nav a:hover { color: #f97316;}
.sub-nav span    { color: #d1d5db;}

/* CONTACTボタン */
.btn-contact {
  background-color: #8fafaf;
  color: #ffffff;
  flex-direction: column;
  font-size: 0.6rem;
  width: 5rem; height: 5rem;
  flex-shrink: 0;}

.btn-contact:hover { background-color: #6b8e8d; color:#fff;}
.btn-contact i     { font-size: 1.5rem; line-height: 1.2; margin-bottom: 0.25rem; }



/* フッター ◇ ------------------------------*/

@media only screen and (min-width: 769px) {/* MD・SP用（992からはここを読み込む） */
  .site-footer      { background-color: #ffffff; padding: 2rem 3rem 1.5rem; position: relative;} 
}
@media only screen and (max-width: 768px) {/* PC用（991までの幅の場合に適応される） */
  .site-footer      { background-color: #ffffff; padding: 2rem 1rem 1.5rem; position: relative;}
}

.footer-container { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 3rem;}

.footer-left { flex: 2; max-width: 350px;}
.footer-logo { font-size: 2rem; font-weight: 500; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; letter-spacing: 0.05em;}

/* 住所・電話 */
.footer-address, .footer-tel { font-size: 0.9rem; line-height: 1.6; margin: 0.25rem 0;}
.footer-tel { letter-spacing: 0.05em; }

/* 見学予約ボタン */

.footer-left .btn-footer {
  position: relative;
  display: inline-block;
  padding: 10px 50px 10px 40px;
  margin:1.5rem 0 4rem;
  background: #fff;
  color: #ff9773;
  border: 2px solid #ff9773;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-left .btn-footer::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff9773;
  border-right: 2px solid #ff9773;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: right 0.3s ease, border-color 0.3s ease;
}

.footer-left .btn-footer:hover {
  background: #ff9773;
  color:#fff;
}

.footer-left .btn-footer:hover::after {
  right: 15px;
  border-color: #fff;
}


/* 会社情報・施設リスト */
.company-info  {width:350px;}
.company-name  { font-size: 1rem; font-weight: 500; margin-bottom: 1rem;}
.facility-list { list-style: none; padding: 0; margin: 0 0 3rem 0; font-size: 0.85rem; line-height: 1.8;}
.copyright     { font-size: 0.75rem; color: #333; }


/* 右側エリア (ナビゲーション) */
.footer-right { flex: 1; display: flex; justify-content: flex-end; min-width: 350px;}
.footer-nav      { list-style: none; padding: 0; margin: 0; display: flex; gap: 3rem;}
.footer-nav li a { font-weight: 400; font-size: 0.95rem; color: #000;}
.footer-nav li a:hover { color: #ff9773;}

.page-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 2.5rem;
  height: 150px;
  background-color: #ff9773;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 100;
  transition: background-color 0.3s ease;}

.page-top-btn:hover { background-color: #ff7555; color:#fff; text-decoration: none;}
.page-top-btn i     { font-size: 1.5rem; margin-bottom: 1rem;}
.page-top-btn span  { writing-mode: vertical-rl; text-orientation: mixed; font-size: 0.8rem; letter-spacing: 0.1em; font-weight: 500;}


/* トグルメニュー */
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 101;}

.menu__line{
    background: #ff9773;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;}

.menu__line.active{background-color: #fff;}
.menu__line--center{top: 9px;}
.menu__line--bottom{bottom: 0;}
.menu__line--top.active{top: 8px; transform: rotate(45deg);}
.menu__line--center.active{transform:scaleX(0);}
.menu__line--bottom.active{bottom: 10px; transform: rotate(135deg);}

/*gnav*/
.gnav{
    background: #ff9773;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;}

.toggle_bt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-sizing: border-box;}


/* -------------------------------------------------------
           【主要部分】中央メニューコンテンツ
           ------------------------------------------------------- */
.mobile-menu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: auto;}

.menu-main-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    width: 100%;}

.menu-main-nav li {
    width: 100%;}

.menu-main-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: 0.2em;
    border-bottom: 2px solid #fff;
    font-weight: 500;
    transition: opacity 0.3s;}

.menu-main-nav li:first-child a {
    border-top: 2px solid #fff;}

.menu-main-nav a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;}

.menu-blog-btn {
    display: block;
    background-color: #fff;
    color: #ff9773;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    transition: transform 0.2s;}

.menu-blog-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #ff9773;}

.menu-blog-btn i {
    margin-right: 0.5rem;
    font-size: 1.1em;}

.menu-footer-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;}

.menu-contact-circle {
    background-color: #fff;
    color: #ff9773;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;}

.menu-contact-circle:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #ff9773;}

.menu-contact-icon {
    font-size: 2.2rem;
    margin: 0;}

.menu-sub-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;}

.menu-sub-links li {
    margin-bottom: 0.8rem;}

.menu-sub-links li:last-child {
    margin-bottom: 0;}

.menu-sub-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: opacity 0.3s;}

.menu-sub-links a:hover {
    opacity: 0.8;}
