/*@import url(//use.fontawesome.com/releases/v5.1.0/css/all.css);*/

/**
BASIC
*/

body{
	font-family:'M PLUS Rounded 1c','Roboto','M PLUS 1p',"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	font-size: 90%;
	line-height: 1;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	letter-spacing: .1em;
	background: url(../images/bg.png) rgba(43,155,90,.05);
}


a img,
:link img,
:visited img{
	border: none;
}

img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE*/
}

a {text-decoration: underline; outline: 0;}
a:link {color: #333;outline: 0;}
a:visited {color: #333; outline: 0;}
a:active {color: #333; outline: 0;}
a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
}

#contents{
	margin: 0px auto 0px 0;
}
.home #contents{
	padding: 0;
	/*background: rgba(43,155,90,.1);*/
}

#main_contents{
	float: left;
	width: 760px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 30px 30px;
	background: rgba(255,255,255,1);
	/*z-index: 9999;*/
	position: relative;
    border-radius: /*0px */10px;
}

#sidebar{
	float: left;
	width: 200px;
}

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



/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}



/**
HEADER
*/

header{
	background: rgba(43,155,90,.9);
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 88;
}

header .inner{
	height: 60px;
}

p.site_title{
	font-weight: normal;
	line-height: 1.4;
	color: rgba(0,0,0,1);
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	vertical-align: middle;
	color: #FFF;
}
p.site_title span.sub{
	display: block;
	font-size: 12px;
	font-weight: normal;
}

header h1.logo{
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: middle;
}

header h1.logo img.title{
	height: 50px;
	vertical-align: bottom;
}


header .box_info{
	position: absolute;
	top: 14px;
	right: 0;
}

header .box_info ul li{
	list-style: none;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

header .box_info ul li.access{
	margin-right: 30px;
	text-align: center;
}
header .box_info ul li.access a{
	font-size: 35px;
	color: rgba(0,207,134,1);
}
header .box_info ul li.access .text{
	display: block;
	font-size: 10px;
	margin-top: 5px;
	line-height: 1;
}

header .box_info ul li.tel span a{
	font-size: 30px;
	/*font-weight: bold;*/
	color: rgba(0,207,134,1);
	color: #333;
	text-decoration: none;
	font-weight: bold;
	
	color: #FFF;
}

header .box_info ul li.tel span i{
	color: #FFF;
	margin-right: 5px;
}
header .box_info ul li.button i{
	margin-right: 5px;
}
header .box_info ul.sub_navi{
	list-style: none;
}

header .box_social{
	position: absolute;
	top: 10px;
	right: 0;
}



/**
SOCIAL
*/

.box_social ul li{
	list-style: none;
	display: inline;
	margin-left: 0px;
}

.box_social ul li img{
	width: 12px;
}

.box_social ul li span,
.box_social ul li i,
.box_social ul li i{
	display: inline-block;
	line-height: 1;
	font-size: 12px;
}

.box_social ul li i.i-inline--fa{
	vertical-align: 0 !important;
}

.box_social ul li a{
	display :inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



/**
SUB NAVI
*/

ul.sub_navi li{
	display: inline;
	margin-right: 1em;
	line-height: 1.5;
	font-size: 12px;
}

ul.sub_navi li a {text-decoration: none; outline: 0;}
ul.sub_navi li a:link {color: #333;outline: 0;}
ul.sub_navi li a:visited {color: #333; outline: 0;}
ul.sub_navi li a:active {color: #333; outline: 0;}
ul.sub_navi li a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}



/**
GLOBAL NAVI
*/

#navre{
	z-index: 8888;
	position: relative;
}

#navre .naver-handle{
	margin-left: 15px;
}

#navre ul{
	width: 980px;
	margin: 0 auto;
}

#navre li{
	list-style: none;
	color: #fff;
	float: left;
	text-align: center;
	width: 14.2%;
	font-size: 16px;
	border-left: dashed 2px rgba(0,0,0,.2);
	z-index: 1;
}
#navre li:first-child{
	border: none;
}
#navre li i{
	display: block;
	font-size: 30px;
	color: rgba(0,207,134,1);
	line-height: 1;
	margin-bottom: 5px;
}

div.title h1:before{
	margin-right: 10px;
	font-weight: bold;
}

#navre li a{
	padding: 0;
	display: block;
	text-decoration: none;
	z-index: 1000;
	color: #333;
	text-shadow: 0px 0px 10px rgba(210,238,248,1);
}

#navre a:hover {
}



/**
TOPIC PATH
*/

#topic_path{
	clear: both;
	padding: 10px 0;
	clear: both;
}

#topic_path li {
	display: inline;
	font-size: 12px;
	line-height: 110%;
	list-style-type: none;
}

#topic_path li:after{
	content: " \f105";
	font-family: FontAwesome;
	margin-left: .5em;
}



/**
BOTTOM_NAVI
*/

ul.bottom_navi{
	margin-bottom: 20px;
}

ul.bottom_navi li{
	line-height: 1.5;
	font-size: 13px;
	list-style: none;
}

ul.bottom_navi li h3{
	font-size: 130%;
	margin-bottom: 5px;
	cursor: auto;
}

ul.bottom_navi li ul li{
	font-size: 85%;
	float: none;
	width: 100% !important;
	color: #DDD;
	margin-bottom: 2px;
	width: 90%;
}

ul.bottom_navi li ul li .box_social ul{
	margin-top: 10px;
}

