@charset "UTF-8";

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


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

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

html, body {
    overflow-x: hidden;
}

body {
    font-weight: 200;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 1px;
}

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

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

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

.header {
    display: flex;
    padding: 60px 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header.scroll {
    position: fixed;
    background-color: #ffffff;
    padding: 20px 50px;
    animation: fadedown 1s forwards;
}

@keyframes fadedown {

    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    } to {
        opacity: 1;
        transform: translateZ(0)
    }
}

/* logo */

.header_logo {
    max-width: 180px;
}

/* nav */

.header_nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header_nav-list {
    display: flex;
}

.header_nav-item {
    margin: 0 20px;
}

.header_nav-item:first-child {
    margin-left: 0;
}

.header_nav-item:last-child {
    margin-right: 0;
}

.header_nav-link {
    font-size: 18px;
    color: #b99154;
    line-height: 29px;
    font-family: "Playfair Display", serif;
}

.header_nav-link.header_nav-contact {
    border: 1px solid #b99154;
    padding: 10px 40px;
    border-radius: 50px;
}

.header_nav-link.header_nav-contact:hover {
    background-color: #b99154;
    color: #ffffff;
}

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

.header-sp {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    padding: 25px;
}

.header-sp.scroll {
    background-color: #ffffff;
}

/* logo */

.header-sp_logo {
	max-width: 140px;
}

/* toggle */

.header-sp_toggle {
	width: 40px;
	height: 40px;
    background-image: url(assets/img/common/header-sp_toggle-open.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 999;
    font-size: 0;
}

.header-sp_toggle.close {
    background-image: url(assets/img/common/header-sp_toggle-close.png);
}

/* overlay */

.header-sp_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #b99154;
	z-index: 990;
	padding: 60px 60px 15px 60px;
	animation: toggle 0.5s ease normal;
}

.header-sp_overlay.open {
	display: block;
}

.header-sp_nav {
	margin: 0 0 30px 0;
}

.header-sp_nav-item {
    border-top: 1px solid #ffffff;
}

.header-sp_nav-item:first-child {
    border-top: none;
}

.header-sp_nav-item:last-child {
    border-top: none;
}

.header-sp_nav-link {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 29px;
    font-family: "Playfair Display", serif;
	padding: 15px 0;
	text-align: center;
}

.header-sp_nav-link.header-sp_nav-contact {
    border: 1px solid #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
}

.header-sp_nav-link.header-sp_nav-contact:hover {
    background-color: #b99154;
    color: #ffffff;
}

.header-sp_contact {
    max-width: 100px;
	margin: 0 auto 30px auto;
}

.header-sp_copy-text {
    font-size: 10px;
    color: #ffffff;
    line-height: 20px;
	text-align: center;
}

@keyframes toggle {

    from {
    	transform: translateY(-100%);
	    opacity: 0;
	}
	to {
		transform: translateY(0);
	    opacity: 1;
	}
}

@media (max-width: 991px) {

	.header {
	    display: none;
    }
    
	.header-sp {
	    display: block;
    }
}

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

.footer {
    background-color: #34056b;
    padding: 90px 0;
}

.footer_house {
    max-width: 460px;
    position: absolute;
    right: -50px;
    bottom: -90px;
}

.footer_top {
    display: flex;
    margin-bottom: 100px;
}

.footer_middle {
    margin-bottom: 100px;
}

/* logo */

.footer_logo {
    max-width: 180px;
}

/* nav */

.footer_nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.footer_nav-list {
    display: flex;
}

.footer_nav-item {
    margin: 0 20px;
}

.footer_nav-item:first-child {
    margin-left: 0;
}

.footer_nav-item:last-child {
    margin-right: 0;
}

.footer_nav-link {
    font-size: 18px;
    color: #b99154;
    line-height: 29px;
    font-family: "Playfair Display", serif;
}

