﻿@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

.font_bar, #intro .intro_title, .con_title, #top_cms .cms_title, a[href^="tel:"], .date, #page_title, .cate_title, .box_title, .box_title1, .box_title2, #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before, #page10{
    font-family: 'Hina Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_bold{
    font-weight: normal;
}

/*********/

#pp-nav{
    background-color: #fff;
    border-radius: 50px;
}
#custom .custom_wrap{
    height: 100%!important;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: cover;
    background-position: center;
}
#custom .custom_wrap::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 80%;
    left: 0;
    top: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    background-image: url(./Dup/img/bg_img4.jpg);
    background-size: cover;
    background-position: center;
}
#custom .main_title{
    top: 20%;
    left: 5%;
    z-index: 1;
}

#intro .intro_left{
    left: 0!important;
}
#intro .intro_left{
    background-image: url('./Dup/img/bg_img5.png');
    background-size: 400px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contents .con_bg{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-size: 100%;
    background-position: center;
}
#contents .con_img{
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

#top_cms .cms_box{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
    position: relative;
}
#top_cms .cms_box::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #e5b633;
    margin: auto;
}
#top_cms .cms_box:nth-of-type(3){
    background-color: rgba(155,149,134,0.05);
}
#top_cms .cms_title{
    padding-top: 0;
    border-top: none;
}
#top_cms .cms_title span{
    display: none;
}

#page_title{
    background-color: #f4f1e9;
    color: #1a1a1a;
}
#page_title .title_bg{
    opacity: 0.4;
}
#page_title .title_wrap span.bg_white{
    background-color: #1a1a1a;
}

.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 2px #d1ccc1;
	color: #1a1a1a;
	font-weight: normal;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #f48b19;
}

#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    top: 4px;
}

.banner{
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
}

#page10 span.font_bar{
    opacity: 0.4;
}

footer .footer_bg, footer.bg_color2{
    background-image: url('./Dup/img/bg_img3.jpg');
    background-size: cover;
    background-position: center;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#custom{
    overflow: hidden!important;
    height: 60vw!important;
}
#custom .custom_wrap{
    height: 100%!important;
}
#custom .main_title {
    top: 15%;
    left: 30px;
}
#intro .intro_right div, #contents .con_img div{
    height: 100%!important;
}
#intro .intro_right, #contents .con_img{
    height: 50vw!important;
    border-radius: 0;
}
#contents .con_bg{
    background-size: 800px;
}
footer > div{
    height: inherit!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#custom{
    overflow: hidden!important;
    height: 100vw!important;
}
#custom .main_title{
    top: 10%;
    left: 20px;
}
#custom .custom_wrap::before{
    width: 80%;
    height: 60%;
}
#intro .intro_left{
    background-size: 300px;
}
#page_title .title_wrap p{
    letter-spacing: 2px;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    top: 6px;
}
.cate_title{
	font-size: 20px;
}
.banner{
    max-width: 250px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#sns_links p{
    padding-top: 0;
}
}
