﻿

body, pre {
  font-size: 16px;
  font-family: 'Arimo', 'Noto Sans JP', 'sans-serif' !important;
}

h1, h2, h3, h4, p {
  line-height: 150%;
  color: #333333;
}

p {
  font-size: 1em;
}

h1 {
  font-size: 2.875em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
}

h4 {
  font-size: 1.25em;
}
.pc_only {
  display: block;
}

.sp_only {
  display: none !important;
}


nav.menu {
  margin-top: -2px;
  height: 44px;
}

.logo a img {
  width: 62px;
  height: 18px;
  margin-bottom: 2px !important;
  max-width: 62px;
}

header {
  height: 44px;
  width: 100%;
  background-color: #F9F9F7;
  border-bottom: solid 2px #AEAEAE;
  display: flex;
  /*font-family: 'Arimo', sans-serif;*/
}

.header-container {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 44px;
}



 .menu ul, .lang ul, .foote-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.header-inner {
  display: none;
  width: 87vw;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.menu ul {
  margin-left: 30px;
}

.menu li {
  width: auto;
  padding: 13px 30px;
  /*font-size: 1.250em;*/
  font-size: 0.95em;
}

.menu a:hover {
  opacity: .8
}

.lang li {
  width: 60px;
  padding: 15px 0em 11px;
  text-align: center;
}

.lang ul{
  line-height: 1!important;
}
nav.lang ul li:nth-child(1),
.lang li:hover {
  background-color: #E1E1E1;
}

/* フッター */
footer {
  font-size: 0.8em !important;
}

.footer-logo img {
  width: 62px;
}

.plant img {
  width: 124px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 10px auto 0;
}

.footer-container p {
  padding: 15px 0;
}

.footer-container {
  background-color: #F8F7F5;
  max-width: 100%;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo p {
  margin: 0 5%;
  font-size: .8em;
  line-height: 1.3em;
}

.logo-text {
  width: 154px;
}

span.border {
  display: block;
  height: 13px;
  background: #AEAEAE;
  width: 1px;
}


.foote-menu li {
  padding: 19px 8px;
}




/*ã‚¹ãƒ©ã‚¤ãƒ‰1*/
.slick-slider {
  /*width: 100% !important;*/
  overflow: hidden;
  margin: auto;
  text-align: center;
  text-align: -moz-center;
}
.slick-prev:before{
  content: url(/img/icon/arrow.png)!important;
  transform: rotate(180deg);
display: inline-block;
}
.slick-next::before{
  content: url(/img/icon/arrow.png)!important;
}
.slick-prev {
    left: 0;
    right: 605px;
    margin: auto;
}
.slick-next {
    right: 0;
    left: 605px;
    margin: auto;
}
.slick-next,
.slick-prev{
  width: 30px!important;
height: 60px!important;
z-index: 10;
}
.variable-width,
.multiple-items{
    opacity: 0;
    transition: 3s;
}
.variable-width.slick-initialized,
.multiple-items.slick-initialized{
    opacity: 1
}



/*#fade_img .slick-slide {
  transition: .3s ease;
}

#fade_img .slick-slide:not(.slick-current) {
  opacity: .5;
}

#bigger_img .slick-slide {
  transition: .3s ease;
  transform: scale(.85);
}
*/





/*section padding*/
section {
  padding: 60px 0 0;
}

/* ã‚¯ãƒ¼ãƒãƒ³ */
.coupon {
  background: #F8F7F5;
  width: 100%;
}

.section-inner {
  margin: auto;
  max-width: 1000px;
  width: auto;
}


.section-inner.slide_coupon_box {
  max-width: 100%;
}

.title h1 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: normal;
  line-height: 120%;
}

.title h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
  line-height: 120%;
}

/*Stores Near You*/
.sny {
  width: 100%;
  /*  background: white;
  background: url(../../img/index/bg_sny.jpg) no-repeat;
  background-size: auto;
  background-position: top;*/
}

.sny .section-inner {
  max-width: 1000px;
  width: auto;
}

.sny .section-inner .title {
  color: white;
}

.btn_sny p,.show_more p {
  cursor: pointer;
  padding: .3em 0em;
  background-color: white;
  color: #417FB2;
  border: solid 1px #417FB2;
  border-radius: 2em;
  text-align: center;
  width: 280px;
  margin: 30px auto;
  font-size: 1.250em;
}

span.arrow {
  display: inline-block;
  background: url(/img/index/sny_arrow.jpg) no-repeat;
  width: 14px;
  height: 9px;
  position: relative;
  left: 10px;
  transform: rotate(0deg);
  top: 0px;
  transition: .5s ease;
}

/*SNY ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ ã‚¤ãƒ³ãƒŠãƒ¼*/
.accordion-inner {
  width: 100%;
  padding: 1em 5em;
}

.accordion-inner img {
  width: 100%;
}

/*ã‚µãƒ¼ãƒ“ã‚¹service && ãŠå‹§ã‚ã‚µã‚¤ãƒˆrecommend*/
.service-container, .recommend-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
white-space: normal;
}

.service-inner {
  max-width: 334px;
  width: 80%;
  text-align: center;
  padding: 15px 0 60px;
}

