/* @import url("./style-sub.css"); */
/* ==== Google font ==== */
/* @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'); */

@font-face {
    font-family: anzu;
    src: url('../fonts/apjapanesefont.eot?#iefix') format('oldIE'),
    url('../fonts/apjapanesefont.woff') format("woff"),
    url('../fonts/APJapanesefont.ttf') format("truetype");
}

html {
  width: 100%;
  height: 100%;
  line-height: 1;
  font: inherit;
  font-size: 62.5%; /* 10px */
}

body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  font-size: 1.6px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  /*text-transform: uppercase;*/
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

p.lead {
font-weight: 600;
}

a {
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #dd0000;
}

/* cell.is-empty設定IEのobject-fit:cover;の未対応の為
-------------------------------------------------------------------------------- */
.object-fit-img {
  object-fit: cover;
  object-position: center;
  background-position-y: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/* ゴーストボタン設定
----------------------------------------------------------------------------------------------- */
a.gbtn:link,
a.gbtn:visited{
  display: inline-block;
  width: 420px;
  margin: 60px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 400;
}
a.gbtn-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn::before {
  content: url(../images/link_icon.png);
  width: 31px;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}
a.gbtn-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#f3f3f3;
  transition:.3s;
}
a.gbtn-hover:hover {
  color:#555;
}
a.gbtn-hover:hover::after {
  width:450px;
  height:450px;
  margin:-225px 0 0 -225px;
}

/* ゴーストボタン2設定 */
a.gbtn2:link,
a.gbtn2:visited{
  display: inline-block;
  width: 250px;
  margin: 45px 40px 0px;
  padding: 15px 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
}
a.gbtn2-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn2-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#222222;
  transition:.3s;
}
a.gbtn2-hover:hover {
  color:#FFFFFF;
}
a.gbtn2-hover:hover::after {
  width:450px;
  height:450px;
  margin:-65px 0 0 -225px;
}


img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 0;
}

.light {
    font-weight: 400;
}
/* 準備中画像用
----------------------------------------------------------------------------------------------- */
.pre {
  margin: 0 auto 0;
  padding: 0;
}

/* container
----------------------------------------------------------------------------------------------- */
.container {
  /*height: 100%;*/
}

/* マウスホバーアクション
----------------------------------------------------------------------------------------------- */
/*.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.transform02 {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}
figure:hover .transform02 {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}*/
figure h4 {
  padding: 20px 0 5px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
figure p {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

figure {
  position: relative;
  overflow: hidden;
}

.end {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,0.8);
}

.end p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  margin: -5% 0 0 -19%;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}


/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.image-left {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-left02 {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-right {
position: relative;
margin: 0 0px 40px 30px;
padding: 0;
float: right;
}

.image-center {
position: relative;
margin: 0 auto 20px;
padding: 0;
text-align: center;
}

/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.left {
position: relative;
margin: 0 30px 0px 0;
padding: 0;
}
.right {
position: relative;
margin: 0 0px 0px 30px;
padding: 0;
}
.center {
position: relative;
margin: 0 auto 0px;
padding: 0;
text-align: center;
}



/* googlemapレスポンシブ設定
----------------------------------------------------------------------------------------------- */
.ggmap {
position: relative;
margin: 0 auto 30px;
padding-bottom: 38%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap #apimap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap .apimap a {
  color: #000;
  text-decoration: underline;
}

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

/* clearfix設定
----------------------------------------------------------------------------------------------- */
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.sp-tab-view {
  display: none;
}

/* リンク画像設定
----------------------------------------------------------------------------------------------- */
a:hover img.hoverimg,
a.hoverimg:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/* navbar
----------------------------------------------------------------------------------------------- */
body > .navbar {
  height: 70px;
  margin-bottom: 0;
  padding: 0px 0 0px;
  border: none;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
  -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
  transition: background .3s ease-in-out,padding .3s ease-in-out;
}

/*.navbar .navbar-header {
  display: none;
}*/

.top-nav-collapse {
  padding: 0;
  background: #E5E5E5;
}

/*.navbar-custom.top-nav-collapse {
  height: 70px;
  margin-bottom: 0;
  padding: 19px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(31,31,31,0.7) repeat;
  background: url(../images/header_bg.png) repeat-x;
}*/

.navbar-brand:focus {
    outline: 0;
}
div .navbar-brand {
  margin: 0px !important;
  padding: 6px 0px 0;
  display: block;
  height: 100%;
}
div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 58px;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
}
div .navbar-brand .logo {
  width: 278px;
  height: 55px;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  color: #000000;
  margin: 0px 0 0px;
  padding: 0px 0 0 68px;
  font-weight: normal;
  text-align: left;
  position: relative;
}
div .navbar-brand .logo span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  display: block;
  text-align: left;
}

.navbar-collapse {
  position: static;
  margin: 0;
  padding: 0;
}

.nav.navbar-nav {
-js-display: flex;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:         row;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:         wrap;
-webkit-justify-content: flex-end; /* Safari */
justify-content:         flex-end;
-webkit-align-items: center; /* Safari */
align-items:         center;
margin: 16px 0 0;
padding: 0;
text-align: center;
position: static;
/* width: 1170px; */
float: none;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    /*background-color: rgba(0,0,0,0.1);*/
}

.navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0px 0px;
  float: none;
  position: relative;
}


.teldisplay,
.mapdisplay{
  display: none;
}
/* .navbar-custom ul.nav li::after {
  content: '';
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  margin: 0;
  padding: 0 0 0;
} */
/* .navbar-custom ul.nav li:first-child::before {
  content: none;
  margin: 0;
  padding: 0;
} */
.navbar-custom ul.nav li.mask,
body:not(#page-top) .navbar-custom ul.nav li.mask {
  display: none;
}

.navbar-custom ul.nav li a {
	font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
	letter-spacing: -0.8px;
    color: #000;
	text-transform: uppercase;
  display: block;
  margin: 0 0 -2px;
  padding: 4px 20px 0;
}
.navbar-custom ul.nav li.home a {
  display: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

body:not(#page-top) .navbar-custom ul.nav li a {
  color: #000;
  position: relative;
}

.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li.active,
body:not(#page-top) .navbar-custom ul.nav li a:hover,
body:not(#page-top) .navbar-custom ul.nav li a:focus,
body:not(#page-top) .navbar-custom ul.nav li.active,
#news .navbar-custom ul.nav li a[title="news"],
#service .navbar-custom ul.nav li a[title="service"],
#service_home .navbar-custom ul.nav li a[title="service"],
#service_day .navbar-custom ul.nav li a[title="service"],
#service_care .navbar-custom ul.nav li a[title="service"],
#point .navbar-custom ul.nav li a[title="point"],
#facility .navbar-custom ul.nav li a[title="facility"],
#office .navbar-custom ul.nav li a[title="office"],
#recruit .navbar-custom ul.nav li a[title="recruit"],
#access .navbar-custom ul.nav li a[title="access"],
#contact .navbar-custom ul.nav li a[title="contact"],
#privacy .navbar-custom ul.nav li a[title="privacy"] {
    color: #fff;
    background-color: #324f75;
}


.nav.navbar-nav li.codm a {
  display: block;
  background-image: url(../images/codmon_icon_off.png);
  background-repeat: no-repeat;
  background-position: center 0;
  border-bottom: none;
    width: 70px;
    height: 19px;
  margin: 0 14px 0;
}
.nav.navbar-nav li.codm a img {
  vertical-align: middle;
}

.nav.navbar-nav li.codm a:hover,
.nav.navbar-nav li.codm a:active {
  background-image: url(../images/codmon_icon_on.png);
  background-color: transparent;
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    color: #fff;
    position: relative;
    right: 0;
    top: 0;
}

.top-nav-collapse .navbar-toggle {
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #222222;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar .telephone,
body:not(#page-top) .navbar .telephone {
  display: none;
}

.is-animation #menu-first-block {
  display: none;
}

/* スクロール後と各ページ設定 */
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0,0);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  width: 100%;
  height: 55px;
  z-index: 999;
  margin-bottom: 0;
  padding: 0px 0;
  border: none;
  border-radius: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  /* -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out; */
}

.is-animation .navbar .telephone,
body:not(#page-top).is-animation .navbar .telephone {
  float: right;
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 51px;
  color: #484848;
  margin: 0;
  padding: 4px 0 0;
}
.is-animation .navbar .telephone a,
body:not(#page-top).is-animation .navbar .telephone span,
body:not(#page-top).is-animation .navbar .telephone span a {
	color: #484848 !important;
}

.is-animation .navbar .telephone::before, body:not(#page-top).is-animation .navbar .telephone::before {
  content: '';
  background-image: url(../images/h-tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}

.is-animation div .navbar-brand {
  margin: 0px !important;
  padding: 2px 0px 0;
  display: block;
  height: 100%;
}
.is-animation div .navbar-brand .logo {
  width: 278px;
  height: 55px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000000;
  margin: 0px 0 0px;
  padding: 0px 0 0 68px;
  font-weight: normal;
  text-align: left;
  position: relative;
}

.is-animation .nav.navbar-nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  position: static;
  width:882px;
}



.navbar-collapse.collapse {
  display: block !important;
  justify-content: flex-end;
  height: auto !important;
  padding: 0;
  overflow: visible !important;
  float: right;
}

.is-animation .navbar-custom ul.nav li.mask,
body:not(#page-top).is-animation .navbar-custom ul.nav li.mask {
  display: block;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
  line-height: 51px;
  margin: 0 0 0;
  padding: 4px 20px 0;
}
.is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  border-bottom: none;
  width: 20px;
  height: 30px;
  margin: 0;
  padding: 0px 0px 0;
}
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
}

.is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center 0;
  border-bottom: none;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0px 34px 0;
}
.is-animation .navbar-custom ul.nav li.home a img {
  vertical-align: middle;
}
.is-animation .navbar-custom ul.nav li.home a:hover,
.is-animation .navbar-custom ul.nav li.home a:active,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:hover,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:active {
  background-image: url(../images/home_blue.png);
  background-color: transparent;
}
.is-animation .navbar-custom ul.nav li.home a:hover::before,
body:not(#page-top) .is-animation .navbar-custom ul.nav li.home a:hover::before {
  content: none;
}

.is-animation .navbar-custom .nav li a:hover,
.is-animation .navbar-custom .nav li a:focus,
.is-animation .navbar-custom .nav li.active,
body:not(#page-top).is-animation .navbar-custom .nav li a:hover,
body:not(#page-top).is-animation .navbar-custom .nav li a:focus,
body:not(#page-top).is-animation .navbar-custom .nav li.active,
#news.is-animation .navbar-custom ul.nav li a[title="news"],
#service.is-animation .navbar-custom ul.nav li a[title="service"],
#service_home.is-animation .navbar-custom ul.nav li a[title="service"],
#service_day.is-animation .navbar-custom ul.nav li a[title="service"],
#service_care.is-animation .navbar-custom ul.nav li a[title="service"],
#point.is-animation .navbar-custom ul.nav li a[title="point"],
#facility.is-animation .navbar-custom ul.nav li a[title="facility"],
#office.is-animation .navbar-custom ul.nav li a[title="office"],
#recruit.is-animation .navbar-custom ul.nav li a[title="recruit"],
#access.is-animation .navbar-custom ul.nav li a[title="access"],
#contact.is-animation .navbar-custom ul.nav li a[title="contact"],
#privacy.is-animation .navbar-custom ul.nav li a[title="privacy"] {
    outline: 0;
    color: #fff;
    background-color: #324f75;
}

.is-animation .navbar-custom ul.nav li.codm a {
	background-color:#ffffff;
	color:#ffffff;
    margin: 0 10px 0 !important;
}

.is-animation .navbar-custom ul.nav li.codm a:hover,
.is-animation .navbar-custom ul.nav li.codm a:active {
	background-color:#ffffff;
	color:#ffffff;
    margin: 0 10px 0 !important;
}


.is-animation .comment ul li:first-child {
  color: #fff;
}
.is-animation .comment ul li:last-child {
  color: #fff;
}

.is-animation .comment ul li:last-child span {
  color: #fff;
}

/* #toTop設定
----------------------------------------------------------------------------------------------- */
#toTop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
background-image: url('../images/up.png');
background-repeat: no-repeat;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
z-index: 1000;
}
#toTop:hover {
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* hr設定
----------------------------------------------------------------------------------------------- */
hr {
  width: 100%;
  borderbottom: 1px solid #636363;
  clear: both;
  margin: 10px auto 20px;
}

/* margin設定
----------------------------------------------------------------------------------------------- */
.margin-bottom0{margin-bottom:0 !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}
.margin-bottom120{margin-bottom:120px !important;}
.margin-bottom150{margin-bottom:150px !important;}
.margin-bottom160{margin-bottom:160px !important;}


/* max-width設定
----------------------------------------------------------------------------------------------- */
.max-width10{max-width: 10% !important;}
.max-width20{max-width: 20% !important;}
.max-width30{max-width: 30% !important;}
.max-width40{max-width: 40% !important;}
.max-width50{max-width: 50% !important;}
.max-width60{max-width: 60% !important;}
.max-width70{max-width: 70% !important;}
.max-width80{max-width: 80% !important;}
.max-width90{max-width: 90% !important;}


/* General sections
----------------------------------------------------------------------------------------------- */

/* メイン画像設定
----------------------------------------------------------------------------------------------- */
#main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
  height: calc(100% - 20%);
  background-image: url(../images/top/main01.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto 0px;
}
.main-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: auto;
  padding: 0px;
  width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.main-inner-content .comment01 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 44px;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 3px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 25px;
  padding: 0px;
}
.main-inner-content .comment02 {
  display: block;
  color: rgb(255, 255, 255,1);
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 60px;
  text-align: center;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 3px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 25px;
  padding: 0px;
}
.main-inner-content .comment03 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 44px;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 3px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 0px;
  padding: 0px;
}



/* home-section
----------------------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 90px;
  display:block;
  position:relative;
  z-index:120;
}

.home-section02 {
  padding-top: 60px;
  padding-bottom: 0px;
  display:block;
  position:relative;
  z-index:120;
}

/* section title
----------------------------------------------------------------------------------------------- */
#page-top section .title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 58px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 40px;
  padding: 130px 0 20px;
  position: relative;
  background-image: url(../images/title_under_bar.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#page-top section .title::before {
  content: '';
  display: block;
  width: 100%;
  height: 87px;
  background-image: url(../images/title_bar.png);
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  top: 0;
}
#page-top section .title-center {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 50px;
}
#page-top section .title-center span {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#page-top section .title-center-white {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#page-top section .title01 {
  text-align: center;
  background-image: url(../images/top/content01_head.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  min-height: 265px;
  margin: 0px 0px 40px;
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
}
#page-top section .title01 .inner {
  width: 100%;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-58%) translateX(-50%);
  -ms-transform: translateY(-58%) translateX(-50%);
  -webkit-transform: translateY(-58%) translateX(-50%);
}
#page-top section .title01 .inner span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  display: block;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
}
#page-top section .title02 {
  text-align: center;
  background-image: url(../images/top/content02_head.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  min-height: 281px;
  margin: 0px 0px 40px;
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
}
#page-top section .title02 .inner {
  width: 100%;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  -ms-transform: translateY(-20%) translateX(-50%);
  -webkit-transform: translateY(-20%) translateX(-50%);
}
#page-top section .title02 .inner span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
}
#page-top section .title03 {
  text-align: center;
  background-image: url(../images/top/content03_head.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  min-height: 225px;
  margin: 0px 0px 40px;
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
}
#page-top section .title03 .inner {
  width: 100%;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-26%) translateX(-50%);
  -ms-transform: translateY(-26%) translateX(-50%);
  -webkit-transform: translateY(-26%) translateX(-50%);
}
#page-top section .title03 .inner span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
}
#page-top section .title-block {
  position: relative;
  margin: 0 0 65px;
  padding: 0;
}

