* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* remember: box-sizing is not supported by IE7 :( */ outline: none; vertical-align: top; }
html { height: 100%; width: 100%; }


html,body {
	font-family: "Times New Roman", Times, "serif";
	font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #222222;
	background: url(../img/noise.png) repeat #fffdfa;
	background-color: #fffdfa;
	margin: 0;
	height: 0;
}
.f-en {font-size: 12px;font-family: "Times New Roman", Times, "serif";
color: #555555;}


/* ==========================================================================
   
   改行のスタイル

========================================================================== */
body .pc {
    display: block;
}
body .sp {
     display: none;
}

@media only screen and (max-width: 768px){

body .pc {
    display: none;
}

body .sp {
    display: block;
}	
	
}

/* ==========================================================================
   
   文字リンク

========================================================================== */

a{
color: #444444;
    text-decoration: none;
}


a:hover {
color: #666666;
}
a:visited {
color: #777777;
}

a:active {
color: #888888;
}

.cp_link {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #111111 !important;
}
.cp_link::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #e0c26b;
	transition: .3s;
}
.cp_link:hover::after {
	width: 100%;
}

/* ==========================================================================
   
   画像のスタイル

========================================================================== */

.img_100{
width: 100%;
height: auto;
}

/*
img {
  width: 100%;
  height: auto;
}
*/

/* 4:3の比率 */
.thumbnail {
  margin: 1.5%;
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 97%;
}


@media screen and (max-width: 768px) {

    
img {
  width: 100%;
  height: auto;
} 
.img_100{
width: 100%;
padding-top: 2%;
padding-bottom: 2%;
height: auto;
}

}


/* ==========================================================================
   
   .contents_block

   ========================================================================== */

.main_img_2nd_aboutus{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_aboutus.jpg") center center no-repeat;
	

}


.main_img_2nd_menu{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_menu.jpg") center center no-repeat;
	

}

.main_img_2nd_shopinfo{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_shopinfo.jpg") center center no-repeat;
}


.main_img_2nd_atm{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_atm.jpg") center center no-repeat;
}


.main_img_2nd_reception{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_reception.jpg") center center no-repeat;
}




.main_img_2nd_news{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_atm.jpg") center center no-repeat;
}


.main_img_2nd_form{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 260px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_form.jpg") center center no-repeat;
}




.main_img_2nd_forrm{
  position: relative;
	width: 100%;
    height: 180px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
	background: url(../img/noise.png) repeat #111111;
	background-color: #111111;
}


.main_img_2nd_ozashiki{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 250px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_ozashiki.jpg") center center no-repeat;
}


.main_img_2nd_private{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 250px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_private.jpg") center center no-repeat;
}


.main_img_2nd_lunch{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 250px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_lunch.jpg") center center no-repeat;
}

.main_img_2nd_dinner{
  position: relative;
	width: 100%;
    height: 450px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 250px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background-size: cover;  
    background: url("../img/bg/bg_dinner.jpg") center center no-repeat;
}


@media screen and (max-width: 768px) {
	
.main_img_2nd_aboutus{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_aboutus_sp.jpg") center center no-repeat;
}
	
.main_img_2nd_menu{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_menu_sp.jpg") center center no-repeat;
}	
	
.main_img_2nd_shopinfo{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_shopinfo_sp.jpg") center center no-repeat;
}	
	
	
.main_img_2nd_atm{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_atm_sp.jpg") center center no-repeat;
}		
	
		
	
.main_img_2nd_reception{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_reception_sp.jpg") center center no-repeat;
}	
	
	
.main_img_2nd_news{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_atm_sp.jpg") center center no-repeat;
}		
	
.main_img_2nd_form{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_form_sp.jpg") center center no-repeat;
}		
	
	
.main_img_2nd_forrm{
  position: relative;
	width: 100%;
    height: 250px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
    text-align: center;
    color: #fff;
	z-index: 7;/*最背面に設定*/
	background: url(../img/noise.png) repeat #111111;
	background-color: #111111;
}
	
	
	
.main_img_2nd_ozashiki{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_ozashiki_sp.jpg") center center no-repeat;
}		
	
.main_img_2nd_private{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_private_sp.jpg") center center no-repeat;
}		
	
.main_img_2nd_lunch{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_lunch_sp.jpg") center center no-repeat;
}	
	
	
.main_img_2nd_dinner{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
    background-size: cover;
    background: url("../img/bg/bg_dinner_sp.jpg") center center no-repeat;
}		
		
	
}
@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}




