﻿
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

html {
    font-size: 14px;
}

body{
    font-family: 'Sawarabi Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_en {
    font-family: 'Sawarabi Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#fakeloader{
	z-index: 9999;
	background-color: #fcf5e7;
    background-image: url(./Dup/img/fl_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 240px;
	opacity: 0;
}
#fakeloader .fl{
	animation-name: loader;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes loader {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

header{
    background-color: #ffffff;
    background-image: url(./Dup/img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#main_menu ul li a {
    font-size: 16px;
    color: #402b0c;
    margin-bottom: 20px;
}
#main_menu ul li a span{
    display: block;
    font-size: 12px;
    color: #8bc34a;
    padding: 5px 0 0 0;
}
#main_img, #main_img img{
    min-height: auto;
}
#main_img .scroll_bt{
    display: none;
}

.txt1{
    color: #402b0c;
    font-weight: bold;
    opacity: 0.7;
    font-size: 24px;
    letter-spacing: 10px;
    line-height: 1.8;
    text-shadow: none;
}

.pc_box .contact_bt, .pc_box .tel_bt{
    position:relative;
}
.pc_box .contact_bt a, .pc_box .tel_bt a, .foot_tel_bt .button, #top_cms .more a, .con2_more_btn a{
    color: #402b0c;
    border: 1px solid #eee9d2;
    background-color: #eee9d2;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.pc_box .button:hover, .foot_tel_bt .button:hover, #top_cms .more a:hover, .con2_more_btn a:hover{
    color: #ffffff;
    border:1px solid #ee7428;
    background-color: transparent;
}
.pc_box .button:hover::after, .foot_tel_bt .button:hover::after, #top_cms .more a:hover::after, .con2_more_btn a:hover::after{
    /*box-shadow: inset 0 0 0 15em #d9bb8d;*/
    box-shadow: inset 0 0 0 15em #ee7428;
}

#contents2 figure{
    border: 5px solid #c2db8c;
    border-radius: 10px;
    overflow: hidden;
}
.txt2{
    font-weight: bold;
    text-align: center;
}
.txt2 span, .txt4 span{
    display: inline-block;
    border-bottom: 1px solid #ee7428;
    padding: 5px 10px;
}
.txt3, #contents2 p{
    line-height: 2.0;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#contents3{
    background-image: url(./Dup/img/bg2.png);
}
#contents3 figure{
    border: 5px solid #f9f6ef;
    border-radius: 10px;
    overflow: hidden;
}
.txt5 span, .txt7 span {
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5px 10px;
}
.txt6, .txt8{
    color: #ffffff;
    line-height: 2.0;
    opacity: 0.9;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.cms_title{
    padding: 10px 0 10px 60px;
    background-image: url(./Dup/img/bg3.png);
    border-radius: 10px;
}
.cms_title h2{
    color: #402b0c;
}
.cms_title p{
    padding-left: 5px;
}
.cms_title::before {
    background-color: #402b0c;
}

#page_title .page_box{
    padding: 10px 0 10px 120px;
    background-image: url(./Dup/img/bg2.png);
    border-radius: 10px;
}
#page_title h2{
    color: #ffffff;
    text-shadow:none;
    line-height: 1.8;
}
#page_title p{
    color: #ffffff;
    padding-left: 5px;
    text-shadow:none;
}
#page_title .page_box::before{
    background-color: #ffffff;
}

.footer_wrap {
    position: relative;
    background-color: transparent;
}
.footer_wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-image: url(./Dup/img/bg2.png);
    z-index: -2;
}
#map{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.footer_cms{
    color: #402b0c;
}
#page-top a, #page-top a span{
    color: #402b0c;
}
#footer_menu{
    padding: 10px 0;
    background-image: url(./Dup/img/bg1.jpg);
    border-radius: 10px;
}

