﻿@font-face {
font-family: "utsukushi";
  src: url("./Dup/img/utsukushi.otf") format("otf"),url("./Dup/img/utsukushi.woff") format("woff"),url("./Dup/img/utsukushi.woff2") format("woff2");
}

.font1,.hannari{font-family: "utsukushi","serif";}
.font2,.pop400{font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#contents1,#contents2{position: relative;}
/*リピートなし*/
#intro:before,#contents1:before,#contents1:after,#contents2:before,#contents2:after,#main_img:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img:after{
width: calc(100% - 70px);
height: calc(100% - 70px);
border: 2px solid white;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 1;
}
#intro:before{
background-image:url("./Dup/img/img7.png");
background-size: 100%;
width: 33vw;
height: 22vw;
top: 20px;
left: -30px;
z-index: -1;
}
#contents1:before{
background-color: transparent!important;
background-image:url("./Dup/img/bg3.jpg");
background-size: 100%;
background-repeat: no-repeat;
width: 65vw;
height: 41vw!important;
z-index: -1;
top: -215px;
right: 0;
}
#contents1:after{
background-image:url("./Dup/img/img8.png");
background-size: 100%;
background-repeat: no-repeat;
width: 38vw;
height: 22vw;
top: -238px;
right: -85px;
z-index: -1;
}

#contents2:before{
background-color: transparent!important;
background-image:url("./Dup/img/bg4.jpg");
background-size: 100%;
background-repeat: no-repeat;
width: 65vw;
height: 41vw!important;
z-index: -1;
bottom: 50px;
left: -90px;
}
#contents2:after{
background-image:url("./Dup/img/img9.png");
background-size: 100%;
width: 30vw;
height: 20vw;
bottom: -185px;
left: -85px;
z-index: 2;
}
/*--------------------------------
全体
--------------------------------*/
#fakeloader{background-color: #ffc0cb;}

.shadow{box-shadow: 0 5px 10px rgba(175,140,140,0.3);}
.shadow-l{box-shadow: 0 2px 4px rgba(175,140,140,0.15);}
.shadow-b{box-shadow: 0 5px 10px rgba(175,140,140,0.5);}

header.scr_header #logo{max-width: 300px;}

.overlay{background: linear-gradient(135deg, rgba(190,115,115,0.9) , rgba(255,165,75,0.7))!important;}
#overlay .left li{max-width: none;}
#overlay .right .opacity07{opacity: 1;}
.nav_menu_more:first-of-type a .icon:before{content: "\f4ad";}


/* 背景画像 */
/*
body{
background-image:url("./Dup/img/bg.jpg");
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
*/

/*.back1:before, .back2:before{display: none;}*/
main{position: relative;}
.back1:before{
background-color: transparent!important;
background-image:url("./Dup/img/bg1.jpg");
background-size: 100%;
background-repeat: no-repeat;
width: 65vw;
height: 41vw!important;
z-index: -1;
}
.back2:before,main:after{
background-color: transparent!important;
background-image:url("./Dup/img/bg2.png");
background-size: 100%;
background-repeat: no-repeat;
width: 66vw;
height: 44vw;
z-index: -1;
}
main:after{
content: "";
display: block;
position: absolute;
bottom: 0;
right: 0;
}
.top main:after{bottom: -50px;}

#main_img:before,#info_contact .con_img:before,#page_title:before{background-color: rgba(180,140,140,0.5);}

#h1txt{padding-bottom: 100px;}
#fix_banner{
width: 400px;
position: fixed;
bottom: 0;
right: 80px;
z-index: 4;
}
/*--------------------------------
TOP
--------------------------------*/


#contents3_wrap:after{background-color: rgba(255,255,255,0.3)!important;}
#contents3_wrap:before{
background-attachment: fixed;
}

.snowfall-flakes{
transform: rotateY(-25deg) rotateX(-25deg);
transform-style: preserve-3d;
}

.snowfall-flakes:nth-child(2n+1){
animation: flake 5s linear infinite;
animation-delay: 0s;
}
.snowfall-flakes:nth-child(2n+2){
animation: flake2 5s linear infinite;
animation-delay: 3s;
}

@keyframes flake{
0% { transform: rotateY(-25deg) rotateX(-25deg); }
100% {transform: rotateY(335deg) rotateX(335deg); }
}
@keyframes flake2{
0% { transform: rotateY(-25deg) rotateX(-25deg); }
100% {transform: rotateY(-385deg) rotateX(-385deg); }
}

/* TOP　お知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/
.page .con_box.bg_white{background-color: transparent;}


/* ご利用者様の声 */
.v_type3 .cate_box{border: 1px solid #c9baa9;background-color: rgba(255,255,255,0.5);}
.v_type3 .box_title1{color: #a67c52;}

#page10 .more_btn{text-transform: none;}

@media  screen and (max-width: 1200px){

#page8 .contact_btn{max-width: 500px;width: 100%;box-sizing: border-box;}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

.top header #header > div.pd_t-10px{padding-top: 30px; transition: padding-top 0.3s;}
.top header.scr_header #header > div.pd_t-10px{padding-top: 10px;}
#logo,header.scr_header #logo{max-width: 270px;}

/* 背景画像 */
/*
body{
background-image:none;
}
body::before {
content: "";
display: block;
min-width: 100vw;
min-height: 100vh;
background-image: url("../img/bg.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
*/

#main_img:after{
width: calc(100% - 30px);
height: calc(100% - 30px);
border: 1px solid white;
}

#intro:before{
width: 42vw;
height: 28vw;
top: -5px;
left: -40px;
}
#contents1:after{
width: 50vw;
height: 28vw;
top: -165px;
right: -85px;
}
#contents2:after{
width: 48vw;
height: 32vw;
bottom: -80px;
left: -50px;
}

#page_title .page_title_box{width: 50%;}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
.top header #header > div.pd_t-10px{padding-top: 10px;}
.top #logo{opacity: 0;}
.top header.scr_header #logo{opacity: 1;}
#logo,header.scr_header #logo{max-width: 200px;}
.top .button_container{top: 90%;transition: transform 0.3s;}
.top header.scr_header .button_container{transform: translateY(-50px);}

#fix_banner{
width: 200px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

.back2:before{top: -75px;}
#contents2:before{left: 0;}


#main_img:after{
width: calc(100% - 20px);
height: calc(100% - 20px);
}

#intro:before{
width: 60vw;
height: 40vw;
top: -5px;
left: -25px;
}
#contents1:after{
width: 69vw;
height: 40vw;
top: -145px;
right: -70px;
}
#contents2:after{
width: 65vw;
height: 43vw;
bottom: -60px;
left: -60px;
}

#contents1 .line:before, #contents2 .line:before{
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#page_left, #page_right{height: 230px;}
#page_title .page_title_box{width: 72%;background-color: transparent;}
#page_title:before{background-color: rgba(190,115,115,0.7);}

}

/*IE*/
@media all and (-ms-high-contrast: none) {

#cms_3-e .cate_title,#cms_3-e .sub_cate_title{padding-top: 5px!important;}
.contact_tel a{padding-bottom: 24px;}
}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #be7373; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #be7373;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #be7373;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #cdaf55;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #be7373;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #f1e0e0;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #cdaf55;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #f6f2e4;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #be7373;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #f1e0e0;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #d7c387;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #f6f2e4;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #be7373;}
.border_color2,.hvr_border_color2:hover{border-color: #f1e0e0;}
.border_color3,.hvr_border_color3:hover{border-color: #d7c387;}
.border_color4,.hvr_border_color4:hover{border-color: #f6f2e4;}