@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font-family: "メイリオ", "Noto Sans Japanese", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}
#top-head-sticky-wrapper:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

ul,
.display_bl,
#top-head > .inner {
  display: block;
  letter-spacing: -0.6em;
  list-style-type: none;
}

ul li,
.display_in,
#top-head > .inner > * {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.display_fl, .display_fl_child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex !important;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -js-display: flex;
  letter-spacing: -0.6em;
}

.display_fl_child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
}

/* リンク装飾 */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

a img {
  background: none !important;
  border: 0;
}

a:hover img {
  background-color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80) ";
}

/* 画像設定 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
	letter-spacing: normal;
}

.column2 > *,
.column2_ph li {
  width: 50%;
}

.column3 > * {
  width: 33.3%;
}

.column4 > * {
  width: 25%;
}

.column2_sp > * {
  width: 49%;
}

.column3_sp > * {
  width: 32%;
}

.column4_sp > * {
  width: 19%;
}

.column2_sp > * {
  margin-left: 2%;
}
.column2_sp > *:nth-child(2n+1) {
  margin-left: 0;
}

.column3_sp > * {
  margin-left: 2%;
}
.column3_sp > *:nth-child(3n+1) {
  margin-left: 0;
}

.column4_sp > * {
  margin-left: 2%;
}
.column4_sp > *:nth-child(4n+1) {
  margin-left: 0;
}

.column5_sp > * {
  margin-left: 2%;
}
.column5_sp > *:nth-child(5n+1) {
  margin-left: 0;
}
#contents {
	padding-top: 150px;
}
header .inner,
footer .inner,
#contents .inner {
  margin: 0 auto;
  max-width: 1152px;
  display: block;
}

.wrap {
  width: 96%;
}

.btn a {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 130%;
  font-weight: bold;
}

.btn-bdr, .btn.bdr-st01 a, .btn.bdr-st03 a {
  margin: 0 auto;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border: 2px solid #000000;
  transition: .4s;
  font-size: 100%;
  font-weight: bold;
}

.btn.bdr a:hover {
  background-color: #FEF3D6;
  color: #FFFFFF;
}

.btn.bdr-st01 a {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  font-weight: normal;
}

.btn.bdr-st01 a:hover {
  background-color: #E0E0E0;
  color: #000000;
}

.btn.st02 a {
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #FF6600;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background-image: url("../images/icon_arrow001.png");
  background-repeat: no-repeat;
  background-position: 15% 50%;
}

.btn.st02 a:hover {
  background-color: rgba(250, 250, 250, 0.7);
}

.btn.bdr-st03 a {
  font-size: 120%;
  color: #333333;
  border: 2px solid #333333;
  border-radius: 5px;
}
.btn.bdr-st03 a:before {
  content: "";
  padding: 0 13px 0 0;
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../images/icon_arrow002.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn.bdr-st03 a:hover {
  background-color: #fdfdfd;
  color: #333333;
}

.btn.st04 a {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.btn.st04 a:hover {
  background-color: #efefef;
}

.box.style01 {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.box.style02 {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 0;
  width: 92%;
  border: #F8D670 4px solid;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.box.style02 p {
  margin: 0 auto;
  width: 90%;
}

.box.style03 {
  margin: 0 auto;
  background-color: #fffaea;
  padding: 20px 0 40px 0;
  width: 92%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.bg_cream-yellow {
  background-color: #FEF3D6;
}

.bg_white-yellow {
  background-color: #F8F7ED;
}

.bg_brown {
  background-color: #603533;
}

.bg_drop-water {
  background-image: url("../images/bg_drop-water.jpg");
  background-position: top left;
  background-repeat: repeat;
}

/*
.scroll_button a {
  position: fixed;
  display: block;
  right: 5px;
  bottom: 45px;
  padding: 5px;
}*/
.font-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sub-page h2 {
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 150%;
  background-color: #FFF6C8;
}
.sub-page h2 span {
  padding: 67px 0 46px 0;
  color: #854F3A;
  font-weight: normal;
  border-bottom: #F8D670 4px solid;
  display: inline-block;
}

