@charset "utf-8";

/*===================　全体　===================*/
html {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    font-size: 62.5%;
    overflow-y: scroll !important;
}
body {
    position: relative;
    width: 100%;
    max-width: 1024px;
    min-height: 100%;
    line-height: 1.8; /* 行間を少し広げて、ゆったりとした高級感を演出 */
    padding-bottom: 36px;
    background: #fff;
    
    /* 1. 文字色を少し柔らかく */
    color: #4a4440; 
    
    /* 2. フォントの指定を強化（Noto Sans JPを読み込む想定） */
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400; /* 500は少し太いので、400くらいが上品です */
    font-size: 1.3rem;
}

/* 3. 枠線の色をサイトの配色に馴染ませる */
@media only screen and (min-width: 502px) {
    body {
        margin: 0 auto;
        border-left: solid 1px #e8e3dc; /* 枠線を薄く上品なベージュグレーに */
        border-right: solid 1px #e8e3dc;
        border-top: none;
        border-bottom: none;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); /* 影を柔らかくして浮き上がりを抑える */
    }
}

/* 1. 全体をゴシック体に統一 */

header .home .top {
    font-family: "Yuji Syuku", serif !important; /* !important を追加 */
}
header .home .bottom {
    font-family: "Yuji Syuku", serif !important; /* !important を追加 */
}

/* 2. 見出しだけ明朝体に上書き */
h1, h2, h3, .leadh2 {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif !important;
}

.disc {
    padding: 0 10px 20px;
}
.disc .date {
    display: block;
    color: #999;
}
i.area {
    font-size: 1.2rem;
}
.inner_box {
    padding: 10px;
    box-sizing: border-box;
}
.inner_box2 {
    padding: 10px 10px 50px;
    box-sizing: border-box;
}
h2.bar {
    width: 100%;
    margin: 60px auto 40px;
    color: #222;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5;
}