ul.bottom_navi li a {text-decoration: none; outline: 0;}
ul.bottom_navi li a:link {color: #333;outline: 0;}
ul.bottom_navi li a:visited {color: #333; outline: 0;}
ul.bottom_navi li a:active {color: #333; outline: 0;}
ul.bottom_navi li a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}




/**
COMMON_LAYOUT
*/

.corner{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.shadow{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.txt.shadow{
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.fl_left{
	float: left;
	margin: 0 10px 5px 0;
 }
 
.fl_right{
	float: right;
	margin: 0 0 5px 10px
}
 
.clear{
	clear: both;
}
 
img{
	vertical-align:middle;
	max-width: 100%;
}

img.frame{
	padding: 5px;
	border: solid 1px #EEE;
}

section{
	clear: both;
	padding: 50px 0 50px 0;
	position: relative;
	/*border-bottom: solid 1px rgba(0,0,0,0.05);*/
}



/**
ICON
*/

span.category{
	padding: 3px 5px;
	line-height: 1;
	margin-bottom: 5px;
	background-color: rgba(0,207,134,.6);
	color: #FFF;
	font-size: 10px;
}
span.category a{
	text-decoration: none;
	color: #FFF;
}


/**
Parallax PHOTO
*/

section.photo{
  background-position: center center;   
  background-repeat: no-repeat;   
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #FFF;
  position: relative;
}

@media screen and (min-width: 800px) {
  section.photo {    
    /*background-attachment: fixed;*/
  }
}



/**
COMMON_PARTS
*/

.tel{
	font-family: 'Roboto', sans-serif;
}
.tel a{
	pointer-events: none;
	text-decoration: none;
}

div.title{
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
div.title.center{
	text-align: center;
}
div.block  div.title{
	margin-top: 40px;
}


div.title h1{
	font-size: 36px;
	line-height: 1.2;
}
div.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

div.title h2{
	font-size: 30px;
	line-height: 1.2;
}

div.title h3{
	font-size: 26px;
	line-height: 1.2;
}

div.title h4{
	font-size: 22px;
	line-height: 1.2;
}

/*div.title.center h2{
	font-size: 28px;
	line-height: 1.2;
	margin: 1em 0;
	font-weight: normal;
}

div.title.center h2{
	position: relative;
	display: inline-block;
	padding: 0 65px;
    font-size: 30px;
	margin: 1em 0 0 0;
	border-bottom: none;
}
div.title.center h2:first-child{
	margin-top: 0;
}

div.title.center h2:before, div.title.center h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #333;
}
div.title.center h2:before {left:0;}
div.title.center h2:after {right: 0;}
*/

div.title.center h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 1em 0;
	color: rgba(43,155,90,1);
	
	position: relative;
    display: inline-block;
    padding: 0 50px;
}
	
div.title.center h2:before, div.title.center h2:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: rgba(43,155,90,1);
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
div.title.center h2:after{
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
div.title.center h2:before {left:0;}
div.title.center h2:after {right: 0;}

div.title.center h2 span.en{
	display: block;
	margin-top: 5px;
	font-size: 18px;
}

.bg div.title.center h2{
	color: #FFF;
}
.bg div.title.center h2:before,
.bg div.title.center h2:after{
	background-color: #FFF;
}


p{
  line-height: 1.8;
  margin: 1em 0;
}

p.catch{
	font-size: 22px;
	line-height: 1.4;
}

p.lead{
	font-size: 18px;
	line-height: 1.8;
}

p.catch:first-child{
	margin-top: 0;
}

p.more,
p.right{
	text-align: right;
}

p.center{
	  text-align: center;
}

p.left{
	  text-align: left;
}

.caution,
.caption{
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	font-weight: normal;
}

ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	height: 1px;
	margin: 1em 0;
	clear: both;
}

span.mark.new,
span.mark.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}

.main_image{
	position: relative;
	background-size: cover !important;
}
.cover p{
	    /*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
}
.cover p,
.cover img{
	z-index: 50;
	position: relative;
}
.cover:before{
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}


/**
FLOW
*/

ul.flow li{
	position: relative;
}

ul.flow li div.wrap{
	display: inline-block;
	padding: 20px;
	background: rgba(0,0,0,.3);
	width: 100%;
	text-align: center;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
ul.flow li:after{
	content: "\f061";
    font-family: FontAwesome;
	position: absolute;
	top: 35%;
	right: -25px;
	font-size: 30px;
}
ul.flow li.last:after{
	content: "";
}
ul.flow li div.wrap.circle{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

ul.flow li p{
	margin: 0;
}
ul.flow li p.number{
	font-size: 30px;
}

ul.flow li p.title{
	margin: 0;
}



/**
BX-SLIDER
*/

#sliderWrap{
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
}

#sliderWrap ul li{
	list-style: none;
}


/**
SINGLE
*/

.single article{
	margin-bottom: 50px;
}

.single article p img{
	margin-bottom: 3px;
}

.single article h2{
	font-size: 180%;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
}

.single #main_contents h4{
	font-size: 130%;
	line-height: 1.5;
	margin-bottom: 1em;
	border-left: 3px solid #000;
    padding-left: 15px;
}

.single article p.data span{
	/*margin-right: 10px;*/
}

.single article p.data span.date,
.single article p.data span.writer{
	font-size: 14px;
}

.single article p.data span.writer{
	display: none;
}

.single article img{
	max-width: 100%;
}


/**
SIDEBAR
*/

#sidebar section{
	padding: 0 0 30px 0;
	border: none;
}

.box_search button {
    border: none !important;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    width: 18%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
	border-radius: 0 2px 2px 0;
}

.box_search input {
    border: none !important;
    background-color: #FFF;
    height: 35px;
    font-size: 14px;
    width: 82% !important;
    padding-left: 10px !important;
    vertical-align: middle;
}

.box_search input{
	background: rgba(255,255,255,0.7);
}


#sidebar select.select-box{
	background: url(/images/arrow_down.png) no-repeat 95% 50% rgba(255,255,255,0.7);
	background-size: 20px;
}

#sidebar h3{
	font-size: 120%;
	padding-bottom: 10px;
	margin: 0 0 5px 0;
	color: rgba(0,207,134,1);
}
#sidebar ul{
}

#sidebar ul li{
	line-height: 1.4;
	margin-bottom: .3em;
	font-size: 90%;
	margin-left: 20px;
	color: rgba(0,207,134,1);
}

#sidebar ul li a{
	text-decoration: none;
}

#sidebar select{
	width: 100%;
}




/**
BLINK
*/

.blinking{
-webkit-animation-name: pulse;
-webkit-animation-duration: 0.8s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
-webkit-animation-delay: 0s;
}



/**
NEWS
*/

.icon.new{
	margin-left: .5em;
	color: #F30;
	font-size: 85%;
}

dl.news{
	margin: 1em 0;
}

dl.news dt{
	line-height: 1.5;
	color: #666;
	clear: both;
	float: left;
	width: 15%;
	margin-bottom: .6em;
	padding-bottom: .6em;
}

dl.news dd{
	line-height: 1.5;
	width: 85%;
	float: left;
	margin-bottom: .6em;
	padding-bottom: .6em;
	border-bottom: dashed 2px #EEE;
}

dl.news dd a{
	text-decoration: none;
}



/**
DATA
*/

dl.data{
	margin: 1em 0;
}

dl.data dt{
	line-height: 1.5;
	font-weight: bold;
	clear: both;
	float: left;
	width: 20%;
	margin-bottom: .5em;
}

