@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Allerta+Stencil|Comfortaa|Fredericka+the+Great|Knewave|Permanent+Marker|Sofia|Vast+Shadow');
/***************base************* */
html {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  /*background:#14165D;*/
  background: #000214;
}
img {
  display: block;
}
input {
  display: none;
}
/*******************************************
SP
********************************************** */
@media screen and (max-width:767px) {
  /*******************************************
header
********************************************** */
  header {
    width: 100%;
    height: 7rem;
    z-index: 10;
    left: 0;
    background: #000;
    position: fixed;
    top: 0;
    background: url("../images/wood-footer.jpg")no-repeat;
    background-size: cover;
  
  }
  header h1 {
    width:160px;
    padding-top: 0.5rem;  
  }
  header h1 a span {
    display: block;
  }
  header h1 a span img {
      width: 100%;
  }
  header h1 .pc-logo {
    display: none;
  }
  #header-body {
      position: relative;
    width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 1rem 2rem 1rem;
  }
  header label {
    color: #fff;
    transition: .3s;
  }
  header label span {
    color: #fff;
    display: inline-block;
    padding: 1.5rem;
    border: 1px solid #fff;
    display: block;
    cursor: pointer;
  }
  header label span:hover {
    background: #000;
  }
    .lage {
        position: fixed;
        width: 100%;
        display: flex;
        justify-content: space-between;
        top: 60px;
        left: 0;
        z-index:;
    }  
.lage li{
    width:33.33%;
    border-radius: 0 0 1rem 1rem;
    background: #1b4012;
   
    }    
