﻿/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
footer,#main_img,#contents1,#contents3,#contents3 li,.page_wrap{position: relative;}
footer:before,#main_img:before,#main_img:after,#contents1:after,#contents3:before,#contents3 li:before,#page_title .title_img::before,.page_wrap:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}
#main_img:before,#page_title .title_img::before{
background-image: url(./Dup/img/wave.png);
background-size: 100%;
width: 100%;
height: 5vw;
left: 0;
z-index: 3;
}
#main_img:before,#page_title .title_img::before{bottom: -11px;}
#main_img:after{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 35vw;
height: 13vw;
top: 3%;
left: 3%;
z-index: 2;
}
#contents1:after{
background-image: url(./Dup/img/obj1.png);
background-size: 100%;
width: 45vw;
height: 45vw;
top: -14vw;
right: -16vw;
z-index: 1;
opacity: 0.2;
pointer-events: none;
mix-blend-mode: multiply;
animation: anim_type1 20s infinite ease-in-out alternate;
}
#contents3:before,.page_wrap:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 40vw;
height: 40vw;
top: -20vw;
left: -10vw;
opacity: 0.3;
pointer-events: none;
mix-blend-mode: multiply;
animation: anim_type1 20s infinite ease-in-out alternate;
z-index: 1;
}
.page_wrap:before{
width: 35vw;
height: 35vw;
z-index: 3;
}
footer:before{
background-image: url(./Dup/img/obj3.png);
background-size: 100%;
width: 38vw;
height: 38vw;
top: -12vw;
right: -9vw;
z-index: 1;
opacity: 0.2;
pointer-events: none;
mix-blend-mode: multiply;
animation: anim_type1 20s infinite ease-in-out alternate;
}
@keyframes anim_type1 {
0% {transform: rotate(-5deg);}
100% {transform: rotate(5deg);}
}
#contents3 li{
padding-left: 30px;
margin-bottom: 10px;
}
#contents3 li:last-of-type{margin-bottom: 0;}
#contents3 li:before{
background-image: url(./Dup/img/check.png);
width: 20px;
height: 20px;
top: 1px;
left: 0;
}
/*--------------------------------
全体
--------------------------------*/
.tel_bt,.foot_tel_bt{display: none!important;}
.fat-nav li:last-child{display: none;}
.main_box{overflow: hidden;}
.button:hover::after{box-shadow: inset 0 0 0 15em #78785a;}
footer{background-color: #e9e9e5;}
/*--------------------------------
TOP
--------------------------------*/
.scroll_bt{bottom: 40px;}
.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);
}
.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}
}
/*--------------------------------
下層
--------------------------------*/

/* よくあるご質問 */
.qa_type5 .faq_no {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
top: -10px;
left: 0;
-webkit-background-clip: padding-box; 
-moz-background-clip: padding; 
background-clip: padding-box;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}
.contact_box:first-of-type .contact_tel a{height: 112.5px;}
/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){
header.posi_fix{
background-color: transparent;
position: absolute;
padding-top: 0;
padding-bottom: 0;
}
.head_box,#logo{margin: 0;}
header .head_banner a{background-color: #d2b982;}
.hamburger{
background-color: rgba(255,255,255,0.9);
border-radius: 50%;
}
.hamburger__icon{
margin-top: 18px;
margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{width: 35px;}
.main_box{padding-top: 0;}
#main_img,#main_img img{min-height: 50vh;}
#main_img:before,#page_title .title_img::before{
background-image: url(./Dup/img/wave_tb.png);
height: 7vw;
bottom: -1px;
}
#main_img:after {
width: 43vw;
height: 17vw;
top: auto;
bottom: 65px;
left: auto;
right: 3%;
}
#contents3{padding: 0 5% 100px;}
#page_title .title_img{height: 250px;}
.contact_box:first-of-type .contact_tel a{height: auto;}
}
/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){
#logo.width_150-max_sp{max-width: 130px}
.hamburger{right: 10px;}
.hamburger__icon{
margin-top: 13px;
margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{width: 27px;}
#main_img:before,#page_title .title_img::before{
background-image: url(./Dup/img/wave_sp.png);
height: 10vw;
}
#main_img:after{display: none;}
#main_img,#main_img img{min-height: 40vh;}
#contents1{padding-top: 50px;}
#contents3{padding: 0 10% 100px;}
#page_title .title_img{height: 175px;}
}
/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #78785a; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #78785a;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #78785a;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #bea573;}
/*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: #78785A;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #C8C8A5;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #bea573;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #f9f5f2;} /* アクセントカラー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: #78785A;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #C8C8A5;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #d2b982;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #f9f5f2;} /* アクセントカラー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: #78785A;}
.border_color2,.hvr_border_color2:hover{border-color: #C8C8A5;}
.border_color3,.hvr_border_color3:hover{border-color: #bea573;}
.border_color4,.hvr_border_color4:hover{border-color: #f9f5f2;}