@charset "UTF-8";

/*
	Theme Name: Theme
	Author: none
	Version: none
*/

/*================================================================================
base
================================================================================*/

/* global ------------------------------------------------*/

html {
    overflow-x: hidden;
}

body {
    color: #666666;
    line-height: 2;
    font-weight: 100;
    font-family: "Shippori Mincho", sans-serif;
    letter-spacing: 3px;
    padding: 85px 0 0 0;
    overflow-x: clip;
}

a:hover {
    transition: ease .2s;
    opacity: 0.6;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
    font-weight: 600;
}

@media (max-width: 991px) {

    body {
        letter-spacing: 2px;
        line-height: 2.5;
        padding: 50px 0 0 0;
    }
}

/*================================================================================
common
================================================================================*/

/* container ------------------------------------------------*/

.container-700 {
    max-width: 700px;
    font-family: "Shippori Mincho", sans-serif;
    margin: 0 auto;
}

.container-800 {
    max-width: 800px;
    margin: 0 auto;
}

.container-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

/* heading ------------------------------------------------*/

.common-style_heading-type1 {
    font-size: 40px;
    font-family: "Cinzel Decorative", serif;
    text-align: center;
    color: #666666;
    position: relative;
    padding: 0 0 20px 0;
	margin: 0 0 70px 0;
    font-weight: 200;
    letter-spacing:0.2em;
}

.common-style_heading-type1 .en {
    color: #d79b61;
}

.header_overlay-nav .en {
    color: #d79b61;
}

.common-style_heading-type1::after {
    content: "";
    display: block;
    width: 50px;
    height: 0.1px;
    background-color: #666666;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 991px) {

    .common-style_heading-type1 {
        font-size: 30px;
        padding: 0 0 15px 0;
    	margin: 0 0 40px 0;
    }
    
    .common-style_heading-type1 .en {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
/*見出しのライン*/    
    .common-style_heading-type1::after {
        width: 30px;
        height: 0.1px;
    }
}
@media (max-width: 768px) {
    .common-style_heading-type1 {
        line-height: 1.5; 
        font-weight: 300;        
    }
    .common-style_heading-type1 .en {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .header_overlay-nav .en {
        font-size: 20px;
    }
}

/* button ------------------------------------------------*/

.common-style_button-type1 {
    background: #4d4d4d;
    color: #fdfaf7;
    overflow: hidden;
    position: relative;
    transition-duration: .4s;
    z-index: 2;
    border: 1px solid #4d4d4d;
    /**border-radius: 60px;**/
    display: block;
    padding: 15px 40px;
    text-align: center;
    font-size: 18px;
}

.common-style_button-type1.style_pink {
    border: 2px solid #f0afbe;
    background: #f0afbe;
}

.common-style_button-type1.style_gold {
    border: 1px solid #666666;
    background: #666666;
}

.common-style_button-type1.style_white {
    border: 1px solid #666666;
    background: #666666;
}

/* button背景　gold*/
.common-style_button-type1.style_reverce.style_gold {
    background: #fdfaf7;
    color: #666666;
    border: 1px solid #666666;
}
.common-style_button-type1.style_reverce.style_white {
    background: #ffffff;
    color: #666666;
    border: 1px solid #666666;
}

.common-style_button-type1::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
}

.common-style_button-type1.style_gold.style_reverce::after {
    background: #666666;
}

.common-style_button-type1.style_white.style_reverce::after {
    background: #666666;
}

/**.common-style_button-type1::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("assets/img/common/common-style_button-type1-icon-hover.webp");
    background-size: 20px 20px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) translateX(0);
}**/

.common-style_button-type1.style_gold.style_reverce::before {
    background-image: url("assets/img/common/common-style_button-type1-goldicon.webp");
}

.common-style_button-type1:hover {
    color: #4d4d4d;
    opacity: 1;
}

.common-style_button-type1.style_pink:hover {
    color: #f0afbe;
}

.common-style_button-type1.style_gold:hover {
    color: #1a1a1a;
}

.common-style_button-type1.style_gold2:hover {
    color: #1a1a1a;
}

.common-style_button-type1.style_gold.style_reverce:hover::before {
    background-image: url("assets/img/common/common-style_button-type1-icon-hover.webp");
}

.common-style_button-type1.style_gold.style_reverce:hover {
    color: #fdfaf7;
}

.common-style_button-type1.style_white.style_reverce:hover {
    color: #ffffff;
}

.common-style_button-type1:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
}
 
.common-style_button-type1:hover::before {
    background-image: url("assets/img/common/common-style_button-type1-icon.webp");
}

.common-style_button-type1.style_pink:hover::before {
    background-image: url("assets/img/common/common-style_button-type1-pinkicon.webp");
}

.common-style_button-type1.style_gold:hover::before {
    background-image: url("assets/img/common/common-style_button-type1-goldicon.webp");
}

.common-style_button-type2 {
    background: #a6d7e4;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    transition-duration: .4s;
    z-index: 2;
    border: 2px solid #a6d7e4;
    border-radius: 60px;
    display: block;
    padding: 20px 40px;
    text-align: center;
    font-size: 25px;
}

.common-style_button-type2.style_pink {
    border: 2px solid #f0afbe;
    color: #ffffff;
    background: #f0afbe;
}

.common-style_button-type2::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
}

.common-style_button-type2:hover {
    color: #a6d7e4;
    opacity: 1;
}

.common-style_button-type2.style_pink:hover {
    color: #f0afbe;
}

.common-style_button-type2:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
}

