@charset "UTF-8";

/* ==========================================================================
ページタイトル
========================================================================== */
span.sakura-title{
display:block;
}

.sct-contents-sakura {
   margin-top:7px;
   padding-bottom:65px;
}

@media screen and (min-width: 751px) {
  .sct-contents-sakura {
    padding-bottom:72px;
  }
}
/* ==========================================================================
セレクトボックス
===================================================================== */

/*.best-select-wrap {
  width: 360px;
}
*/
.best-select-wrap .select-inner {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
}

.best-select-wrap .select-inner:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  content: "";
  border-left: 4px solid #ccc;
  background: #ededed;
  border-radius: 0 10px 10px 0;
}

.best-select-wrap .select-inner:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 27px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  content: "";
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #585858 transparent transparent transparent;
}

.best-select-wrap .select-inner select {
  position: relative;
  z-index: 3;
  width: 360px;
  height: 80px;
  padding: 0 10px;
  color: #585858;
  border: 2px solid #e2e2e2;
  background: none;
  border-radius: 10px;
  -ms-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*font-size: 2.5vw;*/
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.best-select-wrap .select-inner select:focus {
  outline: none;
}

.best-select-wrap .select-inner select::-ms-expand {
  display: none;
}

.best-select-wrap-col .best-select-wrap {
  width: auto;
  margin-bottom: 15px;
}

.best-select-wrap-col .best-select-wrap .select-inner select {
  width: 100%;
  padding-right: 80px;
}

@media screen and (min-width: 751px) {
  .best-select-wrap {
    width: 260px !important;
  }
  .best-select-wrap .select-inner:before {
    width: 60px;
    height: 100%;
  }
  .best-select-wrap .select-inner:after {
    right: 22px;
    border-width: 15px 10px 0 10px;
  }
  .best-select-wrap .select-inner select {
    position: relative;
    width: 260px;
    height: 52px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .best-select-wrap .select-inner select::-ms-expand {
    display: none;
  }
  .best-select-wrap-col .best-select-wrap {
    width: auto !important;
  }
  .best-select-wrap-col .best-select-wrap .select-inner select {
    width: auto !important;
  }
}

/* ==========================================================================
紅葉スポット
========================================================================== */
#sakura-lower .cmn-sttl4 {
    font-size: 32px;
    font-size: 3.2rem;
    background: #fde4ec;
    color: #ff5e92;
    padding-left: 20px;
    margin-bottom: 15px; }
@media screen and (min-width: 751px) {
#sakura-lower .cmn-sttl4  {
          font-size: 20px;
          font-size: 2rem;
          padding-left: 10px; }
}
#sakura-lower .sct-blooming-ttl{
  margin-bottom: 30px;
  color: #ff5e92;
  border-left: 8px solid #ff5e92;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem; }

  #sakura-lower .sakura-map {
    margin-bottom: 20px; }
    #sakura-lower .sakura-map .map-area {
      margin-bottom: 40px; }
    #sakura-lower .sakura-map .best-select-wrap02 {
      width: 550px !important;
      margin: 0 auto 35px; }
      #sakura-lower .sakura-map .best-select-wrap .select-inner {
        width: 40%; }
        #sakura-lower .sakura-map .best-select-wrap .select-inner select {
          width: 100%; }
#sakura-lower .sakura-list p{
  color: #ff5e92;
  font-weight: bold;
 }
#sakura-lower .sakura-list li {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
  padding-top: 15px; }
  #sakura-lower .sakura-list li.bt {
    border-top: 2px solid #e0e0e0; }
  #sakura-lower .sakura-list li:last-child {
    border-bottom: none;
    padding-bottom: 15px; }
  #sakura-lower .sakura-list li {
    text-decoration: none;
    color: #585858;
    display: block;
    position: relative; }
    /* 桜ベスト週末リストの開花満開予想ページへのリンクボタン */
    #sakura-lower .sakura-list .btn a {
      display: block;
      top: 90%;
      color: #fff;
      background: #ff5e92;
