@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  /*background: #0b1f58;*/
}

/*.inner {
  width: 830px;
  margin: 0 auto;
  padding: 0px 15px;
}*/
.inner {
  width: 800px;
  margin: 0 auto;
  background: #0b1f58;
}
.inner-sp {
  max-width: 416px;
  margin: 0 auto;
  padding: 0px 8px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

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

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
/* ====================================================
Footer
==================================================== */
/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

body {
  min-width: 830px;
}

/*リストMODULE*/
.list_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px;
  margin: 28px auto 142px;
}

.list_select .item {
  margin-right: 28px;
  margin-bottom: 28px;
  width: calc(33.33% - 18.67px);
  cursor: pointer;
  display: block;
}

.list_select .item.active img.on {
  display: block;
}

.list_select .item.active img.off {
  display: none;
}

.list_select .item:hover img.on {
  display: block;
}

.list_select .item:hover img.off {
  display: none;
}

.list_select .item img.off {
  display: block;
}

.list_select .item img.on {
  display: none;
}

.list_select .item:nth-child(3n) {
  margin-right: 0;
}

.tab-fixed {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 99;
}

.tab-fixed .list_select01 {
  display: block;
}

.tab-fixed .list_select01 li {
  margin-bottom: 20px;
}

.tab-fixed .list_select01 li img {
  max-width: 127px;
}

.tab-fixed-pc {
  display: none;
}

.tab-content {
  height: 0;
  display: block;
  overflow: hidden;
}

.tab-content.active {
  height: auto;
}

.list_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 152px;
  padding: 0px 49px;
}

.list_scroll .item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(16.67% - 17px);
}

.list_scroll .item a {
  display: block;
  position: relative;
}

.list_scroll .item a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: Century Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-style: italic;
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: -3px;
  color: #ffffff;
}

.list_scroll .item a span:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 11px;
  background: url("../images/pc/arrow-d.png") no-repeat;
  background-size: 21px 11px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list_scroll .item a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.list_scroll .item:nth-child(6n) {
  margin-right: 0;
}

/*ttl module*/
.ttl_style00 {
  display: block;
  text-align: center;
}

.ttl_style00 img {
  width: auto;
  height: 234px;
}

.ttl_style01 {
  display: block;
  text-align: center;
}

.btn_style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 84px;
  color: #ffffff;
  position: relative;
  background: #ed5a24;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn_style01:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 12px;
  background: url("../images/pc/ico-arr-r.png") no-repeat;
  background-size: 6px 12px;
}

.main-visual {
  margin-bottom: 94px;
}

.area_intro {
  background: url("../images/pc/bg-slider-00.png") no-repeat;
  background-position: top center;
  background-size: 802px auto;
  padding-top: 173px;
}

.coordinate {
  margin-bottom: 100px;
}

.coordinate .coordinate-img .ttl {
  text-align: center;
  display: block;
  margin-bottom: 34px;
}

.coordinate .coordinate-img .ttl img {
  max-height: 90px;
}

.coordinate .coordinate-img .img {
  display: block;
  width: 552px;
  height: 581px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px auto 29px;
  position: relative;
}

.coordinate .coordinate-img .img.active img {
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.coordinate .coordinate-img .img.active img.on {
  opacity: 1;
}

.coordinate .coordinate-img .img.active img.off {
  opacity: 0;
}

.coordinate .coordinate-img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.coordinate .coordinate-img .img img.off {
  opacity: 1;
}

.coordinate .coordinate-img .img img.on {
  opacity: 0;
}

.coordinate .coordinate-img + .ttl_style01 img {
  height: 109px;
  width: auto;
}

.coordinate .ttl_style01 img {
  height: 118.5px;
  width: auto;
}

.coordinate .txt01 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  margin: 21px 0px 44px;
  letter-spacing: -1px;
  min-height: 56px;
}

.coordinate .slider {
  min-width: 740px;
  margin: 19px 12px 0px;
}

.coordinate .slider .slick-prev,
.coordinate .slider .slick-next {
    width: 47px;
    height: 131px;
    z-index: 33;
    position: absolute;
    top: 115px;
}

.coordinate .slider .slick-prev:before,
.coordinate .slider .slick-next:before {
  content: '';
}

.coordinate .slider .slick-next {
    background: url("../images/pc/right.png") no-repeat;
    background-size: 47px 131px;
    right: 11px;
    border: none;
    text-indent: -9999px;
}