/* ==========================================================================
   
   .contents_block

   ========================================================================== */


/*下のコンテンツ*/
.section_block{
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 6;/*一番上に表示*/
    /*見た目の調整*/
padding-top: 3%;
padding-bottom: 3%;
width: 100%;
}


/*下のコンテンツ*/
.section_block_news{
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 6;/*一番上に表示*/
    /*見た目の調整*/
padding-top: 0%;
padding-bottom: 5%;
width: 100%;
}




.contents_block{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
    
}



.contents_header{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}

.contents_box{
	width: 100%;
    margin-top: 1%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 2%;
    display: inline-block;
}


.contents_space_top{
	padding-left:15%;
	padding-right:15%;
	padding-top: 10%;
	padding-bottom: 10%;
	display: inline-block;
}


.contents_space{
	padding-left:10%;
	padding-right:10%;
}

.contents_box_L{
    width: 50%;
    float: left;
	display: block;
    padding-right: 1%;
padding-bottom: 5%;
}

.contents_box_R{
    width: 50%;
    float: right;
display: block;
padding-left: 1%;
padding-bottom: 5%;
}

.contents3_box_L {
    float: left;
    width: 31.1%;
    margin-right: 3.35%;
	margin-top: 3%;
    padding-bottom: 5%;
    height: auto;
}

.contents3_box_R {
    float: right;
    width: 31.1%;
    margin-left: 0%;
	margin-top: 3%;
    padding-bottom: 0%;
    height: auto;
}

.contents_m_box_L{
    width: 40%;
    float: left;
	display: block;
    padding-right: 1%;
padding-bottom: 0%;
}

.contents_m_box_R{
width: 60%;
float: right;
display: block;
padding-left: 1%;
padding-bottom: 3%;
}


.gallery_box_L {
    float: left;
    width: 24%;
    margin-right: 3.35%;
	margin-top: 3%;
    padding-bottom: 3%;
    height: auto;
}

.gallery_box_R {
    float: right;
    width: 24%;
    margin-left: 0%;
	margin-top: 3%;
    padding-bottom: 5%;
    height: auto;
}

.gallerys{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0%;
}
.gallerys:after{
	content:"";
	display:block;
	width: 24%;
	height:0;
}
.gallery{
	width: 24%;
	margin-bottom: 3%;
}


.gallery_img{
margin-bottom: 5%;
}

.gallery img{
	width: 100%;
}

.seet{
	width: 49%;
	text-align: left;
}


.seet_contents_box{
padding-top: 3%;
}


.seet_contents_box_L {
    width: 50%;
    float: left;
    display: block;
    padding-right: 1%;
    padding-bottom: 5%;
	text-align: left;
}

.seet_contents_box_R {
    width: 50%;
    float: right;
    display: block;
    padding-right: 1%;
    padding-bottom: 5%;
	text-align: left;
}




.seet img{
	width: 100%;
}


.txt_center{
text-align: center;
}

@media screen and (max-width: 768px) {
	
	
	
.section_block{
    position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 6;/*一番上に表示*/
    /*見た目の調整*/
padding-top: 7%;
padding-bottom: 3%;
width: 100%;
}	
	
	
.contents_block{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
width: 100%;
}		
	
	
.contents_header{
	width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}
	
.contents_box{
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
}	
	
.contents_box_L{
    width: 100%;
	display: block;
padding-bottom: 5%;
}

.contents_box_R{
    width: 100%;
padding-left: 1%;
padding-bottom: 5%;
}	
	
	
.contents_space_top{
	padding-left:7%;
	padding-right:7%;
	padding-top: 7%;
	padding-bottom: 7%;
	display: inline-block;
}	
	
.contents_space{
	padding-left:3%;
	padding-right:3%;
}	
	
.contents3_box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
	margin-top: 5%;
    padding-bottom: 7%;
	margin-bottom: 5%;
    height: auto;
	border-bottom: #dddddd 1px dotted;
}

.contents3_box_R {
    float: right;
     width: 100%;
    margin-left: 0%;
	margin-top: 5%;
    padding-bottom: 7%;
	margin-bottom: 5%;
    height: auto;
	border-bottom: #dddddd 1px dotted;
}

.contents_m_box_L{
    width: 100%;
	display: block;
padding-bottom: 5%;
}

.contents_m_box_R{
    width: 100%;
display: block;
padding-bottom: 5%;
}
	