@media (max-width: 991px) {

    .common-style_button-type1 {
        border: 1.5px solid #4d4d4d;
        padding: 15px 10px;
        margin-top: 20px;
        font-size: 16px;
    }
    
    .common-style_button-type1.style_pink {
        border: 1.5px solid #f0afbe;
    }
    
    .common-style_button-type1.style_gold {
        border: 1.5px solid #666666;
    }

    .common-style_button-type1.style_white {
        border: 1.5px solid #666666;
    }

    .common-style_button-type1.style_gold.style_reverce:hover {
        color: #fdfaf7;
    }
        

    .common-style_button-type1.style_white.style_reverce:hover {
        color: #ffffff;
    }

    .common-style_button-type1.style_reverce.style_white {
        border: 1px solid #666666;
    }
    
    
    .common-style_button-type1::before {
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        right: 20px;
    }
    
    .common-style_button-type2 {
        border: 1.5px solid #a6d7e4;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .common-style_button-type2.style_pink {
        border: 1.5px solid #f0afbe;
    }
    
    .common-style_button-type2 {
        border: 1.5px solid #a6d7e4;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .common-style_button-type2.style_pink {
        border: 1.5px solid #f0afbe;
    }
}

/* fixedmenu ------------------------------------------------*/

.slide_anime_nav {
    position: fixed;
    z-index: 99;
    top: 50%;
    transform: rotate(0) translateY(-50%);
}