#page-top section .title04 {
  position: relative;
  display: inline-block;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 56px;
  font-weight: normal;
  text-align: left;
  color: #b52b55;
  font-family: anzu, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px 0 0px 20px;
  padding: 0px 0 30px 0;
  background: url(../images/top/line.png) no-repeat center bottom;
}

#page-top section .title-block::before {
  content: '';
  background-image: url(../images/top/chara.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin: -90px 0 0;
  padding: 0;
  width: 186px;
  height: 120px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

#page-top section .blue-back {
  width: 100%;
  background-image: url(../images/title_bg.png);
  background-repeat: repeat;
  height: auto;
  margin: 0 0 60px;
  padding: 0;
}

#page-top section .blue-back .title-blue-bg {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 30px 0px 25px;
}
#page-top section .blue-back .title-blue-bg span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}



/* section 共通項目
----------------------------------------------------------------------------------------------- */
section p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
}

section a.link-btn {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #0e3c57;
  margin: 40px auto 0;
  padding: 10px 30px 10px;
  letter-spacing: -0.8px;
  display: inline-block;
  border-radius: 30px;
}

section a.link-btn:after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
  top: 4px;
}
section a.link-btn:hover,
section a.link-btn:active {
  opacity: 0.7;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-4 > li {
  width: 270px;
  margin: 0 0 0px;
  padding: 0;
}
/* .image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
} */
.image-list-3 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
.image-list-3 > li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-2 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-2 > li {
  width: 570px;
  margin: 0 0 25px;
  padding: 0;
}



/* side-btn
----------------------------------------------------------------------------------------------- */
#side-btn {
 position:fixed;
 top:50%;
 right:0;
 transform: translate(0,-50%);
 z-index:9999;
}

#side-btn ul {
list-style: none;
margin: 0;
padding: 0;
}
#side-btn ul li {
margin: 0 0 0;
padding: 0;
transition:all 0.5s ease;
}
#side-btn ul li:last-child {
margin: 10px 0 0;
padding: 0;
}
#side-btn ul li a {
background-color: #fff;
display: block;
}
#side-btn ul li a img {
transition:all 0.5s ease;
}
#side-btn ul li a img:hover,
#side-btn ul li a img:active {
opacity: 0.7;
}



/* section 各背景設定
----------------------------------------------------------------------------------------------- */
.bg-white {
	background: #fff;
}
.content00,
.content01 {
  margin: 0 auto 0;
  padding: 0 0 80px;
}

.content02 {
  margin: 0 auto 0;
  padding: 0px 0 80px;
}

.content03 {
  margin: 0 auto 0;
  padding: 0px 0 80px;
}

.content04 {
  background: url(../images/top/content04_bg.jpg);
  margin: 0 auto 0;
  padding: 80px 0 80px;
  max-height: 697px;
}



/* owl-carousel
----------------------------------------------------------------------------------------------- */
.owl-carousel {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
.owl-dots {
  text-align: center;
  width: 100%;
  margin: 30px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(189,189,189, 1);
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot.active {
  background-color: #ef6b00;
}
.owl-dots {
  text-align: center;
}
.owl-carousel a {
  display: block;
  margin: 0 0 10px;
}
.owl-carousel div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
}


/* News
----------------------------------------------------------------------------------------------- */
#page-top section.news {
  background-image: url(../images/top/news_head.png);
  background-repeat: repeat-x;
  margin: 80px auto 0;
  padding: 140px 0px 135px;
}

#page-top section.news .title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 58px;
  text-align: center;
  font-weight: normal;
  background : transparent;
  color: #000000;
  margin: 0 0 40px;
  padding: 0;
}
#page-top section.news .title::before {
  content: none;
}

.scrollbar{
  width: 100%;
  height: 200px;
  position: relative;
	overflow-y: auto;
	margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}

section.news .container div#news_block {
  margin: 0 0 0px;
  padding: 0 15px 0 0;
  width: 100%;
  text-align: center;
  border: none;
  position: relative;
}

section.news .container div#news_block a {
  display: block;
  margin: 0px auto 0px;
  padding: 0;
  border-bottom: 1px solid #bbbbbb;
}

section.news .container div#news_block a:first-child {
  display: block;
  margin: 0px auto 0px;
  padding: 0;
  border-top: 1px solid #bbbbbb;
}

section.news .container div#news_block a:hover {
  background: #c5c5c5;
}

section.news .container div#news_block dl {
  width: 98%;
  margin: 0px 0 0 0;
  padding: 13px 0;
  overflow: hidden;
  display: table;
  position: relative;
  height: 59.3px;
}

section.news .container div#news_block dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: table-cell;
  width: 270px;
}

section.news .container div#news_block dl dt span.news {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  background-color: #e58824;
  text-align: center;
  margin: 0 20px 0px 0;
  padding: 4px 0 0;
  display: inline-block;
  width: 95px;
  float: right;
}

section.news .container div#news_block dl dt span.recruit {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  background-color: #163858;
  text-align: center;
  margin: 0 20px 0px 0;
  padding: 4px 0 0;
  display: inline-block;
  width: 95px;
  float: right;
}

section.news .container div#news_block dl dt span.users {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  background-color: #145e4f;
  text-align: center;
  margin: 0 20px 0px 0;
  padding: 4px 0 0;
  display: inline-block;
  width: 95px;
  float: right;
}

section.news .container div#news_block dl dd {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 32px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  display: table-cell;
  width: 900px;
}

section.news .container p.caution {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  color: #333333;
  text-align: center;
  margin: 100px auto 100px;
  padding: 0;
}

section.news .wrapper div.right .side-list {
  margin: 74px 0 0;
  padding: 0;
  position: relative;
  list-style: none;
}

section.news .wrapper div.right .side-list li {
  display: block;
  margin: 0 0 7px;
  padding: 0;
}

section.news .movie-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 80px;
  padding: 0;
  text-align: center;
  list-style: none;
}

section.news .movie-list li {
  margin: 0;
  padding: 0;
}

#page-top section.news .chart-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  color: #fff;
  margin: 0px auto 0px;
  padding: 40px 0 0;
  background-image: url(../images/top/content03_text_bg.png);
  background-repeat: no-repeat;
  width: 750px;
  height: 121px;
  position: relative;
}

#page-top section.news .chart-title span {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 42px;
  font-weight: normal;
  color: #fffc00;
  margin: 0px 0px 0px;
  padding: 0;
}

#page-top section.news .chart-title::before {
  content: '';
  margin: 0px 0 0px;
  padding: 0 0 0;
  background-image: url(../images/top/pic02_01.png);
  background-repeat: no-repeat;
  width: 153px;
  height: 99px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -183px;
}

#page-top section.news .chart-title::after {
  content: '';
  margin: 0px 0 0px;
  padding: 0 0 0;
  background-image: url(../images/top/pic02_02.png);
  background-repeat: no-repeat;
  width: 179px;
  height: 103px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -209px;
}

#page-top section.news .chart_30 {
	    text-align: center;
}

#page-top section.news .chart_30 img {
	    margin: 30px auto 0;
}

#page-top section.news a.chart {
	display: block;
}

#page-top section.news a.chart:hover,
#page-top section.news a.chart:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/**/
section.content00 p.dot-line {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 50px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}

/* content01
----------------------------------------------------------------------------------------------- */
section.content01 .image-list {
  -js-display: flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
section.content01 .image-list > li {
  width: 340px;
  margin: 0 0 0px;
  padding: 0;
}
section.content01 p.dot-line {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}
section.content01 .point-list {
  -js-display: flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 0px;
  padding: 0;
  text-align: center;
}
section.content01 .point-list > li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
  background-color: #fcf9f0;
}
section.content01 .point-list > li .inner {
  margin: 0 0 0px;
  padding: 20px 20px 30px;
}

section.content01 p.head {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
section.content01 p.come {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
}


/* content02
----------------------------------------------------------------------------------------------- */
section.content02 .image-list {
  -js-display: flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
section.content02 .image-list > li {
  width: 370px;
  margin: 0 0 0px;
  padding: 0;
}
section.content02 p.dot-line {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}

/* content03
----------------------------------------------------------------------------------------------- */
section.content03 p.dot-line {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
  overflow: hidden;
}

/* content04
----------------------------------------------------------------------------------------------- */
section.content04 .dl-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8% 0 0 0;
  padding: 0;
}
section.content04 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 44px;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
}


/* contact_area
----------------------------------------------------------------------------------------------- */
#contact_area {
  width: 100%;
  margin: 150px auto 0;
  padding: 0px 0 0px;
  position: relative;
}

#contact_area .contact-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  list-style: none;
}

#contact_area .contact-list li:first-child::before {
  content: url(../images/footer_contact_left.png);
  width: 52px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: -62px;
}
#contact_area .contact-list li:first-child::after {
  content: url(../images/footer_contact_center.png);
  width: 52px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: -90px;
}
#contact_area .contact-list li:last-child::after {
  content: url(../images/footer_contact_right.png);
  width: 52px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: -62px;
}

#contact_area .contact-list li {
  margin: 0 60px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}

#contact_area .contact-list li.tel {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail a {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 140px;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0 115px;
  position: relative;
}

#contact_area .contact-list li.tel .box:before {
  content: '';
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 91px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
}
#contact_area .contact-list li.mail a:before {
  content: '';
  background-image: url(../images/pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 117px;
  height: 110px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 15px;
  padding: 0px;
}
#contact_area .contact-list li p.name span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
}

#contact_area .contact-list li p.tel {
  color: #000;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -2.5px;
}
#contact_area .contact-list li p.tel span {
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
}
#contact_area .contact-list li p.tel a {
  color: #000;
  text-decoration: none;
}
#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li p.tel-comment span.bol {
  font-weight: bold;
}
#contact_area .contact-list li p.tel-comment span.small {
  font-size: 14px;
  font-size: 1.4rem;
}
#contact_area .contact-list li.mail div.button {
  display: block;
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.250;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 10px;
  padding: 0;
  position: relative;
}

#contact_area .contact-list li p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li.mail a:hover div.button,
#contact_area .contact-list li.mail a:active div.button,
#contact_area .contact-list li.mail a:hover p,
#contact_area .contact-list li.mail a:active p {
  color: #f2004a;
}


/* Footer
----------------------------------------------------------------------------------------------- */

footer {
  margin: 0 0 0px;
  padding: 22px 0 0;
  position: relative;
}


footer a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #d70038;
}
footer .bg {
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  max-height: 248px;
  margin: 0 0 0px;
  padding: 60px 0 70px;
  position: relative;
}

footer #link_block{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0 0 0px;
  padding: 0;
  letter-spacing: -0.5px;
  text-align: center;
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap:         nowrap;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}

footer div#link_block > ul {
  margin: 0px 40px 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}

footer div#link_block > ul > li {
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 0px 10px;
  list-style: none;
  display: block;
}
footer div#link_block > ul > li:last-child {
  margin: 0 0px 0px;
}

footer div#link_block > ul > li a {
  color: #000;
}

footer div#link_block > ul > li a:hover,
footer div#link_block > ul > li a:focus {
  text-decoration: none;
  color: #d70038;
}

footer div#link_block > ul > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #8e1f3e;
  position: absolute;
  top: 5px;
  left: 0px;
}

footer div#link_block > ul > li span.narrow {
  letter-spacing: -1px;
}

footer div#link_block > ul > li > ul {
  margin: 3px 0 0 -5px;
  padding: 0;
  list-style: none;
}

footer div#link_block > ul > li > ul > li {
  margin-bottom: 3px;
  list-style: none;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
footer div#link_block > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}
footer div#link_block > ul > li > ul > li::before {
  color: rgb(0, 0, 0);
  content: "・";
}
footer div#link_block > ul > li > ul > li.space-blank::before {
  content: none;
}

footer .info {
-js-display: flex;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:         row;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:         wrap;
-webkit-justify-content: space-between; /* Safari */
justify-content:         space-between;
-webkit-align-items: flex-start; /* Safari */
align-items:         flex-start;
width: 1060px;
margin: 0 auto 0px;
padding: 35px 0 35px;
text-align: left;
}
footer .info .logo{
	margin: 0;
  padding: 0;
  position: relative;
}
footer .info .logo a {
  color: #000;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  margin: 0px 0 0px;
  padding: 0px 0 0 68px;
  letter-spacing: -0.8px;
  text-align: left;
  display: block;
}
footer .info .logo span{
	color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
  display: block;
}
footer .info .logo::before{
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 58px;
  height: 48px;
  margin: 0px 0 0px;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

footer div.add {
  display: inline-block;
  margin: 0 0px 0px;
  padding: 0 0px 0 0;
  text-align: left;
  position: relative;
  width: 770px;
}

footer ul.add-list {
margin: 0 0 0px;
padding: 0;
text-align: left;
float: none;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

footer ul.add-list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0;
  position: relative;
}
footer ul.add-list li:last-child {
  margin: 0 0 0 0;
}
footer ul.add-list li span.gray {
  background-color: #7d7d7d;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding: 0 5px 0;
}

footer ul.add-list li .name {
  margin: 0 0 0;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
}

footer ul.add-list li a {
  color: #000;
}
footer ul.add-list li span.map-btn a {
  color: #fff;
  background-color: #46bbaf;
  padding: 0;
  margin: 0 0 0 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px;
  font-weight: normal;
  position: absolute;
  right: -70px;
  top: 25px;
}
footer ul.add-list li span.map-btn a:hover {
  background-color: #e96e00;
}

footer ul.add-list li img {
  margin: 30px 0 0;
}

footer .link ul {
-js-display: flex;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:         row;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:         wrap;
-webkit-justify-content: center; /* Safari */
justify-content:         center;
margin: 0 35px 0px;
padding: 0;
text-align: left;
list-style: none;
}
footer .link ul li {
margin: 0 10px 0px;
padding: 0;
text-align: left;
}

footer div#copy {
  width: 100%;
  margin: 0 auto 0;
  padding: 0 5px 0;
  text-align: center;
  background-color: #fbf3f5;
}

footer div#copy div {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0px 15px 0px;
  display: inline;
}




/* 各ページメイン画像設定
----------------------------------------------------------------------------------------------- */
#back {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 91px;
  margin: 0px auto 0px;
  background-image: url(../images/other_title_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  z-index: 0;
}
.back-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 0 auto 0;
  padding: 20px 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
}

