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


　基本設定


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

/*--****　初期化　****--*/

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;padding:0;
}

/*--****　iphone用font自動調整解除　****--*/

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	-webkit-text-size-adjust:100%;
}

body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:90%;
	font-style:normal;
	font-weight:normal;
	color:#333;
	background:#1F2E47;
	background-image: url(img/back.png);
	text-align:left;
	line-height:1.9;
}

/*--****　見出し　****--*/

h1{
	display: none;
	font-size:500%;
	text-align: center;
	margin: 0 auto;
	line-height: 1em;
}

h2{
	position: relative;
	width:200px;
	display: block;
	margin: 0 auto 40px;
	border:#c7b198 1px solid;
	border-radius: 5px;
	background:#f0ece2;
	background-image: url(img/back.png);

	padding:15px;
	line-height:1em;
	text-align: center;
	font-style:bold;
	font-size:120%;
}

h3{
	font-size:120%;
	font-style:bold;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	text-align: left;

}

h5{
	border-bottom: 3px solid;
	font-size:100%;
	font-style:bold;
	margin: 0 0 10px;
	text-align: center;
	padding: 0;
	width: 30px;
}


/*--****　画像　****--*/

img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    border:0px;
	vertical-align:text-bottom;
	margin:0;
	border-radius: 2px;
}

/*--****　リンク　****--*/

a:link{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	font-style:normal;
}
a:hover{
	color:#333;
	font-style:normal;
	text-decoration:underline;
    transition-duration:.2s;
}
a:active{
}

a{outline:none;}

/*--****　ボタンリンク　****--*/

a.button {
	width:200px;
	padding: 1em;
	margin: 10px;
	display: inline-block;

	font-size: 90%;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	outline: none;

	border: solid 1px #eee;
	background: transparent;
	border-radius: 2px;

}

a.button:hover {
	background-color: #fff;
	border: solid 2px #333;
	color: #001a43;
	border-radius: 2px;
}

a.siro:hover {
	border: solid 2px #C07A00;
	background-color: #Fff;
	color: #C07A00;
	border-radius: 2px;
}

a.button::before,
a.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.button,
a.button::before,
a.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*************************************************/
/*


　レイアウト


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

/*--****　ラッパー　****--*/
.w900{
	width:100%;
	max-width:900px;
	margin: 0 auto;
	padding: 0 1em;
	overflow: hidden;
}

/*-- **** メニュー **** --*/
.navi{
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100px;
	background:#c7b198;
	background-image: url(img/back.png);
	z-index:1000;
	border-top:#dfd3c3 2px solid;
	box-shadow: 0px -1px 2px #dfd3c3;
}

ul.menu{
	max-width:900px;
	margin: 0 auto;
	list-style-type: none;
}

ul.menu li.menu{
	list-style:none;
	text-align: center;
	float: left;
	width: 33%;
}

ul.menu a{
	display: block;
	padding: 7px 0;
	border-bottom:none;
	text-decoration:none;
	font-style: bold;
	font-weight:bold;
	background:#c7b198;
	background-image: url(img/back.png);
}

ul.menu a:hover {/*カーソルを合わせたときの色*/
	background:#f0ece2;
	background-image: url(img/back.png);
	border-radius:2px;
	box-shadow: 0 0 0 0 #333;
	transition-duration:0.4s;
}

/*--****　ヘッダー　****--*/
.header{
	text-align: center;
	margin: 170px 0;
}

.header img{
}

/*--****　セクション　****--*/
.section{
	margin: 0 auto;
	width:100%;
    text-align: center;
}

.cate{
	position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #eee;
    font-size: 11px;
    color: #fff;
    background-color: rgba(51,51,51,.7);
    padding: 1px 5px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cM{
    background-color: #395584;
    color: #fff;
}
.cW{
    background-color: #333;
    color: #fff;
}
.cI{
    background-color: #FF6666;
    color: #fff;
}
.cV{
    background-color: #006666;
    color: #fff;
}
.cE{
    background-color: #FF6600;
    color: #fff;
}


/*--****　横断セクション　****--*/
.section_oudan{
	width:100%;
	padding: 0 0;
	text-align:center;
	background: #f0ece2;
	background-image: url(img/back.png);
}

.content{
	display: inline-block;
    text-align: center;
	padding: 40px 5px;
	margin: 0 auto;
	max-width: 900px;
}

.content h3{
	padding:0 30px;
}

.blk{
	color:#333;
	background:#c7b198;
	background-image: url(img/back.png);
}
.glay{
	background:#dfd3c3;
	background-image: url(img/back.png);
}

.blue{
	background:#c7b198;
	background-image: url(img/back.png);
}

.section_oudan p{
	text-align: left;
	vertical-align: top;
	display: inline-block;
	line-height: 2.2em;
	padding: 0 30px;
}

.irai{
	border-left:5px solid #333;
	margin-left:30px;
}
/*--****　フッター　****--*/
.fotter{
	margin: 0 auto;
	padding: 40px;
	height: 200px;
	text-align: center;
	color:#fff;
	background:#c7b198;
	background-image: url(img/back.png);
}

/*--****　カラム　****--*/
.col{
	width:100%;
	overflow: hidden;
	max-width:900px;
	padding: 0 30px;
}

.col_l{
	float: left;
	max-width:400px;
	vertical-align:top;
	margin: 0 0 30px;
	padding: 0;
}

.col_r{
	max-width:400px;
	float: left;
	vertical-align:top;
}

.col_l img{
	width:100%;
	height:auto;
}
/*--****　メニュー　****--*/

.feature-list {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.feature-item {
  padding:30px 60px;
  flex: 0 0 50%;
  max-width: 50%; /* IE11バグ対応 */
}


.feature-item img{
	border-radius: 5px;
}


@media (max-width: 800px) {
  .feature-item {
    flex: 0 0 100%;
    max-width: 100%; /* IE11バグ対応 */
  }
}

h3{
  display: inline-block;
  padding: 20px;
  background-color: #f6f6f6;
  border: 3px double #ccc;
}

.poli{
  display: inline-block;
    text-align: center;
  padding: 20px;
  background-color: #f6f6f6;
  border: 3px dashed #ccc;
  border-radius: 15px;
    font-weight: bold;
}

.mark{
    background: linear-gradient(transparent 60%, #ffff66 0%);
}
/*--****　map　****--*/
#map {
	position: relative;
	margin:0 auto;
	padding-top: 56.25%;
}
#map iframe {
	border: 0;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:20px;
}

/*--****　リスト　****--*/

ul.list{
	margin-left:1em;
	font-size: 100%;
	display: inline-block;
}

ul.list li{
	margin-bottom:0.2em;
	line-height: 2.2em;
	list-style-type: none;
	text-indent:0;
}

/*--****　定義リスト　****--*/

dl{
	display: inline-block;
	margin: 1em 0;
}

dl dt{
	font-weight:bold;
}

dl dd{
	margin: 0.5em 0;
}

dd.bikou{
	border-top: 2px solid;
	margin-top: 1em;
	padding-top: 1em;
}

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


　部品　　↓↓↓使わなければ消す！！！↓↓↓


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


.mb15em{
	margin-bottom: 1.5em;
}

.mb3em{
	margin-bottom: 3em;
}

.mbM1em{
	margin-bottom: -1em;
}

.center{
	text-align: center;
}

cl{
	clear:both;
}

/*--****　フォント関連　****--*/

span.small{
	font-size:40%;
}

span.fglay{
	color:#aaa;
}	

.bold{
	font-weight:bold;
}

p.center{
	text-align:center;
}