.lage li img{
        display: none;
    }
 .lage li span{
        display: block;
        color: #fff;
        font-size: 1.1rem;
        text-align: center;
        line-height: 30px;
    }
 .lage li span:hover{
     opacity: .8;
        
    }   
    
  /*******************************************
nav
******************************************* */
  nav {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #eee;
    display: none;
  }
  nav ul {
    width: 100vw;
    margin-bottom: 2%;
    padding-top: 3rem
  }
  nav ul li {
    margin-bottom: 2%;
    background: #fff;
    width: 100%;
  }
  nav ul li a {
    display: block;
    color: #ccc;
    text-decoration: none;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
  .nav1 a {
    background: url("../images/nav-1hover.png")no-repeat;
    background-size: contain;
  }
  .nav2 a {
    background: url("../images/nav-2hover.png")no-repeat;
    background-size: contain;
  }
  .nav3 a {
    background: url("../images/nav-3hover.png")no-repeat;
    background-size: contain;
  }
  .nav4 a {
    background: url("../images/nav-4hover.png")no-repeat;
    background-size: contain;
  }
  .nav5 a {
    background: url("../images/nav-5hover.png")no-repeat;
    background-size: contain;
  }
  nav ul li a::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background: #FBA454;
    transition: 0.5s;
    margin: 0 auto;
  }
  nav ul li a p {
    display: none;
  }
  nav ul li a img {
    width: 100%;
    transition: .2s;
    max-width: 280px;
    margin: 0 auto;
  }
  nav > p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
  nav a:hover img {
    opacity: 0;
  }
  nav ul li a:hover::after {
    width: 90%;
  }
  nav .nav-reserve-btn a {
    border: 4px double #000;
    padding: 1rem;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    transition: .2s;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
  }
  nav .nav-reserve-btn {
    text-decoration: none;
    display: block;
    font-size: 1.3rem;
  }
  nav .nav-reserve-btn a span {
    display: block;
    font-size: 1rem;
  }
  nav p a:hover {
    color: #FBA454;
  }
  nav h5 {
    font-weight: lighter;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
  nav .nav-reserve-btn a:hover {
    background: #FBA454;
    color: #fff;
    border: 4px double #fff;
  }
  /*********************************************
toptitle
********************************************* */
  #toptitle {
    width: 100%;
    padding-top: 7.7rem;
    margin-top: 1rem
  }
  #toptitle img {
    width: 100%;
  }
  /*********************************************
about
********************************************* */
  #about {
    width: 100%;
    padding: 1rem;
  }
  #about h2 {
    font-size: 4rem;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    margin-bottom: .5rem;
    opacity: 0;
    font-weight: lighter;
  }
  #about h2 span {
    display: block;
  }
  #about h3 {
    font-size: 1.6rem;
    font-weight: lighter;
    color: #FBA454;
    margin-bottom: 4rem;
    opacity: 0;
  }
  #about h3 span {
    padding-right: 2rem;
    display: block;
  }
  #about h3 span:nth-child(2) {
    font-size: 2.6rem;
  }
  #about h4 {
    font-size: 1.6rem;
    color: #257FF4;
  }
  #about .about-contents {
    background: #fff;
    width: 100%;
    padding: 1rem;
  }
  #about .itosima {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #about .itosima p {
    width: 25%;
  }
  #about .itosima img {
    width: 100%;
  }
  #about .info-text {
    padding: 1rem;
    line-height: 1.4;
  }
  #about .info-text img {
    width: 100%;
  }
  #about .info-text h3 {
    line-height: 1.4;
  }
  #about .info-text p {
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 1rem;
  }
    .corona{
        padding-top: 2rem;
    }    
  /*********************************************
facilities
********************************************* */
  #facilities {
    padding: 5%;
    padding-top: 6rem;
  }
  #facilities h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #facilities h2 span {
    font-size: 1.4rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #facilities h3 {
    font-size: 2rem;
  }
  .house {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
  }
  .house dl {
    margin-bottom: 2rem;
  }
  .house dl dt {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .house dl dd:nth-child(6) {
    margin-bottom: 1rem;
  }
  .house figure {
    width: 100%;
  }
  .house figure img {
    width: 100%;
  }
  #facilities .house dl dd:nth-of-type(6) {
    color: dodgerblue;
    font-style: italic;
    padding: 0 1rem;
  }
  #facilities .house dl dd img {
    width: 100%;
  }
    #facilities .house figure img {
    width: 100%;
  }  
    
    
    
  .dining {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
  }
  .dining dl {
    margin-bottom: 2rem;
  }
  .dining dt {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
  }
  .dining figure {
    width: 100%;
  }
  .dining figure img {
    width: 100%;
  }
  .kitchen {
    margin-bottom: 1.6rem;
    background: #fff;
    padding: 1rem;
  }
  .kitchen figure {
    width: 100%;
  }
  .kitchen dt {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
  }
  .kitchen figure img {
    width: 100%;
  }
  .kitchen dl {
    margin-bottom: 2rem;
  }
  #facilities dt span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FD840D;
    margin-left: 1rem;
  }
  #facilities dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .public {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 3rem;
  }
  .public figure {
    width: 50%;
    padding: 1rem;
  }
  .public figure img {
    width: 100%;
    margin-bottom: .5rem;
  }
  .public h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .public h4 span {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #FD840D;
    padding-left: 1rem;
  }
  .public figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: .5rem;
  }
  #facilities ul li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .service {
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
  }
  .service table {
    margin-bottom: 3rem;
    width: 100%;
  }
  .service tr {
    border-bottom: 2px #eee solid;
  }
  .service th {
    text-align: left;
    padding: 1rem;
    font-size: 1.3rem;
    width: 60%;
  }
  .service .bycprice th img {
    width: 70%;
  }
  .service th span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
    display: block;
  }
  .service td {
    text-align: right;
    padding: 1rem;
    font-size: 1.3rem;
    vertical-align: top; /*20200201修正*/
  }
  .service td span {
    text-align: left;
    font-size: 1.3rem;
  }
  .service .price {
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .service .bike span {
    font-size: 1.1rem;
  }
  .service h4 {
    font-size: 1.3rem;
    line-height: 2;
  }
  .service p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .service td p span {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
  }
.nonline{
    border-bottom:2px solid #fff !important;
    }
  /***************************************
guestroom
*************************************** */
  #guestroom {
    padding: 5%;
    padding-top: 6rem;
  }
  #guestroom h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #guestroom h2 span {
    font-size: 1.4rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  .dormitory {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
  }
  .plan figure {
    width: 100%;
  }
  .dormitory > figure {
    width: 100%;
  }
  .dormitory figure img {
    width: 100%;
  }
  .dormitory aside {
    width: 100%;
  }
  .dormitory aside > figure {
    width: 100%;
  }
  .dormitory aside p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .dormitory .plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .dormitory .plan p {
    width: 48%;
  }
  .dormitory .plan img {
    width: 100%;
  }
  .plan figure {
    width: 50%;
  }
  .dormitory .plan2 {
    display: flex;
    justify-content: space-between;
  }
  .dormitory .plan2 p {
    width: 48%;
  }
  .dormitory .plan2 img {
    width: 100%;
  }
  .plan2 figure {
    width: 50%;
  }
  .dormitory h3 {
    padding-top: 2rem;
    font-size: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .dormitory h3 span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
      .dormitory figure p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
   .dormitory h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 2rem;
     
  }       
  .standard {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
  }
  .standard figure {
    width: 100%;
  }
  .standard img {
    width: 100%;
  }
  .standard aside {
    width: 100%;
  }
  .standard .plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .standard .plan p {
    width: 48%;
  }
  .standard h3 {
    font-size: 2rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .standard h3 span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  .standard aside > figure {
    width: 100%;
  }
  .standard > figure img {
    margin-bottom: 1rem;
  }
  .standard > figure figcaption {
    font-size: 1.6rem;
    line-height: 1.4;
  }
    .standard figure p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .standard h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 2rem;
     
  }  
    .standard ul {
    padding-left: 2rem;
    margin-bottom: 4rem;
  }
  .standard ul li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .deluxe {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
  }
  .deluxe figure {
    width: 100%;
  }
  .deluxe img {
    width: 100%;
  }
  .deluxe aside {
    width: 100%;
  }
  .deluxe aside > figure {
    width: 100%;
  }
  .deluxe .plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .deluxe .plan p {
    width: 48%;
  }
  .deluxe h3 {
    font-size: 2rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .deluxe h4 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.4;
    color: red;
  }
  .deluxe ul {
    padding-left: 2rem;
    margin-bottom: 4rem;
  }
  .deluxe ul li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .deluxe h3 span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
