@charset "utf-8";
/********************
  RESET
********************/
*{
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-align:left;
	list-style:none;
	box-sizing: border-box;
}
article,footer,header,nav,section,main{
	display:block;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: none;
}

/********************
COLOR

基調色: #ff4210
(+12): #ffe3dc
(+6): #ff9376
(-6): #a92300
(-12): #430e00
hsla(12,100%,53%,1);
********************/

body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #535761;
	-webkit-text-size-adjust: 100%;
	background: hsla(12,50%,90%,0.1);
}

@media (max-width:640px) {
  body {font-size: 12px;}
}

@media (max-width:640px) {
	.pc {display:none;}
}
@media (min-width:641px) {
	.sp {display:none;}
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfix { display: inline-table; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/********************
  LINK
********************/
a:link {color:#a92300; text-decoration:none; }
a:visited {color:#a92300; text-decoration:none; }
a:active {color: #a92300; text-decoration:none; }
a:hover {color: #ff4210; font-weight:bold; text-decoration:none; }

a,a:hover,a:hover img {
  outline:none;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=50);
  opacity:0.90;
}

/********************
  PC PAGE
********************/
@media (min-width: 641px){
#page {
	position: relative;
	background: hsla(150,100%,100%,0.95);
	text-align: left;
	width: 1080px;
	height:auto;
	min-height: 800px;
	margin: 5px auto;
	padding: 0;
	box-shadow:0px 0px 1px 1px #ffe3dc;
	border-radius:2px;
}
/**** NAV ****/
#header {
	width: 100%;
}
.h_logo {
	width: 600px;
	max-width: 60%;
}
#menu{
	position: absolute;
	width: 100%;
	padding: 0;
	z-index: 999999;
}
#dropmenu{
	list-style-type: none;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	padding: 0;
	background: #ff4210;
	border-bottom: 3px solid #a92300;
}
#dropmenu li{
	position: relative;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 13px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}
#dropmenu li:hover > a{
	background: #ff9376;
	color: #fff;
}
#dropmenu li ul{
	width: 100%
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
#dropmenu li ul li{
	width: 100%;
	overflow: hidden;
	height: 0;
	color: #fff;
	transition: 0.5s;
}
#dropmenu li ul li a{
	width: 100%;
	padding: 13px 15px;
	background: #a92300;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
#dropmenu li:hover ul li{
	overflow: visible;
	width: 100%;
	height: 38px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #430e00;
}
#dropmenu li:hover ul li:first-child{
	border-top: 0;
}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}
#dropmenu .cap{
	font-size: small;
}
.mask {
	display: none;
}


#main {
	width: 100%;
	max-width: 960px;
	margin:50px auto 0;
	padding: 10px;
}
#copyright {
	width: 980px;
	margin: 5px auto;
	color: #aa0053;
	font-size:x-small;
	font-weight: bold;
	text-align: right;
	line-height:150%;
    z-index: 255;
}
.banner {
	width: 40%;
	margin:0.5rem 1rem;
}
.slick-slide{
	margin-right: 0.5vw!important;
	margin-left: 0.5vw!important;
}
.half {width:49%;}




}

/********************
  MOBILE PAGE
********************/
@media only screen and ( max-width:640px ) {

#page {
	position: relative;
	background: hsla(150,100%,100%,0.95);
	text-align: left;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
}

/**** NAV ****/
#header {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	z-index: 99;
	width: 100%;
	height:60px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
.h_logo {
	padding: 0;
	margin: 0;
	z-index: 99999;
	width: 70vw;
	position: absolute;
	top: 2px;
	left: 2px;
}
.h_logo img{
	max-height: 58px
}
#dropmenu a:hover {
	text-decoration: underline;
}
#dropmenu .nav {
	overflow: auto;
	height: 100vh;
}
.nav a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.2em;
}
.submenu {
	background-image: linear-gradient(to top, #ff4f21 0%, #ffe3dc 100%);
	color: #fff;
}
.menutitle {
	background: #ff4210;
	color: #fff;
}
.mask {
	background: rgba(22,34,42,.4);
	top: 60px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}


#main{
	padding-top:60px;
	width:100vw;
	background: hsla(150,100%,100%,0.95);
}
#copyright {
	width: 100%;
	margin: 5px auto;
	color: #aa0053;
	font-size:xx-small;
	font-weight: bold;
	text-align: right;
	line-height:150%;
    z-index: 255;
}

