body {
  font-family: Arial, Helvetica, sans-serif, 'ヒラギノ角ゴ Pro W3';
  margin: 0;
}

@media only screen and (max-width: 900px) {
	#body2 { 
		font-family: Arial, Helvetica, sans-serif, 'ヒラギノ角ゴ Pro W3';
		width: 100%;
		margin: 0;
	}
}

a {
  text-decoration: none; 
}

a:link{
  text-decoration: none;
}

a:visited{
  text-decoration: none; 
}


a:active{
  text-decoration: none; 
}

.clear {
	clear: both;
}

li {
margin-left: -40px;
list-style-type: none;
}

.txt_align_right{
    display: block;
    text-align: right;
    margin-right: 0px;
}

/*--- ローディング --- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d51e01;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


/*--- 写真のキャプション --- */
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
    margin: 0;
}
figcaption {
	position: absolute;
	bottom: -60%;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 40%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover figcaption {
	bottom: 4px;
}

figcaption h3{
    color: white;
    padding: 0 20px;
    text-align: justify;
    font-size: medium;
    font-weight: 400;
}

figcaption p{
    color: white;
    padding: 0 20px;
    text-align: justify;
    font-size: small;
    font-weight: 400;
}

@media only screen and (max-width: 900px) {
	figcaption { 
        display: none;
	}
}

@media only screen and (min-width: 900px) {
	.mb_caption { 
        display: none;
	}
}

.mb_caption h4{
    color: black;
    padding: 0 20px;
    text-align: center;
    font-size: medium;
    font-weight: 300;    
}

.mb_caption p{
    color: black;
    padding: 0 15px;
    text-align: justify;
    font-size: small;
    font-weight: 200;        
}

.caption_02 h5{
    color: black;
    margin: 10px;
    text-align: center;
    font-size: medium;
    font-family: serif;
    font-weight: 300;    
}

.caption_02 p{
    color: black;
    padding: 0 15px;
    text-align: justify;
    font-size: small;
    font-family: serif;
    font-weight: 200;        
}

/*--- header --- */


@media only screen and (max-width: 900px) {
    #header_nav_wrap{
        display: none;
    }
}


header{
  width: 100%;
  z-index: 200;
 margin: 0;
    padding: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.cb-header {
  position: fixed;
    z-index: 200;
  top: 0;
  left: 0;
  line-height: 50px;
  text-align: center;
}

header a {
    text-decoration: none;
    display: block;
    color: white;
    font-family: serif;
}
header a:hover {
    font-family: serif;
    color: white;
    border-bottom: 1px solid red;
}

.waku_900px{
    width: 750px;
    margin: 0 auto;
    padding: 0;
    color: white;
}

/*--- #sub_header --- */

@media only screen and (min-width: 900px) {
    #sub_header{
      width: 100%;
      z-index: 200;
     margin: 0;
        padding: 0;
        background-color: rgba(255,255,255,0.8);
    }
    #mobile_nav_wrap{
    display: none;
	}

}

@media only screen and (max-width: 900px) {
    #sub_header{
        display: none;
    }
	#mobile_nav_wrap{
		margin: 0 auto;
		width: 100%;
		background-color: #e6b422;
        z-index: 200;
	}
	#mobile_nav_wrap a{
		display: block;
		color: black;
		padding: 7px;
		text-align: center;
	}
}



.sub_cb-header {
  position: fixed;
    z-index: 200;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
}

#sub_header a {
    text-decoration: none;
    display: block;
    color: black;
    font-family: serif;
    border-bottom: 1px solid rgba(255,255,255,0.0);
}

#sub_header a:hover {
    font-family: serif;
    border-bottom: 1px solid red;
}



/*------- mobile_menu_waku design -------*/
.mobile_menu_waku{
	max-width: 100%;
	margin: 0 auto;
}

.mobile_menu_inner{
}

.table_mobile_menu1{
	text-align: center;
	width: 100%;
}

.table_mobile_menu1 a{
	text-decoration: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
}

.table_mobile_menu1 a:link{
	color: black;
}

.table_mobile_menu1 a:hover{
	color: white;	
}

.table_mobile_menu1 td:hover{
	background-color: #82ae46;
}

.teble_txt_center{
	text-align: center;
}

.tr1 td{
	border-bottom: dotted thin rgba(180,180,180,1);
}

.td2{
	border-right: dotted thin rgba(180,180,180,1);
}