.cate_list a{
    color: #402b0c;
    border: 1px solid #eee9d2;
    background-color: #eee9d2;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.cate_list a:hover{
    color: #ffffff;
    border:1px solid #ee7428;
    background-color: #ee7428;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

#page9 h3{
    font-weight: bold;
}
#page9 p{
    line-height: 1.8;
}

#page10 ul li{
    margin-bottom: 20px;
}
#page10 ul li .button2 {
    color: #402b0c;
    border: 1px solid #eee9d2;
    background-color: #eee9d2;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
#page10 ul li .button2:hover{
    color: #ffffff;
    background-color: #ee7428;
    border: 1px solid #ee7428;
}

.cms_5-c .box_title1::before, #cms_5-c .box_title1::before {
    top: 2px;
}

/*youtube*/
#youtube{
    position: relative;
    width: 90%;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
}
#youtube:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
#youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 吹き出し */
.balloon{
    position: absolute;
    top: -28px;
    left: -40px;
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 10px;
    background-color: #d9bb8d;
}
.balloon span{
    transform: rotate(-40deg);
    display: inline-block;
}
.balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -8px;
    bottom: 1px;
    border-left: 20px solid #d9bb8d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(37deg);
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    .fat-nav.active, .fat-nav.active ul {
        background-color: #f9f6ef;
    }
    .fat-nav li a {
        color: #402b0c;
        font-size: 14px;
        font-weight: bold;
    }
    #logo img{
        width: 100%!important;;
    }
    .txt1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 667px){
    .txt1 {
        font-size: 16px;
        width: 90%;
        letter-spacing: 6px;
    }
    #page_title .page_box {
        padding: 10px 0 10px 65px;
    }
    .balloon {
        left: -20px;
    }
    
    /* スマホ版固定メニュー */
    footer {
        padding-bottom: 200px!important;
    }
    .sp_menu{
        transition: .3s;
        z-index: 3;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 12px;
        letter-spacing: 0px;
    }
    .sp_menu li{
        width: 25%;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
    }
    .sp_menu li:nth-of-type(1),.sp_menu li:nth-of-type(3),.sp_menu li:nth-of-type(5),.sp_menu li:nth-of-type(7){
        border-left: 1px solid #fff;
    }
    .sp_menu li:nth-of-type(1),.sp_menu li:nth-of-type(2){
        border-top: 1px solid #fff;
    }
    .sp_menu li a{
        padding: 10px 3px;height: 100%;
        box-sizing: border-box;
    }
    .sp_menu_btn{
        width: 20%;
        padding: 5px 9px;
        position: absolute;
        top: -30px;
        cursor: pointer;
    }
    .sp_menu_btn .nav_btn{
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }
    .sp_menu_btn .nav_btn span{
        display: block;
        background-color: #fff;
        height: 3px;
        width: 15px;
        position: absolute;
        left: 5px;
        top: 5px;
        transition: .3s;
    }
    .sp_menu_btn .nav_btn.open_btn span:nth-child(1){
        transform: rotate(-55deg);
        left: -1px;
        width: 13px;
    }
    .sp_menu_btn .nav_btn.open_btn span:nth-child(2){
        transform: rotate(55deg);
        right: -1px;
        width: 13px;
    }
    .sp_menu_btn .nav_btn.close_btn span{
        left: 0;
    }
    .sp_menu_btn .nav_btn.close_btn span:nth-child(1){
        transform: rotate(45deg);
    }
    .sp_menu_btn .nav_btn.close_btn span:nth-child(2){
        transform: rotate(-45deg);
    }
    .sp_menu_btn .close,.sp_menu_btn .open{
        display: inline-block;
        font-size: 14px;
    }
    .sp_menu_btn.opennow .open{
        display: none!important;
    }
    .sp_menu.navclose{
        bottom: -156px;
    }

}

@media all and (-ms-high-contrast:none){
.cate_list li a{
    padding: 10px 0 10px;
}
#page9 .box p a{
    padding: 5px 5px 5px;
}
}