﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
body,#page_title{
        font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
/*html, body{overflow: auto}
.pp-section{position: static}*/
.linkStyle{color: #333;border-bottom: 1px solid;}
body, .txt_color_nomal{
    color: #533c34;
}
.font_bar{
    font-family: 'Satisfy', cursive;
    font-weight: bold;
    letter-spacing: 3px;
}
.swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
header .nav_bg{    background-color: #533c34;}
#wrap {
    overflow: hidden;
}
#pc_nav ul{padding-bottom: 0;}
#pc_nav ul li a {color: #fff;}
#custom .custom_wrap {
    background-image: url(./Dup/img/main_img.jpg);
}
.catch{
    top: 25%;
    left: 5%;
    max-width: 390px;
    width: 25%;
}
.con_no{position: relative;}
.con_no::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 90px;
    margin: auto;
    background-color: currentColor;
}
.intro_left:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(./Dup/img/yane.png);
    background-size: contain;
    width: 100%;
    max-width: 1000px;
    height: 200px;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.intro_wrap::before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(Dup/img/item01.png);
    background-size: contain;
    width: 405px;
    height: 114px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.item02{
    bottom: 0;
    right: 0;
}
.item03{
    top: 0;
    right: 10%;
    z-index: 1;
    max-width: 233px;
    width: 10%;
}
.item04{
    bottom: 5%;
    left: 5%;
    max-width: 150px;
    width: 20%;
}
.item05{
    top: 3%;
    right: 15%;
    max-width: 100px;
    width: 18%;
}
.item06{
    bottom: -5%;
    left: 10%;
    max-width: 200px;
    width: 23%;
}
/*.item01{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}*/
#logo img{max-width: 250px;}
#pp-nav ul {
    background: #fbf7ee;
    padding: 10px 0;
    border-radius: 20px;
}
#fix_bnr{
    bottom: 10px;
    right: 10px;
    z-index: 7;
    width: 320px;
    transition: 0.5s;
}
#fix_bnr:hover{opacity: 0.5;transition: 0.5s;}
#fix_bnr .fix_bnr_btn{
    line-height: 1;
    top: -10px;
    left: -8px;
    cursor: pointer;
    display: none;
}
#intro h2,#contents h2,#contents2 h2,.cate_title{
    /*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
    margin-bottom: 50px;
    letter-spacing: 5px;
}
#intro h2{letter-spacing: 7px;}
.intro_right{
    border: 6px solid #ffffff;
}
.intro_right .intro_img1{
    border-bottom: 6px solid #ffffff;
}
.intro_right .intro_img2{
    border-right: 3px solid #ffffff;
}
.intro_right .intro_img3{
    border-left: 3px solid #ffffff;
}
#contents .con_img::before,#contents2 .con_img::before{
    position: absolute;
    content: "";
    width: 10px;
    top: 50px;
    bottom: 50px;
    right: -10px;
    background-color: #503828;
}
#contents .con_bg, #contents2 .con_bg,footer .footer_bg,footer.bg_color2{background-image: url(Dup/img/bg.jpg);}
#page_top{    background-color: #795548;bottom: 170px;}
#footer_nav ul li a:hover{color: #503828;}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
html.modalset{
	overflow: hidden;
}
.g_type3 .cate_box{
    cursor: pointer;
    margin: 0;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    cursor: pointer;
    border-radius: 50%;
}
.g_type3 .open.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.g_type3 .open {
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.95);
    transform: scale(0.95);
    transition: 0.3s;
    transition-property: opacity, transform;
    opacity: 0;
    pointer-events: none;
}
.g_type3 .swiper-slide{
    opacity: 1!important;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
    justify-content: center;
}
.g_type3 .open .close {
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
}
.g_type3 .open .close img{
	box-shadow: 0 2px 4px rgba(0,0,0,0);
}
.g_type3 .swiper-button-prev{
	background-image: url(../dup/img/swiper_prev.png)!important;
}
.g_type3 .swiper-button-next{
	background-image: url(../dup/img/swiper_next.png)!important;
}
/*IE*/
@media all and (-ms-high-contrast: none){
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    overflow: hidden;
    position: relative;
    height: 80px;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
}

/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 500px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #533c34;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #533c34;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}

/*===========================================================*/
/* 下層 */
/*===========================================================*/
.pager li:not(.prev) a, .pager li:not(.next) a{    background-color: #795548;}
.pager li:not(.prev) a:hover, .pager li:not(.next) a:hover{opacity: 0.7;}


/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){


}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
.item02{
    max-width: 231px;
    width: 35%;
}
.item03{width: 30%;}
.item06{
    bottom: 5%;
    left: 5%;
    width: 33%;
}
.catch {
    top: 17%;
    left: 5%;
    max-width: 390px;
    width: 45%;
}
#fix_bnr {
        bottom: 7px;
        right: 72px;
        width: 65%;
    }
.copyright{padding-bottom: 50px;}    
#page_top{bottom: 7px;}    

}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}