@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
}
body {
  display: none;
  /* -webkit-appearance: none; */
  -webkit-text-size-adjust: 100%;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
h1,h2,h3,th,dt {
  font-family: 'Yusei Magic', sans-serif;
}
p,li,a,td,dd {
  font-family: 'Yomogi', cursive;
}
#container {
  padding: 20px 30px;
  background: #FFFAFA;
}
nav {
  margin-top: 20px;
  background: #F08080;
  border-bottom: 5px solid #FF4F50;
}
nav ul {
  display: flex;
  padding: 10px 10px 0 10px;
}
nav li {
  flex: 1 0 auto;
}
nav li a {
  display: block;
  padding: 5px 5px;
  text-align: center;
  font-weight: bold;
  color: white;
}
nav li a:hover {
  background: #FF4F50;
  transition: .5s;
  border-radius: 10px 10px 0 0;
}
 footer {
   font-size: 12pt;
  padding: 5px;
  border-top: 3px solid lightpink;
}
footer ul {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
footer ul li a {
  color: black;
}
footer ul li a:hover {
  color: lightgrey;
  transition: .5s;
}
#js-pagetop {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: #F08080;
  color: #fff;
  bottom: 100px;
  right: 10px;
  cursor: pointer;
  opacity: 0.5;
}
#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Yomogi', cursive;
}
.line1, .line2, .line3, .line4 {
  width: 100%;
}



/*mobile-first*/
/*index*/
#title_logo {
  text-align: center;
}
#title_logo img {
  margin-top: 20px;
  width: 200px;
}
nav {
  font-size: 10pt;
}
#eyecatch img {
  width: 100%;
}
#eyecatch h3 {
  margin: 30px 0;
  padding: 30px 20px;
  background: 	#FAF0E6;
}
#interview {
  padding: 0 20px
}
.thoughts {
  padding: 20px 0;
}
.thoughts h2 {
  text-align: center;
}
.hearing {
  padding: 10px;
}
#interview h3 {
  padding: 15px 10px 0 10px;
}
.comment {
  display: flex;
  height: 130px;
  margin: 10px 0;
}
.comment img {
  padding-top: 30px;
  width: 100px;
}
.comment p {
  width: 70%;
  padding: 0 5px 2px 5px;
  border: 20px solid #fff;
  border-image-source: url(../images/comment.png);
  border-image-slice: 60;
  border-image-width: 30px;
  border-image-repeat: repeat;
}
#info {
  margin: 30px 0;
  padding: 0 20px;
  background: #FAF0E6;
}
#info h2 {
  text-align: center;
}
#info ul {
  padding-bottom: 20px;
}
#info ul li {
  padding-top: 10px;
}
.ul_center {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.ul_center ul li a {
  border-bottom: 3px solid lightpink;
}
#sns {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
#sns div {
  display: flex;
}
.fb a {
  color: blue;
  padding-right: 20px;
}
.fb a:hover {
  color: deepskyblue;
  transition: .5s;
}
.fa-facebook {
  font-size: 20pt;
  margin-right: 5px;
  color: blue;
}
.insta a {
  color: lightcoral;
}
.insta a:hover {
  color: #FFB6C1	;
  transition: .5s;
}
.fa-instagram {
  font-size: 20pt;
  margin-right: 5px;
  color: lightcoral;
}
footer {
  font-size: 10pt;
}

/*facility*/
.overview {
  margin: 5px;
}
.overview h2 {
  text-align: center;
}
.room h3 {
  text-align: center;
  padding: 5px 0;
}
.overview p {
  padding-top: 5px;
}
.room {
  padding-top: 40px;
}
.room img {
  width: 100%;
  border-radius: 30px;
}

/*guide*/
.purpose {
  margin: 5px 0;
}
.purpose h2 {
  padding-bottom: 10px;
}
.purpose ul li {
  list-style: circle;
  margin-left: 20px;
  padding-bottom: 5px;
}
.purpose h2, .other h2, #pay h2, #allowance h2 {
  text-align: center;
}
.work h3, .other h3, #allowance h3 {
  text-align: center;
  padding: 5px 0;
}
.work, .other {
  padding-top: 40px;
}
.work img, .other img {
  width: 100%;
  border-radius: 30px;
}
.pc {
  padding-bottom: 10px;
}
#program h2 {
  text-align: center;
  padding: 10px 0;
}
table {
  width: 100%;
}
th, td {
  display: block;
  margin: 0 10px;
}
th {
  text-align: left;
  background: #FFE4E1;
  vertical-align: middle;
  padding: 10px;
  border-radius: 10px;
}
td {
  padding: 5px 10px 15px 10px;
}
#pay {
  padding-top: 10px;
}
#pay h3 {
  padding: 5px 0;
}
#pay img {
  width: 100%;
  padding-top: 20px;
}
#allowance {
  padding-top: 10px;
}
#allowance h3 {
  padding: 10px 0 5px 0;
}
.perfect {
  text-align : center;
  padding-top: 10px;
}
.perfect dd {
  padding-bottom: 10px;
}


