/*********************************************************************************************************************
/*スマートフォン専用のスタイル
*********************************************************************************************************************/
@media (max-width: 599px) {
/*****************************************************************************/
@charset "utf-8";


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;o
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


body{
	color:#666;
	font-size:80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	/*font: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	line-height:1.6;
	-webkit-text-size-adjust: none;
    margin: 0 auto;
	text-align:center;
	background-image:url(../images/top/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

@font-face {
	font-family: 'Sawarabi Mincho', sans-serif;
   /*-family: MyWebFont;
   src: url('../wf/みかちゃん.otf') format("opentype");*/
  /* src: url('../wf/07にくまるフォント.otf') format("opentype");*/
  /* src: url('../wf/uzura.ttf') format("truetype");*/
}

/*.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }*/



p,li,td,dt,dd {
	font-weight: normal;
	}
	
	
h1,h2,h3,h4{
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	margin:0;
	padding:0;
	}

p,ul,ol,dl,blockquote,pre {
	margin-bottom: 1.0em;
	}
p{
	/*font-size:100%;
	line-height:1.7;*/
	text-align:left;
    }
hr	{
	clear: both;
	display: none;
	visibility: hidden;
	}
a:link		{
	color: #33B1D4;
	text-decoration: none;
	}
a:visited	{
	color: #33B1D4;
	text-decoration: none;
	}
a:hover		{
	color: #33B1D4;
	text-decoration: none;
	}
a:active		{
	color: #33B1D4;
	text-decoration: none;
	}
img	{
	border: none;
	}
form {
	margin: 0;
	}

a img:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
	}

.spNone {
display: none;
}

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

/*****************************************************************
margin set
*****************************************************************/
	
.ml1{margin-left:1%;}	
.ml2{margin-left:2%;}	
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}	

/*****************************************************************
align set
*****************************************************************/
.ac{text-align:center;}
.al{text-align:left;}	
.ar{text-align:right;}

/*****************************************************************
txt set
*****************************************************************/
.txt80{
    font-size:80%;
	font-weight:normal;
}
.txt140{
    font-size:140%;
	font-weight:normal;
}


/*****************************************************************
h 
*****************************************************************/
h1{
	margin:10px 0 10px 0;
	padding: 0 0 10px 0 ;
	font-size:120%;
	font-weight:bold;
	font-family: 'Sawarabi Mincho', sans-serif;
	}	
h2{
	margin:0 0;
	padding:1% 0 ;
	font-size:110%;
	font-weight:bold;
	color:#000;
	text-align:left;
	font-family: 'Sawarabi Mincho', sans-serif;
	}
h3{
	margin:10px 0;
	padding:0;
	font-size:100%;
	font-weight:bold;
	color:#000;
	font-family: 'Sawarabi Mincho', sans-serif;
	}
	
/*****************************************************************
 Clear fix
*****************************************************************/
.clfix {display: block;}
.clearLeft { clear: left; }




/*****************************************************************
wrapper
*****************************************************************/
#Wrapper{
　　width:100%;
　　margin:0;
　　padding:0;
}
.Wrapperinner{
　　width:100%;
    margin:0;
　　padding:0 ;
}

/****************************************************************
gridWrapper
*****************************************************************/
.gridWrapper{
	width:90%;/*960px*/
	margin: 0% 5%;
	padding:0 ;
	text-align:center;
}
* html .gridWrapper{height:1%;}

.gridWrapperinner{
	width:100%;
	margin:0 0%;
	overflow:hidden;
	text-align:center;
	}
	
/*****************************************************************
.fade-up 
*****************************************************************/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
	}
/*****************************************************************
.page-top 
*****************************************************************/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 25px;
    padding: 6px 0 0 0;
    color: #FFF;
    text-align: center;
    background-color:#1D2087;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: #1D2087 1px solid;
	}



/*****************************************************************
top
*****************************************************************/
.top{
	width:100%;
	height:45px;
	margin:0 auto;
	padding:10px 0% ;
	background-color:#1D2087;
	overflow:hidden;
	position: fixed;
	top:0;
	left:0px;
	z-index: 1000;
}

.topinner{
	width:100%;
	margin:0 auto;
	padding:0 ;
	text-align:center;
}

