@media screen and (min-width: 600px){
@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	
	min-width:1200px; 
	width:100%;
	
	font-size:14px;
	
	-webkit-text-size-adjust: 100%;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

#button{ display:none; }
#slide_menu{ display:none; }

/* ドロワーメニュー */
.ul_open_h{
	    background: gray;
	    color: #000;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    top: 0;

	    height: 100%;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    overflow-y: scroll; 
	    position: fixed;
		
		z-index:50;
		padding-top:50px;

		background-color:#dedede;
		
		
}
.ul_open_h li{
	    padding: 7px;
	    width: 220px;
		border-bottom:1px #333 solid;
		
		font-size:0.85em;
}
.ul_open_h li.bottom{	margin-bottom:100px; }

.ul_open_h li a:link {
	color: #000;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.ul_open_h li a:visited {
	color: #000;
	text-decoration: underline;
}

.open-sub{ margin:0 0 0 10px; list-style-position:inside; list-style-type:disc; }
.open-sub li{ font-size:1.0em;
	border-bottom:none; 
	padding:5px; 
}

.dmenu{ padding:0 0 0 10px; }

.open-1{
	    right : -100%;
}
.open-1.active{
    right : 0px;
}

.move-1.on.btn{
    position: fixed;
    right: 25px;
    top: 10px;
}

.btn{     width: 50px;
    height: 50px;
    position: absolute;
    right :15px;
    bottom: 25px;
    background: #fff;

		z-index:90;
}

.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn span{
    height: 3px;
    background-color: #000;
    top: calc(50% - 1.5px);
}

.btn:before{
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #000;
}
.btn:after{
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #000;
}
.btn.on span{
    display: none;
}

.btn.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.btnlink{
    width: 90%;
    display: block;
    margin: auto;
    border: 1px solid #0060ff;
    border-radius: 5px;
    background: #4285F4;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.linkbox a{
    text-decoration: none;
}


/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 100%;

	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */

}

.pc{ display:none; }

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header-wrap {
	width:100%;
	min-height:166px;
	min-width:1200px;

	border-bottom:10px #eb5c01 solid;
}
	
.header {
	width:1200px;
	margin:0 auto;
	
	height:166px;
	position:relative;
	
}

.h-logo{ position:absolute; left:66px; top:7px; }


/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
	width: 100%;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	
}

.top-wrap{ width:100%;	 display:block; min-width:1200px; text-align:center;
	position:relative; height:430px;	 }
.toparea{ width:1200px; height:430px; 	margin: 0 auto; position:relative;}
.toparea-s{ display:none; }

.bg-slider {
 	width: 100%;
   	height: 430px;
   	background-position:center center;
/*   	background-size: cover; */
   	display: block;
   	align-items: center;
   	justify-content: center;
}


/* top page */
.menu-wrap{ width:100%;	 display:block; min-width:1200px; text-align:center;
	min-height:170px;
	position:relative;
	padding:25px 0 0 10px; 
	
	background-color:#f6f2e8;
}

.menu{ width:1200px; height:170px; 	margin: 0 auto; position:relative;  text-align:center;  }

.mmenu{ margin:0 10px 0 0; }


/* 1column */
.main-area{ width:910px; margin:0 auto; margin-top:30px; position:relative;
	 min-height:300px; text-align:center; margin-bottom:20px;  }

.subarea{ width:750px; margin:0 auto; margin-top:30px; margin-bottom:30px;  position:relative;
	 min-height:300px; text-align:left;  }


h1{ margin:0 auto; }

h1.sub{ background:url(images/h1_disp.png) left top no-repeat;
	text-align:left; 
	font-size:1.4em; padding:0 130px 0 130px; margin-bottom:20px; }
h1.sub img{ vertical-align:text-top; }

h2.sub {
  position: relative;
  padding: .5em .5em .5em 2em;
  border-top: 1px solid #eb5c01;
  border-bottom: 1px solid #eb5c01;
}
h2.sub::after {
  position: absolute;
  top: .7em;
  left: .7em;
  z-index: 2;
  content: '';
  width: 17px;
  height: 17px;
  background-color: #eb5c01;
  border-radius:100%;
}


