@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video,header {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


a img {
      border-width: 0px;
      border-style: none;
      border-color: #fff;
      background: transparent;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {

	font-size:16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height:1.6; background-color: #FFFFFF;}

.contents {
	width:100%;
	max-width: 800px;
	margin:0 auto;
	font-size: 16px;
	color: #666666;
line-height: 2;}


.contents .textin{
	text-align: left;
	}

.contents img{width: 100%;
max-width:800px;}

.contentss{margin:0 auto; 
text-align: center;
	font-size: 16px;
	color: #666666;
line-height: 2;}

.contentss img{width: 100%;
max-width:594px;}

.txtl{ font-size: 17px;}


.txtsp{ color: #B1B1B1;
	
}
.txtor{
	color: #eb793a;
}

.colorbk {
	width:100%;
	background-color: #f7f7f7;
	text-align: center
}

.colorbk img{width: 100%;
max-width:1000px;
}


.contents .map{
	margin-top: 0px;
	margin-bottom: 20px;
	width: 80%;
	max-width: 411px;
}

header {
	width:100%;
	margin:0 auto;
	text-align: center;
	background-color:#5d463a; 
}

.logo{
	width: 130px;
}

.kome{font-size: 14px;}

a {
	color:#0000FF;
}
a:hover {
	color:#4b00ff;
}

h1 {
	font-size:28px;
	line-height:1.4;
}

h2 {margin-top: 18px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#8a766c;
	border-bottom:1px solid #8a766c;}




h4 {margin-top: 10px;
	margin-bottom:0.5em;
	margin-left: 10px;
	margin-right: 10px;
	font-size:18px;
	color:#5D4D38;
	border-bottom:2px dashed #d4caaa ;}




p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;

}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 2em 5em 2em;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:none;
}
li {
	margin-left:2em;
}

dt {
	text-align: center ;
	  background: #eae7e1;
  padding:0.3em;
	font-size: 19px;
	
	margin-bottom:1.5em;
	/*border-bottom:1px solid #928b7c;
	*/
}
/*
dt:before {
	content:"\0025a0";
}

*/
dd {
	margin-bottom:1em;
	margin-left: 5px;
	text-align:left;
}
hr.line {
	margin-top: 20px;
	border-top: 1px dashed #8c8b8b;
	
	
}

/*
タイムテーブル*/

table{ 
	
border-collapse: collapse;
  

	margin: 20px auto;
  width: 60%;
	min-width:320px;
}

table tr{
background-color:#ffffff;
border-bottom: solid 5px #f7f7f7;
height: 30px;

 
}

table th{width: ;
 padding: 5px 0 0px 10px;
 text-align: left;
 display: table-cell; 
 vertical-align: middle;

}

table td{  width: 160px;
  padding: 5px 5px 5px ;

 display: table-cell; 
 vertical-align: middle;

}

/*
 ボタン*/


	

.simplebtn {
	margin: 0;
    display: block;
	position: relative;
	width: 160px;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#939391;
    
	}

.simplebtn:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
	color: #FFFFFF;}


	

.simplebtnout {
	margin: 0;
    display: block;
	position: relative;
	width: 160px;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#cccccc;
    
	}

.simplebtnout:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
	color: #FFFFFF;}


/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.photo img {
	max-width:100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin-top:0;
	margin-bottom:20px;
}
header img{padding: 10px;}

h1 span {
	font-size:12px;
}



/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#contents {
		width:100%;
	}

	header {
		width:100%;
	}
	.logo{
	width: 20vw;
}

}

