@charset "UTF-8";

@media screen and (max-width: 640px){
.sp{display: block;}
.pc{display: none;}	
	
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

body{
	background:#FFFFFF;
	background:url(../../img/back_line.jpg) repeat-y;
	background-size: 15%;
	font-size: 100%;
	font-size: 12px;
}	

#wrapper{
/*	border-left:1px solid #ccc;*/
/*	border-right:1px solid #ccc;*/
	width:100%;
	margin: 0 auto;
}	

/* head menu space
******************************/
#header {
	width: 100%;
	height: 70px!important;
	margin: 10px auto 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
#main{
	border-top: 2px solid #D41E66;
	}	
h1 {
		margin: 0;
		padding: 0;
	}
h1 img{
	float: left;
	height: 50px!important;
	margin: 0!important;
	padding: 0!important;
}

#headerNavi {
	overflow: hidden;
}

/*グローバルナビ
////////////////////////////////////////////////////*/

#nav_toggle{
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 10px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #D41E66;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:6px;
	}
	#nav_toggle span:nth-child(3){
		top:12px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}	
	
nav{
	display: none;
	position: absolute;
	top:70px;
	width: 100%;
	background: #D41E66;
	left: 0;
	z-index: 200;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px solid #FFF;
		float: none;
		width: 100%;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block;
		color: #FFF!important;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 10px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #D41E66;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:6px;
	}
	#nav_toggle span:nth-child(3){
		top:12px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

	
ul#globalNavi_sp {
	background: url(../../img/head_navi_back_sp.png) repeat-x;
	border: 1px solid #E1E1E1;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
}
ul#globalNavi_sp li {
	width: 20%;
	height: 48px;
	float: left;
	list-style:none;
	box-sizing: border-box;
	vertical-align: middle;
	display: table;
	}
ul#globalNavi_sp li a{
	width: 100%!important;
	height: 48px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #FFF;
	text-align: center;
	font-size: 10px;
	padding: 0 5px;
	display:table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	color: #565656;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}	
	
	
#header .head_border{
	height:3px;
	_display: inline;
}
#pageTop{
	margin-top:30px;
}

#keyvisual{
	width:100%;
	height: auto;
	margin:0 auto;
	position: relative;
	}
.keyvisual_box:before {
    content: "";
    display: block;
    padding-top: 54%; /* 1:1 */
}
	
#keyvisual img {
	position: absolute;
	left: 0;
	top: 0;
}		
#top_content{
	width:100%;
	margin:0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	}

.top_leftbox{
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
	}	
.top_leftbox h2{
	margin: 0 0 15px 0;
	}	
.top_leftbox_2{
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
	}	
.top_leftbox2_2 h2{
	margin: 0 0 15px 0;
	}	
.top_leftbox_2 h2{
	margin: 0 0 15px 0;
	}	

/* foot menu space
******************************/
.footer_back{
	background:#FFFFFF;
	background:url(../../img/footer_bg.jpg) repeat-x;
}
#footer{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#footerTop{
	width:100%;
	height:auto;
	background:none;
}
#footerNavi {
	overflow: hidden;
	padding-top: 15px;
}

#footerNavi ul {
	float: none;
	margin: 10px 0 20px 0;
}

#footerNavi ul li {
	float: left;
	_display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #758478;
	font-size: 10px;
}
#footerBottom {
	background:url(../../img/footer_bottom_bg.jpg) repeat-x;
}

#footerBottom p {
	float: left;
}

#footerBottom address {
	float: right;
}
	.nosmoke{
		width: 70px;
		height: auto;
	}
	
#content {
	width: 100%;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	background: url(../../img/bg_content.jpg) left top no-repeat #FFFFFF;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
}
	
#content h2 {
	margin-bottom: 4px;
	padding: 0 10px 2px 10px;
	background: url(../../img/h2_back.png) 0 10px no-repeat,url(../../img/bg_border_brown_x.jpg) left bottom repeat-x;
	width: 100%;
	box-sizing: border-box;
}
	
#content h2 img{
	max-width: 80%;
}	
ol#topicPath {
	/*margin: 0 auto 40px auto;*/
	padding-bottom: 7px;
	width: 100%;
	background: url(../../img/bg_border_brown_x.jpg) left bottom repeat-x;
	text-align: right;
}