.cont_common > .inner {
  max-width: 1152px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

footer .upper {
  padding: 14px 0;
}
footer .upper p {
  font-weight: bold;
  color: #854F3A;
  font-size: 140%;
  letter-spacing: 0.1em;
}
footer .middle {
  padding: 0 0 20px 0;
  background-color: #FFF6C8;
}
footer .bg_white-yellow {
	padding-bottom: 10px;
}
.ftit_bg {
	background-color: #F8D670;
	color: #000;
}
footer .middle:before {
  content: "";
  display: inline-block;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 12px solid #F8D670;
  z-index: 1;
}
footer .middle p {
  padding: 0 0 6px 0;
  color: #333333;
  font-size: 100%;
}
footer .middle p.title {
  padding: 0 0 4px 0;
  font-size: 104%;
  font-weight: bold;
  letter-spacing: 0.05em;
}
footer .middle ul {
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  display: block;
}
footer .middle li {
  padding: 0;
  width: 100%;
  display: block;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: #333333;
  margin: 0 0 4px 0;
}
footer .middle li a {
	text-decoration: none;
	color: #333;
}
footer .middle li.tel,footer .middle li.fax {
	width: 47%;
	margin: 0 1% 4px 1%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
footer .middle li.mail {
	text-align:center;
	min-height: 25px;
}
footer .middle li.mail span {
	background-image: url("../images/ico-mail.png");
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 40px;
	margin-top: 4px;
}
footer .lower {
  background-color: #FFFFFF;
}
footer .lower p {
  padding: 10px 0;
  text-align: center;
  font-size: 90%;
}
footer .lower p span {
  padding-left: 3em;
  font-size: 90%;
}
footer .lower p a {
  text-decoration: underline;
}

#top_photo {
  position: relative;
	*height: 700px;
	width: 100%;
	max-width: 1440px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
  *background-image: url("../images/top_main-pic.jpg");
  *background-position: center center;
  *background-repeat: no-repeat;
  *background-size: cover;
}
#top_photo h2 {
  margin: 0 auto;
  width: 96%;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  text-shadow: 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff;
  vertical-align: middle;
  line-height: 1.5em;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 9999;
}
/* .viewer
------------------------- */
.viewer ul li img {
    width: 100%;
}
.viewer {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	*overflow: visible;
	*display: none;
}
.viewer .recruit {
	position: absolute;
	top: 30px;
	right: 42px;
	z-index: 9999;
}
.viewer .recruit.fixed {
	top: 180px;
	position: fixed;
	right: 74px;
	left: inherit;
	margin: 0 auto;
	text-align: right;
	max-width: 1440px;
	padding-right: 42px;
	box-sizing: border-box;
}
.viewer ul {
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
	*overflow: visible;
	margin: 0;
	padding: 0;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

#contents.top-page .cont_common {
  padding: 40px 0 60px 0;
}
#contents.top-page .cont01 {
  padding: 20px 0 80px 0;
}
#contents.top-page .cont01 > .inner {
  padding-top: 70px;
  background-image: url("../images/icon_flower.png");
  background-position: top center;
  background-repeat: no-repeat;
}
#contents.top-page .cont01 > .inner > p {
  margin: 0 auto;
  padding: 0 0 30px 0;
  max-width: 870px;
  text-align: left;
}
#contents.top-page .cont01 li:first-child {
  text-align: right;
}
#contents.top-page .cont01 li:last-child {
  text-align: left;
}
#contents.top-page .cont01 h3,#contents.top-page .cont02 h3 {
  margin: 0 auto 30px auto !important;
  padding: 7px 0 0 0;
  max-width: 10em;
  font-size: 150%;
  line-height: 2em;
  vertical-align: top;
  color: #332525;
  background-image: url("../images/icon_flower.png");
  background-position: center left;
  background-repeat: no-repeat;
}
#contents.top-page .cont01 h3 {
  max-width: 7em;
	margin-bottom: 10px !important;
}
#contents.top-page .cont02 > .inner > * {
  margin: 0 auto;
  display: block;
}
#contents.top-page .cont02 .box {
  padding: 40px 0 50px 0;
  max-width: 910px;
}
#contents.top-page .cont02 .box li {
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
  display: block;
  font-size: 113%;
  text-align: left;
  border-bottom: dotted 1px #999999;
}
#contents.top-page .cont02 .box li:before {
  content: "\f0da";
  padding-right: 7px;
  font-family: FontAwesome;
  color: #FF9900;
}
#contents.top-page .cont02 .box li span.desc {
  padding-left: 7%;
}
#contents.top-page .cont02 .box li span.desc a {
  color: #660000;
  text-decoration: underline;
}
#contents.top-page .cont02 .btn {
  margin: 30px auto 15px auto;
  max-width: 250px;
}
#contents.top-page .cont02 .btn a {
  padding: 10px 0;
}
#contents.top-page .cont03 {
  padding: 15% 0;
  max-height: 480px;
  background-image: url("../images/top_bg_recruit.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contents.top-page .cont03 h3 {
  padding: 0 0 10px 0;
  font-size: 250%;
  font-weight: normal;
  line-height: 1em;
}
#contents.top-page .cont03 h3 span {
  font-size: 60%;
  color: #666666;
}
#contents.top-page .cont03 p {
  padding: 0 0 40px 0;
  font-size: 90%;
}
#contents.top-page .cont03 .btn {
  width: 100%;
  max-width: 200px;
}
#contents.top-page .cont03 .btn a {
  padding: 12px 0;
}