.back-inner-content .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 0px !important;
  padding: 0 0 0 !important;
  position: relative;
}
.back-inner-content .title span {
  color: #FFF;
  background-color: #d14979;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2.5px 0;
  padding: 7px 0 0;
  }



/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) .content_title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 20px 0 0;
}

body:not(#page-top) .title_bar {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 32px;
  position: relative;
  letter-spacing: -0.8px;
  background-image: url(../images/other_title.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

body:not(#page-top) .title-black {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 44px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/* パンくずリストの設定
----------------------------------------------------------------------------------------------- */
#breadcrumb-box {
position: relative;
padding: 0px 0px 0;
margin: 20px auto 80px;
text-align: center;
width: 100%;
height: auto;
overflow: hidden;
z-index: 950;
}
.breadcrumb {
background: none;
margin: 0 0 0px;
padding: 0px 0px 0;
list-style: none;
float: left;
clear: both;
}
.breadcrumb li {
font-size: 14px;
font-size: 1.4rem;
line-height: 14px;
display: inline;
padding-right: 0px;
text-align: left;
color: #000000;
}

.breadcrumb li:before {
content: '/';
padding: 0 5px;
color: #ccc;
}

.breadcrumb li:first-child:before {
content: '';
}

.breadcrumb li.active {
font-size: 14px;
font-size: 1.4rem;
line-height: 14px;
display: inline;
padding-right: 0px;
text-align: left;
color: #dd0000;
}

.breadcrumb li a {
text-decoration: none;
color: #000000; /* 通常時の文字色 */
}
.breadcrumb li a:hover {
text-decoration: underline;
color: #dd0000; /* マウスオンした時の文字色 */
}


/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-120px !important;
  padding-top:120px !important;
}

#kasashima,
#staff01,
#staff02,
#staff03,
#staff04,
#staff05,
#staff06,
#staff07,
#zonboon,
#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06,
#price {
  margin-top:-110px !important;
  padding-top:110px !important;
}


/* cell.is-empty flexbox左揃え用
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
footer div#link_block > ul > li.cell.is-empty:before {
  content: none;
}

/* youtubeレスポンシブ
----------------------------------------------------------------------------------------------- */
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 560px;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 各ページsection
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 80px;
}

body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 80px;
}

body:not(#page-top) section:last-of-type {
  margin: 0;
  padding: 0 0 0px;
}


/* .news
-------------------------------------------------------------------------------- */
#news .news {
  margin: 0;
  padding: 0 0 80px;
}

#news .news .selection {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}

#news .container div#news-block div.content {
  border-bottom: 1px solid #A0A0A0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


#news .news dl{
  margin: 0 0 0;
  padding: 15px 0;
  display: table;
  overflow: hidden;
  text-align: left;
  border-top: 1px solid #A0A0A0;
  width: 100%;
}

#news .news dl dt{
  width: 270px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: -0.8px;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 0;
  padding: 0px 0 0px 10px;
  position: relative;
  color: #000000;
  display: table-cell;
  vertical-align: top;
}
#news .container div#news-block dl dt span.news {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  background-color: #e58824;
  text-align: center;
  margin: 0 20px 0px 0;
  padding: 5px 0px 0;
  display: inline-block;
  width: 95px;
  float: right;
}
#news .container div#news-block dl dt span.recruit {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  background-color: #163858;
  text-align: center;
  margin: 0 20px 0px 0;
  padding: 5px 0px 0;
  display: inline-block;
  width: 95px;
  float: right;
}
#news .container div#news-block dl dt span.users {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  color: #FFF;
  background-color: #145e4f;
  text-align: center;
  margin: 0 20px 0px 0;
  padding: 5px 0px 0;
  display: inline-block;
  width: 95px;
  float: right;
}
#news .news dl span {
  width: 130px;
  height: 30px;
  margin: 0 25px 0 0px;
  padding: 5px 0 0;
  color: #FFF;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  text-align: center;
  display: inline-block;
}

/* #news .news dl .top {
background-color: #e95522;
}
#news .news dl .his {
background-color: #203c5d;
}
#news .news dl .rec {
background-color: #238d55;
}
#news .news dl .gre {
background-color: #917455;
} */

#news .news dl dd {
  text-align: left;
  margin: 0px 0 0;
  padding: 0px 10px 0px 0;
  position: relative;
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: -0.8px;
  color: #000000;
}
#news .container div#news-block dl dd p.news-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0px 0 16px;
  padding: 0;
}
#news .news dl dd .title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  text-align: left;
  margin: 0px 0 20px 0px;
  padding: 0px 0 0px;
  color: #000000;
}
#news .news dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: left;
  margin: 0px 0 0 0px;
  padding: 0px 0 0px;
  color: #000000;
}

#news .news dl dd a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px 0 0 0px;
  padding: 0px 0 0px;
  color: #000000;
  letter-spacing: -0.8px;
  text-decoration: underline;
}

#news .news dl dd p a:hover,
#news .news dl dd p a:active {
  color: #e70000;
  text-decoration: underline;
}

#news .news dl dd ul.pic-list {
  max-width: 900px;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

#news .news dl dd ul.pic-list li {
    width: 18%;
    /* height: 100px; */
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    position: relative;
    order: 1;
    overflow: hidden;
}

#news .news dl dd ul.pic-list li:nth-child(5n) {
    margin-right: 0;
}

/* #news .news dl dd ul.pic-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
  height: auto;
} */

.page_navigation , .alt_page_navigation{
  display: inline-block;
  padding: 0;
  margin: 40px auto 0;
  text-align: center;
}

.page_navigation a, .alt_page_navigation a{
  padding:4px 8px 2px;
  margin:3px;
  color:white;
  text-decoration:none;
  float: left;
  font-size: 14px;
  font-weight: normal;
  background-color:#737373;
}
.active_page{
  background-color: #cccccc !important;
  color:black !important;
}

.content, .alt_content{
  color: black;
}

.content li, .alt_content li, .content > p{
  padding: 5px
}

element.style {
  display: block;
}

.ellipse {
  float: left;
  padding: 8px;
  margin: 0px;
}


/* privacyページ設定
----------------------------------------------------------------------------------------------- */
#privacy section p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: left;
  margin: 0 0 60px;
  padding: 0;
}

#privacy section p.heading {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
}

#privacy section p.comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: left;
  margin: 0 0 50px;
  padding: 0;
}
#privacy section p.comment:last-child {
  margin: 0 0 0px;
}

/* contactページ設定
----------------------------------------------------------------------------------------------- */
#contact div .navbar-brand .logo span.small {
	color:#000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
    margin: 0px 0 0px;
    padding: 0;
    display: inline-block;
}

#contact section .wrap {
  padding: 0;
  text-align: center;
}

#contact section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}

#contact p.info {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: -0.8px;
}

#contact p.info a {
  color: #000;
  text-decoration: underline;
}
#contact p.info a:hover,
#contact p.info a:active {
  color: #E44144;
  text-decoration: underline;
}

.red-text {
  color: #E44144;
}

#contact section ul.item-list {
  display: inline-block;
  vertical-align: top;
  padding: 0 95px 0 0;
}

#contact section ul.tel-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact section ul.tel-list li {
  margin: 0 60px 20px;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
#contact section ul.tel-list li p.tel,
#contact section ul.tel-list li p.fax {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.167;
  letter-spacing: -2px;
  margin: 0;
  padding: 10px 0 0px 100px;
  position: relative;
}
#contact section ul.tel-list li p.tel a,
#contact section ul.tel-list li p.fax a {
  color: #000;
}

#contact section ul.tel-list li p {
  color: #000;
}
#contact section ul.tel-list li p.tel:before {
  content: '';
  width: 86px;
  height: 76px;
  margin: 0 5px 0 0;
  padding: 0;
  background: url(../images/contact/tel.png);
  position: absolute;
  top: 3px;
  left: 0;
}
#contact section ul.tel-list li p.fax:before {
  content: '';
  width: 84px;
  height: 84px;
  margin: 0 5px 0 0;
  padding: 0;
  background: url(../images/contact/fax.png);
  position: absolute;
  top: 3px;
  left: 0;
}
#contact section ul.tel-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  text-align: left;
  margin: 0 0px 0px;
  padding: 0 0 0 100px;
}

#contact section ul.tel-list li p span.bol {
  font-weight: bold;
}

#contact form#mailformpro {
  padding-top: 0px;
}

#contact form#mailformpro dl {
  border-top: none;
  display: table;
}

#contact form#mailformpro dl dt {
  color: #fff;
  width: 295px;
  display: table-cell;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 17px 15px 0px 20px;
  font-weight: normal;
  text-align: left;
  background: #0e3955;
  vertical-align: top;
  position: relative;
  font-weight: 100;
}

/* #contact form#mailformpro dl dt:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 24px;
  left: 20px;
} */

#contact form#mailformpro dl dt .must {
  font-size: 14px;
  border-radius: 20px;
  background-color: #f17d00;
  margin-top: 2px;
}

#contact form#mailformpro dl dd {
  background-color: #f5f4ee;
  padding: 15px 5px 10px 20px;
  border-left: 10px solid #fff;
  width: 865px;
  display: table-cell;
  text-align: left;
}

#contact form#mailformpro dl dd p.caution {
  font-size: 16px;
  padding-bottom: 0;
}

#contact form#mailformpro dl dd label {
  font-weight: 300;
}

#contact #mailformpro > div > dl > dd.full {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}

#contact #mailformpro > div > dl > dd > ul.check-side {
  margin: 0;
  padding: 0;
}
#contact #mailformpro > div > dl > dd > ul.check-side li {
  display: inline-block;
  text-align: left;
  width: 70px;
  margin: 0;
  padding: 0;
}

#contact form#mailformpro input,
#contact form#mailformpro textarea,
#contact form#mailformpro select {
  max-width: 100%;
  margin: 0px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ccc;
}

#contact #mailformpro > div > dl > dd > p.tex-center {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  margin: 30px auto 20px;
  padding: 0;
}

#contact form#mailformpro input[type=text]{
  margin: 0px;
}

#contact form#mailformpro textarea {
  width: 100%;
}

#contact form#mailformpro dl dd ul.caution_kome li {
  font-size: 16px;
  padding-left: 1em;
}

#contact form#mailformpro dl dd ul.caution_kome li:before {
  content: "※";
  margin-left: -1em;
}

#contact form#mailformpro dl dd ol li {
  padding-bottom: 12px;
}

#contact form#mailformpro dl dd ol li input[type=text] {
  margin: 0 5px;
}

#contact form#mailformpro dl dd ol li:last-child {
  padding-bottom: 0;
}
#contact form#mailformpro dl dd ul.check-list {
  list-style: none;
  margin: 0px 60px 0 0;
  padding: 0;
  display: inline-block;
}
#contact form#mailformpro dl dd ul.check-list li:first-child {
  font-size: 18px;
  line-height: 30px;
  margin: 0px 0 0px 19px;
  padding: 0;
  text-indent: -19px;
}
#contact form#mailformpro dl dd ul.check-list li {
  font-size: 18px;
  line-height: 30px;
  margin: 5px 0 0px 19px;
  padding: 0;
  text-indent: -19px;
}
#contact form#mailformpro #conf_check {
  margin-top: 30px;
}

#contact form#mailformpro .confirm {
  margin: 30px 0 30px;
}

#contact form#mailformpro .confirm a {
  text-decoration: none;
  background-color: #5a5a5a;
  padding: 6px 16px 3px;
  color: #FFF;
}
#contact form#mailformpro .confirm a:before {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  content: "\f125";
  font-family: ionicons;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: -2px;
}

#contact form#mailformpro .confirm a:hover {
  opacity: 0.7;
}

#contact #mailformpro .confirm {
  text-align: center;
}

#contact form#mailformpro button#button_mfp_goconfirm {
  width: 330px;
  height: 179px;
  overflow: hidden;
  background-image: url(../images/contact/send_btn.png);
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  border-style: none;
  cursor: pointer;
  padding: 10px;
  /*border-radius: 10px;*/
}

#contact form#mailformpro button#button_mfp_goconfirm:hover {
  opacity: 0.7;
}


  #contact form#mailformpro dl {
    width: 100% !important;
    margin: 0 0 10px;
  }

  #contact #mailformpro > div > dl > dd.full {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }

  #contact #mailformpro > div > dl > dd > textarea {
    width: calc(100% - 20px);;
  }

  #contact #mailformpro > div > dl > dd > textarea{
    height: 10em
  }

  #contact #mailformpro > div > dl > dd > input[type=email] {
    width: 400px;
  }

  #contact #mailformpro > div > dl > dd > input[type=email] {
    width: 400px;
  }


  #contact #mailformpro > div > dl > dd input.addinputnum {
    width: 200px;
  }


  #contact #mailformpro > div > dl > dd input.addinput1 {
    width: 150px;
  }

  #contact #mailformpro > div > dl > dd input.addinput2 {
    width: 80%;
  }


  #contact #mailformpro > div > dl > dd > input.input01 {
    max-width: 720px;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > ol > li > input.input02 {
    max-width: 463px;
    width: 100%;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > input.input03 {
    max-width: 265px;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > input.input04 {
    width: 547px;
    height: 100%;
  }

  #contact #mailformpro > div > dl > dd > ol li label {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #contact #mailformpro #conf_block input {
    margin-left: 0;
  }

  #contact #mailformpro div.mfp_buttons {
  }

  #contact #mailformpro div.mfp_err {
    font-size: 13px;
    font-weight: 400;
    background-position: 0px 6px;
    padding: 3px 0px 3px 17px;
  }

  #contact section p.text01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    margin: 0 0 50px;
    padding: 0;
  }

  #contact section p.heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
  }

  #contact section p.comment {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: left;
    margin: 0 0 40px;
    padding: 0;
  }


  /*#thanksページの設定
 -------------------------------------------------------------------------------- */
#contact .thanks p.text-content{
  width: 745px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  color: #000000;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
  display: inline-block;
}

#contact .thanks .image-list {
  margin: 0 auto 60px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact .thanks .image-list:last-child {
  margin: 70px auto 0;
}

/* お問い合わせ（フォーム）ページの設定
-------------------------------------------------------------------------------- */
.contact .main-content dl dd {
  width: 72%;
}


