﻿@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Noto+Serif+JP&display=swap');

body, .font_sans-serif, .hannari{
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#return_top{
    display: none;
}

.didot, .pop400, .pop300{
    font-family: 'Gowun Batang', 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#fakeloader{
    background-color: #f7f7f7!important;
}
#fakeloader .fl{
    width: 150px!important;
}
.page.letter_3{
    letter-spacing: 2px;
}
.line:before{
    background-color: #ddc13a!important;
}

header.scr_header{
    background-color: #fff!important;
}
.button_container .txt_white{
    color: #333;
}
.button_container span{
    background-color: #333;
}
.overlay{
    background: linear-gradient(135deg, rgba(141,194,31,0.9) , rgba(221,193,58,0.9))!important
}
.nav_menu_more:first-of-type a .icon:before, .nav_menu_more:last-of-type a .icon:before{
    display: none!important;
}
#pc_nav li a::after, #footer_nav li a::after{
    background-color: #333;
    height: 1px;
}
#pc_nav li a{
    color: #333!important;
}
header #logo, header.scr_header #logo{
    max-width: 80px!important;
}

#main_img .menu .bg_white{
    background-color: transparent;
    border: solid 2px #fff;
    max-width: 300px;
}
#main_img .menu .bg_white a{
    max-width: 200px;
}
#main_img::before{
    background-color: rgba(70,70,70,0.2);
    background-image: url('./Dup/img/bg_img3.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.num{
    opacity: 1!important;
}

#intro_wrap{
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
}
#intro_wrap::before, #contents3 .con_box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-3deg);
    border: solid 1px #ddd;
    pointer-events: none;
}
#contents3 .con_box::before{
    border: solid 1px #aaa;
}

#contents3{
    margin-bottom: 0;
}
#contents3 #contents3_wrap{
    padding-top: 100px;
    padding-bottom: 100px;
}
#contents3_wrap:after{
    display: none;
}
#contents3_wrap:before{
    top: 0;
}
#contents3 .con_box{
    background-color: rgba(255,255,255,0.9);
}

main.back1:before, #top_cms.back1:before{
    display: none;
}
.back1:before, .back2:before{
    background-color: transparent!important;
    background-image: url('./Dup/img/bg_img.jpg');
    background-position: center;
    background-size: cover;
}
.back1:before{
    top: 200px;
}

.more_btn{
    background-color: rgba(221,193,58,0.1);
}

#top_cms .cms_title p{
    font-size: 40px;
    letter-spacing: 6px;
    color: #333;
    position: relative;
}
#top_cms .cms_title p::before{
    position: absolute;
    content: "";
    width: 1000px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -1030px;
    background-color: #333;
    margin: auto;
}
#top_cms .cms_title h3{
    font-size: 16px;
    color: #333;
    opacity: 0.6;
    letter-spacing: 3px;
}

#page_title:before{
    background-color: rgba(255,255,255,0.6)!important;
    background-image: url('./Dup/img/bg_img3.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

#logo2 a{
    max-width: 200px;
}

#page_title .page_title_box{
    padding: 0;
    background-color: transparent!important;
    width: 100%!important;
}
#page_title p{
    font-size: 40px;
    line-height: 1.5;
    opacity: 1;
    letter-spacing: 6px;
    color: #333;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    display: inline-block;
}
#page_title h2{
    font-size: 16px;
    letter-spacing: 3px;
    color: #333;
}

main.back1 section[id^="page"] > div{
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 1px #333;
	color: #333;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-color: #8dc21f;
}

footer{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 500px;
    background-color: #f9f9f9!important;
}
#footer{
    background-color: transparent!important;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header #logo, header.scr_header #logo {
    max-width: 60px!important;
}
#top_cms .cms_title{
    padding-left: 10px;
}
#top_cms .cms_title p::before{
    left: -1010px;
}
.back1:before{
    height: auto;
    bottom: 0;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#top_cms .cms_title p{
    font-size: 30px;
    letter-spacing: 4px;
}
#page_title p{
    font-size: 30px;
    letter-spacing: 4px;
}
.cate_title{
    font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.more_btn{
    padding-bottom: 8px!important;
}
.cate_list li a{
    padding-bottom: 10px;
}
#page9 .more{
    padding-bottom: 5px;
}
}