#contents.sub-privacy .inner > p {
  text-align: left;
}
#contents.sub-privacy .tx_blue {
  color: #2263cb;
}
#contents.sub-privacy .box p {
  text-align: left;
}
#contents.sub-privacy .cont01 {
  padding: 60px 0;
}
#contents.sub-privacy .cont02 {
  padding: 60px 0;
  background-color: #FEF3D6;
}

.cont_policy {
  margin: 0 auto;
  width: 92%;
}
.cont_policy h3 {
  margin: 35px 0 5px 0;
  padding: 0 0 0 1em;
  font-size: 130%;
  border-left: #FF0000 6px solid;
}
.cont_policy h4 {
  font-size: 110%;
  color: #3a54c1;
}
.cont_policy h5 {
  padding: 0 0 0 30px;
  font-size: 100%;
}
.cont_policy ul {
  margin: 0 auto;
  padding: 5px 0px;
  width: 100%;
  display: block;
}
.cont_policy ul.icon-dot p {
  padding: 0 0 0 60px;
}
.cont_policy ul.icon-dot p:before {
  content: "・";
}
.cont_policy li {
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: left;
  word-wrap: break-word;
}
.cont_policy li p {
  padding: 0 0 0 30px;
  word-wrap: break-word;
}

/* 施設案内 */
.sub_main_ph {
	margin-top:40px;
	padding-top:51%;
	background-image:url(../images/sub_facility_ph001.jpg);
	background-repeat:no-repeat;
	height:0;
	background-size:100% auto;
	position:relative;
}
.sub_main_ph .txt_b {
	position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-shadow: 0 0 5px #0B83DC;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 135%;
}
.sub_facility_txt_box p{
	text-align:left;
	padding:0;
	letter-spacing: -0.04em;
}
.sub_facility_txt_box {
	background-image:url(../images/sub_facility_bg001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:65px 225px 80px 225px;
	text-align:left;
	position:relative;
}
.sub_facility_txt_box::after {
	content:"";
	position:absolute;
	background-image:url(../images/sub_facility_bg002.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:111px;
	right:0;
	top:0;
	z-index:-1
}
.column2_tx{
	padding-top:40px;
	padding-bottom:40px;
}
.column2_tx .tx_box,
.column2_tx .ph_box {
	vertical-align:middle;
}
.column2_tx .tx_box{
  width: 53%;
	line-height:160%;
	color:#333333;
	font-size:17px;
}
.tx_box {
	text-align:left;
	width:100%;
}
.tx_box p{
	text-align:left;
	padding:0 0 0 15px;
	letter-spacing: -0.04em;
}
.column2_tx .ph_box {
  width: 46%;
  padding-left:1%;
  box-sizing:border-box;
	
}
.ph_box li {
	padding-right:10px;
	box-sizing:border-box;
}
.txt_title {
	background-image:url(../images/icon_flower.png);
	background-repeat:no-repeat;
	background-position:15px center;
	text-align:left;
	line-height:40px;
	padding-left:65px;
	font-weight:bold;
	margin-bottom:20px;
}
.txt_title strong {
	font-size:20px;
}
.gallery_box {
	padding-bottom:40px;
}
.gallery_box img {
	margin-bottom:2px;
}
.pt40 {
	padding-top: 40px;
}
.mb16 {
	margin-bottom: 16px;
}
.fc-red {
	color: #C00;
}
dl {
	margin: 0 auto;
	width: 92%;
	padding: 20px 0;
	text-align: left;
}
dl dt {
    margin: 0 0 8px 0;
    padding: 0 0 0 10px;
    font-size: 130%;
    border-left: #F43811 6px solid;
	font-weight: bold;
}
dl dd {
	margin: 0;
	padding: 0 0 30px 16px;
}
dl dd:last-child {
	padding-bottom: 0;
}
.moku {
	font-size: 110%;
	color: #3a54c1;
}
.pl1 {
	display: inline-block;
	padding-left: 1em;
	margin-top: 6px;
}
dl dd ol {
	width: 92%;
	margin: 16px auto;
}
ol li {
	list-style-position: outside;
	margin: 8px 0;
}
ol li ul {
	width: 96%;
	margin: 10px auto 20px auto;
}
ol li ul li {
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
dl dd p {
	padding: 6px 0;
	line-height: 150%;
}
.mt30 {
	margin-top: 30px;
	display: inline-block;
}
.mb30 {
	margin-bottom: 30px;
}
.img-right {
	float: right;
	margin-left: 40px;
}
#top-head-sticky-wrapper {
	position: absolute;
	*position: static;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: #FFF;
}
#top-head-sticky-wrapper.is-sticky #header {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*position: static;
}
.map-area{
	width: 100%;
	max-width: 1152px;
	margin: 30px auto;
	display: block;
}
.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
}
ul.list3 {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	clear: both;
}
ul.list3 li {
	width: 31%;
	margin: 16px 1%;
	display: inline-block;
	*float: left;
	vertical-align: top;
	text-align: left;
}
ul.guide-list li {
	margin: 16px 2% 16px 0;
}
ul.list3 li img {
	margin: 0 auto 16px auto;
	display: block;
	width: 98%;
}
ul.list3 li p {
	padding: 0 10px;
}
#entry ul li {
	padding: 14px 0;
}
#entry ul li a {
	color: #660000;
	text-decoration: underline;
	display: inline;
	margin-left: 40px;
}
dl.mousikomi {
	margin-bottom: 40px;
}
dl.mousikomi ul {
	letter-spacing: -4em;
	margin: 0 auto;
	padding: 10px 0;
}
dl.mousikomi ul li {
	display: inline-block;
	width: 31%;
	margin: 5px 1%;
	letter-spacing: normal;
	font-size: 90%;
}
dl.mousikomi ul li a {
	display: block;
	box-sizing: border-box;
}
dl.mousikomi ul li a.ex {
	background-image: url(../images/ico-excel.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 8px 4px 8px 48px;
	border: 3px solid #207245;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
dl.mousikomi ul li a:hover {
	background-color: #FFC;
}
dl.mousikomi ul li a.wo {
	background-image: url(../images/ico-word.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 8px 4px 8px 48px;
	border: 3px solid #2B589B;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.top-link {
	padding: 80px 0;
}
.top-link h3 {
    font-weight: normal;
    font-size: 150%;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 4px solid #DFDFDF;
    display: inline-block;
}
.top-link ul {
	max-width: 900px;
	text-align: center;
	margin: auto;
}
.top-link ul.column3 {
	padding-bottom: 80px;
}
.top-link ul.column2 li {
	width: 46%;
	margin: 0 2%;
}
.recruit-btn {
	display: none;
}
@media screen and (min-width: 1140px) {
.animation01 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.animation02 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.animation03 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation04 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.animation05 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation06 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation07 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.animation08 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes fadeInDown {
  from {
	  top: -400px;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
	  top: -400px;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
}
}

.ser-txb {
	display: block;
	margin: 0 auto 12px auto;
	padding: 10px 0;
	font-size: 140%;
	border-bottom: 2px solid #444;
	text-align:center;
}
ul.guide3 li {
	background-color: #FFF6C8;
}
ul.guide3 p.pb20 {
	padding-bottom: 20px;
}
ul.guide3 p.pt20 {
	padding-top: 20px;
}
ul.guide3 p.pb16 {
	padding-bottom: 16px;
}
ul.guide3 li img {
	width: 100%;
}
_:-ms-fullscreen, :root .animated {
	opacity: 1 !important;
}
_:-ms-lang(x), .animated {
	opacity: 1 !important;
}
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
  .animated {
	opacity: 1 !important;
  }
}
@media screen\0 {
  .viewer .recruit.fixed {
    width: 1440px;
  }
}
@media screen and (max-width: 1300px) {
  #top_photo h2 {
    font-size: 160%;
  }
  .viewer .recruit {
	  text-align: right;
	  top: 15px;
	  right: 25px;
		max-width: 210px;
  }
  .viewer .recruit img {
	  max-width: 90%; 
  }
  .viewer .recruit.fixed {
	 left: inherit;
	 right: 0;
	 padding-right: 25px;
	 top: 165px;
  }
}
@media screen and (max-width: 1152px) {
.column2_tx .tx_box br{
	display:none;
}
.sub_facility_txt_box br {
	display:none;
}
}
@media screen and (max-width: 1140px) {
  #contents {
    margin: 110px 0 0 0;
	padding-top: 0;
  }
  .animated {
	opacity: 1 !important;
  }

  .cont_common > .inner > p {
    max-width: inherit;
  }

  #top_photo h2 span {
    padding: 0;
  }
  #top_photo h2 span:before {
    content: "\A";
    white-space: pre;
  }
  .sub_main_ph {
	padding-top:70%;
	background-image:url(../images/sub_facility_ph001_smp.jpg);
}
.font-mincho {
	font-family: "Sawarabi Mincho";
}
#top-head-sticky-wrapper #header {
	background-color: rgba(255,255,255,0);
}
#top-head-sticky-wrapper.is-sticky #header {
	min-height: 64px;
}
.column2_ph .tx_box p br {
	display: none;
}
  .viewer .recruit.fixed {
	 top: 125px;
  }
}
@media screen and (max-width: 1024px) {
.sub_facility_txt_box {
    padding: 60px 12%;
    text-shadow: 0 0 3px #FFFFFF;
}
}
@media screen and (max-width: 860px) {
  .column2_ph li {
    width: 100%;
	margin-bottom:2px;
}
.column2_tx .tx_box,
.column2_tx .ph_box {
    width: 100%;
	margin-left:0;
	margin-right:0;
	padding:0;
}
.column2_tx .tx_box{
	margin-bottom:40px;
}

.column2_tx .ph_box .column2_ph li{
    width: 50%;
	margin-left:0;
	margin-right:0;
}
.column2_tx .ph_box .column2_ph li:nth-child(1){
	padding:0 1px 0 0;
}
.column2_tx .ph_box .column2_ph li:nth-child(2){
	padding:0 0 0 1px;
}
.column2_tx {
	padding-bottom:0;
}
.tx_box p {
    text-align: left;
    padding: 0 15px;
    letter-spacing: 0;
}
/*.tx_box p br {
	display:none;
}*/
ul.list3 {
	width: 98%;
}
ul.list3 li {
	width: auto;
	display: block;
	margin: 16px auto 32px auto;
}
#top_photo h2 {
	width: 88%;
	font-size: 94%;
}
  .sub_main_ph .txt_b br {
	  display:none;
	 }
  .sub_main_ph .txt_b span.br::before {
	content: "\A" ;
	white-space: pre ;
}

}
@media screen and (max-width: 780px) {
  #contents {
    margin: 75px 0 0 0;
  }
  .sub_facility_txt_box {
	  padding: 30px 8%; 
  }
  dl.mousikomi ul li {
	 width: 96%;
	 display: block;
	 margin: 10px auto; 
  }
  .top-link ul.column3 li {
	 width: 31%;
	 margin: 0 1%;
  }
  .viewer .recruit {
	 right: 15px; 
  }
  .viewer .recruit img {
	 max-width: 85%; 
  }
  .viewer .recruit.fixed {
	 top: 80px;
	 padding-right: 5px;
  }
}
@media screen and (max-width: 740px) {
  footer .lower p,
  footer .upper p {
    line-height: 1.2em;
  }
  footer .lower p span,
  footer .upper p span {
    padding: 0;
  }
  footer .lower p span:before,
  footer .upper p span:before {
    content: "\A";
    white-space: pre;
  }
  footer .middle ul {
    padding: 0;
  }
  .sub_main_ph .txt_b {
    top: 12%;
    font-size: 20px;
}
.viewer .recruit {
	right: 5px;
	top: 5px;
}
.viewer .recruit img {
	max-width: 72%;
}
}
@media screen and (max-width: 640px) {
  footer .middle li {
    font-size: 100%;
  }
  footer .middle li span {
    font-size: 80%;
  }
  footer .middle li ruby rt {
    font-size: 60%;
  }
  .img-right {
	 float: none;
	 display: block;
	 margin: 20px auto 30px auto; 
  }
  .top-link ul.column3 li {
	 display: block;
	 width: auto;
	 margin: 0 auto 15px auto;
  }
  .top-link ul.column3 li:last-child {
	  margin-bottom: 0;	  
  }
  #top_photo h2 {
    font-size: 130%;
    text-align: left;
  }
	#top_photo h2 span:before {
	content: inherit;
	white-space: inherit;
	}
	.viewer .recruit {
		display: none;
	}
	.recruit-btn {
		display: block;
		width: 94%;
		margin: 0 auto;
		padding-top: 25px;
		text-align: center;
	}
	.rbtn.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
	clear: both;
	margin-bottom: 15px;
	}
	.cr.static {
		margin-bottom: 140px;
	}
}
@media screen and (max-width: 600px) {

  #contents.top-page .cont01 li {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center !important;
  }
  #contents.top-page .cont02 .info.box span.desc {
    padding: 0 0 0 13px;
    width: 100%;
    display: block;
  }
  #contents.top-page .cont03 p {
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #top_photo h2 {
    font-size: 110%;
  }
  footer .inner {
	 font-size: 90%;
  }
  footer .lower p {
	  text-align: left; 
  }
  footer .middle p {
	  text-align: left; 
  }
  footer .middle p.title {
	  text-align: center; 
  }
  .cont_common > .inner {
	  padding-bottom: 0 !important; 
  }
  #contents.top-page .cont_common {
	 padding: 40px 0; 
  }
  .sub_main_ph .txt_b {
	  font-size: 16px;  
  }
  footer .middle li.tel,footer .middle li.fax {
	 display: block;
	 width: auto;
	 margin: 0 auto;
	 text-align: center; 
  }
  .top-link {
	  padding: 40px 0; 
  }
  .top-link ul.column3 {
	  padding-bottom: 30px; 
  }
  #top_photo h2 {
	 top: 16%; 
  }
  .rbtn img {
	 max-width: 90%; 
  }
	.cr.static {
		margin-bottom: 100px;
	}
	img.mb30 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 440px) {
  footer .middle li {
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  footer .middle li span {
    padding: 0;
  }
  footer .middle li.mail {
	  margin: 6px 0 0 0;
  }
  footer .middle li.mail span {
	  background-image: url(../images/ico-mail02.png);
	  padding-left: 30px; 
  }
}
@media screen and (max-width: 360px) {
	.sub_main_ph .txt_b {
		text-align: left;
		display: block;
		padding: 0 10px;
	}
	.sub_main_ph .txt_b span.br::before {
		white-space: inherit;	
	}
	li.tel img,li.fax img {
		max-width: 60%;
	}
}
@media screen and (max-width: 320px) {
	.viewer {
		width: 100% !important;
	}
	footer .middle li.mail {
		word-break: break-all;
	}
}