﻿/*--------link_font--------*/
@font-face {
    font-family: 'Rochester';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/Rochester.woff') format('woff'),
        url('../Dup/img/Rochester.eot')  format('eot');
    font-display: swap;
}

.linkStyle{color: #333333; text-decoration: underline;}


/*--------all_page--------*/
#top_pc_nav ul li a{
    text-shadow: 0 0 5px #141414;
    font-size: calc(1rem + 1px);
}
#main_img .menu .bg_white {
    background-color: rgba(255, 255, 255, 0);
}
#main_img .menu a{max-width: 390px;}

header.scr_header #logo {
    max-width: 160px;
}
.nav_menu_more:first-of-type a .icon:before{content: "\f879";}
#nav_menu .mg_b-50px h2,#nav_menu .mg_b-50px .nav_menu_more:last-of-type{display:none;}

#wrap{position:relative;}
#wrap:before{
    content: " ";
    position: fixed;
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: url(./Dup/img/back.png) no-repeat;
    background-size: 85%;
    transform: translate(-50%, -50%);
    left: 54%;
    top: 63%;
    z-index: -10;
    opacity: 0.25;
    filter: blur(1px);
  }
#intro .num {
    width: 16%;
    opacity: 0.45;
}
#intro_wrap {
    background-color: rgba(255, 255, 255, .3);
}
#contents1 .num {
    width: 18%;
    font-size: 58px;
    top: 12px;
    left: 50%;
}
#contents1 .con_img{border-radius: 100px 0 0 0;}
#contents1 .con_img2{
    margin-top: 10%;
    margin-left: -20%;
    position: relative;
}
#contents1 .con_img2 img{
    border-radius: 0 0 50px 0;
}
#contents2 .num {
    top: -76px;
    left: 52%;
    width: 17%;
}
#contents2 .con_img {
    border-radius: 0 50px 0 0;
}
#contents3 .num {
    width: 3.2em;
    top: 5px;
}
#contents3_wrap:before {
    background-attachment: fixed;
    background-position: 50% 30%;
}
#contents3 .con_box {
    box-shadow: rgba(185, 185, 185, .15) 0px 48px 100px 0px;
}
#contents3 .con_box.bg_white {
    background-color: rgba(255, 255, 255, .8);
}
#contents3 .con_box::before {
  top: -1px;
  bottom: -1px;
  left: 80px;
  right: 80px;
}
#contents3_wrap:after {
    background-color: rgba(247, 247, 247, .55)!important;
}
.cms_2-f .box_wrap {
    background-color: #f8f7f7;
    box-shadow: none;
}
#h1txt p {
    font-size: 0.75em;
    letter-spacing: 0.2em;
    line-height: 1.2;
}
footer.bg_color2 {
    background-color: rgba(255,255,255,0);
}
footer .tel_bt{display:none;}
#footer .con_box h2{display:none;}


#add_reserve {
    position: fixed !important;
    bottom: 55px;
    right: 72px;
    height: auto;
    width: 17%;
    z-index: 3;
}
#add_reserve div{
    display: block;
}
#add_reserve a{
    bottom: 0px;
    right: -14px;
    height: auto;
    width: 98%;
}
@media screen and (max-width: 768px){
#add_reserve {
    right: 52px;
    width: 37%;
    }
    #add_reserve a {
    right: -14px;
    width: 96%;
    bottom: -1px;
}
}
@media screen and (max-width: 667px){
#add_reserve {
    right: 21px;
    width: 54%;
    bottom: 43px;
}
    #add_reserve a{
    right: 4px;
    width: 96%;
    bottom: 4px;
}
}


/*--------sub_page--------*/
.page #logo { max-width: 130px;}
.page #page_title{
    background-image: url(./Dup/img/sub.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.page .con_box.bg_white {
    background-color: rgba(255, 255, 255, .3);
}
#cms_1-a .date.grid_2{
    width: 13%!important;
}
#cms_1-a .box_item.grid_10{
    width: 87%!important;
}
#cms_1-a .border_color3 {
    border-color: #e3d1c8;
}
#cms_2-f .cate{border:none;}
#cms_3-a .cate {
    margin-bottom: 200px;
}
#cms_3-a .cate .cate_box:last-of-type {
    border-bottom: 1px dotted #ababab;
}
#cms_2-c #cate0 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
#cms_2-c #cate0 .box_txt1,
#cms_2-c #cate0 .box_txt2{padding-left: 67px;}
#cms_2-c #cate0 .box_txt3{margin-left: 67px;/* display: inline-block; */}
#cms_2-c #cate0 .box_wrap{
    position: relative;
    padding-left: 30px;
}
#cms_2-c #cate0 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 25px);
    border-left: 11px solid #e7e3e3;
    position: absolute;
    top: 25px;
    left: 45px;
}
#cms_2-c #cate0 .box_txt1{position:relative;}
#cms_2-c #cate0 .box_txt1::before,
#cms_2-c #cate0 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 14.5px;
}
#cms_2-c #cate0 .box_txt1::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #c45f2c;
    border-radius: 50%;
    left: -3px;
}
#cms_2-c #cate0 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 9px;
}
#cms_2-c #cate0 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
#cms_2-c #cate0 .box_description2 span{
    position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