dl.data dd{
	line-height: 1.5;
	width: 80%;
	float: left;
	margin-bottom: .5em;
}


/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list li{
	list-style: none;
	margin-bottom: 1em;
}

ul.item.list li div.image{
	width: 10%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li div.image img{
	width: 100%;
}

ul.item.list li div.content{
	width: 88%;
	display: inline-block;vertical-align: top;
}

ul.item.list li p.date{
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}

ul.item.list li p.title{
	font-size: 14px;
	line-height: 1.5;
}

ul.item.list li p.category{
	margin-bottom: 5px;
	line-height: 1;
}

ul.item.list li p.text{
	font-size: 12px;
}





/**
LIST_BOX
*/

ul.item.box{
	margin-left: -2%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 3% 2%;
	display: inline-block;
}

ul.item.box li div.image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
ul.item.box li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
ul.item.box li div.image img{
	width: 100%;
}

ul.item.box li div.content{
	float: none;
	width: 100%;
}

ul.item.box li p.info{
	font-size: 12px;
	margin: 12px 0;
	line-height: 1;
}

ul.item.box li p.info .date{
	font-size: 12px;
}
ul.item.box li p.info .category{
	margin-left: 5px;
}

ul.item.box li p.title{
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.item.box li p.text{
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

ul.item.box.column_2 li{
	width: 48%;
}

ul.item.box.column_3 li{
	width: 31.33333333%;
}

ul.item.box.column_4 li{
	width: 23%;
}

ul.item.box.column_5 li{
	width: 18%;
}


/**SIZE FIX*/

ul.item.box.fix li div.image,
flexbox.fix li div.image{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 110px;
	overflow: hidden;
	position: relative;
}
ul.item.box.fix li div.image img,
.flexbox.fix li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

ul.flexbox,
div.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	/*justify-content: flex-start;*/
	width: 100%;
}

.flexbox.reverse {
	flex-direction:row-reverse;
}

.flexbox li div.image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
.flexbox li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
.flexbox li div.image img{
	width: 100%;
}

.flexbox.column_2 li{
	width: 49%;
}
.flexbox.column_3 li{
	width: 32%;
}
.flexbox.column_4 li{
	width: 24%;
}
.flexbox.column_5 li{
	width: 19%;
}


 
ul.flexbox li {
	list-style: none;
	margin-bottom: 3%;
}

ul.flexbox li p.info{
	font-size: 12px;
	margin: 12px 0;
	line-height: 1;
}

ul.flexbox li p.info .date{
	font-size: 12px;
}
ul.flexbox li p.info .category{
	margin-left: 5px;
}

.flexbox li p.title{
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.flexbox li p.text{
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

div.flexbox .sub{
	flex: 1;
	margin: 0 15px 0 0;
}
div.flexbox.reverse .sub{
	margin: 0 0 0 15px;
}

div.flexbox .main{
	flex: 4;
}
div.flexbox .main.w_3{
	flex: 3;
}
div.flexbox .main.w_2{
	flex: 2;
}
div.flexbox .main.w_1{
	flex: 1;
}
div.flexbox .main.w_4{
	flex: 4;
}
div.flexbox .main.w_5{
	flex: 5;
}

div.flexbox .main p{
	margin-top: 0;
}




/**
MAP
*/

#map img{
	max-width: initial !important;
}

#map iframe{
	width: 100%;
	height: 400px;
}



/**
TABLE
*/

table{
	width: 100%;
}

table ul,
table ol{
	margin-left: 20px;
}

table.data th,
table.data td{
	padding: 10px;
	line-height: 1.6;
	border: solid 1px rgba(0,0,0,0.08);
}
table.data th{
	width: 20%;
	color: rgba(43,155,90,1);
	background: rgba(43,155,90,.05);
	font-weight: bold;
}

table.list th,
table.list td{
	padding: 10px;
	ine-height: 1.5;
	border-bottom: solid 1px rgba(0,0,0,0.08);
	line-height: 1.6;
}
table.list th{
	color: rgba(43,155,90,1);
	font-weight: bold;
}

table.block{
	border-collapse: separate;
    border-spacing: 2px;
}

table.block th,
table.block td{
	padding: 10px;
	line-height: 1.5;
}

table.block th{
	color: rgba(43,155,901);
	background-color: rgba(255,255,255,.6);
}

table.block td{
	background-color: rgba(255,255,255,.6);
}

.trcolor1{background-color: rgba(255,255,255,1);}
.trcolor2{background-color: rgba(255,255,255,.1);}



/**
FORM
*/

span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
}

div.form{
	width:100%;
	margin: 1em 0;
	padding: 10px 30px;
	background-color: rgba(0,0,0,.03);
	border-radius: 5px 30px
}

div.form dl dt,
div.form dl dd{
	vertical-align: top;
	padding: 10px 0;
}

div.form dl dd .error{
	margin: .5em 0 0 0;
}

div.form dl dt.first,
div.form dl dd.first{
	border: none;
}

div.form dl dt{
	clear: both;
	float: left;
	width: 20%;
}

div.form dl dd{
	float: left;
	width: 80%;
}

div.form dl dd ul li{
	list-style: none;
	line-height: 1.5;
	margin: .2em 0;
}

div.form dl dd ul li label{
	margin-left: 5px;
}



/**
INPUT
*/

input,
textarea{
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
	border: none !important;
	padding: 5px;
	font-size: 120%;
	width: 80%;
}


input[type="text"].size_s,
input[type="password"].size_s,
input[type="datetime"].size_s,
input[type="datetime-local"].size_s,
input[type="date"].size_s,
input[type="month"].size_s,
input[type="time"].size_s,
input[type="week"].size_s,
input[type="number"].size_s,
input[type="email"].size_s,
input[type="url"].size_s,
input[type="search"].size_s,
input[type="tel"].size_s,
input[type="color"].size_s{
	width: 20%;
}

input[type="text"].size_m,
input[type="password"].size_m,
input[type="datetime"].size_m,
input[type="datetime-local"].size_m,
input[type="date"].size_m,
input[type="month"].size_m,
input[type="time"].size_m,
input[type="week"].size_m,
input[type="number"].size_m,
input[type="email"].size_m,
input[type="url"].size_m,
input[type="search"].size_m,
input[type="tel"].size_m,
input[type="color"].size_m{
	width: 30%;
}

inpinput[type="text"].size_l,
input[type="password"].size_l,
input[type="datetime"].size_l,
input[type="datetime-local"].size_l,
input[type="date"].size_l,
input[type="month"].size_l,
input[type="time"].size_l,
input[type="week"].size_l,
input[type="number"].size_l,
input[type="email"].size_l,
input[type="url"].size_l,
input[type="search"].size_l,
input[type="tel"].size_l,
input[type="color"].size_l{
	width: 50%;
}

input.full{
	width: 100%;
}

select.select-box{
    margin: 0;
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    background: url(/images/arrow_down.png) no-repeat 95% 50% #FFF;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

select.select-box.full{
	width: 100%;
}



/**
BUTTON
*/

input.btn,
button,
a.btn,
.w3eden strong a{
	background-color: rgba(43,155,90,1);
	color: #FFF;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	border: none;
	text-decoration: none;
	padding: 0 20px;
	display: inline-block;
}

input.btn.size_s,
button.size_s,
a.btn.size_s,
.w3eden strong a{
	height: 30px;
	line-height: 30px;
	font-size: 85%;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	height: 60px;
	line-height: 60px;
	font-size: 120%;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	height: 80px;
	line-height: 80px;
	font-size: 140%;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: rgba(0,0,0,0.8);
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover,
.w3eden strong a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: rgba(43,155,90,.9);
}



/**
INFO
*/

.box.info.bottom{
	padding: 20px 0 0 0px;
	text-align: center;
}

.box.info.bottom ul{
	margin: 1.5em 0 0 0;
}

.box.info.bottom ul li{
	text-align: center;
	margin-bottom: 0;
}

.box.info.bottom ul li.button a{
	width: 100%;
}


.box.info.bottom ul li.tel{
	font-size: 200%;
	height: 60px;
	line-height: 60px;
}

.box.info.bottom ul li.tel p{
	text-align: center;
}

.box.info.bottom ul li.tel,
.box.info.bottom ul li.tel a{
	color: rgba(0,207,134,1);
	text-decoration: none;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 50%;
	margin: 0;
}



.line_bottom{
	height: 15px;
	margin-top: -15px;
	background: url(../images/line_bottom.png) repeat-x center bottom;
	background-size: 50px;
	position: relative;
	z-index: 80;
}

/**
FOOTER
*/

footer{
	clear: both;
	background-color: rgba(43,155,90,1);
	padding: 50px 0 20px 0;
	color: #FFF;
}

footer ul.sub_navi{
	text-align: center;
}

footer p.contact{
	font-size: 40px;
	font-weight: bold;
	margin: -1em 0 20px 0;
}

footer p.contact i{
	margin-right: 5px;
}
footer a{
	text-decoration: none;
	color: #FFF !important;
}

footer .box_social{
	text-align: center;
	margin: 1em auto;
}

footer p.copy{
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top img{
	height: 30px;
}

#page-top a {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
	/*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
	
	border-radius: 52% 48% 46% 54% / 59% 37% 63% 41% ;
}


/**
FOOTER BOTTOM_NAVI
*/

ul.bottom_navi{
	margin-bottom: 20px;
}

ul.bottom_navi li{
	line-height: 1.5;
	font-size: 13px;
	list-style: none;
}

ul.bottom_navi li h3{
	font-size: 130%;
	margin-bottom: 5px;
	cursor: auto;
}

ul.bottom_navi li ul li{
	font-size: 85%;
	float: none;
	width: 100% !important;
	color: #DDD;
	margin-bottom: 2px;
	width: 90%;
}

ul.bottom_navi li ul li .box_social ul{
	margin-top: 10px;
}

ul.bottom_navi li a {text-decoration: none; outline: 0;}
ul.bottom_navi li a:link {color: #333;outline: 0;}
ul.bottom_navi li a:visited {color: #333; outline: 0;}
ul.bottom_navi li a:active {color: #333; outline: 0;}
ul.bottom_navi li a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}



/**
ACCORDION
*/

.hide{
	display: none;
}

footer .box_social{
	margin-bottom: 1em;
}


/*
.content_detail{
	display: none;
}*/

.accordion .title{
	background: url(../images/arrow_down.png) no-repeat 98% 50%;
	background-size: 20px;
}
.accordion .title.more{
	/*background: url(../images/arrow_down.png) no-repeat right center;*/
	background-size: 16px;
	padding-right: 20px;
}



.accordion .title.active{
	background: url(../images/arrow_up.png) no-repeat 98% 50%;
	background-size: 20px;
}
.accordion .title.more.active{
	/*background: url(/images/arrow_up.png) no-repeat right center;*/
	background-size: 16px;
	padding-right: 20px;
}



dl.faq.accordion dt{
	background: url(../images/arrow_down.png) no-repeat 98% 70%;
	padding: 20px 10px 10px 10px;
	background-size: 30px;
	clear: both;
	border-bottom: solid 1px rgba(0,0,0,0.05);
}

dl.faq.accordion dt.active{
    background: url(../images/arrow_up.png) no-repeat 98% 70%;
    background-size: 30px;
}

dl.faq.accordion dd{
	padding: 10px;
}



/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}


/**
HOME
*/

#contents img.warp,
#contents div.warp{
	border-radius: 78% 22% 57% 43% / 46% 62% 38% 54% ;
	border: solid 8px rgba(222,93,149,.3); 
	
}

#contents img.warp2{
	border-radius: 24% 76% 57% 43% / 46% 47% 53% 54% ;
	
	border: solid 6px rgba(191,228,60,.5); 
}

#contents img.warp3{
	border-radius: 52% 48% 55% 45% / 30% 48% 52% 70%  ;
	border: solid 6px rgba(250,169,56,.3); 
}

#contents img.anime,
#contents div.anime{
	animation: uneune 15s linear infinite;
	border: solid 6px rgba(191,228,60,.3); 
}
	