/* recruitページ設定
----------------------------------------------------------------------------------------------- */
#recruit section .head {
  background-image: url(../images/recruit/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  width: 1000px;
  height: 263px;
  margin: 0 auto 30px;
  padding: 0;
}
#recruit section .head .inner {
  margin: 0 auto 0;
  padding: 35px 0 0;
}
#recruit section .head .inner::before {
  content: '';
  background-image: url(../images/recruit/chara.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 219px;
  height: 144px;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 20px;
}
#recruit section .head .txt {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 66px;
  color: #e02675;
  font-family: anzu, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 0 0;
  padding: 0 0 0 50px;
  text-align: left;
  display: inline-block;
}
#recruit section .head .txt span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #262626;
  font-family: anzu, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
  display: block;
}
#recruit section .head .txt span strong {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: normal;
}
#recruit section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  color: #000000;
  margin: 0 0 0;
  padding: 0 0 0;
  text-align: left;
}
#recruit .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 800px;
  display: inline-block;
}
#recruit .link-list li {
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  background-color: #0e3955;
}
#recruit .link-list li a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  height: 70px;
  color: #fff;
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 23px 20px 15px 80px;
  position: relative;
}
#recruit .link-list li a::before {
  content: '';
  background-image: url(../images/recruit/arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -20px 20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 20px;
}
#recruit .link-list li.stop {
  background-color: #1a394e;
}
#recruit .link-list li.stop a {
  color: #b2b2b2;
  pointer-events: none;
  cursor: default;
  position: relative;
}
#recruit .link-list li.stop a::before {
  opacity: 0.5;
}
#recruit .link-list li a:hover, #recruit .link-list li a:active {
  background-color: #f07100;
}
#recruit .link-list li.stop a::after {
  content: '(現在、募集は行っておりません)';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #b2b2b2;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
}

#recruit section .table01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  padding: 0;
  width: 1170px;
}
#recruit section .table01 th {
  width: 250px;
}
#recruit section .table01 td {
  width: 920px;
}

#recruit section .table01 th {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 15px 20px 10px;
  background-color: #174260;
  border: 1px solid #a0a0a0;
  vertical-align: top;
}

#recruit section .table01 td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 15px 20px 10px;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  overflow: hidden;
  letter-spacing: -0.8px;
}

#recruit section .table01 td span.red {
  color: #e80000;
}
#recruit section .table01 td a {
  color: #000;
  text-decoration: underline;
}
#recruit section .table01 td a:hover,
#recruit section .table01 td a:active {
  color: #e80000;
  text-decoration: underline;
}

#recruit section .table01 td dl {
  display: table;
  margin: 0;
  padding: 0;
}
#recruit section .table01 td dl dt {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#recruit section .table01 td dl dd {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 30px;
}
#recruit section .table01 td dl dd a {
  color: #000;
}
#recruit section .table01 td .caution {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
#recruit section .table01 td .caution li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  text-indent: -1em;
}
#recruit section .table01 td .caution li::before {
  content: '※';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#recruit section .table01 td .list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
#recruit section .table01 td .list li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  text-indent: -1em;
}
#recruit section .table01 td .list li::before {
  content: '・';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#recruit section .table01 td dl.terms {
  display: table;
  margin: 0 0 0px;
  padding: 0;
}
#recruit section .table01 td dl.terms:last-child {
  display: table;
  margin: 20px 0 0px;
  padding: 0;
}
#recruit section .table01 td dl.terms dt {
  display: table-cell;
  width: 145px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#recruit section .table01 td dl.terms dd {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 30px;
}

#recruit section .table01 td p.caution {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  text-indent: -1em;
}
#recruit section .table01 td p.caution::before {
  content: '※';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0;
}



/* accessページ設定
----------------------------------------------------------------------------------------------- */
#access section .list {
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  align-items: center;
}
#access section .list li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin: 0 15px 0;
  padding: 0;
}

#access section .logo-mark {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  color: #000000;
  margin: 0px 0 0px;
  padding: 0px 0 0 68px;
  font-weight: normal;
  text-align: left;
  position: relative;
}
#access section .logo-mark::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 58px;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
}
#access section .logo-mark span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  display: block;
  text-align: left;
}
#access section a.btn-map {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  text-align: center;
  margin: 10px auto 10px;
  padding: 8px 40px 4px;
  background-color: #267acf;
  color: #fff;
  display: inline-block;
}
#access section a.btn-map:before {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  content: "\f4a4";
  font-family: ionicons;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}
#access section .image-list {
  margin: 0 0 0px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
#access section .image-list li {
  width: 277px;
  margin: 0 0 30px;
  padding: 0;
}
#access section .image-list li p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 10px 0 0px;
  padding: 0px 0 0 0;
  text-align: center;
  letter-spacing: -0.8px;
}


/* officeページ設定
----------------------------------------------------------------------------------------------- */
#office section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  margin: 0px 0 30px;
  padding: 0px 0 0 0;
  text-align: left;
  letter-spacing: -0.8px;
}
#office section .name {
  float: right;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
}
#office section .summary {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
#office section .summary dl {
  border-collapse: collapse;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  display: table;
}
#office section .summary dl dt {
  width: 230px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 10px 20px 5px;
  background-color: #0e3955;
  vertical-align: top;
  display: table-cell;
}
#office section .summary dl dd {
  width: 770px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px 5px;
  background-color: #f5f4ee;
  letter-spacing: -0.8px;
  display: table-cell;
}
#office section .summary dl dd a {
  color: #000;
}
#office section .summary dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#office section .summary dl dd ul li {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 2em 0 0;
  letter-spacing: -0.8px;
  display: inline-block;
}


/* facilityページ設定
----------------------------------------------------------------------------------------------- */
#facility section .center {
  margin: 0 auto 40px;
  padding: 0;
}
#facility section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
}
#facility section .image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}
#facility section .image-list li {
  width: 350px;
  margin: 0;
  padding: 0;
}
#facility section .image-list li p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #c84c63;
  margin: 0;
  padding: 10px 5px 5px;
  letter-spacing: -0.8px;
}
#facility section .summary {
  margin: 0 auto 60px;
  padding: 0;
  width: 100%;
}
#facility section .summary > dl {
  border-collapse: collapse;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  display: table;
}
#facility section .summary > dl > dt {
  width: 250px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 10px 20px 5px;
  background-color: #0e3955;
  vertical-align: top;
  display: table-cell;
}
#facility section .summary > dl > dd {
  width: 920px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 10px 20px 5px;
  background-color: #f5f4ee;
  letter-spacing: -0.8px;
  display: table-cell;
}
#facility section .summary dl dd dl {
  border-collapse: collapse;
  margin: 20px 0 0px;
  padding: 0;
  width: 100%;
  display: block;
}
#facility section .summary dl dd dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
  float: left;
}
#facility section .summary dl dd dl dd {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0 0 0 4em;
  padding: 0;
  letter-spacing: -0.8px;
}
#facility section .area-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#facility section .area-list ul {
  margin: 0 40px 0;
  padding: 0;
}
#facility section .area-list ul li {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  letter-spacing: -0.8px;
}
#facility section .area-list ul li:last-child {
  margin: 0 0 0 0;
  padding: 0;
}
#facility section .area-list ul li.type01::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type02::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type03::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type04::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type05::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type06::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type07::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type08::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type08.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}
#facility section .area-list ul li.type09::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/facility/type09.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  letter-spacing: -0.8px;
  position: relative;
}

#facility .caution {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  vertical-align: middle;
}
#facility .caution::before {
  content: '※';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0;
}

#facility div.summary ul{
  list-style: none;
padding: 0 0 0 2rem;
}

#facility section .image-list-04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#facility section .image-list-04 li {
  width: 100%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


/* pointページ設定
----------------------------------------------------------------------------------------------- */
#point section .box {
  overflow: hidden;
}
#point section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}

#point section .image-list-04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#point section .image-list-04 li {
  width: 100%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}

/* serviceページ設定
----------------------------------------------------------------------------------------------- */
#service section .content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0;
  padding: 0;
  width: 1000px;
  list-style: none;
}
#service section .content-list li {
  width: 460px;
  margin: 0 0 60px;
  padding: 0;
}
#service section .content-list li a {
  margin: 0 0 30px;
  padding: 0;
  display: block;
}
#service section .content-list li .head {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
  letter-spacing: -0.8px;
}
#service section .content-list li .come {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
}
#service section .content-list li .come a{
  margin-top: 15px;
}

/* service_homeページ設定
----------------------------------------------------------------------------------------------- */
#service_home section .image-left {
  position: relative;
  margin: 0 30px 0px 0;
  padding: 0;
  float: left;
}
#service_home section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}
#service_home section .image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_home section .image-list li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .image-list2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_home section .image-list2 li {
  width: 330px;
  margin: 0 20px 30px;
  padding: 0;
}
#service_home section .price_block{
  margin: 0 0 45px;
  padding: 0;
}

#service_home section .service-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_home section .service-list li {
  width: 277px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}
#service_home section .title-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_home section .title-list li {
  width: 33%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 0 0 5px;
  padding: 15px 10px 10px;
}
#service_home section .title-list li:nth-child(1) {
  background-color: #466683;
}
#service_home section .title-list li:nth-child(2) {
  background-color: #78876e;
}
#service_home section .title-list li:nth-child(3) {
  background-color: #82745b;
}
#service_home section .red-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_home section .red-area dt {
  width: 33%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 15px 20px 10px;
  background-color: #d05e73;
}
#service_home section .red-area dd {
  width: 33%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #fff;
  text-align: right;
  margin: 0 0 5px;
  padding: 15px 20px 10px;
  letter-spacing: -0.8px;
  background-color: #d05e73;
}
#service_home section .normal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_home section .normal-list dt {
  width: 33%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #000;
  font-weight: normal;
  text-align: left;
  margin: 0 0 5px;
  padding: 15px 20px 10px;
  background-color: #e3eef7;
}
#service_home section .normal-list dd {
  width: 33%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  text-align: right;
  margin: 0 0 5px;
  padding: 15px 20px 10px;
}
#service_home section .normal-list dd:nth-child(2) {
  background-color: #eef5e9;
}
#service_home section .normal-list dd:nth-child(3) {
  background-color: #fffcf6;
}
#service_home section .big {
  font-size: 24px;
  font-size: 2.4rem;
}
#service_home section .small {
  font-size: 14px;
  font-size: 1.4rem;
}
#service_home section .price {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
#service_home section .center {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
#service_home section .info-list {
  display: table;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #000;
}
#service_home section .info-list:last-child {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
#service_home section .info-list dt {
  width: 180px;
  margin: 0 0 0;
  padding: 10px 0 10px;
  display: table-cell;
}
#service_home section .info-list dt p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0 0 0;
  padding: 10px 10px 5px;
  background-color: #868686;
}
#service_home section .info-list dd {
  width: 990px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  color: #000;
  vertical-align: top;
  text-align: left;
  margin: 0 0 5px;
  padding: 10px 15px 10px 30px;
  display: table-cell;
}
#service_home section .info-list .type-list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
#service_home section .info-list .type-list li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  color: #000;
  text-align: left;
  margin: 0 0 0 3.5em;
  padding: 0;
  text-indent: -3.5em;
}
#service_home section .info-list .other-list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
#service_home section .info-list .other-list li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  color: #000;
  text-align: left;
  margin: 0 0 0 1.4em;
  padding: 0;
  text-indent: -1.4em;
}
#service_home section .zumen-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_home section .zumen-block > div {
  width: 570px;
  margin: 0 0 0px;
  padding: 0;
}
#service_home section .zumen-block > div .inner {
  margin: 0 0 0px;
  padding: 40px 30px 30px;
  background-color: #e8e8e8;
}
#service_home section .zumen-block div p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #4f8ab8;
  margin: 0 auto 30px;
  padding: 10px 15px 5px;
  width: 200px;
}
#service_home section .zumen-block div .img {
  margin: 0 auto 30px;
  padding: 0;
}
#service_home section .zumen-block div .img:last-child {
  margin: 0 auto 0px;
}
#service_home section .zumen-block div .type-name {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  text-align: center;
  background-color: #f9f7f1;
  margin: 0 auto 30px;
  padding: 20px 15px 15px;
  width: 100%;
}
#service_home section .floor {
  margin: 0 auto 0;
  padding: 0;
  width: 1000px;
}
#service_home section .floor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding: 0;
  width: 1000px;
  list-style: none;
}
#service_home section .floor-list:nth-child(3) {
  margin: 0 auto 20px;
}
#service_home section .floor-list dt {
  width: 100px;
  margin: 0 0 0;
  padding: 0;
  background-color: #f4f3f3;
  display: flex;
  justify-content: center;
}
#service_home section .floor-list dt p {
  margin: 0 0 0;
  padding: 0;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  color: #000;
  text-align: center;
  font-weight: normal;
  align-self: center;
}
#service_home section .floor-list dd {
  width: 900px;
  background-color: #f9f7f1;
  margin: 0 0 0;
  padding: 0px 0 0px 0;
}
#service_home section .floor-list dd p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 15px 15px 10px 0;
}
#service_home section .floor-list dd .image-left {
  position: relative;
  margin: 0 30px 0px 0;
  padding: 0;
  float: left;
}
#service_home section .caution {
  list-style: none;
  margin: 0 0 0;
  padding: 0px 0 0px 0;
}
#service_home section .caution li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#service_home section .caution li::before {
  content: '※';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0;
}
/**/
#service_home section .info-list .other-list li.caution {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  vertical-align: middle;
}
#service_home section .info-list .other-list li.caution::before {
  content: '※';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0;
}

#service_home section .list {
  display: inline-block;
  margin: 60px 0 0;
  padding: 0;
}
#service_home section .list dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  background-color: #d14979;
  text-align: center;
  font-weight: normal;
  margin: 0 0 0;
  padding: 10px 10px 5px;
  float: left;
  width: 250px;
}
#service_home section .list dd {
  margin: 0 0 0;
  padding: 0 0 0 270px;
}
#service_home section .list dd ul {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
#service_home section .list dd ul li {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  text-align: left;
  color: #000;
  margin: 0 0 0 0;
  padding: 0;
  text-indent: 0;
}
/* #service_home section .list dd ul li::before {
  content: '・';
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  color: #000;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0;
} */

/**/


/* service_careページ設定
----------------------------------------------------------------------------------------------- */
#service_care section .image-left {
  position: relative;
  margin: 0 30px 0px 0;
  padding: 0;
  float: left;
}
#service_care section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}
#service_care section .image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_care section .image-list li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}
#service_care section .service-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_care section .service-list li {
  width: 277px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}


/* service_dayページ設定
----------------------------------------------------------------------------------------------- */
#service_day section .image-left {
  position: relative;
  margin: 0 30px 0px 0;
  padding: 0;
  float: left;
}
#service_day section p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}
#service_day section .image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_day section .image-list li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}
#service_day section .service-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_day section .service-list li {
  width: 277px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}
#service_day section .time-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_day section .time-block div {
  margin: 0 35px 0;
  padding: 0 0 0 120px;
  position: relative;
}
#service_day section .time-block div:first-child::before {
  content: '';
  background-image: url(../images/service_day/icon01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 92px;
  height: 90px;
  margin: 0 0px 0 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: 0;
}
#service_day section .time-block div:last-child::before {
  content: '';
  background-image: url(../images/service_day/icon02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 92px;
  height: 90px;
  margin: 0 0px 0 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: 0;
}
#service_day section .time-block div .day {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #7e6640;
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  width: 110px;
}
#service_day section .time-block div .time {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #27527a;
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  width: 110px;
}
#service_day section .time-block div p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
}
#service_day section .time-block div dl {
  margin: 0 0 0;
  padding: 0;
}
#service_day section .time-block div dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  font-weight: normal;
  margin: 0 0 0;
  padding: 0;
  float: left;
  width: 150px;
}
#service_day section .time-block div dl dd {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 150px;
}