.top_grid_all{
	width:100%;
	margin:0 auto;
	padding:0 ;
}
.top_logo{
	width:40%;
	margin: 0;
	padding:0 ;
	text-align: left;
}
.top_logo img{
	max-width:100%;
	height:auto;
	margin-top:-5px;
}	

.top_grid_txt{
	width:45%;
	margin:3px 0 0;
	padding:0 ;
	font-size:90%;
	line-height:1.1;
	font-color:#773F06;
	text-align:left;
	float:left;
}	
/*sp表示なし
.top_grid_tel{
	width:50%;
	margin:0 0  0 ;
	padding:0 ;
	float:left;
}	
*/
.top img{
	max-width:100%;
	height:auto;
}	



/*****************************************************************
slider
*****************************************************************/
.swiper-slide {
}	

.swiper-slide img{/*画像のはみ出し部分を削除*/
	width: 100%;
    height:auto;/*130px*/
    object-fit: cover;
}	

/*****************************************************************
mainimage
*****************************************************************/

.mainimage img{/*画像のはみ出し部分を削除*/
	width: 100%;
    height: 130px;
    object-fit: cover;
}


/*****************************************************************
nav
*****************************************************************/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 65px;
    left: 0;
    background-color:rgba(255,255,255,0.8);
    color: #000;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 47%;
	text-align: left;
}
 
nav.globalMenuSp ul {
    background-color:rgba(242,242,242,0.8);
    margin: 0px auto 0;
    padding: 0 0 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0 0 0  10%;
    width: 90%;
    border-bottom: 1px dotted #999;
	font-size:80%;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}



/*****************************************************************
navToggle 
*****************************************************************/

.navToggle {/*ハンバーガーメニューグレー*/
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 32px;
    height: 27px;
    cursor: pointer;
    z-index: 3;
    background: #ffffff;
    text-align: center;
}