@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }
  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%; 
  }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%; 
  }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%; 
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }
}

.main_slider div.recruit{
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: rgba(255,174,0,.85);
	z-index: 70;
	text-align: center;
	padding: 30px;
}

.main_slider div.recruit p{
	color: #FFF;
	margin: 0;
	font-size: 13px;
}
.main_slider div.recruit p.title{
	font-size: 140%;
	line-height: 1.3;
	font-weight: 600;
	margin: 10px 0;
}
.main_slider div.recruit p a{
	text-decoration: none;
	color: #FFF;
}
.main_slider div.recruit img.logo{
	width: 180px;
	margin: 20px 0 0 0;
}

.main_slider p.catch{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	position: absolute;
	top: 60%;
	left:0;
	width: 100%;
}

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}
#slider li {
  height: 100vh;
  background: center / cover no-repeat;
}

section{
	border-bottom: none !important;
}

.slider-pro,
.message{
	background: rgba(43,155,90,1);
	color: #FFF;
}
.outline,
.events,
.recruit .about{
	background: rgba(43,155,90,.05);
}
.a_day{
	background: rgba(43,155,90,.3);
}



.message p.catch{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.message p.catch span.sub{
	display: block;
	font-size: 80%;
}
.message{
	text-align: center;
}



.outline table.list{
	border-top: solid 1px rgba(0,0,0,0.05)
}
.outline table.list th{
	white-space: nowrap;
	color: rgba(43,155,90,1);
	font-size: 90%;
	padding: 14px  50px 14px 0;
	text-align: right;
}
.outline table.list td{
	padding: 14px 0;
}
.outline table.list td ul{
	margin: 0;
}
.outline table.list td ul li{
	list-style: none;
	margin-bottom: .5em;
	width: 100%;
}
.outline table.list td span.title{
	width: 7em;
	text-align: center;
	margin-right: .5em;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 50px;
	background: rgba(0,0,0,0.05);
	display: inline-block;
}
.outline table.list td p.caution{
	margin: 1em  0 0;
}
.outline .sub img{
	margin-bottom: 20px;
}


.facility ul li{
	margin-bottom: 2%;
}


.a_day{
	background: url(../images/DSS04302.JPG) no-repeat center top;
	background-size: cover;
}
.a_day #cd-timeline{
	margin: 3em auto;
}
.a_day .cd-timeline-content .cd-date{
	color: #FFF !important;
	opacity: 1 !important;
	font-weight: bold;
}



