@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,h8,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,area,main,menu,nav,section,summary,time,mark,audio,video{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}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
 overflow-y: scroll;
}
 
body {
	width:100%;
	margin:0 auto;
	font-size:1em;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.5;
	background: url("../images/back.png")
}

header {
	width:960px;
	margin:10px auto 0px auto;
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#area {
	float:left;
	width:100%;
	background:#FFFFFF;
}

#main {
	float:left;
	width:60%;
	background:#FFFFFF;
}

#jyuuyou {
	float:center;
	width:60%;
	background:#ffffff;
	margin:10px auto;
}

#sub {
	float:right;
	width:37%;
	background:#FFFFFF;
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#e78f00;
}

h1 {
	color:#f19500;;
	font-size:2em;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:1.7em;
	color:#000;
	border-left:5px solid #ffd271;
}

h3 {
	margin-bottom:1em;
	padding:2px 0px 0 10px;
	color:#e78f00;
	font-size:1.5em;
	border-bottom:1px solid #e78f00;
	font-weight:bold;
}

h4 {
	margin-bottom:1em;
	padding:5px 0px 0 0px;
	color:#f65c78;
	font-size:1.2em;
	border-bottom:1px solid #f65c78;
	font-weight:bold;
}

h5 {
	margin-bottom:1em;
	padding:10px 0 5px 10px;
	color:#553F55;
	font-size:1.5em;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#ffd271;
	font-weight:bold;
}

h6 {
	margin-bottom:1em;
	padding:5px 0px 5px 10px;
	color:#382400;
	font-size:1.5em;
	border-bottom:1px solid #ffd271;
	font-weight:bold;
	border-left: solid 4px #ffd271;/*左線（実線 太さ 色）*/
}

p {
	margin:0 0 1em 0;
	text-align: justify;			/* 行揃えー両端揃え */
	text-justify: inter-ideograph;	/* ↑のIE用追加文 */
}

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 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}



table {
	border-collapse:collapse;
}

td {
	padding-bottom:15px;
}

.head td {
	padding-bottom:0px;
}

.gyoji td {
  border:1px solid #ccc;
  padding:10px;
	vertical-align:middle;
}

.gyoji-center td {
  border:1px solid #ccc;
  padding:10px;
	vertical-align:middle;
	text-align: center;
}

.top th {
	padding:5px 10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
    font-size: 0.9rem;
}

.top td {
  border:1px solid #ccc;
  padding:3px 10px;
	vertical-align:middle;
    font-size: 0.9rem;
}

.top2 td {
  border:1px solid #ccc;
  padding:3px 10px;
	vertical-align:middle;
	background-color: #eee;
}

/*table {
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #808080;
}*/

.text-b {color: cornflowerblue;}
.text-r {color: red;}

.TableFontSage {
	font-size: 0.7rem;
}



/*================================================
 *  文字サイズ変更ボタン
 ================================================*/

.size-button {
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  width: 40px;
	
  &:hover,
  &.active {
    background-color: #AE2823;
    color: #fff;
  }
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:10px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:15px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
	line-height:3em;
	font-size:18px;
	font-weight:bold;
	box-shadow:0 2px 7px #551F00;
	
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.54%;
	margin:0;
	padding:0;
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
	font-weight:bold;
}
li+ li {
	border-left: 0;
	border-right: 1px dashed #333;
}

nav li a {
	display:block;
	padding:2px 0;
	color:#553F55;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#FFB9B9;
}

nav h3 {display: none;}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	margin-top: auto;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:10px;
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
	background-color:#535353;
}


/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

img.linkimg:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.center{
	text-align:center;
}

.honbun{
	padding-left:1em;
}

.box {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}

.tayori{
	float:left;
	width:120px;
	padding-bottom:1em;
}

/*================================================
 *  トップページ
 ================================================*/

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

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

	header {width: 100%;}

	nav h3 {display: block;}
	nav ul {width: 100%;}
	nav li {
		width: 16.4%;
		font-size: 1rem;
	}
	nav li:first-child {border-left: 0px dashed #333;}
	nav li:last-child {border-right: 0px dashed #333;}
	
	
	
	#contents {width: 100%;}
	
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}
	
	#area {
		float:none;
		width:100%;
	}

	#main {
		float:none;
		width:100%;
		margin:10px auto;
	}
	
	#jyuuyou {
		float:none;
		width:100%;
		background:#ffffff;
		margin:10px auto;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		display: block;
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:100%;
		margin:0;
		padding:0;
		list-style:none;
        border-left: 0px dashed #333;
        border-right: 0px dashed #333;
	}
    
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
    
header img {
    width: 100%;
}
    
.honbun .banner {width:100%;}    
    
    
    
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}






/*================================================
 *  アコーディオンメニュー
 ================================================*/

.details {
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	&:last-of-type {
		border-bottom: 5px solid #fff;
	} 
}
.details-summary {
	position: relative;
	display: block;
	padding: 10px;
	color: #62351E;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #D8F188;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
        top: 30%;
        left: 10%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #fff;
            border-radius: 10px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
    }
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}	
		}
    }
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
	.close-btn {
		display: block;
		margin: 0 auto;
		padding: 8px 32px;
		background: #00a5a0;
		color: #fff;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 40px;
		}
	}
}