/*      font-size: 24px;
      font-size: 2.4rem; */
      padding: 4px 45px 4px 25px;
      border-radius: 40px;
      margin-top: -1.7em; }
      /* 桜ベスト週末リストの開花満開予想ページへのリンクボタンのくの字 */
      #sakura-lower .sakura-list .btn a.icon-arrow-s:after {
	  border-color: #fff;
	  }
      #sakura-lower .sakura-list li .btn:after {
        border-color: #fff;
        right: 20px; }
	/* 秋色矢印を白に 20180823追加 */
      #sakura-lower .sakura-list li .btn a.icon-arrow-s:after {
	  border-color: #fff; }

      #sakura-lower .sakura-list li dt:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #sakura-lower .sakura-list li dt p {
        margin-right: 20px;
        float: left;
        font-size: 20px;
        font-size: 2rem; }
        #sakura-lower .sakura-list li dt p span {
          font-size: 30px;
          font-size: 3rem; }
        #sakura-lower .sakura-list li dt .col {
          display: inline-block;

          width: 250px; }

/*ボタンのフォントサイズ 20180823追加ここから*/
@media screen and (min-width: 751px) {/*PC*/
    #sakura-lower .sakura-list li .btn a {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: -1.7em; }
}
@media screen and (max-width: 750px) {/*スマホ*/
    #sakura-lower .sakura-list li .btn a {
      font-size: 24px;
      font-size: 2.4rem; }
}



@media screen and (min-width: 751px) {
  #sakura-lower .sct-contents {
    position: relative; }
    #sakura-lower .sct-contents .wrap-main-ttl {
      top: -80px;
      font-size: 30px;
      font-size: 3rem; }
  #sakura-lower .bg-yellow {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 40px; }
  #sakura-lower .sakura-ttl {
    margin-bottom: 20px;
    border-left: 5px solid #ff5e92;
    font-size: 22px;
    font-size: 2.2rem; }
    #sakura-lower .sakura-ttl span {
      display: block;
      font-size: 16px;
      font-size: 1.6rem; }
  #sakura-lower .sakura-sttl {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 10px; }
    #sakura-lower .sakura-sttl.wrap-btn .btn {
      right: 10px;
      top: 5px; }
      #sakura-lower .sakura-sttl.wrap-btn .btn a {
        font-size: 16px;
        font-size: 1.6rem; }
  #sakura-lower .sakura-list li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 13px;
    padding-bottom: 13px; }
    #sakura-lower .sakura-list li.bt {
      border-top: 1px solid #e0e0e0; }
    #sakura-lower .sakura-list li .btn {
      margin-top: -1.2em;
      font-size: 16px;
      font-size: 1.6rem; }
    #sakura-lower .sakura-list li dl dt p {
      font-size: 16px;
      font-size: 1.6rem; }
      #sakura-lower .sakura-list li dl dt p span {
        font-size: 22px;
        font-size: 2.2rem; }
    #sakura-lower .sakura-list li dl dd {
      font-size: 22px;
      font-size: 2.2rem; }
    #sakura-lower .sakura-list li dt .col {
      display: inline-block;
      width: 180px; }
    #sakura-lower .sakura-list .nolink .btn {
      margin-top: -1.2em;
      font-size: 16px;
      font-size: 1.6rem; }
    #sakura-lower .sakura-list .nolink dl dt p {
      font-size: 16px;
      font-size: 1.6rem; }
      #sakura-lower .sakura-list .nolink dl dt p span {
        font-size: 22px;
        font-size: 2.2rem; }
    #sakura-lower .sakura-list .nolink dl dd {
      font-size: 22px;
      font-size: 2.2rem; }
    #sakura-lower .sakura-list .nolink dt .col {
      display: inline-block;
      width: 180px; }


  #sakura-lower .sakura-map .btn input {
    width: 520px;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 20px 0;
    margin-top:-10px;
    margin-bottom:0px;}

    #sakura-lower .sakura-map{
    	background-color:#f9ecd4;
		padding:25px 0px 1px 0px;
		border-radius:10px;
    }
}