.events table.list th{
	text-align: right;
}
.events table.list th span{
	font-size: 26px;
	margin-right: 3px;
}
.events table.list th,
.events table.list td{
	padding: 12px;
	line-height: 1.2;
}
.events table.list{
	margin-bottom: 1em;
}
.events .sub img{
	margin-bottom: 20px;
}
.events table.list{
	position: relative;
}
.events table.list tr.image img{
	position: absolute;
	right: 30px;
	margin-top: -40px;
	height: 100px;
}
.events ul li{
	margin-bottom: 0;
}


.access p{
	text-align: center;
}
.access p.title{
	font-weight: bold;
	font-size: 20px;
	/*color: rgba(43,155,90,1);*/
	margin-bottom: 0;
	line-height: 1.4;
}
.access p.title .sub{
	display: block;
	font-size: 14px;
}
.access p i{
	color: rgba(43,155,90,1);
}




section.ohisama{
	background: rgba(255,255,255,.3);
}

section.ohisama .intro p{
	text-align: center;
}
section.ohisama p.lead{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

section.ohisama p.image {
    width: 60%;
    margin: 0em auto 2em auto;
}


section.recruit{
	/*background: rgba(255,255,255,.3);*/
}
section.recruit p{
	text-align: center;
}
section.recruit p.catch{
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: rgba(43,155,90,1);
}
section.recruit p.lead{
	font-size: 18px;
	font-weight: bold;
}
section.recruit p.lead.sub{
	font-size: 20px;
}
section.recruit div.contact{
	width: 60%;
	margin: 0 auto;
	padding: 30px;
	border: solid 4px rgba(43,155,90,1);
	border-radius: 20px;
}

section.recruit div.contact p.lead{
	font-size: 20px;
	margin: 0 0 .5em 0;
	color: rgba(43,155,90,1);
}
section.recruit div.contact p.tel{
	font-size: 30px;
	margin: 0;
}
section.recruit div.contact p.tel i{
	margin-right: 10px;
	color: rgba(43,155,90,1);
}
section.recruit div.contact p.tel a{
	color: rgba(43,155,90,1);
}
section.recruit p.image{
	width: 60%;
	margin: 0em auto 2em auto;
}
section.recruit div.contact p.tel svg{
	margin-right: 10px;
}
section.recruit div.contact p.tel span.sub{
	font-size: 16px;
	display: block;
}
section.recruit div.contact p.tel a{
	text-decoration: none;
}



.disclosure div.block{
	margin-bottom: 1em;
}

.disclosure{
	padding: 10px 0;
	background: rgba(0,0,0,0.02);
}
.disclosure .inner{
	width: 579px;
	margin: 0 auto;
}
.disclosure p.title{
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
}
.disclosure p.title i{
	color: rgba(43,155,90,1);
}
.disclosure h4{
	margin: 1em 0;
	font-size: 16px;
}
.disclosure .statement ul {
	margin: 1em 0;
}

.disclosure .statement ul li{
	list-style: none;
	margin-bottom: .8em;
}
.disclosure .statement ul li i{
	margin-right: 5px;
}


/**TIMELINE*/

#cd-timeline{
	width: 80%;
	margin-bottom: 0;
}

#cd-timeline::before{
	background: rgba(255,255,255,.8);
	width: 2px !important;
	margin-left: -1px !important;
}

.cd-timeline-content .cd-date{
	color: #333 !important;
}

.cd-timeline-block{
	margin: 0 0 1em 0;
}
.cd-timeline-content{
	box-shadow: none;
	border-radius: 0 !important;
	background: none;
	background: rgba(255,255,255,1) !important;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before{
	border-right-color: rgba(255,255,255,1) !important;
}

.cd-timeline-content p:first-child{
	display: none;
}

.cd-timeline-img {
    width: 20px !important;
    height: 20px !important;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	box-shadow: none;
	
	top: 20px;
	background: rgba(43,155,90,1) !important;
}
.cd-timeline-content .cd-date{
	font-size: 30px;
	padding: 0;
	top: 15px !important;
}

.cd-timeline-content{
	padding: 15px 15px;
	border-radius: 15px !important;
	
	/*border-radius: 20% 15% 30% 10%/30% 20% 30% 10% !important;*/
}

.cd-timeline-content p{
	color: #333 !important;
	margin: 0;
	font-size: 85%;
}
.cd-timeline-content p.title{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: .3em;
	line-height: 1.4;
	color: rgba(43,155,90,.8) !important;
}

.cd-timeline-content img.photo{
	width: 50%;
	float: right;
	margin-left: 5px;
	border-radius: 10px;
}


/**
PRIVACY
*/

.main_image div.title.center h2:before, 
.main_image div.title.center h2:after{
	background: none !important;
}

.privacy #contents h4{
	margin: 1em 0;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}