.gallerys{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallerys:after{
	content:"";
	display:block;
	width: 49%;
	height:0;
}
.gallery{
	width: 49%;
	margin-bottom: 2%;
}
	
.seet{
	width: 49%;
}	
	
.seet_contents_box_L {
    width: 100%;
	display: block;
padding-bottom: 5%;
	text-align: left;
}

.seet_contents_box_R {
    width: 100%;
	display: block;
padding-bottom: 5%;
	text-align: left;
}	
	
	

}


.bg_ci2{
background-color: #f4f2ef;
}

.bg_f7f7f7{
    background-color: #f7f7f7;
}

.bg_111111{
    background-color: #111111;
	padding-top: 5%;
	padding-bottom: 5%;
}


.bg_ddd{
    background-color: #dddddd;
	padding-top: 5%;
	padding-bottom: 5%;
}


/* ==========================================================================
   
タイトルスタイル

========================================================================== */ 

.title_2nd{
font-size: 32px;
    letter-spacing: 0.8px;
	padding-bottom: 1%;	
	color: #ffffff;
}

.title_2nd_caption{
	font-family: "Times New Roman", Times, "serif";
    font-size: 13px;
    padding-bottom: 6%;
	color: #ffffff;
}


.copy{
font-size: 25px;
    letter-spacing: 0.63px;
	line-height: 1.5;
	padding-bottom: 1%;
	font-family: artless_groteskmedium,sans-serif;
}

.copy_description{
    font-family: "big-caslon-fb","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 11px;
    padding-bottom: 6%;
    opacity: 0.5;
}

.copy_txt{
    font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    padding-bottom: 10%;
    text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}


.section_ttl_header{
    width: 100%;
	display: block;
    margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
	font-size: 17px;

}

.section_ttl_header2{
    width: 100%;
	display: block;
    margin-top: 0%;
	margin-bottom: 3%;
	text-align: center;
	padding-left: 25%;

}

.section_ttl{
    display: block;
	letter-spacing: 0.1em;
    margin-top: 0%;
	margin-bottom: 0%;
    font-size: 26px;
    font-weight: bold;
	justify-content: center; /* 水平中心 */
}

.section_ttl_news{
    display: block;
	letter-spacing: 0.1em;
    margin-top: 0%;
	margin-bottom: 0%;
    font-size: 26px;
    font-weight: bold;
	justify-content: left; /* 水平中心 */
	display: flex;
}
.section_ttl_cap{
    font-style: italic;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.66667;
	font-weight: bold;
	margin-top: 0%;
	margin-bottom: 0%;
	padding-left: 0%;
}


#news p.section_ttl_cap{
    font-style: italic;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.66667;
	font-weight: bold;
	margin-top: 0%;
	margin-bottom: 7%;
	padding-left: 0%;
}


.section_ttl_cap_txt{
font-size: 12px;
    line-height: 1.66667;
	padding-right: 30%;
}


.concept_logo{
justify-content: center;
width: 20%;
    padding-bottom: 3%;
}
@media only screen and (max-width: 768px){
	
.concept_logo{
justify-content: center;
width: 60%;
padding-bottom: 3%;
}	
}
.concept_ttl{
    display: block;
    padding-top: 1%;
    padding-bottom: 5%;
    font-size: 18px;
	color: #111111;
    font-weight: bold;
	line-height: 2;
}

@media only screen and (max-width: 768px){
	
.section_ttl_cap{
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.66667;
	margin-top: 0%;
	margin-bottom: 5%;
}	
	
}
.section_ttl3{
    display: block;
    margin-top: 0%;
	margin-bottom: 3%;
    color: #222222;
    font-size: 32px;
    font-weight: bold;
}

.section_ttl_cap3{
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.66667;
	margin-top: 0%;
	margin-bottom: 0%;
}






.section_ttl2{
    display: block;
    padding-top: 5%;
	padding-bottom: 1%;
    color: #222222;
    font-size: 1.8rem;
    font-weight: bold;
}

.caption {
    letter-spacing: .1em;
    line-height: 1.4;
    font-size: 1rem;
	padding-bottom: 5%;
	color: #222222;
}


.caption_bold{
	font-size: 88%;
    flont-weight: bold;
	padding-bottom: 5%;
	color: #cccccc;
}



.catch {
	font-size: 95%;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: left; /* 水平中心 */
	font-weight: 800;
}
.catch:before{
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}


