﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
.font_Quick,
.fix_bnr a{
    font-family: 'Zen Maru Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}


/*
#loading{
    display:none;
}
*/


.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    font-size: 18px;
    line-height:1.7;
}



#footer,
#footer::before{
    border-radius: 0 50px 0 0;
}


.fix_bnr{
    bottom:20px;
    z-index:2;
}
.fix_bnr a {
    padding: 5px 0 6px;
    border-radius: 0 50px 50px 0;
    border: 2px solid #fff;
    border-left: 0;
}

.more a{
    border-radius:30px;
}




/*--top page---------------------------
-------------------------------------*/

#logo{
    border-radius: 0 0 50px 0;
}
#main_img{
    border-radius: 0 50px 50px 0;
}
#main_img .catch {
    left: 4%;
    bottom: 10%;
    z-index: 3;
}
#main_img .catch1{
    font-size: 4rem;
}
#main_img .catch2{
    font-size: 1.2rem;
    padding-left: 15px;
}
#main_img .catch a{
    border-radius:30px;
}
#video .video{
    display: block;
}

#top_contents1,
#top_info{
    background:url(./Dup/img/bg.png) no-repeat;
    background-size:40%;
    background-position:top left;
}
#top_contents1 .con1_bnr{
    border-radius:30px;
}

#top_contents2 .con_box .text_box .before{
    display:none;
}
#top_contents2 .num{
    display:inline-block;
    position:relative;
}
#top_contents2 .num::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(./Dup/img/item2.png) no-repeat;
    background-size: contain;
    top: -10px;
    right: -30px;
}

.top_cms_title .before, .top_info_title .before,
.top_cms_title .after, .top_info_title .after{
    display:none;
}
.cms_title_inner {
    padding: 30px 50px 50px 70px!important;
    background: url(./Dup/img/item3.png) no-repeat;
    background-size: 100% 100%;
}

#top_cms .cms_1-a figure{
    border-radius:20px;
}


#top_contact_box,
#top_contact_box .bottom .box{
    border-radius: 0 50px 50px 0;
}
#top_info .top_map iframe{
    border-radius: 30px;
}

/*--under page---------------------------
-------------------------------------*/
.pager li a{
    border-radius:50px;
}
#page_title::before{
    background:none;
}
#page_title .title_box{
    border-radius: 30px 30px 0 0;
    border-top: 0;
}

#page5 .v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#logo{
    width:30%!important;
    border-radius:0;
}


#main_img {
    border-radius: 0;
}
#main_img .catch1 {
    font-size: 3rem;
}
#top_contents2 .num{
    left: 45%;
}
#top_contents2 .con_box .con_img{
    border-radius: 50px!important;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img .catch {
    bottom: 5%;
    left:3%;
}
#main_img .catch1 {
    font-size: 2rem;
    margin-bottom:0;
}
#main_img .catch2 {
    font-size: 15px;
    line-height: 1.2;
    padding-left:0;
}
#top_contents2 .con_box .con_img {
    border-radius: 30px!important;
}
.fix_bnr {
    padding: 5px 5px 6px 0;
    bottom: 10px;
}
.cms_title_inner{
    width: 45%;
    margin: auto;
}
#page6 .kotei_tel{
    margin-right:0;
}
}