.anchor{
    padding-top: 70px;
    margin-top: -70px;
	display: block;
}

.banner {
	width:100%;
	margin:0.5rem 1rem;
}
.half {width:100%;}


}
/********************
  END RESPONSIVE
********************/


/********************
  TEXT
********************/
h1 {
	display:none;
}
h2 {
	border-left:12px solid #430e00;
	border-bottom:1px solid #430e00;
	color:#430e00;
	font-size:large;
	line-height:150%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
}

h3 {
	background-color:#ffbba9;
	color:#430e00;
	font-size:14px;
	margin-bottom: 10px;
	padding: 8px 20px;
}
h4 {
	width: 100%;
	margin: 0 0 .5rem 0;
	padding: 8px 0 8px 2rem;
	text-indent: -1rem;
	background:hsla(12,100%,95%,0.5);
	color: hsla(12,100%,30%,1);
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}

.flexbox-between {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap; 
	align-content:stretch;
	-webkit-align-content: stretch;
	justify-content: space-between;
}
.flexbox-start {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap; 
	align-content:stretch;
	-webkit-align-content: stretch;
	justify-content: flex-start;
}

.noteline_gray {
	color: #333;
	padding: 0 1rem 1rem;
	background-image: linear-gradient( #eee 0.1rem, transparent 0.1rem );
	background-size: auto 2rem;
	line-height: 2rem;
}
.fullbox{
	width: 100%;
	margin: 5px;
	padding: 0 1rem;
	overflow:hidden;
	position:relative;
	background:hsla(0,100%,100%,1);
}
.fullbox strong {text-decoration:bold; }
.fullbox a {color:#006543; text-decoration:none; }
.fullbox a:hover {color: #ff4210; font-weight:bold; text-decoration:none; }

.contentstitle{
	background: hsla(170,100%,20%,0.1);
	color: hsla(170,100%,20%,1);
}

.textbox{
	width: 100%;
	padding: 0 1rem 1rem;
}
.indent{
	padding-left:1rem;
	text-indent:-1em;
}
.caution {
	background:hsla(40,100%,95%,0.5);
	color: hsla(40,100%,30%,1);
	font-weight:bold;
}
.caption {
	color: #666666;
	font-size:12px;
}

.news_box {
	width:100%;
	outline: dashed pink 3px;
	outline-offset: -5px;
	margin: 1em 0;
	padding: 1em;
	background: hsla(330,100%,90%,0.1);
}
.news_box p{
	padding: 0 1rem;
	margin: 0 auto;
}
.news_box blockquote{
	outline: dashed pink 2px;
	outline-offset: -5px;
	margin: 1em 0;
	padding: 1em;
	background: hsla(330,100%,90%,0.2);
}
.news_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news_box li {
	clear: both;
	margin: 10px 0;
	border-bottom:#ccc 1px solid;
	background: hsla(180,27%,100%,1);
	color: #333;
}
.news_box li span {
	display: block;
	float: left;
	width: 8em;
	margin: 0;
	padding: 2px 0;
	text-align: center;
}
.boxtitle{
	color: hsla(330,100%,20%,1);
}
.date {
	color: hsla(330,100%,53%,1);
	font-size:10px;
	font-weight: bold;
	text-align: right;
}
.auther {
	color: hsla(330,100%,20%,1);
	font-size:11px;
	font-weight: bold;
	text-align: right;
	line-height:150%;
}

/****************************************
  TOP PAGE MISC
****************************************/
/***** Movie *****/
.movietitle{
	color: hsla(300,44%,41%,1);
}

#movie{
	width: 100%;
	height: 320px;
	position: relative;
	overflow: auto;
	scrollbar-face-color: #fff; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #eee; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #eee; /*スクロールバー右側（上）の影*/
}

/***** LOGBOX *****/
.greenbox{
	width:100%;
	outline: dotted green 3px;
	outline-offset: -5px;
	margin: 0.5em 0;
	padding: 1em;
	background: hsla(120,100%,90%,0.1);
}
.logbox{
	width:100%;
	height:240px;
	overflow:auto;
	scrollbar-face-color: #fff; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #eee; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #eee; /*スクロールバー右側（上）の影*/
}
.logboxtitle{
	color: hsla(120,100%,20%,1);
}
.logbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logbox li {
	clear: both;
	margin: 10px 0;
	border-bottom:#ccc 1px solid;
	color: #333;
}
.logbox li span {
	display: block;
	float: left;
	width: 8em;
	margin: 0;
	padding: 2px 0;
	text-align: center;
}
.logbox li span.news {
	font-size: x-small;
	background: hsla(180,27%,91%,1);
}
.logbox li span.event {
	font-size: x-small;
	background: hsla(210,27%,91%,1);
}
.logbox li span.calendar {
	font-size: x-small;
	background: hsla(300,27%,91%,1);
	margin-right:1em;
}
.yymmdd {
	display: inline;
	float: right;
	padding: 0;
	font-size: x-small;
	background: #fff;
	color: #633;
}
.logbox a{
	color: #991E00;
	text-decoration: none;
}
.logbox a:hover{
	color: hsla(12,100%,34%,1);
	text-decoration: underline;
}
.loglist_main{
	padding: 0 2em;
	font-size: small;
	color: #333;
}

/***** footer *****/

#footer{
	width:100%;
	outline: dotted blue 3px;
	outline-offset: -5px;
	margin: 0.5em 0;
	padding: 1em;
	background: hsla(240,100%,90%,0.1);
}
.ft_info{
	width:48%;
	display: block;
	margin: 0;
}
.ft_link{
	width:48%;
	display: block;
	margin: 0;
}



/***** Facebook *****/
.fb{
	max-width: 100%;
	width:500px;
	height:320px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	display:block;
}
.fbtitle{
	color: hsla(220,44%,41%,1);
}
/***** Facebook *****/
.googlemap {
	max-width: 100%;
	padding: 0 5px;
	background:hsla(12,100%,95%,0.2);
}
.maptitle{
	color: hsla(12,100%,30%,1);
}
.mapcap  {
	list-style:none;
	padding-left: 10px;
	border-bottom:hsla(0,0%,80%,1) 1px dotted;
	line-height: 20px;
	color: hsla(0,0%,30%,1);
	font-size:12px;
}

.mapcap span {
	display:inline-block;
	width:7em;
	text-indent:1em;
	font-size:11px;
	color: hsla(12,100%,30%,1);
	font-weight:bold;
}

/********************
  SCROLL NAVI
********************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	opacity: 0.5;
}
#page-top a {
    background: #ddd;
    color: #333;
    text-decoration: none;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
	border:#999 2px solid;
    border-radius: 8px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
}

/********************
  BALLOON
********************/
.balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 1em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 95%;
	color: #555;
	border: solid 1px #999;
	border-radius: 15px;
}
.balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 13px solid #FFF;
	z-index: 2;
}
.balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #999;
	z-index: 1;
}
.balloon p {
	margin: 0;
	padding: 0;
}

