@charset "UTF-8";
/*
*
*base_pc.css
*creamu inc
*http://creamu.co.jp/
*ver. 0.1
*
*/
#wrapper {
  width: 100%;
}

.bg_top,
.bg_sub {
  width: 100%;
  background: url(../../asset/images/common/header_bg_pc.jpg) no-repeat center top;
}

@media screen and (min-width: 1920px) {
  .bg_top,
  .bg_sub {
    background-size: 100%;
  }
}

.android {
  line-height: 1px;
}

/*====================================
独自のアイコンフォント
=====================================*/
@font-face {
  src: url("/asset/fonts/ico.ttf?avhxae") format("truetype"), url("/asset/fonts/ico.woff?avhxae") format("woff"), url("/asset/fonts/ico.svg?avhxae#ico") format("svg");
  font-family: 'ico';
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'ico' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-ico01:before {
  content: "\e901";
}

.icon-ico02:before {
  content: "\e902";
}

.icon-ico03:before {
  content: "\e903";
}

.icon-ico04:before {
  content: "\e904";
}

.icon-ico05:before {
  content: "\e905";
}

.icon-ico06:before {
  content: "\e906";
}

.icon-ico07:before {
  content: "\e907";
}

.icon-ico13:before {
  content: "\e913";
}

.icon-ico14:before {
  content: "\e914";
}

.icon-ico15:before {
  content: "\e915";
}

.icon-ico12:before {
  content: "\e90a";
}

.icon-ico11:before {
  content: "\e90b";
}

.icon-ico08:before {
  font-size: 80%;
  content: "\e90c";
}

.icon-ico10:before {
  content: "\e90d";
}

.icon-ico09 .path1:before {
  color: #000400;
  content: "\e90e";
}

.icon-ico09 .path2:before {
  margin-left: -1.1611328125em;
  color: #000400;
  content: "\e90f";
}

.icon-ico09 .path3:before {
  margin-left: -1.1611328125em;
  color: #231815;
  content: "\e910";
}

.icon-ico09 .path4:before {
  margin-left: -1.1611328125em;
  color: #231815;
  content: "\e911";
}

.icon-ico16:before {
  content: "\e912";
}

.side_icon {
  margin-right: 4px;
}

.icon-highlight:before {
  content: "\e907";
}

/*====================================
common style
=====================================*/
/* icon */
i {
  margin-right: 5px;
}

/* リンク */
a {
  -webkit-transition: opacity .2s linear;
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: opacity .2s linear;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: .5;
}

/* inline-blockにて要素を横並びにする */
.inline_list {
  letter-spacing: -.4em;
}

.inline_list > .lists {
  display: inline-block;
  letter-spacing: normal;
}

.inline_list > .lists2 {
  display: inline-block;
  width: 210px;
  letter-spacing: normal;
}

@-moz-document url-prefix() {
  .inline_list > .lists {
    word-spacing: 0.1em;
  }
}

/* floatさせる */
.pull_right {
  float: right;
}

.pull_left {
  float: left;
}

/* テキストの align */
.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

/* font-sizeをひと回り小さくしたい場合のスタイル */
.half_txt {
  font-size: .8em;
}

/* font-sizeをひと回り小さくしたい場合のスタイル */
.large_txt {
  font-size: 1.8em;
}

/* font-weightをbold */
.bold {
  font-weight: bold;
}

/* font-weightをnormal*/
.normal {
  font-weight: normal;
}

/* 注釈のスタイル */
.note {
  margin: 10px 0;
  color: #999;
  font-size: 1.2rem;
}

.note2 {
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  border: solid 2px #d72927;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.note3 {
  margin: 20px 0;
  padding: 10px 15px 8px;
  background: #f5f5f5;
  font-size: 1.4rem;
  font-weight: bold;
}

/* module */
.md {
  margin: 30px 0;
}

.md2 {
  margin: 60px 0;
}

.ico_tags::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f02c';
}

.ico_cate::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f00b';
}

/* marginの調整 */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*====================================
select
=====================================*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
}

/*====================================
tableスタイル
=====================================*/
.table {
  width: 100%;
  margin: 10px auto 35px;
  border-top: solid 1px #ddd;
  font-size: 1.4rem;
  word-break: break-all;
}

.table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  vertical-align: top;
}

.table td a {
  display: block;
  padding: 10px;
}

.table td a:hover {
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.table td a:hover .bold {
  color: #FFF;
  font-weight: normal;
}

.table td:first-child {
  border-left: solid 1px #ddd;
}

.table td .bold {
  font-weight: bold;
}

.table.column_1 {
  width: 100%;
  margin: 10px 0 35px;
}

.table.column_2 td {
  width: 50%;
}

.table.column_5 td {
  width: 20%;
}

.table.column_1 td a,
.table.column_2 td a {
  position: relative;
  padding-right: 20px;
}

.table.column_1 td a::after,
.table.column_2 td a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-family: 'FontAwesome';
  content: '\f105';
}

.table_list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 35px;
  font-size: 1.4rem;
}

.table_list a {
  display: block;
  padding: 10px;
  /*position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); */
  /* Safari用 */
  /*transform: translateY(-50%);*/
}

.table_list a:hover {
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.table_list .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*====================================
activeの場合
=====================================*/
.table_list .lists.active a,
.table .active a {
  background: #CCC;
  color: #FFF;
  pointer-events: none;
}

.table .active a .bold {
  color: #FFF;
  font-weight: normal;
}

/*====================================
tagsがdisableの場合
=====================================*/
.table_list .lists.disable a {
  opacity: .4;
  pointer-events: none;
}

.table_list.column_3 .lists {
  width: 33.3%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

.table_list.column_3.t_left .lists {
  text-align: left;
}

.table_list.column_3 .lists:nth-child(-n+3) {
  border-top: solid 1px #ddd;
}

.table_list.column_3 .lists:nth-child(3n+1) {
  border-left: solid 1px #ddd;
}

.table_list.column_3 .lists:nth-last-child(-n+2):first-child,
.table_list.column_3 .lists:nth-last-child(-n+2):first-child ~ .lists {
  width: 50%;
}

.table_list.column_4 .lists {
  width: 25%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

.table_list.column_4.t_left .lists {
  text-align: left;
}

.table_list.column_4 .lists:nth-child(-n+4) {
  border-top: solid 1px #ddd;
}

.table_list.column_4 .lists:nth-child(4n+1) {
  border-left: solid 1px #ddd;
}

.table_list.column_5 .lists {
  width: 20%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

.table_list.column_5.t_left .lists {
  text-align: left;
}

.table_list.column_5 .lists:nth-child(-n+5) {
  border-top: solid 1px #ddd;
}

.table_list.column_5 .lists:nth-child(5n+1) {
  border-left: solid 1px #ddd;
}

/*====================================
breadcrumb（パンくずリスト）
=====================================*/
.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding: 0 25px 25px;
  border-radius: 0;
  background: #FFF;
  font-size: 1.2rem;
  letter-spacing: -.4em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .breadcrumb {
    margin-top: -1px;
  }
  /* IE11 */
}

.breadcrumb a {
  color: #000;
}

.breadcrumb > li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
}

.breadcrumb > li + li::before {
  margin: 0 5px;
  content: ">";
}

/*====================================
teaser
=====================================*/
.teaser {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 25px;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
}

.teaser > .inner {
  padding: 25px;
  background: #CCC;
}

.teaser > .inner.open {
  background: #fbf1d3;
}

.teaser > .inner.close {
  background: #CCC;
}

/*====================================
btn（ボタン）
=====================================*/
.btn {
  font-size: 1.4rem;
  text-align: center;
}

.btn.is-disable a, .btn a.is-disable[href=""] {
  border: solid 1px #333;
  background: #ebebeb;
  color: #333;
  opacity: .3;
  pointer-events: none;
}

.btn a {
  display: inline-block;
  padding: 15px 40px;
  border: solid 1px #333;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-weight: bold;
}

.btn a:hover {
  background: #fff;
  color: #333;
  opacity: 1;
}

.btn.wide a {
  padding: 15px 100px;
}

/* 2カラム */
.btn_list {
  margin-bottom: 25px;
  text-align: center;
}

.btn_list .lists {
  width: 48.2%;
  margin-bottom: 20px;
}

.btn_list .lists:last-child,
.btn_list .lists:nth-last-child(2) {
  margin-bottom: 0;
}

.btn_list .lists:nth-child(odd) {
  margin-right: 19px;
}

.btn_list .lists .btn {
  text-align: left;
}

.btn_list .lists .btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 15px 10px 15px 15px;
  background: #fffbef;
  color: #333;
}

.btn_list .lists .btn a:hover {
  background: #333;
  color: #FFF;
}

.btn_list .lists .btn a:hover .bold {
  color: #FFF;
}

.btn_list .lists .btn a .bold {
  color: #CCC;
}

.btn_list .lists .btn a::after {
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
  content: ' \f054';
}

/* 装飾なし */
.btn_list.simple .lists .btn {
  font-weight: bold;
}

.btn_list.simple .lists .btn a {
  background: #333;
  color: #fff;
}

.btn_list.simple .lists .btn a::after {
  content: none;
}

.btn_list.simple .lists .btn a:hover {
  background: #fff;
  color: #333;
  opacity: 1;
}

/*====================================
anchor_list（アンカーリンク）
=====================================*/
.anchor_list {
  margin: 15px 0;
  font-size: 1.2rem;
  line-height: 1;
}

.anchor_list > .lists {
  border-left: solid 1px #ddd;
}

.anchor_list > .lists:last-child {
  border-right: solid 1px #ddd;
}

.anchor_list > .lists a {
  position: relative;
  padding: 5px 30px 5px 10px;
}

.anchor_list > .lists a:hover {
  color: #CCC;
  opacity: 1;
}

.anchor_list > .lists a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: ' \f078';
}

.anchor_list + .table.column_1 {
  margin: 16px 0px;
}

/*====================================
pager（ページネーション）
=====================================*/
.pager {
  margin: 60px 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: center;
}

.pager .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border: solid 1px #333;
  border-radius: 50%;
  vertical-align: middle;
}

.pager .lists:last-child {
  margin-right: 0;
}

.pager .lists a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 45%;
  color: #333;
}

.pager .lists a:hover {
  background: #333;
  color: #FFF;
  opacity: 1;
}

.pager .lists.current a {
  position: relative;
  background: #333;
  color: #fff;
  pointer-events: none;
}

.pager .lists.current a::after {
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: -3px;
  border-width: 0 3px 5px 3px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  content: "";
}

.pager .prev,
.pager .next {
  width: 80px;
  border-radius: 18px;
}

.pager .prev a,
.pager .next a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.pager .prev a::before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: ' \f053';
}

.pager .next a::after {
  margin-left: 10px;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: ' \f054';
}

.pager .lists_lead {
  display: inline-block;
  margin-right: 12px;
}

/*====================================
page top へ戻る
=====================================*/
.page_top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.page_top a {
  z-index: 19;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page_top a::after {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  color: #FFF;
  font-family: 'FontAwesome';
  font-size: 3.0rem;
  line-height: 1;
  content: '\f106';
}

.pager .lists_lead {
  display: inline-block;
  margin-right: 12px;
}

/*====================================
header
=====================================*/
.topbar {
  width: 100%;
  height: 60px;
  background: #FFF;
}

.topbar > .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 10px 0;
}

.logo {
  display: inline-block;
}

.logo svg {
  width: 85px;
  height: 34px;
}

.logo svg.color_white {
  fill: #fff;
}

/* 特集タイトルのスタイル */
.ttl {
  margin: 16px 0;
  text-align: center;
}

/* ソーシャルボタンのスタイル */
.socialwidget {
  padding-top: 6px;
  font-size: 1.5rem;
}

