﻿/*全般*/
.title-font{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500!important;
}
body, .overlay .overlay-nav .en{
    font-family: 'Shippori Mincho', serif;
}
.more_item{
    border-radius: 12px;
}
.bg_color3, .hvr_bg_color3:hover{
    background-color: #FCDBD4; /*D6A993*/
}
.border_color3, .hvr_border_color3:hover{
    border-color: #FCDBD4; /*D6A993*/
}
.pdL_5px{
    padding-left: 5px;
}
.more{
    transition-duration: all 0.5s;
    
}
.more .more_item :hover{
    color:#1a1a1a;
    transition-duration: all 0.5s;
}
.fix_banner{
    opacity: 0;
    transition-duration: 0.8s;
}
.fix_banner.visible{
    opacity: 1;
    transition-duration: 0.8s;
}
/*loader*/
#loading.bg_color1{
    background-color: rgb(81 186 146 / 100%);
}
/*FV*/
.scroll_d span{
    display: none;
}
#main_img .scroll, #page_title_img .scrol,#page_title_img .scroll{
    bottom:10px;
}
#catch-copy{
    position: absolute;
    top: 300px;
    right: 20%;
}
#catch-copy .catch-copy__text{
    writing-mode: vertical-rl;
    max-height: 550px;
    line-height: 8.2rem;
}
.glowAnime span{
    opacity: 0;
    color: #fff;
    font-size: 3.6rem;
    font-family:'Shippori Mincho', serif;
}
@media screen and (max-width:768px){
    #catch-copy{
        top: 150px;
        left:130px;
        margin-right: 40px;
    }
    #catch-copy .catch-copy__text{
        max-height: 300px;
        line-height: 4.0rem;
    }
    .glowAnime span{
        font-size: 2.0rem;
    }
}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{
    animation:glow_anime_on 2.5s ease-out forwards;
    animation-delay: 3s;
    }

@keyframes glow_anime_on{
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}
/*scrollボタン*/
@media screen and (max-width:668px){
    #main_img .scr, #page_title_img .scr{
        transform: translate(-33px,25px);
    }
}
/*Top*/
figure,#contents .con_photo span,#intro .intro_photo span{
    border-radius: 25px;
}
#top_cms{
    background-image: url('./Dup/img/topCMS-back.png');
    background-repeat: no-repeat;
}
#top_cms .more a.width_300-max{
    max-width: 340px;
}
/*header and footer*/
header.scr_header{
    background-color: rgb(81 186 146 / 85%)!important;
}
#pc_nav ul li a,#footer_nav ul li a,#overlay .overlay-nav ul li a{
    font-family: 'Shippori Mincho', serif;
}
footer #footer_info{
    background-color: rgb(81 186 146 / 100%);
}
footer .message {
    padding:110px 130px;
}
footer .message h2{
    padding-bottom: 20px;
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
}
footer .message p{
    color: #fff;
    line-height: 3.8rem;
    font-size: 1.2rem;
    font-family: 'Shippori Mincho', serif;
}
@media(max-width:999px){
    footer #footer_info{
        display: block;
    }
    footer .message{
        padding: 40px;
        margin: 0 auto;
        width: 80%!important;
    }
    footer .info_txt{
        margin: 0 auto;
        width: 80%!important;
    }
}
@media(max-width:768px){
    footer .message {
        padding:40px;
        margin-bottom: 40px;
        width: 100%!important;
    }
    footer .message h2{
        font-size: 20px;
    }
    footer .message p {
        line-height: 1.75rem;
        font-size: 1.0rem;
    }
    footer .info_txt{
        width: 100%!important;
    }
    footer #logo2.mg_b-30px {
        margin-bottom: 60px;
    }
}

/* footerメガメニュー　①メニューボタンのスタイル */
.menu {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.maga_title{
    font-size: 1.35rem;
}
.menu .menu_list {
  width: 100%;
}
.menu .menu_list > a {
    color: #333;
    font-family: 'Shippori Mincho', serif;
  display: block;
  padding: 10px;
  text-align: center;
  transition: .3s;
}
.menu .menu_list > a:hover {
  text-decoration: underline;
}
@media(max-width:768px){
    .menu {
        display: none;
    }
}
 
/* ②メガメニューのスタイル */
.menu_contents {
    padding: 20px;
    border-radius: 30px;
  background: rgb(117 159 135 / 85%);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.menu_contents li {
  width: 100%;
}
.menu_contents li a {
  color: #fff;
  text-align: center;
}
.menu_contents .mega_mailbox{
    margin: 0 auto;
    padding-top: 20px;
    width: 50%;
    display: flex;
    justify-content: center;
}
a.mega_mail{
    text-align: center;
    text-decoration: underline;
}

/*プロフィール*/
.prof-font{
    font-family: 'Shippori Mincho', serif;
    color: #333;
}
/*セッション・メニュー*/
#cms_2-h span{
    font-family: 'Shippori Mincho', serif!important;
}
/*お問い合わせ*/
#contact_tel{
    margin-bottom: 30px;
}
#contact_mail a.width_300-max{
    max-width: 500px;
}
.fa-mail:before{
    content: url("./Dup/img/mailmark-w21.png");
}
@media (min-width:431px){
    #contact_tel br{
        display: none;
    }
}
#LINE-QR{
    max-width: 550px;
    margin: 100px auto 0 auto; 
    padding: 0 40px 40px 40px;
}
#LINE-QR h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
#LINE-QR img{
    transition-duration: 0.5s;
}
#LINE-QR img:hover{
    transform: scale(1.05);
    box-shadow: 5.0px 5.0px 8.0px rgba(0,0,0,0.2);
    transition-duration: 0.5s;
}