@charset "utf-8";
/* CSS Document */

/* 既存のクリア
--------------------------------------------------------*/

/* 
下記cssを使用する場合は解除しておく
https://stworld.jp/feature/common_css/common_pc.css

body{ width:auto; background:#FFF; color:#555; position:relative; margin:0;}
*/

/* 共通の指定
--------------------------------------------------------*/

/* サイトの横幅 */
.inner {
  width:1140px;
  padding: 0 20px;
  margin:0 auto;
  min-width: 1140px;
}

#tour .inner,
#season .inner,
#budget .inner {
  width: 1100px;
  min-width: 1100px;
}

.inner,
.benefit-box,
.benefit-box-full,
.tabs-item,
.tour-box,
.tour-box-pd,
.tour-txt,
.recommend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#contents a:hover {
  opacity: 1;
}

.sec {
	opacity: 0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity: 0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	zoom: 1;
}
  
/* クリアー */
.clearfix {zoom:1;}
.clearfix:after { content: ""; display: block; clear: both; }

.lt-1 { letter-spacing: -1px; }
.lt-2 { letter-spacing: -2px; }

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

@media screen and (max-width:640px){
  .sp { display: block; }
  .pc { display: none; }
  .inner {
    width:100%;
    padding: 0 20px;
    margin:0 auto;
    min-width: 300px;
  }
  #tour .inner,
  #season .inner,
  #budget .inner {
    width: 100%;
    min-width: 300px;
  }
}

/* リンク
----------------------------*/
a {
  text-decoration: none;
	}

/* アニメーション */
.btn,
.btn:after,
.menu ul li a,
.theme-list a,
.theme-list a .theme-img div,
.season-country a,
.season-country a:after,
.toggle-menu,
.toggle-menu:after,
.arealist li a:after,
.tabs-controls__prev a,
.tabs-controls__next a,
.tabs-controls__prev a:before,
.tabs-controls__next a:before,
.tabs__menu li a,
#pagetop a:after {
  -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
  }


/* テキスト
----------------------------*/
.bd-y { background: linear-gradient(transparent 55%, #f7f154 0%); }

/* 仮置き */
header,
footer {
  text-align: center;
}
header img,
footer img {
  width: 100%;
  height: 100%;
}

body {
	-webkit-text-size-adjust : auto; /* iPhone用 */
	}

#contents {
  margin-bottom: 4rem;
  font-size:10px !important;
  font-size:1.0rem !important;
  }
* #contents a,* p,* h5,* th,* td,* #contents span {
  font-family: Arial, Helvetica, "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif !important;
  }

@media screen and (max-width:640px){
  #contents img {
    display:inline-block;
    }
  #contents .mv img {
    display: block;
    }
  #contents .mv h2 img {
    display: inline-block;
    }
}

/* .mv
--------------------------------------------------------*/
.mv {
  padding: 14px;
  background: url(../../images/sweetcollection/common/bg-green-slash-mv.png);
}
.mv-inner {
  background: #FFF;
  text-align: center;
  height: 564px;
  position: relative;
}

.mv-bg {
  width: 100%;
  height: 564px;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}

.sp-image {
  width: 100%;
  height: auto;
}
.mv h2 {
  text-align: center;
  padding-top: 68px;
  margin-bottom: 80px;
  opacity: 0;
  z-index: 1;
  position: relative;
}

.mv h2 span { display: block; }

.mv p {
  color: #633;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.95em;
  letter-spacing: 1px;
  z-index: 900;
  position: relative;
  text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
@media screen and (min-width:641px){
  .mv p .pc {
    opacity: 0;
    font-weight: bold;
  }
}

@media screen and (max-width:640px){
  .mv-inner {
    min-width: auto;
    height: 100%;
    padding: 0px 10px;
  }
  .mv-inner,
  .mv-bg {
    height: 240px;
  }
  .sp-slide img {
    width: auto;
    height: 100% !important;
  }
  
  .mv h2 {
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .mv h2 img {
    width: 90%;
    max-width: 320px;
    height: auto;
  }
  .mv h2 span img {
    width: 70%;
    height: auto;
    max-width: 260px;
  }
  .mv p {
    font-size: 10px;
    opacity: 1;
    letter-spacing: -1px;
  }
  .mv p .pc {
    display: none !important;
  }
  
}


/* .menu
--------------------------------------------------------*/
.menu {
  background: #ffb5b5;
  width: 100%;
  position: relative;
  top: 0;
  padding-bottom: 2px;
	}
.menu ul {
  width: 100%;
	}
.menu ul li {
  -webkit-flex-grow: 1;
  flex-grow:         1;
  vertical-align: middle;
  text-align: center;
	}

.menu ul li a {
  padding: 18px 0 8px 0;
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-bottom: 4px solid #ffb5b5;
	}
#index .menu ul li a {
  padding: 18px 0 2px 0;
	}
.menu ul li a:hover,
.menu ul li a.active {
  border-bottom: 4px solid #ff6969;
}

.menu ul li a:hover img {
  opacity: 1;  
}

#sp-menu { display: none; }

#menu {
  display: none;
  height: 65px !important;
}
 
