@charset "UTF-8";
/* ------------------------------------------------------------------------------
   mixin Global Styles
-------------------------------------------------------------------------------*/
body {
  background: url(../../../img/common/contBg_pc.png) repeat;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Helvetica,Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.gothic {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Helvetica,Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.attention {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------------
   mainVisual
-------------------------------------------------------------------------------*/
.mainVisual {
  background: url(../img/main_visua_pc.jpg) no-repeat center center;
  background-size: cover;
}
.mainVisual h2 {
  text-align: center;
  margin: 4em 0 1.5em;
}
.mainVisual p {
  margin-bottom: 7.5em;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 640px) {
  .mainVisual {
    background: url(../img/main_visua_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mainVisual h2 {
    margin: 1em 0;
    text-align: center;
  }
  .mainVisual h2 span {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 16px;
    color: #fff;
  }
  .mainVisual p {
    margin-bottom: 2.6em;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
  }
}
/* ------------------------------------------------------------------------------
   contents
-------------------------------------------------------------------------------*/
.shopArea.section-spacing {
  padding: 2em 0 0em;
}

.Inner {
  max-width: 1000px;
  margin: 0 auto;
  color: #010101;
}
.Inner.mb80 {
  margin-bottom: 80px;
}
.Inner h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 110px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro M", "小塚明朝 Std M", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 24px;
  /* ttl icon */
}
.Inner h2.ic_kushimoto {
  background: url(../img/ic_kushimoto_pc.png) no-repeat left center;
  background-size: 90px;
}
.Inner h2.ic_taichi {
  background: url(../img/ic_taichi_pc.png) no-repeat left center;
  background-size: 90px;
}
.Inner h2.ic_nachikatuura {
  background: url(../img/ic_nachikatuura_pc.png) no-repeat left center;
  background-size: 90px;
}
.Inner h2.ic_shinguu {
  background: url(../img/ic_shinguu_pc.png) no-repeat left center;
  background-size: 90px;
}
.Inner h2.ic_taiji {
  background: url(../img/ic_taiji_pc.png) no-repeat left center;
  background-size: 90px;
}
.Inner h2.eatAndShop:after {
  content: "";
  display: inline-block;
  width: 84px;
  height: 45px;
  background: url(../img/ic_eat_shopping_pc.png) no-repeat center center;
  background-size: 84px 45px;
  position: absolute;
  top: 45%;
  right: 2%;
}
.Inner h2.iconE:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/ic_eat_pc.png) no-repeat center center;
  position: absolute;
  top: 45%;
  right: 0;
}
.Inner h2.iconS:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/ic_shopping_pc.png) no-repeat center center;
  position: absolute;
  top: 45%;
  right: 0;
}
.Inner h2 span {
  font-size: 14px;
  display: block;
  color: #073190;
  margin-bottom: 10px;
}
/* IE 用*/
.Inner h2 span:not(:target){
  padding-bottom: 6px;
}
.Inner h2 small {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  color: #010101;
}

.shopDetail {
  width: 28%;
  float: left;
  padding-right: 20px;
}
.shopDetail h3 {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #003b90;
  display: inline-block;
  font-size: 18px;
}
.shopDetail li span {
  font-size: 12px;
  font-weight: bold;
}
.shopDetail li span:last-child a{
  padding-right: 8px;
}
.shopDetail li {
  font-size: 14px;
  padding-left: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc8ba;
}

.imgPhoto {
  width: 72%;
  float: right;
}
.imgPhoto figure {
  width: 100%;
  margin-bottom: 10px;
  background: url(../img/pictBg_pc.png);
  text-align: center;
}
.imgPhoto p {
  background: #fff;
  padding: 25px 20px;
  font-size: 14px;
}
.imgPhoto .piw .pi{
    position: relative;
    width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}

.imgPhoto .piw .pi:before {
     /* content:"";
    display: block;
    padding-top: 75%;高さを幅の75%に固定 */
}

.imgPhoto .piw .pi .photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background: url(../../img/pictBg_pc.png) repeat;
}

.imgPhoto .piw .pi .photo.w img {
	width: 100% !important;
}
.imgPhoto .piw .pi .photo.h img {
	height: 100% !important;
}

.kujiraIcon {
	width: 100%;
	text-align: center;
}

.kujiraIcon img{
	width: 68%;
}