ol#topicPath li {
	display: inline;
	font-size: 10px;
}

ol#topicPath li a:link {
	text-decoration: none;
	color: #333333;
}

ol#topicPath li a:visited {
	text-decoration: none;
	color: #333333;
}

ol#topicPath li a:hover {
	text-decoration: underline;
	color: #333333;
}
#secondCol {
	float: none;
	_display: inline;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

#secondCol_wrap {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #B4BCB6;
	box-sizing: border-box;
}	
	
#secondCol .sec_wrap{
	padding: 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #B4BCB6;
	box-sizing: border-box;
}	
img.main_img{
	width: 100%;
	box-sizing: border-box;
	}	
#firstCol {
	float: none;
	margin-top: 20px;
	width: 100%;
}

dl#localNavi {
	width: 100%;
}
dl#localNavi dt {
	margin-bottom: 10px;
	height: auto;
}
dl#localNavi dd {
	overflow: hidden;
	width: 100%;
}

dl#localNavi dd a:hover {
	background: none;
}

dl#localNavi dd ul {
	border-top: 1px solid #B4BCB6;
	margin: 0 0 30px 0;
    display:table;
	width: 100%;}
	dl#localNavi dd ul li{
		width: 50%;
		float: left;
	border-bottom: 1px solid #B4BCB6;
	box-sizing: border-box;
	}
	dl#localNavi dd ul li a{
	width: 100%;
	height: 50px;
	font-size: 12px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	color: #666;
	vertical-align: middle;
	display:table-cell;
	}
dl#localNavi dd ul li:nth-child(odd) {
	border-left: 1px solid #B4BCB6;
	border-right: 1px solid #B4BCB6;
}	
dl#localNavi dd ul li:nth-child(even){
	border-right: 1px solid #B4BCB6;
}		
dl#localNavi dd ul li a span{
	background: url(../../img/header_navi_arrow.jpg) no-repeat left center;
	padding-left:10px;
}		
		
	.restaurant_banner{
		margin: 0 0 30px 0;
	}
	
	
	p#pageTop {
	text-align: right;
	width: 100%;
	padding: 0 10px;
	margin: 40px auto 0 auto;
	box-sizing: border-box;
}
	
p{
	text-align:justify; text-justify:distribute;
}

p.txtMain {
	margin: 10px 0;
	text-align:justify; text-justify:distribute;
}

p.caption{
	font-size: 10px;
	margin: 5px 0;
	}		
h3{
	margin-bottom: 23px;
	padding: 0 0 12px 4px;
	border-bottom: 1px solid #B4BCB6;
}
	
	
select {
    position: relative;
    border: #ccc solid 1px;
    border-radius: 3px;
	background: #FFF;
	font-size: 16px;
}
input{
	font-size: 20px;
}

.news_box{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}
.news_box h3{
	font-size: 14px;
	}	
.news_box p{
	margin: 0 0 30px 0;
	line-height: 1.6em;
	}
.news_box table.price{
	margin: 5px 0 30px 0;
	border: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	}
.news_box table.price td{
	border: 1px solid #CCC;
	border-left: none;
	border-top: none;
	padding: 8px 3px!important;
	margin: 0!important;
	font-size: 10px;
	}
  
.news_box2{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}
.news_box2 h3{
	font-size: 14px;
	}	
.news_box2 p{
	margin: 0 0 30px 0;
	line-height: 1.6em;
	}
.news_box2 p span{
  font-size: 14px;
	}

  
.news_box2 table.price{
	margin: 5px 0 30px 0;
	border: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	}
.news_box2 table.price td{
	border: 1px solid #CCC;
	border-left: none;
	border-top: none;
	padding: 8px 3px!important;
	margin: 0!important;
	font-size: 10px;
	}
  
	
ul.top_news{
	margin: 0 0 10px 0;
	padding: 3% 0 10px 28%;
	width: 100%;
	background: url(../../img/top_info_news.jpg) no-repeat left;
	background-size:100%;
	box-sizing: border-box;
	background-position: top;
	max-height: 84px;
	}
ul.top_news li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1em;
	}
ul.top_news li img{
	zoom:0.7;
	}	