h2.bar:before,
h2.bar:after {
    display: none;
}
@media only screen and (max-width: 480px) {
h2.bar {
    width: 240px;
    font-size: 2rem;
}
h2.bar:before,
h2.bar:after  {
    width: 240px;
    max-width: 240px;
    height: 33px;
}
}
.h2_disc {
    max-width: 80%;
    text-align: center;
    margin: -30px auto 20px;
    text-align: center;
}
.h2_disc span {
    display: inline-block;
    text-align: left;
}
a.bar {
    padding: 4px 10px;
    color: #fff;
    background: #e33a7e;
    font-size: 1.6rem;
}
a,
a::before,
input[type="submit"] {
    color: #333;
    transition: all .2s ease;
    text-decoration: none;
}
img.w640 {
    display: inline-block;
    max-width: 100%;
}
img.w640_o {
    display: none;
}
@media only screen and (min-width: 640px) {
img.w640,
br.w640 {
    display: none;
    max-width: 100%;
}
img.w640_o {
    display: inline-block;
    max-width: 100%;
}
}
/*リンクボタン*/
.bt {
    margin: 20px 0;
    text-align: center;
}
.login .bt:nth-last-child(1) {
    margin-bottom: 100px;
}
.myreview .bt {
    margin-bottom: 100px;
}
.bt a {
    display: inline-block;
    min-width: 170px;
    margin: 10px;
    padding: 10px 20px;
    border: solid 1px #ccc;
    border-radius: 4px;
    color: #333;
    background: #fac797;
    text-align: center;
    cursor: pointer;
}
.bt a:hover {
    background: #ffddba;
}
/**/
.bt_input {
    display: inline-block;
    float: left;
    line-height: 13px;
    margin: 10px 10px 0 0;
    padding: 10px 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    background: linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    vertical-align: middle;
}
.bt_input:hover {
    border: solid 1px #ccc;
    background: #fff4ea; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fff4ea 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff4ea 100%);
    background: linear-gradient(top, #ffffff 0%, #fff4ea 100%);
}
/*ページング*/
.paging,
.paging_top {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.paging a {
    display: inline-block;
    width: 200px;
    line-height: 1.6;
    border: solid 3px #f9c69a;
    border-radius: 4px;
    font-size: 1.6rem;
    text-align: center;
}
.paging a {
    width: 80px;
}
.paging a:nth-child(1) {
    width: 60px;
    float: left;
}
.paging a:nth-last-child(2) {
    width: 60px;
    float: right;
}
.paging a:hover,
.paging_top a:hover {
    border: solid 3px #ffddba;
    background: #ffddba;
}
/*svg*/
.svg_sprite {
    display: none;
}
.icon_fix {
	display: inline-block;
	padding: 2px;
    line-height: 1;
    vertical-align: middle;
}
.icon_fix svg {
    color: #fff;
    fill: #fff;
    width: 18px;
    height: 18px;
}
a .icon_fix svg {
	color: #999;
	text-decoration: none;
	fill: #999;
    width: 18px;
    height: 18px;
    transition: all .2s ease; 
}
a:hover .icon_fix svg,
a:active .icon_fix svg,
a:focus .icon_fix svg {
	color: #e33a7e;
	text-decoration: none;
	fill: #e33a7e;
	-webkit-tap-highlight-color: rgba(247, 159, 188, .3);
}
.link_right {
    float: right;
    color: #e33a7e;
    text-decoration: underline;
    font-size: 1.2rem;
}

/*■■■■■■ヘッダー■■■■■■*/

header .head_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 2px 10px 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background: #fff;
    text-align: right;
    font-size: 1.1rem;
    z-index: 100;
	border-bottom: solid 1px #eee;
	border-top: solid 2px transparent;
}
header .head_wrapper::after {
    content:"";
    display: block;
    clear: both;
}
header .head_wrapper h1 {
    font-size: 1rem;
    text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
header .head_wrapper .tel_mail {
    float: right;
}
header .head_wrapper .tel_mail .tel {
    line-height: 1;
    font-size: 3.3rem;
    font-weight: bold;
}
header .head_wrapper .tel_mail .mail {
    line-height: 1;
    font-size: 1.3rem;
    font-weight: bold;
}
/**/
header .head_wrapper .inquiry_box {
    margin: 0 0 0 20px;
    float: right;
}
.head_wrapper .inquiry {
	float: right;
	font-size: 13px;
    padding: 12px;
	background-color: #0b499d;
	border: 2px solid #0b499d;
	color: #fff;
    border-radius: 5px;
}
#modal_h_inquiry .modal-content {
    text-align: center;
}
#modal_h_inquiry .modal-content textarea {
    margin-bottom: 20px;
    width: 70%;
}
#modal_h_inquiry .modal-content .inquiry {
    display: inline-block;
    min-width: 340px;
    margin: 0 auto 10px; 
    padding: 16px;
    border: solid 1px #ccc;
    border-radius: 8px;
	color: #fff;
    background: #0b499d; /* Old browsers */
    background: -moz-linear-gradient(top, #0b499d 0%, #0b499d 100%);
    background: -webkit-linear-gradient(top, #0b499d 0%, #0b499d 100%);
    background: linear-gradient(top, #a80005 0%, #890005 100%);    text-align: center;
	font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
header .head_wrapper .tel_mail {
    display: none;
}
}
/**/
header {
    margin-top: 75px;
}
@media screen and (max-width: 640px) {
header {
    margin-top: 70px;
}
}


header {

    display: flex;
    justify-content: flex-start; /* ←これが最重要 */

    align-items: center;
}



/* --- 全体コンテナ (基準) --- */
header .home {
    position: absolute !important;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    text-decoration: none !important;
    z-index: 1000 !important;
    transition: opacity 0.3s ease;
    padding: 10px 0 !important;
    max-width: 90% !important;
}

/* --- 1段目 --- */
header .home .top {
    font-family: "Yuji Syuku", serif;
    line-height: 1.2 !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #802020 !important;
    letter-spacing: 0.1em !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- 2段目 --- */
header .home .bottom {
    position: relative;
    display: inline-block !important;
    font-family: "Yuji Syuku", serif;
    line-height: 1.2 !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    color: #D4AF37 !important;
    letter-spacing: 0.2em !important;
    margin: 15px 0 0 4px !important;
    padding: 0 45px !important; /* 文字と線の距離を確保 */
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* --- 左右の線 (擬似要素で絶対配置) --- */
header .home .bottom::before,
header .home .bottom::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 0.4px;
}

/* 左の線 */
header .home .bottom::before {
    left: 0;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 1) 100%);
}

/* 右の線 */
header .home .bottom::after {
    right: 0;
    background: linear-gradient(90deg, rgba(212, 175, 55, 1) 0%, rgba(212, 175, 55, 0) 100%);
}

/* --- スマホ表示用設定 (縮小してバランス調整) --- */
@media screen and (max-width: 768px) {
    header .home {
        left: 20px !important;
        transform: translateY(-50%) scale(0.85); /* 全体を85%に縮小 */
        transform-origin: left center;
    }
    header .home .top {
        font-size: 1.8rem !important;
    }
    header .home .bottom {
        font-size: 0.8rem !important; /* scaleで小さくなる分、少しベースを調整 */
        margin: 10px 0 0 2px !important;
        padding: 0 25px !important;
    }
    header .home .bottom::before,
    header .home .bottom::after {
        width: 20px;
    }
}

header .head_wrapper .tel {
    font-size: 2rem;
}
header .top {
    float: right;
    height: 14px;
    margin: 4px 0;
    font-size: 1.1rem;
}
/*======================================

    ■ここから

=======================================*/
header .head_wrapper .inquiry_box.sp {
    display: none;
}
@media screen and (max-width: 640px) {
header .head_wrapper .inquiry_box.sp {
    display: inline-block;
}
header .head_wrapper .inquiry_box {
    display: none;
}
.head_wrapper .inquiry {
    padding: 9px 5px 9px 5px;
}
}
#modal_h_address .modal-content {
    padding: 20px 10px;
    font-size: 1.5rem;
	text-align: center;
}
#modal_h_address .modal-content .tel {
    display: inline-block;
    font-size: 3.0rem;
	font-weight: bold;
}
#modal_h_address .modal-content .inquiry {
    display: inline-block;
    min-width: 280px;
    margin: 0 auto 10px; 
    padding: 16px;
    border: solid 1px #ccc;
    border-radius: 8px;
	color: #fff;
    background: #0b499d; /* Old browsers */
    background: -moz-linear-gradient(top, #0b499d 0%, #0b499d 100%);
    background: -webkit-linear-gradient(top, #0b499d 0%, #0b499d 100%);
    background: linear-gradient(top, #a80005 0%, #890005 100%);    text-align: center;
	font-size: 1.6rem;
    font-weight: bold;
}

/*======================================

    ■ここまで

=======================================*/
/*パンくず*/

/* パンくずリストの全消去と再定義 */
.breadcrumb,
.breadcrumb ol,
.breadcrumb li,
.breadcrumb a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-decoration: none !important;
    background: none !important;
}

/* 親コンテナのスタイル */
.breadcrumb {
    display: block !important;
    margin: 0 10px 10px !important;
    padding-top: 15px !important;
    font-size: 11px !important;
    font-family: sans-serif !important;
    color: #a89f95 !important;
}

/* リンクと現在地の文字色 */
.breadcrumb a { color: #7d7265 !important; }
.breadcrumb li[aria-current="page"] { color: #5b544e !important; }

/* 記号をスラッシュに強制固定（重要：ここで確実に「＞」を消します） */
.breadcrumb li:not(:last-child)::after {
    content: " ／ " !important;
    color: #dcd3c1 !important;
    padding: 0 6px !important;
}

/* 念のため、古い「＞」表示を強制的に消去する記述 */
.breadcrumb a::after {
    content: "" !important;
    display: none !important;
}

/*■■■■■■レイアウト■■■■■■*/
.left_column {
    float: left;
    width: 100%;
    padding: 20px 15px 0;
	margin-bottom: 30px;
}
.right_column {
    float: right;
    width: 28%;
    padding: 0 10px 10px;
    border-left: solid 1px #ddd;
}
.right_column h3 {
    background: #d6f4f4;
    padding: 4px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 20px;
}
.right_column section {
    margin-top: 10px;
}
.right_column section:nth-child(1) {
    margin-top: 0;
}
@media screen and (max-width: 780px) {
.left_column {
    float: none;
    width: 100%;
}
.right_column {
    float: none;
    width: 100%;
    padding: 0 0 10px;
    border-left: none;
    background: #f6f6f6;
}
.right_column h3 {
    border-radius: 0;
}
}
/*■■■■■■フッター■■■■■■*/
footer {
    /* 配置は現在のまま維持 */
    position: absolute;
    bottom: 0;
    width: 100%;
    
    /* デザインの調整 */
    padding: 20px 10px;
    background: #fcfbf8; /* 全体のベースカラーと統一 */
    border-top: 1px solid #e8e3dc; /* 上部に薄いラインで区切りを入れる */
    color: #8c8273; /* 落ち着いたグレーブラウン */
    font-size: 1.1rem;
    text-align: center;
    overflow: hidden;
}

footer small a.copy {
    color: #8c8273;
    text-decoration: none;
    transition: color 0.3s;
}

footer a.other {
    display: inline-block;
    color: #a69882; /* ゴールド寄りのブラウン */
    margin-left: 20px; /* 既存の感覚に合わせて調整 */
    text-decoration: none;
    transition: color 0.3s;
}

/* ホバー時の控えめな変化 */
footer small a.copy:hover,
footer a.other:hover {
    color: #4a4440;
}

@media screen and (max-width: 640px) {
    footer {
        padding: 15px;
    }
    footer small a.copy {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    footer a.other {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
}
/*■■■■■■リスト共通■■■■■■*/
.link_list {
    padding-bottom: 40px;
}
.link_list li a {
    position: relative;
    display: block;
    width: 48%;
    float: left;
    margin: 14px 1%;
    padding: 18px;
    border: none;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    transition: .35s ease;
    overflow: hidden;
}

.link_list li a:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}
.link_list li:nth-child(1) a,
.link_list li:nth-child(2) a {
    margin-top: 0;
}
.link_list li a:hover {
    border: solid 1px #d4c041;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
}
.link_list li a  .img_box {
    width: 26%;
    max-height: 180px;
    overflow: hidden;
    float: left;
}
.link_list li a  .img_box  img {
    width: 100%;
}
.ttl_box {
    width: 74%;
    padding: 0 0 0 10px;
    float: left;
}
.ttl_box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
}
.ttl_box .shop img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
    margin-left: 10px;
}
.ttl_box .shop img:nth-child(1) {
    margin-left: 0;
}
.review {
    margin-top: 10px;
}
.review i {
    color: #aaa;
}
.review .title {
    font-size: 1.8rem;
    font-weight: bold;
}
.review .text {
    margin-top: 4px;
}

@media screen and (max-width: 640px) {
.link_list li a  {
    width: 98%;
    float: none;
}
.link_list li:nth-child(2) {
    margin-top: 10px;
}
.link_list li a ::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    width: 8px;
    height: 8px;
    margin: auto 10px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_list li a :hover::before {
    border-top: 3px solid #d4c041;
    border-right: 3px solid #d4c041;
}
.ttl_box {
    padding: 0 28px 0 10px;
}
.ttl_box strong {
    display: block;
    font-size: 1.6rem;
}
.review {
    margin-top: 10px;
    padding-right: 28px;
}
}
/*■■■■■■モーダル■■■■■■*/

/*閉じるボタン*/
.modal .bt_close {
    background: #ccc;
    padding: 4px 10px;
}
.modal .bt_close span {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    border-radius: 50%;
    background: #eee;
    color: #ccc;
    cursor: pointer;
    transition: all .2s ease;
}
.modal .bt_close span:hover {
    background: #fff;
}
.modal .bt_close span:before,
.modal .bt_close span:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 6px;
    width: 14px;
    height: 3px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal .bt_close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal .modal-content {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border-bottom: solid 1px #ccc;
    background: #fff;
}
@media only screen and (min-width: 640px) {
.modal {
    position: static;
    padding: 60px 20px 20px;
    transform: none;
}
.modal .modal-content,
.modal .bt_close {
    max-width: 650px;
    margin: 0 auto;
}

.modal .bt_close {
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.modal .modal-content {
    border-radius: 0 0 8px 8px;
    padding: 0 20px 20px;
}
}
/*モーダル内リンク一覧*/
.modal .modal-content .link_box {
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}
.modal .link_box li {
    display: inline-block;
    margin: 4px;
}
.modal .link_box li.cate {
    display: block;
    margin: 0;
    padding: 14px 10px 0;
    color: #847728;
    font-weight: bold;
}
.modal .link_box li.bt_cate {
    margin: 10px 0;
}
.modal .link_box li a {
    display: inline-block;
    line-height: 1;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s ease;
}
.modal .link_box li a:hover {
    background: #e5e2d1;
}

/*メニューリンクリスト*/
.modal .bt.border_b {
    margin: 0 auto;
    padding: 20px 10px;
    border-bottom: solid 1px #eee;
    text-align: center;
}
.modal .linklist li {
    margin: 0;
}
.modal .linklist li a {
    display: block;
    padding: 14px 10px;
    border-bottom: solid 1px #eee;
}
.modal .linklist li a:hover {
    background: #fff4ea;
}
.modal .linklist li:nth-last-child(1)  a {
    border-bottom: none;
}

/*コラム用*/
.modal h3 {
    font-size: 1.8rem;
    
}

/*■■■■■■アニメーション■■■■■■*/

/*フェードインアップ*/
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

/*フェードアウトダウン*/
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDown {
from {
	opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
}
}
@keyframes fadeOutDown {
from {
	opacity: 1;
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
}
}


/*ズームイン*/
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes zoomIn {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}

/*ズームインコンテンツ*/
.zoomIn .modal-content {
    -webkit-animation: zoomInContent .3s forwards;
	animation: zoomInContent .3s forwards;
    transform-origin: left top;
}
@-webkit-keyframes zoomInContent {
from {
    -webkit-transform: scale(.9, .9) translate3d(-50%, -50%, 0);
	transform: scale(.9, .9) translate3d(-50%, -50%, 0);
}
to {
	-webkit-transform: scale(1, 1) translate3d(-50%, -50%, 0);
	transform: scale(1, 1) translate3d(-50%, -50%, 0);
}
}
@keyframes zoomInContent {
from {
    -webkit-transform: scale(.9, .9) translate3d(-50%, -50%, 0);
	transform: scale(.9, .9) translate3d(-50%, -50%, 0);
}
to {
	-webkit-transform: scale(1, 1) translate3d(-50%, -50%, 0);
	transform: scale(1, 1) translate3d(-50%, -50%, 0);
}
}

/*ズームインコンテンツ(ロング)*/
.zoomIn .modal-content.long {
    -webkit-animation: zoomInContentLong .3s forwards;
	animation: zoomInContentLong .3s forwards;
    transform-origin: center center;
}
@-webkit-keyframes zoomInContentLong {
from {
    -webkit-transform: scale(.9, .9);
	transform: scale(.9, .9);
}
to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
}
@keyframes zoomInContentLong {
from {
    -webkit-transform: scale(.9, .9);
	transform: scale(.9, .9);
}
to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
}

/*ズームアウト*/
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
@-webkit-keyframes zoomOut {
from {
	opacity: 1;
}
to {
	opacity: 0;
}
}
@keyframes zoomOut {
from {
	opacity: 1;
}
to {
	opacity: 0;
}
}

/*ズームアウトコンテンツ*/
.zoomOut .modal-content {
    -webkit-animation: zoomOutContent .3s forwards;
	animation: zoomOutContent .3s forwards;
    transform-origin: left top;
}
@-webkit-keyframes zoomOutContent {
from {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
}
to {
    -webkit-transform: scale3d(.9, .9, .9) translate3d(-50%, -50%, 0);
	transform: scale3d(.9, .9, .9) translate3d(-50%, -50%, 0);
}
}
@keyframes zoomOutContent {
from {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
}
to {
    -webkit-transform: scale3d(.9, .9, .9) translate3d(-50%, -50%, 0);
	transform: scale3d(.9, .9, .9) translate3d(-50%, -50%, 0);
}
}

/*ズームアウトコンテンツ(ロング)*/
.zoomOut .modal-content.long {
    -webkit-animation: zoomOutContentLong .3s forwards;
	animation: zoomOutContentLong .3s forwards;
    transform-origin: center center;
}
@-webkit-keyframes zoomOutContentLong {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
to {
    -webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
}
}
@keyframes zoomOutContentLong {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
to {
    -webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
}
}

/*■■■■■■フォーム■■■■■■*/
input[type="search"],
input[type="text"],
input[type="password"] {
    height: 30px;
    margin: 3px 5px 3px 0;
    padding: 4px 8px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #fff;
}
input[type="search"] {
    margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: solid 1px #999;
    border-radius: 2px;
    cursor: pointer;
}
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    box-shadow: 0 0 4px 0 rgba(227, 58, 126, .5);
}
input[type="checkbox"]:checked::before {
	content: "";
    display: block;
    position: absolute;
	top: 6px;
	left: 3px;
    width: 5px;
	height: 10px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
input[type="checkbox"]:checked::before {
	border: solid 3px #e33a7e;
	border-left: 0;
	border-top: 0;
}
input[type="radio"] {
    border-radius: 50%;
    margin: 7px 2px 7px 0;
}
input[type="radio"]:checked::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
	height: 8px;
    border-radius: 50%;
    background: #e33a7e;
}
label {
    position: relative;
    top: 1px;
    padding: 0 4px;
    line-height: 1;
}
label:hover {
    cursor: pointer;
}
textarea {
    margin: 5px 0 0 0;
    padding: 4px 8px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
input[type="search"],
input[type="text"],
input[type="password"] {
	width: 100%;
}
textarea {
	width: 100%;
}
}
textarea.w100,
input.w100 {
    width: 100%;
}
select {
	width: 90px;
    height: 30px;
    padding: 0 4px 0 4px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #fff;
}
option {
    line-height: 1;
    padding: 0 4px 0 8px;
    font-weight: 500;
}
input[type="submit"] {
    height: 30px;
    padding: 0 20px;
    border: solid 1px #ccc;
    border-left: none;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #a80005 0%, #890005 100%);
    background: -webkit-linear-gradient(top, #a80005 0%, #890005 100%);
    background: linear-gradient(top, #a80005 0%, #890005 100%);    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
	color: #fff;
	margin-top: 10px;
	background-color: #a80005;
}
@media screen and (max-width: 640px) {
input[type="submit"] {
	font-size: 15px;
}
}
.bt input[type="submit"] {
    display: inline-block;
    min-width: 160px;
    height: auto;
    margin: 10px;
    padding: 10px 20px;
    color: #333;
    text-align: center;
}

.gift {
    font-size: 1rem;
    line-height: 1.8;
}

.gift p {
    margin-bottom: 15px;
    padding: 3px 10px;
    border-bottom: 1px solid #eee; /* 薄い線で区切る */
}

.gift .details {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 15px;
    background: #802020; /* 指定の深い赤色 */
    color: #ffffff;      /* 白文字でコントラストを出す */
    font-size: 0.85rem;
    font-weight: bold;
    border-radius: 20px; /* 丸みをつけて少し柔らかい印象に */
    letter-spacing: 0.05em;
}
.gift p::before {
    content: "●" !important;
    color: transparent !important;
    display: inline-block !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 100%;
    animation: sliderAnime 12s ease-in-out infinite;
}

@media screen and (min-width: 560px){
.slider {display:none}
}
  
@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px 15px 15px 0;
    line-height: 1;
    cursor :pointer;
}

input {
    display: none;
}

.menu {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}
.arrow{
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.1em;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 1px solid #808080;  /* thickness, color */
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ========================================================
   p.lead の共通・パソコン用設定
   ======================================================== */
.lead {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; /* 上品な明朝体 */
  font-size: 16px;            /* 文字の大きさ */
  line-height: 1.9;           /* PCではゆったりと */
  color: #444;                /* 柔らかい黒 */
  background-color: #fcf9f5;  /* 和紙風の薄いベージュ */
  padding: 35px 40px;         /* PCでは上下左右に贅沢な余白 */
  border-top: 1px solid #e0d5c1;    /* 上下の繊細な線 */
  border-bottom: 1px solid #e0d5c1;
  margin: 35px auto;
  max-width: 800px;           /* PCでの横幅を制限 */
  text-align: justify;        /* 文末を綺麗に揃える */
  text-justify: inter-character;
  font-feature-settings: "palt"; /* カギカッコなどの隙間を詰めるプロ設定 */
}

/* 最初の1文字目のアクセント */
.lead::first-letter {
  font-size: 1.25em;
  font-weight: bold;
}

/* ========================================================
   【重要】スマホ（画面幅767px以下）のときの調整
   縦長になりすぎるのを防ぐプロの設定
   ======================================================== */
@media screen and (max-width: 767px) {
  .lead {
    font-size: 14px;          /* スマホ用に文字を少しだけコンパクトに */
    line-height: 1.6;         /* 行間を詰めて縦長感を劇的に抑える */
    padding: 20px 15px;       /* 左右の余白を削って、1行に入る文字数を増やす */
    margin: 20px 10px;        /* スマホの画面端との余白 */
    background-color: #fdfbf9; /* スマホで見えやすいように背景をさらにわずかに明るく */
  }
}


.leadh2 {
    font-family: "Noto Serif JP", "Shippori Mincho", "Yu Mincho", YuMincho, "MS MMincho", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.25em; /* 少し広げてより現代的な余裕を */
    color: #4a4440;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-top: 20px;
}

.leadh3 {
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	padding-top: 30px;
    margin: 20px 0 10px;
    text-align: center;
    padding: 15px 20px;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.lead1 {
    /* 読ませるための余白とフォント設定 */
    padding: 0 10% !important; /* 左右に余裕を持たせ、視線を中央に集める */
    margin-bottom: 30px !important;
    
    color: #5b544e !important; /* 真っ黒にせず、墨色で優しく */
    font-family: "游明朝", "Yu Mincho", "YuMincho", serif !important;
    font-size: 14px !important;
    line-height: 2.0 !important; /* 行間を広げて「ゆとり」を演出 */
    letter-spacing: 0.05em !important;
    text-align: center !important; /* 格式高い案内は中央揃えが鉄則 */
    font-feature-settings: "palt" 1 !important;
}

/* スマホでは少し文字サイズを調整して読みやすく */
@media screen and (max-width: 600px) {
    .lead1 {
        padding: 0 15px !important; /* %指定から固定値(px)に変えると安定します */
        font-size: 14px !important; /* ここでサイズを微調整 */
        line-height: 1.8 !important;
        letter-spacing: 0.02em !important;
    }
}
.notice{
	margin-top: 20px;
}

.notice3 {
    margin: 40px 0 15px 0;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    color: #4a4440;
    line-height: 1.4;
    position: relative;
    padding-left: 0; /* 左の余白をリセット */
    border-left: none; /* 縦線を削除 */
}

/* 疑似要素でQ.を挿入（ここを少し強調します） */
.notice3::before {
    content: "Q.";
    margin-right: 10px;
    color: #c5a975; /* ゴールドで見出しと区別 */
    font-weight: 600;
}

/* 回答の文章（p） */
.notice3 + p {
    margin: 0 0 30px 0;
    padding-left: 0; /* 左の余白をリセット */
    font-size: 14px;
    color: #6a645e;
    line-height: 1.8;
}

.notice2{
	margin-bottom: 30px;
}
.simple-list {
  margin: 30px 0 80px;
  list-style: none;
  padding: 0;
}

.simple-item {
  border-bottom: 1px solid #e8e3dc;
  padding: 25px 0;
}

/* タイトルをより強調する */
.simple-item h3 {
  margin: 0 0 10px 0;
  font-size: 15px; /* 少しだけ大きく */
}

.simple-item a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #4a4440;
  text-decoration: none;
  display: flex; /* アイコンを並べるための設定 */
  align-items: center; /* 縦位置を揃える */
  transition: all 0.3s;
}

/* リンクの先頭に「小さな飾り」を置くことで視線を誘導 */
.simple-item a::before {
  content: "▶";
  font-size: 0.8rem;
  margin-right: 10px;
  color: #c5a975; /* ゴールドで品よく */
  transition: transform 0.3s;
}

/* ホバーで色が変わり、少し右に動く演出（クリックの予感） */
.simple-item a:hover {
  color: #802020;
}

.simple-item a:hover::before {
  transform: translateX(5px); /* ホバー時に少し右へ動く */
  color: #802020;
}

/* 説明文 */
.simple-desc {
  font-size: 14px;
  color: #6a645e;
  line-height: 1.8;
  padding-left: 20px; /* アイコン分を避けて左に余白を持たせる */
  margin: 0;
}
/* テーマ別ナビゲーション全体の装飾 */
.theme-nav {
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f6f1;
    border-radius: 8px;
    border: 1px solid #e0d8c8;
}

.theme-nav h2 {
    font-size: 1.25rem;
    color: #4a3b2a;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4c1a7;
    position: relative;
}

.simple-link-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.simple-link-list li {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.simple-link-list li a {
    display: block;
    padding: 15px 15px 15px 35px;
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
}

.simple-link-list li a::before {
    content: '▶';
    position: absolute;
    left: 15px;
    color: #c0392b;
    font-size: 0.8rem;
}

.simple-link-list li:hover {
    background-color: #fffaf0;
    border-color: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

@media (max-width: 600px) {
    .theme-nav {
        padding: 15px;
    }
    .theme-nav h2 {
        font-size: 1.1rem;
    }
    .simple-link-list {
        grid-template-columns: 1fr; /* ここが重要：スマホでは1列 */
    }
    .simple-link-list li a {
        font-size: 0.9rem;
        padding: 12px 12px 12px 30px;
        word-break: break-all;
    }
}

/*                 kokokara*                    /

/* --- レイアウトは一切触らず、見た目の指定のみ適用 --- */

header .head_wrapper {
    /* 元のパディングが 10px や 15px と仮定して、上だけ数値を大きくします */
    /* 順に「上 右 下 左」です。上を 20px などに増やしてください */
    padding: 15px 2% 10px 2% !important; 
    
    /* 高さを固定せずに中身の配置で調整する場合 */
    box-sizing: border-box !important;
}

/* 電話番号の質感アップ */
.tel {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    color: #333 !important; /* 濃いグレーで引き締め */
    font-weight: 500;
}

/* 受付時間の微調整 */
.mail {
    color: #777 !important; /* 少し明るいグレーで視認性アップ */
}

/* お問い合わせボタンのデザイン変更 */
.inquiry {
    background: #fdfaf5 !important; /* 紙のようなベージュ色 */
    border: 1px solid #dcd3c1 !important; /* 上品な枠線 */
    color: #8c7a65 !important; /* こげ茶色の文字 */
    border-radius: 4px !important; /* 角を少しだけ丸くしてモダンに */
    transition: 0.3s !important;
}

header .head_wrapper .inquiry:hover {
    background: #d4af37 !important; /* 本物のゴールドに近いシャンパンゴールドへ */
    color: #ffffff !important;
    border-color: #d4af37 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3) !important; /* 影をゴールドの色味に合わせる */
}
.tel {
    font-family: "游明朝", "Yu Mincho", "YuMincho", serif !important;
    color: #5b544e !important; /* 墨色よりも少し柔らかいグレー */
	font-weight: 500 !important;      /* 太すぎず細すぎない絶妙な太さ */
    letter-spacing: 0.12em !important; /* 文字間を少しだけ開けると一気に高級感が出ます */
    font-feature-settings: "palt" 1 !important; /* プロポーショナルメトリクス（文字間の詰めを最適化） */
}
.mail {
    color: #a89f95 !important;
}
.inquiry {

    background: transparent !important;
    border: none !important;

    color: #7d7265 !important;

    font-size: .88rem;

    padding-left: 14px !important;

    position: relative;
}

.inquiry::before {

    content: "";

    position: absolute;
    left: 0;
    top: 20%;

    width: 1px;
    height: 60%;

    background: rgba(176,150,108,.6);
}

.inquiry:hover {
    color: #5e5449 !important;
}
body {
    /* 読みやすさと品格を両立させるフォント設定 */
    font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", "Arial", sans-serif !important;
    color: #4a4440 !important; /* 真っ黒ではなく、少し茶色がかったグレーで目に優しく */
    line-height: 1.8 !important; /* 行間を広めに取ると、一気に高級感が出ます */
    letter-spacing: 0.05em !important; /* 文字間隔を少し開ける */
}

/* 見出し（h1, h2, h3など）だけ明朝体にする */
h1, h2, h3, .title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif !important;
    color: #332f2c !important; /* 見出しは少し濃い色で締める */
    letter-spacing: 0.1em !important;
}
.leadh3 {
    font-family: "游明朝", YuMincho, serif !important;
    font-size: 1.6rem !important;
    color: #4a4440 !important;
    text-align: center !important;
    letter-spacing: 0.15em !important;
    line-height: 1.4 !important;
    
    margin: 0px auto 20px !important;
    padding: 30px 0 !important;
    position: relative !important;
    max-width: 90% !important;
}

/* 棒を表示するための必須設定 */
.leadh3::before,
.leadh3::after {
    content: "" !important; /* これがないと棒が表示されません */
    display: block !important;
    width: 40px !important;
    height: 1.5px !important;
    background: #dcd3c1 !important; /* 棒の色 */
    margin: 0 auto !important;
}

/* 棒の配置調整 */
.leadh3::before {
    margin-bottom: 25px !important;
}

.leadh3::after {
    margin-top: 25px !important;
}
.lead {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif !important;
    font-size: 12px !important; /* 少し大きく読みやすく */
    line-height: 2.2 !important;  /* 行間を広げて「ゆとり」を演出 */
    color: #5b544e !important;    /* 墨色に近いグレーで柔らかく */
    letter-spacing: 0.1em !important; /* 文字間を広げ、品格を出す */
    text-align: center !important;    /* 中央寄せで格式を出す */
    padding: 30px 5% !important;      /* 周囲に余白を持たせる */
    margin: 0 auto !important;
    max-width: 800px !important;      /* 長すぎないように幅を制限 */
}
hr {
    border: none;
    text-align: center;
    margin: 80px 0;
    overflow: visible;
}

hr::before {
    content: "✦";
    color: #C8465B; /* ゴールド */
    font-size: 1.5rem;
    letter-spacing: 1em; /* 記号の間隔を広げてゆとりを */
}

/* ヒーローエリアのベース設定 */
.hero {
    position: relative;
    height: 60vh;
    min-height: 500px;
    overflow: hidden;
}

/* スライド画像設定 */
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* 写真を少しだけ明るくするために数値を0.35に設定 */
    background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35));
}

/* 文字エリア（中央固定） */
.hero-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%;
    max-width: 900px;
    text-align: center;
    padding: 0 15px;
}

/* タイトル見出し */
.leadh2 {
    font-size: 42px;
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.5);
    margin-bottom: 30px;
    line-height: 1.4;
}

