@charset "utf-8";
/*------------------------------
           common
------------------------------*/
body {
  color: #191919;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  min-width: 1000px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
ul,li,dl,dt,dd {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
h1,h2,h3 {
  font-weight: normal;
}
a:hover {
  opacity: .7;
}
.bold {
  font-weight: bold;
}
ul,li{
  list-style: none;
}
a {
  text-decoration: none;
  color: #191919;
}
img {
  vertical-align: bottom;
}
input:invalid {
	background:#ffefef!important;
  border:none;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.text-pink {
  color: #ff5783;
}
.text-water {
  color: #00afce;
}
.text-blue {
  color: #2956a5;
}
.text-center {
  text-align: center;
}
/*------------------------------
              PC
------------------------------*/

.modal-box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 1000px;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.modal-close {
  background: #ff7d9f;
  background: -moz-linear-gradient(left, #ff7d9f 0%, #fd90c6 100%);
  background: -webkit-linear-gradient(left, #ff7d9f 0%,#fd90c6 100%);
  background: linear-gradient(to right, #ff7d9f 0%,#fd90c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d9f', endColorstr='#fd90c6',GradientType=1 );
  width: 80%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 46px;
  margin: 0 auto;
  border-radius: 23px;
  font-size: 20px;
}
.modal-box img {
  width: 100%;
  height: auto;
}
.modal-box p {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.modal-box .close-button {
  text-align: center;
  margin-top: 30px;
}
.modal-text {
  width: 80%;
  line-height: 2.2;
}
.modal-box h2{
  margin-top: 40px;
  color: #e64890;
  font-size: 34px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e64890;
  display: inline-block;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n",serif;
}
.modal-title {
  font-size: 20px;
  color: #fd90c6;
  display: block;
  margin-bottom: 15px;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
/*midal2*/
#modal2 .modal-close{
  background: #ed8f03;
  background: -moz-linear-gradient(left, #ed8f03 0%, #ffb75e 100%);
  background: -webkit-linear-gradient(left, #ed8f03 0%,#ffb75e 100%);
  background: linear-gradient(to right, #ed8f03 0%,#ffb75e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8f03', endColorstr='#ffb75e',GradientType=1 );
}
#modal2 h2{
  border-bottom: 3px solid #fd8300;
  color: #fd8300;
}
/*midal3*/
#modal3 .modal-close{
  background: #1e3c72;
  background: -moz-linear-gradient(left, #1e3c72 0%, #2a5298 100%);
  background: -webkit-linear-gradient(left, #1e3c72 0%,#2a5298 100%);
  background: linear-gradient(to right, #1e3c72 0%,#2a5298 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3c72', endColorstr='#2a5298',GradientType=1 );
}
#modal3 h2{
  border-bottom: 3px solid #113372;
  color: #113372;
}
#modal3 .modal-title {
  color: #4076d3;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.7);
}
a[href^="tel:"] {
    cursor: default;
}
@media screen and (max-width: 768px) {
  .modal-box h2 {
    margin-top: 6vw;
    font-size: calc(44/750*100vw);
    padding-bottom: 3vw;
  }
  .modal-title {
    font-size: calc(30/750*100vw);
    margin-bottom: 2vw;
  }
  .modal-box {
    width: 100%;
    padding: 0 0 6vw;
    max-height: 90%;
    overflow: auto;
  }
  .modal-text {
    width: 93%;
    font-size: calc(26/750*100vw);
  }
  .modal-box .close-button{
    margin-top: 5vw;
  }
  .modal-close {
    line-height: calc(98/750*100vw);
    font-size: calc(32/750*100vw);
    border-radius: calc(49/750*100vw);
    max-width: calc(634/750*100vw);;
  }
}

#map {
  width: 100%;
  height: 480px;
  background-color: grey;
  margin-bottom: 70px;
}#map2 {
  display: none;
}
/*------------icon------------*/
.icon {
  background-size: cover;
  display: inline-block;
  height: 30px;
  width: 36px;
  vertical-align: middle;
  margin-right: 10px;
}
.icon02 {
  background-size: cover;
  display: inline-block;
  height: 30px;
  width: 36px;
  vertical-align: middle;
  margin-right: 5px;
}
.icon-contact,
.icon-tel {
  background: url(../img/icon_contact_white.png) no-repeat center;
  text-align: center;
  width: 20px;
  height: 26px;
  background-size: contain;
  display: block;
  margin: 0 auto 3px;
}
.icon-tel {
  margin: -2px auto 1px;
  width: 22px;
  background: url(../img/icon_tel_white.png) no-repeat center;
  background-size: contain;
}

.icon-nav01 {
  background: url(../img/icon_nav01.png) no-repeat center;
  background-size: cover;
}
.icon-nav02 {
  background: url(../img/icon_nav02.png) no-repeat center;
  background-size: cover;
}
.icon-nav03 {
  background: url(../img/icon_nav03.png) no-repeat center;
  background-size: cover;
}
.icon-nav04 {
  background: url(../img/icon_nav04.png) no-repeat center;
  background-size: cover;
}
.icon-mail {
  background: url(../img/icon_contact_pink.png) no-repeat center;
  display: block;
  margin: 28px auto 17px;
}
.icon-telphone {
  background: url(../img/icon_tel_blue.png) no-repeat center;
  width: 30px;
  height: 36px;
}
.icon-fax {
  width: 25px;
  height:27px;
  background: url(../img/icon_fax.png) no-repeat center;
  margin-right:10px;
  margin-top:-5px;
}
/*------------title------------*/
.wing-title {
  font-size: 26px;
  font-family: "a-otf-ryumin-pr6n",serif;
  text-align: center;
}
.wing-title-box {
  display: inline-block;
  vertical-align: top;
  min-width: 168px;
  padding: 10px 25px 0;
  letter-spacing: 10px;
}
.wing-title-remarks {
  display: block;
  font-size: 15px;
  padding-top: 5px;
  letter-spacing: 1px;
}
.wing-title:before,
.wing-title:after {
  width: 40px;
  height: 48px;
  display: inline-block;
  content: '';
}
.wing-title:before {
  background: url(../img/icon_leftwing.png) no-repeat center;
  margin-right: 5px;
}
.wing-title:after {
  background: url(../img/icon_rightwing.png) no-repeat center;
}
.quality-content-title-number {
  font-size: 40px;
  margin-top: -40px;
  display: inline-block;
}
.pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 52px;
  height: 52px;
  padding-left: 52px;
  overflow: hidden;
  background: #03b1d0;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, #03b1d0 0%, #1dc9e8 100%);
  background: -webkit-linear-gradient(left, #03b1d0 0%,#1dc9e8 100%);
  background: linear-gradient(to right, #03b1d0 0%,#1dc9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1d0', endColorstr='#1dc9e8',GradientType=1 );
  z-index: 3;
  transition: 1s;
  -webkit-transition: 1s;
}
.pagetop:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
}
/*------------header------------*/
.header {
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  font-size: 13px;
  min-width: 1100px;
}
.header nav {
  position: fixed;
  z-index: 1003;
  background: #fff;
  left: 119px;
}
.menu-trigger {
  margin: 14px 5.6vw auto auto;
  right: 0;
  background: none;
  position: fixed;
}
.menu-trigger.active {
  margin: 14px 290px 0 0;
  top: 0;
}
.header-navi {
  float: left;
  width: 100%;
  z-index: 1002;
  position: relative;
  position: fixed;
  background: #fff;
}
.logo {
  float: left;
}
.logo img {
  width: 44px;
  height: auto;
  margin: 13px 30px 11px 45px;
}
.gnav {
  float: left;
  position: relative;
}
.gnav a {
  display: block;
  padding: 14px 14px 10px 10px;
  margin-right: 18px;
  box-sizing: border-box;
  border-bottom: 5px solid #fff;
}
.gnav:last-child a {
  margin-right: 0;
}
.gnav.active a,
.gnav a:hover {
  border-bottom: 5px solid #33bfd8;
}
.nav-alpha {
  display: none;
}
.active .nav-alpha {
  display: block;
  font-size: 8px;
  color: #08b7d6;
  position: absolute;
  bottom: 10px;
  left: 35%;
}
li:last-child .nav-alpha {
  left: 44%;
}
li:nth-child(2) .nav-alpha {
  left: 37%;
}
.header-tel {
  background: #33bfd8;
  color: #fff;
  font-size: 19px;
}
.header-contact {
  background: #ff5d87;
  color: #fff;
  font-size: 12px;
}
.header-info {
  position: absolute;
  right: 0;
  display: block;
}
.header-info-list {
  float: left;
  vertical-align: top;
}
.header-contact,
.header-tel {
  color: #fff;
  display: block;
  letter-spacing: 2px;
  line-height: inherit;
  height: 46px;
  padding: 8px 10px 5px;
}

/*------------main------------*/
.main_wrap {
  position: relative;
  width:100%;
}
.main-content {
  position: relative;
  margin-top: 59px;
}
.mainvisual {
  width: 100%;
  height: auto;
}
.main-content-wrap {
  position: absolute;
  top: 100px;
  left: 0;
  width:100%;
  z-index:1001;
  text-align: center;
}
.main-content-title {
  letter-spacing: 4px;
}
.title-sub {
  display: block;
  color: #fff;
  font-size: 22px;
  text-shadow: #666 1px 1px 20px, #666 -1px 1px 20px, #666 1px -1px 20px, #666 -1px -1px 20px;
}
.title-name-sub {
  font-size: 50px;
}
.title-name {
  font-size: 70px;
  display: block;
  color: #fff;
  letter-spacing: 10px;
  text-shadow: #666 1px 1px 20px, #666 -1px 1px 20px, #666 1px -1px 20px, #666 -1px -1px 20px;
  margin-bottom: 10px;
}
.title-content {
  font-size: 80px;
  font-weight: bold;
}
.title-content-main {
  color: #927317;
  background: -webkit-linear-gradient(-86deg, #211a04, #695b1a, #867834, #e9dc9b, #7b732c, #675813, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  position: relative;
  margin-top: -92px;
}
.title-content-shadow {
  text-shadow: #30478ec7 1px 1px 10px, #30478ec7 -1px 1px 10px, #30478ec7 1px -1px 10px, #30478ec7 -1px -1px 10px;
  color: #927317;
  background: none;
  -webkit-text-fill-color: initial;
}
.main-content-date {
  background: #937419; /* Old browsers */
  background: -moz-linear-gradient(top, #937419 0%, #ebde9e 50%, #937419 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #937419 0%,#ebde9e 50%,#937419 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #937419 0%,#ebde9e 50%,#937419 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#937419', endColorstr='#937419',GradientType=0 ); /* IE6-9 */
  width: 190px;
  height: 190px;
  border-radius: 100%;
  color: #2e2e2e;
  float: right;
  margin-top: -80px;
}
.main-content-date span {
  display: block;
}
.date-year {
  font-size: 28px;
  padding-top: 35px;
}
.date-month {
  font-size: 50px;
  margin: -3px 0 5px;
}
.date-content {
  font-size: 25px;
}
/*ecruitment*/
.ecruitment-content-title {
  background: #ff7fa2;
  padding: 11px 0 14px;
  text-align: center;
  margin: 0;
  font-size: 32px;
  letter-spacing: 10px;
  color:#fff;
}
.ecruitment-list {
  float: left;
  width: 33.2%;
  position: relative;
}
.ecruitment-image {
  width: 100%;
  height: auto;
}
.ecruitment-list-center {
  margin: 0 0.2%;
}
.ecruitment-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 2;
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
/*about*/
.about-content {
  margin: 55px auto 70px;
}
.about-content-image {
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.about-content-title {
  font-size: 24px;
  line-height: 2.85;
  margin: 0 0 40px;
}
.about-content-text {
  line-height: 38px;
}
/*quality*/
.quality-content {
  margin-bottom: 80px;
}
.quality-list {
  float: left;
  width: 25%;
  position: relative;
}
.quality-list a {
  display: block;
}
.quality-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  z-index: 2;
  height: 36%;
  padding: 6% 13%;
  box-sizing: border-box;
}
.quality-title{
  font-family: "a-otf-ryumin-pr6n",serif;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.quality-description{
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.quality-image img {
  width: 100%;
  height: auto;
}
/*subjects*/
.subjects-content-wrap{
  max-width: 1110px;
  margin: 0 auto 130px;
  position: relative;
}
.subjects-list-box {
  background: #ff7fa0;
  background: -moz-linear-gradient(left, #ff7fa0 0%, #fd8ec6 100%);
  background: -webkit-linear-gradient(left, #ff7fa0 0%,#fd8ec6 100%);
  background: linear-gradient(to right, #ff7fa0 0%,#fd8ec6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7fa0', endColorstr='#fd8ec6',GradientType=1 );
  width: 54%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 1% 5.5% 4%;
  box-sizing: border-box;
  font-size: 16px;
}
.subjects-list-box-title {
  font-size: 32px;
  margin-bottom: 25px;
}
.subjects-list-box-number {
  background: #ffd0de;
  border-radius: 15px;
  color: #fd5992;
  line-height: 30px;
  max-width: 380px;
  margin: 0 auto 16px;
}
.subjects-list-box-comment {
  border-bottom: 1px solid #fff;
  max-width: 325px;
  margin: 0 auto 18px;
  padding-bottom: 8px;
  font-size: 15px;
}
.subjects-lists {
  max-width: 370px;
  margin: 0 auto 30px;
}
.subjects-list {
  text-align: left;
  padding-left: 40px;
  background: url(../img/icon_check.png) no-repeat left center;
  background-size: 22px auto;
  line-height: 2.5;
  letter-spacing: 2px;
}
.other-service {
  border: 2px solid #fd5992;
}
.other-service-title {
  background: #fd5992;
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  max-width: 380px;
  margin: -15px auto 20px;
}
.other-service-content {
  margin: -10px auto 14px;
  text-align: left;
  max-width: 380px;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.subjects-list-image {
  position: absolute;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  right: 0;
  top: 14%;
  width: 50%;
}
/*facility*/
.bg-cotainer {
  background: #f7f7f6 url(../img/bg_tree.jpg) no-repeat left top;
  background-size: contain;
  margin: -570px 0 80px;
  padding: 570px 0 70px;
}
.facility-content {
  width: 800px;
  margin: 0 auto 60px;
}
.facility-table {
  width: 100%;
  border-collapse: collapse;
}
.facility-td {
  border: 1px solid #c4c4c5;
  width: 33.333%;
  text-align: center;
  height: 60px;
}
/*price*/
.price-content {
  width: 800px;
  margin: 0 auto;
}
.price-list {
  width: 100%;
  border: 1px solid #c4c4c5;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
.price-list2 {
  width: 100%;
  border: 1px solid #c4c4c5;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 40px;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-td {
  border: 1px solid #c4c4c5;
  width: 33.333%;
  text-align: center;
  height: 60px;
}
/*access*/
.access-content {
  margin-bottom: 80px;
}
.access-wrap {
  position: relative;
  max-width: 1054px;
  margin: 0 auto 58px;
}
.access-image {
  float: left;
  width: 58%;
  margin-right: -16%;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.access-box {
  background: #ff7fa0;
  background: -moz-linear-gradient(left, #ff7fa0 0%, #fd8ec6 100%);
  background: -webkit-linear-gradient(left, #ff7fa0 0%,#fd8ec6 100%);
  background: linear-gradient(to right, #ff7fa0 0%,#fd8ec6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7fa0', endColorstr='#fd8ec6',GradientType=1 );
  width: 58%;
  float: right;
  color: #fff;
  padding: 6% 0 7% 20%;
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 60px;
}
.access-box-title-sub {
  display: block;
  margin-bottom: 14px;
}
.access-box-title {
  font-size: 25px;
  display: block;
  margin-bottom: 30px;
}
.access-box-text {
  margin-bottom: 45px;
}
.access-box-route {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
.access-box-station {
  font-size: 25px;
  display: block;
  margin-left: -10px;
}
.nishitetsu-box,
.car-box {
  width: 49%;
  float: left;
  background: #f7f7f7;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  padding: 10px 38px 20px;
  height: 316px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 2;
}
.car-box {
  float: right;
}
.nishitetsu-box-title,
.car-box-title {
  color: #e46da9;
  font-size: 22px;
  border-bottom: 1px solid #e46da9;
  padding: 0 0 20px 43px;
  background: url(../img/icon_train.png) no-repeat left top;
  background-size: 27px auto;
  line-height: 1;
  margin-bottom: 20px;
}
.car-box-title {
  background: url(../img/icon_car.png) no-repeat left top;
  background-size: 34px auto;
}
.car-image {
  display: block;
  margin: 0 auto;
}
.nishitetsu-image {
  width: 100%;
  height: auto;
}
/*link-content*/
.link-content {
  text-align: center;
}
.link-button {
  width: 410px;
  height: 66px;
  display: inline-block;
  border-radius: 33px;
  box-sizing: border-box;
  border: 4px solid #54544f;
  background: #10bad9;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 80px;
}
.link-content:before {
  content: '';
  width: 410px;
  margin: 0 -205px 0 -205px;
  text-align: center;
  height: 66px;
  display: inline-block;
  border-radius: 33px;
  box-sizing: border-box;
  background: #d0d0d0;
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: -3;
}
.link-title {
  font-size: 24px;
  padding: 7px 0 5px;
  display: inline-block;
}
.link-alpha {
  font-size: 12px;
  display: block;
  background: #54544f;
  line-height: 18px;
  border-radius: 0 0 33px 33px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.link-button .icon-triangle {
  border-left: 4px solid #fff;
  display: inline-block;
  margin-top: -12px;
}
/*footer*/
.partner-links {
  background: #f7f7f7;
  text-align: center;
  padding: 24px 0;
}
.partner-link {
  display: inline-block;
  font-size: 13px;
  width: 270px;
  margin: 0 14px;
}
.partner-link-name {
  font-size: 16px;
  margin-left: 8px;
}
.partner-link a {
  border: 1px solid #cbb6be;
  border-radius: 4px;
  display: block;
  padding: 18px 0;
  vertical-align: middle;
}
.icon-triangle {
  display: inline-block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #e94a7a;
  margin-top: -2px;
}
.partner-shimarisu .icon-triangle {
  border-left: 4px solid #d07c00;
}
.partner-choseikai .icon-triangle {
  border-left: 4px solid #1e3d73;
}
.partner-shimada {
  background: #ffeaf5;
  color: #e94a7a;
}
.partner-shimarisu {
  background: #fff0dd;
  color: #d07c00;
}
.partner-choseikai {
  background: #d8e4fa;
  color: #1e3d73;
}
.contact-content {
  background: #eaeaeb;
  text-align: center;
  padding: 25px 0 35px;
}
.contact-content-title {
  margin: 0 auto 25px;
  color: #e6577c;
  font-size: 21px;
  vertical-align: top;
}
.contact-box {
  display: inline-block;
  width: 340px;
  margin: 0 46px;
  padding: 0 24px;
  box-sizing: border-box;
  border: 1px solid #d5d5d6;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
  height: 145px;
}
.contact_time {
  margin:0px 0 7px 0;
  font-size:16px;
  font-family: "a-otf-ryumin-pr6n",serif;
  letter-spacing: 2px;
}
.contact-title {
  font-size: 17px;
  padding-top: 10px;
  letter-spacing: 2px;
}
.contact-number {
  font-size: 32px;
  letter-spacing: 3px;
  margin: 0 0 10px;
}
.contact-staff {
  font-size: 14px;
  padding-left:90px;
  letter-spacing:4px;
}
.mail-link {
  background: #ff7fa0;
  background: -moz-linear-gradient(left, #ff7fa0 0%, #fd8ec6 100%);
  background: -webkit-linear-gradient(left, #ff7fa0 0%,#fd8ec6 100%);
  background: linear-gradient(to right, #ff7fa0 0%,#fd8ec6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7fa0', endColorstr='#fd8ec6',GradientType=1 );
  line-height: 30px;
  border-radius: 3px;
  color: #fff;
  display: block;
}
.mail-link .icon-triangle {
  border-left: 4px solid #fff;
  margin-top: -5px;
}
.footer-content {
  background: #191919;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 35px 0 20px;
}
.footer-content-description {
  letter-spacing: 3px;
  margin: 0 auto 15px;
}
.footer-content-title {
  font-size: 17px;
  margin: 10px 0 20px;
  letter-spacing: 3px;
}
.footer-content-name {
  font-size: 30px;
  margin-left: 15px;
}
.footer-link {
  display: inline-block;
  margin: 0 20px 30px;
}
.footer-link a {
  color: #fff;
}
.footer_addr {
  margin-bottom:35px;
}
.copyright {
  letter-spacing: 1px;
}
/*contact-form*/
.contact {
  padding: 35px 0 60px;
  width: 800px;
  margin: 0 auto;
}
.process-lists {
  width: 80%;
  border-top: 7px solid #dadada;
  margin: 70px auto 60px;
}
.process-list:first-child:before,
.process-list:last-child:after {
  content: '';
  background: #fff;
  width: 40%;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.process-list:last-child:after {
  left: inherit;
  right: -1px;
}
.process-list {
  text-align: center;
  float: left;
  width: 33.3333%;
  text-align: center;
  position: relative;
  margin-top: -15px;
}
.icon-process {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 40px;
}
.icon-process:before,
.icon-process:after {
  content: "";
  display: block;
  margin: 0 auto;
}
.icon-process:before {
  margin-top: -14px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #dadada;
  border-radius: 50%;
}
.icon-process:after {
  margin-top: -35px;
  margin-left: 14px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.process-list:first-child,
.confirm .process-list:nth-child(2),
.complete .process-list:nth-child(2),
.complete .process-list:last-child {
  color: #fd5992;
}
.process-list:first-child .icon-process:before,
.confirm .process-list:nth-child(2) .icon-process:before,
.complete .process-list:nth-child(2) .icon-process:before,
.complete .process-list:last-child .icon-process:before{
  background: #fd5992;
}
.complete .process-lists{
  border-color: #fd5992;
}
.confirm .process-list:first-child:after{
  content: '';
  position: absolute;
  width: 100%;
  background: #fd5992;
  height: 7px;
  display: block;
  top: 11%;
  left: 50%;
  z-index: 1;
}
.input,
.textarea,
.button {
  border: none;
  background: #f0f3f5;
  line-height: 50px;
  min-height:50px;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 16px;
  box-sizing: border-box;
  width: 230px;
}
.form-address {
  width: 200px;
}
.require .input,
.require .textarea {
  border: none;
  background: #ffefef;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 16px;
  box-sizing: border-box;
}
.textarea {
  height: 230px;
}
input[type=radio] {
  display: none;
}
.label {
  cursor: pointer;
  position: relative;
  padding: 20px 0 20px 42px;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.label:after,  .label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.label:after {
  left: 30%;
  margin-top: -14px;
  width: 22px;
  height: 22px;
  border: 3px solid #ccc;
  border-radius: 3px;
}
.label:before {
  left: 30%;
  margin-top: -5px;
  margin-left: 8px;
  opacity: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
input[type=radio]:checked + .label:before {
  opacity: 1;
}
.label:hover:after,
input[type=radio]:checked + .label:after {
  border-color: #33bfd8;
  background: #33bfd8;
}
.type {
  overflow: hidden;
  margin-bottom: 52px;
  display: table;
  width: 100%;
}
.type li {
  display: table-cell;
  width: 50%;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}
.device li {
  display: inline-block;
}
.device .label {
  padding-left: 80px;
}
.device .label:hover:after,
.device input[type=radio]:checked + .label:after {
  border-color: #fd5992;
  background: #fd5992;
}

.require-text {
  background: #ff2f2f;
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
}
.icon-address {
  font-size: 18px;
}
.button {
  cursor: pointer;
}
.button:hover {
  opacity: .7;
}
.form-wrap {
  border-top: solid #fd5992 2px;
  margin-bottom: 20px;
}
.form-item-wrap {
  overflow: hidden;
  border-bottom: dotted #a7a7a7 1px;
  padding: 24px 0;
}
.form-item {
  float: left;
  width: 21%;
  padding: 12px 15px 0 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}
.form-notice {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.form-entry {
  float: left;
  width: 79%;
}
::placeholder{
  color: #a5a5a5;
}
#addressbox {
  display: inline-block;
}
span.vd {
  padding: 2px 2px;
  color: #ff0000;
  font-weight: bold;
  line-height: 130%;
  background: #FFE9E9;
  border: #ffcccc 2px solid;
  vertical-align: text-bottom;
  white-space: nowrap;
}
.button-blue {
  background: #3096c0;
  background: -moz-linear-gradient(left, #3096c0 0%, #33bed8 100%);
  background: -webkit-linear-gradient(left, #3096c0 0%,#33bed8 100%);
  background: linear-gradient(to right, #3096c0 0%,#33bed8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3096c0', endColorstr='#33bed8',GradientType=1 );
  color: #fff;
  font-size: 17px;
  padding: 0 15px;
  width: 220px;
}
.submit {
  background: #ff7fa0;
  background: -moz-linear-gradient(left, #ff7fa0 0%, #fd8ec6 100%);
  background: -webkit-linear-gradient(left, #ff7fa0 0%,#fd8ec6 100%);
  background: linear-gradient(to right, #ff7fa0 0%,#fd8ec6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7fa0', endColorstr='#fd8ec6',GradientType=1 );
  color: #fff;
  width: 390px;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  line-height: 60px;
}
.form-mr {
  margin-right: 32px;
}
.form-mb {
  margin-bottom: 20px;
}
.long-form {
  width: 100%;
}
.wing-title-alpha {
  font-size: 32px;
  letter-spacing: 4px;
}
.wing-title-japanese {
  font-size: 15px;
  display: block;
  color: #fe84af;
  margin: -30px 0 15px;
  letter-spacing: 1px;
}
.notice {
  text-align: center;
  line-height: 2;
}
.privacy-button {
  margin-bottom: 35px;
  display: inline-block;
  color: #fd5992;
}
.privacy .icon-triangle {
  margin: 0 7px 2px;
}
.form-title {
  margin-bottom: 10px;
  display: block;
}
.confirm-message {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin: -20px 0 40px;
}
.confirm .form-wrap {
  margin-bottom: 80px;
}
.confirm .form-entry {
  line-height: 2;
  font-size: 18px;
}
.confirm .form-item {
  padding: 6px 0 0 0;
}
.button-back {
  background: #b3b3b3;
  color: #fff;
}
.buttons {
  text-align: center;
}
.buttons .button {
  width: 265px;
  margin: 0 20px;
  display: inline-block;
}
.complete-title {
  font-size: 32px;
  margin-bottom: 50px;
}
.complete-text {
  line-height: 2;
  margin-bottom: 30px;
}
.button-gray {
  background: #b3b3b3;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  width: 280px;
  text-align: center;
  display: block;
  margin: 100px auto 40px;
}
.list-mv{
  opacity: 0;
  transform: translate(0,60px);
  -webkit-transform: translate(0,60px);
  transition: .8s;
}
.mv{
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.sp-content {
  display: none;
}
.tel {
  pointer-events: none;
}
/*------------
Under Page
------------*/
.underpage {
  background: url(../img/bg_underpage01.jpg) no-repeat left top,url(../img/bg_underpage02.jpg) no-repeat right top;
}
.underpage-wrap {
  width: 1000px;
  margin: 0 auto 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.underpage-content-title {
  position: absolute;
  top: 2vw;
  right : 25.5%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sub-title {
  color: #e64890;
  font-size: 17px;
  display: block;
  margin-left: 15px;
}
.main-title {
  font-size: 40px;
  font-size: 3.3vw;
  font-family: "a-otf-ryumin-pr6n",serif;
  line-height: 1.7;
  letter-spacing: .2em;
  margin-top: 40px;
  display: block;
}
.number {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: .05em;
}
.sign {
  margin-top: -1.5vw;
}
.medialcare-title {
  right : 27%;
}
.medialcare-title .sub-title {
  margin-left: 20px;
}
.medialcare-title .main-title {
  margin-top: 1.5vw;
  letter-spacing: .1em;
}
.nursingcare-title {
  right: 25%;
}
.nursingcare-title .sub-title {
  margin-left: 10px;
}
.goodmeal-title .main-title {
  letter-spacing: .05em;
}
.goodmeal-title .sub-title {
  margin-left: 10px;
}
.page-title {
  background: url(../img/icon_everyday.png) no-repeat center 32px;
  background-size: 62px auto;
  padding: 100px 0 0;
  text-align: center;
}
.page-title:after {
  content: '';
  display: block;
  height: 2px;
  background: #fb87ac;
  width: 500px;
  margin: 40px auto;
}
.page-title-alpha {
  display: block;
  color: #08b7d6;
  font-size: 8px;
  margin-bottom: 25px;
}
.page-title-japanese {
  font-size: 30px;
  letter-spacing: .05em;
}
.everydaylife .page-title {
  background-image: url(../img/icon_everyday.png);
}
.medicalcare .page-title {
  background-image: url(../img/icon_medical.png);
}
.nursingcare .page-title {
  background-image: url(../img/icon_nursing.png);
}
.goodmeal .page-title {
  background-image: url(../img/icon_meal.png);
  background-size: 68px auto;
}
.page-overview {
  margin: 0 auto 70px;
  line-height: 3;
  font-size: 17px;
  text-align: center;
}
.page-overview-lists,
.page-overview-lists li {
  list-style: disc;
  list-style-position: outside;
}
.page-overview-lists {
  margin: 0 -20px 0 20px;
}
.page-overview-everyday {
  width: 510px;
  text-align: left;
}
.small-text {
  font-size: 14px;
  margin: -0px 0 0;
}
.page-detail {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
}
.page-detail-lists {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
}
.page-detail-lists li {
  float: left;
  width: 30%;
}
.page-detail-lists li:nth-child(2){
  margin: 0 5%;
}
.page-detail-lists h3 {
  border-bottom: 2px solid #fb87ac;
  font-size: 20px;
  height: 65px;
  padding-bottom: 15px;
  margin: 0 0 20px;
  display: table-cell;
  vertical-align: bottom;
  vertical-align: middle;
  width: 405px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: bold;
}
.nursing-detail-lists h3 {
  height: auto
}
.lists-twline {
  width: 900px;
}
.lists-twline li:nth-child(2) {
  margin: 0;
}
.lists-twline h3 {
  vertical-align: bottom;
}
.lists-twline li {
  width: 50%;
  padding: 0 45px;
  box-sizing: border-box;
}

.room {
  margin-bottom: 70px;
}
.room-title {
  font-size: 30px;
  text-align: center;
  padding-left: 70px;
  background: url(../img/icon_facility.png) no-repeat 255px center;
  background-size: 60px auto;
  margin: 1em 0 1.2em;
}
.room dt {
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.room-text {
  display: inline-block;
  font-size: 18px;
}
.room-area {
  font-size: 16px;
}
.room-image {
  margin: 20px 0 0;
}
.room-image01 {
  float: left;
}
.room-image02 {
  float: right;
}
.map {
  margin: 0 0 60px;
}
.map dt {
  background: #b7b7b7;
  color: #fff;
  font-size: 24px;
  display: block;
  width: 210px;
  text-align: center;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.map-image {
  width: 50%;
  float: left;
  box-sizing: border-box;
  font-size: 15px;
}
.map-image p {
  margin: 0 0;
}
.map-image01 {
  padding-left: 100px;
}
.map-image02 {
  padding-right: 100px;
}
.map-image img {
}
.room-lists {
  width:776px;
  margin:0 auto;
}
.room-lists li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-size: 13px;
}
.room-lists li .txt_wrap {
  width:435px;
  float:left;
}
.room-lists li .pic {
  width:312px;
  float:right;
}
.room-lists li dl {
  margin-top:30px;
}
.room-lists li dl.mt0 {
  margin-top:0;
}
.room-lists p {
  margin:0;
}
.room-lists p.pic02 {
  margin-top:5px;
}
.room-name {
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
  color: #e64890;
}
/*medical*/
.machine-title {
  color: #e64890;
  font-size: 25px;
  text-align: center;
  margin: 20px 0 10px;
}
.machine-text {
  text-align: center;
  font-size: 15px;
  margin: 0 0 50px;
}
.machine-lists li {
  float: left;
  width: 32%;
  font-size: 13px;
  margin-bottom: 40px;
}
.machine-lists li:nth-child(3n-1) {
  margin: 0 2%;
}
.machine-lists li:nth-child(3n+1) {
  clear: left;
}
.machine-lists h3 {
  font-size: 18px;
  color: #e64890;
  text-align: center;
  margin: 25px 0 -5px;
}
.machine-lists .machine-maker {
  font-size: 13px;
}
/*nursing*/
.overview-image {
  margin: 30px 0 100px;
}
.overview-image img {
  margin: 0 15px;
}
.page-detail-images {
  margin: 50px 0 0;
}
.page-detail-images li {
  width: 33%;
}
.page-detail-images li:nth-child(2) {
  margin: 0 0.5% 0;
}
.copr {
  margin-top:50px;
  background: url(../img/copr_bg.jpg) repeat;
  padding:25px 35px 25px 60px;
  border:1px solid #d0d0d1;
}
.copr01 {
  float:left;
  width:240px;
  border-right:1px solid #ccc;
  min-height:95px;
    box-sizing: border-box;
}
.copr p {
  margin:0;
}
.copr01 .copr01_txt01 {
  font-size:18px;
  margin-top:10px;
}
.copr01 .copr01_txt02 {
  font-size:40px;
  margin-top:7px;
  letter-spacing: 0.08em;
  font-family: "a-otf-ryumin-pr6n",serif;
}
.copr .box02 {
  background: #fff;
  width:295px;
  box-sizing: border-box;
  padding-left:30px;
  min-height:95px;
}
.copr .box02_txt01 {
  font-size:16px;
  color:#0fbad9;
  margin-top:17px;
  margin-bottom:5px;
}
.copr .copr02 {
  margin-left:40px;
  float:left;
}
.copr .copr02 a {
  display: block;
}
.copr .copr02 a:hover {
  opacity: 1;
}
.copr .copr03 {
  margin-left:28px;
  float:left;
}
@media screen and (min-width: 1200px) {
  .quality-text {
    height: 156px;
  }
}
/*------------
SP
------------*/
@media screen and (max-width: 768px) {
  #map {
    display: none;
  }
  #map2 {
    width: 100%;
    display: block;
    height: calc(380/750*100vw);
    background-color: grey;
    margin-bottom: 0;
  }
  .sp-content {
    display: block;
  }
  .pc-content {
    display: none;
  }
  .tel {
    pointer-events: auto;
  }
  .header-tel .sp-content {
    display: inline-block;
  }
  .icon-contact, .icon-tel {
    width: 20px;
    display: block;
    margin: 0 auto;
    padding: 3px 0 1px;
  }

  body,
  .header,
  .nishitetsu-box,
  .car-box,
  .subjects-content-wrap,
  .container,
  .subjects-list-box,
  .facility-content,
  .price-content,
  .access-wrap,
  .access-image,
  .access-box {
    min-width: 100%;
    width: 100%;
    float: none;
    max-width: 100%;
  }
  body {
    min-width: 320px;
  }
  .container {
    padding: 0 calc(30/750*100vw);
    box-sizing: border-box;
  }
  .wrap:before {
    content: '';
    background: rgba(63,63,63,0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1008;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    width: 8vw;
    height: 22px;
    margin: 14px 5.6vw 0 0;
    float: right;
    z-index: 1009;
    transition: all .4s;
  }
  .menu-trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active {
    margin: 14px 290px 0 0;
    width: 6vw;
  }
  .menu-trigger.active span {
    background-color: #fff;
    border-radius: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .header nav {
    display: block;
    width: 280px;
    height: 100%;
    transition: all .4s;
    transform: translate(280px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1010;
    background-color: #FFF;
    left: auto;
  }
  .header nav.open {
    transform: translate(0);
  }
  .gnav {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .gnav .icon,
  .gnav .nav-alpha {
    display: none;
  }
  .gnav a {
    width: 100%;
    border-bottom: 2px solid #33bfd8;
    box-sizing: border-box;
    padding: 18px 5px;
  }
  .gnav:hover a,
  .gnav.active a{
    border-bottom: 2px solid #33bfd8;
  }
  .header-navi {
    display: block;
    background: #fff;
  }
  .logo {
    width: 20%;
    text-align: center;
    height: 50px;
    display: block;
  }
  .logo img {
    margin: 0;
    padding: 8px 0;
  }
  .header-info {
    width: 80%;
  }
  .header-info-list {
    width: 38%;
  }
  .header-contact,.header-tel{
    font-size: calc(30/750*100vw);
    font-size: 13px;
    height: 50px;
    line-height: 1;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
  }
  .icon-contact, .icon-tel {
    width: 20px;
    display: block;
    margin: 0 auto;
    padding: 3px 0 1px;
  }
  .main-content {
    margin-top: 50px;
  }
  .main-content-title {
    margin: 0;
  }
  .title-sub {
    font-size: calc(26/750*100vw);
  }
  .title-name {
    font-size: calc(50/750*100vw);
    margin-bottom: 1vw;
    letter-spacing: 1.5vw;
    text-shadow: #30478ec7 0.05vw 0.05vw 2vw, #30478ec7 -0.05vw 0.05vw 2vw, #30478ec7 0.05vw -0.05vw 2vw, #30478ec7 -0.05vw -0.05vw 2vw;
  }
  .title-name-sub {
    font-size: calc(32/750*100vw);
  }
  .title-content {
    font-size: calc(70/750*100vw);
  }
  .title-content-main {
    margin-top: -10.7vw;
  }
  .title-content-shadow {
    text-shadow: #30478ec7 0.05vw 0.05vw 1vw, #30478ec7 -0.05vw 0.05vw 1vw, #30478ec7 0.05vw -0.05vw 1vw, #30478ec7 -0.05vw -0.05vw 1vw;
  }
  .main-content-date {
    width:20vw;
    height:20vw;
    margin: 8vw 0;
  }
  .date-year {
    font-size: calc(24/750*100vw);
    padding-top: 3vw;
  }
  .date-month {
    font-size: calc(43/750*100vw);
    margin: 0 0 0.4vw;
  }
  .date-content {
    font-size: calc(22/750*100vw);
  }
  .ecruitment-content-title {
    font-size: calc(46/750*100vw);
  }
  .ecruitment-title {
    font-size: calc(22/750*100vw);
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  .about-content {
    margin: 0;
    padding: 3vw calc(30/750*100vw);
    box-sizing: border-box;
  }
  .about-content-title {
    font-size: calc(38/750*100vw);
    text-align: center;
    line-height: 2.2;
    margin: 0 0 5vw;
  }
  .about-content-text {
    font-size: calc(26/750*100vw);
    line-height: 2.4;
    margin: 0;
  }
  .about-content-text br {
    display: none;
  }
  .about-content-image {
    width: 100%;
    margin: 0;
  }
  .wing-title {
    margin-bottom: 4vw;
  }
  .wing-title-box {
    font-size: calc(40/750*100vw);
    letter-spacing: 0.4vw;
    min-width: 29vw;
    padding: 1vw 1vw 0;
  }
  .quality-content-title-number {
    font-size: 100%;
  }
  .wing-title:before, .wing-title:after {
    width: 7vw;
    height: 7vw;
    background-size: contain;
  }
  .wing-title-remarks {
    font-size: calc(22/750*100vw);
  }
  .quality-content {
    margin-bottom: 4vw;
  }
  .quality-list {
    width: 50%;
  }
  .quality-text {
    padding: 3vw;
    height: 38%;
  }
  .quality-title {
    font-size: calc(30/750*100vw);
    text-align: left;
    margin-bottom: 1vw;
  }
  .quality-description {
    font-size: calc(21/750*100vw);
    letter-spacing: 0.1vw;
    line-height: 1.3;
  }
  .subjects-list-box {
    padding: 0.1vw 5vw 5.5vw;
    margin-bottom: 5vw;
  }
  .subjects-list-box-title {
    font-size: calc(50/750*100vw);
    margin-bottom: 2vw;
  }
  .subjects-list-box-number {
    font-size: calc(32/750*100vw);
    max-width: calc(560/750*100vw);
    margin: 0 auto 4vw;
    line-height: calc(50/750*100vw);
    border-radius: calc(25/750*100vw);
  }
  .subjects-list-box-comment {
    max-width: calc(436/750*100vw);
    font-size: calc(24/750*100vw);
    margin: 0 auto 3vw;
    padding-bottom: 2vw;
  }
  .subjects-lists {
    max-width: calc(600/750*100vw);
  }
  .subjects-list {
    font-size: calc(26/750*100vw);
    letter-spacing: 0.1vw;
    line-height: 2;
    padding-left: 8.5vw;
    background-size: 5vw auto;
  }
  .other-service-title {
    max-width: calc(510/750*100vw);
    line-height: calc(50/750*100vw);
    font-size: calc(26/750*100vw);
    border-radius: calc(25/750*100vw);
    margin: calc(-25/750*100vw) auto calc(13/750*100vw);
  }
  .other-service-content {
    font-size: calc(22/750*100vw);
    max-width: 72vw;
    letter-spacing: 0.1vw;
    margin: 0vw auto 3vw;
  }
  .subjects-list-image {
    position: static;
    width: 75%;
    margin: 0 auto;
    display: block;
  }
  .bg-cotainer {
    margin: -70vw 0 4vw;
    padding: 72vw 0 9vw;
  }
  .subjects-content-wrap {
    margin-bottom: 0;
  }
  .facility-content,
  .price-content {
    padding: 0 calc(30/750*100vw);
    box-sizing: border-box;
    font-size: calc(24/750*100vw);
  }
  .facility-content {
    margin: 0 auto 3vw;
  }
  .price-list {
    margin: 0 auto 3vw;
  }
  .price-list2 {
    margin: 3vw auto 0;
  }
  .facility-td,
  .price-list,
  .price-td {
    height: calc(87/750*100vw);
  }
  .price-list {
    line-height: calc(87/750*100vw);
  }
  .facility-td {
    letter-spacing: 0.1vw;
    text-align: left;
    padding: 0 1vw;
  }
  .facility-td.sp-content {
    display: table-cell;
    padding-left: 2vw;
  }
  .access-content {
    margin-bottom: 4vw;
  }
  .access-wrap {
    margin: 0 0 6vw;
  }
  .access-box {
    padding: calc(30/750*100vw) calc(30/750*100vw) calc(10/750*100vw) calc(30/750*100vw);
    font-size: calc(30/750*100vw);
    margin: 0;
    text-align: center;
  }
  .access-box-title-sub {
    margin-bottom: calc(30/750*100vw);
  }
  .access-box-title {
    font-size: calc(40/750*100vw);
    margin-bottom: calc(30/750*100vw);
  }
  .access-box-text {
    margin: 0 0 calc(40/750*100vw);
    font-size: calc(26/750*100vw);
  }
  .access-box-route,
  .access-box-station {
    font-size: calc(36/750*100vw);
    margin: 0;
  }
  .access-box-route {
    margin-bottom: 1vw;
  }
  .nishitetsu-box, .car-box {
    box-shadow: none;
    margin-bottom: 3.5vw;
    font-size: calc(26/750*100vw);
    padding: 2vw 5vw;
    height: auto;
    letter-spacing: -0.2vw;
  }
  .nishitetsu-box-title, .car-box-title {
    background-size: auto 5vw;
    padding: 0 0 4vw 6.5vw;
    margin: 2vw 0 3vw;
    font-size: calc(36/750*100vw);
    letter-spacing: 0;
  }
  .link-button {
    margin-bottom: 10vw;
    width: 84%;
  }
  .link-content:before {
    content: '';
    width: 84%;
    margin: 0 0 0 -42%;
    text-align: center;
    height: 66px;
    display: inline-block;
    border-radius: 33px;
    box-sizing: border-box;
    background: #d0d0d0;
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: -3;
  }
  .partner-link-name {
    font-size: calc(32/750*100vw);
  }
  .partner-link {
    width: calc(630/750*100vw);
    margin-bottom: calc(30/750*100vw);
    font-size: calc(32/750*100vw);
  }
  .partner-links {
    padding: 7vw 0 3vw;
  }
  .mt30 {
    margin-top:30px!important;
  }
  .contact-box {
    display: block;
    width: calc(630/750*100vw);
    margin: 0 auto 30px;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #d5d5d6;
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    height: auto
  }
  .contact-box a {
    display: block;
    text-decoration: none;
    color: #191919;
  }
  .contact_time {
    margin:0 0 3% 0;
    font-size:calc(28/750*100vw);
  }
  .contact-title {
    font-size: calc(36/750*100vw);
    padding-top: 10px;
    letter-spacing: 2px;
  }
  .contact-number {
    font-size: calc(47/750*100vw);
    letter-spacing: 3px;
    margin: 0 0 10px;
  }
  .contact-staff {
    font-size: calc(23/750*100vw);
    padding-bottom:0%;
    padding-left:21%;
    letter-spacing:2px;
  }
  .footer-content {
    font-size: calc(18/750*100vw);
    padding: 5vw 0 2vw;
  }
  .footer-content-description {
    font-size: calc(20/750*100vw);
    margin: 0 auto 2vw;
    letter-spacing: 0.1vw;
  }
  .footer-content-title {
    font-size: calc(24/750*100vw);
    margin: 0 0 4vw;
    letter-spacing: 0.1vw;
  }
  .footer-content-name {
    font-size: calc(40/750*100vw);
    margin-left: 2vw;
  }
  .footer-links {
    margin-bottom: 1.5vw;
  }
  .footer-link {
    margin: 0 0 5vw;
    display: block;
  }
  .footer_addr {
    margin-bottom:6vw;
  }
  /*contact*/
  .wing-title-japanese {
    font-size: calc(26/750*100vw);
    margin: -6vw 0 2vw;
  }
  .contact {
    width: 100%;
    padding: calc(30/750*100vw) calc(30/750*100vw) calc(90/750*100vw) calc(30/750*100vw);
    box-sizing: border-box;
  }
  .process-list {
    margin-top: -1.5vw;
    font-size: calc(24/750*100vw);
  }
  .process-lists {
    margin: 9vw auto 8vw;;
    border-top: calc(6/750*100vw) solid #dadada;
  }
  .icon-process {
    margin-bottom: 5vw;
  }
  .icon-process:before {
    width: calc(60/750*100vw);
    height: calc(60/750*100vw);
    margin-top: -3vw;
  }
  .icon-process:after {
    margin-top: calc(-42/750*100vw);
    margin-left: calc(17/750*100vw);
    width: calc(20/750*100vw);
    height: calc(10/750*100vw);
    border-left: calc(5/750*100vw) solid #fff;
    border-bottom: calc(5/750*100vw) solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .type {
    margin-bottom: 10vw;
  }
  .label {
    padding: 4vw 0 4vw 5vw;
    font-size: calc(26/750*100vw);
  }
  .label:before,
  .label:after {
    left: 10%;
  }
  .form-wrap{
    border-top: solid #fd5992 calc(6/750*100vw);
  }
  .form-item-wrap {
    padding: 4vw 0 5vw;
  }
  .form-item {
    width: 100%;
    font-size: calc(24/750*100vw);
    padding: 0 0 1.5vw;
  }
  .form-entry {
    width: 100%;
    font-size: calc(26/750*100vw);
  }
  .input, .textarea, .button,
  .require .input, .require .textarea, .require .button{
    line-height: calc(80/750*100vw);
    font-size: calc(26/750*100vw);
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .textarea {
    height: calc(210/750*100vw);
  }
  .form-mr {
    margin: 0;
  }
  .device .label {
    padding: 6px 0 6px 50px;
    text-align: left;
    margin-bottom: 4vw;
  }
  .device li {
    width: 50%;
    float: left;
  }
  .device .label:before, .device .label:after {
    left: 0;
  }
  .form-notice {
    font-size: calc(24/750*100vw);
    margin-top: 0;
    display: inline;
  }
  .notice {
    font-size: calc(26/750*100vw);
    text-align: left;
  }
  .require-text {
    font-size: calc(20/750*100vw);
  }
  .privacy-button {
    font-size: calc(26/750*100vw);
    margin-bottom: 5vw;
  }
  .submit {
    width: calc(580/750*100vw);
    margin: 0 auto;
    font-size: calc(30/750*100vw);
    line-height: calc(110/750*100vw);
  }
  .row3 {
    overflow: hidden;
    width: 100%;
  }
  .icon-address {
    font-size: calc(26/750*100vw);
    width: 7%;
    box-sizing: border-box;
    float: left;
    padding-top: 3.5vw;
  }
  .button-blue {
    padding: 0 1.5vw;
    width: 47%;
    box-sizing: border-box;
    float: right;
  }
  .form-address {
    width: 42%;
    margin-right: 4%;
    box-sizing: border-box;
    float: left;
  }
  .form-title {
    margin-bottom: 1vw;
    font-size: calc(24/750*100vw);
  }
  .form-mb {
    margin-bottom: 4vw;
  }
  .row2 {
    overflow: hidden;
  }
  .row2 input {
    width: 47.5%;
    float: right;
  }
  .row2 input:first-child {
    float: left;
  }
  .confirm-message {
    font-size: calc(26/750*100vw);
    text-align: left;
    margin: -5vw 0 6vw;
  }
  .confirm .process-list:first-child:after {
    height: calc(6/750*100vw);
    top: 0.6vw;
  }
  .confirm .form-entry {
    font-size: calc(30/750*100vw);
    line-height: 1.8;
  }
  .confirm .form-item {
    padding: 0 0 1.5vw;
  }
  .buttons .button {
    margin: 0;
  }
  .row2 .button {
    width: 46%;
  }
  .complete-title{
    font-size: calc(50/750*100vw);
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .complete-text {
    text-align: left;
    font-size: calc(26/750*100vw);
    margin-bottom: 4vw;
  }
  .button-gray {
    font-size: calc(30/750*100vw);
    width: calc(590/750*100vw);
    line-height: calc(130/750*100vw);
    margin: 17vw auto 2vw;
  }
  .underpage-content-title {
    top: 4vw;
    right : 38vw;
    margin: 0;
  }
  .sub-title {
    font-size: calc(26/750*100vw);
    margin-left: 1vw;
  }
  .main-title {
    font-size: calc(42/750*100vw);
    line-height: 1.7;
    letter-spacing: .2em;
    margin-top: 3.5vw;
    display: block;
  }
  .number {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1;
    letter-spacing: .05em;
  }
  .sign {
    margin-top: -2.5vw;
  }
  .medialcare-title {
    top: 4vw;
    right : 39vw;
  }
  .medialcare-title .sub-title {
    margin-left: 2.4vw;
  }
  .medialcare-title .main-title {
    margin-top: 3.5vw;
  }
  .nursingcare-title {
    top: 4vw;
    right : 38vw;
  }
  .nursingcare-title .main-title {
    line-height: 1.6;
  }
  .nursingcare-title .sub-title {
    margin-left: 1vw;
  }
  .goodmeal-title .main-title {
    letter-spacing: .01em;
  }
  .goodmeal-title .sub-title {
    margin-left: 1vw;
  }
  .underpage {
    background: url(../img/bg_underpage01_sp.jpg) no-repeat left top,url(../img/bg_underpage02_sp.jpg) no-repeat right top;
    background-size: 110px auto;
  }
  .underpage-wrap {
    width: 100%;
    padding: calc(30/750*100vw) calc(30/750*100vw) calc(50/750*100vw) calc(30/750*100vw);
    box-sizing: border-box;
    margin: 0 auto 0px;
    overflow: hidden;
  }
  .underpage img {
    width: 100%;
    height: auto;
  }
  .page-title {
    line-height: 1.6;
    padding: 70px 0 0;
    background-position: center 20px;
    background-size: 50px auto;
    margin: 2vw calc(-30/750*100vw);
  }
  .goodmeal .page-title {
    background-size: 54px auto;
  }
  .page-title-alpha {
    margin-bottom: 10px;
  }
  .page-title:after {
    width: 70%;
    font-size: 28px;
    margin: 10px auto;
  }
  .page-title-japanese {
    font-size: calc(56/750*100vw);
  }
  .page-overview {
    font-size: calc(32/750*100vw);
    line-height: 1.8;
    text-align: left;
    margin: 0 auto 10vw;
    width: auto;
  }
  .overview-image {
    margin: 10vw auto 0vw;
  }
  .overview-image img {
    margin: 0 0 1px;
  }
  .page-detail {
    font-size: calc(32/750*100vw);
    letter-spacing: normal;
  }
  .page-detail-lists h3 {
    font-size: calc(40/750*100vw);
    width: 100%;
    display: block;
    padding-bottom: 3vw;
    margin: 0 0 0vw;
    height: auto;
  }
  .page-detail-lists li{
    width: auto;
    float: none;
    margin: 0 0 10vw;
  }
  .page-detail-lists li:nth-child(2) {
    margin: 0 0 2px;
  }
  .page-detail-images li {
    margin: 0 0 2px;
  }
  .page-detail-images {
    margin: 0 auto 10vw;
  }
  .copr {
    width: calc(630/750*100vw);
    margin:30px auto 0;
    background: url(../img/copr_bg.jpg) repeat;
    padding:5%;
    box-sizing: border-box;
    border:1px solid #d0d0d1;
  }
  .copr01 {
    float:none;
    width:100%;
    border-right:none;
    border-bottom:1px solid #ccc;
    min-height:auto;
    padding-bottom:20px;
    box-sizing: border-box;
    margin-bottom:25px;
  }
  .copr p {
    margin:0;
  }
  .copr01 .copr01_txt01 {
    font-size: calc(32/750*100vw);
    margin-top:0;
    text-align: center;
  }
  .copr01 .copr01_txt02 {
    font-size: calc(80/750*100vw);
    margin-top:7px;
    letter-spacing: 0.08em;
    font-family: "a-otf-ryumin-pr6n",serif;
    text-align: center;
  }
  .icon-fax {
    padding-bottom:14px;
  }
  .copr .box02 {
   padding-left:0;
  }
  .copr .box02_txt01 {
    font-size: calc(30/750*100vw);
    color:#0fbad9;
    margin-top:0;
    margin-bottom:7px;
  }
  .copr .copr02 {
    margin-left:0;
    float:none;
    background: #fff;
    width:100%;
    box-sizing: border-box;
    min-height:auto;
    margin-top:20px;
  }
  .copr .copr02 a {
    padding:20px 0 10px 10%;
  }
  .copr .copr03 {
    margin-left:0;
    float:none;
    background: #fff;
    width:100%;
    box-sizing: border-box;
    padding:20px 0 10px 10% ;
    min-height:auto;
    margin-top:20px;
  }

  .nursing-image {
    margin: 0 calc(-30/750*100vw);
    overflow: hidden;
  }
  .nursing00 {
    margin: 0 calc(-30/750*100vw) 0.4%;
  }
  .nursing-image img.sp-content {
    width: 49.8%;
    display: inline;
  }
  .nursing-image img:last-child {
    float: right;
  }
  .machine-title {
    margin: 6vw 0 2vw;
    font-size: calc(50/750*100vw);
  }
  .machine-text {
    font-size: calc(32/750*100vw);
    text-align: left;
    margin: 0 0 5vw;
  }
  .machine-lists {
    margin: 0 -5vw;
    display: flex;
    flex-wrap: wrap;
  }
  .machine-lists li {
    width: 50%;
    padding: 0 1vw;
    float: none;
    box-sizing: border-box;
    font-size: calc(26/750*100vw);
    margin-bottom: 4vw;
  }
  .machine-lists li p {
    padding: 0 2vw;
    margin: 0;
  }
  .machine-lists li:nth-child(3n-1) {
    margin: 0 0 4vw;
  }
  .machine-lists li:nth-child(3n+1) {
    clear: none;
  }
  .machine-lists li:nth-child(2n+1) {
    clear: left;
  }
  .machine-lists h3 {
    height: 14vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto 0;
    line-height: 1.4;
    width: 500px;
  }
  .machine-lists h3,
  .machine-lists .machine-maker {
    font-size: calc(26/750*100vw);
  }
  .lists-twline {
    width: auto;
  }
  .lists-twline li {
    padding: 0;
  }
  .small-text {
    font-size: calc(26/750*100vw);
  }
  .room-title {
    padding: 40px 0 0;
    font-size: calc(40/750*100vw);
    background-position: center top;
  }
  .room-area {
    display: block;
    font-size: calc(20/750*100vw);
    letter-spacing: .2em;
  }
  .room dt {
    font-size: calc(32/750*100vw);
    text-align: center;
    padding: 2vw 4vw;
    float: left;
    line-height: 1.4;
    margin-right: 3vw;
  }
  .room {
    margin: 0 calc(-30/750*100vw);
  }
  .room-text {
    font-size: calc(26/750*100vw);
    display: block;
    padding-top: 1vw;
    line-height: 5.5vw
  }
  .room-image {
    position: relative;
    left: 0;
    margin: 0;
    width: 50%;
  }
  .room-image02 {
    float: none;
  }
  .room-pic {
    width: 50%;
    float: right;
    margin: 0 0 0;
  }
  .spl {
    width:50%;
    margin-top:3%;
    float:left;
  }
  .spr {
    width:50%;
    margin-top:3%;
    float:right;
  }
  .map dt {
    font-size: calc(40/750*100vw);
    margin: 8vw 0 -18vw calc(-30/750*100vw);
    position: relative;
    float: left;
    width: calc(314/750*100vw);
  }
  .map-image {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: calc(26/750*100vw);
  }
  .room-lists {
    width:100%;
    margin:0 auto;
  }
  .room-lists li {
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 13px;
  }
  .room-lists li .txt_wrap {
    width:100%;
    float:none;
  }
  .room-lists li .pic {
    width:100%;
    margin-top:20px;
  }
  .room-lists li .pic p{
    width:48%;
    float:none;
  }
  .room-lists li .pic p:nth-of-type(2n+1) {
    float:left;
  }
  .room-lists li .pic p:nth-of-type(2n+2) {
    float:right;
  }
  .room-lists li dl {
    margin-top:20px;
  }
  .room-lists li dl.mt0 {
    margin-top:0;
  }
  .room-lists p {
    margin:0;
  }
  .room-lists p.pic02 {
    margin-top:0;
  }
  .room-lists li {
    width: 100%;
    float: none;
    font-size: calc(28/750*100vw);
    padding: 0;
    margin-bottom: 5vw;
  }
  .room-name {
    font-size: calc(46/750*100vw);
    text-align: left;
    margin: 0;
  }
  .page-overview-lists {
    margin: 0 0 0 5vw;
  }
  .main-content-wrap {
    top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .link-title {
    font-size: 19px;
    padding: 6px 0 5px;
  }
  .link-button {
    height: 58px;
    border-radius: 33px;
    border-width: 3px;
  }
  .link-alpha {
    border-radius: 0 0 33px 33px;
    font-size: 10px;
  }
  .link-content:before {
    height: 58px;
  }
}




#google_map{ width: 100%; background-color: grey; display: block; position: relative;}
#google_map iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.link_bottom_text{ line-height: 1.8em;}
@media screen and (min-width: 769px) {
.pcnone{ display: none;}
#google_map{ height: 480px; margin-bottom: 70px;}

.link_bottom_text{ margin: 00px auto 30px;}
}
@media screen and (max-width: 768px) {
#google_map{ height: calc(380/750*100vw); margin-bottom: 0;}

.link_bottom_text{ margin: 00px auto 30px; padding: 0;}
}