@media screen and (min-width : 641px) {
  #menu { display: block; }
  .slicknav_menu { display: none; }
  .menu ul {
    display: -webkit-flex;
    display: flex;
	}
}

@media screen and (max-width:640px){
  .menu {
    padding-bottom: 0;
    }
  
  .menu.sticky {
    top: 60px;
  }
  
  .menu .inner {
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: url(../../images/sweetcollection/mv-h2.png) center center no-repeat;
    background-size: auto 60%;
  }
  
  #sp-menu {
    display: block;
    padding: 8px;
    background-color: #633;
    color: #FFF;
    float: right;
    width: 44px;
    height: 44px;
    text-align: center;
  }
  .unsticky #sp-menu {
    position: absolute;
    top: -44px; 
    right: 0;
  }
  #sp-menu img {
    width: auto;
    height: 100%;
  }
  .sidr-open #sp-menu img {
    position: relative;
    z-index: -1;
  }
  .sidr-open #sp-menu {
    background-image: url(../../images/sweetcollection/menu-close.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .menu-list {
    display: none;
  }
  .sidr img {
    height: 28px;
    width: auto;
  }
}


/* #contents
--------------------------------------------------------*/
.sec {
  padding: 60px 0;
}

.sec-beige { background: url(../../images/sweetcollection/common/bg_beige-bg-top.jpg); }
.sec-green { background: url(../../images/sweetcollection/common/bg-green-slash.png); }
.sec-pink { background: url(../../images/sweetcollection/common/bg-pink-dot.png); }

#contents .title {
  text-align: center;
  position: relative;
  z-index: 20;
}
.title .inner {
  position: relative;
}
.title h3 {
  margin-bottom: 30px;
}
.title p {
  color: #663333;
  font-size: 15px;
  line-height: 1.8em;
}

.title .illust-area {
  display: inline-block;
  position: relative;
}

.title .illust { position: absolute; }

.notes {
  font-size: 11px !important;
  line-height: 1.5em;
}
.notes li {
  padding-left: 8px;
  position: relative;
}
.notes li:before {
  content: '※';
  position: absolute;
  left: 0;
}

/* 三角 */
.tri {
  width: 40px;
  height: 40px;
  display: block;
  background: #000;
  transform:rotate(-45deg);
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
}

@media screen and (max-width:640px){
  .sec {
    overflow: hidden;
    padding: 60px 0 10px 0;
  }
  
  #tour.sec,
  #season.sec,
  #budget.sec {
    padding: 10px;
  }
  .title h3 img {
    width: auto !important;
    height: 46px !important;
  }
  .title p {
    font-size: 13px;
    line-height: 1.6em;
  }
}

/* #benefit
--------------------------------------------------------*/
#benefit .title {
  margin: -60px 0 0;
  padding: 60px 0 50px 0;
}
#benefit .title,
#benefit .title .tri {
  background: url(../../images/sweetcollection/common/bg_beige-title-1.jpg);
}

/* illust */
#benefit .illust-left { left: -200px; top: -24px; }
#benefit .illust-right { right: -210px; top: 0; }

#benefit h3 { margin-bottom: 26px; }

.benefit-box-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
}
.benefit-box {
  display: -webkit-flex;
  display: flex;
  color: #633;
  width: 334px;
  margin-left: 32px;
  background: #CCC;
  padding: 12px;
  margin-bottom: 40px;
}

.benefit-box,
.benefit-box-full {
  background: url(../../images/sweetcollection/common/bg_beige-title-2.jpg);
}

.benefit-txt {
  background: #FFF;
}
.benefit-txt .pd {
  padding: 16px;
}

.benefit-box h4 {
  font-size: 16px;
  font-weight: bold;
  background: url(../../images/sweetcollection/common/border-green-dot.png) center bottom repeat-x;
  vertical-align: middle;
  padding: 16px 16px 16px 66px;
  text-align: justify;
  line-height: 1.2em;
  position: relative;
}

.benefit-box h4 .icon {
  width: 82px;
  height: 82px;
  display: block;
  position: absolute;
  top: -26px;
  left: -26px;
}
.benefit-box-full h4 .icon {
  width: 100px;
  height: 62px;
  display: block;
  position: absolute;
  top: -26px;
  left: 214px;
}

.benefit-icon-1 { background: url(../../images/sweetcollection/benefit_icon-1.png) no-repeat; }
.benefit-icon-2 { background: url(../../images/sweetcollection/benefit_icon-2.png) no-repeat; }
.benefit-icon-3 { background: url(../../images/sweetcollection/benefit_icon-3.png) no-repeat; }
.benefit-icon-4 { background: url(../../images/sweetcollection/benefit_icon-4.png) no-repeat; }
.benefit-icon-5 { background: url(../../images/sweetcollection/benefit_icon-5.png) no-repeat; }
.benefit-icon-6 { background: url(../../images/sweetcollection/benefit_icon-6.png) no-repeat; }
.benefit-icon-covers { background: url(../../images/sweetcollection/benefit_icon-covers.png) no-repeat; }

.benefit-box p {
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 10px;
  text-align: justify;
}
.benefit-box .notes { margin-bottom: 10px; }