/* リード文 */
.lead {
color: rgba(255,255,255,1); /* 少し白を濃くしてはっきりさせる */
    font-size: 16px;
    line-height: 1.8;
    /* 背景を透明にするため、影を最小限にする */
    text-shadow: 0 1px 3px rgba(0,0,0,0.6); 
    margin: 0 auto;
    max-width: 800px;
    background: transparent; /* 背景を明示的に透明に */
}

/* スマホ用調整 */
@media screen and (max-width: 768px) {
    .hero { 
        min-height: 350px !important; 
    }
    
    .hero-inner {
        padding: 0 10px !important; /* 内側の余白を小さく */
    }

    .leadh2 { 
        font-size: 24px !important; 
        margin: 0 0 10px 0 !important; /* 下の余白を強制的に小さく */
    }
    
    .lead { 
        font-size: 13px !important; 
        line-height: 1.6 !important;
        margin: 10px !important;      /* 外側の余白を完全にゼロに */
        padding: 10px !important;     /* 内側の余白を完全にゼロに */
    }
}
.lead {
    color: #ffffff !important;
}
header .home {
    display: inline-block;
    color: #333;
    float: left;
    font-size: 1.1rem;
}
header .home img {
    width: auto;
    height: 50px;
}
@media screen and (max-width: 640px) {
header .home img {
	max-width: 184px;
	max-height: 42px;
}
header .head_wrapper .tel {
    font-size: 2rem;
}
}

.site-operator {
    background: #f8f8f8;
    padding: 50px 20px;
    border-top: 1px solid #e5e5e5;
}

.site-operator-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.site-operator h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #333;
}

.site-operator p {
    line-height: 1.9;
    margin-bottom: 15px;
    color: #555;
}

.site-operator-data {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.site-operator-data li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.site-operator-link {
    margin-top: 25px;
}

.site-operator-link a {
    display: inline-block;
    padding: 10px 20px;
    background: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.site-operator-link a:hover {
    opacity: 0.8;
}
.outline-text {
    margin: 15px 30px 0;
    line-height: 1.9;
    font-size: 14px;
    color: #333;
}