.td3{
	border-right: dotted thin rgba(180,180,180,1);
	background-color: #d8e698;
}

.table01{
	text-align: left;
	margin-top: 5px;
	width: 100%;
	border:thin solid #82ae46;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: small;
	background-color: white;
}

.nenkanyotei_table_list li{
	margin-left: 13px;
	text-align: left;
	text-indent: -13px;
}




/*--- SlideShow --- */
@media only screen and (max-width: 900px) {
	#SlideShow{
		display: none;
	}
	#mobileBG{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
}
@media only screen and (min-width: 900px) {
	#SlideShow{
	}
	#mobileBG{
		display: none;
	}
}


/*--- title --- */
@media only screen and (max-width: 900px) {
	#TopTitle { 
		display: none;	
	}
	#TopTitle2{
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	top: 0px;
	z-index: 200;
	height: auto;
	}
	#TopTitle3 { 
		display: none;	
	}
    .under_white{
        display: none;
    }
}


@media only screen and (min-width: 900px) {
	#TopTitle2 { 
		display: none;	
	}
	#TopTitle{
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 250px;
	z-index: 200;
	}
}


.under_white{
	margin: 0 auto;
	position: absolute;
	text-align: center;
    background-color: white;
	width: 100%;
	bottom: 0px;
	z-index: 200;
}

.under_white p{
    color: black;
    font-family: serif;
    font-size: small;
}

.under_white_50per{
	margin: 0 auto;
	position: absolute;
	text-align: center;
    background-color: white;
	width: 100%;
	bottom: 0px;
    height: auto;
	z-index: 200;
}


.btn_plan_waku{
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
}

.btn_plan{
    margin: 0 auto;
    position: relative;
    z-index: 200;
}

.btn_plan a{
    display:block;
    font-family: serif;
    color: white;
    text-align: center;
    padding: 5px 10px;
    border: thin solid white;
    background-color:rgba(0,0,0,0.5);
}

.btn_plan a:hover{
    display:block;
    font-family: serif;
    color: black;
    text-align: center;
    padding: 5px 10px;
    border: thin solid black;
    background-color:rgba(255,255,255,1);
}


.btn_plan_waku_mb{
    width: 100%;
    margin: 0 auto;
}

.btn_plan_mb li{
    width: 94%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 200;
    margin-bottom: 5px;
}

.btn_plan_mb a{
    display:block;
    font-family: serif;
    color: black;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.1);
}

.maruhon_cafe:hover{
    opacity: 0.5;
}

.caution {
    margin: 2em 0;
    background: #fff;
    border: 1px solid #e6b422;
    border-radius: 5px;
}
.caution h2 {
    font-size: 1.2em;
    border-bottom: 1px solid #e6b422;
    text-align: center;
    color: black;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    padding-bottom: 3px;
    margin: 5px;
}
.caution p {
    padding: 15px 20px;
    margin: 0;
    text-align: justify;
}

.caution_container{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    position:relative;
    z-index: 200;
}

.caution_waku{
    width: 600px;
    margin: 0 auto;
}

.newsdays{
    display: inline-block;
    font-size: small;
    color: gray;
    margin-right: 7px;
}

@media only screen and (max-width: 900px) {
	.caution_waku{
        width: 90%;
        margin: 0 auto;
    }
}

/*
.caution{
    margin: 0 auto;
    position: relative;
    z-index: 200;
    margin-bottom: 50px;
    border: 5px solid #e6b422;
    border-radius: 5px;
}

.caution h2{
    display:block;
    font-family: serif;
    color: whi;
    text-align: center;
    background-color: #e6b422;
}

.caution p{
    display:block;
    font-family: serif;
    color: black;
    text-align: justify;
    padding: 10px;
}
*/



#scroll_arrow{
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 200px;
	z-index: 200;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

@keyframes scroll_arrow {
0% {}
100% {transform: translateY(20px);}
}

#scroll_arrow :hover{
	opacity: 0.7;
}

@media only screen and (max-width: 900px) {
	#scroll_arrow { 
		display: none;	
	}
}

#scroll_arrow2{
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	bottom: 20px;
	z-index: 200;
	animation: scroll_arrow2 1s ease -2s 30 alternate;
}

@keyframes scroll_arrow2 {
0% {}
100% {transform: translateY(20px);}
}

#scroll_arrow2 :hover{
	opacity: 0.7;
}

@media only screen and (max-width: 900px) {
	#scroll_arrow2 { 
		display: none;	
	}
}