.service-container a{
  width: 310px;
}

.service-inner img{
  width: 64px;
  margin: 0 auto;
}
.service-inner:nth-child(4) img{
  width: 193px;
  margin: 0 auto;
}


.service_inner + h2{
  font-weight: bold;
}

.service-inner h4, .recommend-inner h4 {
  padding: 5px 0;
  font-weight: normal;
  text-align: center;
}

.service-inner p, .recommend-inner p {
  padding: 15px 0;
  text-align: left;
}

.nearby_more {
  text-align: center;
  margin-bottom: 50px;
}

.service-inner a p,.nearby_more a, #coupon p a,.coupon_stores p a {
  color: #417FB2 !important;
  font-size: 1.250em !important;
  text-align: center !important;
}

.service-inner span.arrow,.nearby_more a span.arrow, #coupon p a span.arrow{
  transform: rotate(-90deg);
  top: -1px;
}
#coupon p a{
  display: block;
}
#coupon p{
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
.recommend-inner {
  width: 80%;
  max-width: 280px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  padding: 15px 0 60px;
}

.recommend-inner img {
  width: 80px;
}

/*SNS follow us!*/
.sns-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  width: 100%;
  min-width: 800px;
}

.sns-icons>div {
  width: 42%;
}

.sns-icons>div>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sns-icons h2 {
  text-align: center;
  margin-bottom: 20px;
}

.sns-icons a {
  display: block;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.sns-icons .wechat{
  display: block;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.sns-icons a img{
  width: 60px;
  margin: 0 auto;
}
.sns-icons .wechat img{
  width: 60px;
  margin: 0 auto;
}



/* breadcrumb */
.pan {
  display: none;
  width: 960px;
  margin: 50px auto 100px;
}

.pan li {
  display: inline;
  list-style-type: none;
}

.pan li:before {
  content: " > ";
}

.pan li:first-child:before {
  content: none;
}

.pan li a {
  color: #3F8CB8;
}

.region {
  margin-bottom: 50px;
}

.region ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.region li a{
  font-size: 1.3em;
  color: #333333;
  background: url(/img/coupon/icon_storelist_sp.jpg) no-repeat;
  background-position: center;
  background-position-x: right;
  background-size: 18px;
  padding-right: 30px;
  text-align: center;
  margin: 0 -1px 0 -1px !important;
}





.region span.border {
  height: 15px;
  margin: 0 1%;
}
.region.line2 span.border {
  height: 3em;
}



.region_tohoku h2 {
  background-color: #949494;
  color: white;
  padding-left: 10px;
}

.region a {
  display: block;
}

p.link a {
  color: #417FB2;
  font-size: 1.5em;
  text-align: center;
  display: block;
}




.multiple-items li {
  margin: 0 0px;
  transform: scale(0.8);
}
.multiple-items li.slick-center{
  transform: scale(1) !important;
}

.slick-track li img{
  width: 100%;
}
span.p_emphasized{
  display: inline-block;
  font-weight: bold;
}
.loading{
  opacity: 0;
transition: .3s;
}
h2#searchResultTitle{
  margin-bottom: 15px;
}
.variable-width .slick-arrow{
  display: none!important;
}



/*画像サイズのフィット・枠が大きい場合は原寸*/
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
/*真ん中配置*/
.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.happy_c_tit .title h1::after{
  content: "";
  display: block;
  width: 90%;
  height: 45px;
  background: url(/img/coupon/logo.jpg)no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.happy_c_tit .title.peacock h1::after{
  content: "";
  display: block;
  width: 90%;
  height: 45px;
  background: url(/img/coupon/logo_peacock.jpg)no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
  margin: auto;
}


.slick-dotted.slick-slider{
  margin-bottom: 0px!important;
  overflow: inherit!important;
}

.construction_msg{
  width: 100%;
  max-width: 1500px;
  margin: 30vh auto;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.construction_msg h1::before{
  content: "";
  background: url(/img/common/icon_aeon.png)no-repeat;
      background-size: auto;
  display: block;
  width: 20%;
  height: 20px;
  background-size: contain;
}
.system_maintenance h1::before{
  display: none;
}
.construction_msg h1,
.construction_msg p{
  width: 90%;
  max-width: 600px;
  margin: auto;
}

/* 言語メニュー */

.select_lang {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  width: 120px;
}

.select_lang ul {
  position: absolute;
  top: 45px;
  z-index: 1000;
  width: 150%;
  margin: 0 0 0 -25%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.select_lang:hover ul {
  opacity: 1;
  visibility: visible;
}

.select_lang ul li {
  background-color: black;
  height: 60px;
  transition: all .3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.select_lang ul li:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: gray;
  position: absolute;
  top: 0;
  left: 0;
}

.select_lang ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  text-decoration: none;
  position: relative;
}

.select_lang ul li a:hover {
  opacity: 0.8;
}

/* 最初に表示されている画像 */
.imageItem img {
  width: 40%;
}

/* モーダルに表示する画像用div */
/* 最初は見えない */
.modalItem {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* モーダル表示用画像 */
.modalItem img {
  width: auto;
  max-width: 80%;
}

/* モーダルに画像表示 */
.modalItem.open {
  display: flex;
}