#service_day section .list {
  display: inline-block;
  margin: 60px 0 0;
  padding: 0;
}
#service_day section .list dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  background-color: #d14979;
  text-align: center;
  font-weight: normal;
  margin: 0 0 0;
  padding: 10px 10px 5px;
  float: left;
  width: 220px;
}
#service_day section .list dd {
  margin: 0 0 0;
  padding: 0 0 0 250px;
}
#service_day section .list dd ul {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
#service_day section .list dd ul li {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  text-align: left;
  color: #000;
  margin: 0 0 0 1.0em;
  padding: 0;
  text-indent: -1.0em;
}
#service_day section .list dd ul li::before {
  content: '・';
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  color: #000;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0;
}

























/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width993 max-width1200(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 993px) and (max-width: 1200px) {

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
padding: 0 15px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}
.sp-tab-view {
  display: none;
}

/* btn-cl
-------------------------------------------------------------------------------- */
.btn-cl {
  width: 320px;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}

/* navbar
-------------------------------------------------------------------------------- */
.nav.navbar-nav {
  margin: 20px 0 0;
  padding: 0;
}
.navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0px 0px;
  float: none;
  position: relative;
}
.navbar-custom ul.nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.8px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 -2px;
  padding: 3px 12px 0;
}
.is-animation .nav.navbar-nav {
	width:684px;
/*  width: 636px;*/
}
.is-animation .navbar .telephone, body:not(#page-top).is-animation .navbar .telephone {
  float: right;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 51px;
  color: #484848;
  margin: 0;
  padding: 4px 0 0;
}

.is-animation .navbar .telephone, body:not(#page-top).is-animation .navbar .telephone span,
.is-animation .navbar .telephone, body:not(#page-top).is-animation .navbar .telephone span a {
  color: #484848;
}

.is-animation .navbar-custom ul.nav li,
body:not(#page-top).is-animation .navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0 0px;
  float: none;
  position: relative;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  padding: 4px 10px 0;
}


/* mainvisual
----------------------------------------------------------------------------------------------- */
.mainvisual__head h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 56px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 23%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}



/* トップページタイトル
-------------------------------------------------------------------------------- */
#page-top section .title-center {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}

/* content背景
-------------------------------------------------------------------------------- */
.content04 {
  background: url(../images/top/content04_bg02.png);
  margin: 0 auto 0;
  padding: 80px 0 80px;
  max-height: initial;
  max-height: auto;
}

/* news
-------------------------------------------------------------------------------- */
section.news .container div#news_block dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: table-cell;
  width: 270px;
}
section.news .container div#news_block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  display: table-cell;
  width: 625px;
}

/*content00*/
section.content00 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}
/* content01
-------------------------------------------------------------------------------- */
section.content01 .image-list > li {
  width: 32%;
  margin: 0 0 0px;
  padding: 0;
}
section.content01 .point-list > li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
section.content01 p.head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
section.content01 p.come {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
}
section.content01 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}

/* content02
-------------------------------------------------------------------------------- */
section.content02 .image-list > li {
  width: 32%;
  margin: 0 0 0px;
  padding: 0;
}
section.content02 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}


/* content03
-------------------------------------------------------------------------------- */
section.content03 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
  overflow: hidden;
}
section.content03 .image-left {
  position: relative;
  margin: 0 30px 40px 0;
  padding: 0;
  float: left;
  width: 350px;
}


/* content04
-------------------------------------------------------------------------------- */

#page-top section .title-block {
  position: relative;
  margin: 0 0 65px;
  padding: 0;
  text-align: center;
}
section.content04 .dl-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7% 0 0 0;
  padding: 0;
  width: 120px;
}
#page-top section .title04 {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 0px 0px;
  padding: 0px 0 30px 0;
}
#page-top section .title-block::before {
  margin: -37px 0 0;
  padding: 0;
  width: 116px;
  height: 77px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}


/* #contact_area
-------------------------------------------------------------------------------- */
#contact_area .contact-list li {
  margin: 0 25px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 15px;
  padding: 0px;
}
#contact_area .contact-list li.tel {
  margin: 0 0 0;
  padding: 0;
  position: relative;
  width: 400px;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0 105px;
  position: relative;
}
#contact_area .contact-list li.mail a {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 135px;
}

#contact_area .contact-list li.mail div.button {
  display: block;
  color: #000;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.250;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 10px;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li p.tel {
  color: #000;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 50px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -2.5px;
}
#contact_area .contact-list li:first-child::before {
  content: url(../images/footer_contact_left.png);
  width: 52px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -60px;
}
#contact_area .contact-list li:first-child::after {
  content: url(../images/footer_contact_center.png);
  width: 52px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -50px;
}
#contact_area .contact-list li:last-child::after {
  content: url(../images/footer_contact_right.png);
  width: 52px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -55px;
}

/* footer
-------------------------------------------------------------------------------- */
footer #link_block {
  font-size: 12px;
  font-size: 1.2rem;
}

footer .info {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 0px;
  padding: 35px 0 35px;
  text-align: left;
}
footer .info .logo {
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}

footer div.add {
  display: inline-block;
  margin: 0 0 0px;
  padding: 0 0 0 0;
  text-align: left;
  position: relative;
  width: 690px;
}
footer .link ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}


.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 450px;
}




/* 各ページ
-------------------------------------------------------------------------------- */


/* newsの設定
-------------------------------------------------------------------------------- */



/* contact
-------------------------------------------------------------------------------- */

#contact div .navbar-brand .logo span.small {
	color:#000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
    margin: 0px 0 0px;
    padding: 0;
    display: inline-block;
}

#contact .wrap {
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#contact section ul.tel-list {
  justify-content: space-around;
}


#contact section ul.tel-list li {
  margin: 0 0px 20px;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

#contact section ul.tel-list li p.tel,
#contact section ul.tel-list li p.fax {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.167;
  letter-spacing: -2px;
  margin: 0;
  padding: 10px 0 0px 100px;
  position: relative;
}
#contact section ul.tel-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  text-align: left;
  margin: 0 0px 0px;
  padding: 0 0 0 100px;
}
#contact form#mailformpro dl dd {
  background-color: #f5f4ee;
  padding: 10px 5px 10px 20px;
  border-left: 10px solid #fff;
  width: 635px;
  display: table-cell;
  text-align: left;
}
#contact #mailformpro > div > dl > dd input.addinput2 {
  width: 85%;
}

/* recruitページ設定
----------------------------------------------------------------------------------------------- */
#recruit section .head {
  background-image: none;
  background-color: #fbf8ea;
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  border-radius: 10px;
}
#recruit section .head .inner::before {
  width: 169px;
  height: 114px;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  top: 15px;
}
#recruit section .head .inner {
  margin: 0 auto 0;
  padding: 15px 10px 15px;
}
#recruit section .head .txt {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 66px;
  margin: 0 0 0;
  padding: 0 0 0 20px;
  text-align: left;
  /* display: inline-block; */
}

/* recruit
-------------------------------------------------------------------------------- */
#recruit section .table01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
}

#recruit section .table01 td {
  width: 710px;
}


/* accessページ設定
----------------------------------------------------------------------------------------------- */
#access section .image-list li {
  width: 24%;
  margin: 0 0 30px;
  padding: 0;
}
#access section .image-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 10px 0 0px;
  padding: 0px 0 0 0;
  text-align: center;
  letter-spacing: -0.8px;
}


/* officeページ設定
----------------------------------------------------------------------------------------------- */
#office section .summary {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#office section .summary dl dd {
  width: 700px;
}


/* facilityページ設定
----------------------------------------------------------------------------------------------- */
#facility section .image-list li {
  width: 32%;
  margin: 0;
  padding: 0;
}
#facility section .image-list li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 10px 5px 5px;
  letter-spacing: -0.8px;
}
#facility section .summary > dl > dd {
  width: 680px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 15px 20px 10px;
  background-color: #f5f4ee;
  letter-spacing: -0.8px;
  display: table-cell;
}
#facility section .image-list-04 li {
  width: 24%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


/* pointページ設定
----------------------------------------------------------------------------------------------- */
#point section .image-left {
  position: relative;
  margin: 0 30px 40px 0;
  padding: 0;
  float: left;
  width: 300px;
}
#point section .image-list-04 li {
  width: 24%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


/* pointページ設定
----------------------------------------------------------------------------------------------- */
#service section .content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#service section .content-list li {
  width: 48%;
  margin: 0 0 60px;
  padding: 0;
}


/* service_homeページ設定
----------------------------------------------------------------------------------------------- */
#service_home section .image-left {
  position: relative;
  margin: 0 30px 40px 0;
  padding: 0;
  float: left;
  width: 300px;
}
#service_home section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .image-list2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_home section .image-list2 li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .service-list li {
  width: 24%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}
#service_home section .red-area dt {
  padding: 15px 10px 10px;
}
#service_home section .red-area dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
}
#service_home section .normal-list dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
}
#service_home section .normal-list dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
}
#service_home section .big {
  font-size: 20px;
  font-size: 2.0rem;
}
#service_home section .price {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#service_home section .info-list dt p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0 0 0;
  padding: 10px 10px 5px;
  background-color: #868686;
}
#service_home section .zumen-block > div {
  width: 49%;
  margin: 0 0 0px;
  padding: 0;
}
#service_home section .floor {
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
#service_home section .floor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  list-style: none;
}
#service_home section .floor-list dd {
  width: 832px;
  background-color: #f9f7f1;
  margin: 0 0 0;
  padding: 0px 0 0px 0;
}
#service_home section .floor-list dd .image-left {
  position: relative;
  margin: 0 30px 0px 0;
  padding: 0;
  float: left;
  width: auto;
}
#service_home section .floor-list dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 15px 15px 10px 0;
}


/* service_careページ設定
----------------------------------------------------------------------------------------------- */
#service_care section .image-left {
  position: relative;
  margin: 0 30px 40px 0;
  padding: 0;
  float: left;
  width: 300px;
}
#service_care section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_care section .service-list li {
  width: 24%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}


/* service_dayページ設定
----------------------------------------------------------------------------------------------- */
#service_day section .image-left {
  position: relative;
  margin: 0 30px 40px 0;
  padding: 0;
  float: left;
  width: 300px;
}
#service_day section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_day section .service-list li {
  width: 24%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}




}/* end */
















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////


 (min-width: 992px) and (max-width: 1024px)(タブレット設定)


////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 992px) and (max-width: 1024px){
/* masthead
-------------------------------------------------------------------------------- */
  .covervid-wrapper,
  .masthead {
    display: none;
  }

  #slide {
	display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 830px;
    max-height: 1000px;
    height: calc(100% - 11%);
    background-image: url(../images/top/top_main_ipad.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0px;
  }

/*
  #slide {
    display: block;
    position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script * /
    overflow: hidden; /* to bound the empty top space created by inner element's top margin * /
    width: 100%;
    height: calc(100% - 50%);
    background-color: #999;
    margin: 0px auto 0px;
  }
  */

  #contact_area .contact-list li p.tel {
  color: #000;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -1.8px;
}




}



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1100px以下


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1099px) {
#page-top section.content03 .title03::after{
  background-image: none;
  width: 0;
  height: 0;
  margin: 0;
}

}




































/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- min-width768 max-width992(タブレット)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 992px) {

  /* 表示非表示切り替え設定
  ----------------------------------------------------------------------------------------------- */
  .pc-view {
    display: none;
  }
  .sp-tab-view {
    display: block;
  }


/* navbar
-------------------------------------------------------------------------------- */
.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding: 0;
  overflow: visible !important;
}
.navbar-custom ul.nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0;
  padding: 5px 7px 0;
}

.nav.navbar-nav {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
    position: static;
    width: 503px;
    float: none;
}

.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #000;
  line-height: 50px;
  margin: 0 0 0;
  padding: 5px 7px 0;
}
.is-animation .navbar .telephone,
body:not(#page-top).is-animation .navbar .telephone {
  float: right;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #484848;
  margin: 0;
  padding: 4px 0 0;
  letter-spacing: -0.8px;
    width: 180px;
}
.is-animation .navbar .telephone a,
body:not(#page-top).is-animation .navbar .telephone span,
body:not(#page-top).is-animation .navbar .telephone span a {
	color: #484848;
}


.is-animation .navbar .telephone::before,
body:not(#page-top).is-animation .navbar .telephone::before {
}

/*
.is-animation .navbar .telephone::before,
body:not(#page-top).is-animation .navbar .telephone::before {
  content: none;
}
*/


.is-animation .nav.navbar-nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  position: static;
  width:503px;
/*  width: 515px;*/
  float: left;
}
div .navbar-brand {
  margin: 0px !important;
  padding: 10px 0px 0;
  display: block;
  height: 100%;
}
.is-animation div .navbar-brand {
  margin: 0px !important;
  padding: 2px 0px 0;
  display: block;
  height: 100%;
}
div .navbar-brand .logo,
.is-animation div .navbar-brand .logo {
    width: 235px;
    font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
    text-align: left;
    position: relative;
    padding: 0px 0 0 55px;
}
div .navbar-brand .logo span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
}
div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 43px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -55%);
  transform: translate(0, -55%);
}




/* メイン画像設定
----------------------------------------------------------------------------------------------- */
.main-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: auto;
  padding: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.main-inner-content .comment01 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
}
.main-inner-content .comment02 {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  text-align: center;
}
.main-inner-content .comment03 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 44px;
  text-align: center;
}


/* owl-carousel
-------------------------------------------------------------------------------- */
section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em;
  margin: 0 0 0 1em !important;
  padding: 0;
}
.sp-info::before {
  content: "※";
  margin: 0px;
}

/* topタイトル
-------------------------------------------------------------------------------- */
section h3.title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  color: #1d1d1d;
  margin: 0 0 40px;
  font-weight: 400;
  position: relative;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
  padding: 0;
}

/* 背景設定
-------------------------------------------------------------------------------- */
/* .content01 {
  background-image: url(../images/top/content01_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 60px;
  padding: 0 0 0;
} */

.content04 {
  background: url(../images/top/content04_bg02.png);
  margin: 0 auto 0;
  padding: 80px 0 80px;
  max-height: initial;
  max-height: auto;
}


/* トップページタイトル
-------------------------------------------------------------------------------- */
#page-top section .title-center {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}
#page-top section .title01 .inner,
#page-top section .title02 .inner,
#page-top section .title03 .inner {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  letter-spacing: -0.8px;
}
#page-top section .title01 .inner span,
#page-top section .title02 .inner span,
#page-top section .title03 .inner span {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  letter-spacing: -0.8px;
}

/* news
-------------------------------------------------------------------------------- */
section.news .container div#news_block dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: table-cell;
  width: 180px;
}
section.news .container div#news_block dl dd {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 32px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  display: table-cell;
  width: 940px;
  vertical-align: middle;
}
section.news .container div#news_block dl dt span.news,
section.news .container div#news_block dl dt span.recruit,
section.news .container div#news_block dl dt span.users {
  margin: 10px 0 0px 0;
  padding: 4px 0 0;
  display: block;
  width: 95px;
  float: none;
}
/*content00*/
section.content00 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}