@media only screen and (min-width: 900px) {
    .top_caption{
        margin: 0 auto;
        position: absolute;
        text-decoration: none;
        text-align: center;
        font-family: serif;
        color: white;
        width: 100%;
        top: 350px;
        z-index: 200;
        text-shadow: 0 0 3px #4F4F4F;
    }
    .top_caption_mb{
        display: none;
    }
}


@media only screen and (max-width: 900px) {
    .top_caption{
        display: none;
    }
    .top_caption_mb{
        margin: 0 auto;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-family: serif;
        color: black;
        width: 100%;
        z-index: 200;    
    }
    
    .caution_waku{
        width: 100%;
        margin: 0 auto;
    }
}



/*--- toppage_plan ---*/
#toppage_plan_wrap{
	width: 100%;
    position: relative;
    background-color: white;
    z-index: 200;
}

.toppage_inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align:left;
	text-align:justify;
    position: relative;
    z-index: 200;
}

@media only screen and (max-width: 900px) {
	.toppage_inner{
		width: 96%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}


.top_plan_title{
	padding: .55em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid rgba(220,188,0,1);
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: serif;
}

.plan_title{
	text-align: left;
	font-size: large;
    font-weight: 600;
    font-family: serif;
    margin-bottom: 15px;
}

.plan_title_open{
	text-align: left;
	font-size: large;
    font-weight: 600;
    font-family: serif;
    margin-bottom: 10px;
}

.plan_title_open:hover{
	text-align: left;
	font-size: large;
    font-weight: 600;
    font-family: serif;
    background-color: rgba(220,188,0,0.2);
}

.plice{
    display: inline;
	text-align: left;
	font-size: x-large;
    font-weight: 400;
    font-family: serif;
    margin-bottom: 15px;
    margin-left: 10px;
}

.txt_small{
    display: inline;
    font-size: x-small;
}

.top_plan_card{
    position: relative;
	padding: 10px;
	margin: 5px;
	height: auto;
    border-left: thin solid gray;
    padding-left: 20px;
}

.top_plan_card::after {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2;
	content: '';
	height: 50%;
	width: 3px;
	background-color: rgba(220,188,0,1);
}

.top_plan_card_open{
    position: relative;
	padding: 10px;
	margin: 5px;
	height: auto;
    border-left: thin solid gray;
    padding-left: 20px;
}

.top_plan_card_open::after {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 2;
	content: '';
	height: 36%;
	width: 3px;
	background-color: rgba(220,188,0,1);
}

.plan_icon{
    display: inline-block;
    color: black;
    border: thin solid black;
    font-size: x-small;
    font-family: sans-serif;
    padding: 1px 3px 0px 3px;
    margin-left: 5px;
    vertical-align: 0.3em;
}

.plan_icon_red{
    display: inline-block;
    color: #d51e01;
    border: thin solid #d51e01;
    font-size: x-small;
    font-family: sans-serif;
    padding: 1px 3px 0px 3px;
    margin-left: 5px;
    vertical-align: 0.3em;
}

.kakomi_black{
    display: inline-block;
    color: black;
    border: thin solid black;
    font-size: small;
    font-family: sans-serif;
    padding: 2px 3px 0px 3px;
    margin-left: 5px;
    vertical-align: 0em;
}


@media only screen and (max-width: 900px) {
	.top_plan_card { 
		padding: 10px;
		margin: 10px;
		height: auto;
		border: thin solid gray;
	}
}


.plan_koumoku{
	font-size: small;
	line-height: 1.8em;
    text-align: justify;
}

.plan_koumoku_open{
	font-size: small;
	line-height: 1.8em;
    text-align: justify;
    height: auto;
	display: block;
}

.plan_koumoku_open p{
	display: block;
	width: 100%;
}


.plan_koumoku a:hover{
	color: white;
	background-color: #e6b422;
}

@media only screen and (max-width: 900px) {
	.plan_koumoku { 
		font-size: medium;
		line-height: 2em;
        text-align: justify;
	}
}

.plan_uni{
    background: url(../img/pixta_6567555_S_clip.png) no-repeat;
    background-position: 105% -5%;
    background-size: 35%;
    z-index: 220;
}

.plan_awabi{
    background: url(../img/pixta_13780159_S_clip.png) no-repeat;
    background-position: 105% -10%;
    background-size: 40%;
    z-index: 220;
}

.plan_ankou{
    background: url(../img/pixta_19744151_S_clip.png) no-repeat;
    background-position: 110% 20%;
    background-size: 35%;
    z-index: 220;
}


/*--- checkbox_accordion ---*/

 
input[type="checkbox"].bellows{
    display: none;/* チェックボックスの非表示 */
}
 
.ac_menu ul {
/* メニュー開閉時アニメーション */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 1;
    list-style: none;
    overflow: auto;
}
 
.ac_menu li {
    padding: 5px;
}
 
/* ▽▽アコーディオン開閉指定▽▽ */
input[type="checkbox"].bellows + ul{
    height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}
 
input[type="checkbox"].bellows:checked + ul{
    height: 140px;/* チェックが入っているときの高さ */
}
/* △△アコーディオン開閉指定△△ */



/*--- subpage_plan ---*/
#subpage_wrap{
	width: 100%;
    position: relative;
    top:52px;
    margin-bottom: 20px;
}