.navToggle span {/*ハンバーガーメニュー白3本*/
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 16px;
    border-bottom: solid 2px #1D2087;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}

.navToggle span:nth-child(1) {
    top: 6px;
}

.navToggle span:nth-child(2) {
    top: 12px;
}

.navToggle span:nth-child(3) {
    top: 18px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/*****************************/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 13px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

		
.navTel {/*TEL*/
    display: block;
    position: fixed;  
    right: 50px;
    top: 12px;
    width: 32px;
    height: 27px;
    cursor: pointer;
    z-index: 3;
    background: #773F06;
    text-align: center;
}
	


/*****************************************************************
grid set
*****************************************************************/
.gridall{
    width:100%;
    margin: 0;
	padding:0;
	overflow: hidden;/*floatの高さを出す*/
}

.gridall img{
    max-width:100%;
	height:auto;
}


.bg_b{ background-color:#73401E;}
.bg_f{ background-color:#ffffff;}
.bg_p{ background-color:#EC8782;}
.bg_y{ background-color:#FFDF00;}
.bg_blue{ background-color:#008991;}



.gridallinner{
    width:100%;
    margin: 0%;
	padding:0;
}


.grid02{
    width:100%;/*50%*/
    margin: 0 ;
	padding:0;
	/*float:left;*/
	text-align:left;
}

.grid02 img{
    max-width:100%;
	height:auto;
}

.grid02inner{
    width:90%;
    margin: 0 ;
	padding:5%;
}

.bg_tree{
	background-image:url(../images/top/bg_tree.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.bg_bird{
	background-image:url(../images/top/bg_bird.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.bg_moon{
	background-image:url(../images/top/bg_moon.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


.grid02_mr{
    width:49.5%;
    margin: 0 1% 0 0;
	padding:0;
	float:left;
}
.grid02_mr:last-child {
    margin: 0 0 0 0;
}

.grid02_mr img{
    max-width:100%;
	height:auto;
}




.grid04{
    width:24%;
    margin: 0 1.3% 0 0;
	padding:0;
	float:left;
}
.grid04:last-child {
    margin: 0 0 0 0;
}

.grid04 img{
    max-width:100%;
	height:auto;
}


/*****************************************************************
footer
*****************************************************************/

.footer_grid{
    width: 100%;
    padding:3% 0 2% 0 ;
	font-size:80%;
	color:#FFF;
	text-align:center;
	background: url('../images/top/bg_star.jpg') center;
    background-size: cover;
}

.footer_inner{
    width: 94%;
	margin:0 5%;
    padding:0;
}



/*****************************************************************
第二階層　room 
*****************************************************************/
/*
.tb_room  tr,
  .tb_room  th,
  .tb_room  td {
    display: block;
    width: auto;
  }
  
  .tb_room  th {
    padding-bottom: 0;
  }
  
  .tb_room  input[type='text'],
  .tb_room  textarea {
    width: 100%;
  }
*/  
.tb_room {
  border-collapse: collapse;
  width: 100%;
}
 
.tb_room  tr {
  border-bottom: 1px solid #E1E1E1;  
}
.tb_room  tr:first-child {
  border-top: 1px solid #E1E1E1;  
}
 
.tb_room  th,
.tb_room  td {
  padding: 1% 0.5%;
}
 
.tb_room  th {
  text-align: left;
  width: 20%;
  font-weight:bold;
}
 
.tb_room  input[type='text'],
.tb_room  textarea {
  width: 50%;
}
.tb_room  textarea {
  height: 100px;
}
  
ul.tb_room li {
    display: block;
    padding: 0;
    float: left;
    /* width: 31%; */
    width: 48%;
    padding-right: 1%;
}


.btn-flat-border {
  width:60%;
  margin:4% 19% 0;
  padding: 1%;
  /*display: inline-block;*/
  text-decoration: none;
  font-size:85%;
  letter-spacing:2px;
  border: solid 2px #1D2087;
  background: #1D2087;
  border-radius: 3px;
  transition: .4s;
  color: white;
  text-align:center;
    border-radius:3px;		
	-webkit-border-radius:3px;	
	-moz-border-radius:3px;	
	font-family: 'Sawarabi Mincho', sans-serif;
}

.btn-flat-border:hover {
  color: #1D2087;
  background: #ffffff;
  border: solid 2px #1D2087;
}


.bg_ca{
	background-image:url(../images/room/img_ca.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.bg_pe{
	background-image:url(../images/room/img_pe.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}




.btn-reservation {
  width:80%;
  margin:4% 9% 4%;
  padding:1.2% 2%;
  /*display: inline-block;*/
  text-decoration: none;
  font-size:100%;
  letter-spacing:2px;
  border: solid 2px #1D2087;
  background: #1D2087;
  border-radius: 3px;
  transition: .4s;
  color: white;
  text-align:center;
    border-radius:5px;		
	-webkit-border-radius:5px;	
	-moz-border-radius:5px;	
	font-family: 'Sawarabi Mincho', sans-serif;
}

.btn-reservation:hover {
  color: #1D2087;
  background: #ffffff;
  border: solid 2px #1D2087;
}


/*****************************************************************
第二階層　chrge
*****************************************************************/

 /* */

table.chrage{
  width: 100%;
  margin:1% 0 5%;
  border-collapse:separate;
  border-spacing: 0;
}

table.chrage th:first-child{
  border-radius: 5px 0 0 0;
}

table.chrage th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.chrage th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 20%;
  padding: 10px 0;
}

table.chrage td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 20%;
  padding: 10px 0;
}

table.chrage td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.chrage tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.chrage tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}




/******************************************************************
#instafeed
*****************************************************************/

/*トップページ用設定*/
#instafeed  {
	margin:7px auto;
	padding:0 10px;
}
#instafeed li {
	width:90px;/*90px95px*/
	margin:0 2px 0 0;
	padding:0;
	vertical-align:baseline;
    list-style: none;
	float:left;
}

#instafeed li img{
	display: inline-block;
    /*height: 65px; 70px*/
    border-radius: 5px;		
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	}	
	
	
	
	
	
	
	
/******************************************************************
#instafeed
*****************************************************************/

.btn-site {
  width:90%;
  height:30px;
  margin:4% 4% 4%;3
  padding:2% 2% 1.2%;
  /*display: inline-block;*/
  text-decoration: none;
  font-size:100%;
  letter-spacing:2px;
  color: #1D2087;
  background: #ffffff;
  border: solid 2px #1D2087;
  border-radius: 3px;
  transition: .4s;
  text-align:center;
    border-radius:5px;		
	-webkit-border-radius:5px;	
	-moz-border-radius:5px;	
	font-family: 'Sawarabi Mincho', sans-serif;
}

.btn-site:hover {
  color: #1D2087;
  background: #ffffff;
  border: solid 2px #cccccc;
}
	
	
.btn-site img{
	max-width:43%;
	height:auto;
}
	
	

/*-----------------------------------------------------------------
/* message
------------------------------------------------------------------*/
.fukidashi {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 100%;
	background:#EBEBEB;
	border-radius: 15px;
	width:90%;
}

.fukidashi :before{
	content: "";
	position: absolute;
	top: 100%;
	left: 10%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #EBEBEB;
}

.fukidashi  p {
	margin: 0;
	padding: 0;
}
.guest {
    margin: 0 0 20px 2%;
    padding: 8px 0 0 25px;
    height: 30px;
    font-size: 110%;
    line-height: 1.2;
	text-align:left;
    background: transparent url(../images/message/img_guest.png) no-repeat top left;
}
	


/******************************************************************
blog
*****************************************************************/
.blog_bg{
border-bottom:#CCC 1px dotted;
padding-bottom:5px;
margin-bottom:0px;
}

.rss-filds{
	margin:10px 0;
	clear:both;	
	

}
.rss-title{
	font-size:100%;
}
	
.rss-content{
	width:100%;
	clear:left;
	min-height: 100%;
    overflow: hidden;
    border-bottom:#CCC 1px dotted;/*追加*/
	}

.rss-left{
	width:0%;/*32%*/
	float:left;
	margin:1% 0 0 0;
	}

.rss-right{
	width:100%;/*66%*/
	margin:1% 0 0 0%;
	float:left;
	text-align:left;
	font-size:90%;
	line-height:1.4;
	}


/******************************************************************
sns
*****************************************************************/
.grid03_sns{
    width:100%;
    margin:20px 0 10px;
	padding:0;
	text-align:left;
}

.grid03_sns img{
    max-width:100%;
	height:auto;
}
	
	
/******************************************************************
TEL ボタン追加
*****************************************************************/	
.topinner_grid03_btn_tel{ 
    width:32px;
	margin:0;
	padding:6px 0;
	position:fixed;
	top:12px;
	right:88px;
	background-color:#fff;
	border-radius:3px;
	 z-index:1001;
}
.topinner_grid03_btn_r{ 
    width:32px;
	margin:0;
	padding:6px 0;
	position:fixed;
	top:12px;
	right:126px;
	background-color:#fff;
	border-radius:3px;
	 z-index:1001;
}
.topinner_grid03_btn_c{ 
    width:32px;
	margin:0;
	padding:6px 0;
	position:fixed;
	top:12px;
	right:50px;
	background-color:#fff;
	border-radius:3px;
	 z-index:1001;
}

.topinner_grid03_btn_tel img,.topinner_grid03_btn_r img,.topinner_grid03_btn_c img{ 
     max-width:50%;
	 height:auto;
}	
	
	

/******************************************************************
gallery-list
*****************************************************************/


/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*以下はコンテンツ内のレイアウト*/
.gallery-list li{
  width: 49%;
  margin:0  0.5% 7px  0.5%;
  padding: 0;
  float: left;
	}
	.gallery-list li img{
  	max-width: 100%;
  	height: auto;
	border-radius: 5px;
	}
   .gallery-list_txt{
  	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 0;
	}
   .gallery-list_top{
  	font-size: 1.1em;
	line-height: 1.8em;
	text-align:left;
	margin: 30px 0 ;
	padding: 0;
	}	
	
	
/**マイスター*************************************/	
ul.top_meister_grid02{
    width: 100%;
	margin: 0px 0px;
    padding:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	ul.top_meister_grid02 li.top_meister_grid02_ph{
	width:100%;
	margin:0 0% 0 0;
	padding:0;
	}
	ul.top_meister_grid02 li.top_meister_grid02_txt{
	width:100%;
	margin:0 ;
	padding:0%;
	text-align: left;
	line-height: 1.7em;
	}	
	
/*x 設定*/
.new_twitter_gird{
    width: 69%;
	margin: 15px 20%;
	padding: 10px 0 15px;
	text-align: center;
	border:#3C3C3C 1px solid;
	border-radius: 5px;
	position: relative;
	font-size:1.0em;
	}
	.new_twitter_gird a{
	color: #000000;
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	}
	.new_twitter .fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	}	
}