/*office*/
.office {
  margin-top: 10px;
}
#office h2, .office1, .office2 {
  text-align: center;
}
.office2 h2 {
  padding-top: 10px;
}
.mail {
  margin: 10px 0 15px 0;
}
.office2 a {
  background: lightpink;
  border-radius: 30px;
  padding: 5px;
  color: white;
}
.office2 dl dd {
  padding-bottom: 10px;
}
.fa-phone, .fa-fax {
  margin-right: 5px;
}
#manager {
  padding: 10px 0;
}
#manager h2, #access h2 {
  text-align: center;
  padding-bottom: 10px;
}
.picture {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.picture img {
  width: 100px;
  height: 130px;
  border-radius: 30px;
}
.picture h3 {
  padding: 30px 0 0 30px;
}
#access {
  padding: 10px 0;
}
#access img {
  width: 100%;
}
#access dl dt{
  text-align: center;
  padding-top: 10px;
}
.means1, .bus {
  text-align: center;
}
#cooperation, #donetion #recruit {
  padding-top: 10px;
}
#cooperation h2, #cooperation h3, #donation h2, #donation h3, #recruit h2, #recruit h3 {
  text-align: center;
}
#cooperation p, #donation p, #recruit p {
  padding: 10px 0 0 10px;
}
.require {
  margin: 10px 0px 10px 40px;
}

/*plivacypolicy*/
.privacy h2 {
  text-align: center;
  padding-bottom: 5px;
}

/*sitemap*/
.main {
  text-align: center;
}
.thumbnail img {
  width: 50%;
  border-radius: 30px;
}
.thumbnail h2 {
  margin-bottom: 40px;
}