.deluxe h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 2rem;
     
  }        
 .deluxe figure p {
    font-size: 1.2rem;
    line-height: 1.4;
     
  }    
  /***************************************
infomation
*************************************** */
  #infomation {
    padding: 5%;
    padding-top: 6rem;
  }
  #info {
    padding: 5%;
    background: #fff;
    border-radius: 1rem;
  }
  #infomation h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #infomation h2 span {
    font-size: 1.4rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #info > div {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px dotted #ccc;
  }
  #info figure {
    width: 20%;
  }
  #info figure img {
    width: 100%;
  }
  #info dl {
    margin-left: 1rem;
    width: 80%;
  }
  #info div dl {
    margin-bottom: 1.6rem;
  }
  #info div div {
    width: 80%;
  }
  #info dt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #666;
    margin-bottom: 1rem;
  }
  #info dt span {
    font-size: 1.2rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  #info dd {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.4;
    padding-left: 2rem;
    ;
  }
  #info .cat {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cat figure img {
    width: 180px;
  }
  .cat dt {
    display: inline-block;
  }
  .cat dt img {
    width: 16px;
    display: inline;
  }
  .cat dd span {
    display: block;
  }
  /***************************************
reserve
**************************************** */
  #reserve {
    padding: 5%;
    padding-top: 6rem;
  }
  #reserve-content {
    padding: 5%;
    background: #fff;
    border-radius: 1rem;
  }
  #reserve h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #reserve h2 span {
    font-size: 1.4rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #reserve h3 {
    font-size: 1.4rem;
    border-bottom: 2px #000 solid;
    background: #FD840D;
    color: #fff;
    line-height: 2;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  #reserve h3 span {
    font-size: 1.2rem;
    margin-left: 1rem;
    color: #000;
  }
  #reserve h4 {
    font-size: 1.4rem;
    margin-left: 2rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
     color: #FD840D;
    display: inline-block;
    padding-left: 2rem;

  }
    #reserve h4 span{
    font-size: 1.4rem;
    padding-left: 1rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
     color: #FD840D;
   

  } 
    #reserve h5 {
    font-size: 1.2rem;
    margin-left: 4rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
    display: inline-block;
    border-bottom: 4px double #000;

  }
    #reserve h5 span{
    font-size: 1.2rem;
    padding-left: 2rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
    color: #FD840D;
   

  }  
    
    #reserve p a{
    display: block;
  }
  #reserve p {
    font-size: 1.4rem;
    margin-left: 2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
    #reserve .mailaddress{
        margin-bottom: 4rem;
    }
  #reserve .reserve-btn {
    margin-bottom: 2rem;
      text-align: center;
  }
  #reserve .reserve-btn a {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    color: #FD840D;
    padding: 1rem;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px #FD840D solid;
    text-decoration: none;
      transition: .4s;
    
  }
  #reserve .reserve-btn a:hover {
    background:  #FD840D;
      color: #fff;
  }
  #reserve .reserve-btn span {
    font-size: 1.2rem;
    display: block;
    border-radius: 30px;
  }
  #reserve ul {
    font-size: 1.4rem;
    padding-left: 4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    list-style: disc;
  }
  #reserve ul li span {
    color: red;
  }
  /***************************************
access
**************************************** */
  #access {
    padding: 5%;
    padding-top: 6rem;
  }
  #access h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #access h2 span {
    font-size: 1.4rem;
    margin-left: 1rem;
    font-family: 'Comfortaa', cursive;
    color: #FD840D;
  }
  #access .acce-map {
    width: 100%;
  }
  #access figure {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  #access figure img {
    width: 100%;
  }
  #access .map {
    padding: 2rem;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    background: #fff;
  }
  #access .map iframe {
    width: 100%;
    height: 380px;
  }
  #access .map article {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #access .map p span {
    display: block;
    color: red;
    font-size: 1.2rem;
  }
  #access .map2 {
    width: 100%;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    background: #fff;
    padding: 2rem;
  }
  #access .map2 figure {
    width: 100%;
  }
  #access .map2 figure img {
    width: 100%;
  }
  #access .map2 article {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #access .map2 article p {
    margin-bottom: 3rem;
  }
  /***************************************
footer
*****************************************/
  footer {
    color: #fff;
    width: 100%;
    background: url("../images/wood-footer.jpg") no-repeat;
    background-size: cover;
  }
  #footer-body {
    padding: 3rem 1rem 8rem;
    text-align: left;
  }
  #footer-body h2 {
    font-size: 1.4rem;
    line-height: 2;
  }
  #footer-body p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #footer-body .tel {
    font-size: 2rem;
    line-height: 1.4;
    font-family: 'Comfortaa', cursive;
  }
  #footer-body .tel span {
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: 'Comfortaa', cursive;
  }
  #page-top {
    width: 40px;
    position: fixed;
    bottom: 3%;
    z-index: 11;
    right: 0%;
  }
  #page-top a {
    display: block;
  }
  #page-top a img {
    width: 100%;
  }
  #footer-body .add {
    background-color: #fff;
  }
  #footer-body .add a {
    font-size: 2rem;
    padding: 0.5rem;
  }
    
 /***********20200215****************************/    

