@charset "UTF-8";
/*=============================================================================================================================
*
*
*	common.css
*
*
===============================================================================================================================*/
/*===============================================================================================
*
*	関数
*
=============================================================================================*/
.pc {
  display: block;
}

.sp {
  display: none;
}

a {
  text-decoration: none;
  color: #4a4a4a;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/*===============================================================================================
*
*	共通
*
=============================================================================================*/
body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3","ヒラギノ角 ProN","Hiragino Kaku Gothic ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-text-size-adjust: none;
  color: #504945;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.8em;
    font-size: 13px;
  }
}

/*===============================================================================================
*
*	#Header
*
=============================================================================================*/
#Header {
  text-align: center;
  width: 100%;
  padding: 65px 0;
}
#Header h1 {
  width: 279px;
  margin: 0 auto;
}
#Header .time {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  margin-top: 48px;
  margin-bottom: 40px;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #009ad7;
}
@media screen and (max-width: 768px) {
  #Header {
    padding: 35px 0;
  }
  #Header h1 {
    width: 196px;
    margin: 0 auto;
  }
  #Header .time {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 23px;
    margin-bottom: 15px;
  }
  #Header .time span {
    display: inline-block;
    margin-left: -1em;
  }
  #Header p {
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #Header p br {
    display: none;
  }
}

/*===============================================================================================
*
*	#InfoSection
*
=============================================================================================*/
#InfoSection {
  width: 100%;
  background: #009ad7;
  padding: 70px 0;
  color: #e7f3fa;
  line-height: 1.8em;
  letter-spacing: 1px;
}
#InfoSection .center {
  display: table;
  margin: 0 auto;
}
#InfoSection .center .left {
  float: left;
  margin-right: 45px;
  margin-left: -20px;
}
#InfoSection .center .right {
  float: right;
  margin-top: 20px;
}
#InfoSection .center .right h2 {
  font-size: 30px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}
#InfoSection .center .right li {
  margin-top: 16px;
}
#InfoSection .center .right li a {
  color: #e7f3fa !important;
}
#InfoSection .center .right li .small {
  font-size: 11px;
  color: #7bc8e9;
  margin-top: 3px;
  line-height: 1.7em;
}
#InfoSection .center .right li .small.leftMargin {
  margin-left: 60px;
}
#InfoSection .center .mapBtn {
  margin-top: 30px;
}
#InfoSection .center .mapBtn a {
  display: block;
  text-align: center;
  border: 1px solid #8fcfec;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #e7f3fa;
  font-size: 13px;
}
#InfoSection .detailtext{
  font-size: 80%;
}
#InfoSection .center .right .newslist li{
  list-style: disc;
  font-size: 80%;
  margin-top: 1px;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  #InfoSection {
    padding: 45px 0;
    letter-spacing: 0px;
  }
  #InfoSection .center {
    text-align: center;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #InfoSection .center .right {
    margin: 0;
    float: none;
  }
  #InfoSection .center .right h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
  #InfoSection .center .right li .small.leftMargin {
    margin: 0;
  }
  #InfoSection .center .right .map {
    margin-top: 30px;
  }
  #InfoSection .center .right .mapBtn a {
    width: 250px;
    margin: 0 auto;
  }
}


/*===============================================================================================
*
* SNS 2020/05/07
*
=============================================================================================*/
.snsblock {
  margin-top: -35px;
}

.snsbutton {
  float: left;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .snsblock {
    margin-top: -20px;
    width: 305px;
    margin: 0 auto;
  }
}


/*===============================================================================================
*
*	#Footer
*
=============================================================================================*/
#Footer {
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  color: #8f8f8f;
}
@media screen and (max-width: 768px) {
  #Footer {
    font-size: 11px;
    height: 50px;
    line-height: 50px;
  }
}