.slide_anime_nav > div {
    transition: transform 0.3s ease 0s;
    transform: translateX(10px);
    padding: 15px 10px 5px 8px;
	margin: 0 0 5px 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.slide_anime_nav > div.en {
    padding: 10px 10px;
    letter-spacing: -1px;
}

.slide_anime_nav > div.en a {
    writing-mode: horizontal-tb;
}

.slide_anime_nav a {
    color: #ffffff;
    font-size: 18px;
    writing-mode: vertical-rl;
}

.slide_anime_nav >div.fc a {
    color: #333333;
    font-size: 15px;
    writing-mode: horizontal-tb;
}

.fixed_right {
    left: calc(100% - 60px);
}

.fixed_right > div:hover {
    transform: translateX(5px);
}

.fixed_right a::after {
    display: block;
    content: attr(data-text);
    padding-right: 10px;
}

@media (max-width: 991px) {

    .slide_anime_nav {
        top: auto;
        bottom: 0;
        transform: rotate(0) translateY(0);
        display: flex;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
    }
    
    .slide_anime_nav > div {
        transform: translateX(0);
        padding: 10px 15px;
    	margin: 0;
    	border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
    	text-align: center;
    }
    
    .slide_anime_nav div.first {
        width: 20%;
    }
    
    .slide_anime_nav div.second {
        width: 40%;
    }

    .slide_anime_nav div.third {
        width: 40%;
    }
        
    .slide_anime_nav > div.en {
        padding: 10px 15px;
        letter-spacing: 2px;
    }
    
    .slide_anime_nav a {
        font-size: 13px;
        writing-mode: horizontal-tb;
    }
    
    .fixed_right {
        left: 0;
    }
    
    .fixed_right > div:hover {
        transform: translateX(0);
    }
    
    .fixed_right a::after {
        display: block;
        content: attr(data-text);
        padding-right: 0;
    }
}

/* effect ------------------------------------------------*/

.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein.scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.appear {
    animation: appear 1s ease normal;
}

@keyframes appear {

    from {
	    opacity: 0;
	    transform : translate(0, 50px);
	}
	to {
	    opacity: 1;
	    transform : translate(0, 0);
	}
}

/* color ------------------------------------------------*/

.color_gold {
    color: #d79b61 !important;
}

.color_skyblue {
    color: #a6d7e4 !important;
}

.color_pink {
    color: #f0afbe !important;
}

.bgcolor_gold {
    background-color: #ffffff !important;
}

.bgcolor_skyblue {
    background-color: #d79b61 !important;
}

.bgcolor_pink {
    background-color: #4d4d4d !important;
}

/* header ------------------------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
    width: 100%;
    box-shadow: 0px 22px 15px -15px rgba(165, 165, 165, 0.2);
}

.header-inner {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 50px;

}

.header_left {
    display: flex;
    align-items: center;
}

.header_logo {
    max-width: 260px;
	margin: 0 40px 0 0;
    line-height: 1;
}

.header_catch-text {
	font-size: 14px;
}

.header_toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 50px;
    background-image: url(assets/img/common/header_toggle.webp);
    background-repeat: no-repeat;
    background-size: 45px 35px;
    cursor: pointer;
}

.header_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.header_overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.header_overlay-header {
	max-width: 520px;
	width: 100%;
	position: fixed;
	top: 30px;
	right: 70px;
    transform: translateX(595px);
    transition: all .5s;
    height: calc(100vh - 30px);
    overflow-y: auto;
}

.header_overlay-header_inner {
    background-color: #ffffff;
	position: relative;
	border-radius: 25px;
	padding: 40px;
}

.header_overlay.open .header_overlay-header {
    transform: translateX(0);
}

.header_overlay-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45px;
    right: 40px;
    background-image: url(assets/img/common/header_overlay-close.webp);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
}

.header_overlay-logo {
	margin: 0 0 50px 0;
}

.header_overlay-logo a img {
    max-width: 240px;
}

.header_overlay-nav {
	margin: 0 0 30px 0;
    font-family: "Cinzel Decorative", serif;
}

.header_overlay-nav ul li {
    border-top: 1px solid #dddddd;
}

.header_overlay-nav ul li:last-child {
    border-bottom: 1px solid #dddddd;
}

.header_overlay-nav ul li a {
	font-size: 20px;
	padding: 15px;
	display: block;
}

.header_overlay-buttons {
	margin: 0 0 30px 0;
}

.header_overlay-buttons_button {
	margin: 0 auto 15px auto;
	max-width: 380px;
}

.header_overlay-buttons_button .common-style_button-type1 {
    padding: 10px 20px 10px 35px;
    text-align: center;
}

.header_overlay-subnav {
	margin: 0 0 30px 0;
}

.header_overlay-subnav ul {
    font-size: 0;
    letter-spacing: -1em;
    text-align: center;
}

.header_overlay-subnav ul li {
	padding: 0 15px;
    display: inline-block;
    border-right: 1px solid #999999;
}

.header_overlay-subnav ul li:last-child {
    border-right: none;
}

.header_overlay-subnav ul li a {
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1;
}

.header_overlay-sns_button {
    max-width: 190px;
	margin: 0 auto;
}
.header_Instagram_logo {
    max-width: 50px;
	margin: 0 auto 0 auto;
}

@media (max-width: 991px) {

    .header-inner {
        padding: 15px 20px;
    }
    
    .header_logo {
        max-width: 180px;
    	margin: 0;
    }
    
    .header_catch-text {
    	display: none;
    }
    
    .header_toggle {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 20px;
        background-size: 30px 30px;
    }
    
    .header_overlay-header {
    	top: 0;
    	right: 0;
        padding: 20px;
    }
    
    .header_overlay-header_inner {
    	border-radius: 12.5px;
    	padding: 15px;
    }
    
    .header_overlay-close {
        width: 25px;
        height: 25px;
        top: 15px;
        right: 15px;
        background-size: 25px 25px;
    }
    
    .header_overlay-logo {
    	margin: 0;
    	line-height: 1;
    }
    
    .header_overlay-logo a img {
        max-width: 100px;
    }
    
    .header_overlay-nav {
    	margin: 0 0 20px 0;
    }
    
    .header_overlay-nav ul li:first-child {
        border-top: none;
    }
    
    .header_overlay-nav ul li a {
    	font-size: 18px;
    	padding: 10px 15px;
    }
    
    .header_overlay-buttons {
    	margin: 0 0 25px 0;
    }
    
    .header_overlay-buttons_button {
    	margin: 0 auto 15px auto;
    	max-width: 300px;
    }
    
    .header_overlay-buttons_button .common-style_button-type1 {
        font-size: 16px;
        padding: 10px 20px 10px 30px;
        text-align: center;
    }
    
    .header_overlay-subnav {
    	margin: 0 0 15px 0;
    }
    
    .header_overlay-subnav ul li a {
    	font-size: 12px;
    }
    
    .header_overlay-sns_button {
        max-width: 140px;
    }
}

@media (max-width: 768px) {
    .header_overlay-nav {
    	margin: 20px 0 20px 0;
    }
    .header_overlay-nav ul li a {
    	font-size: 20px;
    	padding: 5px 10px;
    }
    .header_overlay-buttons_button .common-style_button-type1 {
        font-size: 16px;
        padding: 5px 20px 5px 30px;
        text-align: center;
    }
    .header_overlay-logo {
    	margin: 0;
    	line-height: 1;
    }
    
    .header_overlay-logo a img {
        max-width: 200px;
    }    
}


/* footer ------------------------------------------------*/

.footer_top {
    background-color: #fdfaf7;
    padding: 100px 0;
}

.footer_logo {
    max-width: 250px;
	margin: 0 auto 80px auto;
}
.footer_Instagram_logo {
    max-width: 90px;
	margin: 0 auto 0 auto;
}

.footer_nav ul {
    font-size: 0;
    letter-spacing: -1em;
    text-align: center;
	margin: 0 0 60px 0;
}

.footer_nav ul li {
    border-right: 1px solid #dddddd;
	padding: 0 50px;
    display: inline-block;
}

.footer_nav ul li:last-child {
    border-right: none;
}

.footer_nav ul li a {
	font-size: 20px;
    letter-spacing: 3px;
	line-height: 1;
}

.footer_buttons {
	margin: 0 0 60px 0;
}

.footer_buttons .column .row-outer {
    margin: 0 -25px;
}

.footer_buttons .column .col-inner {
    padding: 0 25px;
}

.footer_buttons-button {
    max-width: 330px;
}

.footer_buttons-button .common-style_button-type1 {
    font-size: 18px;
    padding: 15px 20px 15px 35px;
    text-align: center;
}

.footer_subnav ul {
    font-size: 0;
    letter-spacing: -1em;
    text-align: center;
}

.footer_subnav ul li {
	padding: 0 30px;
    display: inline-block;
}

.footer_subnav ul li a {
	font-size: 16px;
    letter-spacing: 2px;
	line-height: 1;
}

.footer_bottom {
    background-color: #ffffff;
    padding: 15px 0;
}

.footer_copy-text {
	font-size: 16px;
    text-align: center;
}


@media (max-width: 991px) {

    .footer_top {
        padding: 50px 0;
    }
    
    .footer_logo {
        max-width: 190px;
    	margin: 0 auto 40px auto;
    }

    .footer_nav {
        border-bottom: 1px solid #dddddd;
	    margin: 0 0 30px 0;
    }
        
    .footer_nav ul {
    	margin: 0 0 0 0;
    }
    
    .footer_nav ul li {
        border-right: none;
        border-top: 1px solid #dddddd;
        display: block;
        padding: 0;
    }
    
    .footer_nav ul li:last-child {
        border-right: none;
    }
    
    .footer_nav ul li a {
    	font-size: 18px;
    	display: block;
    	padding: 20px 40px;
    }
    
    .footer_buttons {
    	margin: 0 0 20px 0;
    }
    
    .footer_buttons .column .row-outer {
        margin: 0;
    }
    
    .footer_buttons .column .col-inner {
        padding: 0;
    }
    
    .footer_buttons-button {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .footer_buttons-button .common-style_button-type1 {
        font-size: 16px;
        padding: 15px 20px 15px 30px;
    }
    
    .footer_subnav ul li {
    	padding: 0 15px;
    }
    
    .footer_subnav ul li a {
    	font-size: 12px;
    }
    
    .footer_bottom {
        padding: 12.5px 0;
        margin-bottom: 60px; /* ナビゲーションの高さに応じて調整 */
    }
    
    .footer_copy-text {
    	font-size: 12px;
    }
    .footer_Instagram_logo {
    max-width: 60px;
	margin: 0 auto 0 auto;
}
    .footer_subnav ul li a {
    	font-size: 15px;
    }
}
@media (max-width: 768px) {
    .footer_nav ul li a {
    	font-size: 15px;
    	padding: 20px 0;
    }
}
@media (min-width: 1200px) {
    .footer .container {
    	max-width: 1000px;
    }
}


/*================================================================================
index
================================================================================*/

.top-hero {
	margin: 0 0 50px 0;
}

.top-hero_visual {
    position: relative;
}

h1.top-hero_visual-heading {
    position: absolute;
    bottom: 40%;
    left: 10%;
    z-index: 1;
    width: 27%;
}

.top-hero .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}

.top-hero_visual-slider > div[aria-hidden="false"] {
    animation: anime_zoom 6s linear;
}
.top-hero_visual-slider > div[aria-hidden="true"] {
    transform: scale(1.2);
}

.top_banner {
 padding: 100px 0 120px 0;
}

.top_banner img {
  max-width: 40%;
  height: auto;
}

@keyframes anime_zoom {

    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {

    .top-hero {
    	margin: 0 0 40px 0;
    }
    
    .top-hero_visual-slider_slide img {
        object-fit: cover;
        height: 100vh;
    }
    
    h1.top-hero_visual-heading {
        bottom: 15%;
        left: 5%;
        z-index: 1;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
  .top_banner {
    margin: 80px 0 60px 0; /* 上下の余白を少し小さく */
  }

  .top_banner img {
    max-width: 90%;* 画面幅にフィット */
  }
}

@media (max-width: 575px) {

    h1.top-hero_visual-heading {
        bottom: 20%;
        width: 80%;
    }
    .top_banner {
 padding: 0px 0 0px 0;
}
}

/*---------------- award ----------------*/

.top-award {
	margin: 0 0 100px 0;
}

.top-award_banners {
	margin: 0 0 30px 0;
}

.top-award_banners .column .row-outer {
    margin: 0 -25px;
}

.top-award_banners .column .col-inner {
    padding: 0 25px;
}

.top-award_notice-text {
    font-size: 14px;
    text-align: right;
}

@media (max-width: 991px) {

    .top-award {
    	margin: 0 0 60px 0;
    }
    
    .top-award_banners {
    	margin: 0;
    }
    
    .top-award_banners .column .row-outer {
        margin: 0;
    }
    
    .top-award_banners .column .col-inner {
        padding: 0;
    }
    
    .top-award_banners-banner {
	    margin: 0 auto 20px auto;
	    max-width: 300px;
    }
    
    .top-award_notice-text {
        font-size: 12px;
        text-align: center;
    }
}

/*---------------- news ----------------*/

.top-newslist {
    margin: 0 0 150px 0;
}

.top-newslist_inner {
    padding: 60px 0;
    border-top: 1px solid #e4d5a6;
    border-bottom: 1px solid #e4d5a6;
}

.top-newslist_list {
    padding: 0 100px;
}

.top-newslist_list ul li {
    display: flex;
    padding: 15px 0;
}

.top-newslist_list-date {
	font-size: 18px;
	width: 180px;
}

.top-newslist_list-link {
	font-size: 18px;
}

@media (max-width: 991px) {

    .top-newslist {
        margin: 0 0 60px 0;
    }
    
    .top-newslist_inner {
        padding: 40px 0;
    }
    
    .top-newslist_list {
        padding: 0;
    }
    
    .top-newslist_list ul li {
        display: block;
        padding: 7.5px 0;
        text-align: center;
    }
    
    .top-newslist_list-date {
    	font-size: 15px;
    	width: 100%;
    	display: block;
    }
    
    .top-newslist_list-link {
    	font-size: 15px;
    	width: 100%;
    	display: block;
    }
}

/*---------------- about ----------------*/

.top-about {
    margin: 0 0 0px 0;
}

.top-about_text {
	font-size: 18px;
	line-height: 3;
	text-align: center;
	margin: 0 0 100px 0;
}

.top-about_text2 {
	font-size: 18px;
	line-height: 3;
	text-align: center;
	margin: 0 0 80px 0;
}

.top-about_slider {
	margin: 0 0 0px 0;
}

.top-about .swiper-wrapper {
    transition-timing-function: linear;
}

@media (max-width: 991px) {

    .top-about {
        margin: 0;
    }
    
    .top-about_text {
    	font-size: 16px;
    	text-align: justify;
    	margin: 0 0 30px 0;
    	line-height: 2.2;        
    }

    .top-about_text2 {
    	font-size: 16px;
    	text-align: justify;
    	margin: 0 0 30px 0;
    	line-height: 2.2;        
    }
    
    .top-about_slider {
    	margin: 0;
    }
}

@media (max-width: 768px) {
    .top-about {
        margin: 0;
    }
}

/*---------------- choice ----------------*/

.top-choice {
    padding: 150px 0 150px 0;
    background-color: #fdfaf7;
}

h3.top-choice_heading {
	font-size: 26px;
	color: #666666;
	text-align: center;
	margin: 0 0 20px 0;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
}

h3.top-choice_heading2 {
	font-size: 26px;
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 20px 0;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
}


h3.top-choice_heading .co {
    background:linear-gradient(transparent 60%, #faf7ed 60%);
}

h3.top-choice_heading .strong {
    background:linear-gradient(transparent 60%, #faf7ed 60%);
}

.top-choice_heading-num {
    display: block;
    margin: 0 auto 10px auto;
    width: 50px;
    height: 50px;
}

.top-choice_heading-num {
    line-height: 1;
}

.top-choice_content-item {
    margin: 0 auto 100px auto;
}

.top-choice_thumb {
	margin: 0 0 30px 0;
    text-align: center;
}

.top-choice_thumb img {
    max-width: 700px;
}

h4.top-choice_heading {
	font-size: 25px;
	margin: 0 0 20px 0;
    font-weight: 300;
}

.top-choice_box {
	font-size: 16px;
	margin: 0 0 10px 0;
    letter-spacing:0.15em;
    line-height:2.5em;
}

.top-choice_list li {
	font-size: 16px;
	margin: 0 0 10px 0;
    padding-left: 18.5px;
    text-indent: -18.5px;
    letter-spacing:0.15em;
}

.top-choice_box  .space_t30 {
	margin: 30px 0 0 0;
}

.top-choice_box .space_b30 {
	margin: 0 0 30px 0;
}

.top-choice_message {
    font-size: 30px;
    text-align: center;
}

.top-choice_message .strong {
    background:linear-gradient(transparent 60%, #faf7ed 60%);
}

@media (max-width: 991px) {

    .top-choice {
    	margin: 0 0 60px 0;
        padding: 60px 0 100px 0;       
    }  
    
    h3.top-choice_heading {
        font-size: 25px;
    	margin: 0 0 20px 0;
    }
    
    .top-choice_heading-num {
        margin: 0 auto 10px auto;
        width: 25px;
        height: 25px;
    }
    
    .top-choice_content-item {
        margin: 0 auto 40px auto;
    }
    
    .top-choice_thumb {
    	margin: 0 0 35px 0;
    }
    
    h4.top-choice_heading {
    	margin: 0 0 10px 0;
    	text-align: center;
        font-size: 20px;
    }

    .top-choice_list li {
    	font-size: 15px;
    	margin: 0 0 5px 0;
        padding-left: 16.5px;
        text-indent: -16.5px;
    }    
    
    .top-choice_box {
    	font-size: 15px;
    	margin: 0 0 5px 0;
        padding-left: 16.5px;
    }
    
    .top-choice_message {
        font-size: 20px;
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .top-choice_list li {
        line-height: 1.8;
        margin: 0 0 12px 0; 
    }
    .top-choice_box {
        line-height: 1.8;
        margin: 0 0 12px 0; 
    }
    .top-choice_message {
        line-height: 2;
    }
}

/*---------------- plan ----------------*/

.top-plan {
    background-color: #ffffff;
    padding: 100px 0;
	margin: 0 0 100px 0;
}

.top-plan_lead {
    margin: 0 0 60px 0;
}

.top-plan_lead-text {
	font-size: 16px;
    text-align: center;
}

.top-plan_graph {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 991px) {

    .top-plan {
        padding: 10px 0;
    	margin: 0 0 60px 0;
    }
    
    .top-plan_lead {
        margin: 0 0 30px 0;
    }
    
    .top-plan_lead-text {
    	font-size: 15px;
        text-align: justify;
    }
}
@media (max-width: 768px) {

    .top-plan_lead {
        line-height: 2;
    }
}

/*---------------- genplanmenu ----------------*/

.top-genplanmenu {
	margin: 0 0 150px 0;
}

.top-genplanmenu_buttons .column .row-outer {
    margin: 0 -30px;
}

.top-genplanmenu_buttons .column .col-inner {
    padding: 0 30px;
}

.top-genplanmenu_buttons-button_text {
    text-align: center;
	margin: 0 0 15px 0;
}

.top-genplanmenu_buttons-button_text img {
    max-width: 330px;
}

@media (max-width: 991px) {

    .top-genplanmenu {
    	margin: 0 0 30px 0;
    }
    
    .top-genplanmenu_buttons .column .row-outer {
        margin: 0;
    }
    
    .top-genplanmenu_buttons .column .col-inner {
        padding: 0;
    }
    
    .top-genplanmenu_buttons-button {
        max-width: 300px;
        margin: 0 auto 30px auto;
    }
    
    .top-genplanmenu_buttons-button_text {
        text-align: center;
    	margin: 0 0 15px 0;
    }
    
    .top-genplanmenu_buttons-button_text img {
        max-width: 170px;
    }
}

/*---------------- genplan ----------------*/

.top-genplan {
    background-color: #f6fbfc;
    padding: 100px 0;
}

.top-genplan.style_pink {
    background-color: #fdf7f8 ;
}

.top-genplan_detail {
	margin: 0 0 100px 0;
}

.top-genplan_detail .column {
	margin: 0 0 30px 0;
}

.top-genplan_detail .column .column-item {
	margin: 0 0 30px 0;
}

.top-genplan_detail .column .row-outer {
    margin: 0 -20px;
}

.top-genplan_detail .column .col-inner {
    padding: 0 20px;
}

h3.top-genplan_detail-heading.border_skyblue::after {
    background-color: #a6d7e4;
}

h3.top-genplan_detail-heading.border_pink::after {
    background-color: #f0afbe;
}

h4.top-genplan_detail-heading {
    background-color: #a6d7e4;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	padding: 15px 15px;
	margin: 0 0 20px 0;
}

.top-genplan.style_pink h4.top-genplan_detail-heading {
    background-color: #f0afbe;
}

p.top-genplan_detail-text {
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
}

p.top-genplan_detail-text.textalign_justify {
	text-align: justify;
}

p.top-genplan_detail-notice {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 15px;
}

p.top-genplan_detail-notice.textalign_justify {
	text-align: justify;
}

.top-genplan_detail-condition {
    float: right;
    margin: 120px 0 0 0;
}

p.top-genplan_detail-condition_text {
	font-size: 14px;
	text-align: justify;
}

@media (max-width: 991px) {

    .top-genplan {
        padding: 60px 0;
    }
    
    .top-genplan_detail {
    	margin: 0 0 50px 0;
    }
    
    h3.top-genplan_detail-heading {
    	font-size: 24px;
    }
    
    h4.top-genplan_detail-heading {
    	font-size: 20px;
    }
    
    .top-genplan_detail .column .row-outer {
        margin: 0;
    }
    
    .top-genplan_detail .column .col-inner {
        padding: 0;
    }
    
    .top-genplan_detail-table {
        max-width: 330px;
        margin: 0 auto;
    }
    
    p.top-genplan_detail-text {
    	font-size: 15px;
    }
    
    .top-genplan_detail-condition {
        float: left;
        margin: 0 0 0 0;
    }
    
    p.top-genplan_detail-condition_text {
    	font-size: 12px;
    }
}

@media (max-width: 768px) {
    p.top-genplan_detail-text.textalign_justify {
    	line-height: 2;
    }
    p.top-genplan_detail-condition_text {
    	line-height: 2;
    }
}


/*---------------- feature ----------------*/

.top-genplan_feature .column .column-item {
	margin: 0 0 80px 0;
}

h3.top-genplan_feature-heading.border_skyblue::after {
    background-color: #a6d7e4;
}

h3.top-genplan_feature-heading.border_pink::after {
    background-color: #f0afbe;
}

h4.top-genplan_feature-heading {
	font-size: 25px;
	text-align: center;
	color: #a6d7e4;
	margin: 0 0 40px 0;
}

.top-genplan_feature-heading_num {
    width: 45px;
    height: 45px;
	margin: 0 auto 20px auto;
	display: block;
}

.top-genplan_feature .column {
	margin: 0 0 80px 0;
}

.top-genplan_feature .column .column-item {
	margin: 0 0 80px 0;
}

.top-genplan_feature .column .row-outer {
    margin: 0 -50px;
}

.top-genplan_feature .column .col-inner {
    padding: 0 50px;
}

.top-genplan_feature-thumb {
    max-width: 210px;
    margin: 0 auto 20px auto;
}

.top-genplan_feature-text {
	font-size: 16px;
	color: #666666;
	line-height: 3;
	text-align: center;
}

.top-genplan_feature-more {
    max-width: 480px;
    margin: 0 auto;
}

.top-genplan_feature-more02 {
    max-width: 480px;
    margin: 100px auto 0 auto;
    font-family: "Cinzel Decorative", serif;
}

@media (max-width: 991px) {

    .top-genplan_feature .column .column-item {
    	margin: 0 0 40px 0;
    }
    
    .top-genplan_feature .column {
    	margin: 0 0 0 0;
    }
    
    h3.top-genplan_feature-heading {
    	font-size: 24px;
    }
    
    h4.top-genplan_feature-heading {
    	font-size: 20px;
    	margin: 0 0 20px 0;
    }
    
    .top-genplan_feature-heading_num {
        width: 30px;
        height: 30px;
    	margin: 0 auto 15px auto;
    }
    
    .top-genplan_feature-thumb {
        max-width: 150px;
    }
    
    .top-genplan_feature-text {
    	font-size: 15px;
    	text-align: justify;
    }
    
    .top-genplan_feature-more {
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    .top-genplan_feature-text {
        line-height: 2;
    }
}

/*---------------- fullbanner ----------------*/

.top-fullbanner {
	margin: 0 0 130px 0;
}

.top-fullbanner img {
	height: 480px;
	object-fit: cover;
}

@media (max-width: 991px) {

    .top-fullbanner {
    	margin: 0 0 60px 0;
    }

    .top-fullbanner img {
    	height: 240px;
    }
}

/*---------------- flow ----------------*/

.top-flow {
	margin: 0 0 150px 0;
}

.top-flow_list-item {
    border-left: 1px solid #e4d5a6;
	padding: 0 0 80px 70px;
	position: relative;
}

.top-flow_list-item.last {
    border-left: none;
}

.top-flow_list-icon {
    position: absolute;
    top: 0;
    left: -22.5px;
    width: 45px;
    height: 45px;
}

p.top-flow_lead {
	font-size: 16px;
	text-align: center;
	margin: 0 0 60px 0;
}

h3.top-flow_list-heading {
	font-size: 30px;
	color: #e4d5a6;
	margin: 0 0 30px 0;
}

p.top-flow_list-text {
	font-size: 16px;
	letter-spacing: 0.14em
}

@media (max-width: 991px) {

    .top-flow {
    	margin: 0 0 30px 0;
    }
    
    .top-flow_list-item {
    	padding: 0 0 30px 30px;
    	margin: 0 0 0 15px;
    }
    
    .top-flow_list-icon {
        left: -15px;
        width: 30px;
        height: 30px;
    }
    
    p.top-flow_lead {
    	font-size: 15px;
    	margin: 0 0 50px 0;
    }
    
    h3.top-flow_list-heading {
    	font-size: 24px;
    	margin: 0 0 10px 0;
    }
    
    p.top-flow_list-text {
    	font-size: 15px;
    	text-align: justify;
		letter-spacing: 0.05em
    }
}
@media (max-width: 768px) {
    p.top-flow_list-text {
    	line-height: 2;
    }
}

/*---------------- contact ----------------*/

.top-contact {
	margin: 0 0 120px 0;
}

.top-contact-inner {
    background: #fdfaf7;
	padding: 80px 200px;
}

.top-contact_lead {
	font-size: 30px;
	text-align: center;
	margin: 0 0 60px 0;
}

.top-contact_more a {
    display: block;
    max-width: 480px;
    margin: 0 auto;
}

.top-contact_lead .strong {
    background:linear-gradient(transparent 60%, #faf7ed 60%);
}

@media (max-width: 991px) {

    .top-contact {
    	margin: 0 0 60px 0;
    }
    
    .top-contact-inner {
    	padding: 30px 15px;
    }
    
    .top-contact_lead {
    	font-size: 18px;
    	margin: 0 0 20px 0;
    }
    
    .top-contact_more a {
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    .top-contact_lead {
    	font-size: 16px;
    	line-height: 2.5;
    }
    .top-contact-inner {
    	padding: 30px 30px;
    }
}

/*---------------- company ----------------*/

.top-comapny {
	margin: 0 0 150px 0;
}

.top-comapny_table {
	margin: 0 0 30px 0;
}

.top-comapny_table table {
	width: 100%;
}

.top-comapny_table table tr th {
	font-size: 18px;
	color: #333333;
	padding: 20px 30px;
	border-right: 1px solid #808080;
}

.top-comapny_table table tr td {
	font-size: 18px;
	padding: 20px 30px;
}

.top-comapny_more {
    max-width: 480px;
    margin: 0 auto;
}

.top-comapny_more-text {
    text-align: center;
	margin: 0 0 15px 0;
}

.top-comapny_more-text img {
    max-width: 230px;
}

@media (max-width: 991px) {

    .top-comapny {
    	margin: 0 0 60px 0;
    }
    
    .top-comapny_table {
    	margin: 0;
    }
    
    .top-comapny_table table tr th {
    	font-size: 16px;
    	padding: 5px 0 0 0;
    	border-right: none;
    	display: block;
    	width: 100%;
        text-align: center;
        border-bottom: 0.5px solid #e7e7e7;        
    }
    
    .top-comapny_table table tr td {
    	font-size: 15px;
    	padding: 0 0 15px 0;
    	display: block;
    	width: 100%;
        text-align: center;
    }
    
    .top-comapny_more {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .top-comapny_more-text {
        text-align: center;
    	margin: 0 0 15px 0;
    }
    
    .top-comapny_more-text img {
        max-width: 170px;
    }
}

@media (max-width: 768px) {
    .sp-item {
    	display: none !important;
    }
}
@media (max-width: 1199px) {
    .xl-none {
    	display: none !important;
    }
}

/*---------------- craft ----------------*/

.craft-newslist {
    margin: 0 0 150px 0;
}

h3.craft-choice_heading {
	font-size: 26px;
	color: #666666;
	text-align: center;
	margin: 0 0 20px 0;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
}
h3.craft-choice_heading2 {
	font-size: 26px;
	color: #666666;
	margin: 0 0 20px 0;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
}
.choice2 {
    padding: 0px 0 150px 0;
    background-color: #ffffff;
}
.arrow img {
    max-width: 50px;
    margin-bottom: 80px;
}

/* 説明文部分 */
.craft-about_text {
	font-size: 18px;
	line-height: 3;
	text-align: center;
}

/* 写真の下に文章を配置するためのスタイル */
.craft-choice_thumb {
    margin: 0 auto 10px auto; /* 上下の余白を調整 */
    text-align: center; /* 画像を中央揃え */
}

.craft-choice_thumb img {
    max-width: 100%; /* 画像が親要素の幅を超えないようにする */
    height: auto; /* アスペクト比を維持 */
}

/* 各アイテムを横並びにするスタイル */
.craft-choice_content-item {
    display: inline-block; /* 横並びにする */
    width: 40%; /* 各アイテムの幅を調整（2つ並べるために約50%） */
    margin: 3% 1% 1% 1% ; /* アイテム間の余白を調整 */
    vertical-align: top; /* 上揃え */
    text-align: left; /* 中央揃え */
}

/* テキストボックスのスタイル */
.craft-choice_box {
    font-size: 15px;
    margin: 0 auto 10px auto;
    letter-spacing: 0.10em;
    line-height: 1.8em;
    text-align: left; /* テキストを左揃え */
}

@media (max-width: 991px) {

    .choice2 {
        padding: 0px 0 30px 0;
        background-color: #ffffff;
    }    
    .arrow img {
        max-width: 50px;
        margin-bottom: 40px;
    }    
    h3.craft-choice_heading {
        font-size: 22px;
        margin: 20px 0 20px 0;
    }
    h3.craft-choice_heading2 {
        font-size: 22px;
        margin: 20px 0 20px 0;
    }
    .craft-choice_content-item {
        display: block; /* 縦並びにする */
        width: 100%; /* 幅を100%にする */
        margin: 0 0 20px 0; /* 下に余白を追加 */
    }
    .craft-newslist {
        margin: 0 0 5px 0;
    }
    .top-choice {
        margin: 0 0 60px 0;
        padding: 60px 0 40px 0;
    }
.craft-about_text {
	font-size: 17px;
	line-height: 1.8em;
    margin: 0 0 15px 0;
    }
    .craft-about_text2 {
    	font-size: 15px;
    	text-align: justify;
    	margin: 0 0 30px 0;
    	line-height: 1.8em;      
    }
    .craft-choice_box {
        font-size: 15px;
        margin: 0 auto 30px auto;
        letter-spacing: 0.10em;
        line-height: 1.5em;
    }    
}

/*---------------- reservation ----------------*/
.schedule{
  margin:100px auto;
}

.reservation_table{
  display:grid;
  grid-template-columns: repeat(5,1fr);
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:18px 0 18px 0;
}

.reservation_cell{
  text-align:center;
  font-size:20px;
  border-right:1px solid #ccc;
}

.reservation_cell:last-child{
  border-right:none;
}

.reservation_note{
  text-align:right;
  margin-top:15px;
  font-size:14px;
  color:#666;
}

/*---------------- privacy- ----------------*/

.privacy-newslist {
    margin: 0 0 150px 0;
}

@media (max-width: 991px) {
    .privacy-newslist {
        margin: 0 0 5px 0;
    }   
}

/*---------------- 追加CSS ----------------*/
.content-headline{
	font-size:1.2em;
	text-align: left;
	font-weight: 400
}
.text-center{
	text-align: center;
}
.font-bold{
	font-weight: 500
}
.font_60{
        font-size: 60px;
}
.font_35{
        font-size: 35px;
}
.font_25{
        font-size: 25px;
}
.mtop-200{
	margin-top: 200px
}
.mtop-150{
	margin-top: 150px
}
.mtop-100{
	margin-top: 100px
}
.mtop-50{
	margin-top: 50px
}
.mtop-30{
	margin-top: 30px
}
#top-about, #top-choice, #top-plan, #top-flow {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さに合わせる */
}
.img_size_60{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.top-mb-70{
    margin-bottom: 70px;
}

.top-mb-200{
    margin-bottom: 200px;
}

.font-space{
    letter-spacing: 0.6rem;
}


@media (max-width: 768px) {
.content-headline{
	font-size:1.1em;
}
.mtop-200{
	margin-top: 60px
}
.mtop-150{
	margin-top: 50px
}
.mtop-100{
	margin-top: 50px
}
.mtop-50{
	margin-top: 25px
}
.mtop-30{
	margin-top: 15px
}
.top-mb-200{
    margin-bottom: 100px;
}
.font_60{
        font-size: 30px;
}
.font_35{
        font-size: 25px;
}
.font_25{
        font-size: 22px;
}
.font-space{
    letter-spacing: 0.3rem;
}
.margin-box{
    margin: 0 20px;
}
.font-h{
    line-height: 2.0;
}
.font-h2{
    line-height: 1.6;
}
.img_size_60{
    width: 80%;
    display: block;
    margin: 0 auto;
}
}


/*--------------- TOP追加　左写真・右文字 ---------------*/

/* 全体のスタイル */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 写真と文章を横並びにする */
.content-wrapper {
    display: flex;
    align-items: flex-start; /* 上揃え */
    gap: 100px; /* 写真と文章の間隔 */
    flex-wrap: wrap; /* 画面が狭い場合に折り返す */
}

/* 写真のスタイル */
.image-container img {
    width: 100%;
    max-width: 500px; /* 最大幅を設定 */
    height: auto; /* アスペクト比を維持 */
    flex: 1; /* 画像の幅を調整 */
}

/* 文章のスタイル */
.text-container {
    flex: 1; /* 文章の幅を調整 */
    text-align: left; /* 文章を左揃え */
}

/* 左に写真、右に文章のスタイル */
#top-remake .content-wrapper {
    flex-direction: row-reverse; /* 文章を左、写真を右に配置 */
}

/* 左に写真、右に文章のスタイル(デザイナー部分) */
#top-designer .content-wrapper {
    flex-direction: row-reverse; /* 文章を左、写真を右に配置 */
}

/* 左に文章、右に写真のスタイル */
#top-gold .content-wrapper {
    flex-direction: row; /* 写真を左、文章を右に配置 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column; /* スマホでは縦並びにする */
        gap: 50px; /* 写真と文章の間隔 */ 
    }

    .image-container {
        order: -1; /* 写真を上に移動 */
        text-align: center; /* 写真を中央揃え */
    }

    .image-container img {
        max-width: 100%; /* スマホでは画像を全幅にする */
    }

    .text-container {
        margin-top: 20px; /* 写真と文章の間隔を調整 */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .content-wrapper {
        justify-content: center; /* タブレット時に中央揃え */
    }

    .text-container {
        text-align: left; /* 文章を左揃え */
    }
}
/* ボタン */
.reservation_buttons {
	margin: 0 0 60px 0;
}

.reservation .column .row-outer {
    margin: 0 -25px;
}

.reservation .column .col-inner {
    padding: 0 25px;
}

.reservation-button {
    max-width: 330px;
}

.reservation-button .common-style_button-type1 {
    font-size: 10px;
    padding: 15px 20px 15px 35px;
    text-align: center;
}

/* 名前 */
.furigana {
    font-size: 13px;
    font-family: "Cinzel Decorative", serif;
    color: #1a1a1a;
}

/* map */

.map {
    text-align: center;
}

iframe {
    filter: grayscale(80%); /* モノクロ */
    position: relative;
    width: 100%; /* 親要素の幅に合わせる */
    overflow: hidden; /* はみ出しを防ぐ */
}


/* デフォルトでは文字を折り返さない */
.mobile-break {
  display: none;
}

/* モバイルの場合は折り返す */
@media screen and (max-width: 768px) {
  .mobile-break {
    display: inline;
  }
}
@media (max-width: 768px) { /* モバイル用のメディアクエリ */
    .top-choice_box br {
        display: none;
    }
    .top-about_text br {
        display: none;   
    }        
}