.privacy #contents h5{
	margin: 1em 0 .5em 0;
	font-size: 18px;
	font-weight: bold;
}
.privacy #contents ol,
.privacy #contents ul{
	margin-left: 30px;
}
.privacy #contents ol li,
.privacy #contents ul li{
	margin-bottom: .5em !important;
	line-height: 1.5;
}
.privacy #contents ol li{
	list-style-type: decimal;
}


/**
OHISAMA
*/

body.ohisama .main_image{
	position: relative;
	z-index: 1;
}

body.ohisama .main_image div.title{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 999;
}

body.ohisama .intro p{
	text-align: center;
	font-size: 140%;
	color: rgba(43,155,90,1);
	line-height: 1.8;
	font-weight: bold;
}

body.ohisama  .outline p.catch{
	margin: 1em 0 .5em 0;
}
body.ohisama  .outline div.title h3{
	color: rgba(43,155,90,1);
	margin: 2.5em 0 .5em 0;
	font-weight: bold;
}



/**
RECRUIT
*/

body.recruit .main_image{
	position: relative;
	z-index: 1;
}

body.recruit .main_image div.title{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 999;
}
body.recruit .main_image div.title img{
	width: 70%;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.8));
}
body.recruit .main_image div.title.center h2{
	padding: 0;
}

body.recruit .main_image div.title.center h2 span.en{
	font-size: 22px;
	margin-top: 30px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

body.recruit .main_image p.catch{
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	position: absolute;
	bottom: 180px;
	width: 100%;
	text-align: center;
}
body.recruit .main_image p.catch span.sub{
	font-size: 26px;
	display: block;
}


body.recruit .about p{
	/*text-align: left;
	font-size: 110%;*/
	text-align: center;
}

body.recruit .about p.catch{
	font-size: 180%;
	color: rgba(43,155,90,.8);
	margin:1em 0;
	font-weight: bold;
}

body.recruit .about .column{
	margin: 0 auto 40px auto;
}

body.recruit .about div.column.reverse .main p{
	text-align: right;
}
body.recruit .about div.column.reverse{
	margin-left: -100px;
}

body.recruit .about div.column .main p{
	text-align: left;
}
body.recruit .about div.column{
	margin-right: -100px;
}



body.recruit .speciality{
    /*background: rgba(43,155,90,.1);*/
	background: url(../images/DSC04867.jpg) center top;
	background-size: cover;
}

body.recruit .speciality div.title h2{
	color: #FFF !important;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
body.recruit .speciality div.title h2:before,
body.recruit .speciality div.title h2:after{
	background: #FFF;
}
body.recruit .speciality  p.lead{
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 140%;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}

body.recruit .speciality ul.comment {
	width: 85%;
	margin: 2em auto;
}
body.recruit .speciality ul.comment li.left{
	margin-right: 52%;
}
body.recruit .speciality ul.comment li.right{
	margin-left: 52%;
}

body.recruit .speciality ul.comment li em{
	font-weight: 500;
	font-size: 130%;
}
body.recruit .speciality p.catch{
	text-align: center;
	font-weight: 600;
	color: rgba(43,155,90,1);
	text-shadow: 0px 0px 15px rgba(255,255,255,0.9);
	font-size: 200%;
	margin: 2em 0 1em 0;
}

body.recruit .speciality ul li{
	font-size: 120%;
}
body.recruit .speciality ul li em{
	color: rgba(43,155,90,1);
}

body.recruit .main_image2{
	position: relative;
}
body.recruit .main_image2 img{
	border-radius: 10px;
}
body.recruit .main_image2 div.text{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
body.recruit .main_image2 div.text p{
	font-size: 140%;
	font-weight: 600;
	text-align: center;
	color: #FFF;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}

body.recruit  .event p.lead{
	margin: 0;
	text-align: center;
	font-weight: bold;
	margin-top: -20px;
}

body.recruit  .event{
	background: rgba(255,255,255,0.3);
	
    background: rgba(43,155,90,.03);
}
body.recruit  .event table{
	margin: 2em auto;
}
body.recruit  .event table th{
	font-size: 20px;
}
body.recruit .event table.list thead th{
	color: rgba(0,0,0,0.5);
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 16px;
}

body.recruit  .staff_recruit{
	background: rgba(255,255,255,.6);
}
body.recruit  .staff_recruit table{
	margin: 0em auto 3em auto;
}



/**
FAQ
*/

span.circle{
	display: inline-block;
	/*background-color: #F96 ;*/
	background-color: rgba(205,62,44,1);
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
span.faq_q{
	background: rgba(43,155,90,1);
}

dl.faq .circle{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
dl.faq span.circle{
	display: inline-block;
}


dl.faq dt{
	font-size: 140%;
	margin-bottom: .5em;
	float: left;
	width: 100%;
	line-height: 1.4;
}


dl.faq dd{
	margin: 0 0 2em 0;
	clear: both;
}

dl.faq dt p{
	margin: 0 30px 0 50px;
	padding-top: 5px;
	text-align: left;
}
dl.faq dd p{
	margin: 0 0 1em 50px;
	text-align: left;
}

dl.faq dt span.circle.faq_q,
dl.faq dd span.circle.faq_a{
	float: left;
}



/**
BALLOON
*/

ul.comment li{
	list-style: none;
	margin: 0;
	line-height: 1.5;
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 15px;
  background-color: rgba(255,255,255,.8);
  border-radius: 30px;
  text-align: center;
}

/* 大きい丸 */
.balloon.left::before{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: rgba(255,255,255,.8);
  left: -30px;
  bottom: 15px;
  width: 20px;
  height: 20px;
}
/* 小さい丸 */
.balloon.left::after{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: rgba(255,255,255,.8);
  left: -50px;
  bottom: 10px;
  width: 10px;
  height: 10px;
}


/* 大きい丸 */
.balloon.right::before{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: rgba(255,255,255,.8);
  right: -30px;
  bottom: 15px;
  width: 20px;
  height: 20px;
}
/* 小さい丸 */
.balloon.right::after{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #FFF;
  right: -50px;
  bottom: 10px;
  width: 10px;
  height: 10px;
}


@media (max-width: 1200px) and (min-width: 801px){
	
.inner {
    width: 90%;
}

#main_contents{
	width: 100%;
	margin-right: 0;
}

#sidebar{
	clear: both;
	width: 100%;
}




dl.faq dd div.column {
    width: 90%;
}

}


@media screen and (max-width: 800px) {

/**
BASIC
*/

body{
	-webkit-text-size-adjust: none;
	font-size: 14px;
}

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

#wrapper{
	width: 100%;
}

#contents{
	width: 100% !important;
	padding: 98px 0 0 0;
}

#main_contents{
	float: none;
	width: 100%;
	margin-right: 0px;
	padding: 10px;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

.inner{
	width: 100%;
	padding: 0 10px;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#sidebar{
}

section{
	padding: 30px 10px 20px 10px ;
}

section .inner{
	padding: 0;
}
.inner section{
	padding-left: 0;
	padding-right: 0;
}


/**
HEADER
*/

header {
    padding-bottom: 10px;
}

header .inner{
	padding: 10px 0 0 0;
	box-sizing: border-box;
	height: auto;
}

header p.logo{
	margin: 0;
}


header h1.logo{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

header h1.logo img.title{
	height: 30px;
}

header p.site_title{
	text-align: center;
	width: 100%;
}

header .box_info{
	position: absolute;
	top: 65px;
	right: 5px;
	/*margin-left: 50px;*/
	display: inline-block;
	z-index: 9999;
}

header .box_info ul li{
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
	line-height: 1;
}


header .box_info ul li.tel span a{
	font-size: 15px;
}
header .info ul li.tel span a:link{
	text-decoration: none;
	pointer-events: inherit;
}

header .box_info ul li.tel span.number{
	display: none;
}
header .box_info ul li.tel i,
header .box_info ul li.tel i{
	font-size: 20px;
	margin-right: 0;
}

header .box_social{
	position: inherit ;
	margin: 0 0 20px 0;
	text-align: center;
}



/**
SUB NAVI
*/

header ul.sub_navi{
	display: none;
}


/**
GLOBAL NAVI
*/

#navre{
	margin-top: -9px;
}

.naver .naver-handle:before{
	width: 27px !important;
	display: inline-block !important;
	z-index: 9999 !important;
}
#navre .naver-handle{
	margin-left: 10px;
}


#navre li{
	text-align: left;
	width: 100%;
	border: none;
	border-top: dashed 1px rgba(0,0,0,.5);
}

#navre li:firstchild{
	border-top: dashed 1px rgba(0,0,0,.5);
}