#cms_2-c #cate1 .cate_box{
    background-color: rgba(205, 185, 187, .2);
    border-radius: 5px;
}
#cms_2-c #cate1 .box_txt1{
    border-bottom: 1px dashed #b39a8e;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
#page8 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
#page8 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
@media screen and (max-width: 1200px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        letter-spacing: 1px;
        font-size: 0.92em;
    }
}
@media screen and (max-width: 667px){
#page8 .tel_box a{
    font-size: 5vw;
    letter-spacing: 2px;    
}
}
#page10 .more_btn {
    text-transform: lowercase;
}
#overlay .right p.opacity07 {
     opacity: 1; 
}



/*--------mobile_tb--------*/
@media screen and (max-width: 768px){
#logo { max-width: 110px;}
.button_container span{
    background: #836666;
}
.button_container span:nth-of-type(1){
    color: #836666;
}
.button_container span:nth-of-type(1) {
    background-color: transparent!important;
}
header.scr_header .button_container span{
    background: #fff;
}
header.scr_header .button_container span.txt_white {
    color: #fff;
}
#intro .num {
    width: 25%;
}
#contents1 .num {
    width: 3.5em;
    top: -29px;
    left: 52%;
}
#contents2 .con_box {
    margin-top: 3%;
}
#contents2 .num {
    top: -101px;
    left: 50%;
    width: 8em;
    z-index: -1;
    font-size: 25px;
}
#h1txt{text-align:left;}
#h1txt p {
    width: 56%;
}
#info_contact{
    margin-bottom: 0;
    padding-bottom: 30px;
}
#cms_2-c #cate0 .box_wrap{padding-left: 30px;}
#cms_2-c #cate0 .box_txt1, #cms_2-c #cate0 .box_txt2 {padding-left: 40px;}
#cms_2-c #cate0 .box_txt2{padding-left: 41px;}
#cms_2-c #cate0 .box_txt3{margin-left: 41px;}
#cms_2-c #cate0 .box_wrap:before{ left: 13px;}
#cms_2-c #cate0 .box_txt1::before { left: -34.5px;}
#cms_2-c #cate0 .box_txt1::after {left: -22px;}
#cms_2-c #cate0 .flex_order2_tb{
    width: 86%!important;
    margin: 0 auto;
}

.page #logo {
    max-width: 140px;
}

header.scr_header #logo {
    max-width: 130px;
}
}



/*--------mobile_sp--------*/
@media screen and (max-width: 667px){
#logo {
    opacity: 0;
}
header.scr_header #logo {
    max-width: 110px;
    opacity: 1;
}
#header #nav_menu .add_contact a {
    padding: 8px 15px;
}
#wrap.font_14 {
    font-size: 3.7vw;
    line-height: 1.7;
    letter-spacing: 0.15em;
}
#wrap:before {
    background-size: 200%;
    left: 50%;
    top: 50%;
}
#intro_wrap {
    padding: 6% 3%;
}
#intro .num {
    width: 40%;
}
#contents1 .num {
    width: 3.5em;
    top: -81px;
    left: 20%;
    z-index: -1;
}
#contents2 .num {
    top: -148px;
    width: 6.5em;
}
.page_title_box .font_24_sp {
    font-size: 5vw;
    letter-spacing: 0px;
}
#cms_1-a .box_item.grid_10 {
    width: 100%!important;
}
#cms_1-a .date.grid_2 {
    width: 100%!important;
    text-align: left;
}

#cms_2-f .box_title1 {
    padding-left: 0px;
}
#cms_2-f .box_title1::after{display:none;}
#cms_2-c #cate0 .box_wrap{
    padding-left: 23px;
}
#cms_2-c #cate0 .box_wrap:before {
    left: 8px;
    top: 7px;
}
#cms_2-c #cate0 .box_txt1::before, #cms_2-c #cate0 .box_txt1::after {
    top: 13px;
}
#cms_2-c #cate0 .box_txt1::before {
    margin-top: -3px;
    left: -31.5px;
}
#cms_2-c #cate0 .box_txt1::after {
    width: 30px;
    left: -22px;
}
#cms_2-c #cate0 .box_txt1, #cms_2-c #cate0 .box_txt2 {
    padding-left: 16px;
}
#cms_2-c #cate0 .box_txt3 {
    margin-left: 15px;
}
#cms_2-c #cate0 .flex_order2_tb {
    width: 92%!important;
    margin: 0;
    margin-left: auto;
}

#footer .tel_bt{
    text-align: left;
    padding-left: 20px;
}
#h1txt p {
    width: 100%;
    margin-bottom: 50px;
}
.page #logo {max-width: 110px;}

.cate_list li a { text-align: left;padding-left:45px;}

}