.benefit-txt {
  position: relative;
  padding-bottom: 180px;
}
.benefit-txt .btn {
  text-align: center;
}
.benefit-txt .img {
  background: #FFF;
  box-shadow: 0 0 6px rgba(0,0,0,.4);
  padding: 6px;
  position: absolute;
  bottom: 0;
  left: 30px;
}

.benefit-box:nth-child(1) img,
.benefit-box:nth-child(3) img,
.benefit-box:nth-child(5) img,
.benefit-box:nth-child(7) img,
.benefit-box:nth-child(9) img {
  transform: rotate(-3deg) translate3d(0, 0, 0);;
  -webkit-transform: rotate(-3deg);
}
.benefit-box:nth-child(2) img,
.benefit-box:nth-child(4) img,
.benefit-box:nth-child(6) img,
.benefit-box:nth-child(8) img{
  transform: rotate(3deg) translate3d(0, 0, 0);;
  -webkit-transform: rotate(3deg);
}

@media screen and (max-width:640px){
  /* illust */
  #benefit .illust-left { left: -130px; top: -30px; }
  #benefit .illust-right { right: -130px; top: 40px; }
  #benefit .illust-left img,
  #benefit .illust-right img { width: 50%; }
    
  .benefit-box-list {
    display: block;
  }
  .benefit-box {
    width: 100%;
    margin-left: 0px;
  }
  
  .benefit-box h4 {
    letter-spacing: 0px;
    font-size: 13px;
    padding: 16px 16px 16px 40px;
  }
  .benefit-box h4 .icon {
    width: 50px;
    height: 50px;
    top: -3px;
    left: -20px;
    background-size: cover;
  }
  .benefit-box-full h4 .icon {
    width: 100px;
    height: 62px;
  }
  
  .benefit-txt .img {
    width: 44%;
    padding: 4px;
    position: relative;
    left: 20px;
    margin-bottom: 10px;
    float: right;
  }
  .benefit-txt {
    padding-bottom: 0px;
  }
}

/* covers */
.benefit-box-full {
  padding: 12px;
  margin: 0 3px 40px 31px;
  font-size: 14px;
  color: #7a4e4e;
}

.covers .benefit-txt {
  padding: 40px;
}

.benefit-box-full h4 {
  text-align: center;
  position: relative;
  padding: 10px 20px 20px;
}

.covers .box-center {
  width: 590px;
  margin: 0 auto;
}

.covers li {
  position: relative;
  padding-left: 8px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6em;
}
.benefit-box-full li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  border-radius: 50%;
  background: #ffb5b5;
}

.covers-link {
  border: 1px #d5c6c3 solid;
  border-radius: 8px;
  padding: 20px 20px 30px;
  background: url(../../images/sweetcollection/common/bg_graydot.png);
  width: 680px;
  margin: 30px auto 0 auto;
  text-align: center;
  position: relative;
}
.covers-link h5 {
  margin-bottom: 18px;
}

.covers-link .btn {
  width: 420px;
  margin: 0 auto;
}

.covers-link .illust {
  width: 136px;
  height: 104px;
  display: block;
  background: url(../../images/sweetcollection/benefit-covers-illust.png) no-repeat;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media screen and (max-width:640px){
  .covers-link,
  .covers .box-center {
    width: 100%;
  }
  .covers-link {
    box-sizing: border-box;
  }

  .benefit-box-full {
    margin-left: 0px;
    margin-right: 0px;
  }
  .covers .benefit-txt {
    padding: 10px;
    font-size: 10px;
  }
  .covers img {
    width: 100%;
    height: auto;
  }
  .covers-link .btn {
    width: 60%;
    margin: 0;
  }
  .covers-link .btn a {
    padding: 10px 20px 10px 10px;
  }
  .covers-link .illust {
    right: -40px;
  }
  .benefit-box-full h4 .icon {
    width: 80px;
    height: 50px;
    top: -40px;
    left: -20px; 
  }
  .benefit-icon-covers {
    -webkit-background-size: cover;
    background-size: cover;
  }
}

/* #tour
--------------------------------------------------------*/
#tour {
  position: relative;
  overflow: hidden;
}
#tour .inner {
  background: #FFF;
  padding: 60px 40px 0;
}

#tour .illust-left { left: -260px; top: -10px; }
#tour .illust-right { right: -260px; top: -10px; }

.tour-list li {
  background: #FFF;
  width: 600px;
  height: 300px;
}

.tour-box {
  border: 3px #7a4e4e solid;
  background: #FFF;
  width: 45%;
  position: relative;
  top: -20px;
  left: -2%;
  float: left;
}

.tour-border {
  width: 100%;
  height: 8px;
  background: url(../../images/sweetcollection/tour-box-bd-l.png) repeat;
  position: absolute;
}

.tour-border-top { top: 0; }
.tour-border-bottom { bottom: 0; }

.tour-box h4 {
  border-bottom: 3px #7a4e4e solid;
  text-align: center;
}

.tour-box-pd {
  width: 100%;
  padding: 20px;
  display: table;
}

.tour-img,
.tour-txt {
  display: table-cell;
  vertical-align: top;
}

.tour-img img {
  margin-bottom: 6px;
  width: 100%;
  height: auto;
}