#about .info-text .english{
        color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;
    }
 .dormitory aside p.english {
     color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;;
  }
    #reserve p.english {
     color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;;
  }
    .english{
        color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;
    }
    
    .type1{
        padding-left: 2rem;
    }
    
   .type2{
       margin-bottom: 2rem;
    }
     .type3{
       margin-left: 7rem;
         margin-bottom: 1rem;
    }
       
  /***********20200311****************************/     
   #about .info-text .kor{
         color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
    }
 .dormitory aside p.kor {
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    #reserve p.kor{
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    
     
    
    .kor{
        color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6; 
}  
    
 /***********20200311****************************/     
   #about .info-text .chn{
         color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
    }
 .dormitory aside p.chn {
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    #reserve p.chn{
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    
     
    
    .chn{
        color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6; 
}   
    
    
    
    
    
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  /*******************************************
nav
******************************************* */
  nav {
    position: absolute;
    top: 5.6rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #eee;
    display: none;
  }
  nav ul {
    width: 100vw;
    margin-bottom: 2%;
    padding-top: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  nav ul li {
    margin-bottom: 2%;
    background: #fff;
    width: 49%;
  }
  nav ul li a {
    display: block;
    color: #ccc;
    text-decoration: none;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
  .nav1 a {
    background: url("../images/nav-1hover.png")no-repeat;
    background-size: contain;
  }
  .nav2 a {
    background: url("../images/nav-2hover.png")no-repeat;
    background-size: contain;
  }
  .nav3 a {
    background: url("../images/nav-3hover.png")no-repeat;
    background-size: contain;
  }
  .nav4 a {
    background: url("../images/nav-4hover.png")no-repeat;
    background-size: contain;
  }
  .nav5 a {
    background: url("../images/nav-5hover.png")no-repeat;
    background-size: contain;
  }
  nav ul li a::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background: #FBA454;
    transition: 0.5s;
    margin: 0 auto;
  }
  nav ul li a p {
    display: none;
  }
  nav ul li a img {
    width: 100%;
    transition: .2s;
    max-width: 250px;
    margin: 0 auto;
  }
  nav > p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 2%;
  }
  nav a:hover img {
    opacity: 0;
  }
  nav ul li a:hover::after {
    width: 90%;
  }
  nav .nav-reserve-btn a {
    border: 4px double #000;
    padding: 2%;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    transition: .2s;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
  }
  nav .nav-reserve-btn {
    text-decoration: none;
    display: block;
    font-size: 1.3rem;
  }
  nav .nav-reserve-btn a span {
    display: block;
    font-size: 1rem;
  }
  nav p a:hover {
    color: #FBA454;
  }
  nav h5 {
    font-weight: lighter;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
  nav .nav-reserve-btn a:hover {
    background: #FBA454;
    color: #fff;
    border: 4px double #fff;
  }
}
/***************************************************************************************************************************************************************************************

PC
******************************************************************************************************************************************
********************************************** */
@media screen and (min-width:768px) {
  /*******************************************
header
********************************************** */
    #wrapper{
        display: flex;
        justify-content: space-between;
    }    
    
  header {
    width: 20%;
    background: url("../images/wood.jpg") repeat;
  }
  header h1 {
    margin-bottom: 3rem;
    padding: 0 1.8rem;
  }
  header h1 a {
    display: block;
    margin: 0 auto;
  }
  header h1 img {
    width: 100%;
  }
  #header-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 18.4%;
    height: 100vh;
    background: #fff;
    box-shadow: 2px -2px 2px 1px #000;
      z-index: 10;

  }
  header h1 span {
    display: none;
  }
  header label {
    display: none;
  }

    
    