.footer_nav-link.footer_nav-contact {
    border: 1px solid #b99154;
    padding: 10px 40px;
    border-radius: 50px;
}

.footer_nav-link.footer_nav-contact:hover {
    background-color: #b99154;
    color: #34056b;
}

/* shop */

.footer_shop-list {
    display: flex;
}

.footer_shop_info {
    padding: 0 70px;
    border-right: 1px solid #b99154;
}

.footer_shop_info-title {
    font-size: 23px;
    color: #b99154;
    line-height: 26px;
    margin-bottom: 25px;
}

.footer_shop_info-address {
    font-size: 16px;
    color: #b99154;
    line-height: 26px;
}

.footer_shop_room-text {
    font-size: 16px;
    color: #b99154;
    line-height: 26px;
}

.footer_shop_room::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #b99154;
    margin: 15px 0;
}

.footer_shop-item:first-child .footer_shop_info {
    padding-left: 0;
}

.footer_shop-item:last-child .footer_shop_info {
    border-right: none;
}

.footer_shop-item:last-child .footer_shop_room {
    padding: 0 70px;
}

/* copy */

.footer_copy-text {
    font-size: 14px;
    color: #b99154;
    line-height: 26px;
}

@media (max-width: 991px) {

    .footer {
        padding: 40px 0 0 0;
    }
    
    .footer_house {
        max-width: 250px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }
    
    .footer_top {
        display: block;
        margin-bottom: 40px;
    }
    
    .footer_middle {
        margin-bottom: 40px;
    }
    
    /* logo */
    
    .footer_logo {
        max-width: 140px;
    }
        
    /* shop */

    .footer_shop-item {
	    margin: 0 0 50px 0;
    }
    
    .footer_shop-list {
        display: block;
    }
    
    .footer_shop_info {
        padding: 0;
        border-right: none;
    }
    
    .footer_shop_info-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer_shop_info-address {
        font-size: 14px;
    }
    
    .footer_shop_room-text {
        font-size: 14px;
    }
    
    .footer_shop_room::before {
        width: 30px;
    }
    
    .footer_shop-item:last-child .footer_shop_room {
        padding: 0;
    }
    
    /* copy */
    
    .footer_copy {
        padding-bottom: 180px;
    }
    
    .footer_copy-text {
        font-size: 10px;
        line-height: 20px;
    }
}

/* common ------------------------------------------------*/

/* heading */

.common_heading {
    font-family: "Playfair Display", serif;
    font-size: 80px;
    font-weight: 100;
    color: #b99154;
    line-height: 100px;
    margin-bottom: 60px;
}

.common_heading-ja {
    font-size: 16px;
	font-family: "Noto Serif JP", serif;
    line-height: 26px;
    display: block;
	margin: 10px 0 0 0;
}

/* lead */

.common_lead {
    font-size: 24px;
    color: #b99154;
    line-height: 46px;
    margin-bottom: 60px;
}

/* btn */

.common_more {
	margin: 80px 0 0 0;
}

.common_more-btn {
    font-size: 18px;
    color: #ffffff;
    line-height: 29px;
    background-color: #34056b;
    display: inline-block;
    padding: 12px 70px;
    border-radius: 50px;
}