ul.top_news2{
	margin: 0 0 10px 0;
	padding: 5% 3px 5% 35%;
	width: 100%;
	background: url(../../img/top_info_news2.jpg) no-repeat left;
	background-size:100%;
	box-sizing: border-box;
	background-position: top;
	max-height: 80px;
	float: right;
	}
ul.top_news2 li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1em;
	}
ul.top_news2 li img{
	zoom:0.9;
	}
	
ul.top_news3{
	margin: 0 0 10px 0;
	padding: 5% 3px 5% 35%;
	width: 100%;
	background: url(../../img/top_info_news2.jpg) no-repeat left;
	background-size:100%;
	box-sizing: border-box;
	background-position: top;
	max-height: 80px;
	float: right;
	}
ul.top_news3 li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1em;
	}
ul.top_news3 li img{
	zoom:0.9;
	}	

	
	.top_Note a{
		width: 100%;
		margin: 20px auto 0 auto;
		padding: 10px;
		text-align: center!important;
		background: #F477B7;
		color: #FFF;
		display: block;
		box-sizing: border-box;
	}
	.top_Note a:hover{
		background: #E43A7D;
	}
.pink{
	color: #E43A7D;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	border: 2px solid  #E43A7D;
	background: #FDF0F5;
	font-size: 1.1em;
}
.pink2{
	color: #E43A7D;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid  #E43A7D;
	background: url(../../img/topinfo_back.jpg);
	font-size: 1.1em;
}	
	.pink3{
	color: #B28500;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid  #B28500;
	font-size: 1.1em;
}	
  
.pink4{
	text-align: center;
	border: 2px solid  #E43A7D;
	background:url(../../img/topinfo_back.jpg) bottom;
  margin: 10px auto 0 auto; 
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
  	.pink4 > div:nth-child(1){
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
	  color: #E43A7D!important;
     line-height: 1.6em;
      background: url("../../img/img_katsura_main003.jpg") center center;
      background-size: cover;
      position: relative;
      height: 80px;
}
  	.pink4 .img{
      position: absolute;
      top: 50%;
      left: 50%;
      transform:translate(-50%,-50%);
}

  
	.pink4 > div:nth-child(2),.pink4 > div:nth-child(3){
    width: calc(100%)!important;
    padding: 10px 10px;
    box-sizing: border-box;
	color: #E43A7D!important;
      line-height: 1.6em;
}
  
.pink5{
	text-align: center;
	border: 2px solid  #E43A7D;
	background:url(../../img/topinfo_back.jpg) bottom;
  margin: 10px auto 0 auto; 
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
  	.pink5 > div:nth-child(1){
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
	  color: #E43A7D!important;
     line-height: 1.6em;
      background: url("../../img/img_katsura_main003.jpg") center center;
      background-size: cover;
      position: relative;
      height: 80px;
}
  	.pink5 .img{
      position: absolute;
      top: 50%;
      left: 50%;
      transform:translate(-50%,-50%);
}

  
	.pink5 > div:nth-child(2),.pink5 > div:nth-child(3){
    width: calc(100%);
    padding: 10px 10px;
    box-sizing: border-box;
	color: #E43A7D!important;
      line-height: 1.6em;
}
  
.pink6{
	text-align: center;
	background:#D8D8D8;
  margin: 10px auto 20px auto; 
  font-size: 14px;
  padding: 15px 5px;
  font-weight: bold;
}
.pink6 a{
  color: #222;
}

.topics_01{
	text-align: center;
	border: 2px solid  #E43A7D;
	background:url(../../img/topinfo_back.jpg) center;
  margin: 10px auto 0 auto; 
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.topics_01 > div:nth-child(1){
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
	  color: #E43A7D!important;
     line-height: 1.6em;
      background: url("../../img/img_topics.jpg") center center;
      background-size: cover;
      position: relative;
      height: 80px;
}

  
.topics_01 > div:nth-child(2){
    width: calc(100%)!important;
    padding: 10px 10px;
    box-sizing: border-box;
	  color: #E43A7D!important;
    line-height: 1.6em;
  text-align: center;
}
.topics_01 > div:nth-child(2) a{
	  color: #E43A7D!important;
  font-weight: bold;
}


}
