@charset "UTF-8";
/* ----------------------------------------------------------
	ブラウザーのリセット	
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%;   /* 10px */
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

img, textarea {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

header #headerInner,
#nav #navInner,
footer #footerInner {
  max-width: 960px;
}
/* ----------------------------------------------------------
	共通	
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #F5F5F5;
  font-size: 14px;
  font-size: 1.4rem;
}
a {
  color: #000000;
    text-decoration: none; }
  a:hover {
	text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

a, a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

p.img_center{ 
	text-align: center;
} 

table {
  height: auto;
  border-collapse: collapse;
  border: solid 5px #ccc;
  border-spacing: 0;
  border: 1;}

td {
  border: solid 1px #ccc;
  padding: 4px; 	/*上下左右*/
  text-align: left;
  vertical-align: top;
/*  background-color: #ffffff; */
}
th {
  border: solid 1px #ccc;
  padding: 5px; 	/*上下左右*/
  white-space: nowrap;
  text-align: center;
  background-color: #d5eaff;}

/* ----------------------------------------------------------
	ヘッダー	
---------------------------------------------------------- */
header {
  margin: 0 auto;
  box-shadow: 0 3px 2px 0 rgba(200, 200, 200, 0.1); }
header h2 {
	color: #FFF; }
header #headerInner {
  max-width: 960px;
  width: 75%;
  /*margin: 0 auto;*/
  margin: 20px auto 0 auto;
  z-index:0;
  position: relative; }
header #headerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em; }
* html header #headerInner {
  height: 1%; }
header #headerInner h1 {
  float: left;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  font-weight: normal;
  color: #FFF;
  font-size: 28px;
  font-size: 2.8rem; }
header #headerInner h1 a {
/*        color: #E74C3C;*/
  text-decoration: none; }

.absolute {
  position: absolute;
  top: 80px;
  color: #fff;
  background: rgba(0,0,0,.6);
  width: 100%;
  max-width: 960px;
  padding: 1em 0;
}
.absolute p {
  margin: 0;
  padding: 0 0.8em;
  font-size: 150%;
  text-align: center;
}

#navInner {
  width: 71%;
  margin: 0 auto;
}

/* ----------------------------------------------------------
	ヘッダーメニュー
---------------------------------------------------------- */
.cp_navi {
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888888;
	display: block;
	overflow: hidden;
	width: 100%;
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	color: #aaaaaa;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
}
.cp_navi > ul > li:hover {
	background-color: rgb(218, 60, 65);
}
.cp_navi > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
	background-color: rgb(218, 60, 65);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
  transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}
/* ----------------------------------------------------------
	サイドカテゴリー
---------------------------------------------------------- */
.panel1{
	display:block !important;	/* ブロックボックスを生成 スタイルを優先させる */
  text-align: center;
}

.panel1 li{
	border-bottom: 1px dashed #ddd;		/*下点線*/
  padding: 8px 20px;	/* 上下　左右　*/
}

#mainnav a{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
	/* 線形グラデーション */
/*	background: linear-gradient(transparent 60%, #FAE438 60%);*/
	color: #fff;	/*文字色*/
}

/* ----------------------------------------------------------
	ハンバーガーメニュー
---------------------------------------------------------- */
nav.globalMenuSp {
  position: fixed;
  top: 0px;
  /*z-index: 2;*/
  z-index: 20;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
 
nav.globalMenuSp ul {
  background: #464646;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
 
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
 
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: none;
  position: fixed;    /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 60px;
  width: 43px;
  height: 51px;
  cursor: pointer;
/*  z-index: 3; */
  z-index: 30;
  background: #666;
  text-align: center;
}
 
.navToggle span {
  display: block;
  position: absolute;    /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 7px;
}
 
.navToggle span:nth-child(1) {
  top: 9px;
}
 
.navToggle span:nth-child(2) {
  top: 18px;
}
 
.navToggle span:nth-child(3) {
  top: 27px;
}
 
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ----------------------------------------------------------
　右サイドメニュー
---------------------------------------------------------- */
#sidebar{
  position: absolute;
	padding: 110px 0 0 0;
	width: 14.4%;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  color: #fff;
  }
  
  body > #sidebar {
    height: auto;
  }
  
  #sidebar h1{
    padding: 10px 0;	/* 上下 左右 */
    background: #EF8E39;
    text-align: center;
   }
/* ----------------------------------------------------------
	左サイドメニュー
---------------------------------------------------------- */
#sidebar_left{
  position: absolute;
  margin: 0;
	padding-top: 110px;
	width: 14.4%;
	top: 0;
	left: 0;
  color: #808080;
}

body > #sidebar_left {
  height: auto;
}

#sidebar_left h1{
	padding: 10px 0;	/* 上下 左右 */
	background: #EF8E39;
	text-align: center;
 }

/* ----------------------------------------------------------
	ドロップダウンニュー（縦並び）
---------------------------------------------------------- */
.category {
  width: 100%; /*全体の横幅*/
  border: 1px solid #333;
  font-size: 12px;
  background: #fff;
  margin-bottom: 5px;
}

.category label {
  background: #333;
  color: #fff;
  padding: 12px;
  display: block;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #ccc;
}

.category label:first-child {
	border-top: none;
}

.category input.switch{
  display: none;
}

.category ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category li {
	border-top: 1px dashed #ddd;
  padding: 8px 20px;	    /* 上下　左右　*/
}

.category li a{
  font-size: 12px;
}

.category li:first-child {
  border-top: none;
}

.category li:before {
  content: "＞";
  font-size: 9px;
  font-weight: bold;
  color: #ccc;
  margin-right: 8px;
}