.subpage_inner{
	width: 900px;
	margin: 0 auto;
	text-align:justify;
}

.subpage_contents{
    padding: 0 15px 30px 15px;    
}


@media only screen and (max-width: 900px) {
	.subpage_inner{
		width: 96%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}

.yumeguri_goods{
    position: relative;
    top:-50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .yumeguri_goods{
        position: relative;
        top:-30px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}


/*--- billboard ---*/
@media only screen and (min-width: 900px) {
    .billboard img{
        position: relative;
        margin: 0 auto;
        width: 100%;
        top:56px;
    }
    .billboard_mb{
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .billboard_mb img{
        position: relative;
        margin: 0 auto;
        width: 100%;
        top:0px;
    }
    .billboard{
        display: none;
    }
}

/*--- black_wall ---*/
.black_wall{
    position: relative;
    z-index: 200;
    background-color: rgba(0,0,0,0.8);
    top:-100%;
    
}

.black_wall p{
    color: white;
}



/*--- calendar ---*/
@media only screen and (max-width: 900px) {
	#calendar_wrap{
		display: none;
	}
	
	#calendar_sp_wrap{
		width: 100%;
		margin-bottom: 50px;
		margin-top: 10px;
        position: relative;
        z-index: 200;
	}
}

@media only screen and (min-width: 900px) {
	#calendar_wrap{
		width: 100%;
		margin-bottom: 50px;
        position: relative;
        z-index: 200;
	}
	
	#calendar_sp_wrap{
		display: none;
	}
}

#calendar {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    position: relative;
}

#calendar_sp a{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	width: 96%;
	height: auto;
	border:thin solid black;
	color: black;
	font-size: medium;
}


/* ------------------------------------------------------------
   予約フォーム
   ------------------------------------------------------------ */

.reserve_waku{
    padding: 7px;
	border: solid thin rgba(0,0,0,0.2);
    background-color: white;
}

.reserve_title{
	margin-bottom: 20px;
	border-bottom: dotted thin rgba(180,180,180,1);
}

.reserve_title:before{
	margin-left: 3px;
	content: url(../img/item_Double_Arrow.fw.png);
}

#toiawaseForm{
	position: relative;
	margin-bottom: 50px;
}

.form1{
	position: relative;
}

/*---
input[type="text"] {
	width: 40%;
}
 ---*/

/*---
textarea{
	width: 80%;
}
 ---*/


submit, reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 20px;
  background: #ffffff;
  padding: 3px 14px 3px 14px;
  border: solid #000000 1px;
  text-decoration: none;
    margin-top:-20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}

.btn:hover {
  background: #b22222;
    color: white;
  border: solid white 1px;
  text-decoration: none;
}


.center{
    text-align: center;
}


/*--- kannaisetubi_txt ---*/
.kannaisetubi_txt ul{
    position: relative;
}

.kannaisetubi_txt li{
    display: block;
    font-size: small;
    text-align: justify;
    margin: 3px 5px 3px -25px;
}

.kannaisetubi_txt li a{
    color: blue;
	border-bottom: thin solid #e6b422;
    padding: 3px;
}

.kannaisetubi_txt li a:hover{
    color: white;
    background-color: #e6b422;
    padding: 3px;
    text-decoration: none;
}


/* Google icons サイズの調整 */
.material-icons.md-10 {
    font-size: 10px;
}


/*--- table レスポンシブ ---*/
table {
    border-collapse: collapse;
    width: 100%;
    border-spacing:0;
    border: 1px solid #999;
    text-align: left;
    font-size: small;
}