@media screen and (min-width: 751px) {
    #sakura-lower .sakura-map .best-select-wrap {
    width: 400px !important;
    margin: 0 auto 35px; }
    #sakura-lower .sakura-map .best-select-wrap .select-inner {
      width: 40%; }
      #sakura-lower .sakura-map .best-select-wrap .select-inner select {
          width: 100%; }
  #sakura-lower .sakura-map .btn input {
    width: 362.39px;
    font-size: 28px;
    font-size: 2.2rem;
    padding: 14px 0;
    margin-top:-10px;
    margin-bottom:20px;}
    #sakura-lower .sakura-best-map{
    	background-color:#f9ecd4;
		padding:25px 0px 10px 0px;
		border-radius:10px;
    }
}

/* 翻訳時用のボタン
   ========================================================================== */
  #sakura-lower .sakura-map .btn button {
    width: 520px;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 20px 0;
    margin-top:-10px;
    margin-bottom:0px;
    background-color:#e75f15;
}


@media screen and (min-width: 751px) {
  #sakura-lower .sakura-map .btn button {
    width: 362.39px;
    font-size: 28px;
    font-size: 2.2rem;
    padding: 14px 0;
    margin-top:-10px;
    margin-bottom:20px;}
}


.btn-cmn a,
.btn-cmn button, .btn-cmn span.inactive {
  display: inline-block;
/*  padding: 20px 50px;*/
  font-weight: bold;
  text-decoration: none;
}
.btn-cmn button {
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  width: 100%;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

/* テーブル
   ========================================================================== */
/* ==========================================================================
   基本設定
   ========================================================================== */
.best-tbl .wrap-tbl {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 63%;
  margin-bottom:70px;
}

.nolink .best-tbl .wrap-tbl {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 63%;
  margin-bottom:25px;
}


/*紅葉予想の紅葉ピーク 20180820追加ここから*/
@media screen and (min-width: 751px) {/*PC*/
	.best-tbl .wrap-tbl p.sakurapeak{
	  position: absolute;/*絶対配置*/
	  color: white;/*文字は白に*/
	  font-weight: bold;/*太文字*/
	  bottom: 101px;
	  right: 65px;
	}
	.nolink .best-tbl .wrap-tbl p.sakurapeak{
	  position: absolute;/*絶対配置*/
	  color: white;/*文字は白に*/
	  font-weight: bold;/*太文字*/
	  bottom: 56px;
	  right: 65px;
	}
}
@media screen and (max-width: 750px) {/*スマホ*/
	.best-tbl .wrap-tbl p.sakurapeak{
	  position: absolute;/*絶対配置*/
	  color: white;/*文字は白に*/
	  font-weight: bold;/*太文字*/
	  bottom: 105px;
	  /*right: 6%;*/
	  left: 470px;
	  width: 280px;
	}
	.nolink .best-tbl .wrap-tbl p.sakurapeak{
	  position: absolute;/*絶対配置*/
	  color: white;/*文字は白に*/
	  font-weight: bold;/*太文字*/
	  bottom: 59px;
	  left: 470px;
	  width: 280px;
	}

}
/*ここまで*/

.best-tbl .wrap-tbl .tbl-head-multi {
  background: #fff;
  width: 100%;
  text-align: center;
}

.best-tbl .wrap-tbl .tbl-head-multi tr td,
.best-tbl .wrap-tbl .tbl-head-multi tr th {
  box-sizing: border-box;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th{
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #efefef;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 10px 0;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.wid01 {
  width: 20%;
  padding: 18px;
  box-sizing: border-box;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.wid02 {
  width: 1%;
  padding: 18px 1px;
  box-sizing: border-box;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.wid03 {
  width: %;
  padding: 18px 1px;
  box-sizing: border-box;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.wid04 {
  width: 11%;
  padding: 18px 0;
  box-sizing: border-box;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.wid40 {
  width: 4%;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: left;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.wid50 {
  width: 5%;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: left;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th span {
  font-size: 29px;
  font-size: 2.9rem;
}

.best-tbl .wrap-tbl .tbl-head-multi tr th.bg-blue {
  background-color: #c5edff;
}

.best-tbl .wrap-tbl .tbl-head-multi tr td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.best-tbl .wrap-tbl .tbl-head-multi tr td:last-child {
  border-right: none;
}

.best-tbl .wrap-tbl .tbl-head-multi tr td.bg-yellow {
  background-color: #f4b01f;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.best-tbl .wrap-tbl .tbl-head-multi tr td.bg-red {
  background-color: #ed4350;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.best-tbl .wrap-tbl .tbl-head-multi thead th:last-child {
  border-right: none;
}

.best-tbl .wrap-tbl .tbl-head-multi tbody tr:last-child th {
  border-bottom: none;
}

.best-tbl .wrap-tbl .tbl-head-multi tbody tr:last-child td {
  border-bottom: none;
}

.best-tbl .wrap-tbl .tbl-head-side {
  background: #fff;
  width: 50%;
  text-align: center;
}

.best-tbl .wrap-tbl .tbl-head-side tbody tr td,
.best-tbl .wrap-tbl .tbl-head-side tbody tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.best-tbl .wrap-tbl .tbl-head-side tbody tr th {
  background-color: #efefef;
}

.best-tbl .wrap-tbl .tbl-head-side tbody tr:last-child td,
.best-tbl .wrap-tbl .tbl-head-side tbody tr:last-child th {
  border-bottom: none;
}

.best-tbl .wrap-tbl .tbl-head-top {
  background: #fff;
  width: 1%;
  text-align: center;
}

.best-tbl .wrap-tbl .tbl-head-top tbody tr td,
.best-tbl .wrap-tbl .tbl-head-top tbody tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.best-tbl .wrap-tbl .tbl-head-top tbody tr td:last-child,
.best-tbl .wrap-tbl .tbl-head-top tbody tr th:last-child {
  border-right: none;
}

.best-tbl .wrap-tbl .tbl-head-top tbody tr th {
  background-color: #efefef;
}

.best-tbl .wrap-tbl .tbl-head-top tbody tr:last-child td,
.best-tbl .wrap-tbl .tbl-head-top tbody tr:last-child th {
  border-bottom: none;
}

@media screen and (min-width: 751px) {
  .best-tbl .wrap-tbl .tbl-head-multi tr th.wid02 {
    width: 12%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .best-tbl .wrap-tbl .tbl-head-multi tr th.wid03 {
    width: 4%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .best-tbl .wrap-tbl .tbl-head-multi tr th.wid04 {
    width: 11%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .best-tbl .wrap-tbl .tbl-head-multi tr th span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .best-tbl .wrap-tbl .tbl-head-multi tr td.bg-yellow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .best-tbl .wrap-tbl .tbl-head-multi tr td.bg-red {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ==========================================================================
地域選択セクション
========================================================================== */
.inner-box-chiiki {
  box-sizing: border-box;
  padding: 10px 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

/* ==========================================================================
見ごろアイコン
========================================================================== */
  .migoro_icon{
  display: block;
  position: absolute;
  bottom:85px;
  left: 430px;
  width:230px;
  }
  .nolink .migoro_icon{
  display: block;
  position: absolute;
  bottom:40px;
  left: 430px;
  width:230px;
  }


  @media screen and (min-width: 751px) {
  .migoro_icon{
  display: block;
  position: absolute;
  bottom: 83px;
  left: 410px;
  width:160px;
  }
  .nolink .migoro_icon{
  display: block;
  position: absolute;
  bottom: 38px;
  left: 410px;
  width:160px;
}}


/* ==========================================================================
 マップ
========================================================================== */
/* 拡大縮小ボタン（スマホ） */
.leaflet-touch .leaflet-bar a {
  width: 60px;
  height: 60px;
  line-height: 50px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 40px;
}

/* マーカー吹き出し（スマホ）*/
  /* 吹き出しの大きさ*/
  .leaflet-popup-content {
  	margin: 22px 36px;
  	line-height: 1.6;
  	}
  /* 吹き出しの文字サイズ*/
  .leaflet-popup-content span {
  	font-size: 2.8em;
  	}

@media screen and (min-width: 751px) {
  /* 拡大縮小ボタン（PC） */
  .leaflet-touch .leaflet-bar a {
      width: 40px;
      height: 40px;
      line-height: 40px;
  }
  .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
  	font-size: 22px;
  }
  /* マーカー吹き出し（PC）*/
  /* 吹き出しの大きさ*/
  .leaflet-popup-content {
  	margin: 13px 19px;
  	line-height: 1.4;
  }
  /* 吹き出しの文字サイズ*/
  .leaflet-popup-content span {
  	font-size: 1.6em;
  }
}

/* ==========================================================================
 地域選択用タイトル
========================================================================== */
.cmn-sttl6-chiiki {
  margin-bottom: 9px;
  color: #7b211c;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: url("https://cdn1.n-kishou.co.jp/image/sp/sakura/icon_ttl06_chiiki.png");
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 38px;
  min-height: 40px;
  padding-left: 45px;
 }
@media screen and (min-width: 751px) {
  .cmn-sttl6-chiiki {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: left top;
    background-size: 25px;
    min-height: 25px;
    padding-left: 35px; } }

/* ==========================================================================
   凡例用テーブル
   ========================================================================== */
.best-tbl .wrap-tbl-hanrei {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.wrap-tbl-hanrei .tbl-head-multi {
  background: #fff;
  width: 100%;
  text-align: center;
}

.wrap-tbl-hanrei .tbl-head-multi tr td,
.wrap-tbl-hanrei .tbl-head-multi tr th {
  box-sizing: border-box;
}

.wrap-tbl-hanrei .tbl-head-multi tr th {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #efefef;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 10px 0;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.wid01 {
  width: 20%;
  padding: 18px;
  box-sizing: border-box;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.wid02 {
  width: 12%;
  padding: 18px 1px;
  box-sizing: border-box;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.wid03 {
  width: 44%;
  padding: 18px 1px;
  box-sizing: border-box;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.wid04 {
  width: 11%;
  padding: 18px 0;
  box-sizing: border-box;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.wid40 {
  width: 40%;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: left;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.wid50 {
  width: 50%;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: left;
}

.wrap-tbl-hanrei .tbl-head-multi tr th span {
  font-size: 22px;
  font-size: 2.2rem;
}

.wrap-tbl-hanrei .tbl-head-multi tr th.bg-blue {
  background-color: #c5edff;
}

.wrap-tbl-hanrei .tbl-head-multi tr td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.wrap-tbl-hanrei .tbl-head-multi tr td:last-child {
  border-right: none;
}

.wrap-tbl-hanrei .tbl-head-multi tr td.bg-yellow {
  background-color: #f4b01f;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.wrap-tbl-hanrei .tbl-head-multi tr td.bg-red {
  background-color: #ed4350;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.wrap-tbl-hanrei .tbl-head-multi thead th:last-child {
  border-right: none;
}

.wrap-tbl-hanrei .tbl-head-multi tbody tr:last-child th {
  border-bottom: none;
}

.wrap-tbl-hanrei .tbl-head-multi tbody tr:last-child td {
  border-bottom: none;
}

.wrap-tbl-hanrei .tbl-head-side {
  background: #fff;
  width: 100%;
  text-align: center;
}

.wrap-tbl-hanrei .tbl-head-side tbody tr td,
.wrap-tbl-hanrei .tbl-head-side tbody tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.wrap-tbl-hanrei .tbl-head-side tbody tr th {
  background-color: #efefef;
}

.wrap-tbl-hanrei .tbl-head-side tbody tr:last-child td,
.wrap-tbl-hanrei .tbl-head-side tbody tr:last-child th {
  border-bottom: none;
}

.wrap-tbl-hanrei .tbl-head-top {
  background: #fff;
  width: 100%;
  text-align: center;
}

.wrap-tbl-hanrei .tbl-head-top tbody tr td,
.wrap-tbl-hanrei .tbl-head-top tbody tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.wrap-tbl-hanrei .tbl-head-top tbody tr td:last-child,
.wrap-tbl-hanrei .tbl-head-top tbody tr th:last-child {
  border-right: none;
}

.wrap-tbl-hanrei .tbl-head-top tbody tr th {
  background-color: #efefef;
}

.wrap-tbl-hanrei .tbl-head-top tbody tr:last-child td,
.wrap-tbl-hanrei .tbl-head-top tbody tr:last-child th {
  border-bottom: none;
}

@media screen and (min-width: 751px) {
  .wrap-tbl-hanrei .tbl-head-multi tr th.wid02 {
    width: 12%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .wrap-tbl-hanrei .tbl-head-multi tr th.wid03 {
    width: 44%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .wrap-tbl-hanrei .tbl-head-multi tr th.wid04 {
    width: 11%;
    padding: 12px 5px;
    box-sizing: border-box;
  }
  .wrap-tbl-hanrei .tbl-head-multi tr th span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wrap-tbl-hanrei .tbl-head-multi tr td.bg-yellow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wrap-tbl-hanrei .tbl-head-multi tr td.bg-red {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.hanrei-font {
    font-size: 2.5rem;
  }
@media screen and (min-width: 751px) {
  .hanrei-font {
        font-size: 1.6rem;
  }
}

/* ==========================================================================
   best-select-wrap02
   ========================================================================== */
.best-select-wrap02 {
  width: 360px;
  margin-left:auto;
  margin-top:20px;
}

.best-select-wrap02 .select-inner {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
}

.best-select-wrap02 .select-inner:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  content: "";
  border-left: 4px solid #ccc;
  background: #ededed;
  border-radius: 0 10px 10px 0;
}

.best-select-wrap02 .select-inner:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 27px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  content: "";
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #585858 transparent transparent transparent;
}

.best-select-wrap02 .select-inner select {
  position: relative;
  z-index: 3;
  width: 360px;
  height: 80px;
  padding: 0 10px;
  color: #585858;
  border: 2px solid #e2e2e2;
  background: none;
  border-radius: 10px;
  -ms-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.best-select-wrap02 .select-inner select:focus {
  outline: none;
}

.best-select-wrap02 .select-inner select::-ms-expand {
  display: none;
}

.best-select-wrap02-col .best-select-wrap02 {
  width: auto;
  margin-bottom: 15px;
}

.best-select-wrap02-col .best-select-wrap02 .select-inner select {
  width: 100%;
  padding-right: 330px;
}

@media screen and (min-width: 752px) {
  .best-select-wrap02 {
    width: 260px;
    margin-left:auto;

  }
  .best-select-wrap02 .select-inner:before {
    width: 60px;
    height: 100%;
  }
  .best-select-wrap02 .select-inner:after {
    right: 22px;
    border-width: 15px 10px 0 10px;
  }
  .best-select-wrap02 .select-inner select {
    position: relative;
    width: 260px;
    height: 52px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .best-select-wrap02 .select-inner select::-ms-expand {
    display: none;
  }
  .best-select-wrap02-col .best-select-wrap02 {
    width: auto !important;
  }
  .best-select-wrap02-col .best-select-wrap02 .select-inner select {
    width: auto !important;
  }
}

/* ==========================================================================
見ごろアイコン
========================================================================== */
  .best_icon{
    width: 40px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: bottom;
  }

  @media screen and (min-width: 751px) {
  .best_icon{
    width: 20px;
    margin-bottom: 8px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: bottom;
  }}
  /* ==========================================================================
  その他のtable
  ========================================================================== */
  /* テーブル内のフォントサイズをthと同じように28px、2.8remに変更 */
  @media screen and (max-width: 750px) {
  #sakura-lower .cmn-inner .inner-box .sakura-list .wrap-tbl .tbl-head-other .tbl-head-sakura tr th {
      font-size: 28px;
      /* font-size: 2.8rem; */
      background-color: #ff5e92;
    }
  #sakura-lower .sakura-list .wrap-tbl .tbl-head-other .tbl-head-sakura tr td {
      font-size: 28px;
      font-size: 2.8rem;
    }
    .wrap-tbl .tbl-head-multi tr th{
       border-right: 1px solid #e0e0e0;
       border-bottom: 1px solid #e0e0e0;
       background-color: #efefef;
       line-height: 1.3;
       box-sizing: border-box;
       padding: 18px 0;
     }
  }
 .wrap-tbl .tbl-head-multi tr th .sakura{
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #efefef;
    line-height: 1.3;
    box-sizing: border-box;
    padding: 18px 0;
  }


/* ==========================================================================
 期待度矢印画像のサイズ 20190108追加
========================================================================== */

img.sakura_kitai{
	width:120px;
}
@media screen and (min-width: 751px) {
img.sakura_kitai{
	width:65px;
}}