.socialwidget i {
  margin: 0;
}

.socialwidget .lists:not(:last-child) {
  margin-right: 20px;
}

.socialwidget > .lists a:hover {
  opacity: 1;
}

.socialwidget > .lists .fb:hover {
  color: #3B5998;
}

.socialwidget > .lists .tw:hover {
  color: #33CCFF;
}

.socialwidget > .lists .gp:hover {
  color: #C63D2D;
}

/* 詳細ページの場合 */
.socialwidget.detail .lists:not(:last-child) {
  margin-right: 10px;
}

/* 天気予報 */
.weather {
  margin: 25px 0;
}

.weather .more {
  margin-top: 10px;
}

.weather_list {
  padding: 10px;
  border: solid 1px #666;
  border-radius: 4px;
  background: #f7f7f7;
  color: #666;
}

.weather_list .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: center;
}

.weather_list .lists:first-child {
  border-right: solid 1px #666;
}

.weather_list .lists > span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.weather_list .lists > span:last-child {
  margin-right: 0;
}

.weather_list .day {
  font-size: 1.8rem;
}

.weather_list .icon img {
  width: auto;
  height: 30px;
}

.temp {
  font-size: 1.4rem;
}

.temp .high {
  color: #d72927;
}

.temp .low {
  color: #1b95e0;
}

.temp .humid {
  display: block;
}

/* google map */
.map_canvas {
  width: 635px;
  height: 510px;
  margin: 35px 0;
}

/* naviのスタイル */
.navi {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 25px;
  border-radius: 8px 8px 0 0;
  background: #FFF;
  letter-spacing: -.4em;
}

.navi .inner {
  padding: 25px;
}

.navi .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  vertical-align: bottom;
}

.navi .area_navi {
  width: 670px;
}

.navi .area_navi .lists {
  border-right: solid 1px #ddd;
}

.navi .area_navi .lists a {
  padding: 5px 10px;
}

.navi .area_navi .lists a:hover {
  color: #CCC;
  opacity: 1;
}

.navi .area_navi .lists:first-child {
  border-left: solid 1px #ddd;
}

.navi .list-inline {
  margin-left: 0;
}

.navi .list-inline > li {
  padding: 0;
  letter-spacing: normal;
}

.ex-area_navi {
  font-size: 14px;
  font-weight: bold;
}

.ex-area_navi.area_navi .lists a {
  padding: 5px 8px;
}

.ex-area_navi .lists_small, .ex-area_navi .lists_small li {
  display: inline-block;
}

.ex-area_navi .lists .lists_small a {
  padding: 2px 6px 2px 0;
  font-size: 12px;
  font-weight: normal;
}

/* gnaviのスタイル */
.gnavi {
  height: 55px;
  overflow: hidden;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.gnavi .lists {
  width: 198px;
  text-align: center;
  vertical-align: middle;
}

.gnavi .lists:last-child {
  width: 200px;
}

.gnavi .lists:not(:last-child) {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.gnavi .lists:not(:first-child) {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.gnavi a {
  display: block;
  padding: 20px;
  color: #FFF;
  vertical-align: top;
  /*background: #CCC;*/
}

.gnavi .gnavi_ico {
  position: relative;
  top: 1px;
  font-size: 1.8rem;
  vertical-align: bottom;
}

.gnavi .gnavi_ico:not(:target) {
  top: -1px\9;
  /* IE9, 10 */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gnavi.txt_ver .gnavi_ico:not(:target) {
    top: -2px;
  }
}

.gnavi {
  /* background: #CCC; */
  /* Old browsers */
  /* background: -moz-linear-gradient(top,  #CCC 37%, #666 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top,  #CCC 37%,#666 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom,  #CCC 37%,#666 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#666',GradientType=0 ); */
  /* IE6-9 */
}

/* gnavi custom_ver（均等割）計算式を入力する */
.gnavi.custom_ver .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

.gnavi.custom_ver .lists a {
  display: block;
  padding: 20px 0;
}

/* searchboxのスタイル */
.searchbox {
  position: relative;
  width: 280px;
}

.searchbox::before {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 15px;
  margin-top: -9px;
  color: #bbb;
  font-family: 'FontAwesome';
  content: ' \f002';
}

.searchbox .form {
  -webkit-box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 280px;
  height: 30px;
  padding: 6px 60px 6px 30px;
  border: solid 1px #CCC;
  border-style: none;
          box-shadow: none;
  color: #666;
  font-family: 'Open Sans',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.searchbox .sgo {
  -webkit-transition: opacity .3s linear;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding: 4px 12px;
  border-style: none;
  border-radius: 0;
  background: #CCC;
  color: #FFF;
  cursor: pointer;
  transition: opacity .3s linear;
}

.searchbox .sgo:hover {
  opacity: .5;
}

/*====================================
topページのスタイル
=====================================*/
#top .ttl {
  margin-bottom: 0;
}

.lead {
  margin: 10px 0 20px;
  font-size: 1.4rem;
  text-align: center;
}

/* news */
.news_bnr {
  margin-bottom: 30px;
}

.news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px;
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  background: #f2f2f2;
  font-size: 1.4rem;
  letter-spacing: .028em;
  line-height: 1;
}

.news .feed {
  margin: 15px 20px 5px;
}

.news .feed .lists:not(:last-child) {
  padding-bottom: 10px;
}

/*.news .feed th {
  width: 60px;
}
.news .feed th,
.news .feed td {
  line-height: 1.6; 
}
.news .feed td {
  padding-bottom: 10px;
}
.news .feed td a {
  text-decoration: underline;
}*/
.news time {
  margin-right: 25px;
}

.news .feed .lists {
  display: table;
  margin-bottom: 10px;
}

.news .feed .update {
  display: table-cell;
  width: 120px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.news .feed .txt {
  display: table-cell;
}

.news .feed .txt a {
  text-decoration: underline;
}

/* #top .hls {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
} */
/* slide_list */
.slide_list {
  margin: 15px 0;
  overflow: auto;
}

.slide_list .slide_list_outer {
  width: 1935px;
  padding-bottom: 20px;
}

.slide_list .lists {
  width: 180px;
  float: left;
  vertical-align: top;
}

.slide_list .lists:not(:last-child) {
  margin-right: 15px;
}

.slide_list .thumb {
  position: relative;
  width: 180px;
  height: 135px;
  overflow: hidden;
  border: solid 1px #ddd;
  text-align: center;
}

.slide_list .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.slide_list .txt {
  margin: 15px 0;
  font-size: 1.4rem;
}

.slide_list .update {
  display: block;
  margin: 10px 0;
  color: #333;
  font-size: 1.0rem;
}

.slide_list .label {
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 1.0rem;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 3px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 1px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ddd !important;
}

/* none_slide_list（スライドしない場合） */
.none_slide_list {
  margin: 15px 0;
}

.none_slide_list .slide_list_outer {
  padding-bottom: 20px;
}

.none_slide_list .lists {
  width: 200px;
  float: left;
  vertical-align: top;
}

.none_slide_list .lists:not(:nth-child(3n)) {
  margin-right: 15px;
}

.none_slide_list.pages .lists:last-child,
.none_slide_list.pages .lists:nth-last-child(2),
.none_slide_list.pages .lists:nth-last-child(3) {
  margin-bottom: 0;
}

.none_slide_list .thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 200px;
  height: 145px;
  overflow: hidden;
  border: solid 1px #ddd;
  text-align: center;
}

.none_slide_list .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.none_slide_list .txt {
  margin: 15px 0;
  font-size: 1.4rem;
}

.none_slide_list .update {
  display: block;
  margin: 10px 0;
  color: #333;
  font-size: 1.0rem;
}

.none_slide_list .label {
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 1.0rem;
}

.none_slide_list.pages .update {
  margin: 5px 0;
}

.none_slide_list.pages .lists {
  margin-bottom: 15px;
}

.none_slide_list.pages .lists:last-child {
  margin-right: 15px;
}

.none_slide_list.pages .lists:nth-child(3n) {
  margin-right: 0;
}

.none_slide_list.pages .slide_list_outer {
  padding-bottom: 0;
}

/* bnr_list */
.bnr_list {
  text-align: center;
}

.bnr_list .lists:nth-child(odd) {
  margin-right: 18px;
}

.bnr_list .lists {
  margin-bottom: 8px;
}

#top .feature_list .lists {
  width: 308px;
}

#top .feature_list .lists:nth-child(odd) {
  margin-right: 18px;
}

#top .feature_list .lists {
  margin-bottom: 20px;
}

/* label */
.label {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
  padding: 2px 5px 1px;
  border-radius: 4px;
  background: #CCC;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: .09em;
}

/* map_canvas */
.jpmap_canvas {
  position: relative;
  margin-bottom: 30px;
}

.jpmap_canvas .jpmap_img img {
  display: block;
  width: 83%;
  margin: 0 auto;
  padding: 20px 0 50px;
}

.jpmap_canvas .docs {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0;
  width: 320px;
}

.prefectly {
  width: 530px;
  margin: 30px auto;
  color: #dddddd;
  font-size: 550px;
}

/* static_map */
.static_map {
  position: relative;
}

.map_img {
  margin-bottom: 35px;
  padding-top: 30px;
}

.icon_desc {
  text-align: center;
}

.map_ad {
  z-index: 5;
  position: absolute;
  top: 50px;
  left: 0;
}

/* status icon */
.status_icon .icons {
  z-index: 1;
  width: 42px;
  height: 42px;
}

.status_icon .icons.status01 {
  background: url(../images/dummy/status_icons.png) no-repeat 0 0;
}

.status_icon .icons.status02 {
  background: url(../images/dummy/status_icons.png) no-repeat -42px 0;
}

.status_icon .icons.status03 {
  background: url(../images/dummy/status_icons.png) no-repeat -84px 0;
}

.status_icon .icons.status04 {
  background: url(../images/dummy/status_icons.png) no-repeat -126px 0;
}

.status_icon .icons.status05 {
  background: url(../images/dummy/status_icons.png) no-repeat -168px 0;
}

.status_icon .icons.status06 {
  background: url(../images/dummy/status_icons.png) no-repeat -210px 0;
}

.status_icon .icons.status07 {
  background: url(../images/dummy/status_icons.png) no-repeat -252px 0;
}

.status_icon .icons.hokkaido {
  top: 100px;
  left: 455px;
}

.status_icon .icons.touhoku {
  top: 255px;
  left: 400px;
}

.status_icon .icons.hokuriku {
  top: 365px;
  left: 280px;
}

.status_icon .icons.kanto {
  top: 390px;
  left: 360px;
}

.status_icon .icons.tokai {
  top: 425px;
  left: 300px;
}

.status_icon .icons.koushinetsu {
  top: 315px;
  left: 350px;
}

.status_icon .icons.kansai {
  top: 440px;
  left: 220px;
}

.status_icon .icons.shikoku {
  top: 485px;
  left: 170px;
}

.status_icon .icons.chyugoku {
  top: 430px;
  left: 160px;
}

.status_icon .icons.kyusyu {
  top: 515px;
  left: 85px;
}

.map_area {
  font-size: 1.4rem;
}

.map_area .lists {
  margin-right: 10px;
}

.map_area a {
  -webkit-transition: all .3s;
  padding: 2px 5px 1px;
  transition: all .3s;
}