.small85{ font-size:85%; }
.large11{ font-size:1.1em; }
.large12{ font-size:1.2em; }
.large14{ font-size:1.4em; }
.strong{ font-weight:bold; }

.tolist{ width:98%; text-align:right; margin-top:10px; }

/* toppage */
.banner{ margin:0 auto; margin-top:30px; width:880px; height:175px; position:relative; z-index:0; }
.ad-btn{ position:absolute; top:124px;  right:18px; z-index:5; }

.newsarea{ margin:0 auto; margin-top:20px; width:860px; min-height:175px; text-align:left;
	text-align:left; }
.newsttl{ width:680px; float:left; margin-bottom:10px;  }
.newsttl:before{
	font-family: FontAwesome;
	content: "\f111";
	
	color:#604c3f;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}
.new{ vertical-align:bottom;}

/* news */
.n-title{ margin:0 0 10px 0; font-size:1.1em; width:100%; border-bottom:1px #ccc solid; padding:5px 0 5px 0;
	position:relative; min-height:25px; }

.imgarea{ width:100%; text-align:center; font-size:1.0em; }
.kiji{ width:500px; margin:0 auto; margin-top:10px; margin-bottom:30px; text-align:left; }



.next{ width:100%; padding:10px 0; font-size:0.9em; text-align:center; }
span.tonext:after{
	font-family: FontAwesome;
	content: "\f04e";
	
	color:#eb5c01;
	
	margin:-5px 0 0 5px;
	font-size: 1.0em;
}
span.toprev:before{
	font-family: FontAwesome;
	content: "\f04a";
	
	color:#eb5c01;
	
	margin:-5px 5px 0 0;
	font-size: 1.0em;
}

/* price */
dl.price{ width:680px; margin:0 0 20px 60px;   }

dl.price dt {
clear: both;
float: left;
width: 500px;
text-align:left;
padding:5px 0 5px 10px;
font-size:1.0em;


}
dl.price dd {
margin:0;
padding: 5px 10px 5px 550px;
border-bottom: solid #999 1px;
text-align:right;

font-size:1.1em;

}

/* reserve */
.line{ vertical-align:middle; }

/* mail */
table.mail{	width:90%; margin:0 auto; border:none; }
table.mail th{ border:none; width:30%; text-align:left; vertical-align:top; padding:5px; font-weight:normal;
	padding-left:15px;
	font-size:100%; font-size:90%;}
table.mail td{ border:none; width:70%; padding:5px; line-height:120%; text-align:left; vertical-align:text-top;
	 font-size:90%; }

table.mail td.conf{ border:none; width:70%; padding:5px; line-height:120%; text-align:left; 
	vertical-align:text-top; border:solid #cccccc 1px; }

.error{ text-align:center; width:100%; margin:30px 0 20px 0;  }
.error_conf{ text-align:center; width:100%; margin:0 0 20px 0;  }


.red{ color:#F00; }
.orange{ color:#F60; }
.blue{ color:#36C; }
.green{ color:#009933; }
.pink{ color:#E97874; }

.txt{ width:98%; margin:0 0 10px 30px; line-height:1.5em; font-size:1.0em; text-align:left;  }

.height15{ line-height:1.5em; }

.navi{ width:980px; margin:0 auto; text-align:right; margin-top:10px; }

.link:after{
	font-family: FontAwesome;
	content: "\f08e";
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}

.link2:after{
	font-family: FontAwesome;
	content: "\f101";
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.3em;
}

.pdfarea{ width:95%; margin:0 auto; padding:15px 10px; font-size:0.9em; text-align:left; border:1px #ccc solid; 
	margin-top:20px; margin-bottom:20px; }


.pdf:after{
	font-family: FontAwesome;
	content: "\f1c1";
	
	color:#F00;
	
	margin:-5px 0 0 5px;
	font-size: 1.2em;
}

dl.sub{ width:90%; margin:0 0 20px 0;  }

dl.sub dt {
clear: both;
width: 550px;
text-align:left;
padding:5px 0 5px 20px;
font-size:1.1em;

}
dl.sub dt:before{
	font-family: FontAwesome;
	content: "\f04d ";
	
	color:#eb5c01;
	
	margin:-5px 0 0 5px;
	font-size: 1.0em;
}

dl.sub dd {
margin:0;
margin: 5px 10px 5px 100px;
text-align:left;

font-size:1.0em;
}

dl.sub02{ width:90%; margin:0 0 20px 10px;  }

dl.sub02 dt {
clear: both;
width: 100px;
float:left;
text-align:left;
padding:0 0 0 20px;
font-size:1.1em;

}
dl.sub02 dt:before{
	font-family: FontAwesome;
	content: "\f04d ";
	
	color:#eb5c01;
	
	margin:-5px 0 0 5px;
	font-size: 1.0em;
}

dl.sub02 dd {
margin:0;
float:left;
width:550px;
text-align:left;

font-size:1.0em;
margin:0 0 20px 0;
}


/* square */
.square:before{
	font-family: FontAwesome;
	content: "\f04d ";
	
	color:#eb5c01;
	
	margin:-5px 0 0 5px;
	font-size: 1.0em;
	
}


/* ~~ フッター ~~ */
.footer-wrap1{ width:100%; background-color:#ebe1ca;  display:block; height:280px; text-align:center;
 }
.footer1{ width:1200px; height:280px; position:relative; margin:0 auto; }

.f-logo{ position:absolute; left:60px; top:15px; z-index:0; }
.f-addr{ position:absolute; font-size:16px; /*left:183px;*/ left:183px; top:90px; z-index:10; 
	text-align:left;}
.f-open{ position:absolute; left:60px; top:155px; background:url(images/f_open.png) left top no-repeat;
	padding:0 0 0 80px; }
.f-mail{ position:absolute; left:70px; top:210px; }
.f-access{ position:absolute; left:290px; top:210px; }
.f-reserve{ position:absolute; left:560px; top:25px; }


.footer1 div.fmenu1{ float:right; margin:30px 20px 0 15px; text-align:left; display:block;
		min-height:200px;	height:auto; /*padding:0 20px 0 10px; */ min-width:200px;
}
.fmenu ul{ margin:-5px 0 0 40px;}
.fmenu li{ font-size:0.9em; margin:0 0 10px 0; }

.ftitle{ font-size:1.0em; margin:0 0 10px 0;   }
.ftitle:before{
	font-family: FontAwesome;
	content: "\f111";
	
	color:#604c3f;
	
	margin:-5px 0 0 5px;
	font-size: 1.1em;
}
.ftitle ul{ margin:5px 0 0 10px; list-style-position:inside; width:200px;  }
.ftitle li{ margin:0 0 5px 0; }

.footer-wrap2{ /*width:100%; background-color:#f6f2e8;  display:block; height:75px; text-align:center;
	padding:10px 0 ; */
	display:none;
 }
.footer2{ width:1200px; height:75px; position:relative; margin:0 auto; text-align:center;  }

.footer2 div.btmmenu{ margin:0 auto; margin-top:10px; display:block; width:800px;  }
.footer2 div.btmmenu img{ margin-right:55px; float:left; }

.fcopy{ width:100%; background-color:#fff; display:block; height:15px; text-align:center; padding:3px 0;
	font-size:0.8em; }
.fcopy div {
	width:1200px;
	margin:0 auto;
	
	min-height:15px;
	height:auto;
	position:relative;
	
	text-align:center;
	
	font-size:0.85em;
	
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bottom50{
	margin-bottom:50px; 
}

.kana{ ime-mode:active; }
.rome{ ime-mode:disabled; }


/*****************************************************/
p{ margin:10px 0 0 0; }

/******************************************************************/

}