﻿
/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #D3B8A1} 
.bg_color1{background-color: #D3B8A1} 
.border_color1{border-color: #D3B8A1}
.hvr_txt_color1:hover{color: #D3B8A1} 
.hvr_bg_color1:hover{background-color: #D3B8A1} 
.hvr_border_color1:hover{border-color: #D3B8A1}

/* サブカラー */
.txt_color2{color: #F2E0D6} 
.bg_color2{background-color: #F2E0D6} 
.border_color2{border-color: #F2E0D6}
.hvr_txt_color2:hover{color: #F2E0D6} 
.hvr_bg_color2:hover{background-color: #F2E0D6} 
.hvr_border_color2:hover{border-color: #F2E0D6}

/* アクセントカラー */
.txt_color3{color: #78726D} 
.bg_color3{background-color: #78726D} 
.border_color3{border-color: #78726D}
.hvr_txt_color3:hover{color: #78726D} 
.hvr_bg_color3:hover{background-color: #78726D} 
.hvr_border_color3:hover{border-color: #78726D}

/* アクセントカラー2 */
.txt_color4{color: #D3B8A1} 
.bg_color4{background-color: #D3B8A1} 
.border_color4{border-color: #D3B8A1}
.hvr_txt_color4:hover{color: #D3B8A1} 
.hvr_bg_color4:hover{background-color: #D3B8A1} 
.hvr_border_color4:hover{border-color: #D3B8A1}
/* ---------------------- common */
body, .txt_color_nomal{
    color: #333!important;
}

.font_serif{
    font-family:  "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', "serif";
}

a{
    color: #333;
}

#loading_bg{
    background-color: #f8f5f3;
}

/* --- automatic link --- */
.linkStyle{color: #D3B8A1}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
#header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
}

#sp_nav {
    background-color: rgba(0,0,0,0.4);
}

/* ---------------------- nav */
header .menu_stick {
    color: #333;
}

header .menu_stick span{
    box-shadow: none;
}

#sp_nav .tel_bt {
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff;
}

#sp_nav .tel_bt:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.5);
}

#sp_nav ul li a{
    color: #fff!important;
}

/* ---------------------- footer */

#footer{
    text-shadow: none;
}

#footer .con_img {
    background-color: #ffffff;
}

#sns_link li a{
    background-color: rgba(255,255,255,0.7);
    border-color: #ffffff;
}

#sns_link li a:hover{
    background-color: rgba(255,255,255,1);
}

#page-top .scroll_u span {
    background-color: #999;
}

#page-top .scroll_u span::before {
    background-color: #f2e0d6;
}

#copyright a{
    color: #333;
}


/* -------------------------- top ------------------------- */

#main_img::before{
    content:'';
    position:absolute;
    height: 400px;
    width: 40%;
    background-image: url(Dup/img/hero_catch.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 45px;
    bottom: 10%;
    z-index: 2;
}

#main_img::after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    z-index: 1;
}


.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: bottom;
}


#pc_nav {
    background-color: #f8f5f3;
    padding: 20px 15px 4px;
}

#pc_nav ul li{
    margin-bottom: 16px;
}

#pc_nav a {
    text-shadow: none;
    color: #333;
}

#pc_nav a::before {
    background-color: #ccc;
}

#pc_nav a:hover {
    padding-left: 40px;
    color: #D3B8A1;
}

#pc_nav a:hover::before {
    background-color: #D3B8A1;
    width: 25px;
}

.con_box::before {
    width: 2px;
    background-color: #f2e0d6;
}

#contents1 .con_box::before {
        z-index: 4;
}

#contents1 .con_box{
    background-color: #F8F5F3;
    z-index: 3;
}

#contents1 .con_box::after{
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    border: 3px solid;
    border-image: linear-gradient(#d3b8a1,#f2e0d6);
    border-image-slice: 1;
    top: 10px;
    left:10px;
    z-index: 2;
}

#contents2 .con_box::before, 
#contents3 .con_box::before{
    display: none;
}

#contents2 .con_box_inner::before{
    content:'Point 1';
    font-family: 'Allison', cursive;
    font-size: 70px;
    position: absolute;
    color: #D3B8A1;
    top: -26px;
    left: 21px;
    transform: rotate(-20deg);
}

#contents3 .con_box_inner::before {
    content: 'Point 2';
    font-family: 'Allison', cursive;
    font-size: 70px;
    position: absolute;
    color: #D3B8A1;
    top: -26px;
    left: 21px;
    transform: rotate(-20deg);
}

#contents2 .con_box {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
}

#contents3 .con_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}
.con_title{
    color:#78726D;
}

.con_box{
    text-shadow: none;
}
.con_box_inner{
    background: rgba(255,255,255,0.7);
    position: relative;
    padding: 50px;
    margin: 20px 30px 56px 0;
}

#contents4 .con_bg_img {
    background-color: #D3B8A1;
}
#contents4 .con_bg_img figure{
    opacity: 1;
    }
#contents4 .con_bg_img figure::after{
content:'';
position:absolute;
height:100%;
width:100%;
background-color: rgba(255,255,255,0.75);
top:0;
left:0;
backdrop-filter: blur(0px);
}

