﻿/* ---------------------- color */
/* アクセントカラー1 */
.txt_color3{color: #EB6C6C} 
.bg_color3{background-color: #EB6C6C} 
.border_color3{border-color: #EB6C6C}
.hvr_txt_color3:hover{color: #EB6C6C} 
.hvr_bg_color3:hover{background-color: #EB6C6C} 
.hvr_border_color3:hover{border-color: #EB6C6C}

/* アクセントカラー2 */
.txt_color4{color: #FFDAD6} 
.bg_color4{background-color: #FFDAD6} 
.border_color4{border-color: #FFDAD6}
.hvr_txt_color4:hover{color: #FFDAD6} 
.hvr_bg_color4:hover{background-color: #FFDAD6} 
.hvr_border_color4:hover{border-color: #FFDAD6}



/* ---------------------- common */
.hannari {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', "serif";
}

h3{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', "serif";
    font-weight: 700;
}

#fakeloader {
    background-color: #ffdad6;
}
#fakeloader:before {
    background-color: rgba(255,255,255,0);
}
body{
    background-color: #fff3f2;
}
.back1:before,
.back2:before{
    background-color: rgba(255, 218, 214, 0.5);
}
.return::before, .return::after {
    background-color: #eb6c6c;
}
#footer_nav li a::after {
    background: rgba(86, 56, 58, 0.3);
}
/* --- automatic link --- */
.linkStyle{color: #EB6C6C}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
header.scr_header {
    background-color: transparent!important;
    background-image: linear-gradient(180deg, rgba(86,56,58,0.7), rgba(86,56,58,0));
    padding-bottom: 10px;
    padding-top: 10px;
    backdrop-filter: blur(1px);
}
/* ---------------------- nav */
.nav_menu_more:first-of-type a .icon:before {
    content: "\f4ad";
}
.button_container span.top,
.button_container span.middle,
.button_container span.bottom{
    height: 2px;
}
.overlay {
    background: rgba(86, 56, 58, 0.85)!important;
}
/* ---------------------- footer */

#footer {
    background-color: #ffffff;
}
#footer_txt {
    line-height: 1.8;
}
/* -------------------------- top ------------------------- */
#main_img .square_box {
    background-color: #fff3f2;
}
#top_cms{
    padding-top: 100px;
}
.top_cms_box:first-of-type {
    padding-top: 0px;
}
#contents1_wrap{
    margin-bottom: 100px;
}
#contents1_wrap::after{
content:'';
position:absolute;
height: 60px;
width: 100%;
background-image: url(Dup/img/bg_txt.png);
background-size: 250px 56px;
background-repeat:repeat-x;
background-position: bottom;
z-index: -1;
opacity: 0.7;
bottom: 0;
left:0;
animation: bgLoop 20s linear infinite;
}

@keyframes bgLoop {
    0% { background-position: 0 0;}
  100% { background-position: 500px 0}
}

#contents1 .con_title {
    position: relative;
}
#contents1 .con_title:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 50%;
    right: -308px;
    background-color: rgba(205,182,188,1.0);
    animation: page_line2 2s ease forwards;
}

#contents2 .con_title {
    position: relative;
}
#contents2 .con_title:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 50%;
    left: -308px;
    background-color: rgba(205,182,188,1.0);
    animation: page_line2 2s ease forwards;
}

#contents1 .line.scrollin:before,
#contents2 .line.scrollin:before{
    display: none;
}

@keyframes page_line2 {
	0% {
		width: 0;
	}
	96%,100% {
		width: 300px;
	}
}
#intro,
#contents3 {
    margin-top: 80px;
}
#intro .num,
#contents3 .num {
    top: -130px;
}
#intro .intro_title,
#contents3 .con_title {
    margin-bottom: 20px;
    margin-top: 10px;
}

#intro .line:before,
#contents3 .line:before {
    width: 1px;
    height: 0px;
    bottom: 70px;
    background-color: #cdb6bc;
}
#intro .line.scrollin:before,
#contents3 .line.scrollin:before{
    display: none;
    animation: page_line3 2s ease forwards;
}

#intro_wrap:before,
#contents3 .con_box:before{
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0px;
    background-color: rgba(205,182,188,1.0);
    animation: page_line3 2s ease forwards;
}

@keyframes page_line3 {
	0% {
		height: 0;
	}
	96%,100% {
		height: 80px;
	}
}

.line-l:before {
    background-color: #eb6c6c!important;
}
#info_contact .con_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(Dup/img/info-frame.svg);
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0.5;
}
#info_contact .con_box .con_title {
    z-index: 2;
    text-shadow: 0 0 7px #56383a;
}

/* --- more --- */
.more_btn{
    color: #56383a;
}
.more_btn:before {
    border: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    width: 100%;
    border-color: rgba(86, 56, 58, 0.7);
}