#header-body .lage  {
     position: fixed;
        top: 0;
        left: 18.4%;
        width: 40px;
    z-index:9;
    }
    
.lage img{
        width: 100%;
    }           
    
 .lage li span{
        
        display: none;
    }  
    
  
.lage li:hover{  
   transform: translateY(2px);
    opacity: .8;
    }

 main{
        width: 80%;
    } 
    
  /*******************************************
nav
******************************************* */
  nav ul {
    width: 80%;
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 2%;
      
  }
  nav ul li {
    margin-bottom: 1rem;
  }
  nav ul li a {
    display: block;
    color: #ccc;
    text-decoration: none;
    text-align: center;
  }
  .nav1 a {
    background: url("../images/nav-1hover.png")no-repeat;
    background-size: contain;
  }
  .nav2 a {
    background: url("../images/nav-2hover.png")no-repeat;
    background-size: contain;
  }
  .nav3 a {
    background: url("../images/nav-3hover.png")no-repeat;
    background-size: contain;
  }
  .nav4 a {
    background: url("../images/nav-4hover.png")no-repeat;
    background-size: contain;
  }
  .nav5 a {
    background: url("../images/nav-5hover.png")no-repeat;
    background-size: contain;
  }
  nav ul li a::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background: #FBA454;
    transition: 0.5s;
    margin: 0 auto;
  }
  nav ul li a p {
    display: none;
  }
  nav ul li a img {
    width: 100%;
    transition: .2s;
  }
  nav > p {
    text-align: center;
    font-size: 1vw;
    line-height: 2;
    margin-bottom: 3rem;
  }
  nav a:hover img {
    opacity: 0;
  }
  nav ul li a:hover::after {
    width: 90%;
  }
  nav .nav-reserve-btn a {
    border: 4px double #000;
    padding: 1rem;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    transition: .2s;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
  }
  nav .nav-reserve-btn {
    text-decoration: none;
    display: block;
    font-size: 1vw;
  }
  nav .nav-reserve-btn a span {
    display: block;
    font-size: 1rem;
  }
  nav h5 {
    font-weight: lighter;
    font-size: 1vw;
    text-align: center;
    line-height: 1.4;
  }
  nav .nav-reserve-btn a:hover {
    background: #FBA454;
    color: #fff;
    border: 4px double #fff;
  }


  /*********************************************
toptitle
********************************************* */
  #toptitle {
    margin-top: 2rem;
    width: 100%;
    position: relative;
  }
  #toptitle img {
    width: 100%;
  }
  #toptitle h2 p {
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 10rem;
    color: #fff;
  }
  #toptitle h2 p span {
    display: block;
    text-align: right;
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 2rem;
    color: #fff;
  }
  /*********************************************
about
********************************************* */
  #about {
    padding-top: 3%;
    width: 100%;

  }
  #about h2 {
    font-size: 4rem;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    margin-bottom: 2.2rem;
    opacity: 0;
    margin-left: 5%;
    font-weight: lighter;
    font-family: sans-serif;
    
  }
  #about h3 {
    font-size: 3.6rem;
    font-weight: lighter;
    color: #FBA454;
    margin-bottom: 4rem;
    opacity: 0;
    margin-left: 5%;
  }
  #about h3 span {
    padding-right: 2rem;
  }
  #about h4 {
    font-size: 2rem;
    color: #257FF4;
    margin-bottom: 2rem;
  }
  #about .about-contents {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background: #fff;
    margin: 0 auto;
  }
  #about .info-text p {
    margin-bottom: 2rem;
  }
  #about .info-text img {
    width: 100%;
  }
  #about .info-text {
    padding: 2rem 2rem 0;
    line-height: 1.4;
    width: 80%;
  }
  #about .info-text p img {
    width: 100%;
  }
  #about .info-text h3 {
    line-height: 1.4;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1rem;
  }
  #about .info-text p {
    line-height: 2;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  #about .itosima {
    width: 20%;
  }
  #about .itosima img {
    width: 100%;
  }
     .corona{
        padding-top: 2rem;
    }    
  /*********************************************
facilities
********************************************* */
  #facilities {
    width: 100%;

    padding: 5%;
    
  }
  #facilities h2 {
    font-size: 2.6rem;
     margin:0 auto 3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
      max-width: 1300px;
  }
  #facilities h2 span {
    font-size: 1.6rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #facilities h3 {
    font-size: 2rem;
  }
  .house {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background: #fff;
    padding: 2rem;
  }
  .house figure {
    width: 50%;
  }
  .house dl {
    width: 50%;
    padding-right: 1rem;
  }
  .house dl span {
    display: block;
  }
  .house dl dd {
    margin-bottom: 2rem;
  }
   
  .dining {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background: #fff;
    padding: 2rem;
  }
  .dining figure {
    width: 50%;
  }
  .dining figure img {
    width: 100%;
  }
  .house dd img {
    width: 100%;
  }
  .kitchen {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background: #fff;
    padding: 2rem;
  }
  .kitchen figure {
    width: 50%;
  }
  .kitchen figure img {
    width: 100%;
  }
  .kitchen dl {
    width: 50%;
    padding-right: 2rem;
  }
  #facilities dt {
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 2rem; /***20200112修正***/
  }
