﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@700&display=swap');

body, .font_serif{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#main_img .sc_icon, #menu_bt div > p, #page-top, #top_cms .top_cms_box .top_cms_title p, #top_cms .top_cms_box .more a, a[href^="tel:"], .date, .item1 span, .item2 span, #main_menu ul:not(.sns_links) li a span, .cate_list::before, .pager, .con_no{
    font-family: 'Montserrat', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/**** fade ****/

.fadein .fade_box{
    transition: 1s;
    opacity: 0;
    transition-property: transform,opacity;
    transform: translateY(10px);
}
.fadein .fade_box.active{
    opacity: 1;
    transform: none;
}

/**********/

.font_bold{
    font-weight: 700;
}
#main_menu ul:not(.sns_links) li{
    text-shadow: none;
}
.item1::before, .item2::before{
    display: none;
}

header h1{
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    background-color: #fff!important;
    z-index: 1;
    width: 180px!important;
    max-width: inherit;
}

#main_img {
    border: solid 20px #fff;
    margin-bottom: 0;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./Dup/img/bg_img1.png'), url('./Dup/img/bg_img2.png');
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: 500px;
    z-index: 1;
    pointer-events: none;
}
#main_img .sc_icon {
    width: 160px;
    height: 80px;
    bottom: -80px;
}
#main_img .sc_icon.active {
    bottom: -30px;
}
#main_img .sc_icon span {
    top: 20px;
    color: #db0b15;
}

.con_no{
    color: #fff;
    text-shadow: 
        1px  1px 0px #db0b15,
        -1px  1px 0px #db0b15,
        1px -1px 0px #db0b15,
        -1px -1px 0px #db0b15,
        1px  0px 0px #db0b15,
        0px  1px 0px #db0b15,
        -1px  0px 0px #db0b15,
        0px -1px 0px #db0b15;
}

#contents1_h{
    background-image: url('./Dup/img/bg_img7.png'), url('./Dup/img/bg_img8.png');
    background-position: right 20px top 0, left 20px top 0;
    background-repeat: no-repeat;
    background-size: 300px;
}

#contents2{
    margin-bottom: 100px;
}
#contents2 .box h4{
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}
#contents2 .box > .box_txt{
    background-image: url('./Dup/img/bg_img5.png'), url('./Dup/img/bg_img6.png');
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 100px;
    padding: 60px;
}

#top_cms{
    padding-top: 0;
}
#top_cms .top_cms_box{
    margin-bottom: 0;
}
#top_cms .top_cms_box:not(:first-child){
    margin-top: 100px;
}
#top_cms .top_cms_title{
    text-align: left;
    padding-left: 50px;
    margin-bottom: -100px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#top_cms .top_cms_title > div{
    position: relative;
}
#top_cms .top_cms_title h3{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    font-size: 40px;
    display: inline-block;
}
#top_cms .top_cms_title p{
    position: absolute!important;
    transform: rotate(90deg) translateY(-30px);
    top: 0;
    transform-origin: top left;
    font-size: 16px;
}
#top_cms .top_cms_box > .cms_wrap{
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: 400px;
}
#top_cms .top_cms_box:nth-of-type(1) > .cms_wrap{
    background-image: url('./Dup/img/bg_img4.png');
    background-position: top right;
}
#top_cms .top_cms_box:nth-of-type(2) > .cms_wrap{
    background-image: url('./Dup/img/bg_img2.png');
    background-position: bottom left;
}
#top_cms .top_cms_box .more a{
    width: 200px;
    height: 50px;
    border: none;
    background-color: #db0b15;
    color: #fff;
    position: relative;
}
#top_cms .top_cms_box .more a::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    display: block;
    transition: 0.3s;
}
#top_cms .top_cms_box .more a:hover::before{
    width: 30px;
}
#top_cms .top_cms_box .more a span{
    left: 30%;
    display: inline-block;
    transition: 0.3s;
}
#top_cms .top_cms_box .more a:hover span{
    left: 50%;
}