.table_font_xsmall{
    font-size: x-small;
    display: inline;
}

table th,
table td {
  padding: 10px;
}

.tb_bottom{
	border-bottom: 1px solid #999; 
}

.tb_right{
    border-right: 1px solid #999;   
}

.tb_bottom_right{
	border-bottom: 1px solid #999; 
    border-right: 1px solid #999;   
}

table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 94.5%;
  }
}



/*--- Google Map レスポンシブ ---*/
.ggmap {
position: relative;
padding-bottom: 85%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--- footer ---*/
@media only screen and (min-width: 900px) {
    #footer_wrap{
        position:relative;
        width: 100%;
        z-index: 220;
        background-color: rgba(0,0,0,0.8);
        border-top: 3px solid #e6b422;
        top:0px;
    }
    #footer_wrap_mb{
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #footer_wrap{
        display: none;
    }
    #footer_wrap_mb{
        position:relative;
        width: 100%;
        z-index: 220;
        background-color: rgba(0,0,0,0.8);
        border-top: 3px solid #e6b422;
        top:0px;
    }
}
    
footer{
	width: 900px;
	height: auto;
	margin: 0 auto;
    padding-top: 20px;
	text-align: justify;
}

.footer_txt{
	font-size: small;
	line-height: 1.8em;
    text-align: justify;
    font-family: serif;
    color: white;
}

.footer_txt p{
	display: block;
	width: 100%;
	padding: 1px 4px;
    color: white;
    font-weight: 300;
}

.footer_txt a{
	display: block;
	width: 100%;
    color: white;
	border-bottom: thin solid rgba(0,0,0,0.0);
}

.footer_txt a:visited{
    color: white;
}


.footer_txt a:hover{
	color: rgba(255,255,255,0.7);
	border-bottom: thin solid #e6b422;
}


@media only screen and (max-width: 900px) {
    #footer_wrap{
        top:10px;
    }

	footer{
		width: 96%;
        height: auto;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}
    .footer_txt{
        padding: 0 10px;
    }
}

/*--- SASAKI DEIGN ---*/
.sasaki_mark a{
    color: rgba(255,255,255,0.3);
    font-size: small;
}

.sasaki_mark a:hover{
    color: rgba(255,255,255,0.7);
}


/*------- pagetop -------*/
@media only screen and (min-width: 900px) {
    #pagetop{
        position: fixed;
        right: 50px;
        bottom: 50px;
        opacity: 0;
        -ms-filter: "alpha( opacity=0 )";
        filter:alpha(opacity=0);
        zoom:1;
        z-index: 200;
    }
}

@media only screen and (max-width: 900px) {
    #pagetop{
        position: fixed;
        left: 50px;
        bottom: 50px;
        opacity: 0;
        -ms-filter: "alpha( opacity=0 )";
        filter:alpha(opacity=0);
        zoom:1;
        z-index: 200;
    }
}

    

/*------- Facebook -------*/
@media only screen and (min-width: 900px) {
    .fb_mb{
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .fb_pc{
        display: none;
    }
}

.fb_mb a{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	width: 96%;
	height: auto;
	border:thin solid black;
	color: black;
	font-size: medium;
}



/*------- mobile_menu_waku design -------*/
.mobile_menu_waku{
	max-width: 100%;
	margin: 0 auto;
}

.mobile_menu_inner{
}

.table_mobile_menu1{
	text-align: center;
	width: 100%;
}

.table_mobile_menu1 a{
	text-decoration: none;
	display: block;
	margin: 10px 0 10px 0;
}

.table_mobile_menu1 a:link{
	color: black;
}

.table_mobile_menu1 a:hover{
	color: black;	
}

.table_mobile_menu1 td:hover{
	background-color: #e6b422;
}

.teble_txt_center{
	text-align: center;
}

.tr1 td{
	border-bottom: dotted thin rgba(180,180,180,1);
}

.td2{
	border-right: dotted thin rgba(180,180,180,1);
}

.td3{
	border-right: dotted thin rgba(180,180,180,1);
	background-color: #e6b422;
}

.table01{
	text-align: left;
	margin-top: 5px;
	width: 100%;
	border:thin solid #e6b422;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size: small;
	background-color: white;
}

.nenkanyotei_table_list li{
	margin-left: 13px;
	text-align: left;
	text-indent: -13px;
}