@media (max-width: 991px) {

    /* heading */
    
    .common_heading {
        font-size: 45px;
        line-height: 66px;
        margin-bottom: 15px;
    }
    
    .common_heading-ja {
        font-size: 13px;
        line-height: 24px;
    	margin: 0;
    }
    
    /* lead */
    
    .common_lead {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    
    /* btn */
    
    .common_more {
    	margin: 30px 0 0 0;
    }
    
    .common_more-btn {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 50px;
    }
}

/* pagetop ------------------------------------------------*/

.pagetop {
    position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 980;
	filter: drop-shadow(0px 0px 3px rgba(185, 145, 84, 0.7));
}

.pagetop_link {
    display: block;
    width: 120px;
    height: 120px;
	background-image: url("assets/img/common/pagetop_link.png");
	background-size: 120px 120px;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {

	.pagetop {
	    position: fixed;
		right: 10px;
		bottom: 10px;
	}
	
    .pagetop_link {
        width: 100px;
        height: 100px;
    	background-size: 100px 100px;
    }
}

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

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

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

/* positon ------------------------------------------------*/

.position-relative {
    position: relative;
}

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

/* back ------------------------------------------------*/

.bg {
    background-color: #e6e1db;
}

/* hero ------------------------------------------------*/

.top-hero {
    position: relative; 
    overflow: hidden;
	margin: 0 0 120px 0;
}

.top-hero_slider-img {
    object-fit: cover;
    height: 100vh;
}

.top-hero_chatch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    z-index: 1;
}
.top-hero_chatch img{
	filter: drop-shadow(0px 0px 5px rgba(4, 24, 11, 1));
}

@media (max-width: 991px) {

    .top-hero {
    	margin: 0 0 60px 0;
    }
    
    .top-hero_chatch {
        max-width: 350px;
        width: 60%;
    }
}

/* service ------------------------------------------------*/

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

.top-service_content-item.item-1 {
	padding: 0 80px 0 0;
}

.top-service_content-item.item-4 {
	padding: 40px 80px 0 80px;
}

h1.top-service_heading {
	margin: 0 0 70px 0;
}

h1.top-service_heading img {
	max-width: 640px;
}

h2.top-service_heading {
	font-size: 30px;
	color: #b99154;
	line-height: 64px;
	margin: 0 0 30px 0;
}

h3.top-service_heading {
	font-size: 28px;
	color: #b99154;
	line-height: 49px;
	margin: 0 0 30px 0;
}

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

.top-service_lead-text {
	font-size: 22px;
	color: #b99154;
	line-height: 49px;
    display: inline-block;
    border-top: 1px solid #b99154;
    border-bottom: 1px solid #b99154;
	padding: 10px 30px;
}

.top-service_text {
	font-size: 16px;
	color: #000000;
	line-height: 34px;
}

@media (max-width: 991px) {

    .top-service_content {
    	margin: 0 0 50px 0;
    }
    
    .top-service_content-item.item-1 {
    	padding: 0;
    }
    
    .top-service_content-item.item-4 {
    	padding: 0;
    }
    
    h1.top-service_heading {
    	margin: 0 0 30px 0;
    }
    
    h1.top-service_heading img {
    	max-width: 320px;
    }
    
    h2.top-service_heading {
    	font-size: 18px;
    	line-height: 32px;
    	margin: 0 0 15px 0;
    }
    
    h3.top-service_heading {
    	font-size: 20px;
    	line-height: 36px;
    	margin: 0 0 15px 0;
    }
    
    .top-service_lead {
    	margin: 0 0 80px 0;
    }
    
    .top-service_lead-text {
    	font-size: 14px;
    	line-height: 26px;
    	padding: 5px 15px;
    }
    
    .top-service_text {
    	font-size: 13px;
    	line-height: 24px;
    }

    .top-service_content-item.item-1 {
    	max-width: 400px;
        margin: 0 auto;
    }
        
    .top-service_content-item.item-2 .top-service_thumb {
    	margin: 0 -15px 30px -15px;
    }

    .top-service_content-item.item-3 {
    	max-width: 400px;
        margin: 0 auto;
    }
        
    .top-service_content-item.item-3 .top-service_thumb {
    	margin: 0 0 30px 0;
    }

    .top-service_content-item.item-4 {
    	max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {

    .top-service_content-item.item-1 {
        padding: 0 15px;
    }

    .top-service_content-item.item-3 {
        padding: 0 15px;
    }

    .top-service_content-item.item-4 {
        padding: 0 15px;
    }
}

/* movie ------------------------------------------------*/

.top-movie {
    background-image: url("assets/img/index/top-movie_back.jpg");
    background-size: 100% 100%;
    position: relative;
    padding: 320px 0 150px 0;
	margin: 0 0 150px 0;
}

.top-movie::before {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-image: url("assets/img/index/top-movie_back-woman.png");
    background-size: auto 100%;
    background-position: top right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-movie_footage {
    position: relative;
	padding-top: 56%;
	overflow: hidden;
	max-width: 960px;
    margin: 0 auto;

}

.top-movie_footage iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {

    .top-movie {
        padding: 140px 0 40px 0;
    	margin: 0 0 50px 0;
    }
    
    .top-movie::before {
        height: 100px;
    }
    
    .top-movie_footage {
        position: relative;
    	padding-top: 56%;
    	overflow: hidden;
    	margin: 0 -15px;
    }
    
    .top-movie_footage iframe {
    	position: absolute;
    	top: 0;
    	right: 0;
    	left: 0;
    	bottom: 0;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
}

/* scene ------------------------------------------------*/

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

.top-scene_photos-container .row-outer {
	margin: 0 -30px;
}

.top-scene_photos-container .col-inner {
    padding: 0 30px;
}

.top-scene_photos-item {
	margin: 0 0 35px 0;
}

.top-scene_photos_thumb {
	margin: 0 0 15px 0;
}

.top-scene_photos_caption {
	font-size: 20px;
	color: #b99154;
	line-height: 33px;
}

@media (max-width: 991px) {

    .top-scene {
    	margin: 0 0 50px 0;
    }
    
    .top-scene_photos-container .row-outer {
    	margin: 0 -15px;
    }
    
    .top-scene_photos-container .col-inner {
        padding: 0 15px;
    }
    
    .top-scene_photos-item {
    	margin: 0 0 15px 0;
    }
    
    .top-scene_photos_thumb {
    	margin: 0 0 10px 0;
    }
    
    .top-scene_photos_caption {
    	font-size: 14px;
    	line-height: 26px;
    }
}

/* voice ------------------------------------------------*/

.top-voice {
    background-color: #34056b;
    padding:100px 0;
	margin: 0 0 150px 0;
}

.top-voice_review-item {
    border-top: 1px solid #715097;
    padding: 25px 0;
}

.top-voice_review-item:last-child {
    border-bottom: 1px solid #715097;
}

.top-voice_review_table-header {
	font-size: 16px;
	color: #b99154;
	line-height: 50px;
	vertical-align: middle;
	width: 200px;
}

.top-voice_review_table-icon {
    width: 38px;
	margin: 0 15px 0 0;
}

.top-voice_review_table-data {
	font-size: 16px;
	color: #b99154;
	line-height: 26px;
}

@media (max-width: 991px) {

    .top-voice {
        padding: 50px 0;
    	margin: 0 0 50px 0;
    }
    
    .top-voice_review-item {
        padding: 15px 0;
    }
    
    .top-voice_review_table-header {
    	line-height: 1;
    	width: 40px;
    	vertical-align: top;
    }
    
    .top-voice_review_table-icon {
        width: 20px;
    	margin: 0;
    }
    
    .top-voice_review_table-data {
    	font-size: 14px;
    	line-height: 24px;
    }
}

/* giftmenu ------------------------------------------------*/

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

.top-giftmenu_menu-item {
    border-top: 1px solid #b99154;
    font-size: 26px;
    color: #b99154;
    line-height: 40px;
    padding: 30px 0;
}

.top-giftmenu_menu-item:last-child {
    border-bottom: 1px solid #b99154;
}

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

.top-giftmenu_menu {
    padding: 0 0 0 70px;
}

@media (max-width: 991px) {

    .top-giftmenu {
    	margin: 0 0 50px 0;
    }
    
    .top-giftmenu_menu-item {
        font-size: 15px;
        line-height: 28px;
        padding: 15px 0;
    }
    
    .top-giftmenu_menu {
        padding: 0;
    }
    
    .top-giftmenu_menu {
        padding: 0 60px;
    }
}

/* menu ------------------------------------------------*/

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

.top-menu_content-container .row-outer {
	margin: 0 -30px;
}

.top-menu_content-container .col-inner {
    padding: 0 30px;
}

.top-menu_content-item {
	margin: 0 0 35px 0;
}

.top-menu_thumb {
	margin: 0 0 10px 0;
}

.top-menu_caption {
	font-size: 18px;
	color: #b99154;
	line-height: 33px;
}

@media (max-width: 991px) {

    .top-menu {
    	margin: 0 0 50px 0;
    }
    
    .top-menu_content-container .row-outer {
    	margin: 0 -7.5px;
    }
    
    .top-menu_content-container .col-inner {
        padding: 0 7.5px;
    }
    
    .top-menu_content-item {
    	margin: 0 0 15px 0;
    }
    
    .top-menu_thumb {
    	margin: 0 0 10px 0;
    }
    
    .top-menu_caption {
    	font-size: 14px;
    	line-height: 26px;
    }
}

/* faq ------------------------------------------------*/

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

.top-faq_accordion-item {
	margin: 0 0 20px 0;
}

.top-faq_accordion_header {
    background-color: #dcd7d2;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    position: relative;
    cursor: pointer;
	padding: 30px 85px 30px 35px;
}

.top-faq_accordion_header-text::before {
    content: "Q";
	font-size: 26px;
	color: #b99154;
	line-height: 26px;
	margin: 0 20px 0 0;
}

.top-faq_accordion_header-text {
    display: inline-block;
    text-indent: -46px;
    padding-left: 46px;
}

.top-faq_accordion_body {
    display: none;
    background-color: #dcd7d2;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
	padding: 0 85px 30px 35px;
}

.top-faq_accordion_body-text::before {
    content: "A";
	font-size: 26px;
	color: #b99154;
	line-height: 26px;
	margin: 0 20px 0 0;
}

.top-faq_accordion_body-text {
    display: inline-block;
    text-indent: -46px;
    padding-left: 46px;
}

.top-faq_accordion_header-icon {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%) translateX(0);
    transform-origin: center center;
}

.top-faq_accordion_header-icon::before {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 14px;
}

.top-faq_accordion_header.open .top-faq_accordion_header-icon {
    transform: translateY(-50%) translateX(0) rotate(180deg);
    transition-duration: 0.2s;
}

@media (max-width: 991px) {

    .top-faq {
    	margin: 0 0 50px 0;
    }
    
    .top-faq_accordion-item {
    	margin: 0 0 10px 0;
    }
    
    .top-faq_accordion_header {
        font-size: 14px;
        line-height: 24px;
    	padding: 15px 50px 15px 20px;
    }
    
    .top-faq_accordion_header-text::before {
    	font-size: 18px;
    	line-height: 29px;
    	margin: 0 10px 0 0;
    }
    
    .top-faq_accordion_header-text {
        display: inline-block;
        text-indent: -24px;
        padding-left: 24px;
    }
    
    .top-faq_accordion_body {
        font-size: 14px;
        line-height: 24px;
    	padding: 0 50px 15px 20px;
    }
    
    .top-faq_accordion_body-text::before {
    	font-size: 18px;
    	line-height: 29px;
    	margin: 0 10px 0 0;
    }
    
    .top-faq_accordion_body-text {
        display: inline-block;
        text-indent: -24px;
        padding-left: 24px;
    }
    
    .top-faq_accordion_header-icon {
        right: 20px;
    }
    
    .top-faq_accordion_header-icon::before {
        font-size: 10px;
    }
}


@media (max-width: 600px) {
    .pc-item {
        display: none;
    }
}

@media (min-width: 601px) {
    .sp-item {
        display: none;
    }
}