.title_gallery{
display: block;
padding-top: 5%;
padding-bottom: 5%;
font-size: 15px;
font-weight: bold;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.txt_gallery{
display: inline-block;
padding-top: 5%;
padding-bottom: 7%;
font-size: 90%;
line-height: 1.8em;
align-items: flex-end;
}

.txt_menu{
display: block;
width: 100%;
padding-top: 3%;
padding-bottom: 3%;
margin-top: 1%;
margin-bottom: 7%;
font-size: 90%;
line-height: 2em;
border-bottom: #666666 1px dotted;
border-top: #666666 1px dotted;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.attention_cap{
font-size: 85%;
font-weight: bold;
}

.party_ttl_waku{
	border-top: 3px double #888888;
    border-bottom: 3px double #888888;
    padding: 30px 0 10px;
	margin-bottom: 5%;
	width: 70%;
}


/* ==========================================================================
   
装飾

========================================================================== */ 

/* mk */
.marker_y {
    background: linear-gradient(transparent 0%, #fcfda1 0%);
}

.date{
    font-size: 12px;
    margin: 0 0 8px;
}

.yohaku{
padding-top: 3%;
padding-bottom: 3%;
}


.red{
color: #d6371a;
}

.orange{
color: #e48e21;
}

.purple{
color: #71438f;
}

.blue{
color: #2d7eb7;
}

.ci_co{
color: #777777;
}

/* ==========================================================================
   
float reset

========================================================================== */ 


.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0.1px;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* ==========================================================================
   
背景

========================================================================== */ 


.bg_f7f7f7{
    background-color: #f7f7f7;
}

.bg_logo{
    background-image: url("../img/bg_logo.png");
	background-repeat: no-repeat;
    background-position: right;
    vertical-align: bottom;
}





/* ==========================================================================
   
ボタンスタイル

========================================================================== */ 

.contactForm a {
    padding: 14px;
    min-width: 550px;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: 1px;
    transition: color .6s ease, border .6s ease, background .6s ease;
    border: 1px solid #aabcc2;
}

.contactForm a:hover {
	color: #fff;
	border: 1px solid #2e6c9b;
	background: #2e6c9b;
}


.a-button{letter-spacing:.1em;line-height:1;font-size:1.6rem;max-width:530px;border-radius:50px;padding:43px 44px 43px 52px}


.m--lbt__p {
    font-size: .875rem;
    letter-spacing: .07em;
    line-height: 2;
}

/*矢印が縮む*/

.btnarrow6{
    /*矢印の基点とするためrelativeを指定*/
position: relative;
font-size: 80%;
    /*ボタンの形状*/
background:#e0c26b;
	margin-top: 25px;
    padding: 5px 50px 5px 20px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
color:#fff;
    text-decoration: none;
border:transparent 2px solid;
    outline: none;
	border-radius: 100px;
}

/*hoverした際のボタンの形状*/
.btnarrow6:hover{
background:#d29a10;
color:#fff;
border-color:#d29a10;
}

/*矢印と線の形状*/

.btnarrow6:before{
content:"";
    /*絶対配置で線の位置を決める*/
position: absolute;
top:50%;
right:20px;
    /*線の形状*/
width:20px;
height:1px;
background:#fff;
}

.btnarrow6::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 40%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
.btnarrow6:hover::before{
background:#fff;
right:25px;
}

.btnarrow6:hover::after{
    border-left-color: #fff;
    right: 20px;
}





/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 0 0px;
    color: #333;
    text-decoration: none;
    outline: none;
	margin-top: 5%;
	font-size: 80%;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-5px;
    left:50%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-0px;
    right:0;
	left:115%;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:50%;
}

.btnarrow4:hover::after{
    right:25%;
}

.arrow_7{
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: "big-caslon-fb","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 11px;
    line-height: 1;
    -webkit-letter-spacing: 0.075em;
    -moz-letter-spacing: 0.075em;
    -ms-letter-spacing: 0.075em;
    letter-spacing: 0.075em;
	color: #666;
}
.arrow_72 {
    position: absolute;
    display: inline-block;
    right: 1px;
    bottom: 0;
    width: 20px;
    height: 4px;
    border-bottom: 1px solid currentColor;
    -webkit-transition: width 0.4s cubic-bezier(.86,.09,.87,.76);
    transition: width 0.4s cubic-bezier(.86,.09,.87,.76);
    position: relative;
}
.arrow_72::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid transparent;
}

