@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
   グローバルスタイル (ベースリセット)
---------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Nunito:wght@400;700&display=swap');

* {
    box-sizing: border-box;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    word-wrap: break-word;         /* レガシーサポート */
    word-break: break-word;        /* モダンブラウザ対応 */
    overflow-wrap: break-word;     /* 推奨プロパティ */
    white-space: normal;           /* テキストが改行可能に */
}

html {
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-color: var(--primary-font-color);
    background-color: var(--background-color);
}


body {
  font-size: 1rem;
  line-height: 1.5;
  background-image: url("../x_imgs/common/back-header.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
  background-size: cover; /* 画面全体にフィット */
  background-attachment: fixed; /* 背景を固定 */
}

/*

body {
    position: relative;
    background: none;
	font-size: 1rem;
    line-height: 1.5;
}

body::before,
body::after {
    content: "";
    position: fixed;
    top: 0;
    width: 200px;
    height: 100vh;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

body::before {
    left: 0;
    background-image: url("../x_imgs/common/back-left.png");
    background-position: left top;
}

body::after {
    right: 0;
    background-image: url("../x_imgs/common/back-right.png");
    background-position: right top;
}

body.nones::before,
body.nones::after {
    display: none;
}

@media screen and (max-width: 768px) {
    body::before,
    body::after {
        display: none;
    }
}

*/

/* ----------------------------------------------
   ユーティリティクラス
---------------------------------------------- */

h1 {
    font-size: 0.8rem;
    margin: 0;
    padding: 5px 45px 0px 5px;
	height: 50px;
	line-height:40px;
    background: linear-gradient(45deg, #deb51b, #fff6c5, #deb51b, #fff6c5);
	color:#000;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.7);
    text-align: left;
    font-weight: normal;
    width: 100%;
}

h2 {
    font-size: 1.4rem;
	margin: 0;
    font-weight: normal;
}

h3 {
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
}

@media screen and (max-width: 768px) {

h1 {
    font-size: 0.8rem;
    margin: 0;
	height: 50px;
	line-height:40px;
    text-align: left;
    font-weight: normal;
    position: fixed;
    width: 100%;
    top: 0; /* 画面下部に固定 */
	z-index: 10000;
	}
}

/* ----------------------------------------------
   ヘッダーフッター
---------------------------------------------- */

.header-images {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  align-items: center; /* 中央揃え */
}

.header-images picture {
  width: 100%; /* 画像の横幅を揃える */
  margin-bottom: 0px; /* 画像間の余白 */
}

.header-images img {
  width: 100%; /* 画像の幅を親要素に合わせる */
  height: auto; /* アスペクト比を保持 */
}


/* Header */
.header {
    width: 100%;
    text-align: center;
	margin: 0;
}

.header p.tel{
	margin: 0;
    font-family: 'Roboto', sans-serif; /* モダンで視認性の高いフォント */
    font-size: 30px; /* 大きく目立たせる */
    font-weight: 300; /* スリムな印象 */
    text-transform: uppercase; /* すべて大文字に */
    letter-spacing: 2px; /* 文字間隔を広く */
	background: var(--primary-color);
    color: #fff;
	word-break: keep-all;
	}
	
.header p.tel a{
	text-decoration: none;
	color: #fff;
	}
	
.header p.salestime{
	margin: 0;
	padding: 6px 0;
	font-size:100%;
	background: #000;
	color:#eee;
	word-break: keep-all;
	}

.header img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.header__logo {
    font-size: 24px;
    font-weight: bold;
}

.header__nav {
    display: flex;
    list-style: none;
    gap: 20px;
}

.header__nav-item {
    font-size: 16px;
}

.header__nav-link {
    color: #fff;
    text-decoration: none;
}

/* Footer */
.footer {
	margin: 0px auto 115px auto;
    padding: 10px;
	font-size:0.8rem;
	text-align: center;
	color: var(--footer-font-color);
	color:#000;
}

.footer a{
	text-decoration: none;
	color:#000;
	}

.footer p{
	font-size:0.6rem;
	color:#000;
	margin: 0px auto 8px auto;
	text-align: center;
	}

.footer__logo {
    font-size: 24px;
    font-weight: bold;
}

.footer__nav {
    display: flex;
    list-style: none;
    gap: 20px;
}

.footer__nav-item {
    font-size: 16px;
}

.footer__nav-link {
    color: #000;
    text-decoration: none;
}

#dimensions {
     font-size: 0.8rem;
     color: #000;
}

.schedule_btn_wrap{
	margin:0px auto 15px auto;
	text-align:center;
	}

.schedule_btn_wrap a{
	margin: 5px;
	padding: 10px 14px;
	font-size:0.8rem;
	background-color: #eee;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	border: 2px #eee solid;
	}

.schedule_btn_wrap a.ck{
	background: var(--primary-color);
	color:#fff;
}

.schedule_btn_wrap a:hover{
	background: var(--primary-color);
	color:#fff;
}

@media screen and (max-width: 768px) {

	.header {
		margin-top: 45px;
	}

	.schedule_btn_wrap a{
		margin: 3px;
		padding: 8px;
		font-size:0.8rem;
		}

	.footer {
		margin: 30px auto 92px auto;
	}

}

/* ----------------------------------------------
  コンテンツ ブロック別
---------------------------------------------- */

#wrapper{
	width:100%;
	max-width: 1280px;
	margin: 20px auto;
	padding-bottom: 15px;
	background: none;
}