.map_area a:hover {
  border-radius: 4px;
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.map_area .area {
  margin: 0;
}

/* hokkaido */
.hokkaido {
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 80px;
  right: 220px;
}

/* touhoku */
.touhoku {
  z-index: 3;
  position: absolute;
  top: 230px;
  right: 20px;
  width: 150px;
}

/* hokuriku */
.hokuriku {
  z-index: 3;
  position: absolute;
  top: 240px;
  left: 200px;
  width: 150px;
  text-align: right;
}

.hokuriku .lists {
  margin: 0 0 0 10px;
}

/* kanto */
.kanto {
  z-index: 3;
  position: absolute;
  top: 335px;
  right: 0;
  width: 190px;
}

/* tokai */
.tokai {
  display: inline-block;
  position: absolute;
  top: 440px;
  right: 25px;
}

/* koushinetsu */
.koushinetsu {
  z-index: 3;
  position: absolute;
  top: 310px;
  left: 130px;
  width: 150px;
  text-align: right;
}

.koushinetsu .lists {
  margin: 0 0 0 10px;
}

/* kansai */
.kansai {
  z-index: 3;
  position: absolute;
  top: 480px;
  right: 190px;
  width: 160px;
}

/* shikoku */
.shikoku {
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 550px;
  right: 270px;
}

/* chyugoku */
.chyugoku {
  z-index: 3;
  position: absolute;
  top: 380px;
  left: 0px;
  width: 150px;
  text-align: right;
}

.chyugoku .lists {
  margin: 0 0 0 10px;
}

/* kyusyu */
.kyusyu {
  z-index: 3;
  position: absolute;
  top: 590px;
  left: 10px;
  width: 210px;
}

/*====================================
container
=====================================*/
#container {
  width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  background: #FFF;
  font-size: 1.2rem;
  /*border-radius: 0 0 8px 8px;*/
}

#container > .inner {
  padding: 0 25px;
}

/* 見出しのスタイル */
.hl {
  margin: 0 0 30px;
  font-size: 3.0rem;
}

.hl .hl {
  vertical-align: middle;
}

.hl .ic {
  display: inline-block;
}

.hl.nobt {
  margin: 0 0 12px;
}

.hl.nobt + .lead {
  margin: 0 0 32px;
  text-align: left;
}

.hl .ic::before {
  display: inline-block;
  width: 62px;
  height: 51px;
  margin-right: 15px;
  background: url(../../asset/images/dummy/icatch.png) no-repeat center;
  background-size: 62px auto;
  vertical-align: middle;
  content: '';
}

.hls {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.has-line_hl {
  margin: 60px 0 35px;
  font-size: 2.4rem;
}

/* テキストのスタイル */
.txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

#main {
  width: 635px;
  margin-right: 15px;
  float: left;
}

.keyword_list {
  margin: 10px 0 35px;
  font-size: 1.4rem;
}

/* 絞込件数のスタイル */
.shiborikomi {
  margin: 15px 0;
  font-size: 1.4rem;
  line-height: 1;
}

.shiborikomi .page {
  margin-top: 5px;
}

.hit span {
  display: inline-block;
  margin: 0 3px;
  font-size: 1.5em;
  font-weight: bold;
}

.hit.pull_left {
  float: none;
  font-size: 1.4rem;
}

/* pref リストスタイル */
.pref_list {
  margin: 30px 0;
  border-top: solid 1px #ebebeb;
  font-size: 1.4rem;
}

.pref_list a {
  display: block;
  position: relative;
  margin-right: 15px;
  padding: 25px 0;
}

.pref_list a:hover {
  opacity: .7;
}

.pref_list a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 2.0rem;
  content: '\f105';
}

.pref_list > .lists {
  -webkit-transition: all .4s ease-in-out;
  border-bottom: solid 1px #ebebeb;
  transition: all .4s ease-in-out;
}

.pref_list > .lists .thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 155px;
  height: 115px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  border: solid 1px #ddd;
  background: #FFF;
}

.pref_list > .lists .txt_area {
  width: 445px;
  float: left;
}

/* 右上のマーク */
.pref_list > .lists .thumb::before {
  display: inline-block;
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #CCC;
  content: "";
}

.pref_list > .lists .thumb::after {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}

.pref_list > .lists .thumb .ribbon {
  display: none;
  z-index: 100;
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  content: "";
}

.pref_list > .lists .thumb::after {
  display: none;
  top: 0;
  right: 0;
  border-right: 4em solid #CCC;
  border-bottom: 4em solid transparent;
}

.pref_list > .lists .thumb .ribbon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: .8em;
  right: .6em;
  transform: rotate(45deg);
}

/* thumにactiveが付与された場合 */
.pref_list > .lists .thumb.active::before,
.pref_list > .lists .thumb.active .ribbon,
.pref_list > .lists .thumb.active::after {
  display: inline-block;
}

/*====================================
pref list のステータスアイコン
=====================================*/
.s_name .status.s0,
.ranking_list .lists .s0::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat 0 0;
  background-size: 400px auto;
}

.s_name .status.s1,
.ranking_list .lists .s1::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -50px 0;
  background-size: 400px auto;
}

.s_name .status.s2,
.ranking_list .lists .s2::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -100px 0;
  background-size: 400px auto;
}

.s_name .status.s3,
.ranking_list .lists .s3::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -150px 0;
  background-size: 400px auto;
}

.s_name .status.s4,
.ranking_list .lists .s4::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -200px 0;
  background-size: 400px auto;
}

.s_name .status.s5,
.ranking_list .lists .s5::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -250px 0;
  background-size: 400px auto;
}

.s_name .status.s6,
.ranking_list .lists .s6::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -300px 0;
  background-size: 400px auto;
}

.s_name .status.s7,
.ranking_list .lists .s7::after {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -350px 0;
  background-size: 400px auto;
}

.other .s_name .status.s0 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat 0 0;
  background-size: 300px;
}

.other .s_name .status.s1 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -43px 0;
  background-size: 310px;
}

.other .s_name .status.s2 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -86px 0;
  background-size: 310px;
}

.other .s_name .status.s3 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -120px 0;
  background-size: 310px;
}

.other .s_name .status.s4 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -160px 0;
  background-size: 310px;
}

.other .s_name .status.s5 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -198px 0;
  background-size: 310px;
}

.other .s_name .status.s6 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -238px 0;
  background-size: 310px;
}

.other .s_name .status.s7 {
  background: url(../../asset/images/dummy/status_ico.png) no-repeat -276px 0;
  background-size: 310px;
}

.pref_list > .lists .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.s_name {
  margin-bottom: 10px;
}

.s_name .name {
  width: 550px;
  float: left;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  /*text-overflow: ellipsis;*/
}

.s_name .name .name_sub {
  display: block;
  margin: 0px 0 0px;
  overflow: hidden;
  font-size: 1.4rem;
  /*text-overflow: ellipsis;*/
}

.s_name .status {
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  float: left;
}

.s_hl {
  line-height: 1.4;
}

.area {
  margin-top: 10px;
}

.detail span {
  color: #333;
}

/* tagのスタイル */
.tag_list {
  margin-bottom: 35px;
  font-size: 1.4rem;
  letter-spacing: -.4em;
}

.tag_list > .lists {
  display: inline-block;
  margin: 0 5px 5px 0;
  letter-spacing: normal;
}

.tag_list > .lists.disable a {
  background: #ebebeb;
  opacity: .3;
  pointer-events: none;
}

.tag_list > .lists.active a {
  background: #CCC;
  color: #FFF;
  pointer-events: none;
}

.tag_list .tags {
  display: block;
  padding: 2px 10px;
  border: solid 1px #ccc;
  border-radius: 20px;
}

.tags::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: ' \f02b';
}

.tags:hover {
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.label_list {
  margin: 5px 0;
  font-size: 1.3rem;
}

.label_list > .lists {
  margin-bottom: 5px;
  padding: 2px 10px 3px;
  border: solid 1px #ebebeb;
  border-radius: 20px;
}

.label_list > .lists::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: ' \f02b';
}

.label_list > .lists:not(:last-child) {
  margin-right: 5px;
}

/* area.html リストスタイル */
.area_list {
  margin-bottom: 50px;
  font-size: 1.4rem;
}

.area_list > .lists {
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.area_list > .lists {
  margin-bottom: 20px;
}

.area_list > .lists:last-child {
  margin-bottom: 40px;
}

.area_list > .lists > .inner {
  padding: 30px;
}

.area_list .lists > .inner > .area_neme {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
}

.area_list .lists .btn_list .lists {
  margin-bottom: 20px;
}

.pickup {
  margin-top: 25px;
}

.pickup_list {
  -ms-flex-line-pack: start;
  /*--- IE10 ---*/
  -webkit-box-pack: start;
  /*--- Androidブラウザ用 ---*/
  -webkit-justify-content: start;
  /*--- safari（PC）用 ---*/
  -ms-flex-pack: start;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
      justify-content: flex-start;
  margin: 20px 0 30px;
}

.pickup_list .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  min-height: 225px;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 4px;
  background: #FFF;
  vertical-align: top;
}

.pickup_list .lists:not(:last-child) {
  margin-right: 16px;
}

.pickup_list .thumb {
  position: relative;
  width: 182px;
  height: 114px;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}

.pickup_list .thumb img {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 4px 4px 0 0;
}

.pickup_list .txt_area {
  padding: 20px 10px;
}

.pickup_list .area_name {
  margin: 0 0 5px;
}

/* add */
.pickup_list .name {
  margin-bottom: 5px;
}

.pickup_list .detail {
  font-size: 14px;
}

/* sub content */
.sub {
  margin: 25px 0;
}

.hl_sub {
  padding: 10px;
  background: #CCC url(../../asset/images/dummy/hl_bg.png) no-repeat right top;
  background-size: 196px auto;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: normal;
}

.hl_sub2 {
  color: #333;
  font-size: 2.4rem;
}

.sub .inner > a {
  display: block;
}

.sub .inner {
  padding: 25px 0;
}

.md .inner {
  padding-bottom: 25px;
}

.sub .single_image {
  text-align: center;
}

