@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
header, main, footer, #js_fixedBg {
  opacity: 0; }

body {
  margin-top: 0; }

#sp_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100; }

#sp_loading_inner {
  display: none;
  position: fixed;
  width: 4.00rem;
  height: 4.00rem;
  top: calc( 50% - 2.00rem );
  left: calc( 50% - 2.00rem );
  z-index: 101; }
  @media screen and (max-width: 480px) {
    #sp_loading_inner {
      width: 80%;
      height: auto;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.el_copy {
  position: absolute;
  font-size: .48rem;
  font-weight: bold;
  left: 50%;
  top: calc(50% - .81rem);
  font-family: "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0.02rem 0.02rem 0 white, -0.02rem -0.02rem 0 white, -0.02rem 0.02rem 0 white, 0.02rem -0.02rem 0 white; }
  @media screen and (max-width: 480px) {
    .el_copy {
      font-size: .25rem;
      top: calc( 50% - .325rem );
      left: auto;
      right: 5.5555555556%;
      text-shadow: 0.02rem 0.02rem 0 white; } }
  .el_copy span {
    display: block;
    margin-top: .30rem;
    font-size: .70rem;
    font-family: 'ＭＳ 明朝', serif; }
    @media screen and (max-width: 480px) {
      .el_copy span {
        font-size: .34rem;
        margin-top: .10rem; } }

.ly_imgCont::after {
  content: '';
  display: block;
  position: absolute;
  width: 65%;
  height: 2.00rem;
  bottom: .15rem;
  left: .15rem;
  background-image: url("../img/new-open.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain; }

.bl_topHead {
  width: 100%;
  background-image: url("../img/front-top-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: solid 1px #f8ff2e; }

.bl_topHead_cont {
  width: 9.6rem;
  margin: 0 auto;
  padding: .90rem 0 .17rem; }
  @media screen and (max-width: 480px) {
    .bl_topHead_cont {
      width: 100%;
      padding: .77rem 0 .32rem; } }

.bl_topHead_ttl {
  color: #f8ff2e;
  font-family: "源ノ明朝 Regular", "NotoSelifJP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: .87rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .bl_topHead_ttl {
      font-size: .40rem; } }
  @media screen and (max-width: 480px) {
    .bl_topHead_ttl span {
      display: block;
      margin-top: .185rem; } }

#js_calWrapper {
  margin-top: .815rem;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    #js_calWrapper {
      position: relative;
      width: 100%;
      margin-top: .30rem; } }

.bl_topHead_txt {
  color: #f8ff2e;
  font-size: .25rem;
  letter-spacing: .02rem;
  line-height: 2;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif; }
  @media screen and (max-width: 480px) {
    .bl_topHead_txt {
      font-size: .15rem;
      letter-spacing: .01rem;
      width: 80%;
      margin: 0 auto;
      position: relative;
      overflow: hidden; } }
  @media screen and (max-width: 480px) {
    .bl_topHead_txt span {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      transition: .3s; } }
  @media screen and (max-width: 480px) {
    .bl_topHead_txt #js_calCont2 {
      left: 100%; } }

.el_calBtn {
  display: none; }
  @media screen and (max-width: 480px) {
    .el_calBtn {
      position: absolute;
      width: 10%;
      height: 100%;
      top: 0; } }
  .el_calBtn span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .el_calBtn span::after {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      top: calc(50% - .10rem);
      -webkit-animation: blink 1.5s ease-in-out infinite alternate;
      -moz-animation: blink 1.5s ease-in-out infinite alternate;
      animation: blink 1.5s ease-in-out infinite alternate; }
  .el_calBtn.el_calBtn__left {
    left: 0; }
    .el_calBtn.el_calBtn__left span::after {
      left: .02rem;
      border-width: .10rem .173rem .10rem 0;
      border-color: transparent #f8ff2e transparent transparent; }
  .el_calBtn.el_calBtn__right {
    left: 90%; }
    .el_calBtn.el_calBtn__right span::after {
      right: .02rem;
      border-width: .10rem 0 .10rem .173rem;
      border-color: transparent transparent transparent #f8ff2e; }
  @media screen and (max-width: 480px) {
    .el_calBtn.js_on {
      display: block; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.ly_topHead_imgWrapper {
  margin: .515rem auto 0;
  width: 3.08rem; }
  @media screen and (max-width: 480px) {
    .ly_topHead_imgWrapper {
      margin-top: .15rem;
      width: 50%; } }

.bl_topHead_img {
  height: 0;
  padding-top: 67.2077922078%;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .bl_topHead_img img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }

.bl_headerLink {
  width: 100%;
  background-color: white; }

.bl_headerLink_cont {
  width: 10.80rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  @media screen and (max-width: 480px) {
    .bl_headerLink_cont {
      flex-wrap: wrap;
      width: 100%; } }
  .bl_headerLink_cont .bl_headerLink_link:last-of-type {
    border-right: solid 1px #f8ff2e; }

.bl_headerLink_link {
  width: 2.70rem;
  height: .90rem;
  text-align: center;
  display: inline-block;
  position: relative;
  border-left: solid 1px #f8ff2e;
  line-height: .90rem;
  font-size: .20rem;
  color: #0047b4;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .bl_headerLink_link {
      font-size: .14rem;
      width: 50%;
      height: .545rem;
      line-height: .545rem;
      border: none; } }
  .bl_headerLink_link:hover {
    background-color: #f8ff2e;
    transition: .1s; }
  @media screen and (max-width: 480px) {
    .bl_headerLink_link::after {
      content: '';
      position: absolute;
      display: block;
      width: 1.00rem;
      height: .02rem;
      left: calc(50% - .50rem);
      bottom: .13rem;
      background-color: #0047b4; } }

.bl_front {
  width: 100%;
  background-image: url("../img/top-min.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: .35rem; }
  @media screen and (max-width: 480px) {
    .bl_front {
      background-image: url("../img/top-sp-min.jpg");
      padding-top: .60rem;
      padding-bottom: .375rem; } }

.bl_front_cont {
  width: 4.80rem;
  padding-left: 4.80rem;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .bl_front_cont {
      width: 100%;
      padding: 0 5.5555555556%;
      box-sizing: border-box; } }

.bl_front_mapWrapper {
  padding: .35rem;
  width: 100%;
  height: 3.60rem;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .bl_front_mapWrapper {
      padding: 0;
      width: 1.36rem;
      height: 1.24rem;
      margin-left: auto;
      margin-bottom: .375rem; } }

.bl_front_map {
  width: 100%;
  height: 0;
  padding-top: 2.90rem;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 480px) {
    .bl_front_map {
      padding-top: 1.24rem; } }
  .bl_front_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%); }

.ly_front_txtBox_wrapper {
  padding: 0 .35rem; }
  @media screen and (max-width: 480px) {
    .ly_front_txtBox_wrapper {
      padding: 0;
      text-align: right; } }

.bl_front_txtBox {
  width: 100%;
  box-sizing: border-box;
  padding: .22rem .30rem;
  background-color: rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 480px) {
    .bl_front_txtBox {
      padding: .07rem .085rem;
      width: auto;
      display: inline-block;
      text-align: left; } }
  .bl_front_txtBox p {
    font-size: .18rem;
    color: #f8ff2e;
    line-height: 1;
    margin-bottom: .15rem; }
    @media screen and (max-width: 480px) {
      .bl_front_txtBox p {
        font-size: .12rem;
        margin-bottom: .075rem; } }
    .bl_front_txtBox p.hp_mb2 {
      margin-bottom: .02rem; }
    .bl_front_txtBox p:last-of-type {
      margin-bottom: 0; }

.bl_extra_wrapper {
  width: 6.00rem;
  margin: .25rem auto 0; }
  @media screen and (max-width: 480px) {
    .bl_extra_wrapper {
      width: 100%;
      margin-top: .12rem;
      padding: 0 5.5555555556%;
      box-sizing: border-box; } }

.bl_extra_imgWrapper {
  width: 100%;
  height: 0;
  padding-top: 71.0222222222%;
  position: relative;
  overflow: hidden; }
  .bl_extra_imgWrapper img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