#facilities .house dl dt {
    margin-bottom: 6rem;
    line-height: 1.6;
    padding-top: 1rem;
  }
  #facilities dt span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FD840D;
    padding-left: 1rem;
  }
  
  #facilities dd {
    font-size: 1.6rem; /***20200112修正***/
    line-height: 1.6;
  }
  /***************20200112修正************/
  #facilities .house dl {
    padding-right: 2rem;
  }
 #facilities .house dl dd span {
    /* color: red;*/
    font-size: 1.4rem;
    padding-left: 2rem
  }
  #facilities .house dl dd:nth-of-type(5) {
    margin-bottom: 4rem;
  }
  #facilities .house dl dd:nth-of-type(6) {
    color: dodgerblue;
    font-style: italic;
    padding: 0 1rem;
  }
  #facilities .house dl dd img {
    width: 100%;
  }
    #facilities .house figure img {
    width: 100%;
  }
 #facilities .dining dl dd:nth-of-type(2) {
    /* color: red;*/
    font-size: 1.4rem;
  }
  #facilities .kitchen dl dd:nth-of-type(2) {
   /* color: red;*/
    font-size: 1.4rem;
  }
  /*************************************/
  .public {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 14rem;
  }
  .public figure {
    width: 25%;
    padding: 1%;
  }
 /* .public figure p.kome {
    color: red;
  }*/
  .public figure img {
    width: 100%;
    margin-bottom: .5rem;
  }
  .public h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .public h4 span {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #FD840D;
      padding-left: .7rem;
  }
  .public figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: .5rem;
  }
  #facilities ul li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .service {
    background: #fff;
    padding: 5rem;
    border-radius: 4rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
  }
  .service table {
    margin-bottom: 3rem;
    width: 100%;
  }
  .service tr {
    border-bottom: 2px #eee solid;
  }
  .service th {
    text-align: left;
    padding: 1rem;
    font-size: 1.6rem;
  }
  .service th img {
    width: 200px; /*20200201修正*/
  }
  .service th span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  .service td {
    text-align: right;
    padding: 1rem;
    font-size: 1.6rem;
    vertical-align: top; /*20200201修正*/
  }
  .service td span {
    text-align: left;
    font-size: 1.2rem;
  }
  .service .price {
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .service h4 {
    font-size: 1.6rem;
    line-height: 2;
  }
    .service h4 span{
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  .service p {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 3rem;
  }
.nonline{
    border-bottom:2px solid #fff !important;
    }
  /***************************************
guestroom
*************************************** */
  #guestroom {
    width: 100%;
    padding: 5%;
  }
  #guestroom h2 {
    font-size: 2.6rem;
     margin:0 auto 3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    max-width: 1300px;
    
  }
  #guestroom h2 span {
    font-size: 1.6rem;
    margin-left: 1rem;
    font-family: 'Comfortaa', cursive;
    color: #FD840D;
  }
  .dormitory {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background: #fff;
    padding: 4rem;
    border-radius: 4rem;
  }
  .plan figure {
    width: 50%;
  }
  .dormitory > figure {
    width: 50%;
  }
  .dormitory figure img {
    width: 100%;
  }
  .dormitory aside {
    width: 50%;
    padding-right: 2rem;
  }
  .dormitory aside > figure {
    width: 80%;
  }
  .dormitory aside p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .dormitory .plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .dormitory .plan p {
    width: 48%;
  }
  .dormitory .plan img {
    width: 100%;
  }
  .plan figure {
    width: 50%;
  }
  .dormitory .plan2 {
    display: flex;
    justify-content: space-between;
  }
  .dormitory .plan2 p {
    width: 48%;
  }
  .dormitory .plan2 img {
    width: 100%;
  }
  .plan2 figure {
    width: 50%;
  }
  .dormitory h3 {
    padding-top: 2rem;
    font-size: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .dormitory h3 span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  .dormitory figure h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 2rem;
  }
  .dormitory figure h5 span {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #FD840D;
    padding: 0 1rem;
  }
  .dormitory figure p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .standard {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background: #fff;
    padding: 4rem;
    border-radius: 4rem;
  }
  .standard figure {
    width: 50%;
  }
  .standard img {
    width: 100%;
  }
  .standard aside {
    width: 50%;
    padding-right: 2rem;
  }
  .standard .plan {
    display: flex;
    justify-content: space-between;
  }
  .standard .plan p {
    width: 48%;
  }
  .standard h3 {
    font-size: 2rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .standard h3 span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  .standard aside > figure {
    width: 80%;
    max-width: 500px;
  }
    .standard ul {
    padding-left: 2rem;
    margin-bottom:1rem;
  }
  .standard ul li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .standard > figure img {
    margin-bottom: 3rem;
  }
  .standard > figure figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 4rem;
  }
  .standard figure h5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .standard figure h5 span {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #FD840D;
    padding: 0 1rem;
  }
  .standard figure p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .deluxe {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background: #fff;
    padding: 4rem;
    border-radius: 4rem;
  }
  .deluxe figure {
    width: 50%;
  }
  .deluxe img {
    width: 100%;
  }
  .deluxe aside {
    width: 50%;
    padding-right: 2rem;
  }
  .deluxe aside > figure {
    width: 80%;
  }
  .deluxe .plan {
    display: flex;
    justify-content: space-between;
  }
  .deluxe .plan p {
    width: 48%;
  }
  .deluxe h3 {
    font-size: 2rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
    line-height: 1.4;
  }
  .deluxe h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.4;
   /* color: red;*/
  }
  .deluxe ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .deluxe ul li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .deluxe h3 span {
    font-size: 1.1rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  .deluxe figure h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 2rem;
  }
  .deluxe figure h5 span {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #FD840D;
    padding: 0 1rem;
  }
  .deluxe figure p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  /***************************************
infomation
*************************************** */
  #infomation {
    width: 100%;
  
    padding: 5%;
  }
  #info {
    width: 100%;
 max-width: 1300px;
    margin: 0 auto;
    padding: 5rem;
    background: #fff;
    border-radius: 4rem;
  }
  #infomation h2 {
    font-size: 2.6rem;
     margin:0 auto 3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  max-width: 1300px;
  }
  #infomation h2 span {
    font-size: 1.6rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #info > div {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px dotted #ccc;
  }
  #info dl {
    margin-left: 1rem;
  }
  #info div dl {
    margin-bottom: 1.6rem;
  }
  #info dt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #666;
    margin-bottom: 1rem;
  }
  #info dt span {
    font-size: 1.4rem;
    color: #FD840D;
    margin-left: 1rem;
  }
  #info dd {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.4;
    padding-left: 4rem;
    ;
  }
  
  #info .linen p span {
    color: red;
  }
  #info .cat {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cat figure img {
    width: 180px;
  }
  .cat dt {
    display: inline-block;
  }
  .cat dt img {
    width: 16px;
    display: inline;
  }
  .cat dd span {
    display: block;
  }
  /***************************************
reserve
**************************************** */
  #reserve {
    width: 100%;

    padding: 5%;
  }
  #reserve-content {
    width: 100%;
   max-width: 1300px;
    margin: 0 auto;
    padding: 5rem;
    background: #fff;
    border-radius: 4rem;
  }
  #reserve h2 {
    font-size: 2.6rem;
     margin:0 auto 3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
      max-width: 1300px;
  }
  #reserve h2 span {
    font-size: 1.6rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #reserve h3 {
    font-size: 2rem;
    border-bottom: 2px #000 solid;
    background: #FD840D;
    color: #fff;
    line-height: 2;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  #reserve h3 span {
    font-size: 1.6rem;
    margin-left: 1rem;
    color: #000;
  }
