﻿/*--------リンク・フォント--------*/
@font-face {
    font-family: 'hiragino_min';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/default/hiragino_min_r.woff') format('woff'),
        url('../Dup/default/hiragino_min_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'hiragino_min';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/default/hiragino_min_b.woff') format('woff'),
        url('../Dup/default/hiragino_min_b.eot')  format('eot');
    font-display: swap;
}
body{font-family: "hiragino_min","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}


.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
.header-in {border-radius: 15px;}
.c-btn {border-radius: 5px;}
#main_img{background-image: url(./Dup/img/back2.jpg);}
#con1{background-image: url(./Dup/img/back.jpg);}
.con1_inner{color: #fff;}
.topTxt1 {background-color: #625d63;}
.topTxt1 .arrow {color: #625d63;}
#con2{
    background-image: url(./Dup/img/back3.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#con3{
    background-image: url(./Dup/img/back2.jpg);
}
#con3 .box{
    position: relative;
    z-index: +1;
}
#con3 .box .icon {
     margin-top: 0px; 
}
#con3 h3{
    position:relative;
    z-index:+1;
    
}
#con3 h3::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_01.png) no-repeat;
    background-size: contain;
    z-index: -1;
    width: 12em;
    height: 10em;
    left: 50%;
    transform: translateX(-50%);
    top: -110px;
}

footer .copy{color: #fff;}


.g_calendar {
    text-align:center;
    }

.g_calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
.g_calendar iframe {
    height:600px;
    }
}
@media (min-width: 768px) {
.g_calendar iframe {
    height:600px;
    }
}
#topCms .cms_2-d .cate:nth-of-type(even) .d_flex{
    flex-direction: row-reverse;
}
#topCms .cms_2-d .cate:nth-of-type(even) .img_wrap{
padding-left: 0px;
    padding-right: 50px;
}

/*--------下層--------*/

.all_contents .content {
    border-radius: 10px;
}
.cate_list li a {
    border-radius: 10px;
}
.pagetitle_img {
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: darken;
}
#page9 .privacy .box:first-of-type {
    border-radius: 10px 10px 0px 0px;
}
#page9 .privacy .box:last-of-type {
    border-radius: 0px 0px 10px 10px;
}


/*--------タブレット--------*/
@media screen and (max-width: 768px){
.header-in {
    height: 65px;
    }
    .topTxt1 .arrow { display: none;}
    #con2 {
    background-position: 83% 50%;
    }
    #topCms .cms_2-d .cate:nth-of-type(even) .img_wrap{
padding-left: 0px;
    padding-right: 0px;
}

}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    .header .logo1 {
        max-width: 100px;
    padding-left: 0px;
    padding-right: 0px;
}
#main_img{padding-top: 93px;}
    .topTxt1 {
    background-color: rgb(115 115 115 / 0%);
    border-radius: 0;
    padding: 0 10px;
    line-height: 1.2;
}
.g_calendar {
    width: 99%;
    margin: 50px auto 0;
}
.footer_contact .f_contact_box h4{
    font-size: 8vw;
    line-height: 1.2;
}
footer .copy {
    letter-spacing: 1px;
    font-size: 3.5vw;
}
.f_contact_box {
    border-radius: 10px;
}
#page8 .contact_tel a,#page8 .contact_tel a span {
        font-size: 4.5vw;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
.c-btn{padding-top:5px;}
.pager li a{padding-top:5px;}
.cate_list li a{
    padding-top:13px;
    padding-bottom: 7px;
}
.f_contact_btn a{
    padding:22px 0px 16px;
}
#cms_2-d .cate_title{
    padding-top:14px;
    padding-bottom: 5px;
}
#page9 .box .no{
    padding-top:6px;
    width:39px;
    line-height:33px;
}
#page9 .box p a{
    padding-top:7px;
}
#page10 .sitemap li a{
    padding: 21px 0px 16px;
}
}