.more_btn:hover{
    color: #EB6C6C!important;
}
.more_btn:hover:before {
    border-color: rgba(235,108,108,0.7)!important;
}
.more_btn:hover:after{
    background-color: rgba(235,108,108,0.1)!important;
}
.more_btn:before, .more_btn:after {
    transition: 0.2s;
}
/* -------------------------- sub ------------------------- */
.cate_list li a:before {
    color: rgba(86, 56, 58, 0.7)!important;
    transition: color 0.3s;
}
.cate_list li a {
    background-color: rgba(86, 56, 58, 0.1)!important;

}
.cate_list li a:hover:before {
    color: rgba(235,108,108, 0.7)!important;
}
.cate_list li a:hover {
    background-color: rgba(235,108,108, 0.1)!important;
}
/* ---------------------- cms1 */
#cms_2-a .cate_title{
    display: block;
    border: none;
    color: #56383a;
    font-weight: 700;
    position: relative;
    padding: 5px 5px 5px 31px;
    margin-left: 20px;
}
#cms_2-a .cate_title::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -23px;
    background-color: rgba(205,182,188,1.0);
}
#cms_2-a .cate {
    margin-bottom: 100px;
}
/* ---------------------- cms2 */
#cms_3-e .cate_title{
    background-color: transparent;
    color: #56383a;
    font-weight: 700;
    position: relative;
    padding-left: 31px;
}
#cms_3-e .cate_title::before {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -23px;
    background-color: rgba(205,182,188,1.0);
}
#cms_3-e .sub_cate_title {
    display: inline-block;
    border-top: none;
    border-color: #eb6c6c;
    font-weight: 700;
    padding: 5px 10px;
    margin-left: 40px;
}
#cms_3-e .box_title1,
#cms_3-e .box_title2{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#cms_3-e .sub_cate_box {
    padding-top: 30px;
}
/* ---------------------- cms3 */
.cms_6-c .box_title{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cms_6-c .cate_box{
    box-shadow:none;
    margin-left: 0px;
    width: 28%!important;
}
.cms_6-c .box_wrap {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-around;
}

/* ---------------------- cms4 */
.date{
    color: #eb6c6c;
}
#cms_1-a .date {
    border: 0;
    padding: 0;
    width: auto;
    background-color: rgba(255, 218, 214, 0.3);
}
#cms_1-a .cate_box{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pager li a {
    background-color: rgba(86, 56, 58, 0.5)!important;
}
.pager li a:hover {
    background-color: #ffdad6!important;
}
/* ---------------------- cms5 */
.cms_5-c .box_title1 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#cms_5-c .box_title1 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* ---------------------- info */

/* ---------------------- contact */
#contact_tel a {
    max-width: 400px;
    border-color: #cdb6bc;
}
#tel_txt div,
#tel_txt div p{
    border-color: rgba(0,0,0,0.1);
}
/* ---------------------- privacy policy */
#page9 .box h3 {
    border-color: rgba(0,0,0,0.1);
}
#page9 p a {
    box-shadow: none;
    background-color: #cdb6bc;
    border-radius: 0;
}
#page9 p a:hover {
    background-color: #EB6C6C;
}
/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#contents1_wrap::after {
    bottom: -130px;
}
#contents1_wrap {
    margin-bottom: 50px;
}

#contents2{
    padding-top: 90px;
}
#intro_wrap:before, #contents3 .con_box:before {
    top: -44px;
}
#contents1 .con_box {
    margin-top: 15%;
}
#contents1 .con_title:before,
#contents2 .con_title:before{
    display: none;
}
#intro_wrap {
    padding: 6% 6%;
}
.cms_6-c .box_wrap {
    flex-wrap: wrap;
}
.cms_6-c .cate_box {
    margin: 0 auto 20px;
    width: 90%!important;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */
.page_title_box h2 {
    white-space: nowrap;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */
#page7 .box_title1 {
    padding: 10px;
}
/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#intro_wrap {
    padding-top: 10%;
    padding-bottom: 10%;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */
.page_title_box {
    width: 70%;
    max-width: 400px;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */
#cms_3-e .cate_title {
    text-align: left;
}
#cms_3-e .sub_cate_title {
    margin-left: 0;
}
#cms_3-e .box_title2 {
    border: none;
}
/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */
#contact_tel a {
    padding: 20px 10px;
}
/* ---------------------- privacy policy */

/* ---------------------- sitemap */

    
}

/* 211013 修正 */
.vegas-overlay{
    background-image:none!important;
}

#reserve_banner {
    width: 300px;
    margin: 50px auto 150px;
}
.back1:before, .back2:before {
    z-index: -1;
}
#reserve_banner:hover{
    opacity: 1;
    transform: translateY(-5px);
    z-index: 2;
}

/*211110 fix*/

#main_img:before {
    background-color: rgba(102, 102, 102, 0.2);
}
#top_pc_nav li a {
    text-shadow: 0 0 5px #000;
}

#main_img .square_box {
    width: 270px;
}

.menu .square_box a {
    max-width: 200px;
}
#reserve_banner, #top_line_banner {
    width: 300px;
    /*margin: 50px auto 150px;*/
    margin: 0 20px;
}
#top_contact_banner{
    margin-top: 50px;
    margin-bottom: 150px;
}
#top_line_banner:hover{
    opacity: 1;
    transform: translateY(-5px);
    z-index: 2;
}
#header_reserve,
#header_line{
    position: relative;
    transition: transform 0.3s;
}
#header_reserve:hover::after,
#header_line:hover::after{
    display: none;
}
#header_reserve:hover,
#header_line:hover{
    transform: translateY(-4px);
}
@media screen and (max-width: 768px){
    #main_img .square_box {
        width: 180px;
    }
    .menu .square_box a {
        max-width: 130px;
    }
}
@media screen and (max-width: 667px){
    #main_img .square_box {
    width: 160px;
}
    #top_contact_banner {
    margin-bottom: 200px;
}
    #top_line_banner{
        margin-top: 30px;
    }
}

/* 211202 */
#main_img .square_box {
    width: 200px;
}
.menu .square_box a {
    max-width: 156px;
}

@media screen and (max-width: 1200px){
    #overlay .left li:nth-last-child(-n+2):before{
        display: none;
}
.overlay ul {
    height: auto;
}
}

@media screen and (max-width: 768px){
    #main_img .square_box {
    width: 170px;
}
.menu .square_box a {
    max-width: 126px;
}
}

@media screen and (max-width: 667px){
    .overlay ul {
    height: 75%;
}
#overlay .left li:nth-last-child(-n+2){
    text-align: center;
}
}