@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{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 {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background: url(../images/bg.jpg) center center / cover no-repeat fixed;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background:hsla(0,0%,100%,0.60)
}

nav {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px #d0d8dc;
	⁄zoom: 1;
}

nav img{
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:20px auto;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color: #1000FF;
	text-decoration: underline;
}
a:hover {
	color: #0F81E5;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	margin-bottom: 0.5em;
	padding: 10px 0;
	font-size: 21px;
	color: #333;
	border-top: 3px solid #FF0000;
	border-bottom: 1px dotted #FF0000;
}

h3 {
	margin-bottom: 0.25em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 16px;
	background: #ff0000;
}

.h3icon {
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 80px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 16px;
	background: #ff0000;
	margin-top: -65px;
}

h4 {
	margin-bottom: 1em;
	font-size: 15px;
	color: #FF0000;
	border-bottom: 3px solid #FF0000;
}

h5 {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 8px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #FF0004;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #FF0000;
	height: 1px;
	margin-bottom: 30px;
}

p {
	margin:0 0 1em 0;
}



.comment{
	font-size: 12px;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

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

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

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 #FF0000;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

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

.icon{
	margin-bottom: 10px;
}

figure{
	text-align:center;
	margin-bottom: 10px;
	font-size: 12px;
}

figure figcaption{
	text-align: center;
}

.conheader{
	width:100%;
}

.dream-h{
	margin-top: 30px;
	display: block;
	width: 100%;
	float: left;
}

.drheader li{
	list-style-type: none;
	min-height: 120px;
}

.drheader-li{
	float: left;
	text-indent: -30px;
}

.drheader-mk{
	float: right;
}

.drheader img{
	margin-right: 10px;
	margin-bottom: 10px;
}

.drheader h1{
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

drheader-ch{
	width: 80%;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.jitsugen{
	margin-top: -10px;
	margin-bottom: 20px;
}

.icon_return{
	margin-right:5px;
}

.area_onegai{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.snsb {
	overflow: hidden;
	list-style-type: none;
	margin-right: -20px;
}
.snsb li {
	float: left;
	margin-right: 4px;
	list-style-type: none;
}
.snsb iframe {
	margin: 0 !important;
}

.follow_button{
	margin-top: 10px;
	margin-bottom: 10px;
}

.new-mk{
	position: absolute;
	color: #FF0000;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	}
	
.news_event_txt{
	line-height: 16pt;
}

.news_event_txt img{
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokusho-h{
	color: #000000;
	line-height: 1.5em;
}

/*================================================
 *  ヘッダー
 ================================================*/
.inner{
	max-width:980px;
}

.header_fuki{
	margin-right: auto;
	margin-left: 39%;
	margin-bottom: 0;
	position: absolute;
	margin-top: -25px;
}

.shake-animation{
  /* 3秒かけてアニメーションする */
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  /* 10秒待ってからアニメーションする */
  -webkit-animation-duration: 10s;
  animation-delay:10s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
 
header {
	padding: 30px 10px;
}

.summary {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	line-height: 16px;
}

.right{
	width:50%;
}

.dridx{
	text-align: center;
}

.fb-share-button{
	width:100px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and (min-width:768px) {
	nav {
	background: #FF0000;
	border-bottom: 5px solid #FF6200;
	box-shadow: 0 1px 3px #ffd500;
	z-index: 3;
	-webkit-box-shadow: 0 1px 3px #ffd500;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
	position: relative;
	width: 14.2%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	}
	nav li p{
	margin-bottom: 0px;
	margin-top: 5px;
	}
	nav li:first-child {
	}
	nav li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	background: #FF9F3A;
	}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:20px;
		background:#FF9F3A;
	}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
	font-size: 13px;
	float: none;
	}
	nav li a p {
	font-weight: bold;
	}
	nav li img{
	margin-top: 10px;
	}
	nav li ul {
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	}
	nav li li:first-child {
	width: 200%;
	}
	nav li ul li a {
	padding: 10px 15px;
	background: #FF9F3A;
	text-align: left;
	font-weight: normal;
	}
	nav li:hover > a {
		background:#FF9F3A;
		color:#fff;
	}
	nav li:hover > a:hover {
		background:#FF8300;
	}

	.showNav {
		background:#FF9F3A !important;
	}

	.showSub {
		overflow:visible;
		height:30px;
		border-bottom:2px solid #FF4000;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
	position: relative;
	top: 0;
	left: 0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 2px;
	background: #ffd500;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display: block;
	padding: 10px 2px;
	color: #000;
	border-bottom: 1px dotted #FF0000;
	text-decoration: none;
}
.submenu li a:hover {
	background: #ffd500;
}

.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 )";
	text-align: center;
}
.bnr img {
	width:100%;
}

.news {
	margin-bottom: 30px;
}

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

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#FFF;
}
.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:12px;
	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:11px;
	text-align:center;
	color:#efede9;
	background:#FF0000;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
}
.totop img:hover {
}
.sample {
  -webkit-transform: rotate(0deg);
  -webkit-transition: 1s linear;
}

.sample2 {
  -webkit-transform: rotate(360deg);
}

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

.info dt {
	border-bottom:none;
	line-height: 15px;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #C8C8C8;
	margin-top: 0px;
	line-height: 18px;
}

.info ul{
	line-height: 20px;
}

.info li{
	margin-bottom: 10px;
}

.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 14.6%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(6n+1) {
	clear:both;
}
.col_two_one li img {
	width: 80px;
	margin-bottom: 2.5%;
}
.col_two_one li p {
	font-size: 10pt;
	width: 80px;
	margin-bottom: 2.5%;
	line-height: 13pt;
	margin-top: 5px;
}

.index_col_two_one {
	overflow:hidden;
}

.index_col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.index_col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.index_col_two_one li:nth-child(2n+1) {
	clear:both;
}
.index_col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.index_col_two_one li p {
	font-size: 10pt;
	width: 100%;
	margin-bottom: 2.5%;
	line-height: 13pt;
	margin-top: 5px;
}

.nigao-con{
	margin-top: 35px;
	margin-bottom: -35px;
}


/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.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:#900000;
}

.gallery {
	color:	#fff;
}

.gallery p {
	color:	#000;
}

.profile{
	margin-top: 16px;
}

.profile img{
	float: left;
	margin-right: 16px;
	width:30%;
}

.upmargin {
	margin-top: 30px;
	margin-bottom: 10px;
}

.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox .column3:nth-child(1){
	margin-right: -7%;
}
.column3 {
	flex-basis: 30%;
}
.column3-img {
	width: 100%;
}

.mf dt {
	margin-bottom: 0em;
	border-bottom-style: none;
}
.mf dt:before {
	content:none;
}
.mf dd {
	margin-bottom:0em;
}

.sentence-icon{
	width: 10%;
	display: block;
	padding-left: 45%;
	padding-right: 45%;
	margin-top: 30px;
}

.dsp-pconly{
	display: block;
}
.dsp-mbonly{
	display: none;
}


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

	footer {
		width:100%;
	}
	
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
		height:100%;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
		border-bottom: 3px solid #FF0000;
		background-color:hsla(0,0%,100%,0.90);
	}
	
	.header_fuki{
		display:none;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

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

	#sub {
		float:none;
		width:100%;
	}
	nav {
		background:#FF8300;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #E45C00;
		background:#FF9F3A;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#FF9F3A;
	}
	nav li a:hover {
		color:#fff;
		background:#E45C00;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}
	nav li img{
		display:none;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#FF9F3A;
	}
	.subnav a:hover:after {
	  background:#E45C00;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	#spMenu {
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#FF0000;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow: hidden;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 31.3%;
	margin-bottom: 2%;
}
.col_two_one li:nth-child(3n+1) {
	clear:both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.col_two_one li p {
	font-size: 11pt;
	width: 80%;
	margin-bottom: 2.5%;
	line-height: 13pt;
	margin-top: 5px;
}

.totop img {
	width: 100%;
	float: right;
	right: 0px;
	margin-right: -20px;
	}
	
.about figure{
	width: 100%;
}

.about figure img{
	width:100%;
}

.footmenu ul{
	text-align:center;
}

.footmenu li {
	display: block;
	clear: left;
}

.area_onegai img{
	width: 100%;
	margin-bottom: 20px;
}

drheader-ch{
	clear: none;
	float: none;
}

.drheader-li{
	float: left;
	margin-right: 5%;
}

.drheader-mk{
	float: none;
	clear: none;
}

.profile img{
	float: left;
	margin-right: 5%;
	margin-bottom:10px;
	width:45%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.flexbox{
	flex-direction: column;
	padding-bottom: 30px;
	padding-top: 10px;
}
	.column3{
		display: block;
	}
.flexbox .column3:nth-child(1){
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -20px;
}
.flexbox img{
	width: 40%;
	float: left;
}

.dsp-pconly{
	display: none;
}
.dsp-mbonly{
	display: block;
}

}

