﻿@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*--------link_font--------*/
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/NotoSans_r.woff') format('woff'),
        url('./Dup/img/NotoSans_r.eot')  format('eot');
    font-display: swap;
}

body{font-family: "NotoSans","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


.linkStyle{color: #333333; text-decoration: underline;}


/*--------all_page--------*/
.pd_l-r2per {padding: 0 2%;}
.la-angle-left:before {
    content: "\f104";
}
.la-angle-right:before {
    content: "\f105";
}
.add_shadow{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
#loading_logo {
    width: 80%;
    max-width: 250px;
}
#loading_line {
    background-image: url(./Dup/img/back2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
#loading_line .line{
    opacity: 0.45;
}
.top_nav ul li a:hover{
    color:#fff;
    opacity: 0.8;
}
.menu .nav ul li .nav1{
    font-size: 1.02em;
    font-weight: normal;
}
.menu .nav ul li .nav2 {
    font-size: calc(1rem - 2.5px);
    font-family: "Lato", serif;
    font-weight: 600;
    opacity: 0.5;
    line-height: 1.7;
}
.menu .logo.width_10per{
    width: 14%!important;
}
.menu.is-fixed .logo {
    width: 12%!important;
}

.top_nav,.svg_box{display:none;}
.main_img_wrap .catch {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 71%;
}


#contents{position:relative;}
#contents:before{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 14%;
    height: 92%;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: cover;
    right: -13px;
    top: -31px;
    z-index: 0;
    opacity: 0.6;
    transform: rotate(-15deg);
  }
   #contents:after{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 20%;
    height: 77%;
    background: url(./Dup/img/item_02.png) no-repeat;
    background-size: cover;
    left: -63px;
    bottom: -28px;
    z-index: 0;
    opacity: 0.6;
    transform: rotate(3deg);
  }
  @media screen and (min-width: 769px) and (max-width: 1100px){
    #contents:after {
    width: 34%;
    left: -100px;
}
    }
#contents .box{
    margin-bottom:200px;
    position:relative;
}
#contents .txt_wrap,section.other{
    position: relative;
    z-index: 3;
}

#contents .box figure:after {
    content: '';
    position: absolute;
    display: block;
    top: 12%;
    right: 45%!important;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 3;
    border: 2px solid #fff;
    opacity: 0.75;
}
#contents .box2 figure:after {
    right: 55%!important;
}
#contents .box3 figure:after {
    right: 45%!important;
    top: -15%!important;
}
#contents .font1{
    font-size: 3rem;
    transform: rotate(-3deg);
    margin-bottom: 10px;
}

#contents .t_cms_txt2, #contents .t_cms_txt5, #contents .t_cms_txt8 {
    font-family: "WindSong", serif;
    font-size: 80px;
    line-height: 0.5;
    opacity: 0.45;
    transform: rotate(-6deg) translateY(-7px);
    transform-origin: left;
    width: 100vw;
}

.img-container:before,.t_cms_img2 .img-container:before{background: #c7ae8f;}

#top_cms .cms_title p {
    font-family: 'futura',"NotoSans",sans-serif;
    font-weight: normal;
}
#top_cms .line{display:none;}
.cms_title .font_2up{
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
}

.other .box_title {
    font-weight: normal;
}
.other .box_title2 {
    font-family: 'futura',"NotoSans",sans-serif;
    letter-spacing: 3px;
}
#footer .grid_6{
    width: 60%!important;
}
#footer .txt_white {
    color: #474747;
}
.other .box figure {
    opacity: 0.15;
}
.other .box .txt_color3 {
    color: #91af78;
}


/*--------subpage--------*/
.all_header #header{padding-top:0;}

#page_title p:last-child {
    font-family: 'futura',"NotoSans",sans-serif;
}
#page_title p {
    font-weight: normal;
}
.subpage{position:relative;}
.subpage:after{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 16vw;
    height: 99%;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: cover;
    right: -10px;
    top: -31px;
    z-index: 0;
    opacity: 0.6;
    transform: rotate(-15deg);
  }
   .all_page:after{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 23%;
    height: 77%;
    background: url(./Dup/img/item_02.png) no-repeat;
    background-size: cover;
    left: -63px;
    bottom: -6px;
    z-index: -1;
    opacity: 0.6;
    transform: rotate(3deg);
  }
    @media screen and (min-width: 769px) and (max-width: 1230px){
    .all_page:after{
   width: 28%;
    height: 70%;
    left: -87px;
    bottom: -46px;
    background-size: contain;
}
    }
.cate_title {
  display: flex;
  align-items: center;
  text-align: center; 
  --textline-gap: 1rem;
}
.cate_title::before,
.cate_title::after {
  content: '';
  height: 2px;
  background-color: #333;
  flex-grow: 1;
}
.cate_title::before {
  margin-right: var(--textline-gap);
}
.cate_title::after {
  margin-left: var(--textline-gap);
}




#cms_5-b .cate_box{border: 1px solid #85837a;}
.cms_5-b .cate_box{border:none;}
.cms_5-b .box_wrap {border: 1px solid #85837a;}
#cms_5-b .cate_box .open_bt, .cms_5-b .cate_box .open_bt { border: none;}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item { border: none;    padding: 0px 30px 0px;}
#cms_5-b .cate_box .box_txt1,.cms_5-b .cate_box .box_txt1{
	padding: 1em;
    background-color: #f5f5f5;
}
#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {  margin-left: 50px;}
#cms_5-b .cate_box .open_bt .arrow img, .cms_5-b .cate_box .open_bt .arrow img{display: none;}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow {
	left: 2px;
    top: 50%;
    margin-top: 0px;
}
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before {
    left: -26px;
    top: -1px;
}
#cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{display:none;}