/*tub-length*/
@media screen and (min-width:481px) and (max-width:830px) {
  #js-pagetop {
    bottom: 80px;
    right: 30px;
  }
  #container {
    padding: 20px 40px;
  }
  h2 {
    font-size: 20pt;
  }
  h3,dt,th {
  font-size: 18pt;
  }
  p,a,dd,li,td {
    font-size: 15pt;
  }

  /*index*/
  /* #title_logo {
    text-align: center;
  } */
  #title_logo img {
    /* margin-top: 20px; */
    width: 220px;
  }
  nav {
    font-size: 15pt;
  }
  /* #eyecatch img {
    width: 100%;
  } */
  #eyecatch h3 {
    /* margin: 30px 0; */
    padding: 50px 100px;
    /* background: 	#FAF0E6; */
  }
  #interview {
    padding: 0 20px
  }
  .thoughts {
    padding: 20px 0;
  }
  /* .thoughts h2 {
    text-align: center;
  } */
    .hearing {
    text-align: center;
    /* padding: 10px; */
  }
  #interview h3 {
    padding: 20px 0 0 50px;
  }
  .comment {
    /* display: flex; */
    /* height: 130px; */
    justify-content: center;
    /* margin: 10px 0; */
  }
  /* .comment img {
    margin-top: 30px;
    width: 100px;
  } */
  /* .comment p {
    width: 70%;
    padding: 0 5px 2px 5px;
    border: 20px solid #fff;
    border-image-source: url(../images/comment.png);
    border-image-slice: 60;
    border-image-width: 30px;
    border-image-repeat: repeat;
  } */
  #info {
    /* margin: 30px 0; */
    /* background: #FAF0E6; */
    padding: 0 40px;
  }
  /* #info h2 {
    text-align: center;
  } */
  /* #info ul {
    padding-bottom: 20px;
  } */
  .ul_center {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .ul_center ul li a {
    border-bottom: 3px solid lightpink;
  }
  /* #sns {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  } */
  /* #sns div {
    display: flex;
  } */
  .fb a {
    /* color: blue; */
    padding-right: 50px;
  }
  .fa-facebook {
    font-size: 30pt;
    /* margin-right: 5px;
    color: blue; */
  }
  /* .insta a {
    color: lightcoral;
  } */
  .fa-instagram {
    font-size: 30pt;
    /* margin-right: 5px;
    color: lightcoral; */
  }
  footer {
    font-size: 15pt;
  }

    /*facility*/
    /* .overview {
      margin: 5px 0;
    } */
  /* .overview h2 {
    text-align: center;
  }
  .room h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .overview p {
    padding: 10px 100px 0 100px;
  }
  .room {
    padding-top: 80px;
  }
  .room img {
    width: 100%;
    /* border-radius: 30px; */
  }
  .room p {
    padding: 0 20px;
  }

  /*guide*/
  /* .purpose {
    margin: 5px 0;
  } */
  /* .purpose h2 {
    padding-bottom: 10px;
  } */
  /* .purpose ul li {
    list-style: circle;
    padding-bottom: 5px;
  } */
  .ul_center {
    display: flex;
    justify-content: center;
  }
  .purpose p {
    padding: 10px 40px 0 40px;
  }
  /* .purpose h2, .other h2, #pay h2, #allowance h2 {
    text-align: center;
  } */
  /* .work h3, .other h3, #allowance h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .work, .other {
    padding-top: 80px;
  }
  /* .work img, .other img {
    width: 100%;
    border-radius: 30px;
  } */
  .work p, .other p {
    padding: 0 50px;
  }
  /* .pc {
    padding-bottom: 10px;
  }
  #program h2 {
    text-align: center;
    padding: 10px 0;
  } */
  table {
    margin: 0 auto;
    width: 70%;
  }
  /* th, td {
    display: block;
    margin: 0 10px;
  }
  th {
    text-align: left;
    background: #FFE4E1;
    vertical-align: middle;
    padding: 10px;
    border-radius: 10px;
  }
  td {
    padding: 5px 10px 15px 10px;
  } */
  #pay {
    padding-top: 10px;
  }
  #pay h3 {
    text-align: center;
    padding: 5px 0;
  }
  .pay-img {
    margin: 0 auto;
    width: 70%;
    padding-top: 20px;
  }
  #allowance {
    padding-top: 10px;
  }
  #allowance h3 {
    padding: 10px 0 5px 0;
  }
  #allowance p {
    padding: 0 50px;
  }
  .perfect {
    padding-top: 15px;
  }
  .perfect dd {
    padding-bottom: 15px;
  }


  /*office*/
  /* .office {
    margin-top: 10px;
  } */
  /* #office h2, .office1, .office2{
    text-align: center;
  } */
  /* .office2 h2 {
    padding-top: 10px;
  } */
  /* .mail {
    margin: 10px 0 15px 0;
  }
  .office2 a {
    background: lightpink;
    border-radius: 30px;
    padding: 5px;
    color: white;
  }
  .office2 dl dd {
    padding-bottom: 10px;
  }
  .fa-phone, .fa-fax {
    margin-right: 5px;
  } */
  /* #manager {
    padding: 10px 0;
  } */
  /* #manager h2, #access h2 {
    text-align: center;
    padding-bottom: 10px;
  } */
  /* .picture {
    display: flex;
    padding-bottom: 5px;
  } */
  .picture {
    padding: 0 0 10px 100px;
  }
  .picture img {
    width: 150px;
    height: 200px;
    /* border-radius: 30px; */
  }
  .picture h3 {
    text-align: center;
    padding: 50px 0 0 50px;
  }
  #access {
    padding: 10px 0;
  }
  #access h2 {
    padding-bottom: 20px;
  }
  #access img {
    width: 40%;
  }
  .map {
    display: flex;
  }
  /* #access dl dt {
    text-align: center;
    padding-top: 10px;
  } */
  .means1, .bus {
    text-align: center;
  }
  .means2 {
    padding-left: 10px;
  }
  #cooperation, #donetion, #recruit {
    padding-top: 10px;
  }
  #cooperation h2, #cooperation h3, #donation h2, #donation h3, #recruit h2, #recruit h3 {
    text-align: center;
  }
  #cooperation p, #donation p #recruit p {
    padding-top: 10px;
  }
  .require {
    margin: 10px 0px 10px 40px;
  }
  
  /*plivacypolicy*/
  .privacy h2 {
    text-align: center;
    padding-bottom: 5px;
  }

  /*sitemap*/
  .main {
    text-align: center;
  }
  .thumbnail img {
    width: 50%;
    /* border-radius: 30px; */
  }
  .thumbnail h2 {
    margin-bottom: 50px;
  }
}