.tour-txt {
  width: 230px;
  padding-left: 20px;
}

.tour-txt h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}

.tour-txt p { font-size: 14px; }

.tour-txt .about { line-height: 1.5em; }

.tour-txt p.price {
  color: #fe3c3c;
  font-size: 40px;
  font-weight: bold;
  background: url(../../images/sweetcollection/tour-box-icon.png) left center no-repeat;
  padding-left: 40px;
  margin-bottom: 8px;
}
.tour-txt p.price span {
  color: #555;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width:640px){
  /* illust */
  #tour .illust-left { left: -140px; top: 0px; }
  #tour .illust-right { right: -140px; top: 0px; }
  #tour .illust-left img,
  #tour .illust-right img { width: 50%; }
  
  #tour .inner {
    padding: 40px 10px 30px;
  }
  
  #tour h3 img {
    height: 70px !important;
  }
  
  .tour-box {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px #7a4e4e solid;
  }
  .tour-box-pd {
    padding: 10px;
  }
  
  .tour-box h4 {
    display: none;
  }
  
  .tour-img,
  .tour-txt {
    vertical-align: top;
  }
  .tour-box {
    width: 100%;
    top: 0px;
    left: 0%;
    float: none;
  }
  
  .tour-img {
    width: 40%;
    font-size: 10px;
  }
  .tour-txt {
    width: 60%;
    padding-left: 10px;
  }
  
  .tour-txt p {
    font-size: 12px;
  }
  .tour-txt p.price {
    font-size: 24px;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-left: 26px;
  }
  .tour-txt p.price span {
    font-size: 10px;
  }
  
  .tour-txt h5 {
    font-size: 14px;
  }
  
}

/* .tabs
-------------------*/
.tabs {
  margin-top: 40px;
}

/* menu箇所 */
.tabs__menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}
.tabs__menu li {
  font-weight: normal;
  text-align: center;
  width: 336px;
  position: relative;
}
.tabs__menu li.active a {
  background: #ffb5b5;
  font-weight: bold;
}
.tabs__menu li a {
  background: #66ccc6;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  padding: 24px;
  display: block;
}
.tabs__menu li a:hover {
  background: #ffb5b5;
}
.tabs__menu li.active a:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px solid #ffb5b5;
  margin-left: -12px;
}

.tabs__content {
  width: 98%;
  height: 400px;
  margin-left: 2%;
  color: #7a4e4e;
}

.tabs-item {
  background: #FFF;
  border: 3px #7a4e4e solid;
  width: 100%;
}

.tabs-controls__next,
.tabs-controls__prev {
  position: absolute;
  display: table;
  z-index: 1000;
}
.tabs-controls__next { bottom: 280px; right: 0; }
.tabs-controls__prev { left: 0;
  bottom: 280px;
}
.tabs-controls__next a,
.tabs-controls__prev a {
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  background: #66ccc6;
}
.tabs-controls__prev a:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.tabs-controls__next a:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -9px;
  margin-right: -6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.tabs-controls__prev a:hover,
.tabs-controls__next a:hover{ background: #ffb5b5; }
.tabs-controls__prev a:hover:before { left: 56%; }
.tabs-controls__next a:hover:before { right: 56%; }

@media screen and (max-width:640px){
  .tabs__menu {
    margin-bottom: 20px;
  }
  
  .tabs__content {
    height: 360px;
    margin-left: 0%;
  }
  .tabs__menu li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .tabs__menu li a {
    padding: 10px;
    font-size: 12px;
    letter-spacing: -1px;
  }
  
  .tabs-controls__next,
  .tabs-controls__prev {
    display: none;
  }
}

/* recommend */
.recommend {
  float: left;
  width: 55%;
  margin-left: -10px;
  padding: 10px 20px 20px;
}

.recommend h4 {
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: center;
  background: url(../../images/sweetcollection/tour-box-bd-s.png) center bottom repeat-x;
}

.recommend-list {
  font-size: 14px;
}

.recommend-list li {
  border-bottom: 1px solid #e4dcdc;
  padding: 12px 12px 12px 20px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.recommend-list li:first-child { background: url(../../images/sweetcollection/tour-box_flower-1.png) left 0.8em no-repeat; }
.recommend-list li:nth-child(2) { background: url(../../images/sweetcollection/tour-box_flower-2.png) left 0.8em no-repeat; }
.recommend-list li:nth-child(3) { background: url(../../images/sweetcollection/tour-box_flower-3.png) left 0.8em no-repeat; }

/* スタッフ */
.staff {
  position: absolute;
  bottom: -30px;
  right: -54px;
  z-index: 100;
  text-align: center;
}

.staff-balloon {
  position: relative;
  top: 20px;
  left: 20px;
}
.staff-img {
  width: 112px;
  height: 112px;
  display: block;
  border-radius: 50%;
  border: #7a4e4e 3px solid;
  overflow: hidden;
}

.staff-name {
  background: #7a4e4e;
  font-size: 10px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  position: relative;
  top: -14px;
  padding: 4px 16px;
}

@media screen and (max-width:640px){
  .recommend {
    float: none;
    width: 100%;
    margin-left: 0px;
    padding: 10px 10px 10px;
  }
  
  .recommend h4 {
    padding: 0px 50px 10px 0;
    margin-bottom: 5px;
  }
  
  .recommend-list {
    font-size: 10px;
  }

  .recommend-list li {
    border-bottom: 1px solid #e4dcdc;
    padding: 8px 8px 8px 20px;
    margin-bottom: 4px;
    line-height: 1.4em;
  }
  .recommend-list li:last-child {
    border-bottom: none;
  }
  
  .recommend img {
    width: 100%;
    height: auto;
  }
  
  /* スタッフ */
  .staff {
    width: 64px;
    bottom: auto;
    top: 33%;
    right: -20px;
  }

  .staff-balloon img {
    width: 100%;
  }
  .staff-img {
    width: 64px;
    height: 64px;
  }

  .staff-name {
    font-size: 8px;
    padding: 4px 4px;
  }
  
  #tour {
    overflow: hidden;
  }
}

/* #theme
--------------------------------------------------------*/
#theme.sec {
  padding: 60px 0 0;
}

