@charset "UFT-8";

/* 共通部分
------------------------ */
html {
    font-size: 100%;
}
body {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
    color: #ffffff;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* header
-------------- */
.logo {
    width: 210px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: none;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #006a6c;
}
.main-nav a:hover {
    color: #ffffff;
}

.page-header {
  background: -moz-linear-gradient(top, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  background: -webkit-linear-gradient(top, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  background: linear-gradient(to bottom, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  display: flex;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
}
.wrapper {
    max-width: 0 auto;
    margin: 0 auto;
    padding: 0 4%;
}

/* #contact */
/*  .page-title */
.page-title {
    width: 30%;
    text-transform: none;
    margin: 0 auto;
    height: auto;
}
.page-title h2 {
        color: #72640c;
        font-family: 'Philosopher', serif;
        font-size: 5rem;
        font-weight: lighter;
        line-height: .3rem;
        text-align: center;
}
.page-title p {
        color: #72640c;
        font-family: 'Noto Serif JP', serif;
        font-size: 1.5rem;
        font-weight: lighter;
        line-height: .3rem;
        text-align: center;
}

/* #location */
#location {
      padding: 4% 0;
      margin-top: 5px;
}
#location .wapper {
      display: flex;
      justify-content: space-between;
}
.location-info {
      width: 35%;
      margin-left: 25px;
}
.location-info h3 {
      font-family: 'Philosopher', serif;
      font-weight: lighter;
      color: #72640c;
      font-size: 2rem;
}
.location-info h4 {
      font-family: 'Noto Serif JP', serif;
      font-weight: lighter;
      font-size: 1.2rem;
      text-indent: 1rem;
      color: #72640c;
}
.location-info a {
       font-size: .9rem;
       color: #e95464;
}
.location-info p {
      padding: 12px 10px;
      font-family: 'Noto Serif JP', serif;
      color: #72640c;
      font-size: .9rem;
      font-weight: lighter;
      line-height: .5rem;
}
.location-map {
      width: 65%;
}
.location-info>.button {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      width: 48%;
      margin-left: 20px;
}
/* iframe */
iframe {
      width: 100%;
}

/* button */
.button {
       width: 85%;
       margin: 15px auto 10px auto;
}
#access>.jr-kyoto>.button {
     display: grid;
      grid-template-columns: 1fr 1fr;
      width: 85%;
      gap: 20px;
      margin: 15px auto 10px auto;
}

.location-info>.button>.button-item, #access>.jr-kyoto>.button>.button-item,
#access>.jr-yamashina>.button>.button-item, #access>.hankyu>.button>.button-item,
#access>.keihan>.button>.button-item, #access>.subway>.button>.button-item, #access>.taxi>.button>.button-item, #access>.mycar-osaka>.button>.button-item, #access>.mycar-nagoya>.button>.button-item, #access>.notes>.button>.button-item {
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-weight: lighter;
      font-size: .9rem;
      color: rgba(0,83,63,.2);
      background: rgba(0,83,63,.1);
      color: #00533f;
      border-radius: 1px;
      padding: 10px 25px;
      text-align: center;
}
.location-info>.button>.button-item:hover, #access>.jr-kyoto>.button>.button-item:hover,
#access>.jr-yamashina>.button>.button-item:hover, #access>.hankyu>.button>.button-item:hover,
#access>.keihan>.button>.button-item:hover, #access>.subway>.button>.button-item:hover, #access>.taxi>.button>.button-item:hover, #access>.mycar-osaka>.button>.button-item:hover, #access>.mycar-nagoya>.button>.button-item:hover, #access>.notes>.buttin>.button-item:hover {
      background: rgba(0,83,63,.2);
}

/* #access */
#access {
      width: 50%;
      margin: 0 auto;;
}
#access h4 {
     font-family: 'Philosopher', serif;
     font-weight: lighter;
     color: #72640c;
     font-size: 1.9rem;
}
#access h5 {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  color: #72640c;
  font-size: 1.2rem;
  text-indent: 1.7rem;
}
#access p {
      font-family: 'Noto Serif JP', serif;
      font-size: .9rem;
      font-weight: lighter;
      color: #72640c;
      padding-left: 15px;
      padding-right: 15px;
}
.jr-kyoto, .jr-yamashina, .hankyu, .keihan, .subway, .taxi, .mycar-osaka, .mycar-nagoya {
      width: 100%;
      margin-bottom: 20px;
      padding: 15px;
      background: rgba(0,83,63,.05);
}