/*tub_wide-s*/
@media screen and (min-width:831px) and (max-width:1100px) {
  #js-pagetop {
    bottom: 90px;
    right: 30px;
  }
  #container {
    padding: 20px 60px;
  }
  h2 {
    font-size: 20pt;
  }
  h3,dt,th {
  font-size: 18pt;
  }
  p,a,dd,li,td {
    font-size: 15pt;
  }
  #js-pagetop {
    /* position: fixed; */
    width: 80px;
    height: 80px;
    /* border-radius: 50px;
    background: #F08080;
    color: #fff;
    bottom: 120px;
    right: 10px;
    cursor: pointer;
    opacity: 0.5; */
  }
  #js-pagetop span {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center; */
    font-size: 13px;
    /* font-weight: bold;
    font-family: 'Yomogi', cursive; */
  }

    /*index*/
  /* #title_logo {
    text-align: center;
  } */
  #title_logo img {
    /* margin-top: 20px; */
    width: 250px;
  }
  nav {
    font-size: 15pt;
  }
  /* #eyecatch img {
    width: 100%;
  } */
  #eyecatch h3 {
    /* margin: 30px 0; */
    padding: 50px 150px;
    /* background: 	#FAF0E6; */
  }
  #interview {
    padding: 0 40px
  }
  .thoughts {
    padding: 20px 0;
  }
  /* .thoughts h2 {
    text-align: center;
  }  */
   .hearing {
    text-align: center;
    /* padding: 10px; */
  }
  #interview h3 {
    padding: 20px 0 0 50px;
  }
  .comment {
    /* display: flex; */
    /* height: 130px; */
    justify-content: center;
    /* margin: 10px 0; */
  }
  /* .comment img {
    margin-top: 30px;
    width: 100px;
  } */
  .comment p {
    /* width: 70%; */
    padding: 10px;
    /* border: 20px solid #fff;
    border-image-source: url(../images/comment.png);
    border-image-slice: 60;
    border-image-width: 30px;
    border-image-repeat: repeat; */
  }
  #info {
    margin: 30px 0;
    background: #FAF0E6;
    padding: 0 60px;
  }
  /* #info h2 {
    text-align: center;
  } */
  /* #info ul {
    padding-bottom: 20px;
  } */
  .ul_center {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .ul_center ul li a {
    border-bottom: 3px solid lightpink;
  }
  /* #sns {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  } */
  /* #sns div {
    display: flex;
  } */
  .fb a {
    /* color: blue; */
    padding-right: 70px;
  }
  .fa-facebook {
    font-size: 30pt;
    /* margin-right: 5px;
    color: blue; */
  }
  /* .insta a {
    color: lightcoral;
  } */
  .fa-instagram {
    font-size: 30pt;
    /* margin-right: 5px;
    color: lightcoral; */
  }
  footer {
    font-size: 15pt;
  }

    /*facility*/
    .overview {
      margin: 10px 0;
    }
  /* .overview h2 {
    text-align: center;
  }
  .room h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .overview p {
    padding: 10px 100px 0 100px;
  }
  .room {
    padding-top: 80px;
  }
  .room div {
    text-align: center;
  }
  .room img {
    width: 70%;
    /* border-radius: 30px; */
  }
  .room p {
    padding: 0 20px;
  }

  /*guide*/
  .purpose {
    margin: 10px 0;
  }
  /* .purpose h2 {
    padding-bottom: 10px;
  } */
  /* .purpose ul li {
    list-style: circle;
    padding-bottom: 5px;
  } */
  .ul_center {
    display: flex;
    justify-content: center;
  }
  .purpose p {
    padding: 10px 40px 0 40px;
  }
  /* .purpose h2, .other h2, #pay h2, #allowance h2 {
    text-align: center;
  } */
  /* .work h3, .other h3, #allowance h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .work, .other {
    padding-top: 80px;
  }
  .work div, .other div {
    text-align: center;
  }
  .work img, .other img {
    width: 70%;
    /* border-radius: 30px; */
  }
  .work p, .other p {
    padding: 0 50px;
  }
  /* .pc {
    padding-bottom: 10px;
  }
  #program h2 {
    text-align: center;
    padding: 10px 0;
  } */
  table {
    margin: 0 auto;
    width: 70%;
  }
  /* th, td {
    display: block;
    margin: 0 10px;
  }
  th {
    text-align: left;
    background: #FFE4E1;
    vertical-align: middle;
    padding: 10px;
    border-radius: 10px;
  }
  td {
    padding: 5px 10px 15px 10px;
  } */
  #pay {
    padding-top: 10px;
  }
  #pay h3 {
    text-align: center;
    padding: 5px 0;
  }
  .pay-img {
    margin: 0 auto;
    width: 70%;
    padding-top: 20px;
  }
  #allowance {
    padding-top: 10px;
  }
  #allowance h3 {
    padding: 10px 0 5px 0;
  }
  #allowance p {
    padding: 0 50px;
  }
  .perfect {
    padding-top: 20px;
  }
  .perfect dd {
    padding-bottom: 20px;
  }


  /*office*/
  .office {
    margin-top: 10px;
  }
  /* #office h2, .office1, .office2{
    text-align: center;
  } */
  /* .office2 h2 {
    padding-top: 10px;
  } */
  /* .mail {
    margin: 10px 0 15px 0;
  }
  .office2 a {
    background: lightpink;
    border-radius: 30px;
    padding: 5px;
    color: white;
  }
  .office2 dl dd {
    padding-bottom: 10px;
  }
  .fa-phone, .fa-fax {
    margin-right: 5px;
  } */
  /* #manager {
    padding: 10px 0;
  } */
  /* #manager h2, #access h2 {
    text-align: center;
    padding-bottom: 10px;
  } */
  .picture {
    /* display: flex; */
    /* justify-content: center; */
    padding-bottom: 10px;
  }
  .picture img {
    width: 150px;
    height: 200px;
    /* border-radius: 30px; */
  }
  .picture h3 {
    text-align: center;
    padding: 50px 0 0 50px;
  }
  #access {
    padding: 10px 0;
  }
  #access h2 {
    padding-bottom: 20px;
  }
  #access img {
    width: 40%;
  }
  .map {
    display: flex;
  }
  #access dl dt {
    /* text-align: center; */
    padding-top: 20px;
  }
  .means1{
    text-align: center;
  }
  .means2 {
    padding-left: 50px;
  }
  #cooperation, #donetion #recruit {
    padding-top: 10px;
  }
  #cooperation h2, #cooperation h3,  #donation h2, #donation h3, #recruit h2, #recruit h3 {
    text-align: center;
  }
  #cooperation p, #donation p, #recruit p {
    padding-top: 10px;
  }
  .require {
    margin: 10px 0px 10px 50px;
  }
  
  /*plivacypolicy*/
  .privacy h2 {
    text-align: center;
    padding-bottom: 5px;
  }

  /*sitemap*/
  .main {
    text-align: center;
  }
  .thumbnail img {
    width: 50%;
    /* border-radius: 30px; */
  }
  .thumbnail h2 {
    margin-bottom: 60px;
  }
}



/*tub_wide*/
@media screen and (min-width:1101px) and (max-width:1300px) {
  #js-pagetop {
    bottom: 90px;
    right: 30px;
  }
  #container {
    padding: 20px 80px;
  }
  h2 {
    font-size: 25pt;
  }
  h3,dt,th {
  font-size: 20pt;
  }
  p,a,dd,li,td {
    font-size: 15pt;
  }
  #js-pagetop {
    /* position: fixed; */
    width: 90px;
    height: 90px;
    /* border-radius: 50px;
    background: #F08080;
    color: #fff;
    bottom: 120px;
    right: 10px;
    cursor: pointer;
    opacity: 0.5; */
  }
  #js-pagetop span {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center; */
    font-size: 15px;
    /* font-weight: bold;
    font-family: 'Yomogi', cursive; */
  }

  /*index*/
  /* #title_logo {
    text-align: center;
  } */
  #title_logo img {
    /* margin-top: 20px; */
    width: 280px;
  }
  nav {
    font-size: 15pt;
  }
  /* #eyecatch img {
    width: 100%;
  } */
  #eyecatch h3 {
    margin: 40px 0;
    padding: 50px 150px;
    /* background: 	#FAF0E6; */
  }
  #interview {
    padding: 0 50px
  }
  .thoughts {
    padding: 30px 0;
  }
  /* .thoughts h2 {
    text-align: center;
  } */
    .hearing {
    text-align: center;
    /* padding: 10px; */
  }
  #interview h3 {
    padding: 20px 0 0 50px;
  }
  .comment {
    /* display: flex; */
    /* height: 130px; */
    justify-content: center;
    /* margin: 10px 0; */
  }
  /* .comment img {
    margin-top: 30px;
    width: 100px;
  } */
  .comment p {
    /* width: 70%; */
    padding: 10px;
    /* border: 20px solid #fff;
    border-image-source: url(../images/comment.png);
    border-image-slice: 60;
    border-image-width: 30px;
    border-image-repeat: repeat; */
  }
  /* #info {
    margin: 30px 0;
    background: #FAF0E6;
    padding:0 60px;
  } */
  /* #info h2 {
    text-align: center;
  } */
  /* #info ul {
    padding-bottom: 20px;
  } */
  .ul_center {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .ul_center ul li a {
    border-bottom: 3px solid lightpink;
  }
  /* #sns {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  } */
  /* #sns div {
    display: flex;
  } */
  .fb a {
    /* color: blue; */
    padding-right: 100px;
  }
  .fa-facebook {
    font-size: 30pt;
    /* margin-right: 5px;
    color: blue; */
  }
  /* .insta a {
    color: lightcoral;
  } */
  .fa-instagram {
    font-size: 30pt;
    /* margin-right: 5px;
    color: lightcoral; */
  }
  footer {
    font-size: 18pt;
  }

    /*facility*/
    .overview {
      margin: 10px 0;
    }
  /* .overview h2 {
    text-align: center;
  }
  .room h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .overview p {
    padding: 10px 100px 0 100px;
  }
  .room {
    padding-top: 100px;
  }
  .room div {
    text-align: center;
  }
  .room img {
    width: 60%;
    /* border-radius: 30px; */
  }
  .room p {
    padding: 0 20px;
  }

  /*guide*/
  .purpose {
    margin: 10px 0;
  }
  /* .purpose h2 {
    padding-bottom: 10px;
  } */
  /* .purpose ul li {
    list-style: circle;
    padding-bottom: 5px;
  } */
  .purpose p {
    padding: 10px 40px 0 40px;
  }
  /* .purpose h2, .other h2, #pay h2, #allowance h2 {
    text-align: center;
  } */
  /* .work h3, .other h3, #allowance h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .work, .other {
    padding-top: 100px;
  }
  .work div, .other div {
    text-align: center;
  }
  .work img, .other img {
    width: 60%;
    /* border-radius: 30px; */
  }
  .work p, .other p {
    padding: 0 50px;
  }
  /* .pc {
    padding-bottom: 10px;
  }
  #program h2 {
    text-align: center;
    padding: 10px 0;
  } */
  table {
    margin: 0 auto;
    width: 70%;
  }
  /* th, td {
    display: block;
    margin: 0 10px;
  }
  th {
    text-align: left;
    background: #FFE4E1;
    vertical-align: middle;
    padding: 10px;
    border-radius: 10px;
  }
  td {
    padding: 5px 10px 15px 10px;
  } */
  #pay, #allowance {
    padding-top: 10px;
    text-align: center;
  }
  #pay h3 {
    padding: 5px 0;
  }
  .pay-img {
    margin: 0 auto;
    width: 60%;
    padding-top: 20px;
  }
  /* #allowance {
    padding-top: 10px;
  } */
  #allowance h3 {
    padding: 10px 0 5px 0;
  }
  /* #allowance p {
    padding: 0 50px;
  } */
  .perfect {
    padding-top: 20px;
  }
  .perfect dd {
    padding-bottom: 20px;
  }

  /*office*/
  .office {
    margin-top: 10px;
  }
  /* #office h2, .office1, .office2{
    text-align: center;
  } */
  /* .office2 h2 {
    padding-top: 10px;
  } */
  /* .mail {
    margin: 10px 0 15px 0;
  }
  .office2 a {
    background: lightpink;
    border-radius: 30px;
    padding: 5px;
    color: white;
  }
  .office2 dl dd {
    padding-bottom: 10px;
  }
  .fa-phone, .fa-fax {
    margin-right: 5px;
  } */
  /* #manager {
    padding: 10px 0;
  } */
  /* #manager h2, #access h2 {
    text-align: center;
    padding-bottom: 10px;
  } */
  .greeting p {
    padding: 0 100px;
  }
  .picture {
    /* display: flex; */
    /* justify-content: center; */
    padding-bottom: 10px;
  }
  .picture img {
    width: 150px;
    height: 200px;
    /* border-radius: 30px; */
  }
  .picture h3 {
    text-align: center;
    padding: 50px 0 0 70px;
  }
  #access {
    padding: 10px 0;
  }
  #access h2 {
    padding-bottom: 20px;
  }
  #access img {
    width: 40%;
  }
  .map {
    display: flex;
  }
  #access dl dt {
    /* text-align: center; */
    padding-top: 30px;
  }
  .means1 {
    text-align: center;
  }
  .means2 {
    padding-left: 70px;
  }
  #cooperation, #donetion #recruit {
    padding-top: 10px;
  }
  #cooperation h2, #cooperation h3, #donation h2, #donation h3, #recruit h2, #recruit h3 {
    text-align: center;
  }
  #cooperation p, #donation p, #recruit p {
    padding-top: 10px;
  }
  .require {
    margin: 10px 0px 10px 60px;
  }
  
  /*plivacypolicy*/
  .privacy h2 {
    text-align: center;
    padding-bottom: 5px;
  }

  /*sitemap*/
  .main {
    text-align: center;
  }
  .thumbnail img {
    width: 50%;
    /* border-radius: 30px; */
  }
  .thumbnail h2 {
    margin-bottom: 70px;
  }

}



/*pc*/
@media screen and (min-width:1301px)  {
  #js-pagetop {
    bottom: 100px;
    right: 30px;
  }
  #container {
    padding: 20px 300px 50px 300px;
  }
  h2 {
    font-size: 30pt;
  }
  h3,dt,th {
  font-size: 25pt;
  }
  p,a,dd,li,td {
    font-size: 20pt;
  }
  #js-pagetop {
    /* position: fixed; */
    width: 90px;
    height: 90px;
    /* border-radius: 50px;
    background: #F08080;
    color: #fff; */
    bottom: 130px;
    /* right: 10px;
    cursor: pointer;
    opacity: 0.5; */
  }
  #js-pagetop span {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center; */
    font-size: 15px;
    /* font-weight: bold;
    font-family: 'Yomogi', cursive; */
  }

  /*index*/
  /* #title_logo {
    text-align: center;
  } */
  #title_logo img {
    /* margin-top: 20px; */
    width: 350px;
  }
  nav {
    font-size: 15pt;
  }
  /* #eyecatch img {
    width: 100%;
  } */
  #eyecatch h3 {
    margin: 50px 0;
    text-align: center;
    /* background: 	#FAF0E6; */
  }
  #interview {
    padding: 0 100px
  }
  .thoughts {
    padding: 50px 0;
  }
  /* .thoughts h2 {
    text-align: center;
  } */
    .hearing {
    text-align: center;
    /* padding: 10px; */
  }
  #interview h3 {
    padding: 20px 0 0 200px;
  }
  .comment {
    /* display: flex; */
    /* height: 130px; */
    justify-content: center;
    /* margin: 10px 0; */
  }
  /* .comment img {
    margin-top: 30px;
    width: 100px;
  } */
  .comment p {
    /* width: 70%; */
    padding: 10px;
    /* border: 20px solid #fff;
    border-image-source: url(../images/comment.png);
    border-image-slice: 60;
    border-image-width: 30px;
    border-image-repeat: repeat; */
  }
  /* #info {
    margin: 30px 0;
    background: #FAF0E6;
    padding: 0 60px;
  } */
  /* #info h2 {
    text-align: center;
  } */
  /* #info ul {
    padding-bottom: 20px;
  } */
  .ul_center {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .ul_center ul li a {
    border-bottom: 3px solid lightpink;
  }
  /* #sns {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  } */
  /* #sns div {
    display: flex;
  } */
  .fb h3 {
    font-size: 30pt;
  }
  .fb a {
    /* color: blue; */
    padding-right: 150px;
  }
  .fa-facebook {
    font-size: 40pt;
    /* margin-right: 5px;
    color: blue; */
  }
  .insta h3 {
    font-size: 30pt;
  }
  /* .insta a {
    color: lightcoral;
  } */
  .fa-instagram {
    font-size: 40pt;
    /* margin-right: 5px;
    color: lightcoral; */
  }
  footer {
    font-size: 18pt;
  }

    /*facility*/
    .overview {
      margin: 20px 0;
    }
  /* .overview h2 {
    text-align: center;
  }
  .room h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .overview p {
    padding: 10px 200px 0 200px;
  }
  .room {
    padding-top: 120px;
  }
  .room div {
    text-align: center;
  }
  .room img {
    width: 50%;
    /* border-radius: 30px; */
  }
  .room p {
    padding: 0 20px;
  }


  /*guide*/
  .purpose {
    margin: 20px;
  }
  /* .purpose h2 {
    padding-bottom: 10px;
  } */
  /* .purpose ul li {
    list-style: circle;
    padding-bottom: 5px;
  } */
  .purpose p {
    padding: 10px 40px 0 40px;
  }
  /* .purpose h2, .other h2, #pay h2, #allowance h2 {
    text-align: center;
  } */
  /* .work h3, .other h3, #allowance h3 {
    text-align: center;
    padding: 5px 0;
  } */
  .work, .other {
    padding-top: 120px;
  }
  .work div, .other div {
    text-align: center;
  }
  .work img, .other img {
    width: 50%;
    /* border-radius: 30px; */
  }
  .work p, .other p {
    padding: 0 50px;
  }
  /* .pc {
    padding-bottom: 10px;
  }
  #program h2 {
    text-align: center;
    padding: 10px 0;
  } */
  table {
    margin: 0 auto;
    width: 50%;
  }
  /* th, td {
    display: block;
    margin: 0 10px;
  }
  th {
    text-align: left;
    background: #FFE4E1;
    vertical-align: middle;
    padding: 10px;
    border-radius: 10px;
  }
  td {
    padding: 5px 10px 15px 10px;
  } */
  #pay, #allowance {
    padding-top: 10px;
    text-align: center;
  }
  #pay h3 {
    padding: 5px 0;
  }
  .pay-img {
    margin: 0 auto;
    width: 40%;
    padding-top: 20px;
  }
  /* #allowance {
    padding-top: 10px;
  } */
  #allowance h3 {
    padding: 10px 0 5px 0;
  }
  /* #allowance p {
    padding: 0 50px;
  } */
   .perfect {
    padding-top: 20px;
   }
   .perfect dd {
    padding-bottom: 20px;
   }
   
  /*office*/
  .office {
    margin: 20px 0 10px 0;
  }
  /* #office h2, .office1, .office2{
    text-align: center;
  } */
  /* .office2 h2 {
    padding-top: 10px;
  } */
  /* .mail {
    margin: 10px 0 15px 0;
  }
  .office2 a {
    background: lightpink;
    border-radius: 30px;
    padding: 5px;
    color: white;
  }
  .office2 dl dd {
    padding-bottom: 10px;
  }
  .fa-phone, .fa-fax {
    margin-right: 5px;
  } */
  /* #manager {
    padding: 10px 0;
  } */
  /* #manager h2, #access h2 {
    text-align: center;
    padding-bottom: 10px;
  } */
  .greeting p {
    padding: 0 100px;
  }
  .picture {
    /* display: flex; */
    /* justify-content: center; */
    padding-bottom: 10px;
  }
  .picture img {
    width: 170px;
    height: 230px;
    /* border-radius: 30px; */
  }
  .picture h3 {
    text-align: center;
    padding: 50px 0 0 60px;
  }
  #access {
    padding: 10px 0;
  }
  #access h2 {
    padding-bottom: 20px;
  }
  #access img {
    width: 40%;
  }
  .map {
    display: flex;
  }
  #access dl dt {
    /* text-align: center; */
    padding-top: 30px;
  }
  .means1 {
    text-align: center;
  }
  .means2 {
    padding-left: 100px;
  }
  #cooperation, #donetion #recruit {
    padding-top: 10px;
  }
  #cooperation h2, #cooperation h3, #donation h2, #donation h3 ,#recruit h2, #recruit h3{
    text-align: center;
  }
  #cooperation p, #donation p #recruit p {
    padding-top: 10px;
  }
  .require {
    margin: 10px 0px 10px 70px;
  }
  
  /*plivacypolicy*/
  .privacy h2 {
    text-align: center;
    padding-bottom: 5px;
  }

  /*sitemap*/
  .main {
    text-align: center;
  }
  .thumbnail img {
    width: 50%;
    /* border-radius: 30px; */
  }
  .thumbnail h2 {
    margin-bottom: 80px;
  }
}