.coordinate .slider .slick-prev {
    background: url(../images/pc/left.png) no-repeat;
    background-size: 47px 131px;
    left: 11px;
    border: none;
    text-indent: -9999px;
}

.coordinate .slider .item {
  padding: 0px 12px;
}

.coordinate .slider .item .img img {
  margin-right: 0;
  margin-bottom: 5px;
}

.coordinate .slider .item .item_content {
  text-align: center;
  padding: 10px 0px 0px;
  color: #ffffff;
}

.coordinate .slider .item .item_content .item_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.coordinate .slider .item .item_content .item_price {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 17px;
  letter-spacing: 0.5px;
}

.coordinate .slider .item .item_content .item_price span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.coordinate .inner {
  position: relative;
}

.coordinate .inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*z-index: -1;*/
}

.coordinate-01 .inner:before {
  background: url("../images/pc/bg-slider-01.png") no-repeat;
  background-position: top 51px right 23px;
  background-size: auto;
}

.coordinate-02 .inner:before {
  background: url("../images/pc/bg-slider-02.png") no-repeat;
  background-position: top 83px right 16px;
  background-size: auto;
}

.coordinate-03 .inner:before {
  background: url("../images/pc/bg-slider-03.png") no-repeat;
  background-position: top 0px right 20px;
  margin-top: -42px;
  background-size: auto;
}

.coordinate-04 .inner:before {
  background: url("../images/pc/bg-slider-04.png") no-repeat;
  background-position: top 67px right 39px;
  background-size: auto;
}

.coordinate-05 .inner:before {
  background: url("../images/pc/bg-slider-05.png") no-repeat;
  background-position: top 0px right 44px;
  margin-top: -29px;
  background-size: auto;
}

.coordinate-06 .inner:before {
  background: url("../images/pc/bg-slider-06.png") no-repeat;
  background-position: top 0px right 23px;
  margin-top: -40px;
  background-size: auto;
}

.coordinate-07 .inner:before {
  background: url("../images/pc/bg-slider-07.png") no-repeat;
  background-position: top 51px right -3px;
  background-size: auto;
}

.coordinate-08 .inner:before {
  background: url("../images/pc/bg-slider-08.png") no-repeat;
  background-position: top 0px right 12px;
  margin-top: -52px;
  background-size: auto;
}

.coordinate-09 .inner:before {
  background: url("../images/pc/bg-slider-09.png") no-repeat;
  background-position: top 0px right 60px;
  margin-top: -55px;
  background-size: auto;
}

.coordinate-10 .inner:before {
  background: url("../images/pc/bg-slider-10.png") no-repeat;
  background-position: top 0px right 15px;
  margin-top: -41px;
  background-size: auto;
}

.coordinate-11 .inner:before {
  background: url("../images/pc/bg-slider-11.png") no-repeat;
  background-position: top 0px right 26px;
  margin-top: -30px;
  background-size: auto;
}

.coordinate-12 .inner:before {
  background: url("../images/pc/bg-slider-12.png") no-repeat;
  background-position: top 0px right 50px;
  margin-top: -50px;
  background-size: auto;
}

.main-ft {
  margin-top: 155px;
}

.slick-slide, .slick-slide * {
  outline: none !important;
  border: none;
}

.overTxt {
  display: block;
  height: 45px;
  margin: 0;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .overTxt {
    height: 50px;
  }
}

/*# sourceMappingURL=campaign/summer_hanabi/maps/styles.css.map */



/*------------------------------------------------------------------

                                追加

------------------------------------------------------------------*/
#index {
    background: #0A1F57;
}

.coordinate .slider a {
    color: #fff;
}

h1 {
    background: #fff;
    padding: 0 12px 10px;
    margin: 0 2px;
    font-size: 12px;
}



/*------------------------------------------------------------------

                    クーポン追加

------------------------------------------------------------------*/
#popup-coupon .bnr img {
    width: 520px;
    /*height: 390px;*/
    height: auto;
}
#popup-coupon .btns {
    text-align: center;
    padding: 20px;
    width: 480px;
    display: inline-block;
}
#popup-coupon .bnr {
    width: 478px;
    display: inline-block;
}
#popup-coupon .inner {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 478px;
}
#popup-coupon .btns .btn {
    font-size: 2.08rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    width: 288px;
    height: 42px;
}