.sub .hl {
  margin-bottom: 20px;
  font-family: 'Open Sans',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.md .hl {
  margin-top: 0 !important;
}

.sub .txt_area {
  width: 475px;
}

/* area_listのスタイル dl の場合 */
.ftr_area_list {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.ftr_area_list dt {
  width: 90px;
  font-weight: bold;
}

.ftr_area_list dd {
  width: 67px;
}

.ftr_area_list a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* area_listのスタイル ul の場合 */
ul.ftr_area_list {
  margin-bottom: 20px;
}

.ftr_area_list li {
  width: 90px;
  margin-bottom: 10px;
}

.area_list .weather_list {
  border-style: none;
  background-color: #FFF;
}

ul.ftr_area_list {
  margin-bottom: 20px;
}

.ftr_area_list2 .lists {
  width: 260px;
  margin-bottom: 10px;
  font-size: 14px;
}

/*====================================
フォト
=====================================*/
.simple_arealist {
  width: 100%;
  font-size: 0;
}

.simple_areaitem {
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.simple_areaitem::after {
  display: inline-block;
  margin: 0 8px;
  content: '|';
}

.ic_photo {
  margin-bottom: 20px;
  padding-left: 80px;
}

.ic_photo .hl {
  margin-bottom: 0;
  line-height: 1.6;
}

.ic_photo .sub_hl {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.ic_photo .lead {
  margin-top: 5px;
  text-align: left;
}

.photo_list {
  margin: 16px 0 32px;
}

.photo_list a:hover {
  opacity: 1;
}

.photo_list .lists:not(:nth-child(4n)) {
  margin-right: 1px;
}

.photo_list .lists {
  width: 158px;
  height: 158px;
  margin-bottom: 1px;
  vertical-align: top;
}

.photo_list .thumb {
  position: relative;
  width: 158px;
  height: 158px;
  overflow: hidden;
  /* background: #fff1f3; */
  background: #FFF;
}

.photo_list .thumb > img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
}

.photo_list .thumb > img.image_h {
  width: 100%;
  height: auto;
}

.photo_list .caption {
  -webkit-transition: all .3s;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(233,91,122,.8); */
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 1.2rem;
  vertical-align: bottom;
  opacity: 0;
  transition: all .3s;
}

.photo_list .lists:hover .caption,
.photo_list .lists.current .caption {
  opacity: 1;
}

.photo_list .lists.current .caption .txt_area {
  opacity: 0;
}

.photo_list .lists.current a {
  pointer-events: none;
}

.photo_list .caption .txt_area {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 15px;
}

.photo_list .caption .txt_area > span {
  display: block;
}

.photo_list .caption .txt_area > span:first-child {
  margin-bottom: 5px;
  line-height: 1.2;
}

#next {
  margin: 25px 0;
  text-align: right;
}

/* 詳細（フォト） */
.photo {
  margin: 0 0 5px 0;
}

.photo .ph {
  background: #fff1f3;
  text-align: center;
}

.photo .ph_full {
  padding: 0 25px;
  text-align: center;
}

.photo .ph_full > img {
  max-width: 950px;
  max-height: 630px;
}

.photo .ph > img {
  max-width: 635px;
  max-height: 480px;
}

.photo_detail .area {
  margin-bottom: 5px;
}

.photo_detail .name {
  margin: 10px 0 20px;
  font-size: 2.4rem;
  line-height: 1.3;
}

.photo_detail .btn {
  margin: 30px 0;
}

/*====================================
ランキングリスト&カレンダー
=====================================*/
.ic_ranking {
  margin-bottom: 20px;
  padding-left: 110px;
}

.ic_calendar {
  margin-bottom: 20px;
  padding-left: 76px;
}

.ic_calendar {
  background: url(../../asset/images/main/calendar_hl.jpg) no-repeat left 10px;
  background-size: 50px;
}

.ic_ranking {
  background: url(../../asset/images/main/ranking_hl.jpg) no-repeat left 10px;
  background-size: 105px;
}

.ic_cal {
  background: url(../../asset/images/main/cal_hl.png) no-repeat left center;
  background-size: 62px;
}

.ic_map {
  background: url(../../asset/images/main/map_hl.png) no-repeat left center;
  background-size: 62px;
}

.ic_photo {
  background: url(../../asset/images/main/photo_hl.png) no-repeat left 10px;
  background-size: 57px;
}

.ic_topics,
.ic_cal,
.ic_map,
.ic_rec {
  margin-bottom: 20px;
  padding-left: 75px;
}

.ic_ranking .lead,
.ic_calendar .lead,
.ic_topics .lead {
  margin-top: 5px;
  text-align: left;
}

.ic_ranking .hl,
.ic_calendar .hl,
.ic_topics .hl,
.ic_map .hl,
.ic_cal .hl,
.ic_rec .hl {
  margin: 0;
  font-size: 2.8rem;
  letter-spacing: -.06em;
}

.ic_map .hl,
.ic_cal .hl,
.ic_rec .hl {
  margin-top: 55px;
  line-height: 2.8;
}

#top .ic_ranking {
  margin-top: 55px;
}

.ic_calendar .area {
  display: inline-block;
  position: relative;
  top: -4px;
  padding: 3px 6px 2px 10px;
  border: solid 1px #CCC;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: .4em;
}

.calendar .cond_hl {
  margin: 40px 0;
}

.calendar .cond_hl .sub {
  display: block;
  margin: 0;
  font-size: 1.8rem;
}

.calendar .cond_hl .hl {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.calendar .cond_list {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}

.select {
  margin-bottom: 35px;
}

.update {
  display: block;
  margin: 20px 0;
  color: #999;
  font-size: 1.2rem;
  font-weight: normal;
}

.ranking_list {
  padding-bottom: 30px;
  letter-spacing: -.4em;
}

.ranking_list > .lists {
  letter-spacing: normal;
  /*margin-bottom: 30px;*/
  vertical-align: top;
}

.ranking_list > .lists:not(:last-child) {
  margin-bottom: 20px;
}

.ranking_list .lists.no_1 {
  width: 100%;
}

.ranking_list .lists .thumb {
  margin: 15px 0;
  overflow: hidden;
  background: #f5f5f5;
}

.ranking_list .lists.no_1 .thumb img {
  display: block;
  max-width: 635px;
  max-height: 476px;
  margin: 0 auto;
}

.ranking_list .txtarea {
  position: relative;
  /*padding-right: 50px;*/
  margin-bottom: 5px;
  font-size: 1.4rem;
}

/*.ranking_list .txtarea.s0::after,
.ranking_list .txtarea.s1::after,
.ranking_list .txtarea.s2::after,
.ranking_list .txtarea.s3::after,
.ranking_list .txtarea.s4::after,
.ranking_list .txtarea.s5::after,
.ranking_list .txtarea.s6::after,
.ranking_list .txtarea.s7::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}*/
.ranking_list .name_main {
  margin: 0 0 15px;
}

.ranking_list .name_main span {
  display: table-cell;
  padding-left: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.ranking_list .no_0 .name_main span {
  padding-top: 10px;
  padding-left: 0px;
}

.ranking_list .no_0 .name_main span.ranknum {
  padding-right: 10px;
  color: #7ab12b;
  white-space: nowrap;
}

.ranking_list .no_1 .name_main span {
  font-size: 3.0rem;
}

.ranking_list .txtarea .name_sub {
  margin: 15px 0;
}

.ranking_list .txtarea .area {
  margin: 0;
}

.ranking_list .no_2,
.ranking_list .no_3 {
  display: inline-block;
  width: 308px;
}

.ranking_list .no_2 {
  margin-right: 14px;
}

.ranking_list .no_2 .thumb,
.ranking_list .no_3 .thumb {
  width: 308px;
  height: 205px;
  text-align: center;
}

.ranking_list .no_2 .thumb img,
.ranking_list .no_3 .thumb img {
  display: block;
  width: auto;
  max-height: 205px;
  margin: 0 auto;
}

.ranking_list .no_4 .thumb,
.ranking_list .no_5 .thumb,
.ranking_list .no_6 .thumb,
.ranking_list .no_7 .thumb,
.ranking_list .no_8 .thumb,
.ranking_list .no_9 .thumb,
.ranking_list .no_10 .thumb,
.ranking_list .no_0 .thumb {
  display: inline-block;
  width: 158px;
  height: 105px;
  margin: 0 20px 0 0;
  float: left;
  text-align: center;
  vertical-align: top;
}

.ranking_list .no_4 .thumb img,
.ranking_list .no_5 .thumb img,
.ranking_list .no_6 .thumb img,
.ranking_list .no_7 .thumb img,
.ranking_list .no_8 .thumb img,
.ranking_list .no_9 .thumb img,
.ranking_list .no_10 .thumb img,
.ranking_list .no_0 .thumb img {
  display: block;
  width: auto;
  max-height: 105px;
  margin: 0 auto;
}

.ranking_list .no_4 .txtarea,
.ranking_list .no_5 .txtarea,
.ranking_list .no_6 .txtarea,
.ranking_list .no_7 .txtarea,
.ranking_list .no_8 .txtarea,
.ranking_list .no_9 .txtarea,
.ranking_list .no_10 .txtarea,
.ranking_list .no_0 .txtarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.ranking_list .no_4 > .lists a,
.ranking_list .no_5 > .lists a,
.ranking_list .no_6 > .lists a,
.ranking_list .no_7 > .lists a,
.ranking_list .no_8 > .lists a,
.ranking_list .no_9 > .lists a,
.ranking_list .no_10 > .lists a,
.ranking_list .no_0 > .lists a {
  width: 100%;
}

.ranking_list .no_4 .name_sub,
.ranking_list .no_5 .name_sub,
.ranking_list .no_6 .name_sub,
.ranking_list .no_7 .name_sub,
.ranking_list .no_8 .name_sub,
.ranking_list .no_9 .name_sub,
.ranking_list .no_10 .name_sub,
.ranking_list .no_0 .name_sub {
  margin-top: 0;
}

.ranking_list .no_4 .box,
.ranking_list .no_5 .box,
.ranking_list .no_6 .box,
.ranking_list .no_7 .box,
.ranking_list .no_8 .box,
.ranking_list .no_9 .box,
.ranking_list .no_10 .box,
.ranking_list .no_0 .box {
  display: inline-block;
  width: 457px;
}

.ranking_list .no_4 .tag_list,
.ranking_list .no_5 .tag_list,
.ranking_list .no_6 .tag_list,
.ranking_list .no_7 .tag_list,
.ranking_list .no_8 .tag_list,
.ranking_list .no_9 .tag_list,
.ranking_list .no_10 .tag_list,
.ranking_list .no_0 .tag_list {
  width: 457px;
  margin-left: auto;
}

/* rankingの順位アイコン */
.ranking_list .no_1 .name_main::before {
  display: table-cell;
  width: 70px;
  height: 70px;
  background: url(../../asset/images/main/ico_ranki_n01.png) no-repeat center;
  background-size: 70px;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_2 .name_main::before {
  display: table-cell;
  width: 45px;
  height: 45px;
  background: url(../../asset/images/main/ico_ranki_n02.png) no-repeat center;
  background-size: 45px;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_3 .name_main::before {
  display: table-cell;
  width: 45px;
  height: 45px;
  background: url(../../asset/images/main/ico_ranki_n03.png) no-repeat center;
  background-size: 45px;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_4 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n04.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_5 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n05.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_6 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n06.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_7 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n07.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_8 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n08.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_9 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n09.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .no_10 .name_main::before {
  display: table-cell;
  width: 65px;
  height: 35px;
  background: url(../../asset/images/main/ico_ranki_n10.png) no-repeat center;
  background-size: 60px auto;
  vertical-align: middle;
  content: '';
  table-layout: fixed;
}

.ranking_list .tag_list {
  margin-bottom: 0;
}

.status_list {
  margin: 10px 0;
  padding: 10px 10px 0 10px;
  background: #ebebeb;
}

.status_list .lists {
  margin-bottom: 10px;
  vertical-align: top;
}

/*.ranking_list .tag_list .lists {
  margin-bottom: 0;
}*/
/* .ranking_list .tag_list .lists a {
  padding: 8px 10px;
  border: solid 1px #CCC;
  border-radius: 2px;
}
.ranking_list .tag_list .lists a:hover {
  opacity: 1;
  background: #CCC;
  color: #FFF;
}
.ranking_list .tag_list .lists a:hover .theme {
  color: #FFF!important;
}
.ranking_list .lists:first-child .tag_list,
.ranking_list .lists:nth-child(2) .tag_list,
.ranking_list .lists:nth-child(3) .tag_list {
  margin-left: 0;
}
.ranking_list .tag_list,
.ranking_list .lists.no_0 .tag_list {
  margin-left: 178px;
}
.ranking_list .tag_list .lists:not(:last-child) {
  margin-right: 5px;
}
 */
.ic_ranking_sub {
  margin-bottom: 30px;
  padding-left: 115px;
  background: url(../../asset/images/main/ranking_hl.jpg) no-repeat 0 2px;
  background-size: 100px auto;
  font-size: 3.0rem;
  line-height: 2;
}

.ic_ranking_sub .update {
  margin: 0;
}

.ranking_sub {
  margin: 30px 0 60px;
}

.ranking_sub .btn {
  margin: 50px 0 30px;
}

/* .ranking_list_sub {
  padding: 0 30px;
} */
.ranking_list_sub .lists {
  margin-bottom: 20px;
}

.ranking_list_sub .name_main {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.4;
  table-layout: fixed;
}

.ranking_list_sub .name_main .num {
  display: table-cell;
  width: 90px;
  height: 40px;
  vertical-align: middle;
  table-layout: fixed;
}

.ranking_list_sub .no_1 .num {
  background: url(../../asset/images/main/ico_ranki_n01.png) no-repeat 10px 0;
  background-size: 45px auto;
}

.ranking_list_sub .no_2 .num {
  background: url(../../asset/images/main/ico_ranki_n02.png) no-repeat 10px 0;
  background-size: 45px auto;
}

.ranking_list_sub .no_3 .num {
  background: url(../../asset/images/main/ico_ranki_n03.png) no-repeat 10px 0;
  background-size: 45px auto;
}

.ranking_list_sub .no_4 .num {
  background: url(../../asset/images/main/ico_ranki_n04.png) no-repeat 10px 0;
  background-size: 45px auto;
}

.ranking_list_sub .no_5 .num {
  background: url(../../asset/images/main/ico_ranki_n05.png) no-repeat 10px 0;
  background-size: 45px auto;
}

.ranking_list_sub .name_main .name {
  display: table-cell;
  vertical-align: middle;
}

.ranking_list_sub .thumb {
  width: 158px;
  margin-right: 20px;
  float: left;
  background: #f7f7f7;
  text-align: center;
}

.ranking_list_sub .thumb img {
  max-width: 158px;
  max-height: 105px;
}

.ranking_list_sub .txtarea {
  width: 395px;
  float: left;
}

.ranking_list_sub .txtarea .name_sub {
  margin-bottom: 15px;
  font-size: 2.0rem;
  line-height: 1.3;
}

.ranking_list_sub .txtarea .hl {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.ranking_list_sub .txtarea .area,
.ranking_list_sub .txtarea .detail {
  font-size: 1.4rem;
}

/*  */
.status2 {
  display: inline-block;
  /* padding: 10px 10px 8px; */
  /* background: #ebebeb; */
  margin: 0 10px 10px 0;
  font-size: 1.2rem;
  line-height: 1;
}

.visitor::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f007';
}

.want::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f004';
}

.like::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f164';
}

.light::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f0eb';
}

/*====================================
calendar module
=====================================*/
.date_select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  font-size: 1.4rem;
  table-layout: fixed;
}

.date_select .half_txt {
  display: block;
}

.date_select .prev,
.date_select .next {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  cursor: pointer;
  table-layout: fixed;
}

.date_select .prev a,
.date_select .next a {
  display: block;
  padding: 20px;
}

.date_select .prev a > div,
.date_select .next a > div {
  display: inline-block;
}

.date_select .prev:hover,
.date_select .next:hover {
  background: #CCC;
  color: #FFF;
}

.date_select .prev:hover a,
.date_select .next:hover a {
  color: #FFF;
  opacity: 1;
}

.date_select .next {
  text-align: right;
}

.date_select .prev a::before {
  position: relative;
  top: -5px;
  margin-right: 20px;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  content: ' \f104';
}

.date_select .next a::after {
  position: relative;
  top: -5px;
  margin-left: 20px;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  content: ' \f105';
}

.weekend_select {
  margin: 20px 0;
  font-size: 1.4rem;
}

.weekend_select a {
  display: block;
  position: relative;
  padding: 10px 20px 8px;
  border: solid 1px #CCC;
}

.weekend_select a:hover {
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.weekend_select a::after {
  position: absolute;
  right: 20px;
  font-family: 'FontAwesome';
  content: ' \f105';
}

.weekend_select .prev,
.weekend_select .next {
  width: 300px;
}

.weekend_select .prev {
  float: left;
}

.weekend_select .next {
  float: right;
}

.calendar_main .tab_content {
  margin: 25px 0;
}

.calendar_main .tab {
  margin: 10px 0 20px;
  border-bottom: solid 1px #CCC;
  font-size: 1.4rem;
}

.calendar_main .tab .tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  padding: 10px;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  text-align: center;
  cursor: pointer;
}

.calendar_main .tab .tabs.active {
  background: #CCC;
  color: #FFF;
  pointer-events: none;
}

.calendar_main .tab .tabs:hover {
  background: #CCC;
  color: #FFF;
}

.calendar_main .tab .tabs:last-child {
  border-right: solid 1px #CCC;
}

.calendar_main table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  table-layout: fixed;
}

.calendar_main table tr:first-child td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.calendar_main table tr:not(:first-child) {
  text-align: left;
}

.calendar_main table tr:not(:first-child),
.calendar_main table tr:not(:first-child) td {
  border: 1px solid #CCC;
  border-collapse: collapse;
}

.calendar_main table tr:not(:first-child) td:nth-child(6) {
  background: #f3f7ff;
}

.calendar_main table tr:not(:first-child) td:nth-child(6) .day,
.calendar_main table .week td:nth-child(6) {
  color: #3662c3;
}

.calendar_main table tr:not(:first-child) td:nth-child(7),
.calendar_main table tr:not(:first-child) td.holiday {
  background: #fff3f3;
}

.calendar_main table tr:not(:first-child) td:nth-child(7) .day,
.calendar_main table tr td.holiday,
.calendar_main table tr td.holiday a .day {
  color: #e53837;
}

.calendar_main .icon_list {
  margin-top: 20px;
}

.calendar_main .icon_list .lists:not(:last-child) {
  margin-right: 5px;
}

.calendar_main .day {
  display: block;
  z-index: 3;
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 1.8;
  text-align: center;
}

.calendar_main .today .day::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  border-radius: 50%;
  background: #999;
  content: '';
}

