﻿
@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: #faf7f0;
    /*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: 14px;
    color: #7e6b5a;
    margin-bottom: 20px;
}
#main_menu ul li a span{
    display: block;
    font-size: 12px;
    color: #7e6b5a;
    /*padding: 5px 0 0 0;*/
}
#main_img, #main_img img{
    min-height: auto;
}
#main_img .scroll_bt{
    display: none;
}

.txt1{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 1.8;
    text-shadow: none;
    background-color: rgba(33, 33, 33, 0.6);
    padding: 15px;
    overflow: hidden;
}

.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: #ffffff;
    border: 1px solid #7e6b5a;
    background-color: #7e6b5a;
    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 #aacf52;
    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 #aacf52;
}

.pointNo{
    color: #f0aa00;
}
#contents2 figure{
    position: relative;
}
#contents2 figure::after{
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #faf7f0;
    z-index: -1;
}
.txt2{
    font-weight: bold;
    text-align: center;
}
.txt2 span, .txt4 span{
    display: inline-block;
    border-bottom: 1px solid #7e6b5a;
    padding: 5px 10px;
}
.txt3, #contents2 p{
    line-height: 2.0;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#contents3{
    background-color: #f5f5f5;
}
#contents3 figure{
    border: 5px solid #faf7f0;
    border-radius: 10px;
    overflow: hidden;
}
.txt5 span, .txt7 span {
    display: inline-block;
    color: #7e6b5a;
    border-bottom: 1px solid #7e6b5a;
    padding: 5px 10px;
}
.txt6, .txt8{
    color: #7e6b5a;
    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: #7e6b5a;
}
.cms_title p{
    color: #f0aa00;
    padding-left: 5px;
}
.cms_title::before {
    background-color: #7e6b5a;
}

#page_title .page_box{
    padding: 10px 0 10px 120px;
    background: #fff;
    border: 1px solid #7e6b5a;
    border-left: 5px solid #7e6b5a;
}
#page_title h2{
    color: #7e6b5a;
    text-shadow:none;
    line-height: 1.8;
}
#page_title p{
    color: #f0aa00;
    padding-left: 5px;
    text-shadow:none;
}
#page_title .page_box::before{
    background-color: #7e6b5a;
}

.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{
    overflow: hidden;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.footer_cms{
    color: #7e6b5a;
}
#page-top a, #page-top a span{
    color: #7e6b5a;
}
#footer_menu{
    padding: 10px 0;
    background-image: url(./Dup/img/bg1.jpg);
    border-radius: 10px;
}

.cate_list a{
    color: #ffffff;
    border: 1px solid #7e6b5a;
    background-color: #7e6b5a;
    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 #aacf52;
    background-color: #aacf52;
    /*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: #ffffff;
    border: 1px solid #7e6b5a;
    background-color: #7e6b5a;
    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: #aacf52;
    border: 1px solid #aacf52;
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    .fat-nav.active, .fat-nav.active ul {
        background-color: #faf7f0;
    }
    .fat-nav li a {
        color: #7e6b5a;
        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;
    }
}

@media all and (-ms-high-contrast:none){
    .txt1 {
        padding: 20px 15px 10px;
    }
.cate_list li a{
    padding: 10px 0 10px;
}
#page9 .box p a{
    padding: 5px 5px 5px;
}
}