.border-pink-slash {
  background: url(../../images/sweetcollection/common/bg-pink-slash.png) center top;
  height: 10px;
}

/* .illust */
#theme .illust-left { left: -270px; top: -20px; }
#theme .illust-right { right: -270px; top: -20px; }

.border-top {
  margin-top: -60px;
}

#theme .border-top {
  margin-bottom: 60px;
}
#theme .border-bottom {
  margin-top: 60px;
}

#theme .balloon {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -94px;
}

.theme-list {
  overflow: hidden;
}
.theme-list li {
  display: block;
  width: 25%;
  float: left;
  position: relative;
}

.theme-list a {
  color: #FFF;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  padding: 12px;
}

.theme-list a span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: .5px;
  line-height: 1;
  margin-top: 4px;
}

/* ボックスの背景 */
.theme-list.top li:nth-child(odd) a,
.theme-list.bottom li:nth-child(even) a {
  background: #ffb5b5;
}
.theme-list.top li:nth-child(even) a,
.theme-list.bottom li:nth-child(odd) a {
  background: #66ccc6;
}
.theme-list.top li:nth-child(odd) a:hover,
.theme-list.bottom li:nth-child(even) a:hover {
  background: #ff9797;
}
.theme-list.top li:nth-child(even) a:hover,
.theme-list.bottom li:nth-child(odd) a:hover {
  background: #28c6bd;
}

@media screen and (max-width:640px){
  .theme-list li {
    width: 50%;
    }
  .theme-list.top li:nth-child(4) a,
  .theme-list.bottom li:first-child a,
  .theme-list.bottom li:nth-child(4) a {
    background: #ffb5b5;
  }
  .theme-list.top li:nth-child(3) a,
  .theme-list.bottom li:nth-child(2) a,
  .theme-list.bottom li:nth-child(3) a {
    background: #66ccc6;
    }
  #theme .border-top {
    margin-bottom: 20px;
  }
  #theme .border-bottom {
    margin-top: 20px;
  }
  .theme-list a {
    font-size: 14px;
    }
}

/* 画像*/
.theme-img-1 { background: url(../../images/sweetcollection/theme_img-1.jpg) center center no-repeat; }
.theme-img-2 { background: url(../../images/sweetcollection/theme_img-2.jpg) center center no-repeat; }
.theme-img-3 { background: url(../../images/sweetcollection/theme_img-3.jpg) center center no-repeat; }
.theme-img-4 { background: url(../../images/sweetcollection/theme_img-4.jpg) center center no-repeat; }
.theme-img-5 { background: url(../../images/sweetcollection/theme_img-5.jpg) center center no-repeat; }
.theme-img-6 { background: url(../../images/sweetcollection/theme_img-6.jpg) center center no-repeat; }
.theme-img-7 { background: url(../../images/sweetcollection/theme_img-7.jpg) center center no-repeat; }
.theme-img-8 { background: url(../../images/sweetcollection/theme_img-8.jpg) center center no-repeat; }
 

.theme-list a .theme-img {
  width: 100%;
  height: 194px;
  overflow: hidden;
  margin-bottom: 8px;
}

.theme-list a .theme-img div {
  width: 100%;
  height: 194px;
  background-size: cover;
}

.theme-list a:hover .theme-img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.comingsoon {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,.5);
  z-index: 10;
  position: absolute;
  color: #FFF;
  text-align: center;
}
.comingsoon p {
  position: relative;
  top: 50%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

@media screen and (max-width:640px){
  .theme-list a .theme-img,
  .theme-list a .theme-img div {
    height: 80px;
  }
  .theme-list a {
    padding: 6px;
  }
  
  /* illust */
  #theme .illust-left {
    left: -140px;
    top: -10px;
  }
  #theme .illust-right {
    right: -140px;
    top: -10px;
  }
  #theme .illust-left img,
  #theme .illust-right img {
    width: 50%;
  }
  #theme .balloon img {
    width: 70%;
  }
  
}

/* #season
--------------------------------------------------------*/
#season .inner {
  background: #FFF;
  padding: 60px 40px 40px;
}
/* 表 */
.season-table {
  color: #633;
  margin-top: 60px;
}
.season-table a {
  color: #633;
  }

