@charset "UTF-8";
/*
一般
*/
html {
  font-size: 13px;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.5;
  color: #575757;
}

div, ul {
  margin: 0;
  padding: 0;
}

dl, dt, dd, span, h3, h2 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.sp {
  display: none;
}

.gothic {
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

.minchou {
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

/*
ヘッダー
*/
.header {
  width: 100%;
  z-index: 50;
}

.header_movie {
  width: 100%;
  /*	background-image: url(../images/main_movie_pic001.jpg);
*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.header_movie_logo {
  height: 140px;
  display: block;
  margin: 20px auto 0;
}

.header_movie_scroll_bar {
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0;
}

.header_movie_scroll_bar_logo {
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_movie_dc_ad {
  position: absolute;
  left: 10%;
  bottom: 2px;
  width: 200px;
}

.header_movie_dc_ad img {
  width: 200px;
}

@media screen and (max-width: 64em) {
  .header_movie_dc_ad {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*
SP用 ヘッダー上部 言語選択
*/
.header_language_choice {
  width: 100%;
  background: #000;
  overflow: hidden;
}

.header_language_choice ul {
  margin: 0 auto;
  overflow: hidden;
  padding: 3px 0;
  display: flex;
  justify-content: center;
}

.header_language_choice li {
  float: left;
  margin-right: 25px;
}

.header_language_choice li a {
  color: #fff;
}

/*
ヘッダーイメージ（各ページ用）
*/
.header_image {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1400px 100px;
}

.header_image_sub {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1400px 100px;
}

.header_image_big {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header_image_back01 {
  background-image: url("../images/header_image_back01.jpg");
  background-size: 100px;
}

.header_image_back02 {
  background-image: url("../images/header_image_back02.jpg");
  background-size: 100px;
}

.header_image_back9cc {
  background-color: #99cccc;
}

.header_image_back3d1508 {
  background-color: #3d1508;
}

/*
ヘッダーメニュー
*/
.header_menu {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}

.header_menu_top {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}

.header_menu_wrap {
  margin: 0 auto;
  height: 100px;
  overflow: hidden;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.header_menu_bg {
  height: 100px;
  float: left;
}

.header_menu_wrap ul {
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 100px;
}

.header_menu_wrap ul li {
  float: left;
}

.header_menu_wrap ul li a {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  border-left: 1px solid #a0a0a0;
  position: relative;
  color: #000;
}

.header_menu_wrap ul li a.end {
  border-right: 1px solid #a0a0a0;
}

.header_menu_wrap .menu_title {
  position: absolute;
  width: 70px;
  height: 1em;
  font-size: 12px;
  line-height: 1em;
  top: 58px;
  left: 5px;
  text-align: center;
}

/*
ヘッダーメニューマイ旅
*/
.header_menu_mytabilist {
  width: 120px;
  height: 90px;
  text-align: center;
  background-color: #004ea2;
  float: right;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

.header_menu_mytabilist_title {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.header_menu_mytabilist_title img {
  width: 17px;
  height: auto;
}

.header_menu_mytabilist_count {
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #004ea2;
  background: #fff100;
  display: inline-block;
  padding: 0 8px;
  margin: 5px 0;
}

.header_menu_mytabilist_link a {
  display: inline-block;
  color: #8b9bce;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #8b9bce;
  padding: 0 5px;
}

.header_menu_mytabilist_link.on a {
  color: #fff;
  border: 1px solid #fff;
}

/*
トップ検索窓
*/
.header_search {
  background-color: #000;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  padding: 5px 0;
  overflow: hidden;
}

.header_search_wrap {
  width: 800px;
  margin: 0 auto;
}

.header_search_left {
  float: left;
}

.header_search_left li {
  float: left;
  margin-right: 20px;
}

.header_search_left li a {
  color: #fff;
}

.header_search_right {
  float: right;
}

/*
ヘッダーニュース
*/
.header_news {
  width: 100%;
  color: #575757;
  border-bottom: 1px solid #eae5e3;
  background-color: #fff;
  position: relative;
  z-index: 50px;
}

.header_news a {
  color: #575757;
}

.news_more {
  border-bottom: 1px solid #eae5e3;
  border-right: 1px solid #eae5e3;
  border-left: 1px solid #eae5e3;
  background: #fff;
  position: relative;
  z-index: 50;
  top: 10px;
  width: 110px;
  text-align: center;
  margin: 0 auto;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.header_news_box {
  width: 670px;
  height: 130px;
  margin: 25px auto 0px;
  padding: 0;
}

.news_title {
  color: #94243A;
  width: 20%;
  padding: 0px 1%;
  text-align: center;
  border-left: 1px solid #c8c3c3;
  border-right: 1px solid #c8c3c3;
  line-height: 20px;
  float: left;
}

.newsticker {
  width: 76%;
  padding: 0 0 0 1%;
  height: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.newsticker ul {
  width: 100%;
  position: relative;
  height: auto;
}

.newsticker ul li {
  width: 100%;
  display: none;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
}

.newsticker dl {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.newsticker dl dt,
.newsticker dl dd {
  float: left;
}

.newsticker dl dt {
  padding: 0 1%;
}

/*
コンテンツ表示
*/
.main_contents_white {
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}

.main_contents {
  width: 100%;
  background: url(../images/bg_item_01.jpg);
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.main_contents.event_info, .main_contents_white.event_info {
  padding-top: 40px;
}

.contents {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.contents_sub_page {
  width: 1100px;
  margin: 20px auto;
}

/*
ソロページ
*/
.solo_contents {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_item_01.jpg);
}

.solo_contents_blackback {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.solo_contents a {
  color: #575757;
}

.solo_contents_blackback a {
  color: #fff;
}

.solo_contents_blackback h1 {
  text-align: center;
  font-size: 20px;
}

.contents_solo_header_image {
  width: 1400px;
  margin: 0 auto;
}

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

.contents_solo_header {
  width: 1100px;
  overflow: hidden;
  margin: 10px auto 0;
}

.solo_contents_blackback .contents_solo_header {
  background: #000;
  color: #fff;
}

.solo_contents_blackback .contents_solo_header a {
  color: #fff;
}

.solo_contents_blackback .contents_solo_page {
  background: #000;
  color: #fff;
}

.contents_solo_page {
  width: 1100px;
  margin: 0 auto;
  background: url(../images/bg_item_01.jpg);
}

.contents_solo {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contents_solo img {
  width: 700px;
  height: auto;
  margin-bottom: 30px;
}

.contents_solo.inspection img {
  width: 100%;
  margin-bottom: 0;
}

.contents_solo.inspection h2 {
  margin-top: 0;
}

.contents_solo .youtube_iframe {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.contents_solo .youtube_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google_map_solopage {
  width: 1000px;
  height: 300px;
  margin-top: 20px;
}

.contents_solo_star {
  text-align: left;
  margin: 20px 0;
}

.contents_solo_star img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.contents_solo_star a {
  display: block;
  text-align: center;
  color: #e60012;
  font-weight: bold;
  font-size: 1.4em;
}

/*
アクセスページ
*/
.access_logo {
  width: 700px;
  margin: 30px auto;
  text-align: center;
  font-size: 16px;
}

.access_logo img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.access_two_columns {
  width: 790px;
  padding-left: 210px;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}

.access_two_column {
  float: left;
  width: 300px;
  color: #575757;
  font-size: 14px;
}

.access_two_column h3 {
  font-size: 16px;
}

.access_blue, .access_blue h3 {
  color: #3ea5cc;
}

.access_pink, .access_pink h3 {
  color: #dd85b4;
}

.access_list {
  text-align: left;
  width: 700px;
  margin-left: 150px;
}

.access_list h3 {
  font-size: 14px;
  color: #fff;
  background: #00afcc;
  height: 20px;
  line-height: 20px;
  padding-left: 12px;
  margin-bottom: 10px;
}

.access_list table {
  margin-left: 20px;
  margin-bottom: 30px;
}

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

.bus_map img {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 500px;
  height: auto;
}

/*
プライバシーページ 視察のページ
*/
.privacy, .inspection {
  text-align: left;
}

.privacy h2, .inspection h2 {
  font-size: 20px;
  color: #5bc2d9;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #5bc2d9;
  border-bottom: 1px solid #5bc2d9;
  padding-left: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub_contents_privacy, .sub_contents_inspection {
  width: 930px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  margin-bottom: 50px;
}

.sub_contents_privacy h3 {
  font-size: 16px;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

.sub_contents_inspection h3 {
  font-size: 18px;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
  color: #5bc2d9;
  border-bottom: 1px solid #5bc2d9;
  margin-bottom: 10px;
  margin-top: 13px;
  padding-left: 20px;
  padding-bottom: 3px;
}

.sub_contents_inspection h4 {
  font-size: 16px;
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 30px;
}

.sub_contents_inspection p {
  margin-left: 50px;
  margin-top: 0;
}

/*
ゆるキャラ
*/
.contents_left {
  float: left;
  margin: 0 20px;
}

.contents_right {
  float: right;
}

.contents_right h3 {
  background: #8a553c;
}

.contents_left h3 {
  background: #dd85b4;
}

.yuruchara {
  text-align: left;
  width: 450px;
  margin: 0 20px 30px;
}

.yuruchara h3 {
  font-size: 16px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.solo_main_pic {
  margin-top: 30px;
}

.solo_main_pic img {
  width: 100%;
}

/*
パンフレット
*/
.pamphlet_item {
  background-color: #d4c09d;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}

.pamphlet_item_left {
  float: left;
  width: 400px;
  overflow: hidden;
}

.pamphlet_item_left img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pamphlet_item_right {
  float: right;
  width: 540px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

.pamphlet_item_right h2 {
  font-size: 20px;
  color: #94252a;
  margin-bottom: 20px;
}

.pamphlet_pdf_link {
  width: 300px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #575757;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  display: block;
  margin-top: 20px;
}

.price_box {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
  padding: 2px 0;
  margin: 10px 0;
}

.price_title {
  float: left;
  background-color: #94252a;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-weight: bold;
}

.price_body {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 10px;
  float: left;
}

/*
新着情報
*/
.news {
  text-align: left;
  width: 1060px;
}

.contents_solo_left {
  float: left;
  width: 220px;
}

.sidebardl {
  margin-bottom: 20px;
}

.sidebardl dt {
  height: 30px;
  line-height: 30px;
  background: #00afcc;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}

.sidebardl dd {
  margin-left: 10px;
  width: 200px;
  font-size: 12px;
  line-height: 1.5;
}

.contents_solo_right {
  float: right;
  width: 780px;
}

.contentitem {
  width: 740px;
  padding: 20px 20px 30px;
  background: #fff;
  margin-bottom: 20px;
}

.contenttitle {
  border-left: 4px solid #00afcc;
  margin-bottom: 20px;
  width: 100%;
}

.contenttitle h2 {
  font-size: 16px;
  color: #00afcc;
  border-bottom: 1px solid #00afcc;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contenttitle h2 a {
  color: #00afcc;
}

.contenttitle .contentsdate {
  padding-left: 10px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}

.contentbody {
  margin: 0 7px;
}

/*
会員一覧
*/
.contents_solo_category {
  width: 1000px;
  margin: 10px auto 10px;
  text-align: left;
  overflow: hidden;
}

.contents_solo_category h3 {
  background-color: #5bc2d9;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  margin: 20px 0 10px;
}

.kaiinn_item {
  float: left;
  width: 450px;
  margin-left: 30px;
  margin-right: 10px;
}

.kaiinn_title {
  float: left;
  width: 340px;
  overflow: hidden;
  height: 1.5;
}

.kaiinn_phone {
  float: left;
  width: 110px;
  overflow: hidden;
  height: 1.5;
}

/*
バナーエリア
*/
.top_banner {
  width: 500px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.top_banner_double {
  width: 1010px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.top_banner img, .top_banner_double img {
  width: 500px;
  height: auto;
}

/*
カテゴリーリスト
*/
.category_list {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}

.category_list li a {
  color: #575757;
  width: 100%;
  display: block;
}

.category_list li a:hover {
  color: #fff;
  background-color: #94243a;
}

.category_list li {
  float: left;
  text-align: center;
  line-height: 30px;
  width: 210px;
  height: 30px;
  background-color: #e6e6e6;
  margin-bottom: 8px;
  margin-right: 10px;
}

.category_list li.end {
  margin-right: 0;
}

.category_list li.yes {
  background-color: #94243a;
}

.category_list li.yes a {
  color: #fff;
}

/*
パンくずリスト
*/
.breadcrumb {
  float: left;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
  width: 100%;
}

.breadcrumb a {
  color: #575757;
}

.breadcrumb .right_box {
  float: right;
  width: 200px;
  text-align: right;
}

/*
検索窓
*/
.search_button {
  width: 120px;
  height: 26px;
  background: url(../images/search_stay.png) no-repeat;
  background-size: 160px 52px;
  overflow: hidden;
  padding-left: 40px;
  font-size: 12px;
  line-height: 26px;
  float: right;
  margin-bottom: 10px;
}

.search_button.closed {
  background-position: 0 -26px;
}

.search_items {
  width: 1080px;
  overflow: hidden;
  border: 1px solid #cacaca;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.search_options {
  padding: 10px 20px;
  border-bottom: 1px dashed #cacaca;
}

.search_price {
  padding: 10px 20px;
}

/*
コンテンツ一覧表示
*/
.contents_list {
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}

.contents_list a {
  color: #575757;
}

.contents_list .item {
  float: left;
  width: 260px;
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
}

.contents_list .item.end {
  margin-right: 0;
}

.contents_list .item_image {
  width: 100%;
  height: 166px;
  overflow: hidden;
}

.contents_list .item img {
  width: 100%;
  height: auto;
}

.contents_list .item_contents {
  margin: 14px 20px 20px;
}

.contents_list .item_title {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  color: #94243a;
  font-weight: bold;
  margin-bottom: 12px;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents_list .item_title a {
  color: #94243a;
}

.contents_list .item_discription {
  line-height: 1.5;
  margin-bottom: 10px;
}

.contents_list .item_discription .item_item {
  height: 1.5em;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents_list .item_discription .item_content {
  width: 100%;
  height: 8em;
}

.contents_list .item_more {
  margin-bottom: 10px;
}

.contents_list .item_more a {
  width: 100px;
  line-height: 20px;
  border: 1px solid #a0a0a0;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.contents_list .item_more a:hover {
  color: #fff;
  background-color: #a0a0a0;
}

/*
コンテンツ一覧表示 カテゴリー表示用
*/
.category_item_list {
  margin-left: 100px;
  overflow: hidden;
}

.category_item {
  width: 445px;
  float: left;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 10px;
  margin-right: 10px;
}

category_item .item_contents {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.category_item .item_title {
  width: 270px;
  float: left;
  overflow: hidden;
}

.category_item .item_discription {
  float: right;
  width: 120px;
  overflow: hidden;
}

/*
コンテンツ一覧表示 2column（観光大使用）
*/
.contents_list_2column {
  width: 600px;
  margin: 0 auto;
  font-size: 12px;
  overflow: hidden;
  background-color: #fff;
}

.contents_list_2column a {
  color: #575757;
}

.contents_list_2column .item {
  float: left;
  width: 260px;
  margin-right: 80px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}

.contents_list_2column .item.end {
  margin-right: 0;
}

.contents_list_2column .item_image {
  width: 260px;
  height: 345px;
  overflow: hidden;
}

.contents_list_2column .item img {
  width: 100%;
  height: auto;
}

.contents_list_2column .item_contents {
  margin: 20px 0px;
  width: 260px;
}

.contents_list_2column .item_ruby {
  width: 100%;
  font-size: 10px;
  line-height: 1.3;
  overflow: hidden;
  color: #94243a;
  font-weight: bold;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents_list_2column .item_name {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  color: #94243a;
  font-weight: bold;
  margin-bottom: 12px;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents_list_2column .item_body {
  line-height: 1.5;
  margin-bottom: 10px;
}

/*
コンテンツ一覧表示 4column（サービス紹介）
*/
.contents_list_service {
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  overflow: hidden;
  background-color: #fff;
}

.contents_list_service a {
  color: #575757;
}

.contents_list_service .item_box {
  width: 940px;
  padding: 5px 30px;
  overflow: hidden;
}

.contents_list_service .item_box .item {
  float: left;
  width: 280px;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 5px #b2b2b2;
  -webkit-box-shadow: 0px 0px 5px #b2b2b2;
  -moz-box-shadow: 0px 0px 5px #b2b2b2;
}

.contents_list_service .item_box .item.end {
  margin-right: 0;
}

.contents_list_service .item_box .item_image {
  width: 280px;
  height: 168px;
  overflow: hidden;
}

.contents_list_service .item_box .item_image img {
  width: 100%;
  height: auto;
}

.contents_list_service .item_box .item_contents {
  margin: 13px 0px 0px;
  width: 100%;
}

.contents_list_service .item_box .item_title {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  color: #00ada9;
  font-weight: bold;
  margin-bottom: 10px;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents_list_service .item_box .item_body {
  line-height: 1.5;
  height: 90px;
  overflow: hidden;
}

.title_space {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.title_space img {
  display: block;
  margin: 10px auto;
}

.title_space .business_hour {
  text-align: center;
  font-size: 15px;
  color: #00ada9;
  line-height: 1.5;
  margin: 25px 0px;
}

/*
アウトドアカテゴリー一覧
*/
.category_winter, .category_summer {
  overflow: hidden;
}

.contents_list .category_winter .item_discription, .contents_list .category_summer .item_discription {
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}

/*
イベント日付表示
*/
.event_title {
  overflow: hidden;
  width: 940px;
  margin: 20px auto;
}

.event_title div {
  overflow: hidden;
  text-align: center;
}

.event_title div.pager a {
  width: 90px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #dbad9f;
  display: block;
  margin-right: 10px;
}

.prev_year, .prev_month, .prev {
  float: left;
}

.next_year, .next_month, .next {
  float: right;
}

.event_title div.next a, .event_title div.next_year a {
  margin-right: 0;
}

.event_title div.current_month {
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-left: 170px;
  float: left;
  background-color: none;
}

/*
イベント一覧表示
*/
.event_list {
  width: 940px;
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
}

.event_list .event_loader {
  width: 100%;
  height: 200px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  line-height: 200px;
}

.event_list .event_loader .loader_64x64 {
  margin-top: 68px;
}

.event_list .item {
  float: left;
  width: 220px;
  margin-right: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  overflow: hidden;
}

.event_list .end {
  margin-right: 0;
}

.event_list .item_image {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.event_list .item img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.event_list .item_contents {
  margin: 14px 10px 20px;
}

.event_list .item_title {
  height: 30px;
  font-size: 14px;
  line-height: 1.2;
  color: #94243a;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}

.event_list .item_discription {
  line-height: 1.5;
  height: 30px;
}

/*
イベントアイテム表示
*/
.event_item {
  width: 940px;
  font-size: 12px;
  margin: 20px auto;
  overflow: hidden;
}

.event_item .item_title {
  width: 100%;
  font-size: 18px;
  color: #94243a;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.event_item .item_title .item_discription {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #575757;
}

.event_item .item_comment {
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}

.event_item .item_comment img {
  width: 600px;
  height: auto;
}

.event_title div.prev_page {
  width: 200px;
  margin-left: 280px;
  float: left;
  display: block;
  background-color: none;
}

.event_title div.prev_page a {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}

.event_item .item_pager {
  overflow: hidden;
  margin-bottom: 20px;
}

/*
アイテム表示
*/
.contens_item {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

.contens_item_800px {
  width: 800px;
  margin-left: 150px;
  overflow: hidden;
  margin-bottom: 20px;
}

.contens_item_800px img {
  width: 100%;
}

.contens_item_800px .small_pics {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  margin-top: 60px;
}

.small_pics.end {
  margin-right: 0px;
}

.contens_item_800px .small_pics img {
  width: 100%;
  position: absolute;
}

.contens_item_800px h2 {
  font-size: 18px;
  color: #94243A;
  text-align: center;
  padding-top: 20px;
}

.contens_item .item_title {
  font-size: 18px;
  line-height: 1.2;
  color: #94243a;
  font-weight: bold;
  margin: 20px 0;
}

.contens_item .item_title img {
  width: 100%;
}

.contens_item .item_discription {
  margin-bottom: 10px;
}

.contens_item .item_discription a {
  color: #575757;
}

.contents_item_references, .contents_item_references:visited {
  border: 1px solid #a0a0a0;
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
}

.references_article {
  width: 598px;
  margin-right: 10px;
  float: left;
  font-size: 11px;
  color: #575757;
}

.references_title {
  margin-bottom: 10px;
}

.references_thumbnail {
  width: 138px;
  height: 138px;
  border: 1px solid #a0a0a0;
  padding: 5px;
  overflow: hidden;
  float: right;
}

.references_thumbnail img {
  height: 138px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.item_discription .decs {
  height: 7.5em;
  overflow: hidden;
}

.contens_item .item_icons {
  margin-bottom: 10px;
  overflow: hidden;
}

.contens_item .item_icons ul li {
  background-color: #ba5b50;
  padding: 3px;
  font-size: 0.9rem;
  float: left;
  display: block;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #fff;
  border-radius: 7px;
}

.contens_item .mytabibutton {
  margin-bottom: 10px;
  background-color: #004ea2;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  height: 20px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.contens_item .liked {
  background-color: #e0e0e0;
  color: #575757;
}

.contens_item .mytabibutton img {
  width: 13px;
  height: auto;
}

.contens_item .item_google_map {
  width: 240px;
  height: 240px;
  padding: 20px;
  margin: 20px;
  background-color: #fff;
  border: 1px solid #cacaca;
}

#item_google_map {
  width: 240px;
  height: 240px;
}

.contents_item_left {
  float: left;
  width: 340px;
  margin-left: 20px;
}

.contents_item_right {
  float: right;
  width: 700px;
}

.contents_item_right img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/*
マイ旅リスト
*/
.contents_wrap {
  overflow: hidden;
  width: 100%;
}

.contents_mytabilist {
  width: 498px;
  float: left;
}

.contents_mytabilist .item {
  border: 1px solid #cacaca;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.contents_mytabilist .notliked {
  background-color: #e0e0e0;
}

.contents_mytabilist .notliked img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}

.contents_mytabilist .notliked .item_title a {
  color: #a0a0a0;
}

.contents_mytabilist .notliked .item_contents {
  color: #a0a0a0;
}

.contents_mytabilist .item_image {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}

.contents_mytabilist .item_image img {
  width: 100%;
  height: auto;
}

.contents_mytabilist .item_contents {
  width: 305px;
  float: left;
}

.contents_mytabilist .item_title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.contents_mytabilist .item_title a {
  color: #000;
}

.contents_mytabilist .item_discription {
  font-size: 12px;
  line-height: 1.5;
}

.contents_mytabilist .item_box {
  width: 160px;
  float: left;
  margin-right: 10px;
}

.contents_mytabilist .item_category_img {
  border: 1px solid #a0a0a0;
  margin-bottom: 10px;
  width: 78px;
}

.contents_mytabilist .item_mytabi_button {
  width: auto;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  border: 1px solid #a0a0a0;
  color: #fff;
  background-color: #004ea2;
  text-align: center;
  display: block;
  cursor: pointer;
}

.contents_mytabilist .liked {
  background-color: #e0e0e0;
  color: #575757;
}

.contents_mytabilist_googlemap {
  width: 578px;
  height: 678px;
  border: 1px solid #cacaca;
  float: right;
  margin-bottom: 10px;
}

.mytabilist_sns_buttons {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.mytabilist_sns_buttons ul li {
  float: left;
  margin-right: 4px;
}

.mytabilist_sns_buttons iframe {
  margin: 0 !important;
}

/* マイ旅リスト 使い方 */
.contents_list_mytabi {
  width: 100%;
  margin-top: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/*
サブタイトル
*/
.sub_title {
  width: 100%;
  overflow: hidden;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.sub_title dl {
  width: 100%;
  line-height: 30px;
}

.sub_title dt {
  float: left;
  clear: left;
  margin-right: 50px;
  font-size: 26px;
  color: #94243a;
  border-left: 3px solid #94243a;
  padding: 2px 0 2px 20px;
}

.sub_title dd {
  float: left;
  font-size: 12px;
}

/*
イベント情報
*/
.event_slider {
  overflow: hidden;
  margin-top: 10px;
}

.event_slider .slide {
  width: 220px;
  background: #fff;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.event_slider .item_picture, .event_slider .item_title, .event_slider .item_date, .event_slider .item_contents {
  width: 100%;
}

a.slide_wrap {
  width: 86%;
  display: block;
  padding: 7%;
  color: #575757;
}

.event_slider .item_title {
  color: #94243a;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 2.4em;
  overflow: hidden;
}

.event_slider .item_date, .event_slider .item_contents {
  font-size: 12px;
  line-height: 1.5em;
  overflow: hidden;
}

.event_slider .item_picture {
  height: 120px;
  overflow: hidden;
}

.event_slider .item_picture img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.event_more a {
  width: 320px;
  height: 40px;
  color: #575757;
  font-size: 14px;
  line-height: 40px;
  display: block;
  border: 1px solid #a0a0a0;
  text-align: center;
  margin: 10px auto 0px;
  background: url(../images/calender_icon.svg) no-repeat left #fff;
  background-size: 23px 23px;
  background-position: 10px;
}

/*
ロングバナー広告
*/
.long_banner {
  background-color: #fff;
  padding: 20px 0;
}

.long_banner_two_columns {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.long_banner_two_columns iframe {
  margin: 0 10px 20px 10px;
}

.long_banner_two_column a {
  width: 480px;
  height: 100px;
  display: block;
  margin: 0 10px 0 10px;
  float: left;
  overflow: hidden;
}

.long_banner_two_column img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*
みなかみのオススメ
*/
.minakami_recomend {
  width: 1000px;
  margin: 20px auto 0;
}

.minakami_recomend .item {
  width: 25%;
  float: left;
  display: block;
  color: #575757;
}

.minakami_recomend .item_picture {
  width: 88%;
  margin-left: 4%;
}

.minakami_recomend .item_picture img {
  width: 100%;
}

.minakami_recomend .item_title, .minakami_recomend .item_contents {
  width: 84%;
  margin-left: 8%;
  margin-top: 10px;
}

.minakami_recomend .item_title {
  font-size: 22px;
  line-height: 1.2em;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.minakami_recomend .item_contents {
  font-size: 12px;
  line-height: 1.5em;
}

/*
マップ
*/
.map_content {
  background: #d4cabd;
  width: 100%;
  margin: 0 0 30px;
}

.map_content_wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.map_contents {
  width: 470px;
  height: 360px;
  float: left;
}

a.map_link_button img {
  width: 100%;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

a.map_link_button:hover img {
  background-color: #000;
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}

/*
サブバナー
*/
.sub_banner {
  width: 100%;
}

.sub_banner img {
  width: 100%;
}

.sub_banner .slide {
  width: 242.5px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.sub_banner .slide.end {
  margin-right: 0;
}

@media screen and (max-width: 64em) {
  .sub_banner .slide {
    width: 49%;
    margin-right: 2%;
  }
  .sub_banner .slide.half_end {
    margin-right: 0%;
  }
}

@media screen and (max-width: 48em) {
  .sub_banner .slide {
    width: 100%;
    margin-right: 0;
  }
}

/*
facebook twitter
*/
.facebook_twitter {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
}

.facebook_twitter .fb-page {
  float: left;
  width: 480px;
  margin-right: 20px;
}

.facebook_twitter .twitter {
  width: 480px;
  float: left;
}

/*
バナー
*/
.banner_content {
  width: 100%;
  margin-top: 30px;
}

.banner_content .banner_slide {
  width: 180px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 100px;
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
}

.banner_content .banner_slide img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/*
お天気
*/
.weather_box {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 20px;
  background-color: #dccc47;
  color: #000;
  text-align: center;
  width: 120px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  padding: 0 5px;
}

.weather_title {
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.weather_date, .weather_comment {
  font-size: 12px;
  margin: 5px 0;
}

.weather_comment {
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}

.weather_icon img {
  width: 90px;
  height: auto;
}

.weather_temp {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.weather_more {
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  margin: 10px 0;
  font-size: 12px;
}

.under_whitebar {
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.weather_more_title {
  margin-bottom: 5px;
}

.weather_more a {
  color: #000;
  display: block;
  background: #f2eaac;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  width: 100px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto 5px;
}

.weather_more_copy {
  font-size: 8px;
}

/*
フッター
*/
.footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #6b5c4d;
  background-color: #d4cabd;
}

.footer a {
  color: #6b5c4d;
}

.footer_bottom {
  background-color: #d4cabd;
}

.footer_wrap {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_left {
  width: 280px;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

.footer_title {
  font-size: 26px;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.footer_tel {
  height: 25px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.footer_address {
  font-size: 11px;
  margin-bottom: 10px;
}

.footer_right {
  width: 680px;
  float: right;
}

.three_columns {
  width: 195px;
  float: left;
  border-right: 1px solid #6b5c4d;
  padding-right: 12px;
  margin-right: 25px;
}

.footer_right .end {
  border: none;
  margin: 0;
  padding: 0;
}

.three_columns a {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  width: 195px;
}

.footer_footer {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.display_only_sp {
  display: none;
}

/* TwitterAPI対策 */
.SandboxRoot.env-bp-430 .timeline-Tweet-text, .SandboxRoot.env-bp-330 .timeline-Tweet-text,
.SandboxRoot.env-bp-550 .timeline-Tweet-text, .SandboxRoot.env-bp-660 .timeline-Tweet-text,
.SandboxRoot.env-bp-820 .timeline-Tweet-text, .SandboxRoot.env-bp-970 .timeline-Tweet-text {
  font-size: 10px !important;
  line-height: 14px !important;
}

.SandboxRoot.env-bp-330 .TweetAuthor-name, .SandboxRoot.env-bp-430 .TweetAuthor-name,
.SandboxRoot.env-bp-550 .TweetAuthor-name {
  font-size: 10px !important;
  line-height: 14px !important;
}

.SandboxRoot.env-bp-330 .TweetAuthor-screenName, .SandboxRoot.env-bp-430 .TweetAuthor-screenName,
.SandboxRoot.env-bp-550 .TweetAuthor-screenName {
  font-size: 12px !important;
  line-height: 14px !important;
}

.SandboxRoot.env-bp-330 .TweetAuthor-screenName, .SandboxRoot.env-bp-430 .TweetAuthor-screenName,
.SandboxRoot.env-bp-550 .TweetAuthor-screenName {
  font-size: 10px !important;
  line-height: 12px !important;
}

.SandboxRoot.env-bp-430 .timeline-Header-title, .SandboxRoot.env-bp-550 .timeline-Header-title {
  font-size: 15px !important;
  line-height: 18px !important;
}

.SandboxRoot.env-bp-330 .timeline-Header-description, .SandboxRoot.env-bp-430 .timeline-Header-description,
.SandboxRoot.env-bp-550 .timeline-Header-description {
  font-size: 10px !important;
  line-height: 12px !important;
}

.sp_pc {
  display: none;
}

@media screen and (max-width: 1024px) {
  .contents_solo_header_image {
    width: 100%;
  }
  .header_menu {
    width: 100%;
  }
  .header_menu_wrap ul {
    margin-left: 0;
  }
  .category_item_list {
    margin-left: 0px;
  }
  .category_list li {
    width: 24.1%;
    margin-right: 1.2%;
  }
  .contents_sub_page {
    width: 100%;
  }
  .contents_list .item {
    width: 24.1%;
    margin-right: 1.2%;
  }
  .contents_mytabilist {
    width: 50%;
  }
  .contents_mytabilist_googlemap {
    width: 49%;
  }
  .contents_mytabilist .item_box {
    width: 33.5%;
    margin-right: 2%;
  }
  .contents_mytabilist .item_contents {
    width: 64.5%;
    margin-right: 0;
  }
  .contents_item_left {
    width: 32%;
    margin-left: 1%;
  }
  .contents_item_right {
    width: 66%;
  }
  .contents_solo_header {
    width: 100%;
  }
  .contents_solo_page {
    width: 100%;
  }
  .contents_solo {
    width: 100%;
  }
  .contents_solo_category {
    width: 100%;
  }
  .contents_solo_left {
    width: 100%;
  }
  .contents_solo_right {
    width: 100%;
  }
  .contentitem {
    width: auto;
    padding: 10px 10px 20px;
  }
  .contentbody {
    margin: 0 5px 0 0;
  }
  .contentbody img {
    width: 100%;
  }
  .kaiinn_item {
    width: 100%;
    margin-left: 5%;
  }
  .kaiinn_title {
    width: 65%;
  }
  .kaiinn_phone {
    width: 30%;
  }
  .contens_item_800px {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .contens_item_800px span {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    width: 90%;
    display: block;
  }
  .small_pic {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    width: 90%;
  }
  .contents_item_references {
    width: 86%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .references_article {
    width: 80%;
    margin-right: 2%;
  }
  .references_thumbnail {
    width: 16%;
  }
  .sp_pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header_menu_top {
    width: 100%;
  }
  .header_menu_wrap {
    height: auto;
  }
  .header_menu_wrap ul {
    float: left;
    margin: 0;
    height: auto;
  }
  .header_menu_wrap ul li a {
    border-left: none;
    border-right: 1px solid #a0a0a0;
  }
  .header_menu_wrap ul li a.end {
    border-right: none;
  }
  .long_banner {
    width: 100%;
  }
  .long_banner_two_columns {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .youtube_player_980_414_div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .youtube_player_980_414_div {
    position: relative;
    width: 100%;
    padding-top: 42.24%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .long_banner_two_column {
    width: 100%;
    margin: 0;
    height: auto;
    margin: 0;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .long_banner_two_column a {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .minakami_recomend {
    width: 100%;
  }
  .minakami_recomend .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .map_contents {
    width: 100%;
    float: none;
  }
  .map_content_wrap {
    width: 100%;
    background-image: none;
    float: none;
    margin-bottom: 0;
  }
  .map_link_button {
    position: static;
    float: none;
    margin: 20px auto 0;
  }
  .contents {
    width: 100%;
    overflow: hidden;
  }
  .banner_content {
    margin-bottom: 20px;
  }
  .banner_content .banner_slide {
    width: 20%;
    height: 80px;
    margin: 0 2.5%;
  }
  .banner_content .banner_slide img {
    width: 100%;
    height: auto;
  }
  .sub_title dl dd {
    line-height: 1.6em;
    margin-top: 10px;
  }
  .event_title {
    width: 100%;
  }
  .event_title .pager {
    width: 16%;
    margin: 0;
  }
  .event_title div.pager a {
    width: 100%;
    margin: 0;
  }
  .event_title div.prev_year, .event_title div.prev_month {
    margin: 0;
    margin-right: 4%;
  }
  .event_title div.next_year, .event_title div.next_month {
    margin: 0;
    margin-left: 4%;
  }
  .event_title div.current_month {
    width: 20%;
    margin: 0;
    text-align: center;
  }
  .event_slider .slide {
    width: 49.4%;
    margin-right: 1.2%;
    margin-bottom: 5px;
  }
  .event_slider .half_end {
    margin-right: 0;
  }
  .event_list {
    width: 100%;
  }
  .event_list .item {
    width: 49.4%;
    margin-right: 1.2%;
  }
  .event_list .half_end {
    margin-right: 0;
  }
  .event_item {
    width: 100%;
  }
  .event_title div.prev_page {
    width: 68%;
    margin: 0;
  }
  .event_item .item_comment {
    width: 90%;
    margin: 0 auto;
  }
  .event_item .item_comment img {
    width: 100%;
  }
  .footer_wrap {
    width: 100%;
    overflow: hidden;
  }
  .footer_left {
    width: 100%;
  }
  .footer_right {
    width: 100%;
  }
  .contents_list .item {
    width: 49%;
    margin-right: 2%;
  }
  .contents_list .item_image {
    height: 200px;
  }
  .contents_list .item.half_end {
    margin-right: 0;
  }
  .top_banner {
    width: 100%;
  }
  .contents_item_left {
    float: none;
    width: 98%;
    margin-left: 0;
    padding: 0 1%;
  }
  .contents_item_right {
    float: none;
    width: 98%;
    padding: 0 1%;
  }
  .contens_item .item_google_map {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .contents_list_service {
    width: 100%;
  }
  .contents_list_service .item_box {
    width: 100%;
  }
  .sub_contents_inspection {
    width: 90%;
    padding: 0 5%;
  }
  .sub_contents_inspection h3 {
    padding-left: 0px;
  }
  .sub_contents_inspection h4 {
    margin-left: 10px;
  }
  .sub_contents_inspection p {
    margin-left: 20px;
  }
  .google_map_solopage {
    width: 100%;
    height: 00px;
    margin-top: 20px;
  }
  #item_google_map {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contents_mytabilist .item_image {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  /* スマートフォン */
  .header {
    position: relative;
    top: 40px;
    margin-bottom: 40px;
  }
  .solo_contents_blackback, .solo_contents {
    position: relative;
    top: 50px;
  }
  .header_movie {
    height: 90vh;
  }
  .header_menu_wrap ul {
    float: none;
  }
  .header_menu_top .header_menu_wrap ul li {
    width: 25%;
  }
  .header_menu_top .header_menu_wrap ul li a {
    border: 1px solid #a0a0a0;
    border-top: none;
    border-left: none;
    width: 100%;
    background-size: 100% 100%;
  }
  .header_menu .header_menu_wrap ul li {
    width: 12.5%;
  }
  .header_menu .header_menu_wrap ul li a {
    border: 1px solid #a0a0a0;
    border-top: none;
    border-left: none;
    width: 98%;
    background-size: 120% 120%;
    height: 50px;
  }
  .header_menu_wrap .menu_title {
    width: 100%;
    left: 0;
  }
  .header_menu_mytabilist {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
  }
  .header_menu_mytabilist_title {
    float: left;
    margin-left: 5%;
    line-height: 20px;
  }
  .header_menu_mytabilist_count {
    float: left;
    margin: 10px 20px;
    line-height: 20px;
    height: 20px;
  }
  .header_menu_mytabilist_link {
    margin-top: 10px;
    float: right;
    margin-right: 5%;
  }
  .header_search_wrap {
    width: 100%;
  }
  .header_search_left {
    float: none;
    width: 210px;
    margin: 0 auto;
    overflow: hidden;
  }
  .header_news {
    border: none;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .header_news_box {
    width: 100%;
    height: auto;
  }
  .search_items {
    width: 100%;
  }
  .news_more {
    position: relative;
    border: none;
    margin-bottom: 0px;
  }
  .news_title {
    font-size: 16px;
    margin-bottom: 10px;
    float: none;
    width: 100%;
    font-weight: bold;
  }
  .newsticker {
    width: 100%;
    height: auto;
  }
  .newsticker ul {
    height: auto;
  }
  .newsticker ul li {
    height: auto;
    padding: 3% 2%;
  }
  .news li {
    border-bottom: 1px dotted #000;
  }
  .news li:first-child {
    border-top: 1px dotted #000;
  }
  .newsticker dl dt {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .newsticker dl dd {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .minakami_recomend .item {
    width: 100%;
  }
  .main_contents, .main_contents_white {
    margin-top: 10px;
  }
  .map_contents {
    height: 280px;
  }
  .banner_content .banner_slide {
    width: 47%;
    height: auto;
    margin: 0 2% 2%;
    overflow: hidden;
  }
  .banner_content .banner_slide.half_end {
    margin-left: 0%;
  }
  .three_columns {
    width: 45%;
    margin-left: 5%;
    margin-right: 0;
    border: none;
  }
  .three_columns a {
    width: 90%;
  }
  .footer_right {
    margin-bottom: 10px;
  }
  .footer_right .end {
    margin-left: 5%;
  }
  .footer_right .second_end {
    margin: 0;
    padding: 0;
  }
  .category_list li.half_end {
    margin-right: 0;
  }
  .category_list li {
    width: 49%;
    margin-right: 2%;
  }
  .contents_list .item_image {
    height: 120px;
  }
  .contents_mytabilist {
    width: 100%;
  }
  .mytabilist_map_button {
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
  .mytabilist_map_button a {
    color: #575757;
    border: 1px solid #a0a0a0;
    height: 50px;
    font-size: 10px;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .mytabilist_sns_buttons {
    width: 90%;
  }
  .away_from_sp {
    display: none;
  }
  .display_only_sp {
    display: block;
  }
  html, body {
    height: 100%;
  }
  .contents_mytabilist_googlemap {
    float: none;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .contents_item_references {
    padding: 10px;
  }
  .references_article {
    float: none;
    width: 100%;
  }
  .references_thumbnail {
    width: 138px;
    height: 138px;
    border: 1px solid #a0a0a0;
    padding: 5px;
    overflow: hidden;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .contens_item_800px .small_pics {
    width: 50%;
    height: 200px;
    margin-top: 10px;
    margin-right: 0;
  }
  .facebook_twitter .twitter {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .facebook_twitter .fb-page {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  /*	.sub_banner .slide {
		width:86%;
		float:left;
		padding:0 7% 5%;
	}*/
  /*	.sub_banner .slide.half_end {
		padding-left:0%;
	}*/
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.none {
  display: none;
}

.end {
  margin-right: 0;
}