.calendar_main .today .day {
  color: #FFF !important;
}

.calendar_main td > a {
  display: block;
  padding: 10px;
}

.calendar_main td > a:hover {
  background: #999;
  color: #FFF !important;
  opacity: 1;
}

.calendar_main td > a:hover .day,
.calendar_main td > a:hover .ico_star,
.calendar_main td > a:hover .ico_tree {
  color: #FFF !important;
}

.calendar_main td > a .day {
  text-decoration: underline;
}

.calendar_main .table_note {
  margin: 20px 0 30px;
  font-size: 1.4rem;
}

.calendar_main .displaynone {
  display: none;
}

/* calendar custom grayout */
.calendar_main td > a[href=""] {
  background: #eaeaea;
  color: #b8b8b8 !important;
  text-decoration: none !important;
  pointer-events: none;
}

.calendar_main td > a[href=""]:hover {
  background: #eaeaea;
  color: #b8b8b8 !important;
  text-decoration: none !important;
}

.calendar_main td > a[href=""] .day {
  color: #b8b8b8 !important;
  text-decoration: none !important;
}

.calendar_main td.holiday > a[href=""] .day {
  color: #b8b8b8 !important;
  text-decoration: none !important;
}

.calendar_main table tr:not(:first-child) td:nth-child(7) > a[href=""] .day {
  color: #b8b8b8 !important;
  text-decoration: none !important;
}

.calendar_main table .publicholiday {
  background: #fff3f3;
}

.calendar_main table .publicholiday .ico_theme1 {
  color: #e53837;
  font-weight: bold;
}

.calendar_main .publicholiday:hover {
  background: #999;
  color: #FFF;
  opacity: 1;
}

.tab_monthly_link {
  text-align: right;
}

.tab_monthly_link a {
  font-size: 14px;
  text-decoration: underline;
}

.tab_monthly_link a::after {
  display: inline-block;
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 16px;
  content: '\f105';
}

/*====================================
Custom Select
=====================================*/
.custom-select-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  display: inline-block;
  position: relative;
          user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  display: inline-block;
  position: relative;
}

.custom-select-trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 300px;
  padding: 10px 20px;
  border: solid 1px #CCC;
  font-size: 1.4rem;
  cursor: pointer;
}

.custom-select-trigger:after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  background: url(../../asset/images/common/select_down_btn.png) no-repeat center;
  background-size: 8px;
  content: '';
  pointer-events: none;
}

.custom-options {
  -webkit-box-sizing: border-box;
  -webkit-transition: all .4s ease-in-out;
  -webkit-transform: translateY(-15px);
          box-sizing: border-box;
  display: block;
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  min-width: 100%;
  margin: 15px 0;
          transform: translateY(-15px);
  border: 1px solid #CCC;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-in-out;
}

.custom-select.opened .custom-options {
  -webkit-transform: translateY(0);
  visibility: visible;
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.custom-options:before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 100%;
  width: 7px;
  height: 7px;
  margin-bottom: -3px;
          transform: rotate(45deg);
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #FFF;
  content: '';
  transition: all .4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  display: block;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #CCC;
  color: #333;
  font-size: 1.4rem;
  cursor: pointer;
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
  background: #CCC;
  color: #FFF;
}

/*====================================
詳細のスタイル
=====================================*/
.s_detail .s_name .name {
  position: relative;
  top: -3px;
  width: 580px;
  font-size: 3.0rem;
  white-space: normal;
}

.s_detail .s_name .name .name_sub {
  display: block;
  margin: 5px 0 0;
  font-size: 1.8rem;
  white-space: normal;
}

.s_detail .area {
  margin: 5px 0 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.s_detail .anchor_list {
  margin: 0 auto;
  border-bottom: solid 1px #ddd;
}

.pic_main {
  margin: 25px 0;
  background: #f5f5f5;
  text-align: center;
}

.pic_main img {
  max-width: 635px;
  max-height: 480px;
}

.s_detail .s_hl {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.s_detail .s_detail {
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

figcaption {
  color: #999;
  font-size: 1.2rem;
}

/* 詳細：該当スポットのランキング棚出し */
.rank_box {
  margin: 20px 0;
}

.rank_box .rank_btn {
  margin: 0 0 10px 0;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
}

.rank_box .rank_btn a {
  display: block;
  position: relative;
  padding: 8px 15px;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  background: #ebebeb;
  vertical-align: middle;
}

.rank_box .rank_btn a:hover {
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.rank_box .rank_btn a::before {
  margin-right: .5em;
  font-family: 'ico' !important;
  text-align: center;
  content: '\e905';
}

.rank_box .rank_btn a::after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: '\f105';
}

/* 詳細テーブル */
.table_hl {
  font-size: 1.4rem;
}

.table_hl::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: '\f0c8';
}

.s_table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 20px;
  border: solid 2px #ddd;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  text-align: left;
}

.s_table tr:not(:last-child) {
  border-bottom: dotted 1px #ddd;
}

.s_table th {
  width: 180px;
  text-align: left;
}

.s_table td > a {
  text-decoration: underline;
}

.s_table th,
.s_table td {
  padding: 10px;
  vertical-align: top;
}

.s_table a[target="_blank"]::after {
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  content: ' \f08e';
}

.s_table .map {
  position: relative;
  padding-right: 70px;
}

.s_table .map_btn {
  display: inline-block;
  position: absolute;
  top: 6.5px;
  right: 10px;
  margin-left: 20px;
  border-radius: 4px;
  background: #CCC;
}

.s_table .map_btn > a {
  padding: 3px 10px 2px;
  color: #FFF;
}

/* gallery */
.gallery .gallery_list {
  margin-bottom: 25px;
}

.gallery .gallery_list > .lists {
  width: 120px;
  vertical-align: top;
}

.gallery .gallery_list > .lists:not(:last-child) {
  margin-right: 8px;
}

.gallery .gallery_list > .lists .thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: solid 1px #ddd;
}

.gallery .gallery_list > .lists .txt {
  margin-top: 20px;
  font-size: 1.2rem;
}

.gallery .gallery_list > .lists .thumb .img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

.gallery .more,
.gallery .note {
  margin: 20px 0;
}

.gallery .gallery_list > .lists .view {
  -webkit-transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity .3s;
}

.gallery .gallery_list > .lists .view.zoom {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.0rem;
  line-height: 1;
}

.gallery .gallery_list > .lists a:hover,
.gallery .gallery_list > .lists a:hover .view {
  opacity: 1;
}

.gallery .gallery_list > .lists .view .inner {
  padding: 10px;
}

/* twitter list */
.hl_sub.tweet {
  background: none;
  background: #1da1f2;
  color: #FFF;
}

.hl_sub.tweet span::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f099';
}

.sub .tweet .tw_list {
  font-size: 1.4rem;
}