/*表示するテキストが切り替わる*/
.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border-bottom: 2px solid #e0c26b;
	border-top: 2px solid #e0c26b;
	border-left: 2px solid #e0c26b;
    min-width:50px;
	height: 200px;
	padding: 20px;
    text-align: center;
	display: block;
writing-mode: vertical-rl;
	
font-weight: bold;
    text-decoration: none;
    color: #e0c26b;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange:hover{
  background:#e0c26b;
  color:#fff;
}

.btntextchange:visited{
  color:#e0c26b;
}

/*
.btntextchange:active{
  color:#fff;
}
*/

.btntextchange span{
    /*絶対配置でテキストの位置を決める*/
	position: absolute;
	left: 50%;
	top:50%;
    transform:translate(-50%,-50%);
    /*アニメーションの指定*/
    transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/  
	display: block;
	white-space: nowrap;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
	opacity:0;/*透過0に*/color:#fff;
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
	opacity:0;/*透過0に*/color:#fff;
}

.btntextchange:hover span:nth-child(2){
	opacity:1;/*不透明に*/color:#fff;
}

@media screen and (max-width: 738px) {

/*表示するテキストが切り替わる*/
.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	border-bottom: 2px solid #e0c26b;
	border-top: 2px solid #e0c26b;
	border-left: 2px solid #e0c26b;
    min-width:30px;
	height: 150px;
	padding: 10px;
    text-align: center;
	display: block;
writing-mode: vertical-rl;
font-size: 70%;
font-weight: bold;
    text-decoration: none;
    color: #e0c26b;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
}	
	
}	
/* ==========================================================================
   
   #FC CONTACT バナー

   ========================================================================== */


.concept_bg{
background: url("../img/bgconcept.jpg") center center no-repeat;
  background-size: cover;
text-align: center;
padding-top: 10%;
padding-bottom: 10%;
background-position: center;
background-attachment: fixed;
background-color: #222222;
}


#contact_bg{
color: #ffffff;
background: url("../img/bg/bgcontact.jpg") center center no-repeat;
  background-size: cover;
text-align: center;
margin-top: 0%;
padding-top: 7%;
padding-bottom: 7%;
background-position: center;
background-attachment: fixed;
background-color: #222222;
position: relative;
z-index: 8; display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


#form_bg{
color: #ffffff;
background-size: cover;
text-align: center;
margin-top: 0%;
padding-top: 5%;
padding-bottom: 5%;
background-position: center;
background-attachment: fixed;
background-color: #222222;
position: relative;
z-index: 8; display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



#contact_bg_top{
color: #ffffff;

text-align: center;
margin-top: 5%;
padding-top: 10%;
padding-bottom: 10%;
background-position: center;
background-attachment: fixed;
position: relative;
z-index: 8; display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


#shopinfo_bg{
color: #ffffff;
background: url("../img/bg/shopinfo.jpg") center center no-repeat;
    height: 380px;
    background-size: 100%;
    margin-top: 0%;
    padding-top: 300px;
    padding-bottom: 30px;
    background-color: #222222;
    background-position: center;
    position: relative;
    z-index: 8;
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	
	
}







.contact_header h2{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 30px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 1%;
	color: #cccccc;
    font-style: italic;	


}

.contact_header_txt {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
	color: #cccccc;
    font-style: italic;	
}

.contact_tel{
font-size: 25px;
    letter-spacing: 3px;
    line-height: 0.8;
	padding-top: 25px;
	padding-bottom: 5%;
	font-weight: bold;
	color: #cccccc;
    font-style: italic;	
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}		

@media screen and (max-width: 738px) {

.contact_tel{
font-size: 25px;
    letter-spacing: 3px;
    line-height: 1.5;
	padding-top: 25px;
	padding-bottom: 5%;
	font-weight: bold;
	color: #cccccc;
    font-style: italic;	
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}		

}
.btn_header{
margin-top: 3%;
padding-bottom: 15%;
display: block;
text-align: center;
}