#navre li a{
	padding: 10px;
	background: rgba(255,255,255,0.6);
}

#navre li i {
    display: inline-block;
    font-size: 26px;
	width: 30px;
	text-align: center;
	
    margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}


/**
BOTTOM_NAVI
*/

ul.bottom_navi li ul li{
	font-size: 100%;
}

ul.bottom_navi li{
	float: none;
	width: 100% !important;
	margin-bottom: 1.5em;
}

ul.bottom_navi li ul li{
	margin-bottom: 0;
}



/**
COMMON_LAYOUT
*/


 
/**
COMMON_PARTS
*/

.tel a{
	pointer-events: inherit;
}


h1,h2,h3{
	font-size: 100%;
	line-height: 1.3;
}

div.title {
    margin-bottom: 10px;
}

div.title h1{
	font-size: 24px;
}

div.title h2 {
    font-size: 20px;
}

div.title h3 {
    font-size: 18px;
}

div.title.center h2 {
	font-weight: bold;
    font-size: 16px;
	padding: 0 40px;
}
  
p.catch{
	font-size: 18px;
}

p.lead{
	font-size: 16px;
}


/**
FLOW
*/

ul.flow li{
	width: 100% !important;
	text-align: center;
}

ul.flow li:after {
    content: "\f063";
    font-family: FontAwesome;
	margin-right:25px;
	
	position: absolute;
	top: 105px;
	left: 0;
	display: block;
	text-align: center;
}


/**
MAIN
*/


/**
BX-SLIDER
*/

.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}


/**
SINGLE
*/

.single article h2{
	font-size: 20px;
}

.single article p.data{
	margin: 5px 0;
}


/**
SIDEBAR
*/



/**
NEWS
*/

dl.news dt{
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: .5em;
}

dl.news dd{
	width: 100%;
	float: none;
	margin-bottom: 1em;
}



/**
DATA
*/

dl.data{
	margin: 1em 0;
}

dl.data dt{
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: .5em;
}

dl.data dd{
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: .5em;
}


/**
LIST_LIST
*/

ul.item.list li div.image{
	width: 20%;
	margin-right: 2%;
}

ul.item.list li div.content{
	width: 77%;
}


/**
LIST_BOX
*/

ul.item.box.column_3 li,
ul.item.box.column_4 li,
ul.item.box.column_5 li{
	width: 48%;
}

ul.item.box.sp_full{
	margin-left: 0%;
}

ul.item.box.sp_full li{
	width: 100%;
	margin: 0 0 5% 0;
}
ul.item.box.sp_full li div.image{
	height: 150px;
}


/**
FLEXBOX
*/

ul.flexbox,
div.flexbox{
	 justify-content: space-around;
	 -js-display: content;
	 
	display: content;
    -webkit-flex-wrap: content;
    flex-wrap: wrap;
    align-items: stretch;
	
	justify-content: flex-start;
    justify-content: space-between;
}

ul.flexbox li {
	list-style: none;
	width: 100%;
}

ul.flexbox li img{
	width: 100%;
}


div.flexbox.column .sub{
	flex: 100%;
	margin: 0 0 1em 0;
}
div.flexbox.column.reverse .sub{
	margin: 0 0 1em 0;
}

div.flexbox.column .main{
	flex: 100%;
}

div.flexbox.list .main{
	flex: 3 !important;
}

div.flexbox li{
	width: 49%;
}

ul.flexbox.sp_full li{
	width: 100%;
}



/**
TABLE
*/

table.list th,
table.list td{
	/*display: block;
	width: 100%;*/
}

table.list td{
	padding: 0 10px 10px 10px;
}

table.replace{
    width: 100%;
  }
table.replace thead {
    display: none;
  }
table.replace tr{
    width: 100%;
	margin-bottom: 1em;
  }
table.replace td{
    display: block;
    width: 100%;
	line-height: 1.5;
	padding: 0 10px 10px 10px;
  }
table.replace th:first-child{
    text-align: center;
	color: rgba(129,177,0,1);
	padding-top: 10px;
  }
table.replace td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }


/**
MAP
*/

#map iframe{
	height: 350px;
}



/**
FORM
*/

* {
    -webkit-appearance: none;
}

input, button, textarea, select{
	-webkit-appearance: none;
	border-radius: 0;
}

div.form{
	padding: 10px;
}