/********************
  画像
********************/
.gallery {
	margin: 10px;
	width: 40%;
	font-size:small;
	line-height: 1.2em;
}
figure {
	display: table;
	padding: 7px;
	margin:2px 1px;
	border:outset 1px #cccccc;
	background-color:#ffffff;
	overflow: hidden;
}
figure img {
	display: table;
	max-width: 100%;
	margin:0 auto;
}

figure.large {
	width: 80%;
	margin:0 auto;
}


figure.squere {
	width: 360px;
}
figure.squere img {
	width: 340px;
	height: 340px;
}

figure.squeresmall {
	width: 230px;
}
figure.squeresmall img {
	width: 210px;
	height: 210px;
}

figure.squeremini {
	width: 175px;
}
figure.squeremini img {
	width: 170px;
	height: 170px;
}
.o-fit {
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

figcaption{
	font-size: 11px;
	padding: 2px;
	text-align: center;
	line-height: 120%;
	background-color:#FFFFFC;
}

/********************
  TABLE
********************/
.style_table{
	width:100%;
	background: hsla(170,100%,20%,0.1);
	color: hsla(170,100%,20%,1);
}
.style_table td{
	padding:2px 4px;
	background: hsla(170,100%,100%,1);
}
.style_table .right{
	text-align:right;
}


.kpi-table {
 width: 80%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 margin: 10px;
}
.kpi-table th {
 width: 50%;
 padding: 10px;
 background: #D1D4D4;
 border: solid 1px #6F7070;
}
.kpi-table td {
 padding: 10px;
 border: solid 1px #6F7070;
}

/********************
  LIST
********************/

.openinfo li {
	list-style:none;
	padding-left: 12rem;
	border-bottom: hsla(0,0%,50%,1) 1px dotted;
	line-height: 26px;
	font-size:13px;
}
.openinfo li span{
	display:inline-block;
	width:8rem;
	margin-left: -8rem;
	font-size:12px;
	color:#430e00;
	font-weight:bold;
}

.contents li {
	list-style:none;
	padding-left: 3rem;
	border-bottom: hsla(0,0%,50%,1) 1px dotted;
	line-height: 26px;
	text-indent:-1em;
}
.contents li.square {
	list-style:square;
}

.li_link  {
	list-style:none;
	padding: 0 30px;
	border-bottom:#cccccc 1px dotted;
	line-height: 25px;
	color: #333333;
}

.link_half{
	width:48%;
}
.li_link span {
	display:inline-block;
	width:20em;
	text-indent:0;
	color:#430e00;
}




/********************
OLD
********************/

.flexbox-container {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-align-content: stretch; /* Safari */
	align-content:         stretch;
	justify-content: space-between;
}

/********************
  FOOTER
********************/

.title {
	padding-left: 10px;
	background:#ff9376;
	color:#FFFFFF;
}
.googlemap {
	padding: 0 5px;
	background:#fcedd2;
	color:#430e00;
}

.li_map  {
	list-style:none;
	padding-left: 10px;
	border-bottom:#cccccc 1px dotted;
	line-height: 20px;
	color: #333333;
	font-size:12px;
}

.li_map span {
	display:inline-block;
	width:6em;
	text-indent:0;
	font-size:11px;
	color:#430e00;
	font-weight:bold;
}
/* INFORMATION */
#info{
}