.btnbox {
margin-top: 4%;
padding-bottom: 3%;
display: block;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.btnbox .btn {border-radius: 30px;display: inline-block;padding: 0;font-size: 13px;text-decoration: none;text-align:center;padding:0;line-height: 50px;position: relative;color:#fefefe;border:#ffffff 3px solid;width:300px;min-width: 350px;font-weight: bold;
    max-width: 350px;
margin-bottom: 1%; margin-right: 1%;}
.btnbox .btn:after { font-family: 'themify'; content: "\e628"; font-size: 9px; font-style: normal; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; right: 5%; z-index: 1; line-height: 80px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.btnbox.btnSmall {line-height:50px;}
.btnbox .btnSmall:after { line-height:50px; }

.btnbox .btn:hover { color: #e0c26b; border: #e0c26b 3px solid; }
.btnbox .btn:hover:after { color: #e0c26b; border: #e0c26b; right: 10px; }


@media screen and (max-width: 738px) {
	
#contact_bg{
color: #ffffff;
background-image: url("../img/bg/bgcontactsp.jpg");
background-repeat: repeat-y;
background-position: center;
background-size: 100%;
margin-top: 15%;
padding-top: 20%;
padding-bottom: 10%;
background-attachment: fixed;
background-color: #222222;
position: relative;
z-index: 8; 
display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
	
	
	
	
#form_bg{
color: #ffffff;
background-repeat: repeat-y;
background-position: center;
background-size: 100%;
margin-top: 0%;
padding-top: 10%;
padding-bottom: 10%;
background-attachment: fixed;
background-color: #222222;
position: relative;
z-index: 8; 
display: block;
}	
	
	
#shopinfo_bg{
color: #ffffff;
margin-bottom: 2%;
background-image: url("../img/bg/shopinfo.jpg");
background-repeat: repeat-y;
height: 200px;
background-size: 100%;
margin-top: 2%;
padding-top: 210px;
padding-bottom: 30px;
background-color: #222222;
background-position: bottom;
position: relative;
z-index: 8; 
display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}	
	

	
#contact_bg_top{
color: #ffffff;
text-align: center;
margin-top: 15%;
padding-top: 15%;
padding-bottom: 10%;
background-position: center;
background-attachment: fixed;

position: relative;
z-index: 8; display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
    	

	
.contact_header h2{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 23px;
    letter-spacing: 3px;
    line-height: 0.8;
    padding-bottom: 10%;
	font-weight: bold;


}

.contact_header_txt {
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
	font-size: 80%;
	line-height: 1.8;
}	
	
	
	

.btnbox {
margin-top: 10%;
padding-bottom: 3%;
display: block;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.btnbox .btn {border-radius: 30px;display: inline-block;padding: 0;font-size: 13px;text-decoration: none;text-align:center;padding:0;line-height: 50px;position: relative;color:#fefefe;border:#ffffff 3px solid;width:270px;min-width: 300px;font-weight: bold;
    max-width: 300px;
margin-bottom: 1%; margin-right: 1%;margin-bottom: 5%;}
.btnbox .btn:after { font-family: 'themify'; content: "\e628"; font-size: 9px; font-style: normal; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; right: 5%; z-index: 1; line-height: 80px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.btnbox.btnSmall {line-height:50px;}
.btnbox .btnSmall:after { line-height:50px; }

.btnbox .btn:hover { color: #777777; border: #777777 3px solid; }
.btnbox .btn:hover:after { color: #777777; border: #777777; right: 10px; }

}	
/* ==========================================================================
   
   #footer

   ========================================================================== */
#footer { background: url("../img/noise.png"); 
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 9;/*一番上に表示*/
}
#footer a{
color: #fffff;
text-decoration:none;
}

#footer .footer_logo{
text-align: center;
margin: 0 auto; 
padding-top: 5%;
padding-bottom: 1%;
position:relative;
background:url("../img/noise.png") repeat #fffdfa; 
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 9;/*一番上に表示*/
}

@media screen and (max-width: 768px) {
	
#footer { background: url("../img/noise.png"); 
text-align: center;
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 7;/*一番上に表示*/
}	

#footer .footer_logo{
text-align: center;
margin: 0 auto; 
padding-top: 15%;
padding-bottom: 1%;
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 9;/*一番上に表示*/
background:url("../img/noise.png") repeat #fffdfa; 
}

}
#footer .footer_logo h2.logo { width: 100%; height: 130px;padding: 0;position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 9;/*一番上に表示*/}
#footer .footer_logo h2.logo a { background: url("../img/logo_footer.png") top center no-repeat; display: block; width: 100%; height: 120px; text-indent: -9999px; }
#footer .footer_logo ul.footer_sns { list-style: none; margin-top:0; font-size: 80%;}
#footer .footer_logo ul.footer_sns li { font-weight: bold; display: inline-block; *display: inline;*zoom: 1;  letter-spacing: normal; }
#footer .footer_logo ul.footer_sns ul { padding-inline-start: 0px;padding: 0;}
#footer .footer_logo ul.footer_sns li a { width:25px; height:25px; color:#fff;}
#footer .footer_logo ul.footer_sns li i {margin-top: 5%; display: inline-block; width:30px;}


@media screen and (max-width: 738px) {
#footer .footer_logo ul.footer_sns { list-style: none; margin-top:0; font-size: 80%; text-align: left;}
#footer .footer_logo ul.footer_sns li { display: inline-block; *display: inline;*zoom: 1; letter-spacing: normal; }
#footer .footer_logo ul.footer_sns li a { width:25px; height:25px; color:#ffffff;}
#footer .footer_logo ul.footer_sns li i {margin-top: 5%; display: inline-block; width:30px;}	
}

#footer .footer_navi {
width: 100%;
margin: 0; 
padding: 0; 
text-align: center;
margin: 0 auto;
padding-top: 0%;
padding-bottom: 5%;
background:url("../img/noise.png") repeat #fffdfa;
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 9;/*一番上に表示*/
overflow: hidden;
margin: 0px auto;
	
clear: both;

	
}