/* .illust */
#season .illust-left {
  left: -480px;
  top: -30px;
}
#season .illust-right {
  right: -480px;
  top: -60px;
}

#season .balloon {
  position: absolute;
  left: 7%;
  bottom: -100px;
  margin-left: -94px;
}

.season-table {
  position: relative;
}

.season-table tr.month th {
  width: 74px;
}
.season-table tr.month th:first-child,
.season-country {
  width: 168px;
}
.season-country {
  display: table;
  height: 64px;
}
.season-table tr {
  border-bottom: 1px solid #FFF;
}

.season-table th { background: #dbcfcf; }
.season-table tr.month th:first-child,
.season-table td:nth-child(odd) { background: #efeaea; }
.season-table th:nth-child(even) { background: #dbcfcf; }
.season-table th:nth-child(odd) { background: #e1d7d7; }
.season-table td:nth-child(even) { background: #e8e1e1; }
.season-table td.on { background: #ff8d8d; }

.season-table tr.month {
  height: 40px;
}

.season-table th,
.season-table td {
  text-align: center;
  vertical-align: middle;
}

.season-table td {
  text-align: left;
  padding: 0 12px;
  font-size: 14px;
  color: #FFF;
  line-height: 1.4em;
}

.season-table tr.month th {
  font-size: 24px;
  font-weight: bold;
}


.season-country a {
  background: #e1d7d7;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.season-country a:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  border-top: solid 1px #663333;
  border-right: solid 1px #663333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.season-country a:hover {
  background: #d4c5c5;
}
.season-country a:hover:after {
  right: 18px;
}

.season-table tr.month th span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width:640px){
  #season .inner {
    padding: 40px 10px 10px;
  }
  
  /* illust */
  #season .illust-left {
    left: -280px;
    top: -40px;
  }
  #season .illust-right {
    right: -280px;
    top: -40px;
  }
  #season .illust-left img,
  #season .illust-right img{
    width: 50%;
  }
  
  #season .balloon {
    left: -3%;
    bottom: -70px;
    margin-left: 0px;
  }
  
  #season .balloon img{
    width: 70%;
  }
  
  .season-table tr.month th:first-child,
  .season-country {
    width: 148px;
  }
  
  .season-table tr.month,
  .season-country {
    height: 36px;
  }

  .season-country a {
    font-size: 12px;
  }
  
  .season-table {
    overflow: auto;
    white-space: nowrap;
  }
  .season-table::-webkit-scrollbar{
    height: 5px;
  }
  .season-table::-webkit-scrollbar-track{　
    background: #F1F1F1;
  }
  .season-table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  
  .season-table img {
    width: auto;
    height: 28px;
  }
  
  .season-table tr.month th {
    font-size: 18px;
/*    padding: 0 10px;*/
    width: 70px;
  }
  .season-table tr.month th span {
    font-size: 12px;
  }
  
  .season-table td {
    padding:0 10px;
    white-space: nowrap;
    font-size: 10px;
  }
}

@media screen and (min-width:641px){
  .season-table .sp { display: none !important; }
  .season-table .pc { display: table-cell; }
}

@media screen and (max-width:640px){
  .season-table .sp { display: table-cell; }
  .season-table .pc { display: none !important; }
}

/* #budget
--------------------------------------------------------*/
#budget .inner {
  background: #FFF;
  padding: 60px 40px 40px;
}
#budget .notes {
  color: #747373;
}

/* .illust */
#budget .illust-left {
  left: -274px;
  top: -10px;
}
#budget .illust-right {
  right: -280px;
  top: -10px;
}

.budget-table {
  width: 994px;
  margin: 60px auto 0;
}
.budget-table li {
  margin-bottom: 18px;
  position: relative;
}