/* content01
-------------------------------------------------------------------------------- */
section.content01 .image-list > li {
  width: 32%;
  margin: 0 0 0px;
  padding: 0;
}
section.content01 .point-list > li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
section.content01 p.head {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
section.content01 p.come {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
}
section.content01 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}

/* content02
-------------------------------------------------------------------------------- */
section.content02 .image-list > li {
  width: 32%;
  margin: 0 0 0px;
  padding: 0;
}
section.content02 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
}


/* content03
-------------------------------------------------------------------------------- */
section.content03 p.dot-line {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 51px;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline.png) repeat;
  display: block;
  overflow: hidden;
}
section.content03 .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  width: auto;
}


/* content04
-------------------------------------------------------------------------------- */
section.content04 .image-right {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  float: none;
}
#page-top section .title-block {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
section.content04 .dl-btn {
  display: none;
}
/* section.content04 .dl-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 8% 0 0 0;
  padding: 0;
  width: 120px;
  z-index: 999;
} */
section.content04 .dl-btn-sp {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #2798d3;
  margin: 30px auto 0;
  padding: 10px 15px 5px;
  letter-spacing: -0.8px;
  display: inline-block !important;
  border-radius: 0px;
}

#page-top section .title04 {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 0px 0px;
  padding: 0px 0 30px 0;
}
#page-top section .title-block::before {
  display: none;
}

/* #contact_area
-------------------------------------------------------------------------------- */
#contact_area .contact-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact_area .contact-list li.tel {
  margin: 0 0 0;
  padding: 0;
  position: relative;
  /* width: 360px; */
}
#contact_area .contact-list li.mail {
  margin: 0 0 0;
  padding: 0;
  position: relative;
  /* width: 370px; */
}
#contact_area .contact-list li.tel .box:before {
  width: 71px;
  height: 100px;
}
#contact_area .contact-list li.mail a:before {
  width: 97px;
  height: 94px;
}
#contact_area .contact-list li {
  margin: 0 0px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}
#contact_area .contact-list li:first-child::before,
#contact_area .contact-list li:first-child::after,
#contact_area .contact-list li:last-child::after {
  content: none;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0 90px;
  position: relative;
}
#contact_area .contact-list li.mail a {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 115px;
}
#contact_area .contact-list li.mail div.button {
  display: block;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.250;
  font-weight: normal;
  text-align: left;
  margin: 18px 0 10px;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 5px;
  padding: 0px;
}
#contact_area .contact-list li p.tel {
  color: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -1.8px;
}

#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li p {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}


/* footer
-------------------------------------------------------------------------------- */
footer #link_block {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.5px;
  text-align: center;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}

footer div#link_block > ul {
  margin: 0px 20px 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer .info {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 0;
  padding: 35px 0 35px;
  text-align: center;
  width: 100%;
}
footer .info .logo {
  width: 250px;
  margin: 0 auto 20px;
  display: block;
}
footer div.add {
  display: block;
  margin: 0 auto 0px;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  width: 690px;
}
footer div.link {
  display: block;
  margin: 0 auto 20px;
  padding: 0 0 0;
  text-align: center;
  position: relative;
}
footer .link ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}

.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}



/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-100px !important;
  padding-top:100px !important;
}

#kasashima,
#staff01,
#zonboon,
#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06,
#price {
  margin-top:-100px !important;
  padding-top:100px !important;
}


/* 各ページタイトル設定
----------------------------------------------------------------------------------------------- */

/* newsの設定
-------------------------------------------------------------------------------- */

#news .news dl dd ul.pic-list li {
  width: 31%;
}
#news .container div#news-block dl dt span.news,
#news .container div#news-block dl dt span.recruit,
#news .container div#news-block dl dt span.users {
  display: block;
  float: left;
  float: initial;
  margin: 10px 0 0;
}
#news .container div#news-block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  display: table-cell;
  width: 24%;
}
#news .container div#news-block dl dd {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  display: table-cell;
  width: 76%;
}


/* contactページ
-------------------------------------------------------------------------------- */
#contact section .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#contact section ul.tel-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

#contact section ul.tel-list li {
  width: 460px;
  margin: 0 0px 30px;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

#contact section ul.tel-list li:last-child {
  margin: 0 0px 0px;
}

#contact section ul.tel-list li p.tel,
#contact section ul.tel-list li p.fax {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.167;
  letter-spacing: -2px;
  margin: 0;
  padding: 10px 0 0px 100px;
  position: relative;
}
#contact section ul.tel-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  text-align: left;
  margin: 0 0px 0px;
  padding: 0 0 0 100px;
}

#contact section ul.tel-list li p.tel a,
#contact section ul.tel-list li p.fax a {
  color: #000;
}

#contact #mailformpro > div > dl > dd > p.tex-center {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  margin: 10px 0 20px;
  padding: 0;
}
#contact form#mailformpro dl dt {
  color: #fff;
  width: 260px;
  display: table-cell;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 17px 15px 0px 33px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  position: relative;
  font-weight: 100;
}
#contact form#mailformpro dl dd {
  padding: 10px 5px 10px 20px;
  border-left: 10px solid #fff;
  width: 430px;
  display: table-cell;
  text-align: left;
}
#contact #mailformpro > div > dl > dd input.addinput2 {
  width: 100%;
}

#contact #mailformpro > div > dl > dd input[type=text]:not(:last-child) {
  margin-bottom: 5px;
}



#contact #mailformpro > div > dl > dd input[type=email] {
  width: calc(100% - 10px);
}
#contact #mailformpro > div > dl > dd > input.input04 {
  width: 96%;
  height: 100%;
}
#contact #mailformpro > div > dl > dd input.addinput2 {
  max-width: 98%;
  height: 100%;
}

/* recruit
-------------------------------------------------------------------------------- */
#recruit section .head {
  background-image: none;
  background-color: #fbf8ea;
  background-repeat: repeat;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  border-radius: 10px;
}
#recruit section .head .inner::before {
  width: 169px;
  height: 114px;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  top: 0;
}
#recruit section .head .inner {
  margin: 0 auto 0;
  padding: 20px 10px 20px;
}
#recruit section .head .txt {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 66px;
  margin: 0 0 0;
  padding: 0 0 0 0px;
  text-align: left;
  /* display: inline-block; */
}
#recruit .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}

#recruit section .table01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
}
#recruit section .table01 th {
  width: 180px;
}
#recruit section .table01 td {
  width: 527px;
}

/* accessページ設定
----------------------------------------------------------------------------------------------- */
#access section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#access section .image-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 10px 0 0px;
  padding: 0px 0 0 0;
  text-align: center;
  letter-spacing: -0.8px;
}


/* officeページ設定
----------------------------------------------------------------------------------------------- */
#office section .summary {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#office section .summary dl dt {
  width: 180px;
}
#office section .summary dl dd {
  width: 527px;
}


/* facilityページ設定
----------------------------------------------------------------------------------------------- */
#facility section .image-list li {
  width: 32%;
  margin: 0;
  padding: 0;
}
#facility section .image-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 10px 5px 5px;
  letter-spacing: -1.2px;
}
#facility section .summary > dl > dt {
  width: 220px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 15px 15px 10px;
  background-color: #0e3955;
  vertical-align: top;
  display: table-cell;
}
#facility section .summary > dl > dd {
  width: 485px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 15px 15px 10px;
  background-color: #f5f4ee;
  letter-spacing: -0.8px;
  display: table-cell;
}
#facility section .summary dl dd dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
  float: left;
}
#facility section .summary dl dd dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0 0 0 4em;
  padding: 0;
  letter-spacing: -0.8px;
}
#facility section .area-list ul {
  margin: 0 12px 0;
  padding: 0;
}
#facility section .area-list ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  letter-spacing: -0.8px;
}

#facility section .image-list-04 li {
  width: 32%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


/* pointページ設定
----------------------------------------------------------------------------------------------- */
#point section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#point section .image-list-04 li {
  width: 32%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


/* serviceページ設定
----------------------------------------------------------------------------------------------- */
#service section .content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#service section .content-list li {
  width: 48%;
  margin: 0 0 60px;
  padding: 0;
}
#service section .content-list li .head {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
  letter-spacing: -0.8px;
}
#service section .content-list li .come {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
}


/* service_homeページ設定
----------------------------------------------------------------------------------------------- */
#service_home section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#service_home section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .image-list2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_home section .image-list2 li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .service-list li {
  width: 32%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}
#service_home section .red-area dt {
  padding: 15px 10px 10px;
}
#service_home section .red-area dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
}
#service_home section .normal-list dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
}
#service_home section .normal-list dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
}
#service_home section .big {
  font-size: 20px;
  font-size: 2.0rem;
}
#service_home section .price {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#service_home section .zumen-block > div {
  width: 49%;
  margin: 0 0 0px;
  padding: 0;
}
#service_home section .floor {
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
#service_home section .floor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  list-style: none;
}
#service_home section .floor-list dt {
  width: 100%;
  margin: 0 0 0;
  padding: 10px 10px 5px;
  background-color: #f4f3f3;
  display: flex;
  justify-content: center;
}
#service_home section .floor-list dd {
  width: 100%;
  background-color: #f9f7f1;
  margin: 0 0 0;
  padding: 20px 10px 15px;
}
#service_home section .floor-list dd .image-left {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  width: auto;
}
#service_home section .floor-list dd p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 36px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
}

#service_home section .list dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  background-color: #d14979;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 30px;
  padding: 10px 10px 5px;
  float: none;
  width: 300px;
}
#service_home section .list dd {
  margin: 0 0 0;
  padding: 0 0 0 0;
}


/* service_careページ設定
----------------------------------------------------------------------------------------------- */
#service_care section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#service_care section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_care section .service-list li {
  width: 32%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}

/* service_dayページ設定
----------------------------------------------------------------------------------------------- */
#service_day section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#service_day section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_day section .service-list li {
  width: 32%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}
/* #service_day section .time-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
} */
#service_day section .time-block div {
  margin: 0 auto 40px;
  /* padding: 0 0 0 120px;
  position: relative;
  width: 500px; */
}
#service_day section .time-block div:last-child {
  margin: 0 auto 0px;
  /* padding: 0 0 0 120px;
  position: relative;
  width: 500px; */
}

#service_day section .list dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  background-color: #d14979;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 30px;
  padding: 10px 10px 5px;
  float: none;
  width: 300px;
}
#service_day section .list dd {
  margin: 0 0 0;
  padding: 0 0 0 0;
}



} /* end */





















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px) {

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: none;
}
.sp-tab-view {
  display: block;
}

/* wrap
-------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 70px;
  display: block;
  position: relative;
  z-index: 120;
}

/* メイン画像設定
----------------------------------------------------------------------------------------------- */
#main-image {
  margin: 70px auto 0px;
}
.main-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: auto;
  padding: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.main-inner-content .comment01 {
  display: block;
  color: rgb(255, 255, 255,1);
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 3px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 25px;
  padding: 0px;
}
.main-inner-content .comment02 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-size: 5.625vw;
  line-height: 1.3;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 3px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 25px;
  padding: 0px;
}
.main-inner-content .comment03 {
  display: block;
  color: rgb(255, 255, 255,1);
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 3px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 25px;
  padding: 0px;
}
.main-inner-content div {
  width: 90%;
  margin: 0 auto 0;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em !important;
  margin: 0 0 0 1em !important;
  padding: 0 !important;
}

.sp-info::before {
  content: "※";
  margin: 0px;
}

/* image-left image-right
-------------------------------------------------------------------------------- */
.image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-left02 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-right {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

/* gbtn
-------------------------------------------------------------------------------- */
a.gbtn:link, a.gbtn:visited {
  display: inline-block;
  width: 100%;
  margin: 60px auto 40px;
  padding: 15px 10px 15px 46px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1.4px;
  text-indent: -36px;
}


/* nav
-------------------------------------------------------------------------------- */
body > .navbar {
  height: 70px;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  top: 0 !important;
  height: 70px;
  padding: 10px 0;
}
.is-animation .navbar {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0,0);
  width: 100%;
  height: 70px;
  z-index: 999;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 0;
  border-radius: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out;
}
.is-animation .navbar .navbar-header,
body:not(#page-top).is-animation .navbar .navbar-header {
  display: block;
}
.navbar .navbar-header {
  display: block;
}

.navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
div .navbar-brand {
  margin: 0px !important;
  padding: 0px 0px 0 !important;
  display: block;
  height: 100%;
}

.navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header {
  /* width: 240px; */
  height: auto;
  margin: 0;
  padding: 0px 0 0 10px;
}
div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo,
.is-animation div .navbar-brand .logo,
body:not(#page-top) .is-animation div .navbar-brand .logo {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0px 0 0 50px;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
}
div .navbar-brand .logo span,
body:not(#page-top) div .navbar-brand .logo span,
.is-animation div .navbar-brand .logo span,
body:not(#page-top) .is-animation div .navbar-brand .logo span
 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  margin: 0px 0 0px;
  padding: 0;
  display: block;
}
div .navbar-brand .logo::before {
  width: 40px;
  height: 35px;
  margin: 0;
  padding: 0;
}

.is-animation .navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header {
  display: block;
}

.navbar .comment {
  display: none;
}
.teldisplay {
    display: block !important;
}
.telmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 68px;
    color: #FFF;
    z-index: 50000;
}
.mapdisplay {
    display: block !important;
}
.mapmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 127px;
    color: #FFF;
    z-index: 50000;
}
/* menu-btn
-------------------------------------------------------------------------------- */
.menu-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1040;
  display: inline;
  font-size: 32px;
  line-height: 32px;
  position: fixed;
  text-align: center;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
    color: #000;
}

.menu-btn a span {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 0;
  display: block;
  color: #000;
}
.menu-btn a.btn-close span {
  color: #fff;
}

.btn-open:before {
  color: #000;
  content: "\f20d";
  font-family: ionicons;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-open:hover:before {
    color: #f2004a;
}

.menu-on {
  color: #f2004a;
}
.menu-on {
  color: #f2004a;
}

.btn-close:before {
  color: #fff;
  content: "\f129";
  font-family: ionicons;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-close:hover:before {
  color: #f2004a;
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 1030;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #333;
}

.overlay .menu {
    margin: 18% auto 10%;
    width: 80%;
}

.overlay .menu ul {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.overlay .menu ul li {
    float: none;
    margin: 0 auto 0;
    padding: 20px 10px;
    width: 50%;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
}

.overlay .menu ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-decoration: none;
    text-align: left;
    margin: 0;
    border: 0 !important;
    padding: 5px 10px 0px 0;
}


/*.overlay .menu ul li a:hover,
.overlay .menu ul li a.active {
  color: #34b484 !important;
}*/

.overlay .menu ul li a:hover,
.overlay .menu ul li a:focus,
.overlay .menu ul li.active,
#news .menu ul li a[title="news"],
#service .menu ul li a[title="service"],
#service_home .menu ul li a[title="service"],
#service_day .menu ul li a[title="service"],
#service_care .menu ul li a[title="service"],
#point .menu ul li a[title="point"],
#facility .menu ul li a[title="facility"],
#office .menu ul li a[title="office"],
#recruit .menu ul li a[title="recruit"],
#access .menu ul li a[title="access"],
#contact .menu ul li a[title="contact"],
#privacy .menu ul li a[title="privacy"] {
  color: #f2004a !important;
  background-color: transparent;
}

.overlay .menu ul ul {
    margin-top: 50px;
}

.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    display: block;
    border: 0 !important;
    padding: 5px 10px;
}

