/*********************************************************************************************************************
/* PC専用のスタイル (min-width: 1025px)
*********************************************************************************************************************/
@media (min-width: 1025px) {
/*****************************************************************************/
@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:100% verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust: none;
    margin: 0 auto;
	text-align: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-size: 100%;
	font-weight: normal;
	}
	
	
h1,h2,h3,h4{
	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 )";
	}


.pcNone {
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;}	

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}	



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

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

/*スマホサイトのみ改行*/
.br-sp { display:none; }

/*****************************************************************
h 
*****************************************************************/
h1{
	margin:20px 0 20px 0;
	padding: 0 0 10px 0 ;
	font-size:170%;
	font-weight:bold;
	color:#06061B;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align:left;
	border-bottom: 1px dotted #cccccc;
	}	
h2{
	margin:5px 0 5px 0;
	padding: 0 ;
	font-size:130%;
	font-weight:bold;
	color:#06061B;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align:left;
	}
h3{
	margin:10px 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
	color:#06061B;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align:left;
	}
	
/*****************************************************************
 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:980px;
	margin:0 auto;
	padding:0 ;
	text-align:center;
}
* html .gridWrapper{height:1%;}

.gridWrapperinner{
	width:100%;
	margin:0 auto;
	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%;
	margin:0 auto;
	padding:0 ;
	background-color:#1D2087;
	overflow:hidden;
}

.topinner{
	width:980px;/*980px*/
	margin:0 auto;
	padding:0 ;
	text-align:center;
}

.top_logo{
	width:30%;
	margin:0;
	padding:0 ;
	float:left;
}
.top_logo img{
	max-width:100%;
	height:auto;
}
.top_right_grid{
	width:70%;
	margin:0 ;
	padding:0 ;
	text-align:left;
	float:left;
}


.top_nav{
	width:100%;
	margin:0 ;
	padding:0 ;
	text-align:left;
	float:left
}


ul.top_btn li {
	width:100%;
	margin:5px 0 0 0;
	background-color:#0C9;
}

ul.top_btn li{
	width:16%;
	margin:5px 5px 0 0;
	padding:5px;
	color:#FFF;
	text-align:center;
	background-color:#A20000;
	border-radius:3px;
	float:right;
	font-size:85%;
	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing:3px;
  transition: .4s;
}

	
ul.top_btn li:hover{
	opacity:0.6;
}


ul.top_btn li.red{
	color:#FFF;
	background-color:#D20000;
}
	

.txt hover{
	color:#FFF;
	background-color:#D20000;
}

 a.txtlink	{
	color:#D20000;
	text-decoration: none;
	}

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

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

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

/*****************************************************************
nav
*****************************************************************/
nav.globalMenuSp {
    width: 100%;
    margin: 0 auto;
	padding:0 ;
	color:#ffffff;
	background-color:#1D2087;
}
 
nav.globalMenuSp ul {
    width: 100%;/*960px*/
    /*height:60px;*/
    margin: 0;
}
 
nav.globalMenuSp ul li {
	width:20%;
    /*height:100%;*/
	margin:0 ;
	padding:0;
　　font-size:110%;
    letter-spacing:3px;
	position: relative;
    float: left;
    text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
  transition: .4s;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
	
}
 
nav.globalMenuSp ul li a {
    display: block;
    padding: 1em 0;
	color:#ffffff;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


nav .txt_menu_w{
	font-size:45%;
	color:#FFF;
	margin:10px 0 0 0;
    letter-spacing:0px;
}


nav.globalMenuSp ul li:hover{
	opacity:0.6;
}



/*****************************************************************
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:50%;
    margin: 0 ;
	padding:0;
	float:left;
	text-align:left;
}

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

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

.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;
}
.grid04 P{
    font-size:90%;
	text-align:1.2;
}


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

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

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



/*****************************************************************
第二階層　room 
*****************************************************************/

.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:115px;/*3列は99px 90px*/
	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:80%;
  height:30px;
  margin:4% 9% 4%;
  padding:1.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:25%;
	height:auto;
}
	
	
	
	


 /*

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}*/
#responsive-slider {
	margin: 0 auto;
}
#slide img {
	position: absolute;
}
#thumbnail {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
}
#thumbnail li {
	width: 50px;
}



.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width:10px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width:10px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}


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

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

.fukidashi  p {
	margin: 0;
	padding: 0;
	line-height:2.2;
}
.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
*****************************************************************/
.grid_blog{
    width:100%;
    margin: 0;
	padding:0;
	overflow: hidden;/*floatの高さを出す*/
}


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

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

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

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

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


/******************************************************************
sns
*****************************************************************/
.grid03_sns{
    width:33%;
    margin: 0 0.5% 0 0;
	padding:0;
	float:left;
	text-align:left;
}
.grid03_sns:last-child{
    margin: 0;
}

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



/******************************************************************
gallery-list
*****************************************************************/
/*
.gallery-list{
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;

}
.gallery-list li.gallery-list_ph{
  width: 49%;
  margin:0  0.5% 10px  0.5%;
  padding: 0;
  float: left;
	}

	
	.gallery-list li.gallery-list_ph img{
	max-width: 90%;
	height: auto;
	}
	

/*========= モーダル表示のための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:35%;
	margin:8px 1% 0 0;
	padding:0;
	}
	ul.top_meister_grid02 li.top_meister_grid02_txt{
	width:62%;
	margin:0 ;
	padding:1%;
	text-align: left;
	line-height: 2.2em;
	}



/*x 設定*/
.new_twitter_gird{
    width: 59%;
	margin: 15px 20%;
	padding: 10px 0 20px;
	text-align: center;
	border:#3C3C3C 1px solid;
	border-radius: 5px;
	position: relative;
	font-size:1.2em;
	}
	.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: 2.0em;
	text-align: center;
	}



}