.tw_list .lists:not(:last-child) {
  margin-bottom: 30px;
}

.tw_list .lists .thumb {
  width: 48px;
  margin-right: 20px;
  float: left;
}

.tw_list .lists .txt_area {
  float: left;
}

.tw_list .lists .tw_name {
  font-weight: bold;
}

.tw_list .lists .tw_name .update {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #999;
  font-size: 1.0rem;
  font-weight: normal;
}

.sub .tweet .txt_area {
  width: 565px;
}

.tw_list a {
  color: #1da1f2;
}

/* その他のスポット */
.other_list {
  margin-bottom: 25px;
}

.other_list .lists {
  width: 120px;
  vertical-align: top;
}

.other_list .lists:not(:last-child) {
  margin-right: 8px;
}

.other_list .lists .status {
  width: 30px;
  height: 40px;
}

.other_list .lists .name {
  width: 85px;
  font-size: 1.4rem;
}

.other_list .lists .thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #ddd;
}

.other_list .lists .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

/*====================================
vote btn
=====================================*/
.vote_btn {
  margin: 25px 0;
  font-size: 1.6rem;
  text-align: center;
}

.vote_btn .annotation {
  margin: 10px 0 5px;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: normal;
  text-align: left;
}

.vote_btns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 48.2%;
  text-align: left;
}

.vote_btns .count {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vote_btns .checked .count {
  -webkit-animation: scale .5s;
  animation: scale .5s;
}

.vote01 a {
  border: solid 1px #e62e2e;
  background: #e62e2e;
}

.vote02 a {
  border: solid 1px #2987cf;
  background: #2987cf;
}

.vote_btns a {
  display: block;
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
}

.vote_btns a:hover {
  opacity: 1;
}

.vote01 a.checked {
  -webkit-box-shadow: none;
  position: relative;
  top: 3px;
  border-color: #ffdfdf;
  background: #ffdfdf;
  box-shadow: none;
  color: #e62e2e;
  pointer-events: none;
}

.vote02 a.checked {
  -webkit-box-shadow: none;
  position: relative;
  top: 3px;
  border-color: #dff1ff;
  background: #dff1ff;
  box-shadow: none;
  color: #2987cf;
  pointer-events: none;
}

.vote_btns:first-child {
  margin-right: 19px;
}

.vote_btns a i {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 20px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vote_btns a:hover i {
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}

.another_vote_btn {
  margin: 25px 0;
  font-size: 1.6rem;
  text-align: center;
}

.another_vote_btn .annotation {
  margin: 10px 0 5px;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: normal;
  text-align: left;
}

.another_vote_btns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 48.2%;
  text-align: left;
}

.another_vote_btns .count {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.another_vote_btns .checked .count {
  -webkit-animation: scale .5s;
  animation: scale .5s;
}

.another_vote01 a {
  border: solid 1px #e62e2e;
  background: #e62e2e;
}

.another_vote02 a {
  border: solid 1px #2987cf;
  background: #2987cf;
}

.another_vote_btns a {
  display: block;
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
}

.another_vote_btns a:hover {
  opacity: 1;
}

.another_vote01 a,
.vote01 a {
  -webkit-box-shadow: 0px 3px 0px #981b1b;
  box-shadow: 0px 3px 0px #981b1b;
}

.another_vote02 a,
.vote02 a {
  -webkit-box-shadow: 0px 3px 0px #17588a;
  box-shadow: 0px 3px 0px #17588a;
}

.another_vote_btns:first-child {
  margin-right: 19px;
}

.another_vote_btns a i {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 20px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.another_vote_btns a:hover i {
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}

/*====================================
mailmagazine
=====================================*/
#mailmagazine {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0;
  padding: 30px 20px;
  border: solid 2px #333;
  border-radius: 8px;
  background: #fbfbfb;
}

#mailmagazine .hdl {
  font-size: 1.6rem;
  font-weight: bold;
}

#mailmagazine .hdl::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f1d8';
}

#mailmagazine .txt {
  margin: 20px 0;
  line-height: 1.5;
}

#mailmagazine .check {
  /* display: none; */
  margin-top: 10px;
}

#mailmagazine .check::before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: ' \f00c';
}

#mailmagazine form {
  margin-top: 20px;
}

#mailmagazine .form_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  padding: 5px;
  border: solid 1px #ddd;
  font-size: 1.4rem;
  line-height: 1;
}

#mailmagazine .button {
  -webkit-transition: opacity .3s;
  margin-left: 10px;
  padding: 4px 10px 5px;
  border: solid 2px #CCC;
  border-style: none;
  border-radius: 0;
  background: #CCC;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity .3s;
}

#mailmagazine .button#register {
  border-color: #333;
  background: #333;
  color: #FFF;
}

#mailmagazine .button:hover {
  opacity: .5;
}

/*====================================
more（もっと見る）
=====================================*/
.more {
  font-size: 1.4rem;
  line-height: 1;
}

.more a:hover {
  text-decoration: underline;
  opacity: 1;
}

.more a::after {
  font-family: 'FontAwesome';
  content: ' \f105';
}

.more .btn {
  margin-top: 20px;
}

/*====================================
page back（もっと見る）
=====================================*/
.page_back {
  margin: 25px 0;
  font-size: 1.2rem;
}

.page_back a::before {
  font-family: 'FontAwesome';
  content: ' \f0d8';
}

.page_back a:hover {
  text-decoration: underline;
  opacity: 1;
}

/*====================================
side
=====================================*/
#side {
  width: 300px;
  float: right;
}

.side_md {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.side_md .inner {
  padding: 20px 0;
}

.side_list .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
}

.side_list.single .lists {
  width: 300px;
}

.side_list .lists a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
}

.side_list .lists a:hover {
  text-decoration: underline;
  opacity: 1;
}

.side_list .lists a::after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-family: 'FontAwesome';
  line-height: 1;
  content: '\f105';
}