.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}
.overlay .menu ul li ul li a::before {
  content: "・";
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  display: inline-block;
  text-align: left;
}

.overlay .menu ul ul li a:hover {
    color: #f2004a;
}

/* owl-carousel
-------------------------------------------------------------------------------- */
.carousel-block {
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}

section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}

/* top共通部分
-------------------------------------------------------------------------------- */
section {
  text-align: center;
}
#page-top section.news .title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  background: transparent;
  color: #000000;
  margin: 0 0 40px;
  padding: 0;
}
#page-top section .title01 .inner,
#page-top section .title02 .inner,
#page-top section .title03 .inner {
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0 10px 0;
}
#page-top section .title01 .inner span,
#page-top section .title02 .inner span,
#page-top section .title03 .inner span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
}
#page-top section .title03 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-26%) translateX(-50%);
  -ms-transform: translateY(-26%) translateX(-50%);
  -webkit-transform: translateY(-13%) translateX(-50%);
}
#page-top section .title04 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
  color: #b52b55;
  font-family: anzu, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px 0 0px 0px;
  padding: 0px 0 30px 0;
  background: url(../images/top/line.png) no-repeat center bottom;
}
#page-top section .title-block::before {
  display: none;
}
section.content04 .dl-btn-sp {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #2798d3;
  margin: 30px auto 0;
  padding: 10px 15px 5px;
  letter-spacing: -0.8px;
  display: inline-block !important;
  border-radius: 0px;
}
#page-top section .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}

#page-top section .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 36px;
}
#page-top section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#page-top section .blue-back .title-blue-bg {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 30px 0px 25px;
}
#page-top section .blue-back .title-blue-bg span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

body:not(#page-top) section .rounded-heading02 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  margin: 0px 0px 40px;
  padding: 12px 20px 8px;
  border-radius: 60px;
  width: 100%;
}


section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #000000;
  margin: 0 0 30px;
}
section a.link-btn {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0e3c57;
  margin: 40px auto 0;
  padding: 8px 10px 4px;
  letter-spacing: -0.8px;
  display: inline-block;
  border-radius: 0;
}
section a.link-btn:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
  top: 2px;
}


/* 背景設定
-------------------------------------------------------------------------------- */
/* .content01 {
  background-image: url(../images/top/content01_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 0;
  padding: 0 0 0;
} */

.content04 {
  background: url(../images/top/content04_bg02.png);
  margin: 0 auto 0;
  padding: 80px 0 80px;
  max-height: initial;
  max-height: auto;
}

/* news
-------------------------------------------------------------------------------- */
section.news .container div#news_block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: block;
  width: 100%;
}
section.news .container div#news_block dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin: 0 0 10px 10px;
  padding: 0;
  display: block;
  width: 100%;
}
/*content00*/
section.content00 p.dot-line {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline_sp.png) repeat;
  display: block;
}


/* content01
-------------------------------------------------------------------------------- */
section.content01 .image-list {
  -js-display: flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
section.content01 .image-list > li {
  width: 32%;
  margin: 0 0 0px;
  padding: 0;
}

section.content01 p.dot-line {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 70px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline_sp.png) repeat;
  display: block;
}
section.content01 .point-list > li {
  width: 49%;
  margin: 0 0 30px;
  padding: 0;
}
section.content01 .point-list > li .inner {
  background-color: #fcf9f0;
  margin: 0 0 0px;
  padding: 20px 15px 20px;
}
section.content01 p.head {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
section.content01 p.come {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
}

/* content02
-------------------------------------------------------------------------------- */
section.content02 .image-list {
  -js-display: flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
section.content02 .image-list > li {
  width: 32%;
  margin: 0 0 0px;
  padding: 0;
}
section.content02 p.dot-line {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline_sp.png) repeat;
  display: block;
}


/* content03
----------------------------------------------------------------------------------------------- */
section.content03 p.dot-line {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
  background: url(../images/top/dot_underline_sp.png) repeat;
  display: block;
}

/* content04
----------------------------------------------------------------------------------------------- */
section.content04 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
}

/* contact_area
------------------------------------------------------------------------------------- */
#contact_area {
  width: 100%;
  margin: 0px auto 0;
  padding: 60px 15px 0px;
  position: relative;
  background-color: #fff;
}
#contact_area .contact-list {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact_area .contact-list li {
  margin: 0 0 0 !important;
  padding: 0 0 0 !important;
  position: relative;
}
#contact_area .contact-list li.tel {
  width: 100%;
  margin: 0 0px 30px !important;
  padding: 0px 0px 0;
  position: relative;
}
#contact_area .contact-list li.mail {
  width: 100%;
  margin: 0 0px 0 !important;
  padding: 0px 0px 0;
  position: relative;
}
#contact_area .contact-list li.mail a {
  padding: 0;
}

#contact_area .contact-list li:first-child::before,
#contact_area .contact-list li:first-child::after,
#contact_area .contact-list li:last-child::after,
#contact_area .contact-list li.mail a:before,
#contact_area .contact-list li.tel .box:before,
#contact_area .contact-list li.mail a:hover:before,
#contact_area .contact-list li.mail a:active:before {
  content: none;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
  text-align: center;
  margin: 0px auto 15px;
  padding: 0px;
  letter-spacing: -0.8px;
}
#contact_area .contact-list li p.name span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.667;
}
#contact_area .contact-list li p.tel {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.133;
  text-align: center;
  font-weight: normal;
  margin: 0px auto 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -1.5px;
}

#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  letter-spacing: -0.8px;
}

#contact_area .contact-list li p.tel-comment span.bol {
  font-weight: normal;
}

#contact_area .contact-list li.mail div.button  {
  display: block;
  color: #FFF;
  background-color: #f2004a;
  width: inherit;
  height: inherit;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.250;
  text-align: center;
  margin: 0px 0 10px;
  padding: 7px 15px 5px;
  position: relative;
}
#contact_area .contact-list li.mail a:hover div.button,
#contact_area .contact-list li.mail a:active div.button {
  color: #FFF;
}


/* footer_btn
------------------------------------------------------------------------------------- */
footer {
  margin: 0 0 0px;
  padding: 0;
}
footer #link_block {
  display: none;
}
footer .bg {
  display: none;
}
footer .info {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 0;
  padding: 35px 0;
  text-align: center;
  width: 100%;
}
footer .info .logo {
  width: 250px;
  margin: 0 auto 20px;
  display: block;
}
footer div.add {
  display: block;
  margin: 0 auto 20px;
  padding: 0 0 0px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
footer ul.add-list {
  margin: 0 0 0px;
  padding: 0;
  text-align: left;
  float: none;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul.add-list li {
  margin: 0 30px 30px;
}
footer ul.add-list li:last-child {
  margin: 0 0 0px;
}
footer ul.add-list li span.map-btn a {
  color: #fff;
  background-color: #46bbaf;
  padding: 5px 0 0;
  margin: 0 0 0 0;
  width: 100px;
  height: auto;
  text-align: center;
  display: block;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: normal;
  position: static;
  right: 0;
  top: 0;
}
footer div.link {
  display: block;
  margin: 0 auto 20px;
  padding: 0 0 0;
  text-align: center;
  position: relative;
}
footer .link ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer div#copy {
  width: auto;
  margin: 0 auto 0;
  padding: 0 15px 0;
  text-align: center;
}
footer div#copy div {
  padding: 0;
  letter-spacing: -0.8px;
}

.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}


/* 各ページsection
------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 60px;
}
body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 60px;
}


/* 各ページ背景
------------------------------------------------------------------------------------- */
#back {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 75px auto 80px;
  padding: 0px 0 0px;
}

#breadcrumb-box {
  display: none;
}

.back-inner-content {
  position: relative;
  z-index: 2;
  margin: 0 auto 0;
  padding: 30px 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.back-inner-content .title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 0px !important;
  padding: 0 0 0 !important;
  position: relative;
}
.back-inner-content .title span {
  color: #FFF;
  background-color: #d14979;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2.5px 0;
  padding: 2px 0 0;
}


/* cell.is-empty設定
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  width: 70px;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-70px !important;
  padding-top:70px !important;
}

#kasashima,
#staff01,
#zonboon,
#content-01,
#content-02,
#content-03,
#content-04,
#content-05,
#content-06,
#price {
  margin-top:-70px !important;
  padding-top:70px !important;
}


/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section .title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  position: relative;
  letter-spacing: -1.4px;
  background-image: url(../images/title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

body:not(#page-top) section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1.2px;
  margin: 0 0 0 10px;
}

body:not(#page-top) .content_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 15px 0 0;
}

body:not(#page-top) .title_bar {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  letter-spacing: -0.8px;
}

body:not(#page-top) .title-black {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
}

/* newsページの設定
-------------------------------------------------------------------------------- */
#news .news dl dt {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  letter-spacing: -0.8px;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 20px;
  padding: 0px 5px 0px;
  position: relative;
  color: #000000;
  display: block;
  vertical-align: top;
}
#news .news dl dd {
  width: 100%;
  text-align: left;
  margin: 0px 0 0;
  padding: 0px 5px 0px;
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  letter-spacing: -0.8px;
  color: #000000;
}
#news .news dl span {
  width: 130px;
  height: 30px;
  margin: 0 0px 0 0px;
  padding: 5px 0 0;
  color: #FFF;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  text-align: center;
  display: inline-block;
}
#news .container div#news-block dl dd p.news-title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  margin: 0px 0 16px;
  padding: 0;
}
#news .news dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0px 0 20px 0px;
  padding: 0px 0 0px;
  color: #000000;
}
#news .news dl dd ul.pic-list li {
    width: 31%;
    height: 100%;
    margin: 0 2% 2% 0;
    padding: 0;
}


/* privacy
-------------------------------------------------------------------------------- */
#privacy section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 60px;
  padding: 0;
}
#privacy section div.right-text {
  margin: 0 0 0px;
  padding: 0;
  float: right;
  width: auto;
}
#privacy section p.heading {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
}
#privacy section p.comment {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 50px;
  padding: 0;
}
#privacy section p.name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
}
#privacy section p.date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: right;
  margin: 0 0 0px;
  padding: 0;
}


/* コンタクトページの設定
-------------------------------------------------------------------------------- */
#contact section .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#contact section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}

#contact #mailformpro > div > dl > dd > p.tex-center {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 10px 0 20px;
  padding: 0;
}

#contact section ul.tel-list li {
  width: 460px;
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

#contact section ul.tel-list li p,
#contact section ul.tel-list li p,
#contact section ul.tel-list li p.tel,
#contact section ul.tel-list li p.fax {
  padding: 10px 0 0px 100px;
}


#contact form#mailformpro > div > dl {
  width: auto;
  display: block;
  border: none!important;
}

#contact form#mailformpro > div > dl dt,
#contact form#mailformpro > div > dl dd {
  width: 100%;
  display: block;
}

#contact #mailformpro > div > dl > dt {
  padding: 7px 5px 3px 28px;
}

#contact #mailformpro > div > dl > dt:before {
  top: 14px;
  left: 12px;
}

#contact #mailformpro > div > dl > dd {
  border-left: none;
  margin: 0 0 10px;
  padding: 15px 8px 10px;
}
#contact form#mailformpro dl dd ul.check-list {
  list-style: none;
  margin: 0px 0px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#contact form#mailformpro dl dd ul.check-list li:first-child,
#contact form#mailformpro dl dd ul.check-list li {
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0 0px 19px;
  padding: 0;
  text-indent: -19px;
}
form#mailformpro dl dd ol li span {
  font-size: 16px;
  font-size: 1.6rem;
}
#contact #mailformpro > div > dl#conf_block,
#contact #mailformpro > div > dl#conf_block dd {
  border: none!important;
}

#contact #mailformpro > div > dl > dd > textarea,
#contact #mailformpro > div > dl > dd > input,
#contact #mailformpro > div > dl > dd > select {
  width: 100% !important;
  height: 100% !important;
  margin: 5px 0;
  padding: 5px;
}


#contact #mailformpro > div > dl > dd > input[type=text]:not(:last-child) {
  margin-bottom: 5px;
}

#contact #mailformpro > div > dl > dd > textarea {
min-height: 10em;
margin-bottom: 0;
}

#contact #mailformpro > div > dl > dd > select {
  font-size: 14px;
}

#contact form#mailformpro label.check {
margin: 5px 5px 10px 23px;
font-size: 18px !important;
line-height: 26px;
padding: 5px 0px 5px;
text-indent: -23px;
}

#contact form#mailformpro dl dd ol li input[type=text] {
  max-width: 100%;
  width: 100% !important;
  margin: 0 0 5px;
  padding: 5px 5px 0px;
}

#contact #mailformpro > div > dl > dd > input.input01 {
  width: 100% !important;
  height: 100% !important;
}

#contact #mailformpro > div > dl > dd > ol > li {
  padding-bottom: 5px;
}

#contact #mailformpro > div > dl > dd > ol > li > input.input02 {
  width: 100% !important;
  height: 100% !important;
}

#contact #mailformpro > div > dl > dd > input.input03 {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
}
#contact #mailformpro > div > dl > dd > input.input04 {
  width: 100% !important;
  height: 100% !important;
}

#contact #mailformpro div.mfp_buttons {
}

#contact form#mailformpro button#button_mfp_goconfirm {
    width: 100% !important;
    background-size: contain;
}

#contact div#mfp_overlay_inner {
  width: 95%;
}

#contact div#mfp_overlay_inner h4 {
  padding: 10px 0 20px;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table {
  border-bottom: solid 1px #CCC;
  margin-bottom: 20px;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table tr th,
#contact div#mfp_overlay_inner table#mfp_confirm_table tr td {
  display: block;
  width: 100%;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table tr th {
  font-size: 1.1em;
  padding-bottom: 0;
}

#contact div#mfp_overlay_inner table#mfp_confirm_table tr td {
  border-top: none;
}
#contact div#mfp_overlay_inner .mfp_element_submit,
#contact div#mfp_overlay_inner .mfp_element_reset,
#contact div#mfp_overlay_inner .mfp_element_button {
  font-size: 18px;
  line-height: 1.8em;
}