.wrap_color {
	margin: 0px auto;
	width:100%;
	max-width: 1280px;
	padding: 10px;
	box-sizing: border-box;
}

/*
.wrap_color.white{		background: #FFFFFF;	}
.wrap_color.gray{		background: #EEEEEE;	}
.wrap_color.pink{		background: #FDE1F3;	}
.wrap_color.l-blue{		background: #e9ecff;	}
.wrap_color.l-green{	background: #f9feef;	}
*/

.slider-pro-wrap{
	width:96%;
	max-width:1000px;
	margin:0px auto;
	}

.contents-header {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 15px auto;
  text-align: left;
  font-size: 1.6rem;
  padding: 4px 0px 4px 10px;
  line-height: 1.6rem;
  border-left: var(--primary-color) 10px solid;
  color: var(--primary-color);
}

.contents-header span{
	font-size:0.6rem;
	}

.contents-name {
  width: 96%;
  max-width: 1200px;
  margin: 20px auto;
  text-align: center;
}

.contents-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

.contents-container.wh-auto{
	width:auto;
	}

.contents-container div.h-img{
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	}

.contents-container div.h-img img{
	width: 100%;
	margin: -7px auto 0px auto;
	max-width: 800px;
	display: block;
	}

.contents__left-block,
.contents__right-block {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0;
  vertical-align: top; /* 上詰め */
}

.contents__left-block.w100 img,
.contents__right-block.w100 img {
	width: 100%;
}

.contents__left-block.w98 img,
.contents__right-block.w98 img {
	width: 98%;
	display: block;
	margin: 0 auto 5px auto;
}

.contents__left60-block {
  box-sizing: border-box;
  width: 60%;
  padding: 10px;
  font-size:2.2rem;
  vertical-align: top; /* 上詰め */
}

.contents__right40-block {
  box-sizing: border-box;
  width: 40%;
  padding: 10px;
  vertical-align: top; /* 上詰め */
}

.contents__left60-block img,
.contents__right40-block img{
	width:100%;
	border: 3px #eee solid;
	}

.contents__wp33-block{
  box-sizing: border-box;
  width: 33.3%;
  padding: 10px;
  vertical-align: top; /* 上詰め */
}

.contents__left-block ul,
.contents__right-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents__left-block li,
.contents__right-block li {
  padding: 5px 0; /* 個別のliに影響を与えない調整 */
}

/* スマホ向けレイアウト */
@media screen and (max-width: 768px) {

	.contents-header {
		width:100%;
	}

	.contents__left-block,
	.contents__right-block,
	.contents__left60-block,
	.contents__right40-block,
	.contents__wp33-block{
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.contents__left60-block {
	  font-size:1rem;
	  }

}

/* ----------------------------------------------
  ページ別ブロック
---------------------------------------------- */

.img_wrap{
	margin: 0px auto;
    width: 100%;
    max-width: 1200px;
	text-align: center;
	}

.img_wrap img{
	width:100%;
	max-width:1000px;
	margin-bottom: 30px;
	}

.text_wrap{
	margin: 0px auto;
    width: 100%;
    max-width: 1200px;
	text-align: left;
	}


/* ----------------------------------------------
   スタッフスライド
---------------------------------------------- */

.swiper-container {
    width: 100%;
	max-width: 1200px;
}

.swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.top-newface {
    width: 100%;
    margin: 0px auto;
}

.top-newface .detail {
    padding: 4px;
    background: #fffff0;
    border: 2px solid #65d240;
    text-align: center;
}

.top-newface .detail .day {
    background: #65d240;
    padding: 8px 0;
    color: #ff0;
    font-size: 1rem;
    font-weight: bold;
}

.top-newface .detail .name {
    background: #fb4797;
    height: 35px;
    padding: 5px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
}

.top-newface .detail .age {
    padding: 5px 0;
    font-size: 1rem;
    font-weight: bold;
}

.top-newface .detail .size {
    padding: 5px 0;
    border-top: 1px dashed #bbb;
    font-size: 0.9rem;
}

@media screen and (max-width: 599px) {
    .top-newface {
        width: 100%;
    }

    .top-newface .detail {
        padding: 4px;
        font-size: 0.8rem;
    }

    .top-newface .detail .day {
        font-size: 0.7rem;
    }

    .top-newface .detail .name {
        height: 28px;
        font-size: 0.75rem;
    }

    .top-newface .detail .age {
        font-size: 0.8rem;
    }

    .top-newface .detail .size {
        font-size: 0.7rem;
    }
}