#footer .footer_navi .gnavi ul{
width: 100%;
display: flex;
	justify-content: center;
}
.flex {
	display: flex;
	justify-content: center;
}

#footer .footer_navi .gnavi li{
	float: left;
	position: relative;
	list-style: none;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 80%;
    letter-spacing: .2em;
	font-weight: 600;
	padding-bottom: 1%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
#footer .footer_navi .gnavi li a {
color:#777777!important;
}

#footer .footer_navi .gnavi li .ti-instagram{
vertical-align: baseline;
}




@media screen and (max-width: 738px) {
#footer .footer_navi .gnavi ul{
padding-top: 2%;
display: block;
}

#footer .footer_navi .gnavi li{
	position: relative;
    width: 100%;
    list-style: none;
    display: block!important;
    margin-right: 0%;
    letter-spacing: normal;
    font-weight: 600;
    padding-bottom: 3%;
}
	
}

#footer .footer_navi .gnavi_s{
clear: both;width: 100%;
margin: 0px auto;
display: inline-block;	
}
#footer .footer_navi .gnavi_s ul{display: inline-block;}
#footer .footer_navi .gnavi_s li{float: left;position: relative;list-style: none;display: inline-block; font-size: 80%;}
#footer .footer_navi .gnavi_s li a {color:#777777;}


.section_block_shoplogo{
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 6;/*一番上に表示*/
background:#f4f2ef;
padding-top: 4%;
padding-bottom: 5%;
width: 100%;
color: #666666;
overflow:auto;
}

.section_block_shoplogo ul{
}
.section_block_shoplogo li{
	float: left;
	position: relative;
	list-style: none;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
    font-size: 110%;
    letter-spacing: .1em;
	font-weight: bold;
	padding-left: 2%;
	padding-right: 2%;
	display: inline-block;
	vertical-align: middle;
}

.shoplogo_title{
}

@media screen and (max-width: 738px) {
	
.section_block_shoplogo{
position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
z-index: 6;/*一番上に表示*/
background:#f4f2ef;
padding-top: 7%;
padding-bottom: 7%;
width: 100%;
color: #666666;
overflow:auto;
}	
	
	
.shoplogo_title{
width: 100%;
padding-bottom: 5%;	
}
}
@media screen and (max-width: 738px) {
#footer .footer_navi .gnavi ul{padding-bottom: 0%;}	
#footer .footer_navi .gnavi_s{clear: both;width: 100%;padding-top: 5%;padding-left: 10%;padding-right: 10%;}	
#footer .footer_navi .gnavi_s li{float: left;position: relative;list-style: none;display: inline-block; font-size: 80%;    margin-right: 0%;}
}


.copylight { text-align: center; position:relative;padding-top: 1%; padding-bottom: 1%;}
.copylight p {
	color: #fff;
    font-size: 55%;
	font-weight: 800;
    line-height: 2.9090909091;
    letter-spacing: .1em;
    font-feature-settings: "palt";
	line-height:99px;
	color:#777777!important;
}













/*========= ページトップのためのCSS ===============*/