#info a:link {color:#a92300; text-decoration:none; }
#info a:visited {color:#a92300; text-decoration:none; }
#info a:active {color: #a92300; text-decoration:none; }
#info a:hover {color: #ff4210; font-weight:bold; text-decoration:none; }

#info li  {
	list-style:none;
	padding-left: 30px;
	border-bottom:#cccccc 1px dotted;
	line-height: 30px;
	color: #333333;
	font-size:14px;
}

#info li span {
	display:inline-block;
	width:8em;
	text-indent:0;
	font-size:12px;
	color:#430e00;
	font-weight:bold;
}

#info li span .yymmdd{
	font-size:10px;
	padding-left: -20px;
}

.li_exp  {
	list-style:none;
	padding-left: 30px;
	border-bottom:#cccccc 1px dotted;
	line-height: 25px;
	color: #333333;
	font-size:14px;
}

.li_exp span {
	display:inline-block;
	width:8em;
	text-indent:0;
	font-size:12px;
	color:#430e00;
	font-weight:bold;
}

.li_caption {
	list-style:none;
	padding-left: 100px;
	border-bottom:#cccccc 1px dotted;
	line-height: 25px;
	color: #a92300;
	font-size:12px;
}

.support {
	font-size:12px;
	padding: 1px;
	background:#ffe3dc;
	color:#430e00;
}
.support td {
	background:#ffffff;
}
.gallery {
	width: 49%;
}
.gallery p {
	margin-bottom: 10px;
	padding: 8px;
	font-weight:bold;
	background-color:#FFFFE0;
}
.gallery img {
	padding: 6px;
	border:outset 1px #cccccc;
	background-color:#ffffff;
}


.date {
	color: hsla(12,100%,53%,1);
	font-size:10px;
	font-weight: bold;
	text-align: right;
}

.recruit {
	width: 49%;
	padding: 10px 20px;
	background: hsla(12,80%,90%,1);
	border-left: hsla(12,80%,70%,1) 3px solid;
	border-right: hsla(12,80%,70%,1) 3px solid;
	font-size:small;
}

.li_link  {
	list-style:none;
	padding-left: 30px;
	border-bottom:#cccccc 1px dotted;
	line-height: 25px;
	color: #333333;
	font-size:14px;
}


.li_link span {
	display:inline-block;
	width:20em;
	text-indent:0;
	font-size:14px;
	color:#430e00;
}

/********************
  SCROLL
********************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	opacity: 0.5;
}
#page-top a {
    background: #ddd;
    color: #333;
    text-decoration: none;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
	border:#999 2px solid;
    border-radius: 8px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
}