.budget-table li .btn {
  font-size: 14px;
  position: absolute;
  top: 120px;
  left: 744px;
  width: 220px;
}
@media screen and (max-width:640px){
  #budget .inner {
    padding: 40px 10px 10px;
  }
  
  /* illust */
  #budget .illust-left {
    left: -140px;
    top: 0px;
  }
  #budget .illust-right {
    right: -140px;
    top: 0px;
  }
  #budget .illust-left img,
  #budget .illust-right img{
    width: 50%;
  }
  
  /* スマホ用のリスト */
  .budget-table {
    width: 100%;
  }
  
  .budget-table h4 {
    background: url(../../images/sweetcollection/common/bg-pink-slash.png);
    text-align: center;
    position: relative;
    margin-bottom: 2px;
    color: #633;
    font-weight: bold;
    text-shadow:
      0 1px 0 #fff,
      1px 0 0 #fff,
      0 -1px 0 #fff,
      -1px 0 0 #fff,
      -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
      1px 1px 0 #fff;
    border: 2px #7a4e4e solid;
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .budget-table h4 .fz-s {
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -0.1em;
    font-weight: bold;
  }
  .budget-table h4 span {
    font-weight: bold;
  }
  .budget-table h4 .mark {
    display: block;
    padding: 8px;
    background: url(../../images/sweetcollection/budget-table-h4-bg.png) left center no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
    border-radius: 6px;
  }
  
  .budget-list {
    text-align: center;
    margin-bottom: 20px;
  }
  .budget-list li {
    width: 120px;
    height: 120px;
    padding: 8px;
/*    background: #66ccc6;*/
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 4px;
  }
  
  /* 背景画像 */
  .budget-list li:first-child,
  .budget-list li:nth-child(5),
  .budget-list li:nth-child(9) { background: url(../../images/sweetcollection/budget-list-bg-1.png);}
  .budget-list li:nth-child(2),
  .budget-list li:nth-child(6),
  .budget-list li:nth-child(10) { background: url(../../images/sweetcollection/budget-list-bg-2.png);}
  .budget-list li:nth-child(3),
  .budget-list li:nth-child(7),
  .budget-list li:nth-child(11) { background: url(../../images/sweetcollection/budget-list-bg-3.png);}
  .budget-list li:nth-child(4),
  .budget-list li:nth-child(8),
  .budget-list li:nth-child(12) { background: url(../../images/sweetcollection/budget-list-bg-4.png);}
  
  .budget-list-bg {
    background: #66ccc6;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .budget-list li:nth-child(2) .budget-list-bg,
  .budget-list li:nth-child(3) .budget-list-bg,
  .budget-list li:nth-child(6) .budget-list-bg,
  .budget-list li:nth-child(7) .budget-list-bg,
  .budget-list li:nth-child(10) .budget-list-bg,
  .budget-list li:nth-child(11) .budget-list-bg {
    background: #ffb5b5;
  }
  .budget-list .img {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .budget-list p {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
  }
  .budget-list p span {
    display: block;
    font-size: 8px;
    margin-top: 4px;
    font-weight: normal;
  }
  
  /* 画像 */
  .budget20-1 { background-image: url(../../images/sweetcollection/budget-list/img-20-1.jpg); }
  .budget20-2 { background-image: url(../../images/sweetcollection/budget-list/img-20-2.jpg); }
  .budget20-3 { background-image: url(../../images/sweetcollection/budget-list/img-20-3.jpg); }
  .budget20-4 { background-image: url(../../images/sweetcollection/budget-list/img-20-4.jpg); }
  .budget20-5 { background-image: url(../../images/sweetcollection/budget-list/img-20-5.jpg); }
  .budget20-6 { background-image: url(../../images/sweetcollection/budget-list/img-20-6.jpg); }
  
  .budget30-1 { background-image: url(../../images/sweetcollection/budget-list/img-30-1.jpg); }
  .budget30-2 { background-image: url(../../images/sweetcollection/budget-list/img-30-2.jpg); }
  .budget30-3 { background-image: url(../../images/sweetcollection/budget-list/img-30-3.jpg); }
  .budget30-4 { background-image: url(../../images/sweetcollection/budget-list/img-30-4.jpg); }
  
  .budget40-1 { background-image: url(../../images/sweetcollection/budget-list/img-40-1.jpg); }
  .budget40-2 { background-image: url(../../images/sweetcollection/budget-list/img-40-2.jpg); }
  .budget40-3 { background-image: url(../../images/sweetcollection/budget-list/img-40-3.jpg); }
  .budget40-4 { background-image: url(../../images/sweetcollection/budget-list/img-40-4.jpg); }
  
}

/* #area
--------------------------------------------------------*/
#area {
  background: url(../../images/sweetcollection/common/bg_beige-bg-bottom.jpg);
}

#area .title {
  margin: -60px 0 0;
  padding: 60px 0 50px 0;
}

#area .title,
#area .title .tri {
  background: url(../../images/sweetcollection/common/bg_beige-title-2.jpg);
}

/* .illust */
#area .illust-left {
  left: -260px;
  top: -10px;
}
#area .illust-right {
  right: -260px;
  top: -10px;
}

/* area-map */
.area-map-pd {
  padding-top: 60px;
}
.area-map {
  border: 3px #7a4e4e solid;
  background: url(../../images/sweetcollection/area-map.jpg) center no-repeat;
  width: 920px;
  height: 496px;
  margin: 0 auto;
  position: relative;
}

/* ボタンの横幅 */
.area-bt-s { width: 150px; }
.area-bt-m { width: 175px; }
.area-bt-l { width: 210px; }

.toggle-menu,
.arealist {
  border: 2px #7a4e4e solid;
  border-radius: 6px;
}

/* 地域 */
.toggle-menu {
  background: url(../../images/sweetcollection/common/bg-pink-slash.png);
  padding: 8px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
}

.toggle-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #7a4e4e;
  border-right: 5px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.toggle-menu:hover:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

@media screen and (max-width:640px){
  #area.sec {
    padding-bottom: 0;
  }
  
  .area-map {
    border: none;
    background: none;
    width: 100%;
    height: auto;
  }
  .area-map-pd {
    padding: 60px 20px 20px;
  }
}

/* 国
----------------------------*/
.arealist {
  background: #ffe3e3;
  position: relative;
  z-index: 100;
}