#contents4 a:hover .con_bg_img figure::after{
backdrop-filter: blur(2px);
}

#contents4 a .con_txt p{
    color: #333;
    text-shadow: none;
}

#contents4 a .con_txt p:nth-child(1){
font-family: 'Allison', cursive;
font-size: 61px;
    margin-bottom: 0px;
    transform: rotate(-6deg);
}
#contents4 a .con_txt p:nth-child(2){
    color: #78726D;
}

#contents4 a .con_txt::before {
    background-color: #78726D;
}

#contents4 a:hover figure {
    opacity: 1;
}

#top_cms {
    background-color: #F8F5F3;
    text-shadow: none;
    position: relative;
    overflow: hidden;
}

.cms_title::before {
    background-color: #d3b8a1;
}


.cms_title h2{
    font-family: 'Allison', cursive;
        font-size: 40px;
}
.cms_title p{
    color: #d3b8a1;
}

#top_info .con_box{
    background-color: #F8F5F3;
}

.tel_bt {
    background-color: rgba(211, 184, 161,0.3);
    border: solid 1px rgba(0,0,0,0);
    color: #333;
}


#top_info .tel_bt {
    z-index: 3;
    position: relative;
}

.tel_bt:hover {
    background-color: rgba(211, 184, 161, 0);
    border: solid 1px rgba(211, 184, 161, 0.5);
}

#contents1::before{
content:'';
position:absolute;
height:500px;
width:50%;
background-image:url(Dup/img/shadow6.png);
background-size:contain;
background-repeat:no-repeat;
top: -93px;
    left: -89px;
    opacity: 0.5;
}

#contents1 .float_right::after{
content:'';
position:absolute;
height: 375px;
    width: 400px;
    background-image: url(Dup/img/shadow3.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -212px;
    right: -12px;
    opacity: 0.5;
    transform: rotate(206deg);
    z-index: -1;
}

#contents4{
    position: relative;
}

.contents4::before{
    content: '';
    position: absolute;
    height: 530px;
    width: 50%;
    background-image: url(Dup/img/shadow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    top: -131px;
    left: -450px;
    opacity: 0.5;
    transform: rotate(170deg);
    z-index: -1;
}


.contents4{
    position: relative;
    
}
.contents4::after{
    content: '';
    position: absolute;
    height: 469px;
    width: 413px;
    background-image: url(Dup/img/shadow4.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -106px;
    right: -142px;
    opacity: 0.5;
    transform: rotate(338deg);
    z-index: -1;
}

#top_cms::before{
    content:'';
    position:absolute;
    height:500px;
    width:50%;
    background-image:url(Dup/img/shadow6.png);
    background-size:contain;
    background-repeat:no-repeat;
    top: -93px;
    left: -89px;
    opacity: 0.4;
    z-index: 0;
}

#top_cms::after{
    content: '';
    position: absolute;
    height: 469px;
    width: 50%;
    background-image: url(Dup/img/shadow4.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    right: -18%;
    opacity: 0.4;
    transform: rotate(280deg);
    z-index: 0;
}

#top_info{
    position: relative;
}

#top_info::before{
content: '';
    position: absolute;
    height: 437px;
    width: 457px;
    background-image: url(Dup/img/shadow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -10%;
    right: -5%;
    opacity: 0.5;
    transform: rotate(308deg);
    z-index: -1;
    
}

#top_info::after{
content:'';
position:absolute;
height: 375px;
    width: 400px;
    background-image: url(Dup/img/shadow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 7%;
    right: -12%;
    opacity: 0.5;
    transform: rotate(287deg);
    z-index: -1;
}

#top_info .con_box::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 3px solid;
    border-image: linear-gradient(to right bottom, #d3b8a1,#f2e0d6);
    border-image-slice: 1;
    top: 10px;
    left: 10px;
    z-index: 2;
}

/* --- more --- */
.more a{
    color: #333;
        font-family: 'Allison', cursive;
        letter-spacing: 2px;
    font-size: 28px;
    padding: 10px 20px;
}

.more a::before {
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}

.more a::after {
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
}

.more a:hover {
    background-color: rgba(211, 184, 161, 0.5);
}

.more a:hover::before {
    border-top: solid 1px #d3b8a1;
    border-right: solid 1px #d3b8a1;
}

.more a:hover::after {
    border-bottom: solid 1px #d3b8a1;
    border-left: solid 1px #d3b8a1;
}

/* -------------------------- sub ------------------------- */
#page_title {
    background-color: #fff;
}

#page_title .page_title_box {
    text-shadow: none;
}

.page_title_box h2{
    font-family: 'Allison', cursive;
    font-size: 40px;
    margin-bottom: 0px
}

#under_page .under_box {
    background-color: #f8f5f3;
}

.cate_list {
    border-bottom: solid 1px #f2e0d6;
}

.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before {
    background-color: #78726d;
}

.cate_list li a {
    color: #78726d;
}