@media (max-width: 640px) {
  .shopArea.section-spacing {
    padding: 3em 0 0;
  }

  .Inner {
    width: 100%;
    color: #010101;
  }
  .Inner.mb80 {
  margin-bottom: 0;
  }
  .Inner h2 {
    margin-bottom: 20px;
    padding: 15px 10px 15px 55px;
    font-size: 15px;
    /* ttl icon */
  }
  .Inner h2.ic_kushimoto, .Inner h2.ic_taichi, .Inner h2.ic_nachikatuura, .Inner h2.ic_shinguu, .Inner h2.ic_taiji {
    background-size: 45px;
  }
  .Inner h2 span,
  .Inner h2 small {
    font-size: 10px;
  }
  .Inner h2 span,
  .Inner h2 span:not(:target){
    padding-bottom: 5px;
  }
  .Inner h2.eatAndShop:after {
    width: 42px;
    height: 22.5px;
    background-size: 42px 22.5px;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -21px;
  }

  .shopDetail {
    width: 100%;
    float: none;
    padding-right: 20px;
  }
  .shopDetail h3 {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #003b90;
    display: inline-block;
    font-size: 12px;
  }
  .shopDetail dt {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .shopDetail dd {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc8ba;
  }

  .imgPhoto {
    width: 100%;
    float: none;
  }
  .imgPhoto figure {
    margin-bottom: 10px;
  }
  .imgPhoto p {
    background: #fff;
    padding: 12px 9px;
    font-size: 12px;
  }
  .Inner h2.eatAndShop:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 35px;
    background: url(../img/ic_eat_shopping_pc.png) no-repeat center center;
    background-size: 70px 35px;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    margin-left: -35px;
  }
  .Inner h2.iconE:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/ic_eat_pc.png) no-repeat center center;
    background-size: 35px;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    margin-left: -17.5px;
  }
  .Inner h2.iconS:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/ic_shopping_pc.png) no-repeat center center;
    background-size: 35px;
    top: 100%;
    left: 50%;
    right: 50%;
    margin-left: -17.5px;
  }
  .kujiraIcon {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
  }

  .kujiraIcon img{
	width: 48%;
  }
}
/* ------------------------------------------------------------------------------
   sightSheen
-------------------------------------------------------------------------------*/

#sightSheen {}
#sightSheen .sightSheen {
  padding: 130px 0 70px 0;
  background: #fff;
}

#sightSheen .sightSheenNavi {}

.sightSheenNavi .sightSheenNaviInner .sightSheenNaviItem h3 {
	font-size: 18px;
}
.sightSheenNavi .sightSheenNaviInner .sightSheenNaviItem p {
	font-size: 12px;
}



.sightSheenNavi .sightSheenNaviInner .sightSheenNaviItem:first-child {
	margin-left: 0;
}


@media (min-width: 640px) {
	.sightSheenNavi {
		overflow: hidden;
		position: relative;
	}
	.sightSheenNavi .sightSheenNaviInner {
		width: 100%;
		float: left;
		margin: 0 0 0 0;
		padding: 0;
		position: relative;
		left: 50%;
	}
	.sightSheenNavi .sightSheenNaviInner .sightSheenNaviItem {
		float: left;
		width: 25%;
		padding: 0 5px;
		box-sizing: border-box;
		position: relative;
		left: -50%;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.sightSheenNavi {}
	.sightSheenNavi .sightSheenNaviInner {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	.sightSheenNavi .sightSheenNaviInner .sightSheenNaviItem {
		float: left;
		width: 48%;
		padding: 0 1%;
		box-sizing: border-box;
		text-align: center;
	}
}


.Inner h2.iconG::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img/ic_ttl_g.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 15%;
  right: 0;
}
.Inner h2.iconJ::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img/ic_ttl_j.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 15%;
  right: 0;
}
.Inner h2.iconW::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img/ic_ttl_w.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 15%;
  right: 0;
}
.Inner h2.iconGJ::after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 60px;
  background: url(../../img/ic_ttl_g.png) no-repeat, url(../../img/ic_ttl_j.png) no-repeat;
  background-position:top left, top right;
  position: absolute;
  top: 15%;
  right: 0;
}
.Inner h2.iconGW::after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 60px;
  background: url(../../img/ic_ttl_g.png) no-repeat, url(../../img/ic_ttl_w.png) no-repeat;
  background-position:top left, top right;
  position: absolute;
  top: 15%;
  right: 0;
}
.Inner h2.iconWJ::after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 60px;
  background: url(../../img/ic_ttl_w.png) no-repeat, url(../../img/ic_ttl_j.png) no-repeat;
  background-position:top left, top right;
  position: absolute;
  top: 15%;
  right: 0;
}

.Inner h2.iconGWJ::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 60px;
  background: url(../../img/ic_ttl_g.png) no-repeat, url(../../img/ic_ttl_w.png) no-repeat, url(../../img/ic_ttl_j.png) no-repeat;
  background-position:top left, top center, top right;
  position: absolute;
  top: 15%;
  right: 0;
}
/* ------------------------------------------------------------------------------
   BtnAreaFoot
-------------------------------------------------------------------------------*/
.BtnAreaFoot {
  background: #fff;
}

@media (max-width: 640px) {
  .BtnAreaFoot.BtnAreaFoot {
    padding: 4em 0;
  }
}
/* ------------------------------------------------------------------------------
   contentes
-------------------------------------------------------------------------------*/
.lineBt {
  padding-bottom: 1em;
  margin-bottom: 6em;
  border-bottom: 2px solid #d3d2cc;
}

@media (max-width: 640px) {
  .lineBt {
    margin-bottom: 1em;
  }
}
/* ------------------------------------------------------------------------------
   Small devices (tablets, 768px and up)
-------------------------------------------------------------------------------*/
@media (min-width: 641px) {
  .section-spacing {
    padding: 6em 0;
  }
}
/* ------------------------------------------------------------------------------
   Medium devices (desktops, 992px and up)
-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------
   small devices
-------------------------------------------------------------------------------*/

/*# sourceMappingURL=shop.css.map */
