﻿/**@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

#top_cms .cms_title h2, .cate_title, .sub_cate_title, #main_img2 h2, .box_title, .box_title1, #main_img .main_txt{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#aisatsu .aisatsu_no, #main_menu, a[href^="tel:"], #top_cms .cms_title p, .effect.effect-1, #main_img2 h2 span, #copyright, #page10 .cate_wrap li a span, .date, footer .sns_link{
    font-family: 'Montserrat', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}**/

body, .font_sans-serif{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, p{
    font-weight: bold;
}


header .header{
    padding: 60px 15px 100px;
    color: #1a1a1a;
    background-color: #fff;
    max-width: 100%!important;
    background-image: url('./Dup/img/nami1.png'), url('./Dup/img/nami2.png'), url('./Dup/img/bg_img.jpg');
    background-position-x: 0, 0, center;
    background-position-y: 101%, 101%, center;
    background-repeat: repeat-x;
    background-size: 2000px 50px, 1700px 50px, cover;
    animation: nami 30s linear infinite ;
}
@keyframes nami {
    0% {
        background-position-x: 0, 0, center;
    }
    100% {
        background-position-x: -2000px, -1700px, center;
    }
}

header .header .txt_white{
    color: #1a1a1a;
}
#fixed_right_banner{
    top: 140px!important;
}
#fixed_right_banner ul{
    width: 50px!important;
}
#fixed_right_banner ul li{
    width: 100%!important;
    box-sizing: border-box;
}
.button_container span{
    background-color: #aaaaaa;
    box-shadow: none;
}
#main_menu, #main_menu.fixed{
    border-bottom: none!important;
}
#main_menu.fixed{
    background-color: #1e0033!important;
}

#main_img{
    margin-bottom: 0;
}
#main_img .main_txt{
    font-size: 40px;
    left: 0;
    bottom: 100px;
    z-index: 1;
}

#aisatsu > div{
    background-color: transparent!important;
}
#aisatsu .aisatsu_no::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #aaa;
    opacity: 0.4;
}

.contents_box_h{
    padding-top: 50px;
    background-image: linear-gradient(to bottom right, #48325b, #2e2148)!important;
    box-shadow: 10px 20px 30px rgba(0,0,0,0.2);
}
.contents_box_h::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 1px;
    transition: 2s;
    background-color: rgba(255, 255, 255, 0.7);
}
[data-aos^=fade][data-aos^=fade].aos-animate::before{
    width: 100%;
}
.contents_box2::before, .contents_box2::after{
    display: none;
}

#top_cms{
    padding-top: 100px;
    padding-bottom: 1px;
    background-color: #fff;
    color: #1a1a1a;
    background-image: url('./Dup/img/nami3.png');
    background-position: top -1px left;
    background-repeat: no-repeat;
    background-size: 100% 40px;
}
#top_cms .txt_color_nomal{
    color: #1a1a1a!important;
}
#top_cms .cms_title h2::before{
    background-color: #ccc;
}
#top_cms .cms_title h2::after{
    background-color: #1e0033;
}
#top_cms .cms_box > .border_white{
    text-align: left;
    padding: 100px 0 0;
    border: none;
}
#top_cms .effect{
    color: #1e0033;
}

#main_img2{
    background-position: center;
    max-width: 100%;
    margin-bottom: 0;
    background-image: none!important;
}
#main_img2 h2{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
#main_img2 .page_title{
    background-color: transparent!important;
    max-width: 1080px;
    margin: 0 auto;
    border-top: solid 1px #555;
}

#contents{
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 100px;
    background-color: #fff;
    color: #1a1a1a;
}
#contents .txt_color_nomal{
    color: #1a1a1a!important;
}

.cate_title, .sub_cate_title{
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 100%!important;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px!important;
    margin-bottom: 50px;
    color: #1a1a1a;
    font-weight: bold;
    position: relative;
}
.cate_title::before, .sub_cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    margin: auto;
}

#page10 .cate_wrap li a span{
    display: block;
    padding-left: 0;
}

#logo2 img{
    width: 100%;
}
footer .grid_9{
    width: 100%!important;
}
footer .sns_link{
    margin-top: 20px;
    margin-bottom: 50px;
}
footer .sns_link::before{
    content: "LINKS";
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
footer .sns_link li{
    width: 200px;
    padding: 0;
}
footer .sns_link li:not(:last-of-type){
    border-right: solid 1px #fff;
}
footer .sns_link li a{
    padding: 10px 0;
    display: block;
    transition: 0.3s;
}
footer .sns_link li a:hover{
    opacity: 0.7;
}
footer .sns_link li img{
    width: 50px;
    margin: 0 auto 10px;
    display: block;
}
footer .sns_link li .sns_title{
    display: block;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_menu ul li a{
    letter-spacing: 0;
}
#main_img .main_txt{
    font-size: 30px;
    bottom: 50px;
}
#top_cms{
    background-size: 100% 30px;
}
.pager li:not(.prev):not(.next){
	display: none;
}
footer .sns_link li{
    width: 180px;
    padding: 0;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header .header{
    padding-bottom: 50px;
    background-size: 1000px 30px, 700px 30px, cover;
    animation: nami2 20s linear infinite ;
}
#logo{
    margin: 0 auto 50px;
}
#logo img{
    width: 100%!important;
}
#main_img{
    padding-top: 30px;
}
#main_img .main_txt{
    font-size: 18px;
    bottom: 30px;
}
#aisatsu .aisatsu_no::before{
    right: 0;
    margin: auto;
}
#top_cms{
    background-size: 100% 20px;
}

.cate_title, .sub_cate_title{
    font-size: 20px;
}
#main_img2{
    margin-top: 0!important;
}
#main_img2 .page_title{
    border-top: none;
}
#main_img2 h2{
    font-size: 20px;
    width: 80%!important;
}
footer .sns_link li{
    width: 200px;
    margin-bottom: 10px;
    border-right: none!important;
}
footer .sns_link li a{
    background-color: rgba(255,255,255,0.1);
}
#foot_txt{
    padding-bottom: 50px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}


@keyframes nami2 {
    0% {
        background-position-x: 0, 0, center;
    }
    100% {
        background-position-x: -1000px, -700px, center;
    }
}