#contact section p.text01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
}
#contact section p.heading {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
}
#contact section p.comment {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
}


  /*#thanksページの設定
  -------------------------------------------------------------------------------- */
  #contact .thanks p.text-content {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000000;
    margin: 0 0 0;
    padding: 0;
    text-align: left;
    display: inline-block;
  }


  /* recruit
  -------------------------------------------------------------------------------- */
  #recruit section .head {
    background-image: none;
    background-color: #fbf8ea;
    background-repeat: repeat;
    background-size: 100%;
    background-position: center top;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    border-radius: 10px;
  }
  #recruit section .head .inner::before {
    width: 169px;
    height: 114px;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    top: 0;
  }
  #recruit section .head .inner {
    margin: 0 auto 0;
    padding: 20px 10px 20px;
  }
  #recruit section .head .txt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    margin: 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    /* display: inline-block; */
  }
  #recruit section .head .txt span {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 34px;
  color: #262626;
  font-family: anzu, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 0 0;
  padding: 0;
  text-align: left;
  display: inline;
}
#recruit section .head .txt span strong {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
}
  #recruit .link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  #recruit section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  margin: 0 0 0;
  padding: 0 0 0;
  text-align: left;
}
  #recruit .link-list li a {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  height: auto;
  color: #fff;
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 20px 15px 15px 60px;
  position: relative;
}
#recruit .link-list li a::before {
  content: '';
  background-image: url(../images/recruit/arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -20px 20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 10px;
}

#recruit .link-list li.stop a::after {
  content: "(現在、募集は行っておりません)";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.8px;
  position: relative;
  right: 0;
  margin: 0px;
  padding: 0px;
  display: block;
}

#recruit section .table01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #a0a0a0;
}
#recruit section .table01 th {
  width: 100%;
  display: block;
  border-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding: 10px 15px 5px;
}
#recruit section .table01 td {
  width: 100%;
  display: block;
  border-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding: 10px 15px 5px;
}
#recruit section .table01 td .caution li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  text-indent: -1em;
}
#recruit section .table01 td p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
#recruit section .table01 td dl dt {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#recruit section .table01 td dl dd {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 0px;
}
#recruit section .table01 td .list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  text-indent: -1em;
}

/* accessページ設定
----------------------------------------------------------------------------------------------- */
#access section .list {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  align-items: center;
}
#access section .list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 0 0 30px;
  padding: 0;
}
#access section .image-list li {
  width: 49%;
  margin: 0 0 30px;
  padding: 0;
}
#access section .image-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 10px 0 0px;
  padding: 0px 0 0 0;
  text-align: center;
  letter-spacing: -0.8px;
}


/* officeページ設定
----------------------------------------------------------------------------------------------- */
#office section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 0px 0 30px;
  padding: 0px 0 0 0;
  text-align: left;
  letter-spacing: -0.8px;
}
#office section .summary {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#office section .summary dl dt {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 15px 10px;
}
#office section .summary dl dd {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 15px 10px;
}
#office section .summary dl dd ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 2em 0 0;
  letter-spacing: -0.8px;
  display: inline-block;
}


/* facilityページ設定
----------------------------------------------------------------------------------------------- */
#facility section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
}
#facility section .image-list li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
#facility section .image-list li:last-child {
  margin: 0 0 0px;
  padding: 0;
}
#facility section .image-list li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 10px 5px 5px;
  letter-spacing: -1.2px;
}
#facility section .summary > dl > dt {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 15px 15px 10px;
  background-color: #0e3955;
  vertical-align: top;
  display: block;
}
#facility section .summary > dl > dd {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 15px 15px 10px;
  background-color: #f5f4ee;
  letter-spacing: -0.8px;
  display: block;
}
#facility section .summary dl dd dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
  float: left;
}
#facility section .summary dl dd dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  margin: 0 0 0 4em;
  padding: 0;
  letter-spacing: -0.8px;
}
#facility section .area-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#facility section .area-list ul {
  margin: 0 0 0;
  padding: 0;
}
#facility section .area-list ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  letter-spacing: -0.8px;
  width: 12.5em;
}
#facility .caution {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  vertical-align: middle;
}
#facility .caution::before {
  content: '※';
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
  text-indent: 0;
}

#facility section .image-list-04 li {
  width: 32%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


/* pointページ設定
----------------------------------------------------------------------------------------------- */
#point section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
}
#point section .image-list-04 li {
  width: 32%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}

/* serviceページ設定
----------------------------------------------------------------------------------------------- */
#service section .content-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#service section .content-list li {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 60px;
  padding: 0;
}
#service section .content-list li .head {
  font-size: 20px;
  font-size: 2.2rem;
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
  letter-spacing: -0.8px;
}
#service section .content-list li .come {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
}


/* service_homeページ設定
----------------------------------------------------------------------------------------------- */
#service_home section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#service_home section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}
#service_home section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .image-list2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
#service_home section .image-list2 li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_home section .service-list li {
  width: 49%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}
#service_home section .title-list {
  display: none;
}
#service_home section .red-area dt {
  display: none;
}
#service_home section .red-area dd {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 15px 10px 10px;
  text-align: center;
}
#service_home section .red-area dd .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  padding: 0;
}
#service_home section .red-area dd .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto 0;
  padding: 0;
}
#service_home section .normal-list dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 15px 10px 10px;
  width: 100%;
  text-align: center;
}
#service_home section .normal-list dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 15px 10px 10px;
  width: 50%;
  text-align: center;
}
#service_home section .normal-list dd .name {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  display: block;
  margin: 0 auto 0;
  padding: 0;
}
#service_home section .big {
  font-size: 20px;
  font-size: 2.0rem;
}
#service_home section .price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#service_home section .center {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#service_home section .zumen-block > div {
  width: 49%;
  margin: 0 0 0px;
  padding: 0;
}
#service_home section .info-list {
  display: block;
  width: 100%;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #000;
}
#service_home section .info-list dt {
  width: 100%;
  margin: 0 0 0;
  padding: 10px 0 10px;
  display: block;
}
#service_home section .info-list dd {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 5px;
  padding: 10px 0px 10px;
  display: block;
}
#service_home section .info-list .other-list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0 1.4em;
  padding: 0;
  text-indent: -1.4em;
}
#service_home section .zumen-block > div {
  width: 100%;
  margin: 0 0 0px;
  padding: 0;
}
#service_home section .zumen-block div .type-name {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #000;
  text-align: center;
  background-color: #f9f7f1;
  margin: 0 auto 30px;
  padding: 20px 15px 15px;
  width: 100%;
}
#service_home section .floor {
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
#service_home section .floor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  list-style: none;
}
#service_home section .floor-list dt p {
  margin: 0 0 0;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #000;
  text-align: center;
  font-weight: normal;
  align-self: center;
}
#service_home section .info-list .type-list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0 3.5em;
  padding: 0;
  text-indent: -3.5em;
}
#service_home section .floor-list dt {
  width: 100%;
  margin: 0 0 0;
  padding: 10px 10px 5px;
  background-color: #f4f3f3;
  display: flex;
  justify-content: center;
}
#service_home section .floor-list dd {
  width: 100%;
  background-color: #f9f7f1;
  margin: 0 0 0;
  padding: 20px 10px 15px;
}
#service_home section .floor-list dd .image-left {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  width: auto;
}
#service_home section .floor-list dd p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
}

#service_home section .list dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  background-color: #d14979;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 30px;
  padding: 10px 10px 5px;
  float: none;
  width: 300px;
}
#service_home section .list dd {
  margin: 0 0 0;
  padding: 0 0 0 0;
}

#service_home section .list dd ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0 0;
  padding: 0;
  text-indent: 0;
}


/* service_careページ設定
----------------------------------------------------------------------------------------------- */
#service_care section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#service_care section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}
#service_care section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_care section .service-list li {
  width: 49%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}


/* service_dayページ設定
----------------------------------------------------------------------------------------------- */
#service_day section .image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
}
#service_day section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 0 0;
  letter-spacing: -0.8px;
  overflow: hidden;
}
#service_day section .image-list li {
  width: 32%;
  margin: 0 0 30px;
  padding: 0;
}
#service_day section .service-list li {
  width: 49%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #42988f;
  margin: 0 0 20px;
  padding: 20px 10px 13px;
}


#service_day section .time-block {
  display: inline-block;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
#service_day section .time-block div {
  margin: 0 auto 40px;
  /* padding: 0 0 0 120px;
  position: relative;
  width: 100%;
  max-width: 500px; */
}
#service_day section .time-block div:last-child {
  margin: 0 auto 30px;
   padding: 0 0 0 120px;
  /*position: relative;
  width: 500px; */
}
#service_day section .time-block div .day,
#service_day section .time-block div .time {
  margin: 0 auto 10px;
}

#service_day section .time-block div p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 0 auto 0;
  padding: 0;
}
#service_day section .time-block div dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
  float: left;
  width: 8em;
}
#service_day section .time-block div dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
  text-align: left;
  margin: 0 0 0;
  padding: 0 0 0 6em;
}


#service_day section .list dt {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  color: #fff;
  background-color: #d14979;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 30px;
  padding: 10px 10px 5px;
  float: none;
  width: 300px;
}
#service_day section .list dd {
  margin: 0 0 0;
  padding: 0 0 0 0;
}

#service_day section .list dd ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0 0 0 1.25em;
  padding: 0;
  text-indent: -1.25em;
}



}/* end */















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width700(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 700px) {




}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width670(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 670px) {




} /* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width600(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 600px) {

  /* footer
  -------------------------------------------------------------------------------- */
  footer ul.add-list {
    margin: 0 0 0px;
    padding: 0;
    text-align: left;
    float: none;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer ul.add-list li {
  margin: 0 0 30px;
}

  /* contact
  -------------------------------------------------------------------------------- */
  #contact section ul.tel-list li {
  width: 100%;
  max-width: 335px;
  margin: 0 auto 20px;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
  #contact section ul.tel-list li p.tel,
  #contact section ul.tel-list li p.fax {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.167;
    letter-spacing: -2px;
    margin: 0 auto;
    padding: 5px 0 10px 45px;
    position: relative;
    text-align: left;
  }
  #contact section ul.tel-list li p.tel a,
  #contact section ul.tel-list li p.fax a {
    color: #000;
  }

  #contact section ul.tel-list li p.tel:before {
  content: '';
  width: 40px;
  height: 37px;
  margin: 0 5px 0 0;
  padding: 0;
  background: url(../images/contact/tel.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
  #contact section ul.tel-list li p.fax:before {
    content: '';
    width: 40px;
    height: 44px;
    margin: 0 5px 0 0;
    padding: 0;
    background: url(../images/contact/fax.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  #contact section ul.tel-list li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.667;
    text-align: left;
    margin: 0 auto 0px;
    padding: 0;
  }

  /* facility
  -------------------------------------------------------------------------------- */
#facility section .image-list-04 li {
  width: 49%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}
  /* point
  -------------------------------------------------------------------------------- */
#point section .image-list-04 li {
  width: 49%;
  max-width: 277px;
  margin: 0 0 20px;
  padding: 0;
}


}/* end */



















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width530(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 530px) {

  /* main
  -------------------------------------------------------------------------------- */
  #main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 530px;
    max-height: 1000px;
    height: calc(100% - 36%);
    background-image: url(../images/top/main01_sp.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 70px auto 0px;
  }

  /* content01
  -------------------------------------------------------------------------------- */
  section.content01 .point-list > li {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px;
    padding: 0;
  }
  section.content01 .point-list > li:last-child {
    margin: 0 auto 0;
  }

  /* content02
  -------------------------------------------------------------------------------- */
  section.content02 .image-list > li {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  section.content02 .image-list > li:last-child {
    margin: 0 auto 0;
  }


  /* facility
  -------------------------------------------------------------------------------- */
  #facility section .image-list li {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0;
    max-width: 350px;
  }

  #facility section .image-list li:last-child {
    margin: 0 auto 0;
    padding: 0;
  }

  /* service_home
  -------------------------------------------------------------------------------- */
  #service_home section .service-list li {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  /* service_care
  -------------------------------------------------------------------------------- */
  #service_care section .service-list li {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  /* service_day
  -------------------------------------------------------------------------------- */
  #service_day section .service-list li {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }



}/* end */















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width465(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 465px) {


  /* service_day
  -------------------------------------------------------------------------------- */
  #service_day section .time-block div:first-child::before,
  #service_day section .time-block div:last-child::before {
  width: 92px;
  height: 90px;
  margin: 0 auto 30px;
  padding: 0;
  display: block;
  position: relative;
}
#service_day section .time-block div {
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
  max-width: 500px;
}
#service_day section .time-block div:last-child {
  margin: 0 auto 0px;
  padding: 0 0 0px;
  position: relative;
  width: 100%;
  max-width: 500px;
}


}/* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width465(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 465px) {

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-4 > li:last-child,
.image-list-3 > li:last-child  {
  margin: 0;
}


.teldisplay {
    display: block !important;
}
.telmark {
    font-size: 20pt;
    width: 35px;
    height: 35px;
    top: 17px;
    right: 108px;
}
.mapdisplay {
    display: block !important;
}
.mapmark {
    font-size: 20pt;
    width: 35px;
    height: 35px;
    top: 17px;
    right: 64px;
}
/* contact_area
-------------------------------------------------------------------------------- */
#contact_area .banner-list li {
  margin: 0 0 0 30px !important;
  padding: 0 !important;
  position: relative;
}
#contact_area .banner-list li:first-child {
  margin: 0 0 10px 30px !important;
  padding: 0 !important;
  position: relative;
}



}/* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width430(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 430px) {


}/* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


 max-width370(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 370px) {

  /* navbar-brand
  -------------------------------------------------------------------------------- */
  div .navbar-brand .logo::before {
    display: none;
  }
  div .navbar-brand .logo,
  body:not(#page-top) div .navbar-brand .logo,
  .is-animation div .navbar-brand .logo,
  body:not(#page-top) .is-animation div .navbar-brand .logo {
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    font-weight: normal;
    margin: 0px 0 0px;
    padding: 0px 0 0 0px;
    letter-spacing: -0.8px;
    text-align: left;
    position: relative;
  }

  /* slide
  -------------------------------------------------------------------------------- */
  .slide-inner-content p {
  color: #fff;
  text-shadow: none;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: 7.5vw;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  /* text-shadow: 0 3px 1px #FFF; */
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  letter-spacing: -0.06em;
}
.slide-inner-content h2 {
  color: #fff;
  text-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: 5.3vw;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  /* text-shadow: 0 2px 1px #FFF; */
  width: 100%;
  margin: 10px auto 0;
  padding: 0;
  letter-spacing: -0.8px;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-2 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-4 > li:last-child,
.image-list-3 > li:last-child,
.image-list-2 > li:last-child  {
  margin: 0;
}


/* footer
-------------------------------------------------------------------------------- */
footer div#copy div {
  font-size: 11px;
  font-size: 1.1rem;
padding: 0;
}

/* access
-------------------------------------------------------------------------------- */
#access section .image-list li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

  /* facility
  -------------------------------------------------------------------------------- */
#facility section .image-list-04 li {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
  /* point
  -------------------------------------------------------------------------------- */
#point section .image-list-04 li {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}


} /* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


 max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 0px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #575757 !important;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
    .menu-btn {
        right: 10px;
    }

}/* end */




















/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- Elements


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn {
  border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    display: block;
    width: 77px;
    height: 77px;
    margin-top: 250px;
    padding: 7px 0px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
