/*================================================
 *  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{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}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.6;
}

nav {
	width:100%;
}

table {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは2カラム) */
.threeCol2 {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner2 {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner2 div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner2 div:nth-child(3n+1) {
	clear:both;
}
.threeColInner2 img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:16px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:14px;
	text-align:center;
	color:#efede9;
	background:#808080;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
/* page-top */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
}
#page-top a {
	background: #800000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #FF0000;
}

/*================================================
 *  クラス
 ================================================*/
.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:#fff;
}

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

.main img {
	width: 100%;
	height:auto;
	}

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

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	z-index:-1;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
}

.slideNext {
	position:absolute;
	cursor:pointer;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media only screen and (max-width: 750px) {
	.main{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		background-color: #ddd;
	}
	.side-menu{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #333;
	}
	.side-menu li a{
		display: block;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid #333;
		text-decoration: none;
		color: #333;
	}
	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
	
	.threeCol2 {
		margin-right:0;
		margin-bottom:30px;
	}

	.threeColInner2 {
		margin-right:0;
	}
	.threeColInner2 div {
	width:31%;
	float:left;
	margin-right:2%;
	}
	
	.fb-container {
	width: 100%;
	max-width: 750px;
	z-index: -5;
	}
}

/*================================================
 *  PC向けデザイン
 ================================================*/
@media only screen and (min-width: 1024px), print {
	.wrap{
		overflow: hidden;
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		font-size:24px;
	}
	.main{
		/* float: right;に変更 */
		float: right;
		width: 770px;
		height: auto;
		background-color: #ddd;
	}
	.side-menu{
		/* float: left;に変更 */
		float: left;
		width: 300px;
		border-top: 1px solid #333;
	}
	.side-menu li a{
		display: block;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid #333;
		text-decoration: none;
		color: #333;
	}
	.fb-container {
		width: 100%;
		z-index: -5;
	}

}



/*================================================
 *  メニュー
 ================================================*/
* {
  box-sizing: border-box;
}
.box {
  background-color: #eee;
  height: 500px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 70px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 0px;
  width: 48px;
  height: 5px;
  background-color: #A9A9A9;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 34px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; 
	margin-left: auto;
	margin-right: auto;
}
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and  (max-width: 750px){
.pc { display: none !important; }
.sp { display: block !important; }
}

/*================================================
 *  リボン
 ================================================*/
h1 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
   z-index: -10;
}

h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

h2 {
	margin-top:-12px;
	margin-bottom:20px;
	padding:10px 0;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	background:#696969;
}

h3 {
	margin-top:-12px;
	margin-bottom:20px;
	padding:10px 0;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	background:#800000;
}

h4 {
	margin-top:-12px;
	margin-bottom:20px;
	padding:10px 0;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	background:#808000;
}

h5 {
	margin-top:-12px;
	padding:10px 0;
	font-size:16px;
	color:#000000;
	text-align:center;
	background:#FFDEAD;
}

h6 {
	padding:10px 0;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	background:#696969;
}

/*================================================
 *  フォント見出し
 ================================================*/
h7 {
   color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
  font-size:28px;
  font-weight: bold
}

h8 {
  position: relative;
  padding: 0.5em;
  background: #D2B48C;
  color: white;
  z-index:-5;
}

h8::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
  z-index:-5;
}

h9 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
h9:before, h9:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h9:before {
  left:0;
}
h9:after {
  right: 0;
}

h10 {
  position: relative;

  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  	z-index: -5;
}

h10:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h11 {
   color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
  font-size:37px;
  font-weight: bold
}

h12 {
  font-size:34px;
  font-weight: bold
}


/*================================================
 *  罫線
 ================================================*/
hr {
  border:0;
  border-bottom:1px dashed #999;
}


.under1 {
  border-bottom: dashed 3px #FFD700;
}

.under2 {
  background: linear-gradient(transparent 50%, #FFFACD 50%);
}