﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');

body, .font_sans-serif{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.menu .nav, #con_h .con_title, .main_img_wrap .catch, .top_nav, #top_cms .cms_title p, .more, .other, #page_title, a[href^="tel:"], .date, .con_no, .cate_title, .cms_3-f .sub_cate_title, a[href^="mailto:"]{
    font-family: 'Shippori Mincho', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: normal;
}

.svg_box{
    display: none;
}

.top_nav ul li{
    margin-left: 0;
    border-width: 1px;
}
.logo, .is-fixed .logo{
    width: 130px!important;
}
.main_img_wrap .navi{
    display: none;
}
#loading_line .line{
    background-color: #f9f8f4;
}
.menu{
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu .nav ul{
    padding-left: 100px;
}
.menu .nav ul li, .menu .nav ul li a, .top_nav ul li, .top_nav ul li a{
    transform: none;
}
.menu .nav ul li{
    margin-left: 0;
    position: relative;
    border: none;
}
.menu .nav ul li a, .top_nav ul li a{
    padding: 0 20px;
}
.menu .nav2{
    font-size: 12px;
}
.top_nav ul li a{
    font-size: 18px;
}

#main_img::before{
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    left: 0;
    bottom: 6vh;
    background-image: url('./Dup/img/main.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
    pointer-events: none;
    max-width: 1200px;
}
#con_h{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-size: cover;
    background-position: center;
}
#con_h .con_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.1;
    margin: auto;
}

#top_cms{
    background-color: #fff;
}
#top_cms:before{
    display: none;
}
#top_cms .cms_title p.txt_color3{
    color: #333;
    opacity: 0.4;
}
#top_cms .cms_title p.font_12up{
    padding-bottom: 10px;
    border-bottom: solid 1px #e4e4e4;
}
.top_cms_box:before{
    display: none;
}
#top_cms .line{
    display: none;
}
#top_cms .top_cms_wrap{
    padding: 0;
    width: 100%!important;
}
#top_cms .top_cms_box:nth-of-type(2){
    background-color: #f9f8f4;
}
#top_cms .top_cms_box{
    margin: 0 auto;
    padding: 100px 10%!important;
}
#top_cms .cms_title{
    text-align: center;
}
.top_cms_box .more_box .more{
    transition: 0.3s;
}
.top_cms_box .more_box .more:hover{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.all_page{
    background-color: #fff;
}
.all_page:before{
    display: none;
}
#page_title .img-container:before{
    background-color: #27c4cc;
}

.cate_list{
    border-bottom: none;
}
.cate_list li{
    width: auto!important;
}
.cate_list li a{
    padding: 10px 20px;
    background-color: #27c4cc;
    color: #fff;
    font-size: 14px;
}
.cate_list li a:hover{
    background-color: #f9f8f4;
    color: #333;
}

.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: #333;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #27c4cc;
    margin: auto;
}
.cate_box .open_bt .box_title1::before{
    color: #333!important;
}
.arrow img{
    box-shadow: none;
}
.cms_3-f .sub_cate a:hover .bg_img{
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1,1.1);
}

footer{
    background-image: url(./Dup/img/bg_img.jpg);
    background-size: cover;
}
footer .txt_white{
    color: #333;
}
#loading_logo{
    max-width: 200px;
}
#loading_logo, footer .logo{
    width: 200px!important;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#nav_menu{
    background-color: #fff;
    right: 0;
    top: 0;
}
#main_img::before{
    bottom: 0;
}
.main_img_wrap{
    height: 60vw;
}
.main_wrap{
    margin-top: 60vw;
}
.logo, .is-fixed .logo{
    width: 100px!important;
}
#page_title p{
    letter-spacing: 4px;
}
#con_h .con_img{
    height: 60vw;
}
#top_cms .top_cms_box{
    padding: 50px 5%!important;
}
.pager li{
    margin: 0 20px!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#nav_menu{
    width: 60px;
    height: 60px;
}
.logo, .is-fixed .logo{
    width: 80px!important;
}
.cate_list li{
    width: 100%!important;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.top_cms_box .more_box .more div, .page10 .more_box .more div{
    padding-top: 0;
}
.cms_3-f .sub_cate_title{
    padding-top: 20px;
}
.cate_list li a{
    padding-top: 13px;
}
}