#cms_5-b .cate_box .open_bt .arrow::before,
#cms_5-b .cate_box .open_bt .arrow::after,
.cms_5-b .cate_box .open_bt .arrow::before,
.cms_5-b .cate_box .open_bt .arrow::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #909090;
    
}
#cms_5-b .cate_box .open_bt .arrow::before,
.cms_5-b .cate_box .open_bt .arrow::before{
    top:48%;
    left: 15px;
    transform: rotate(180deg);    
    transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow::after,
.cms_5-b .cate_box .open_bt .arrow::after{    
    top:48%;
    left: 15px;
    transform: rotate(-90deg);
    transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow.arrow_be::before,
.cms_5-b .cate_box .open_bt .arrow.arrow_be::before{
	transform: rotate(0deg);
    transition: all 0.5s;
}
#cms_5-b .cate_box .open_bt .arrow.arrow_be::after,
.cms_5-b .cate_box .open_bt .arrow.arrow_be::after{
	transform: rotate(0deg);
    transition: all 0.5s;
}

#cms_6-a .cate_box:last-of-type,
.cms_6-a .cate_box:last-of-type{
border-bottom: 1px dotted #E8B9C1;
}

.page_title .img-container.active .img-container_img{
    opacity: 0.4!important;
}

#page8 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
    border: 1px solid #4f4f4f;
}
#page8 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}
@media screen and (max-width: 768px){  
#page8 .tel_box {
    margin-bottom: 20px;
    width: 80%!important;
}
}
@media screen and (max-width: 667px){  
#page8 .tel_box a{
    font-size: 5.3vw;
    letter-spacing: 2px;    
}
#page8 .tel_box {
    width: 95%!important;
}
}



/*--------mobile_tb--------*/
@media screen and (max-width: 768px){
    header .logo {
    width: 21.5%;
    }
    #nav_menu {
    background-color: rgba(255,255,255,0.8);
}

#contents:before {
    width: 32%;
    height: 92%;
    background-size: contain;
    right: -108px;
    top: -40px;
    transform: rotate(-6deg);
}
#contents:after {
    width: 39%;
    background-size: contain;
    left: -99px;
    bottom: -129px;
}

.main_img_wrap .catch {
    top: 55%;
    width: 95%;
}

#contents .t_cms_txt2, #contents .t_cms_txt5, #contents .t_cms_txt8 {
    font-size: 79px;
    transform: rotate(-4deg);
}

#contents .box .txt_wrap {
    width: 90%;
    padding-right: 0px;
}
#contents .box figure {
    width: 90%;
    margin-top: 30px;
}
#contents .box figure:after {
    width: 100%;
}
#contents .box:nth-child(odd) figure:after {
    right: 45%;
}
#contents .box2 .txt_wrap{
    margin-top: 50px;
}
#contents .box3 .txt_wrap {
    margin-bottom: 30px;
}

.cate_list li {
    width: auto;
    text-align: left;
    margin-right: 0px;
}
.cate_list li a{padding: 5px 10px 5px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.all_page:after {
    width: 38%;
    background-size: contain;
    left: -99px;
    bottom: -109px;
    transform: rotate(8deg);
}
.subpage:after {
    width: 35%;
    background-size: contain;
    right: -85px;
    top: 83px;
    transform: rotate(-9deg);
}

#footer .grid_6{
    width: 100%!important;
}
#footer .logo{
    width: 55%!important;
}
}



/*--------mobile_sp--------*/
@media screen and (max-width: 667px){
.main_img_wrap .catch {
    top: 47%;
    width: 90%;
    height: auto;
    left: 50%;
    bottom: auto;
}
#loading_logo {
    max-width: 180px;
}
header .logo {
    width: 37%;
}
.main_img_wrap .catch {
    top: 47%;
    width: 90%;
}
#contents:after {
    width: 46%;
    left: -65px;
    bottom: -105px;
    transform: rotate(6deg);
}
#contents:before {
    width: 38%;
    right: -72px;
    top: -27px;
    transform: rotate(-6deg);
}
#contents .t_cms_txt2, #contents .t_cms_txt5, #contents .t_cms_txt8 {
    font-size: 56px;
}
.cms_title .font_2up {
    font-size: 6vw;
}
.cms_5-b .cate_box .arrow {
    left: -4px;
}
.other .box_title {
    font-size: 6vw;
}
.other .box_title2 {
    font-size: 4.5vw;
}
#footer .logo {
    width: 90%!important;
}
.cate_list li {
    width: 100%;
    margin-bottom: 0px;
}
.cate_list li:last-of-type{
    margin-bottom: 15px;
}
#page_title p {
    letter-spacing: 4px;
}
.page_title .img-container.active .img-container_img {
    opacity: 1!important;
}
.all_page:after {
    width: 44%;
    height: 60%;
    left: -54px;
    bottom: -24px;
    transform: rotate(3deg);
}
.sns_links {
    justify-content: flex-end;
}
#page_title .img-container::after {
    background-color: rgba(158, 164, 165, .3);
    transform: translateX(0%);
}
.pager li:last-of-type a span {
    border-left: 1px solid #e8b9c1;
}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item {
    padding: 0px 10px 0px;
}
footer {
    height: 88vh;
}
#footer {
    height: 85vh;
}
#page-top {
    right: 5px;
}
#add_contact{
z-index:995;
position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
}
#add_contact li{padding:12px 10px;text-align:center;background-color: #b0d1cd;}
#add_contact li a {display: block;font-size:4vw;color:#fff;}
#add_contact .sp_con_line i{font-size: 1.1rem;}
}




/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
#top_cms figure img{width:100%!important;}
#contact_tel a {padding:37px 30px 30px}
}