.category input.switch + ul{
  height: auto;           /*クリックして出てくる高さ*/
  overflow: hidden;
}

.category input.switch:not(:checked) + ul{
  height: 0;
}

.category input.switch:checked + ul{
  height: auto;
}

/* ----------------------------------------------------------
	コンテンツ	
---------------------------------------------------------- */
#main .mainInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
#main .mainInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em; }
* html #main .mainInner {
  height: 1%; }
#main .mainInner p {
  margin-top: 10px; }
#main .mainInner h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 30px auto;
  color: #fff;
	text-align: center;
	padding: 15px 10px;}

.list{
  margin: 50px 50px 50px 50px;
  list-style-type: none;
  overflow: hidden;
}
.list li{
  margin: 50px 20px 50px 20px;
  float: left;
  transition: .8s;
}

.list-mv01{
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}
.mv01{
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.color-Box {
  background: #EF8E39; }

.Bord {
  position: relative;
  margin: -120px auto 0 auto;
}

.innerS{
	width: 60%;
	margin: 0 auto;	/*上下・左右*/
	padding-bottom: 80px;
}

.innerM{
	width: 80%;
	margin: 0 auto;	/*上下・左右*/
	padding-bottom: 50px;
}
.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.article img{
	float: left;
	margin: 10px;
	padding: 0;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 5px rgba(1, 1, 1, 1); /* 影 */
	border: 1px solid #dcdcdc;
	border-radius:15px;	/* 角丸 */
}
.article video{
	float: left;
	margin: 10px;
	padding: 0;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 5px rgba(1, 1, 1, 1); /* 影 */
	border: 1px solid #dcdcdc;
	border-radius:15px;	/* 角丸 */
}

.right {
	float: left;
	width: auto; }

section{
	clear: both;
}

section h2 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #800000; /* 下線 */
}

/* ----------------------------------------------------------
	各コンテンツ	
---------------------------------------------------------- */
/* ----------------------------------------------------------
	ギャラリー用
---------------------------------------------------------- */
#gallery{	/*親div*/		
	position: relative;
	overflow: hidden;
}
#gallery li{
	float: left;
	width: calc(100%/5);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}
#gallery img{
	max-width: 100%;
	width: 90%;
  height:auto;
	display: block;
	margin: 10px;
	border: 1px #fff solid;	/*枠線*/
	border-radius:15px;	/* 角丸 */
	box-shadow: rgba(204, 204, 204, 0.5) 0px 0px 3px 3px; }

#gallery .content {
  display: none;
}
.readMoreBtn {
  display: none;
}
/* ----------------------------------------------------------
	ギャラリー用
---------------------------------------------------------- */
/*
HTML
<div id="stage" style="clear:all;">
  <img style="width:100%" src="wp-images/img/4.jpg">
  <div id="photo1" class="photo"><img src="wp-images/img/1.jpg"></div>
  <div id="photo2" class="photo"><img src="wp-images/img/2.jpg"></div>
  <div style="padding:0 0 7px 0;"></div>
  <div id="thumbs">
  	<a href="#photo1"><img src="wp-images/img/s1.jpg"></a>
  	<a href="#photo2"><img src="wp-images/img/s2.jpg"></a>
  </div>
</div>
------------------------------------------------------------*/
/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	background:#ccc;
	max-width: 600px;
	margin: 0 auto;
	overflow:hidden;
}
/*全サムネイルのコンテナー animation設定*/
#thumbs {
	width: 200%;
	left: -45%;
	animation:recipro ease 12s infinite;
}
/*サムネイルのマウスオーバーでポインターを手のひら*/
#thumbs:hover {
	animation-play-state:paused;
}
#thumbs img {
	width:9.6%;
}
/*表示写真の初期配置（全部透明に）とtransition(fade)設定*/
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width:100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/* クリックされたサムネイルの対応写真を表示 */
.photo:target > img {
	opacity:1; 
}

/* サムネイル群の左右往復animation */
@keyframes recipro {
	0% { margin-left:0%; }
	50% { margin-left:-98%; }
	100% { margin-left:0%; }
}

/* ----------------------------------------------------------
	テーブル
---------------------------------------------------------- */
.child table {
  max-width: 960px;
  width: 100%;
  height: auto;
/*  background-color: #f8d9aa;*/
/*  border-collapse: collapse;*/
/*  border: solid 1px #fff;*/
/*  border-spacing: 0;*/
/*  border: 1;*/
}

.child th {
/*  border: solid 1px #fff;
/*  padding: 5px; 	/*上下左右*/
  white-space: nowrap;
  text-align: center;
/*  background-color: #f8d9aa;*/
}

.child td {
/*  border: solid 1px #fff;
/*  padding: 4px; 	/*上下左右*/
  text-align: left;
  vertical-align: top;
/*  background-color: #f8d9aa;*/
}
 
.child img{
  display: block;
  margin: 0px;
  height:auto;
}
/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
/*
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

footer {
  text-align: center; }
footer #footerInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 40px 0 0; }
footer #footerInner ul li {
  display: inline-block;
  margin-left: 30px; }
footer #footerInner ul li:first-child {
  margin-left: 0; }
footer #footerInner a{
	color: #E74C3C;}
footer .footerInner2 {
  background: #E74C3C;
  color: #fff;
  padding: 50px 0; }
footer .footerInner2 p {
  font-size: 26px;
  font-size: 2.6rem; }
footer .footerInner2 .copy {
  font-size: 12px;
  font-size: 1.2rem; }
*/