/* フッター
-------------------- */
footer {
  background: -moz-linear-gradient(bottom, rgba(114,100,12,.4) 50%, rgba(114,100,12,.03));
 background: -webkit-linear-gradient(bottom, rgba(114,100,12,.4) 50%, rgba(114,100,12,.03));
 background: linear-gradient(to top, rgba(114,100,12,.4) 50%, rgba(114,100,12,.03));
   height: 400px;
   text-align: center;
   margin-top: 50px;
}
footer .logo {
     width: 15%;
     margin: 15px auto 0 auto;
}
footer h3 {
     color: #00533f;
     font-family: 'Noto Serif JP', serif;
     font-size: 1.2rem;
     line-height: 2rem;
     text-align: center;
}
footer p {
    color: #00533f;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
}
footer small {
   color: #00533f;
   font-family: 'Noto Serif JP', serif;
   font-weight: normal;
 }
.kobutu {
      margin: 10px auto 0 auto;
}
.kobutu p {
     color: #00533f;
     font-family: 'Noto Serif JP', serif;
     font-size: .9rem;
}
.kobutu p>small {
       color: #00533f;
       font-family: 'Noto Serif JP', serif;
}


/* モバイル版
-------------------------- */
@media (max-width: 800px) {

/* big-bg */
.big-bg {
    margin-top: 0;
}

/* header */
.page-header {
     flex-direction: column;
     align-items: center;
}

/* .main-nav */
.main-nav {
   font-size: .9rem;
   margin-top: 0;
   display: flex;
   gap: 15px;
}
.main-nav li {
   margin: 0 3px;
}

/* home-content */
.hpme-content {
     margin-top: 20%;
}

/* main */
main {
     margin-bottom: 50px;
}
/* contect */
/* .page-title */
.page-title {
       width: 90%;
       margin: 50px auto auto auto;
       text-align: center;
}
.page-title h2 {
       font-size: 3.5rem;
       line0height: .2rem;
}
.page-title p {
       font-size: 1.1rem;
       font-weight: normal;

}

/* #location */
/* .location-info, .location-map */
.wapper, .location-info, .location-map {
         flex-direction: column;
}
.location-info {
         width: 90%;
         margin: 30px auto 20px auto;
}
.location-info h3 {
         width: 90%;
         font-size: 1.5rem;
}
.location-info h4 {
      font-size: .9rem;
      line-height: 3rem;
}
.location-info p {
        font-size: .8rem;
}
.location-info a {
       line-height: 1rem;
}
.location-info>.button {
      width: 90%;
}
.location-info>.button>a {
      line-height: 1.2rem;
}
.location-map {
         width: 100%;
         margin: 20px auto;
}

/* #access */
#access {
       width: 80%;
}
#access h4 {
       font-size: 1.7rem;
}
#access h5 {
      font-size: 1rem;
      font-weight: normal;
}
#access p {
      font-size: .75rem;
}

/* .button */
.location-info>.button>.button-item {
       width: 60%;
       margin: 10px auto;
       padding: 10px 25px;
}
#access>.jr-kyoto>.button {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#access>.jr-kyoto>.button>.button-item {
     font-size: .75rem;
     padding: 5px 8px;
}
#access>.jr-yamashina>.button>.button-item, #access>.hankyu>.button>.button-item,
#access>.keihan>.button>.button-item, #access>.subway>.button>.button-item, #access>.taxi>.button>.button-item, #access>.mycar-osaka>.button>.button-item, #access>.mycar-nagoya>.button>.button-item {
          padding: 10px 10px;
          margin: 10px auto;
          font-size: .75rem;
}
#access>.notes>.button>.button-item {
      font-size: .75rem;
}

/* footer */
footer {
     margin: 0 auto;
}
footer .logo {
     width: 50%;
}
footer p {
     font-size: .9rem;
}
}