/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
    z-index: 999;/*一番上に表示*/
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden; 
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  /*改行禁止*/
    white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
	z-index: 999;/*一番上に表示*/
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #777777;
  text-transform: uppercase;
  font-size:0.9rem;
    display: block;
	z-index: 999;/*一番上に表示*/
}

/*スクロールリンクの形状*/

.js-scroll a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#777777;
	z-index: 999;/*一番上に表示*/
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #777777;
    transform: skewX(-31deg);
	z-index: 999;/*一番上に表示*/
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
  right:-11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#777777;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #777777;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
  right:0;
}



/*========= スクロールダウンのためのCSS ===============*/

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown_top{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
	z-index: 9;/*一番上に表示*/
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown_top span{
    /*描画位置*/
  position: absolute;
	z-index: 999;/*一番上に表示*/
  left:-15px;
  top: -15px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown_top::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}



/* ==========================================================================
   
   #フローティングバナーです。

   ========================================================================== */




.floating {
  position: fixed;
  right: 0px;
  top: 25%;
	z-index: 999;
}
.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}
/*
.floating {
display: none;
}


.floating a {
display: none;
}
*/

.floating2 {
  position: fixed;
  right: 0px;
  top: 53%;
	z-index: 999;
}
.floating2 a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}


.floating3 {
  position: fixed;
  right: 0px;
  top: 83%;
	z-index: 999;
}
.floating3 a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
	font-size: 90%;
}



@media screen and (max-width: 738px) {

	
	

.floating {
  position: fixed;
  right: 0px;
    top: 30%;
	z-index: 999;
}
.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}
	
	
	
.floating2 {
  position: fixed;
  right: 0px;
    top: 50%;
	z-index: 999;
}
.floating2 a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
}	
	
	
.floating3 {
  position: fixed;
  right: 0px;
  top: 78%;
	z-index: 999;
}
.floating3 a {
  display: block;
  padding: 0px;
  text-decoration: none;
/*  opacity: 0.6;*/
	font-size: 90%;
}	
	


}

h1,h2,h3,h4,h5,p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin: 0;
	padding: 0;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
dd {
    display: block;
    margin-inline-start: 0px;
}







/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
display: block;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fffdfa;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



.fade {
animation-name: fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;/*2で解説*/
animation-duration:3s;/*3で解説*/
animation-iteration-count:1;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
}

/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




.scfade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.scfadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 



/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fffdfa;
  z-index: 9999999;
  text-align:center;
  color:#fff;
	opacity: 1;/*はじめは透過0に*/
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
  z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: scaleX(0);

}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container2{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container2{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}











.outline01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-bottom: #777777 1px dotted;
    letter-spacing: 0.1em;
}

.outline01 > dt {
    width: 150px;
	color: #777777;
	font-weight: bold;
	padding-bottom: 1%;
	margin-bottom: 3%;
	font-size: 90%;
}


.outline01 > dd {
    -webkit-box-flex: 1;
    flex: 1;
	padding-bottom: 3%;
	margin-bottom: 2%;
	font-size: 90%;
}


.shopinfo_txt{
padding-left: 5%;
font-size: 90%;
padding-top: 5%;
}

@media screen and (max-width: 768px) {
	
.shopinfo_txt{
padding-left: 0%;
font-size: 90%;
padding-top: 5%;
}

}







.tbl-r05{
width: 100%;
padding-top: 2%;
padding-bottom: 2%;
}

th {
  background: #fffdfa;
  border: solid 1px #666666;
  color: #fff;
  padding: 10px;
}
td {
border: solid 1px #666666;
padding-top: 20px;
padding-bottom:20px;
padding-left: 10px;
padding-right: 10px;

background: #fbf5f5;
}
@media screen and (max-width: 640px) {
  .tbl-r05 td:first-child {
  background: #fbf5f5;
}
	
}	
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
	 padding-top: 2%;
padding-bottom: 2%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #fffdfa;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .tbl-r05 td a{
    color: #fff;
  }	
	
	}
	
.title_blog{
padding-top: 1%;
    font-size: 18px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.day_blog{
font-size: 12px;
padding-bottom: 3%;
}

.day_blog span{
font-size: 11px;
font-weight: bold;
font-style: italic;
padding-left: 1%;
}


.txt_blog{
border-bottom: 1px dotted #777777;
    margin-bottom: 5%;
    overflow: hidden;
    padding-bottom: 8%;
	
}

	

.footer_info {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 0.9;
}
.footer_info {
    background-color: #000000;
}




.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