#page_title{
    padding: 20px 20px 0;
    background-color: transparent;
}
#page_title > div{
    padding: 100px 0;
    background-color: #f7f4f2;
    display: block;
    text-align: center;
    position: relative;
    background-image: url('./Dup/img/bg_img3.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 500px;
}
#page_title h2, #page_title p{
    text-align: center;
}
#page_title h2{
    font-size: 24px;
}
#page_title p{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 5px;
    text-shadow: 
        1px  1px 0px #db0b15,
        -1px  1px 0px #db0b15,
        1px -1px 0px #db0b15,
        -1px -1px 0px #db0b15,
        1px  0px 0px #db0b15,
        0px  1px 0px #db0b15,
        -1px  0px 0px #db0b15,
        0px -1px 0px #db0b15;
    color: #f7f4f2;
}

.cate_title{
	background-color: transparent;
	padding: 0!important;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-top: 70px!important;
	padding-bottom: 30px!important;
	margin-bottom: 50px;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	background-image: url('./Dup/img/title_icon.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: top center;
	line-height: 1.5;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #db0b15;
}

.cate_list::before{
    content: "CATEGORY";
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.cate_list li{
    margin: 0 5px 10px;
}
.cate_list li a{
    padding: 5px 15px;
    line-height: 1.5;
    border: solid 1px #1a1a1a;
    font-weight: normal;
    font-size: 14px;
}
.cate_list li a:hover{
    background-color: #1a1a1a;
    color: #fff;
}

#page10 .box a{
    transition: 0.3s;
}
#page10 .box a:hover{
    opacity: 0.6;
}

#footer > div{
    padding: 100px 20px;
    max-width: 1280px;
}
#footer .logo img{
    width: 300px;
}
#footer_cms h3{
    margin-bottom: 10px;
}
#footer_txt{
    padding: 20px;
}

#tel_bt{
    top: 20px;
    right: 80px;
    width: 60px;
    height: 60px;
    z-index: 998;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img{
    height: 60vw;
}
#main_img::before{
    background-size: 300px;
}
header h1{
    padding: 20px;
    width: 150px!important;
}
.index header h1{
    top: 0;
    left: 0;
    background-color: #fff!important;
    transform: none;
}
#contents1_h{
    background-size: 200px;
}
#contents1_h .fade_box{
    opacity: 1;
    transform: none;
}
#contents2 .box > .box_txt{
    background-size: 50px;
    padding: 50px 20px;
}
#contents2 .box h4 {
    font-size: 18px;
}
#top_cms .top_cms_title {
    text-align: center;
    padding-left: 0;
    margin-bottom: -50px;
}
#top_cms .top_cms_title h3 {
    font-size: 30px;
}
#page_title > div{
    background-size: 300px;
}
#footer .logo img{
    width: 200px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header h1{
    width: 100px!important;
}
#main_img{
    border-width: 10px;
    height: 100vw!important;
}
#main_img::before, #page_title > div{
    background-image: url('./Dup/img/bg_img1.png');
    background-position: right bottom;
    background-size: 200px;
}
#contents1_h{
    background-size: 150px;
}
#contents2 .box h4 {
    font-size: 16px;
}
#top_cms .top_cms_box:not(:first-child){
    margin-top: 50px;
}
#top_cms .top_cms_box > .cms_wrap{
    background-size: 300px;
}
#page_title{
    padding: 10px 10px 0;
}
#page_title > div{
    padding: 150px 0 70px;
}
#page_title p{
    font-size: 30px;
    letter-spacing: 3px;
}
.cate_list::before, .cate_list li a{
    text-align: center;
}
.cate_title{
	font-size: 20px;
	letter-spacing: 1px;
}
.pager li a{
    margin: 0 10px!important;
    background-color: #db0b15;
    color: #fff;
}
#tel_bt{
    top: 10px;
    right: 60px;
    width: 50px;
    height: 50px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}