div.form dl dt,
div.form dl dd{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
}
div.form dl dd{
	padding-top: 0;
}

div.form .caution{
	display: block;
	margin-top: 5px;
}



/**
INPUT
*/

input[type="text"],
textarea,
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l{
	width: 100%;
}



/**
BUTTON
*/

input[type="submit"].btn,
button,
a.btn{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

input[type="submit"].btn.size_l,
button.size_l,
a.btn.size_l{
	height: 40px;
	line-height: 40px;
}


input[type="submit"].btn.size_2l,
button.size_2l,
a.btn.size_2l{
	height: 50px;
	line-height: 50px;
}



/**
FOOTER
*/

footer p.contact{
	font-size: 30px;
}

footer ul.bottom_navi ul{
	display: none;
}

footer ul.bottom_navi li h3{
	cursor: pointer;
}



/**
INFO
*/

.box.info.bottom{
	padding: 0 10px;
}

.box.info.bottom ul li{
	width: 100%;
	margin: 0 0 1% 0;
}

.box.info.bottom p.lead{
	font-size: 13px;
	text-align: left;
}


/**
ACCORDION
*/

dl.faq.accordion dt{
	background-size: 20px;
}

dl.faq.accordion dt.active{
    background-size: 20px;
}


/**
HOME
*/

.main_slider p.catch{
	font-size: 16px;
}

.main_slider div.recruit img.logo {
    width: 100px;
    margin: 10px 0 0 0;
}
.main_slider div.recruit {
    bottom: 15px;
    right: 10px;
    padding: 10px;
}
.main_slider div.recruit p{
	font-size: 10px;
}
.main_slider div.recruit p.title{
	font-size: 13px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.main_slider div.recruit.warp{
	border: solid 4px rgba(222,93,149,.3) !important;
}


.message ul li{
	width: 100% !important;
}
.message ul li p{
	text-align: left;
}
.message ul li p.catch{
	margin: 1em 0;
	font-size: 120%;
}
.message ul li p br{
	display: none;
}
.message ul li p.catch br{
	display: inherit;
}

.outline table.list th{
	text-align: left;
	border-bottom: none;
	padding-bottom: 0;
}


.a_day .cd-timeline-content .cd-date{
	font-size: 18px;
	display: block !important; 
	color: #333 !important;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.cd-timeline-content p.title{
	font-size: 18px;
}
#cd-timeline{
	width: 90%;
}
.cd-timeline-content .cd-date{
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.cd-timeline-img {
	left: 18px !important;
	top: 13px !important;
	background: rgba(43,155,90,1) !important;
}
.a_day #cd-timeline{
	margin: 0 0 1em 0;
}



.events ul li{
	width: 100% !important;
}
.events table.list th{
	border-bottom: none;
	display: inline-block;
	width: 20%;
	white-space: nowrap;
	padding: 10px 10px 10px 0;
}
.events table.list td{
	display: inline-block;
	width: 75%;
	padding: 10px 0;
}
.events table.list th span{
	font-size: 20px;
}

.events table.list tr.image img {
    position: absolute;
    right: 30px;
    margin-top: -40px;
    height: 100px;
	width: auto;
	z-index: -1;
}


section.ohisama p.lead{
	font-size: 14px;
}



section.recruit p.lead {
    font-size: 14px;
}
section.recruit p.lead.sub{
	font-size: 14px;
}

section.recruit p.catch{
	font-size:20px;
}

section.recruit div.contact{
	width: 100%;
	padding: 20px;
}
section.recruit div.contact p.lead{
	font-size: 16px;
	margin-bottom: 0px;
}

section.recruit div.contact p.tel{
	font-size: 26px;
	margin: 0;
}



.disclosure{
	padding: 10px;
}
.disclosure .inner{
	width: 100%;
}


/**
FAQ
*/

dl.faq dt{
	font-size: 110%;
	line-height:1.2 !important;
	padding-top: 10px !important;
}

dl.faq dt p{
	padding-top: 0;
	margin-left: 40px;
}

dl.faq .circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}



/**
OHISAMA
*/

body.ohisama .main_image div.title {
    position: inherit;
    top: 30px;
	margin-bottom: -20px;
}

body.ohisama .intro p{
	font-size: 105%;
}
body.ohisama .intro p br{
	display: none;
}

body.ohisama .outline div.title h3 {
    margin: 2em 0 .5em 0;
}
body.ohisama .outline div.title:first-child h3{
	margin-top: 0;
}




/**
RECRUIT
*/

.main_image div.title.center h2:before, .main_image div.title.center h2:after{
	background: none;
}

body.recruit .about p.catch{
	font-size: 130%;
}

body.recruit .main_image div.title img{
	width: 75%;
}

body.recruit .main_image div.title{
	top: 5%;
}
body.recruit .main_image div.title.center h2 span.en{
	font-size: 16px;
	margin-top: 5px;
}

body.recruit .main_image p.catch{
	bottom: 20px;
	font-size: 20px;
}
body.recruit .main_image p.catch span.sub{
	font-size: 14px;
}

section.recruit p.lead{
	font-size: 14px;
}

body.recruit ul.specialty li{
	width: 48%;
}

body.recruit .about div.column{margin-right: 0px;}
body.recruit .about div.column.reverse{margin-left: 0px; }
body.recruit .about div.column .main p{
	text-align: center !important;
}

section.recruit div.contact{
	width: 100%;
	padding: 15px;
}
section.recruit div.contact p.lead{
	margin: 0;
	font-size: 16px;
}

body.recruit .speciality{
    /*background: rgba(43,155,90,.1);*/
	background: url(../images/DSC04867.jpg) 20% 0%;
	background-size: cover;
}
body.recruit .speciality ul.comment{
	width: 75%;
}
body.recruit .speciality p.lead{
	font-size: 100%;
}
body.recruit .speciality p.catch{
	font-size: 130%;
}
body.recruit .speciality ul li{
	font-size: 100%;
	margin-bottom: 1em;
}
body.recruit .speciality ul.comment li.left{
	margin-right: 10%;}
body.recruit .speciality ul.comment li.right{
	margin-left: 10%;}

body.recruit .speciality ul.comment li em {
    font-weight: 500;
    font-size: 110%;
}

body.recruit section.event table thead{
	display: none;
}

body.recruit .event table th {
    font-size: 100%;
	width: 35%;
}
body.recruit .event table td{
	padding: 10px;
	font-size: 90%;
}

body.recruit .staff_recruit table th{
	width: 30%;
}




}