/* ---------------------- cms1 */
.pager li:not(.prev):not(.next) a {
    background-color: #d3b8a1;
    border: solid 1px rgba(0, 0, 0, 0);
}

.pager li.prev a,
.pager li.next a {
    color: #333;
    border-color: #d3b8a1;
}

.pager li:not(.prev):not(.next) a:hover {
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px rgba(0, 0, 0, 0.2);
    color: #333;
}

.pager li.prev a:hover, pager li.next a:hover {
    border-bottom: solid 3px #d3b8a1;
}

/* ---------------------- cms2 */
#cms_2-a .cate_wrap{
    margin-bottom: 70px;
}
/* ---------------------- cms3 */
#cms_5-a .cate_box,
.cms_5-a .cate_box{
border-color: rgb(120 114 109 / 50%);
}


#cms_5-a .box_title1,
.cms_5-a .box_title1{
    color: #d3b8a1;
}
/* ---------------------- cms4 */

/* ---------------------- cms5 */
#cms_4-a .cate_wrap{
    margin-bottom: 70px;
}
/* ---------------------- info */
#under_page .info_box .d_flex p:first-of-type{
    color: #78726d;
}
/* ---------------------- contact */
#contact_btn_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#contact_line a{
    border-color: #06c755;
    color: #06c755!important;
}


#contact_tel,
#contact_line{
    width: 300px;
}

/* ---------------------- privacy policy */
.page9 h3 {
    color: #d3b8a1;
}
/* ---------------------- sitemap */
.sitemap_box li a .site_sab_title {
    top: 36px;
}

.site_sab_title {
    font-family:  "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', "serif";
}


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

.pager li a {
    line-height: 56px!important;
}

/* ---------------------- cms2 */
#cms_2-a .cate .cate_title {
    padding-top: 15px!important;
}

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#contact_line a {
    padding-bottom: 21px!important;
}
#contact_tel a {
    padding-bottom: 21px!important;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */
.sitemap_box li a .site_sab_title {
    top: 30px!important;
}


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */

	header .menu_stick {
		top: 25px;
	}
	header{
		height: auto!important;
	}
	#main_img{
		position: relative;
		height: auto;
		width: 100%;
	}
	#pc_nav{
		display:none;
	}
	.video_wrap {
		position: static;
		overflow: hidden;
		width: 100%;
		height: auto;
		min-width: 100%;
	}
	video {   
		min-width: auto;
		min-height: auto;
		width: 100%;
		z-index: 1;
		position: static;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0%, 0%); 
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%); 
	}
	header .scroll_d {
		display: none;
	}
	
	
	#contents1 .con_box::after {
    border-image: linear-gradient(to right bottom,#d3b8a1,#f2e0d6);
        border-image-slice: 1;
	}
	
	.con_box_inner {
        margin: 0;
        backdrop-filter: blur(2px);
    }
	
	#contents1::before {
    height: 481px;
    width: 65%;
    top: -1%;
    left: -9%;
}
	.contents4::before {
    height: 497px;
    width: 50%;
    top: -38%;
    left: -7%;
	}
	.contents4::after {
    height: 260px;
    width: 50%;
    bottom: -80px;
	}
	#top_cms::after {
    height: 260px;
    width: 50%;
    top: 14%;
    right: -18%;
	}
	
	#top_cms::before {
    height: 309px;
    width: 60%;
    top: -3%;
    left: -10%;
}

#contents1 .float_right::after {
    bottom: -126px;
}
	
/* --- more --- */
.more a {
    border: 1px solid #333;
}
/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */
h1 img{
     max-width: 100px!important;
}
/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */

#main_img {
		margin-top: 70px;
	}
	
	#contents1::before {
    height: 481px;
    width: 60%;
    top: -60px;
    left: -12%;
}

#contents1 .float_right::after {
    height: 375px;
    width: 400px;
    bottom: -163px;
    right: -28px;
}

#top_cms::before {
    width: 80%;
    top: -2%;
}
#top_cms::after {

    top: 16%;
}
#top_info::before {
    height: 437px;
    width: 70%;
    top: -12%;
    right: -100px;
}
#top_info::after {
    height: 295px;
    width: 400px;
    top: -4%;
    right: -40%;
    transform: rotate(273deg);
    z-index: -1;
}

#top_info {
    padding-bottom: 30px;
}
	
	.con_box_inner {
    padding: 40px 18px;
	}

#contents2 .con_box_inner::before {
    font-size: 58px;
    top: -23px;
    left: -5px;
}
	#contents3 .con_box_inner::before {
    font-size: 58px;
    top: -23px;
    left: -5px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#contact_btn_box {
    flex-wrap: wrap;
}
#contact_tel{
    width: 100%;
}
#contact_tel a{
    font-size: 20px;
    padding: 30px 10px;
}

#contact_line{
    margin-top: 20px;
    width: 100%;
}
#contact_line a{
    font-size: 20px;
    padding: 30px 10px;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */

	
}


/*210914 フォント修正*/

.cms_title h2,
.more a {
    font-family: 'Dancing Script', cursive;
}

/* 210927 */
#main_img::before{
    display: none;
}