﻿@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
.font1,
#pc_nav li a,
#sp_nav li a,
#top_cms .cms_title h2,
.more a,
#top_info .con_title,
.tel_bt,
#page-top,
#copyright,
#page_title .page_title_box h2,
.pager li a{
    font-family: 'Marcellus', serif;
}

/*
#loading_bg{
    display: none;
}
*/


.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

.txt_shadow_h{
    text-shadow:none;
}

body{
    overflow:hidden;
    font-size:13px;
}

#header h1 img{
    width: 200px!important;
    height: auto;
}

.tel_bt,
.more a{
    color:#333!important;
}
#sns_link li a{
    border-color: #333;    
}



/*--top page---------------------------
-------------------------------------*/

#main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
    z-index:1;
    pointer-events:none;
}
#main_img .catch{
    z-index:2;
}
#main_img .catch1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
#main_img .catch2{
    font-size:1rem;
}
#con1_wrap {
    margin-left: auto;
    margin-right: 0;
}
#con2_wrap {
    margin-right: auto;
    margin-left: 0;
}
/*
#con1_wrap .con_img:first-of-type,
#con2_wrap .con_img:last-of-type{
    margin-top:100px;
}
#con1_wrap .con_img:last-of-type,
#con2_wrap .con_img:first-of-type{
    margin-top:-100px;
}
*/
.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}

.intro_sub_title,
.con1_sub_title{
    font-size: 1.5rem;
}

.modal-open{
    font-size:1.2rem;
}

#top_cms .cms_title p{
    color:#333;
}



/*--under page---------------------------
-------------------------------------*/
#page_title img{
    opacity:0.8;
}
#page_title .page_title_box{
    color:#fff!important;
}
#cms_2-g .cate_title{
    line-height: 1.3;
    font-size:1.7em;
}
#under_page .map_wrap {
    height: 600px;
}
.page9 h3{
    color:#333;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#header h1 img {
    width: 150px!important;
}
#main_img{
    height:42vh;
}
#main_img .catch {
    width: 100%;
}
#con1_wrap {
    margin-right: 0;
    margin-left: 30px;
}

#con2_wrap {
    margin-left: 30px;
}
.con2_img_wrap{
    
}
.con_img{
    overflow:hidden;
}
.modal_title_wrap {
    left: -30px;
}
.map_wrap iframe{
    height:400px!important;
}
#under_page .map_wrap {
    height: 500px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.grid_6h_sp{
    width:calc(50% - 5px)!important;
}
header .scroll_d{
    display:none;
}
#main_img{
    height: 32vh;
    margin-top: 75px;
}
#main_img::before{
    height:99%;
}
#main_img .catch1 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
#main_img .catch2 {
    font-size: 0.8rem;
}
.intro_sub_title, .con1_sub_title {
    font-size: 1.2rem;
}
.con1_img_wrap {
    margin-right: 0;
}
#con1_wrap,
#con2_wrap {
    margin-left: 0;
}
#con1_wrap .con_img,
#con2_wrap .con_img{
    margin:0 auto;
}
/*
#con1_wrap .con_img:first-of-type{
    margin-top:0;
    margin-bottom:50px;
}
#con2_wrap .con_img:last-of-type{
    margin-top:50px;
    margin-bottom:0;
}
#con1_wrap .con_img:last-of-type,
#con2_wrap .con_img:first-of-type{
    margin-top:0;
}
*/
.modal-box .inner{
    padding-top:70px;
}
.modal_title_wrap {
    left: -20px;
}
.map_wrap iframe{
    height:350px!important;
}
}




