﻿@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

.font_en {
    font-family: 'Caveat',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

#fakeloader{
	z-index: 9999;
	background-image: url(./Dup/img/h_bg.png);
	background-color: #fcf5e7;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 240px;
}
#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;}
}

#main_img {
    min-height: auto;
}
.scroll_bt {
    bottom: -25px;
}
#video video {
    vertical-align: middle;
}
#video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/dott.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 3px auto;
    z-index: 1;
}

header{
    background-image: url(./Dup/img/h_bg.png);
}

#main_menu ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #903703;
}

.pc_box #logo img {
    width: 80% !important;
}
.pc_box .contact_bt{
    position:relative;
}
.pc_box .contact_bt a{
    color: #ffffff;
    border: 1px solid #ffa91d;
    background-color: #ffa91d;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pc_box .button:hover{
    color: #ffffff;
    border:1px solid #90c424;
    background-color: transparent;
}
.pc_box .button:hover::after {
    box-shadow: inset 0 0 0 15em #90c424;
}
.pc_box .tel_bt{
    display: none;
}

.txt2_sub{
    color: #eb6d7b;
}
.contents2_bnr{
    background-color: #eb6d7b;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 10px;
}
.contents2_bnr span{
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 20px;
    color: #eb6d7b;
    background-color: #ffffff;
    line-height: 1;
    border-radius: 15px;
    margin-bottom: 5px;
}

#contents3{
    background-image: url(./Dup/img/bg3.png);
    border-top: double 6px #d4eef7;
    border-bottom: double 6px #d4eef7;
}
#contents3 > div > div{
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
}

#top_cms{
    background-image: url(./Dup/img/point9.png);
    background-repeat: no-repeat;
    background-position: top 3% right 5%;
    background-size: 160px auto;
}
#top_cms .more a{
    color: #ffffff;
    border-color: #90c424;
    background-color: #90c424;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    border-radius: 10px;
}
#top_cms .more a:hover{
    color: #ffffff;
    background-color: transparent;
    border-color: #ffa91d;
}
#top_cms .more a:hover::after {
    box-shadow: inset 0 0 0 15em #ffa91d;
}
.cms_title p{
    color: #eb6d7b;
    line-height: 1.0;
}

#map{
    /*padding: 5px;*/
}

.footer_wrap{
    background: #fcf5e7;
    border-top: solid 8px #f5ddb1;
}
.foot_tel_bt .button{
    color: #ffffff;
    border-color: #ffa91d;
    background-color: #ffa91d;
    z-index: 1;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.foot_tel_bt .button:hover{
    color: #ffffff;
    background-color: transparent;
    border-color: #90c424;
}
.foot_tel_bt .button:hover::after {
    box-shadow: inset 0 0 0 15em #90c424;
}
.footer_cms{
    font-size: 12px;
    color: #694d29;
}

#page_title .page_box{
    text-align: center;
    padding-left: 0;
    background-image: url(./Dup/img/point1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
#page_title .page_box h2 {
    text-shadow: none;
    font-weight: bold;
}
#page_title .page_box p {
    color: #ffa91d;
    text-shadow: none;
    font-size: 20px;
}
#page_title .page_box::before{
    display: none;
}

.cate_list li a{
    color: #ffffff;
    background-color: #90c424;
    border: 1px solid #90c424;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}
.cate_list li a:hover{
    box-shadow: none;
    background-color: #ffa91d;
    border: 1px solid #ffa91d;
}


.page5_bnr{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
}
.page5_bnr a{
    background-color: #eb6d7b;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 10px;
}
.page5_bnr a span{
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 20px;
    color: #eb6d7b;
    background-color: #ffffff;
    line-height: 1;
    border-radius: 15px;
    margin-bottom: 5px;
}

#page8 .mail_contact_link div{
    padding: 0 10px;
    font-size: 16px;
}
#page8 .mail_contact_link div:first-child a{
    background-color: #7ac0cc;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
}
#page8 .mail_contact_link div:last-child a{
    background-color: #f7bead;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
}

#page9 h3{
    font-weight: bold;
}
#page9 p{
    line-height: 1.8;
}

#page10 ul li{
    margin-bottom: 20px;
}
#page10 ul li .button2 {
    box-shadow: none;
    color: #694d29;
    background-color: #fcf5e7;
    border: 1px solid #fcf5e7;
    border-radius: 10px;
    border-top: solid 2px #f5ddb1;
}
#page10 ul li .button2:hover{
    box-shadow: none;
    color: #ffffff;
    background-color: #ffa91d;
    border: 1px solid #ffa91d;
}

#cms_2-c .cate_box .box_txt1 {
    color: #903703;
}
#cms_3-e .cate_box .box_title2 {
    color: #eb6d7b;
}

.img_point4{
    bottom: -5px;
    right: 0;
    width: 100%;
    max-width: 102px;
}

.img_point6{
    bottom: -5px;
    right: 10px;
    width: 100%;
    max-width: 140px;
    z-index: 9;
}

.img_point7{
    top: -50px;
    left: 50%;
    width: 100%;
    max-width: 160px;
    transform: translate(-50%,0);
}



@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
	.pc_box #logo img {
		width: 100% !important;
	}
	.hamburger.active .hamburger__icon:before,
	.hamburger.active .hamburger__icon:after{
		/*background-color: #ffffff!important;*/
	}
	.fat-nav.active,.fat-nav.active ul{
		background-color: #fcf5e7;
		background-image: url(./Dup/img/h_bg.png);;
	}
	.fat-nav li a{
		color: #903703;
		font-size: 14px;
		font-weight: bold;
	}
	.fat-nav li a.border_color1{
		border-color: #903703;
		font-size: 20px;;
	}
    footer .link_box ul{
        max-width: 400px;
        margin: 0 auto;
    }
	footer .logo img {
		max-width: 200px;
	}
    .img_point6 {
        max-width: 115px;
    }
    #top_cms {
        background-position: top 1% right 2%;
        background-size: 120px auto;
    }
    .img_point4 {
        right: 5px;
        max-width: 90px;
    }
}

@media screen and (max-width: 667px){
    .img_point7 {
        top: -40px;
        max-width: 140px;
    }
    #top_cms {
        background-position: top 10px right 0;
        background-size: 100px auto;
    }
}

@media all and (-ms-high-contrast:none){
    .pc_box .contact_bt a {
        padding-top: 13px;
        padding-bottom: 7px;
    }
    .contents2_bnr span{
        padding:5px 20px 0px;
    }
    .page5_bnr a span{
        padding:5px 20px 0px;
    }
    .foot_tel_bt .button{
        padding-top: 13px;
        padding-bottom: 7px; 
    }
    .cate_list li a{
        padding:13px 0 7px;
    }
    #page8 .mail_contact_link div:first-child a,
    #page8 .mail_contact_link div:last-child a{
        padding:23px 10px 17px;
    }
}

/* アニメーション */
.fadein{
     opacity: 0;
     transform: translateY(20px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.fadein.fadetrans{
     opacity: 1;
     transform: none
}
.fadein2{
     position: relative
}
.fadein2 .fadein2_filter{
     top: 0;
     right: 0;
     transition: 0.4s;
     transition-delay:0.2s;
     transition-property: width;
    background: #f7bead;
}
.fadein2 .fadein2_filter2{
     top: 0;
     right: 0;
     transition: 0.4s;
     transition-property: width;
    background: #d4eef7;
}
.fadein2 .fadein2_filter.fadetrans{
     width: 0!important
}
.fadein2 .fadein2_filter2.fadetrans{
     width: 0!important
}
