@charset "utf-8";

/* =====================================
 ヘッダー部
 ===================================== */
.sakura_pink #header-label {height: 40px;border-bottom: solid 1px #ed8ba4;background: #fc5474;}

/* =====================================
 ボディ部
 ===================================== */
#main {
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  #main {
    padding: 0;
    margin-bottom: 30px;
  }
  #main .buff {
    padding: 10px;
  }
}
/* フォント */
.txt_bold {font-weight: bold;}
.txt_pink {color: #e23455;}

/* 背景 */
/*.sakura_bg {background: url(https://smtgvs.weathernews.jp/s/sakura/img/bg.jpg) no-repeat #fcf8f1;background-size: cover;}*/
.sakura_bg {background-color: #FCEDF6;}
.sgtk_bg {background-color: mistyrose; }

/* マップ */
.mapArea {
  position: relative;
}

.mapContent {
  position: relative;
}

.map__day {
  width: 90px;
  padding: 5px 0;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 10px;
  left: 10px;
}

.map__legend {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.map__legend img {
  width: 115px;
}

.map__body {
  display: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.map__body img {
  width: 100%;
  min-height: 240px;
}

.map__body.act {
  display: block;
}

.mapInfo {
  padding: 10px;
}

@media screen and (max-width: 700px) {
  .mapTop, .mapMiddle {
    width: 100%;
    display: block;
  }
  .mapTop__title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .mapMiddle {
    position: relative;
  }
  .mapMiddle > * {
    display: block;
  }
  .map__legend {
    position: static;
  }
  .map__legend img {
    width: 100%;
  }
  .mapInfo .switch-btn .item:nth-child(1) {
    width: 28%;
  }
  .mapInfo .switch-btn .item:nth-child(2) {
    width: 44%;
  }
  .mapInfo .switch-btn .item:nth-child(3) {
    width: 28%;
  }
}

/* マップ切り替えボタン */
.mapBtn {
  width: 250px;
  display: table;
  table-layout: fixed;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mapBtn__item {
  font-weight: 600;
  display: table-cell;
  text-align: center;
  padding: 3px 0;
  background-color: #fff;
  border: 1px solid #e23455;
  line-height: 1.5em;
  font-size: 16px;
  color: #e23455;
}

.mapBtn__item:not(:last-child) {
  border-right: none;
}

.mapBtn__item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mapBtn__item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.mapBtn__item.act {
  color: #fff;
  background-color: #e23455;
}

@media screen and (max-width: 460px) {
  .mapBtn {
    left: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 340px) {
  .mapBtn {
    width: 200px;
    left: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* タイトル */
.tit-01 {
    clear:both;
    position: relative;
    background-color: #fff;
}
.tit-01 {
    font-weight: bold;
    padding:10px 5px;
}
.tit-01 p {
font-weight: bold;
background: url(/sakura/img/icon_s_sakura02.svg) 5px center no-repeat;
background-size:25px 19px;-webkit-background-size:25px 19px;-moz-background-size:25px 19px;-ms-background-size:25px 19px;-o-background-size:25px 19px;
padding:0 0 0 33px;color:#000;font-size:18px;line-height:1.4em;font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3"; text-align:left;
}
.tit-03 {
font-size: 20px;
line-height: 1.2em;
text-align: center;
}
article { overflow: hidden; }
.white-box { overflow: hidden; background: #fff; }
.white-box { margin-bottom: 15px; }
.item-box {margin-bottom: 20px;}
.item-box-mb0 {margin-bottom: 0}

/* キーワード検索 */
.spot-search {
display: table;
overflow: hidden;
table-layout: fixed;
width: 100%;
height: 34px;
}
.spot-search > * {
display: table-cell;
}
.spot-search input[type='text'] {
width: 95%;
height: 100%;
background: #ffffff;
border: 1px solid #dedede;
border-radius: 0;
box-sizing: initial;
}
.spot-search .input {
text-align: center;
vertical-align: middle;
width: 70px;
padding: 4px 0 5px;
box-sizing: border-box;
position: relative;
}
.spot-search input[type='submit'] {
color: #ffffff;
font-size: 16px;
font-weight: bold;
width: 100%;
border-radius: 0;
background: #fc5474;
}
input[type='text'] {
font-size: 14px;
width: 100%;
height: 100%;
padding: 5px;
background: #ffffff;
border: 1px solid #dedede;
border-radius: 0;
box-sizing: border-box;
}

/* エリアリスト */
.area-list-panel {
  margin-left: auto;
  margin-right: auto;
}

.area-list-panel .title {
  margin-bottom: 15px;
}

.area-list {
  width: 100%;
  font-size: 0;
  position: relative;
  margin: 0;
}

.area-list li {
  border: none;
  width: 50%;
  display: inline-block;
  list-style-type: none;
  border-bottom: 1px solid #e23455;
  box-sizing: border-box;
}

.area-list li > * {
  display: block;
  font-weight: 600;
  color: #e23455;
  padding-left: 10px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  position: relative;
}

.rankList .rankList__item a:after,
.area-list li > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #e23455;
  border-bottom: 2px solid #e23455;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* サーチリスト */
.search .searchList {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search .searchList__item {
  width: 33%;
  text-align: center;
  display: block;
  float: none !important;
}

.search .searchList__item > * {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 5px 0;
  border: 1px solid #000;
  border-radius: 6px;
}

.search .searchList__item img {
  width: 20px;
  margin-right: 5px;
}

.search .searchList__item.yotei > * {
  color: #937A43;
  border-color: #937A43;
  background-color: #E8DEBB;
}

.search .searchList__item.shuhen > * {
  color: #2A85C3;
  border-color: #2A85C3;
  background-color: #C3E5FD;
}

.search .searchList__item.yosou > * {
  color: #CE6060;
  border-color: #CE6060;
  background-color: #FFCFCF;
}

/* その他ボタンなど */
.txt-comment {
  font-size: 15px;
  margin: 20px 10px 0;
  line-height: 1.4em;
}

.pink-btn {
  width: 200px;
  background-color: #fc5474;
  border-radius: 2px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}
.pink-btn > * {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 43px;
  line-height: 43px;
  display: block;
  text-align: center;
}

.pink-btn2 {
  width: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(#fff));
  border-radius: 2px;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}
.pink-btn2 > * {
  color: #0c419a !important;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
.txt-row1 {
  font-size: 17px;
  height: 45px;
  line-height: 45px;
}
.txt-row2 {
  font-size: 17px;
  line-height: 1.4em;
  min-height: 52px;
  padding-top: 8px;
}
.pink-btn2 a.txt-row1::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url(//weather.smt.docomo.ne.jp/img/weather_arrow_b.png) no-repeat 0 0;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
}

#top_link > a {
  font-size: 16px;
}

/* 名所ランキング */
.rankList {
  margin-right: auto;
  margin-left: auto;
}
.rankList .rankList__item {
  border-bottom: 1px solid #e23455;
}
.rankList .rankList__item:first-child {
  border-top: 1px solid #e23455;
}
.rankList .rankList__item a {
  display: table;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.rankList .rankList__item a > * {
  display: table-cell;
  vertical-align: middle;
}
.rankList .rankList__item .rankImg {
  width: 64px;
}
.rankList .rankList__item .spotName {
  padding-right: 20px;
  padding-left: 5px;
}
.rankList .rankList__item .spotName p {
  font-size: 16px;
  font-weight: 600;
  color: #e23455;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.rankList .rankNumber {
  width: 38px;
  padding-left: 5px;
}
.rankList .rankNumber span {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 28px;
  height: 24px;
  padding-top: 8px;
  background-size: 28px;
  margin-right: 5px;
}
.rankList .No1 .rankNumber span {
  background: url(/sakura/img/icon_star01.svg) no-repeat;
}
.rankList .No2 .rankNumber span {
  background: url(/sakura/img/icon_star02.svg) no-repeat;
}
.rankList .No3 .rankNumber span {
  background: url(/sakura/img/icon_star03.svg) no-repeat;
}
.rankList .No4 .rankNumber span,
.rankList .No5 .rankNumber span {
  background:#fc5474;
  height: 20px;
  border-radius: 20px;
}
.rankList .rank-no {
  font-size: 18px;
}

/* ボックスの内側の画像を中央揃え */
*[class*='imgBox'] {
  overflow: hidden;
  position: relative;
}
*[class*='imgBox'] img {
  width: auto !important;
  height: 110% !important;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.imgBox__rank {
  width: 64px;
  height: 64px;
}

/* オススメさくらメニュー＆さくらトピックス */
.linkList_item {border-bottom: 1px solid #e23455;}
.linkList_item p {color: #e23455; }
.linkList_item.sgtk_bg p {color: #e23455; }
.linkList_item a {width: 96%;display: block;padding: 6px;display: table;table-layout: fixed;}
.linkList_item a > * {display: table-cell;vertical-align: top;}
.linkList_item a > *:not(:first-of-type) {padding-left: 10px;}
.linkList_thumb {width: 95px;}
.linkList_thumb img {width: 95px;height: 70px;}
.linkList_thumb.small {width: 80px;}
.linkList_thumb.small img {width: 80px;height: 60px;}
.linkList_tit {font-size: 16px; font-weight: 600; line-height: 1.4em;}
.linkList_time {margin-top: 5px;font-size: 13px;}
.linkList_time.txt_gray {color:#606060;}

/* 名所検索結果リスト */
ul.result-list li {height: auto;border-top: none;border-bottom:  solid 1px #d0d0d0;}
ul.result-list li a {background: url(/img/arrow_gray.png) 98% center no-repeat;background-size:8px 13px;-webkit-background-size:8px 13px;color: #fc5474;display: block;padding: 10px 0 10px 10px;}
ul.result-list li a div{font-size: 16px;padding: 0 20px 0 5px;line-height: 28px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
ul.result-list li a img{padding: 5px 5px 0 5px;float: left;width:78px;height:35px;}
ul.result-list li a div span {display: block;font-size: 12px;line-height: 1em;}

/* 検索結果なし */
div.no-result {width:90%;margin:10px auto 10px;background:#fff;border:solid 1px #a4005b;color:#000;font-size:15px;text-align:center;line-height:1.7em;}
div.no-result p{padding:15px 10px;}

/*====================================================================================
開花状況
====================================================================================*/
.sakuraState {
  background: #ffffff;
  border: 2px solid #fc5474;
}
.sakuraState *[class^='sakuraState__'] {
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .bodyPc .sakuraState {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .bodyPc .sakuraState > * {
    display: table-cell;
    vertical-align: middle;
  }
  .bodyPc .sakuraState .sakuraState__middle {
    width: 200px;
  }
}

/*====================================================================================
週間天気
====================================================================================*/
.weatherFor {
  border-top: 1px solid #cebca9;
  border-right: 1px solid #cebca9;
  border-bottom: 1px solid #cebca9;
}
.weatherFor ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.weatherFor ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.weatherFor li {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
}
.weatherFor li:first-of-type {
  display: none;
  color: #815542;
  font-weight: normal;
  width: 120px;
  background: #f2e8de;
  box-sizing: border-box;
}
.weatherFor li img {
  width: 100%;
  margin-bottom: -1px;
}
.weatherFor li.high:not(:first-of-type), .weatherFor .holiday {
  color: #ce3232;
}
.weatherFor li.low:not(:first-of-type) {
  color: #63a6c6;
}
.weatherFor .weatherFor__day li:empty {
  border-left: none;
}
.weatherFor .weatherFor__tenki li:not(:first-of-type) {
  line-height: 0;
}
.weatherFor ul:not(:last-of-type) {
  border-bottom: 1px solid #cebca9;
}
.weatherFor li {
  border-left: 1px solid #cebca9;
}
.weatherFor .weatherFor__time > *, .weatherFor .weatherFor__day > *, .weatherFor .weatherFor__high > *, .weatherFor .weatherFor__low > * {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .bodyPc .weatherFor li {
    font-size: 14px;
  }
  .bodyPc .weatherFor li:first-of-type {
    display: table-cell;
  }
  .bodyPc .weatherFor .weatherFor__day li {
    padding-right: 3px;
    padding-left: 3px;
  }
  .bodyPc div[class*='rowTenki__'] .weatherFor li {
    font-size: 14px;
  }
  .bodyPc div[class*='rowTenki__'] .weatherFor .weatherFor__day li, .bodyPc div[class*='rowTenki__'] .weatherFor .weatherFor__high li {
    font-size: 14px;
  }
  .bodyPc div[class*='rowTenki__'] .weatherFor .weatherFor__day li span, .bodyPc div[class*='rowTenki__'] .weatherFor .weatherFor__high li span {
    font-size: 14px;
  }
}
/*====================================================================================
タブメニュー
====================================================================================*/
.tabMenu__cont > div {
  display: none;
}
.tabMenu__cont > div.on {
  display: block;
}

@media screen and (min-width: 992px) {
  .bodyPc .tabMenu__cont > div {
    display: block;
    position: relative;
  }
  .bodyPc .tabMenu__cont > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
/*------------------------------------------
コンテント
------------------------------------------*/
.tabMenu__cont {
  padding: 10px 0;
}
.tabMenu__cont * {
  font-size: 13px;
}

.spotInto {
  margin: 10px 0;
}
.spotInto .txt {
  vertical-align: top;
}
.spotInto .img {
  width: 95px;
}
.spotInto .img figcaption {
  color: #fc5474;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .bodyPc .spotInto .img {
    width: 142px;
  }
}
.spotInfo {
  margin: 10px 0;
}
.spotInfo dt, .spotInfo dd {
  font-size: 13px;
  line-height: 1em;
  padding: 4px 6px;
}
.spotInfo dt {
  float: left;
  color: #ffffff;
  background: #fc5474;
  border-radius: 2px;
}
.spotInfo dd {
  line-height: 1.4em;
  padding-left: 8em;
}
.spotInfo dd:not(:last-child) {
  margin-bottom: 0px;
}
.spotInfo.spotInfo-w02 dd {
  padding-left: 9.5em;
}

.spotTag {
  overflow: hidden;
  margin-bottom: 10px;
}
.spotTag p {
  float: left;
  color: #fc5474;
  font-size: 12px;
  line-height: 1em;
  padding: 4px 10px;
  background: #fff3f3;
  margin-right: 5px;
  margin-bottom: 5px;
}

.spotNotice {
  padding: 10px;
  border: 1px solid #eeeeee;
}

.spotNotice__tit {
  font-size: 14px;
}

.spotNotice__list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
.spotNotice__list .batsu:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_s_batsu.png) no-repeat;
  background-size: 16px;
  margin-left: 5px;
}
/*====================================================================================
エリアセレクト
====================================================================================*/
.box.p10 {
  padding: 10px 0 !important;
}

.areaTxt {
  line-height: 1em;
  padding: 10px 0;
  border-bottom: 1px solid #fc5474;
  position: relative;
}
.areaTxt:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fc5474;
  border-radius: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}
.areaTxt:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 7px;

  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt.on:before {
  background: #cccccc;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}
.areaTxt.on:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt__cont {
  display: none;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt__cont.on {
  display: block;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt__cont p {
  line-height: 1em;
}
.areaTxt__cont p a {
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  .bodyPc .areaTxt {
    float: left;
    line-height: 1em;
    padding: 0;
    border: none;
    position: relative;
    top: 2px;
  }
  .bodyPc .areaTxt:before, .bodyPc .areaTxt:after {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    position: static;

    -webkit-transform: none;
            transform: none;
  }
  .bodyPc .areaTxt:before {
    content: '[';
  }
  .bodyPc .areaTxt:after {
    content: ']';
  }
  .bodyPc .areaTxt__cont {
    display: block;
    padding-left: 4em;
    margin-bottom: 5px;
  }
  .bodyPc .areaTxt__cont p {
    display: inline-block;
  }
  .bodyPc .areaTxt__cont p a {
    display: block;
    padding: 0 5px;
  }
  .bodyPc .areaTxt__cont p:not(:last-child) {
    border-right: 1px solid #000000;
  }
}
/* タイトル（スポット名称） */
.titSpot {padding-top: 8px;background-position: top left;margin: 15px 0;position: relative;}
.titSpot * {color: #fc5474;}
.titSpot h3 {font-size: 20px;font-weight: bold;line-height: 2em;}
.titSpot p {font-size: 12px;line-height: 3.4em;position: absolute;top: -9px;}
/* 開花状況 */
.sakuraState {background: #ffffff;border: 2px solid #fc5474;margin-bottom: 10px;}
.sakuraState *[class^='sakuraState__'] {padding: 5px 10px;}
.sakuraState__top {display: block;text-align: center;width: 95%;}
.sakuraState__top > * {display: inline-block;vertical-align: middle;}
.sakuraState__top figure {width: 65px;}
.sakuraState__top figure img {width: 100%;}
.sakuraState__top p {color: #fc5474;font-size: 22px;font-weight: bold;line-height: 22px;}
.sakuraState__top p span {display: block;color: #000000;font-size: 16px;font-weight: normal;}
.sakuraState__top .small {display: block;color: rgba(0, 0, 0, 0.5);text-align: center;}
.sakuraState__middle {background: #fc5474;}
.sakuraState__middle p {color: #ffffff;font-size: 26px;font-weight: bold;text-align: center;line-height: 30px;}
.sakuraState__middle p span {display: block;color: #ffffff;font-size: 15px;line-height: 140%;}
.sakuraState__bottom .content {overflow: hidden;text-align: center;}
.sakuraState__bottom .content p {display: inline-block;font-size: 15px;line-height: 1.5em;text-align: left;}
.sakuraState__bottom .content p:first-child {width: 7em;}
.sakuraState__bottom .content:not(:last-child) {padding-bottom: 3px;border-bottom: 1px solid #fc5474;margin-bottom: 3px;}
/* リポート */
.spotReport .img {display: table;table-layout: fixed;width: 100%;max-width: 400px;margin-right: auto;margin-left: auto;}
.spotReport .img > div {display: table-cell;vertical-align: middle;border-right: 1px solid #ffffff;}
.spotReport .col-item {overflow: hidden;}
.spotReport .moreTxt {float: left;}


/* 見どころ等 */
.spot-intro #place,.spot-intro #access{
	display: none;
}
.select-tab{
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.select-tab li{
	width: 33.3333%;
}
.select-tab li a{
	display: block;
	text-align: center;
	line-height: 35px;
	background: #fee2e7;
	border-right: 1px solid #dadada;
	color: #434343;
}
.select-tab li a.current{
	background: #fc5474;
	color: #fff;
}
.select-tab li:nth-child(1) a{
	box-shadow: -1px 0 0 0 #fff inset;
}
.select-tab li:nth-child(2) a{
	box-shadow: -1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset;
}
.select-tab li:nth-child(3) a{
	box-shadow: 1px 0 0 0 #fff inset;
	border-right: 0;
}
.table-box{
	width: 100%;
}
.info-table{
	border-collapse: collapse;
	margin: 10px 0px;
	width: 100%;
}
.info-table th,.info-table td{
	border: 1px solid #fed0d8;
	color: #000;
	padding: 3px;
	line-height: 1.8em;
	word-break: break-all;
}
.info-table th{
	background: #fc5474;
	width: 28%;
	text-align: left;
	font-weight: normal;
	color: #fff;
}
.info-table td em{
	font-style: normal;
	font-weight: bold;
	color: #e06578;
}
.info-table td em.no{
	color: #3969b9;
}
/* 他のエリアの名所検索 */
.box.p10 {
  padding: 10px 0 !important;
}

.areaTxt {
  line-height: 1em;
  padding: 10px 0;
  border-bottom: 1px solid #fc5474;
  position: relative;
  font-size: 16px;
}
.areaTxt:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fc5474;
  border-radius: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}
.areaTxt:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 6px;

  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt.on:before {
  background: #cccccc;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}
.areaTxt.on:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt__cont {
  display: none;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt__cont.on {
  display: block;

  -webkit-transition: 0.2s ease-in;
          transition: 0.2s ease-in;
}

.areaTxt__cont p {
  line-height: 1em;
}
.areaTxt__cont p a {
  display: block;
  padding: 10px 0;
  color: #fc5474;
  word-break: break-word;
}
li {
    list-style-type: none;
}

/*------------------------------------------
アンダーテキスト
------------------------------------------*/
.underContent {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5em;
  color: #e23455;
}

@media screen and (max-width:700px) {
  .underContent {
    padding: 0 10px;
  }
}

.sakura_notice {
    font-size: 11px;
    margin: 5px 0px;
    padding-left: 1em;
    text-indent: -1em;
}