#reserve h4 {
    font-size: 2rem;
    margin-left: 2rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
     color: #FD840D;
    display: inline-block;
    padding-left: 2rem;

  }
    #reserve h4 span{
    font-size: 1.4rem;
    padding-left: 1rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
     color: #FD840D;
   

  } 
    #reserve h5 {
    font-size: 1.6rem;
    margin-left: 4rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
    display: inline-block;
    border-bottom: 4px double #000;

  }
    #reserve h5 span{
    font-size: 1.2rem;
    padding-left: 2rem;
    line-height: 1.4;
    margin: 3rem 0 2rem;
    color: #FD840D;
   

  }  
    
    #reserve p a{
    padding-left: 5rem;
  }
  #reserve p {
    font-size: 1.6rem;
    margin-left: 2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
    #reserve .mailaddress{
        margin-bottom: 4rem;
    }
  #reserve .reserve-btn {
    margin-bottom: 2rem;
      padding-left: 3rem;
  }
  #reserve .reserve-btn a {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    color: #FD840D;
    padding: 1rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px #FD840D solid;
    text-decoration: none;
      transition: .4s;
  }
  #reserve .reserve-btn a:hover {
    background:  #FD840D;
      color: #fff;
  }
  #reserve .reserve-btn span {
    font-size: 1.2rem;
    display: block;
    border-radius: 30px;
  }
  #reserve ul {
    font-size: 1.6rem;
    padding-left: 4rem;
    line-height: 2;
    margin-bottom: 2rem;
    list-style: disc;
  }
  #reserve ul li span {
    color: red;
  }
  /***************************************
access
**************************************** */
  #access {
    width: 100%;
    padding: 5%;
  }
  #access h2 {
    font-size: 2.6rem;
    margin:0 auto 3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    max-width: 1300px;
  }
  #access h2 span {
    font-size: 1.6rem;
    margin-left: 1rem;
    color: #FD840D;
  }
  #access .acce-map {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #access figure {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  #access figure img {
    width: 100%;
  }
  #access .map {
    padding: 2rem;
    background: #fff;
    border-radius: 4rem 4rem 0 0;
    background: #fff;
    display: flex;
  }
  #access .map iframe {
    width: 60%;
    height: 380px;
  }
  #access .map article {
    width: 40%;
    padding: 4rem 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #access .map p span {
    display: block;
    color: red;
    font-size: 1.2rem;
  }
  #access .map2 {
    width: 100%;
    background: #fff;
    border-radius: 0 0 4rem 4rem;
    background: #fff;
    display: flex;
    padding: 2rem;
  }
  #access .map2 figure {
    width: 60%;
  }
  #access .map2 figure img {
    width: 100%;
  }
  #access .map2 article {
    width: 40%;
    padding: 4rem 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #access .map2 article p {
    margin-bottom: 3rem;
  }
  /***************************************
footer
*****************************************/
  footer {
    color: #fff;
    width: 100%;
    background: url("../images/wood-footer.jpg") no-repeat;
    background-size: cover;
  }
  #footer-body {
    width: 100%;
    /* margin-left: 20%;*/
    padding: 3rem 5% 5%;
    text-align: right;
  }
  #footer-body h2 {
    font-size: 2rem;
    line-height: 2;
  }
  #footer-body p {
    font-size: 1.6rem;
    line-height: 2;
  }
  #footer-body .tel {
    font-size: 3.2rem;
    line-height: 2;
    font-family: 'Comfortaa', cursive;
  }
  #footer-body .tel span {
    font-size: 1.6rem;
    line-height: 2;
    font-family: 'Comfortaa', cursive;
  }
  #page-top {
    width: 40px;
    position: fixed;
    bottom: 3%;
    z-index: 11;
    right: 0%;
  }
  #page-top a {
    display: block;
  }
  #page-top a img {
    width: 100%;
  }
  #footer-body p a:link {
    color: #FFF;
  }
  #footer-body p a {
    font-size: 2.4rem;
  }
    
/***********20200215****************************/    

#about .info-text .english{
        color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;
    }
 .dormitory aside p.english {
     color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;;
  }
    #reserve p.english {
     color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;;
  }
    .english{
        color: #bababa;
        font-size: 12px;
    line-height: 1.6;
        font-weight: lighter;
    }
    
    .type1{
        padding-left: 2rem;
    }
    
   .type2{
       margin-bottom: 2rem;
    }
     .type3{
       margin-left: 7rem;
         margin-bottom: 1rem;
    }
    
 /***********20200311****************************/     
   #about .info-text .kor{
         color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
    }
 .dormitory aside p.kor {
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    #reserve p.kor{
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    
     
    
    .kor{
        color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6; 
}
 /***********20200311****************************/     
   #about .info-text .chn{
         color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
    }
 .dormitory aside p.chn {
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    #reserve p.chn{
      color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6;
    
  }
    
     
    
    .chn{
        color: #ff0a39;
        font-size: 14px;
        font-weight: bold;
    line-height: 1.6; 
}   
    
       
    
    
    
}