/* sideの見出しスタイル */
.has-lines {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.has-lines:before,
.has-lines:after {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  display: inline-block;
  flex-grow: 1;
  min-width: 20px;
  height: 1px;
  background: #ccc;
  vertical-align: middle;
  content: '';
}

.has-lines:before {
  margin-right: 10px;
}

.has-lines:after {
  margin-left: 10px;
}

/* image and txt スタイル */
.iat_t .hl_s {
  margin-bottom: 4px;
  letter-spacing: -.07em;
}

.iat_t .txt {
  margin-bottom: 15px;
  letter-spacing: -.05em;
}

.iat:not(:last-child) {
  margin-bottom: 10px;
}

.iat_i {
  width: 120px;
  margin-right: 10px;
}

.iat_i img {
  width: 100%;
  height: auto;
}

/* image and txt s */
.iat_s .lists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 308px;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.iat_s .lists:nth-child(odd) {
  margin-right: 18px;
}

.iat_s .lists .hl {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.iat_s .lists .image {
  margin-right: 15px;
  float: left;
}

.iat_s .lists .txt {
  position: relative;
  top: -4px;
  font-size: 1.6;
  line-height: 1.5;
}

/* ranking list スタイル */
.ranking .lists {
  display: table;
  margin-bottom: 5px;
}

.ranking .number {
  display: table-cell;
  width: 20px;
  vertical-align: top;
}

.ranking .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  height: 20px;
  border-radius: 50%;
  background: #efefef;
  color: #666;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.ranking .spot {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}

.ranking .lists a:hover {
  text-decoration: underline;
  opacity: 1;
}

.circle.no1 {
  background: #deb251;
  color: #fff;
}

.circle.no2 {
  background: #b7b8bc;
  color: #fff;
}

.circle.no3 {
  background: #b97f40;
  color: #fff;
}

/* 新着特集リスト */
.feature_list {
  font-size: 1.4rem;
  letter-spacing: -.4em;
  line-height: 1.2;
}

.feature_list .lists {
  margin-bottom: 15px;
}

.feature_list .thumb {
  display: inline-block;
  width: 77px;
  margin-right: 20px;
  vertical-align: top;
}

.feature_list .thumb img {
  width: 100%;
  height: auto;
}

.feature_list .txt_area {
  display: inline-block;
  width: 200px;
  letter-spacing: normal;
  vertical-align: top;
}

.feature_list .ttl {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.feature_list .txt {
  margin-top: 2px;
}

/*====================================
bannerのスタイル
=====================================*/
.banner {
  margin-bottom: 20px;
  text-align: center;
}

.banner_wide {
  margin-bottom: 20px;
  text-align: center;
}

.ad_2 {
  letter-spacing: -.4em;
}

.ad_2 a {
  display: inline-block !important;
  letter-spacing: normal;
}

.ad_2 a:first-child {
  margin-right: 32px;
}

.ad_module {
  margin-bottom: 20px;
  text-align: center;
}

.ad_mr {
  font-size: 0;
}

.ad_mr01 {
  display: inline-block;
  width: 300px;
  height: 250px;
  margin-right: 35px;
}

.ad_mr02 {
  display: inline-block;
  width: 300px;
  height: 250px;
}

.ad_main {
  margin-bottom: 40px;
  text-align: center;
}

/*====================================
bannerのスタイル header 追加
=====================================*/
.hb {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 8px;
  background: #FFF;
}

/*====================================
sitejack の調整
=====================================*/
.jack {
  position: relative;
}

.jack_right {
  z-index: 99;
  position: absolute;
  top: 0;
  right: -185px;
}

.jack_left {
  z-index: 99;
  position: absolute;
  top: 0;
  left: -185px;
}

/*====================================
controller
=====================================*/
.controller {
  display: table;
  width: 100%;
  margin: 20px 0;
  font-size: 1.6rem;
  line-height: 1;
}

.controller > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  table-layout: fixed;
}

.controller .half_txt {
  display: block;
  margin-bottom: 10px;
}

.controller .prev {
  text-align: left;
}

.controller > .prev a {
  padding: 7px 0 8px 35px;
  background: url(../images/common/prev_arrow.gif);
  background-position: 5px center;
  background-repeat: no-repeat;
}

.controller .next {
  text-align: right;
}

.controller > .next a {
  padding: 7px 35px 8px 0;
  background: url(../images/common/next_arrow.gif);
  background-position: 46px center;
  background-repeat: no-repeat;
}

/*====================================
top_topics
=====================================*/
.top_topics {
  margin: 30px 0;
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.top_topics > .inner {
  padding: 35px 25px 15px;
}

.top_topics .inner2 {
  margin-bottom: 20px;
}

.top_topics .txt_area {
  width: 290px;
  margin-left: 20px;
}

.top_topics .hl {
  margin: -3px 0 10px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.top_topics .area_name {
  margin: 10px 0 5px;
  line-height: 1;
}

.top_topics .update {
  margin: 5px 0 20px;
  color: #333;
  font-size: 1.0rem;
}

.top_topics .update .label {
  position: static;
  margin-left: .5em;
  padding: 1px 5px 0;
  font-size: 1.0rem;
}

.top_topics .topics_hl {
  margin: 5px 0;
  font-weight: normal;
}

.top_topics .topics_hl::before {
  display: inline-block;
  width: 1.5em;
  font-family: 'FontAwesome';
  vertical-align: top;
  content: '\f058';
}

.top_topics .topics_hl span {
  display: inline-block;
  width: 272px;
}

.top_topics .thumb {
  position: relative;
  width: 270px;
  height: 180px;
  overflow: hidden;
  background: #ebebeb;
}

.top_topics .thumb img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 270px;
  height: auto;
  max-height: 180px;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
}

.top_topics .btn {
  margin: 20px auto 30px;
}

.top_topics .btn a {
  display: inline-block;
  padding: 15px 120px;
  line-height: 1;
}

.top_topics .controller {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: solid 1px #CCC;
  font-size: 1.4rem;
}

.ic_topics {
  background: url(../../asset/images/main/topics_hl.png) no-repeat left center;
  background-size: 62px;
}

.ic_news {
  margin-bottom: 30px;
  padding-left: 65px;
  background: url(../../asset/images/main/ic_news.png) no-repeat left 5px;
  background-size: 45px;
}

.ic_news .hl {
  line-height: 1.3;
}

.ic_news time {
  display: block;
  margin: 10px 0;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: right;
}

.news_detail .txt {
  font-size: 1.6rem;
  line-height: 1.7;
}

.news_detail .txt,
.news_detail figure {
  margin-bottom: 30px;
}

.news_detail .hl {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.news_detail .tag_list {
  margin: 15px 0;
}

.news_detail2 {
  margin: 40px 0;
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.news_detail2 > .inner {
  padding: 30px;
}

.news_detail2 .hl {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.news_detail2 .txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.news_detail2 .txt:last-of-type {
  margin-bottom: 0;
}

.article_credit {
  margin: 30px 0;
  text-align: right;
}

.article_credit .author {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
}

.article_credit .publisher {
  display: inline-block;
  width: 50px;
  margin-left: 10px;
}

.article_credit .publisher img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.relation_list {
  margin: 40px 0;
  padding: 30px 20px;
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.relation_list > .hl {
  /* padding-bottom: 3px;
  border-bottom: solid 1px #CCC; */
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.relation_list .txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.relation_list .txt_list {
  font-size: 1.4rem;
  line-height: 1.3;
}

.relation_list .txt_list .lists {
  margin-bottom: 5px;
}

.relation_list .txt_list .lists a::before {
  display: inline-block;
  width: 1.5em;
  font-family: 'FontAwesome';
  vertical-align: top;
  content: '\f0a9';
  table-layout: fixed;
}

.relation_list .txt_list .lists a span {
  display: inline-block;
  width: 570px;
}

.relation_list .txt_list .lists time {
  display: inline-block;
  color: #999;
  font-size: 1.0rem;
}

.relation_list .image_txt_list .thumb {
  width: 185px;
  margin: 0 15px 15px 0;
  background: #f5f5f5;
  text-align: center;
}

.relation_list .image_txt_list .thumb img {
  max-width: 185px;
  max-height: 134px;
}

.relation_list .image_txt_list .txt_area {
  position: relative;
  top: -3px;
  width: 390px;
  font-size: 1.4rem;
}

.relation_list .image_txt_list .txt_area .hls {
  margin-bottom: 15px;
}

.relation_list .image_txt_list .txt_area .detail span {
  color: #333;
}

.relation_list .image_txt_list .txt_area .txt {
  margin-top: 15px;
  margin-bottom: 0;
}

.relation_list .image_txt_list .lists:not(:last-child) {
  margin-bottom: 20px;
}

.relation_list .none_slide_list .lists {
  width: 185px;
}

.relation_list .none_slide_list .thumb {
  width: auto;
  height: auto;
  margin-bottom: 15px;
  background: #f5f5f5;
  text-align: center;
}

.relation_list .none_slide_list .thumb img {
  position: static;
  width: auto;
  max-width: 185px;
  height: auto;
  max-height: 134px;
}

.relation_list .none_slide_list .lists .txt {
  margin: 5px 0 15px;
}

.relation_list .none_slide_list .lists .txt:last-child {
  margin-bottom: 0;
}

.article_share {
  margin: 30px 0;
}

.article_share .sns_btn {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.float_box {
  margin: 0 0 30px 0;
}

.float_box .pic_left {
  width: 200px;
  margin: 0 15px 15px 0;
}

.float_box .pic_right {
  width: 200px;
  margin: 0 0 15px 15px;
}

.float_box .txt {
  position: relative;
  top: -5px;
  margin-bottom: 0;
}

.float_box .thumb {
  background: #f7f7f7;
  text-align: center;
}

.float_box .thumb img {
  max-width: 200px;
  max-height: 500px;
  vertical-align: bottom;
}

.float_box figcaption {
  margin-top: 10px;
  line-height: 1.4;
}

.float_box .col figcaption {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
}

.float_box .col {
  margin-bottom: 0;
}

.float_box .col_2 {
  width: 310px;
}

.float_box .col_2 .thumb img {
  max-width: 310px;
  max-height: 620px;
  vertical-align: bottom;
}

.float_box .col_3 {
  width: 200px;
}

.float_box .col:not(:last-child) {
  margin-right: 15px;
}

/*====================================
天気（weather）
=====================================*/
.ic_weather {
  padding-left: 68px;
  background: url(../../asset/images/main/ic_weather.png) no-repeat 2px 4px;
  background-size: 49px auto;
}

.ic_weather .update {
  margin: 0;
}

.top_map {
  margin: 5px auto 30px;
  font-size: 1.4rem;
}

.top_map a {
  display: block;
}

.top_map img {
  width: auto;
  height: 25px;
}

.map_hl {
  margin: 0 auto;
  color: #666;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

.map_hl span {
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #f7f7f7;
}

.map_lay {
  position: relative;
}

.map_lay > img {
  width: auto;
  height: auto;
}

.map_chimei {
  display: block;
  font-size: 1.4rem;
  line-height: 18px;
}

.txt_map {
  color: #666666;
  font-size: 1.0rem;
  line-height: 14px;
}

.map_icon {
  font-size: 1.2rem;
}

.weather_detail_list {
  margin: 30px 0 60px;
}

.weather_detail_list .lists {
  margin-bottom: 30px;
}

.weather_detail_list .lists .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  padding: 30px;
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.weather_detail_list .name {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
}

.weather_detail_list .col {
  text-align: center;
}

.weather_detail_list .col .hl {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

.weather_detail_list .t_day {
  margin-bottom: 30px;
  padding: 0 60px 30px;
  border-bottom: solid 1px #CCC;
}

.weather_detail_list .w_day {
  margin-bottom: 20px;
}

.weather_detail_list .ico_l {
  margin-bottom: 24px;
}

.weather_detail_list .ico_l img {
  width: auto;
  height: 60px;
}

.weather_detail_list .ico {
  margin-bottom: 10px;
}

.weather_detail_list .ico img {
  width: auto;
  height: 40px;
}

.weather_detail_list .col_2 {
  width: 50%;
  float: left;
}

.weather_detail_list .col_2 .temp {
  color: #666;
}

.weather_detail_list .col_5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 5px;
  float: left;
  border-right: solid 1px #CCC;
  color: #666;
}

.weather_detail_list .col_5:last-child {
  border-style: none;
}

.weather_detail_list .col_2 .hl {
  display: inline-block;
  margin-bottom: 24px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #FFF;
  color: #666;
  text-align: center;
}

.weather_detail_list .col_5 .hl {
  width: 80%;
  margin: 0 auto 14px;
  padding: 6px 5px;
  border-radius: 6px;
  background: #FFF;
}

.weather_detail_list .col_2 .hl span,
.weather_detail_list .col_5 .hl span {
  padding-right: 5px;
}

.weather_detail_list .col_5 .temp {
  display: inline-block;
  text-align: left;
}

.weather_detail_list .btn {
  margin-top: 30px;
}

.weather_detail_list .btn_list > .lists {
  margin-bottom: 10px;
}

.weather_detail_list .map_top {
  text-align: right;
}

.weather_detail_list .map_top a {
  color: #999;
}

.weather_detail_list .map_top a::before {
  margin-right: .5em;
  font-family: 'FontAwesome';
  content: '\f106';
}

.weather_ico_desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  border: solid 1px #CCC;
  border-radius: 6px;
  background: #f7f7f7;
}

.weather_ico_desc > .inner {
  padding: 10px 30px 30px;
  color: #666;
}

.weather_ico_desc > .hl {
  position: relative;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 1.8rem;
  font-weight: normal;
  cursor: pointer;
}

.weather_ico_desc > .hl::after {
  position: absolute;
  right: 30px;
  font-family: 'FontAwesome';
  font-size: 3.0rem;
  line-height: 1;
  content: '\f0ab';
}

.weather_ico_desc.active > .hl.hl::after {
  content: '\f0aa';
}

.weather_ico_desc .col:first-child {
  margin-bottom: 40px;
}

.weather_ico_desc .col_8 {
  width: 12.5%;
  float: left;
  text-align: center;
}

.weather_ico_desc .col_8 .ico_name {
  font-size: 1.4rem;
}

.weather_ico_desc .col_8 .ico {
  margin-bottom: 15px;
}

.weather_ico_desc .col_8 img {
  width: 40px;
  height: auto;
}

.weather_ico_desc .col_2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 10px;
  float: left;
}

.weather_ico_desc .col_2 .hl {
  border-bottom: solid 2px #CCC;
  font-size: 1.4rem;
  line-height: 2;
}

.weather_ico_desc .col_2.right .txt {
  margin-bottom: 45px;
}

.weather_ico_desc .col_2 .txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.weather_ico_desc .col_2 .txt .large_txt {
  font-size: 1.2em;
}

.weather_ico_desc .col_2 .desc_img {
  margin-bottom: 20px;
}

/*★*/
.weather_pref_link {
  text-align: right;
}

/*★*/
.weather_pref_link a::before {
  margin-right: 5px;
  color: #333;
  font-family: 'FontAwesome';
  content: "\f0da";
}

/*★*/
.weather_pref_link a {
  display: inline-block;
  padding: 10px 0;
  /*background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;*/
  color: #333;
}

/*====================================
画像の表示位置の調整（area.html）
=====================================*/
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* map_canvas */
.prefectly_canvas {
  position: relative;
  margin-bottom: 120px;
}

.prefectly_canvas .docs {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0;
  width: 165px;
}

.prefectly {
  width: 530px;
  margin: 30px auto;
  color: #dddddd;
  font-size: 550px;
}

/* Windows かつ Chrome,Opera のハック */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .is_chrome .prefectly {
    height: 700px;
  }
  .is_chrome .prefectly li {
    top: 80px;
  }
}

/*FireFox以降に適用されるCSSハック*/
@-moz-document url-prefix() {
  .prefectly {
    height: 700px;
  }
}

/*IE10以降に適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  .prefectly {
    height: 700px;
  }
  .prefectly li {
    top: 70px;
  }
}

/* IEに適用されるCSSハック */
.prefectly:not(:target) {
  height: 700px\9;
  /* IE9,10 */
}

@media all and (-ms-high-contrast: none) {
  .prefectly:not(:target) {
    height: 700px;
    /* IE10以上 */
  }
}

.prefectly li:not(:target) {
  top: 90px\9;
  /* IE9,10 */
}

@media all and (-ms-high-contrast: none) {
  .prefectly li:not(:target) {
    top: 90px;
    /* IE10以上 */
  }
}

/* IE edge のハック */
@supports (-ms-accelerator: true) {
  .prefectly {
    height: 700px;
  }
  .prefectly li {
    top: 80px;
  }
}

.map_area {
  font-size: 1.4rem;
}

.map_area .lists {
  margin-right: 10px;
}

.map_area a {
  -webkit-transition: all .3s;
  padding: 2px 5px 1px;
  transition: all .3s;
}

.map_area a:hover {
  border-radius: 4px;
  background: #CCC;
  color: #FFF;
  opacity: 1;
}

.map_area .area {
  margin: 0;
}

/* hokkaido */
.hokkaido {
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 50px;
  right: 240px;
}

/* touhoku */
.touhoku {
  z-index: 3;
  position: absolute;
  top: 200px;
  right: 20px;
  width: 150px;
}

/* hokuriku */
.hokuriku {
  z-index: 3;
  position: absolute;
  top: 200px;
  left: 200px;
  width: 150px;
  text-align: right;
}

.hokuriku .lists {
  margin: 0 0 0 10px;
}

/* kanto */
.kanto {
  z-index: 3;
  position: absolute;
  top: 290px;
  right: 0;
  width: 190px;
}

/* tokai */
.tokai {
  display: inline-block;
  position: absolute;
  top: 390px;
  right: 40px;
}

/* koushinetsu */
.koushinetsu {
  z-index: 3;
  position: absolute;
  top: 280px;
  left: 130px;
  width: 150px;
  text-align: right;
}

.koushinetsu .lists {
  margin: 0 0 0 10px;
}

/* kansai */
.kansai {
  z-index: 3;
  position: absolute;
  top: 440px;
  right: 170px;
  width: 160px;
}

/* shikoku */
.shikoku {
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 520px;
  right: 250px;
}

/* chyugoku */
.chyugoku {
  z-index: 3;
  position: absolute;
  top: 340px;
  left: 0px;
  width: 150px;
  text-align: right;
}

.chyugoku .lists {
  margin: 0 0 0 10px;
}

/* kyusyu */
.kyusyu {
  z-index: 3;
  position: absolute;
  top: 560px;
  left: 10px;
  width: 210px;
}

/*========= divider list ========*/
.divider_list {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.divider_list .lists {
  text-align: center;
}

.divider_list .lists a {
  position: relative;
  padding: 5px 15px;
}

.divider_list .lists:not(:last-child) a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  background: #333;
  content: '';
}

/* add h1 */
.hl + .hl_lead {
  margin-top: -20px;
  margin-bottom: 32px;
}

.hl_lead {
  font-size: 16px;
}

.remark {
  display: block;
  color: #666;
  font-size: 1.3rem;
}

.connection_list .lists {
  width: 635px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  border-bottom: 1px solid #ddd;
}

.connection_list .lists:first-child {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.connection_list .thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 120px;
  height: 120px;
  float: left;
  overflow: hidden;
  border: solid 1px #ddd;
  background: #FFF;
}

.connection_list .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.connection_list .txt_area {
  padding-left: 134px;
}

.connection_list .text_title {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}

.photo, .gallery_area {
  position: relative;
}

.photo .controller, .gallery_area .controller {
  display: block;
}

.photo .prev, .photo .next, .gallery_area .prev, .gallery_area .next {
  position: absolute;
  top: 35%;
  width: 30px;
}

.photo .prev, .gallery_area .prev {
  left: 0;
}

.photo .prev a, .gallery_area .prev a {
  padding: 24px 16px 24px 35px;
  background-color: rgba(255, 255, 255, 0.7);
}

.photo .next, .gallery_area .next {
  right: 38px;
}

.photo .next a, .gallery_area .next a {
  padding: 24px 35px 24px 16px;
  background-color: rgba(255, 255, 255, 0.7);
}

.excursion_parts {
  font-size: 0;
}

.excursion_parts::after {
  display: block;
  clear: both;
  content: " ";
}

.excursion_list {
  display: inline-block;
  width: 307px;
  margin-bottom: 16px;
  float: left;
  border: 1px solid #f9bace;
  border-radius: 6px;
  background: #fffbef;
  vertical-align: top;
}

.excursion_list:nth-child(odd) {
  margin-right: 16px;
  clear: left;
}

.excursion_link {
  display: block;
  position: relative;
  margin: 8px;
}

.excursion_link::before {
  position: absolute;
  top: 25%;
  right: -2px;
  bottom: 0;
  margin: auto;
  color: #333;
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  content: ' \f105';
}

.excursion_link::after {
  display: block;
  clear: both;
  content: " ";
}

.excursion_parts .image_area {
  width: 120px;
  height: 120px;
  margin-right: 8px;
  float: left;
  border-radius: 2px;
}

.excursion_parts .image_area img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.excursion_parts .text_area {
  padding-right: 8px;
}

.excursion_title {
  margin-bottom: 6px;
  color: #333;
  font-size: 15px;
}

.excursion_text {
  font-size: 13px;
  line-height: 20px;
}

a[href^="tel:"] {
  pointer-events: none;
}

.s_detail .detail_start_date {
  margin: 16px auto;
  color: #d9261d;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.detail_info_area {
  margin: 16px auto;
  font-size: 14px;
  line-height: 20px;
}

.inner_tight {
  padding: 16px 0;
}

.detail_alert {
  margin: 8px auto;
  padding: 6px 8px;
  background: #ee9900;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.detail_alert.attention {
  background: #d9261d;
}

.twitter_timeline_wire {
  width: 600px;
  margin: 0px auto 24px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.twitter_timeline_wire iframe {
  width: 100%;
}

.common_column4 {
  margin-top: 24px;
}

.common_column4_list {
  display: block;
  width: 152px;
  margin-right: 8px;
  margin-bottom: 16px;
  float: left;
}

.common_column4_list:nth-child(4n) {
  margin-right: 0;
}

.common_column4_link {
  display: block;
}

.common_column4_image {
  display: table-cell;
  width: 152px;
  height: 152px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.common_column4_image img {
  max-width: 152px;
  max-height: 152px;
}

.common_column4_place {
  margin: 8px 0;
}

.common_column4_place.is-bold {
  font-weight: bold;
}

.common_column4_date {
  font-size: 12px;
}

.hlm {
  margin-bottom: 8px;
  font-size: 2.0rem;
  font-weight: normal;
}

.hlm.is-bold {
  font-weight: bold;
}

.support_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.support_list {
  width: auto;
  padding: 8px 0;
  border-right: 1px solid #eee;
}

.support_link {
  padding: 2px 8px;
  color: #d72927;
  line-height: 1;
}

.support_link:first-child {
  margin-left: 0;
}

.support_link::after {
  display: inline-block;
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 16px;
  content: '\f105';
}

.support_link.is-anker::after {
  content: '\f107';
}

.line_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #eeff00));
  background: -webkit-linear-gradient(transparent 75%, #eeff00 75%);
  background: linear-gradient(transparent 75%, #eeff00 75%);
}

.line_marker_b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #50f9ff));
  background: -webkit-linear-gradient(transparent 75%, #50f9ff 75%);
  background: linear-gradient(transparent 75%, #50f9ff 75%);
}

.line_marker_r {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ff4e4e));
  background: -webkit-linear-gradient(transparent 75%, #ff4e4e 75%);
  background: linear-gradient(transparent 75%, #ff4e4e 75%);
}

.line_marker_bold {
  background: #eeff00;
}

.is-bold {
  font-weight: bold;
}

.on-red {
  color: #c00;
}

.on-yellow {
  color: #ffe600;
}

.on-blue {
  color: #003ce0;
}

.jack.is-fixed {
  position: fixed;
  top: 20px;
}

.jack.is-fixed .jack_box {
  position: relative;
  width: 1000px;
  margin: auto;
}

.new_active_link {
  position: relative;
  border: solid 1px #d00;
}

.new_active_link + .table.column_2 {
  margin-top: 16px;
}

.new_active_link.is-new::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #d00;
  content: '';
}

.new_active_link.is-new::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
          transform: rotate(-45deg);
  color: #fff;
  font-family: Helvetica, Arial,  sans-serif;
  font-size: 10px;
  font-style: italic;
  content: 'NEW';
}

.new_active_link.is-new a {
  padding: 12px 8px 12px 24px;
}

.new_active_link a {
  display: block;
  position: relative;
  padding: 12px 8px 12px 10px;
  color: #d00;
  font-size: 1.4rem;
}

.new_active_link a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 20px;
  margin: auto;
  margin-left: 5px;
  font-family: 'FontAwesome';
  content: ' \f105';
}

.new_active_link.active {
  border-color: #008bd8;
  background: #008bd8;
}

.new_active_link.active a {
  color: #fff;
  pointer-events: none;
}

.new_active_link.active.is-new::before, .new_active_link.active.is-new::after {
  display: none;
}

.links_text {
  margin-bottom: 32px;
}

.links_text_list {
  font-size: 1.4rem;
}

.links_text_list.is-right {
  text-align: right;
}

.links_text_list.is-right a::after {
  display: inline-block;
  margin-left: 5px;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  content: ' \f105';
}

.links_text_list.is-down a::after {
  display: inline-block;
  margin-left: 5px;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  content: ' \f107';
}

.links_text_list.is-onlyright {
  text-align: right;
}

.links_text a {
  display: inline-block;
}

.textmore_title {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.textmore_text_over {
  font-size: 1.4rem;
  line-height: 1.7;
}

.textmore_area {
  position: relative;
  margin-top: 16px;
  margin-bottom: 32px;
}

.textmore_area.is-hidden {
  margin-bottom: 56px;
}

.textmore_area.is-none .textmore_text {
  height: auto;
  overflow: visible;
}

.textmore_title {
  font-size: 1.6rem;
}

.textmore_text {
  height: 90px;
  overflow: hidden;
}

.textmore_button_area {
  -webkit-transition: bottom 0.2s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: bottom 0.2s;
}

.textmore_button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 4px;
  border-color: #d72927;
  background: #d72927;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.textmore_button i {
  font-size: 1.6rem;
  vertical-align: text-top;
}

.textmore_link {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
}

.textmore_link a {
  text-decoration: underline;
}

.textmore_link::before {
  display: inline-block;
  color: #003470;
  font-family: 'FontAwesome';
  content: '\f101';
}

.textmore_area .ic_news {
  padding-left: 0;
  background: none;
}

.textmore_area .ic_news .hl {
  margin: 0 0 16px;
  font-size: 1.8rem;
  line-height: 1.3;
}

#map {
  height: 100%;
}

.pointmap_link {
  display: block;
}

.pointmap_title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.pointmap_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pointmap_imgbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 85px;
  height: 65px;
  margin-right: 8px;
  float: left;
  overflow: hidden;
  border: solid 1px #ddd;
  background: #FFF;
}

.pointmap_img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.pointmap_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 180px;
  font-size: 14px;
}

.pointmap_text p + p {
  margin-top: 8px;
}

.multicolumn_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 24px auto;
}

.multicolumn_2_item {
  width: 50%;
}

.multicolumn_2 .btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 280px;
}

.news_detail.is-undered_list figure.pic_main {
  margin-bottom: 16px;
}

.news_detail.is-undered_list .tag_list .tags {
  display: inline-block;
}

.news_detail.is-undered_list .is-caution {
  color: #dd0000;
  font-weight: bold;
}

.news_detail.is-undered_list .is-caution.is-block {
  display: block;
}

.gallery_area {
  position: relative;
}

.gallery_area .pic_main {
  margin: 24px 0 8px;
}

.gallery_area_list {
  margin: 24px auto;
  font-size: 0;
}

.gallery_area_list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  position: relative;
  width: 120px;
  height: 85px;
  margin-right: 8px;
  overflow: hidden;
  border: solid 1px #ddd;
  background: #FFF;
}

.gallery_area_list li:last-child {
  margin-right: 0;
}

.gallery_area_list li a {
  display: block;
}

.gallery_area_list li a:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'FontAwesome';
  font-size: 3.0rem;
  line-height: 1;
  content: '\f00e';
}

.gallery_area_list li img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.gallery_area_list .current {
  opacity: .4;
}

.gallery_image_area {
  max-width: 980px;
  margin: auto;
  padding: 0 16px 24px;
}

.gallery_image_area .pic_main {
  margin: 8px 0;
}

.gallery_area_list li:nth-last-child(-n+4):first-child,
.gallery_area_list li:nth-last-child(-n+4):first-child ~ li {
  width: 150px;
  height: 115px;
}

.detail-photo_gallery {
  position: relative;
  margin-bottom: 8px;
}

.detail-photo_gallery_box {
  margin-bottom: 8px;
  background: #fff;
  text-align: center;
}

.detail-photo_gallery#photo {
  padding-top: 24px;
}

.detail-photo_gallery figcaption {
  text-align: left;
}