/* 位置調整 */
.area-bt-s,
.area-bt-m,
.area-bt-l {
  position: absolute;
}
.area-eu { top: 156px; left: 80px; }
.area-mea { top: 268px; left: 140px; }
.area-fsm { top: 280px; left: 440px; }
.area-oc { top: 384px; left: 390px; }
.area-la { top: 320px; left: 690px; }

.arealist li {
  border-bottom: #caa7a7 1px solid;
  text-align: center;
}
.arealist li:last-child {
  border-bottom: none;
}
.arealist li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.arealist li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.arealist li a {
  background: #ffe3e3;
  color: #7a4e4e;
  font-size: 13px;
  padding: 10px;
  display: block;
  position: relative;
}
.arealist li a:hover {
  background: #ffd0d0;
}
.arealist li a:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  border-top: solid 1px #663333;
  border-right: solid 1px #663333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arealist li a:hover:after {
  right: 16px;
}

@media screen and (max-width:640px){
  .arealist.pc {
    display: none !important;
  }
  
  /* illust */
  #area .illust-left {
    left: -150px;
    top: -10px;
  }
  #area .illust-right {
    right: -150px;
    top: -10px;
  }
  #area .illust-left img,
  #area .illust-right img{
    width: 50%;
  }
  
  /* 位置調整 */
  .area-bt-s,
  .area-bt-m,
  .area-bt-l {
    width: 100%;
    position: relative;
  }
  .area-eu,.area-mea,.area-fsm,.area-oc,.area-la { top: auto; left: auto; }
  
  .arealist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    border: none;
    background: none;
    margin-bottom: 20px;
  }
  .arealist li {
    display: -webkit-flex;
    display: flex;
    width: 31%;
    border: none;
    box-sizing: border-box;
    margin: 1%;
    border-radius: 6px;
  }
  .arealist li a {
    width: 100%;
    border-radius: 6px;
    border: 2px solid #7a4e4e;
    font-size: 10px;
    padding: 6px;
  }
  .arealist li a:after {
    display: none;
  }
  
  .arealist .img {
    width: 100%;
    height: 80px;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 4px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* 画像 */
  .eu-1 { background-image: url(../../images/sweetcollection/area-list/eu-1.jpg); }
  .eu-2 { background-image: url(../../images/sweetcollection/area-list/eu-2.jpg); background-position: right; }
  .eu-3 { background-image: url(../../images/sweetcollection/area-list/eu-3.jpg); background-position: center; }
  .eu-4 { background-image: url(../../images/sweetcollection/area-list/eu-4.jpg); }
  .eu-5 { background-image: url(../../images/sweetcollection/area-list/eu-5.jpg); }
  
  .mea-1 { background-image: url(../../images/sweetcollection/area-list/mea-1.jpg); }
  .mea-2 { background-image: url(../../images/sweetcollection/area-list/mea-2.jpg); background-position: right; }
  
  .fsm-1 { background-image: url(../../images/sweetcollection/area-list/fsm-1.jpg); }
  
  .oc-1 { background-image: url(../../images/sweetcollection/area-list/oc-1.jpg); }
  .oc-2 { background-image: url(../../images/sweetcollection/area-list/oc-2.jpg); }
  .oc-3 { background-image: url(../../images/sweetcollection/area-list/oc-3.jpg); background-position: right; }
  
  .la-1 { background-image: url(../../images/sweetcollection/area-list/la-1.jpg); background-position: center; }
  .la-2 { background-image: url(../../images/sweetcollection/area-list/la-2.jpg); background-position: center; }
}
@media screen and (min-width:641px){
 .arealist {
    display: none;
  } 
}

/* pagetop
--------------------------------------------------------*/
.pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  
  } 

.pagetop a {
  width: 70px;
  height: 70px;
  background-color: #ffb5b5;
  border-radius: 35px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
.pagetop a:after {
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  border-radius: 2px;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }
.pagetop a:hover {
  background-color: #66ccc6;
  }
.pagetop a:hover:after {
  top: 44%;
  }

#footpagetop {
  display: none;
}

@media screen and (max-width:640px){
  .pagetop,
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
  
  .pagetop img {
    display: none;
    }

  .pagetop a:after {
    width: 10px;
    height: 10px;
    margin: -6px 0 0 -6px;
    }
}

/* footer
--------------------------------------------------------*/


/* .btn
--------------------------------------------------------*/
.btn {
  border-radius: 4px;
  position: relative;
  text-align: center;
  }
.btn:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }
.btn a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  }
/* 色 */
.btn.btn-green {
  background: #56c5be;
  -webkit-box-shadow: 0 4px 0 #31948e;
  box-shadow: 0 4px 0 #31948e;
}
.btn.btn-pink {
  background: #ff6969;
  -webkit-box-shadow: 0 4px 0 #b74343;
  box-shadow: 0 4px 0 #b74343;
}

.btn.btn-pink:hover {
  background: #fc5555;
  -webkit-box-shadow: 0 4px 0 #862424;
  box-shadow: 0 4px 0 #862424;
  }
.btn:hover:after {
  right: 18px;
  }



















#pan { margin: 10px; 30px; font-size: 12px; }
#pan a { color: #000099; font-weight: bold; text-decoration: underline; }





#return_top { text-align:center; margin:10px; }
#return_top a { background: url("//image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }