@charset "utf-8";

/* reset
------------------------------------------------ */
body,
div,
pre,
p,
a,
img,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  padding-top: 0;
  /*padding-top: 160px;*/
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", Osaka, sans-serif;
  font-size: 87.5%;
  line-height: 1.6;
  color: #3e3e3e;
}

/* ------------------------------------------------
base font size [13px]
62%=8px          |      193%=25px
70%=9px          |      200%=26px
77%=10px        |      208%=27px
85%=11px        |      216%=28px
93%=12px        |      224%=29px
100%=13px      |      231%=30px
108%=14px      |      239%=31px
116%=15px      |      247%=32px
124%=16px      |      254%=33px
131%=17px      |      262%=34px
139%=18px      |      270%=35px
147%=19px      |      277%=36px
154%=20px      |      285%=37px
162%=21px      |      293%=38px
170%=22px      |      300%=39px
177%=23px      |      308%=40px
185%=24px      |      316%=42px
------------------------------------------------ */

ul,
ol {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a:link {
  text-decoration: none;
  color: #3e3e3e;
}
a:visited {
  text-decoration: none;
  color: #3e3e3e;
}
a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

.fRed,
.fRed a {
  color: #f00;
}

/* clearfix
------------------------------------------------ */
.clearfix {
  clear: both;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* container
------------------------------------------------ */
#container {
  position: relative;
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 970px;
}

.inner {
  box-sizing: border-box;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 10px;
}

/* header
------------------------------------------------ */
/*
body > header {
	background: #fff;
	z-index: 199;
    top: 0;
	left: 50%;
	margin: 0 auto;
	width: 100%;
	background: #fff;
    margin-left: -50%;
    font-size: 92.857%;
	line-height: 1.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}
*/
body > header {
  background: #fff;
  z-index: 199;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  /*margin-left: -50%;*/
  font-size: 92.857%;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

body > header.abs {
  position: absolute;
}
body > header.fix {
  position: fixed;
}
body > header img {
  width: 100%;
}
body > header img:hover {
  opacity: 0.7;
}
.header_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
body > header #logo,
body > header #logo_fix {
  width: 40%;
  max-width: 445px;
  float: left;
  margin: 1.5% 0 1.5% 2%;
}
body > header #logo_fix {
  display: none;
  width: 40%;
  margin: 1% 0 1% 2%;
}
body > header #logo a,
body > header #logo_fix a {
  display: block;
  line-height: 0;
}
header.abs #logo_fix {
  display: none;
}
header.fix #logo {
  display: none;
}
header.fix #logo_fix {
  display: block;
}

body > header .info {
  position: relative;
  width: 50.3%;
  max-width: 520px;
  float: right;
  margin: 1.5% 0 0;
}
body > header .header_menu {
  position: absolute;
  top: 38%;
  right: 15px;
  width: 32px;
}
body > header .header_menu img {
  width: 100%;
}

.header_inner .info {
  padding-right: 1.5%;
  text-align: right;
  box-sizing: border-box;
}
header.fix .header_inner .info {
  margin-top: 1.2%;
}
.header_inner .info li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.header_inner .language .lang_hd {
  font-size: 108%;
}
.header_inner .language {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
.header_inner .language > a {
  display: inline-block;
  width: 65px;
  margin: 0;
  padding: 1px 5px 1px 5px;
  color: #fff;
  background: #4d4d4d;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 3px;
}
.header_inner .language a span {
  display: block;
  padding-right: 5px;
  text-align: center;
  background: url(../img/icon_link_lang.png) no-repeat right center;
  background-size: 10px auto;
}
.header_inner .language ul {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  padding: 0 5px;
  background: #ffffff;
  border: 2px solid #000000;
  z-index: 199;
  box-sizing: border-box;
}
.header_inner .language ul.open {
  display: block;
}
.header_inner .language ul li {
  display: list-item;
  border-top: 1px dotted #000000;
}
.header_inner .language ul li:first-child {
  border: 0;
}
.header_inner .language ul a {
  display: block;
  padding: 8px 0;
  text-align: center;
}
.header_inner .info .sns {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.header_inner .info .sns .fb {
  width: 30px;
  margin-right: 7px;
}
.header_inner .info .sns .ig {
  width: 30px;
}
.header_inner .info .sns img {
  width: 100%;
}
.header_inner .info .tokyo_logo {
  margin-top: 2.3%;
}
.header_inner .info .tokyo_logo .tokyo1 {
  max-width: 46%;
  margin-right: 8%;
  padding-top: 4px;
  vertical-align: middle;
}
.header_inner .info .tokyo_logo .tokyo2 {
  max-width: 21.5%;
  margin-right: 0;
  padding-top: 4px;
  vertical-align: middle;
}
.header_inner .info .tokyo_logo .tokyo1 img,
.header_inner .info .tokyo_logo .tokyo2 img {
  vertical-align: baseline;
}
.head_nav {
  background: #4d4d4d;
}
.head_nav ul {
  padding: 0 1.5%;
  text-align: center;
  box-sizing: border-box;
}
.head_nav li {
  display: inline-block;
}
.head_nav li a {
  position: relative;
  display: inline-block;
  padding: 18px 0;
  color: #ffffff;
  font-weight: bold;
}
.head_nav li a span {
  display: block;
  padding: 0 1.25em;
  color: #999999;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.2;
  border-right: 1px solid #666666;
}
.head_nav li:first-child a span {
  border-left: 1px solid #666666;
}
.head_nav li a.current {
  text-decoration: none;
}
.head_nav li a.current span {
  color: #ffffff;
  text-decoration: none;
}
.head_nav_progress {
  display: none;
}
.head_nav .logo_fix {
  position: absolute;
  top: 0;
  left: 5px;
  display: none;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}
.head_nav .logo_fix a {
  display: block;
  height: 80%;
  margin-top: 5px;
}
.head_nav .logo_fix a img {
  display: block;
  width: auto;
  height: 100%;
}

header.fix .header_inner {
  display: none;
}
.fix .header_inner .info .tokyo_logo {
  display: none;
}
.fix .head_nav_inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.fix .head_nav .logo_fix {
  display: block;
}
.fix .head_nav li a {
  padding: 10px 0;
}
.fix .head_nav li a span {
  font-size: 140%;
}
.fix .head_nav li a:after {
  height: 6px;
}

@media (min-width: 768px) {
  .head_nav li a:hover {
    text-decoration: none;
  }
  .head_nav li a:hover span {
    color: #ffffff;
    text-decoration: none;
  }
  .head_nav li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #4d4d4d;
    border-radius: 2px 2px 0 0;
    transition: 0.2s ease-in;
  }
  .head_nav li a:hover:after,
  .head_nav li a.current:after {
    background: #ffffff;
  }
}

.header_pc {
  position: fixed;
  background: #fff;
  z-index: 199;
  top: 0;
  left: 50%;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  margin-left: -50%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  font-size: 100%;
  line-height: 1.6;
}
.header_pc img {
  width: 100%;
}
.header_pc img:hover {
  opacity: 0.7;
}
.header_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.header_pc #logo {
  width: 45.9%;
  max-width: 445px;
  float: left;
  margin: 2.15% 0 2.15% 2.9%;
}
.header_pc #logo a {
  display: block;
  line-height: 0;
}
.header_pc .info {
  position: relative;
  width: 50.3%;
  max-width: 520px;
  float: right;
  margin: 2.15% 0 0;
}
.header_pc .header_menu {
  position: absolute;
  top: 38%;
  right: 15px;
  width: 32px;
}
.header_pc .header_menu img {
  width: 100%;
}

.header_inner .info {
  padding-right: 72px;
  text-align: right;
  box-sizing: border-box;
}
.header_inner .info li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.header_inner .info .language {
  position: relative;
}
.header_inner .language > a {
  display: inline-block;
  width: 80px;
  margin: 0 0 0 1em;
  padding: 1px 10px 1px 5px;
  vertical-align: middle;
  box-sizing: border-box;
}
.header_inner .info .language > a span {
  display: block;
  padding-right: 5px;
  text-align: center;
  background: url(../img/icon_link_lang.png) no-repeat right center;
  background-size: 10px auto;
}
.header_inner .info .language ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 80px;
  margin: -2px 0 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-top: 0;
  z-index: 1;
  box-sizing: border-box;
}
.header_inner .info .language ul.open {
  display: block;
}
.header_inner .info .language ul li {
  display: block;
  margin: 0 3px;
  border-top: 1px dotted #000000;
}
.header_inner .info .language ul li + li {
  border-top: 1px solid #000000;
}
.header_inner .info .language ul a {
  display: block;
  width: auto;
  padding: 8px 0;
  text-align: center;
}
.header_inner .info .sns {
  margin-top: 2.3%;
  white-space: nowrap;
}
.header_inner .info .sns .tokyo1 {
  max-width: 46%;
  margin-right: 8%;
}
.header_inner .info .sns .tokyo2 {
  max-width: 16%;
  margin-right: 3%;
  padding-top: 3px;
}
.header_inner .info .sns .tokyo1 img,
.header_inner .info .sns .tokyo2 img {
  vertical-align: baseline;
}
.header_inner .info .sns .fb {
  width: 30px;
  margin-right: 7px;
}
.header_inner .info .sns .ig {
  width: 30px;
}
.header_inner .info .sns img {
  width: 100%;
}

.header_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  font-size: 100%;
  line-height: 1.6;
}
.header_sp .logo {
  width: 72.26%;
  margin: 5% 0 5% 2.3%;
}
.header_sp .logo a {
  display: inline-block;
  line-height: 0;
  width: 38%;
}
.header_sp .logo a + a {
  margin-top: 10px;
  margin-left: 4%;
  width: 19.19%;
}
.header_sp .logo .logo_tamashima a {
  display: block;
  margin-top: 3.5%;
  width: auto;
}
.header_sp .logo img {
  width: 100%;
}
.header_sp .header_menu {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 7.5%;
}
.header_sp .language {
  position: absolute;
  width: 15%;
  top: 20%;
  right: 2.3%;
}
.header_sp .language > a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5% 8% 0.5% 2.5%;
  border: 1px solid #000000;
  vertical-align: middle;
  box-sizing: border-box;
  overflow: hidden;
}
.header_sp .language a span {
  display: block;
  float: none;
  width: auto;
  margin-right: 0;
  padding-right: 5px;
  line-height: 1.6;
  text-align: center;
  background: url(../img/icon_link_lang.png) no-repeat right center;
  background-size: 10px auto;
}
.header_sp .language ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  margin-top: -2px;
  background: #ffffff;
  border: 1px solid #000000;
  border-top: 0;
  z-index: 199;
  box-sizing: border-box;
}
.header_sp .language ul.open {
  display: block;
}
.header_sp .language ul li {
  border-top: 1px dotted #000000;
}
.header_sp .language ul a {
  display: block;
  padding: 5px 0;
  text-align: center;
}
.header_sp .header_menu img {
  width: 100%;
}

#hb_menu {
  position: absolute;
  top: 0;
  right: -290px;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: -2px -2px 6px 3px #999999;
  z-index: 1;
  overflow: hidden;
}
.header_menu_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: right;
  box-sizing: border-box;
  z-index: 2;
  background: #ffffff;
}
.header_menu_close a {
  display: inline-block;
  width: 30px;
}
.header_menu_close a img {
  width: 100%;
}
#hb_menu .hb_menu_area {
  position: relative;
  width: 840px;
  height: 100%;
  padding: 110px 0 40px;
  overflow: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
#hb_menu ul {
  float: left;
  width: 280px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#hb_menu ul#l2,
#hb_menu ul#l3 {
  display: none;
}
#hb_menu li {
  border-bottom: 1px solid #bbbbbb;
}
#hb_menu li a {
  display: block;
  padding: 10px;
  font-size: 138%;
}
#hb_menu li a.more:after {
  content: url(../img/icon_menu_more.png);
  display: inline;
  margin-left: 0.5em;
  vertical-align: top;
}
#hb_menu ul#l2 a,
#hb_menu ul#l3 a {
  text-indent: 1em;
}
#hb_menu ul#l2 a.back,
#hb_menu ul#l3 a.back {
  color: #3e3e3e;
  font-size: 153%;
  text-indent: 0;
  background: url(../img/icon_menu_back.png) no-repeat 250px center;
}
#hb_wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 200;
}
#hb_wrapper.show {
  display: block;
}
#hb_overlay {
  width: 100%;
  height: 100%;
}

/* contents
------------------------------------------------ */
#contents {
  position: relative;
}

/* page_heaer */
#page_heaer {
  margin-bottom: 20px;
}

#page_heaer h1 {
  position: relative;
  font-size: 154%;
  font-weight: bold;
}

/* btn_question */
#btn_question {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  margin-left: 340px;
  width: 58px;
  height: 51px;
  background: url(/foreign/common/img/question.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}

/* question_window */
#question_window {
  position: absolute;
  bottom: -540px;
  left: 50%;
  margin: 0 0 20px 70px;
  padding: 20px;
  width: 300px;
  height: 480px;
  background: #fff;
  z-index: 100;
}
#question_window .data_answer {
}

#question_window .data_answer .place_season {
  height: 66px;
}
#question_window .data_answer.data_island .place_season {
  height: 73px;
}

#question_window .data_answer .place_season p {
  display: inline-block;
  vertical-align: bottom;
}
#question_window .data_answer .place_season .place {
  width: 73px;
}
#question_window .data_answer .place_season .place a {
  display: block;
}
#question_window .data_answer .place_season .place img {
  width: 100%;
}
#question_window .data_answer .place_season .season {
  margin-left: 10px;
  width: 28px;
  height: 27px;
  background: url(/foreign/common/img/season_bg1.png) no-repeat left top;
  text-align: center;
  line-height: 27px;
  color: #fff;
}
#question_window .data_island .place_season .season {
  background-image: url(/foreign/common/img/season_bg1_blue.png);
}

#question_window .data_answer .data_title {
  font-size: 154%;
  font-weight: bold;
}

#question_window .data_answer .comment {
  font-size: 93%;
}

#question_window .data_answer .link {
  margin-top: 6px;
  text-align: right;
  font-size: 93%;
}

#question_window .data_answer .link a {
  text-decoration: underline;
}
#question_window .data_answer .link a:hover {
  text-decoration: none;
}

#question_window .data_answer .sns {
  margin-top: 5px;
}

#question_window .data_answer .sns li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

#question_window .data_answer .map {
  margin-top: 10px;
  width: 100%;
  height: 140px;
}

#question_window .data_answer .map .gmap_area {
  width: 100%;
  height: 100%;
}

#question_window .data_answer .author {
  margin-top: 12px;
}

#question_window .data_answer .author img,
#question_window .data_answer .author span {
  display: inline-block;
  vertical-align: middle;
}
#question_window .data_answer .author img {
  width: 50px;
}
#question_window .data_answer .author span {
  margin-left: 10px;
  font-size: 124%;
}

#question_window .close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/foreign/common/img/close1.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#question_window .close:hover {
  text-decoration: none;
}

/* modalwindow
------------------------------------------------ */
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 500;
}
#modal_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin: -50px 0 0 -50px;
  padding: 4px;
  width: 100px;
  height: 100px;
  background: #fff;
  z-index: 600;
}
#getContent {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
#getContent #question_window {
  text-align: left;
}
#getContent .modalImg {
  position: relative;
  max-width: 100%;
  /*max-height: 100%;*/
  z-index: 1;
}
#modal_contents .prev,
#modal_contents .next {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#modal_contents .prev {
  left: -60px;
  background-image: url(/foreign/common/img/slide_prev2.png);
}
#modal_contents .next {
  right: -60px;
  background-image: url(/foreign/common/img/slide_next2.png);
}
#modal_contents .prev:hover,
#modal_contents .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* contents
------------------------------------------------ */
#contents {
  position: relative;
}

/* page_heaer */
#page_heaer {
  margin-bottom: 20px;
}

#page_heaer h1 {
  position: relative;
  font-size: 154%;
  font-weight: bold;
}

/* pagetop
------------------------------------------------ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  z-index: 2;
}

#pagetop a {
  background: url(/foreign/common/img/icon_pagetop.png) 0 0 no-repeat;
  display: block;
  font-size: 0%;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

#pagetop a:hover {
  opacity: 0.8;
}

/* sns
------------------------------------------------ */
section#sns {
  margin: 0 auto;
}
#sns .cont_inner {
  padding: 20px 2% 40px;
  text-align: center;
}
#sns .logo {
  width: 11.1%;
  margin-right: 3%;
}
#sns h3 {
  margin: 0 auto 40px;
  font-size: 180%;
  line-height: 1;
}
#sns .sns_list li {
  display: inline-block;
  margin-right: 4%;
}
#sns .sns_list li:last-of-type {
  margin-right: 0;
}
#sns .sns_list li a {
  display: inline-block;
  text-align: center;
}
#sns .sns_list li figure {
  margin: 0 auto 5px;
}
#sns .sns_list li p {
  font-size: 124%;
  line-height: 1.2;
}

/* footer
------------------------------------------------ */
#footer {
  max-width: 1024px;
  margin: 60px auto 0;
  padding: 25px 0 30px;
  position: relative;
  border-top: 1px solid #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

#footer a:hover img {
  opacity: 0.8;
}

#footer img {
  width: 100%;
  height: auto;
}

/* links */
#footer .links {
  max-width: 320px;
  margin: 0 auto;
  letter-spacing: -0.4em;
  text-align: center;
}

#footer .links li {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.2;
  letter-spacing: normal;
  border-right: 1px solid #333333;
}
#footer .links li:nth-child(2n) {
  padding: 0 0 0 10px;
  border: 0;
}
#footer .links__tamashima {
  margin: 24px auto;
}
#footer .links__tamashima ul {
  padding: 6px 10px;
}

/* tama */
#footer .links__tamashima .tama a {
  display: inline-block;
  padding: 0.8em 0 0 0.8em;
  color: #333333;
  line-height: 1.2;
  background: url(../img/icon/icon_flag_tama.png) no-repeat left top;
  background-size: auto 2em;
}

/* shima */
#footer .links__tamashima .shima a {
  display: inline-block;
  padding: 0.8em 0 0 0.8em;
  color: #333333;
  line-height: 1.2;
  background: url(../img/icon/icon_flag_shima.png) no-repeat left top;
  background-size: auto 2em;
}

#footer .links__tamashima .shima ul {
  padding: 2px 10px 6px;
}

/* others */
#footer .links__others {
  margin-top: 0;
  font-size: 123%;
}

/* copyright */
#footer .copyright {
  font-size: 100%;
  margin-top: 20px;
  text-align: center;
}

#footer .copyright p + p {
  margin-top: 12px;
}

@media (min-width: 766px) {
  #getContent .modalImg {
    max-height: 100%;
  }
}

#gdpr {
  background: #f2f2f2;
}
#gdpr .inner {
  display: table;
  table-layout: fixed;
  padding: 0;
}
#gdpr .gdpr_text,
#gdpr .gdpr_btn {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
}
#gdpr .gdpr_text {
  padding: 0 10px 0 0;
  line-height: 1.4;
}
#gdpr .gdpr_text a {
  text-decoration: underline;
}
#gdpr .gdpr_btn {
  width: 90px;
}
#gdpr #gdpr_btn {
  display: block;
  padding: 5px 0;
  color: #ffffff;
  font-size: 100%;
  text-align: center;
  background: #333333;
}

/* ------------------------------------------------
    sp
------------------------------------------------ */
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*
    body {
        padding-top: 100px;
    }
*/
  .wrap {
    width: auto;
  }

  body > header #logo {
    width: auto;
    max-width: 72%;
    height: 45px;
    margin: 5px 0 5px 5px;
    text-align: left;
  }
  body > header #logo a {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 45px;
  }
  body > header #logo a img {
    width: auto;
    max-width: 100%;
    max-height: 45px;
  }
  header.fix .header_inner {
    padding: 5px 0;
  }
  header.fix .header_inner .info {
    margin-top: 3px;
  }
  .header_inner .info {
    padding-right: 0;
    width: 25%;
    max-width: 90px;
    margin: 10px 0 0;
  }
  .header_inner .language {
    width: 90%;
    top: 20%;
    right: 2.3%;
    margin-left: 0;
  }
  .header_inner .language .lang_hd {
    display: none;
  }
  .header_inner .language > a {
    width: 100%;
    margin: 0;
    padding: 0.5% 8% 0.5% 2.5%;
  }
  .header_inner .language ul {
    width: 200%;
  }
  .header_inner .language ul a {
    padding: 12px 0;
  }
  .header_inner .info .sns,
  .header_inner .info .tokyo_logo {
    display: none;
  }
  .head_nav {
    position: relative;
    height: 53px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #ffffff;
  }
  .head_nav_inner {
    position: relative;
    top: 0;
    display: block;
    white-space: normal;
  }
  .head_nav ul {
    padding: 0;
    text-align: left;
    white-space: nowrap;
    background: url(/foreign/common/img/bg_headnav_sp.png) repeat-x center bottom;
  }
  .head_nav li {
    display: inline-block;
    vertical-align: bottom;
    border-right: 1px solid #ffffff;
  }
  .head_nav li:first-child {
    border-left: 0;
  }
  .head_nav li:last-child {
    border-right: 0;
  }
  .head_nav li a {
    max-height: 43px;
    margin-top: 12px;
    padding: 12px 0;
    text-align: center;
    background: #666666;
    transition: 0.2s ease-in;
    vertical-align: bottom;
    box-sizing: border-box;
  }
  .head_nav li a span {
    padding: 0 1em;
    font-size: 125%;
  }
  .head_nav li:first-child a span {
    border-left: 0;
  }
  .head_nav li:last-child a span {
    border-right: 0;
  }
  .head_nav li a.current {
    max-height: 55px;
    margin-top: 0px;
    padding: 18px 0;
    background: #4d4d4d;
    border-radius: 6px 6px 0 0;
  }
  .head_nav li a:after {
    display: none;
  }
  .head_nav_progress {
    width: 100%;
    margin: 0;
    padding: 1px 0;
    background: #ffffff;
  }
  .head_nav_progress span {
    display: block;
    width: 0px;
    height: 0;
    padding: 3px 0 0;
    background: #4d4d4d;
    transition: 0.2s ease-in;
  }

  header.fix .header_inner {
    display: block;
  }
  header.fix #logo {
    width: auto;
    height: 30px;
  }
  header.fix #logo a {
    max-height: 30px;
  }
  header.fix #logo a img {
    max-height: 30px;
  }
  .fix .head_nav {
    height: 41px;
  }
  .fix .head_nav_inner {
    top: -5px;
  }
  .fix .head_nav .logo_fix {
    display: none;
  }
  .fix .head_nav ul {
    background-size: auto 35px;
  }
  .fix .head_nav li a {
    max-height: 35px;
    padding: 8px 0;
  }
  .fix .head_nav li a.current {
    max-height: 41px;
    padding: 11px 0;
  }
  .fix .head_nav li a span {
    font-size: 125%;
  }

  .link_list {
    margin: 10px 5% 0;
  }
  .link_list li {
    float: left;
    margin-right: 2%;
  }
  .link_list img {
    width: 100%;
  }
  .link_list .link_island,
  .link_list .link_mountain,
  .link_list .link_reporter {
    width: 32%;
  }
  .link_list .link_island {
    margin-right: 0;
  }
  .link_list li a {
    display: block;
  }

  /* pagetop
	------------------------------------------------ */
  #pagetop {
    width: auto;
  }

  #pagetop a {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: 96% 50%;
    background-size: 25px auto;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 93%;
    font-weight: bold;
    line-height: 25px;
    max-height: 25px;
    padding: 5px 33px 5px 5px;
    text-decoration: underline;
    text-indent: 0;
    width: auto;
  }

  #pagetop a:hover {
    opacity: 0.8;
  }

  /* sns
	------------------------------------------------ */
  #sns .cont_inner {
    padding: 20px 0;
    display: block;
  }
  #sns .logo {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #sns .txt_area {
    margin-right: 0;
  }
  #sns h3 {
    font-size: 139%;
    text-align: center;
    margin-bottom: 25px;
  }
  #sns .txt {
    font-size: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #sns .sns_list {
  }
  #sns .sns_list li {
    margin-right: 0;
  }
  #sns .sns_list li a {
    display: block;
  }
  #sns .sns_list li figure {
    width: 66%;
    margin: 0 auto 5px;
  }
  #sns .sns_list li p {
    font-size: 100%;
    text-align: center;
  }

  /* footer
	------------------------------------------------ */
  #footer {
    position: relative;
    margin: 30px 10px 0;
    padding: 10px 10px 10px;
  }

  #footer a:hover img {
    opacity: 1;
  }

  /* links */
  #footer .links li::after {
    padding: 0 7px;
  }
  #footer .links li:last-child::after {
    padding: 0;
  }

  #footer .links__tamashima .tamashima__middle {
    padding-top: 2px;
  }

  /* tama shima */
  #footer .links__tamashima .tama ul,
  #footer .links__tamashima .shima ul {
    padding: 2px 10px;
  }
  #footer .links__tamashima li {
    padding: 0 10px;
    line-height: 1.2;
  }
  #footer .links__tamashima .tama li {
    border-right: 1px solid #72bf44;
  }
  #footer .links__tamashima .shima li {
    border-right: 1px solid #00b5e6;
  }
  #footer .links__tamashima .tama li:last-child {
    border-right: 0;
  }
  #footer .links__tamashima .shima li:last-child {
    border-right: 0;
  }
  #footer .links__tamashima .tama a,
  #footer .links__tamashima .shima a {
    padding: 0;
    font-size: 123%;
    background: none;
  }

  /* others */
  #footer .links__others {
    margin-top: 4px;
  }

  /* copyright */
  #footer .copyright {
    font-size: 76.9%;
    margin-top: 15px;
    text-align: center;
  }

  #footer .copyright p + p {
    margin-top: 6px;
  }

  /* btn_question
    ------------------------------------------------ */
  #btn_question {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    display: block;
    width: 38px;
    height: 35px;
    background: url(/foreign/common/img/question.png) no-repeat left top;
    background-size: 28px;
    text-indent: -9999px;
    z-index: 100;
  }

  /* question_window
    ------------------------------------------------ */
  #question_window {
    height: 100%;
    position: relative;
    padding: 20px 4%;
    width: 92%;
    background-size: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 100;
  }
  #question_window img {
    width: 100%;
  }

  #question_window .data_answer .place_season,
  #question_window .data_answer.data_island .place_season {
    height: 50px;
  }

  #question_window .data_answer .place_season p {
    display: inline-block;
    vertical-align: bottom;
  }
  #question_window .data_answer .place_season .place {
    height: 100%;
    width: auto;
  }
  #question_window .data_answer .place_season .place a {
    display: block;
    height: 100%;
  }
  #question_window .data_answer .place_season .place img {
    width: auto;
    height: 100%;
  }
  #question_window .data_answer .place_season .season {
    margin-left: 10px;
    width: 28px;
    height: 27px;
    background: url(/foreign/common/img/season_bg1.png) no-repeat left top;
    text-align: center;
    font-size: 1rem;
    line-height: 27px;
    color: #fff;
  }
  #question_window .data_island .place_season .season {
    background-image: url(/foreign/common/img/season_bg1_blue.png);
  }

  #question_window .data_answer .data_title {
    margin-top: 10px;
    font-size: 138%;
    font-weight: bold;
  }

  #question_window .data_answer .link {
    margin-top: 6px;
    text-align: right;
  }

  #question_window .data_answer .link a {
    text-decoration: underline;
  }

  #question_window .data_answer .sns {
    margin-top: 5px;
  }

  #question_window .data_answer .sns li {
    display: inline-block;
    margin-right: 8px;
    width: 12%;
    vertical-align: middle;
  }

  #question_window .data_answer .map {
    margin: 10px 0 0 -4%;
    width: 108%;
    height: 210px;
  }

  #question_window .data_answer .map .gmap_area {
    width: 100%;
    height: 100%;
  }

  #question_window .data_answer .author {
    margin-top: 12px;
  }

  #question_window .data_answer .author img,
  #question_window .data_answer .author span {
    display: inline-block;
    vertical-align: middle;
  }
  #question_window .data_answer .author img {
    width: 23%;
  }
  #question_window .data_answer .author span {
    margin-left: 10px;
    font-size: 100%;
  }

  #question_window .close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/foreign/common/img/close1.png) no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #question_window .close:hover {
    text-decoration: none;
  }

  /* modalwindow
    ------------------------------------------------ */
  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 500;
  }
  #modal_contents {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 600;
  }
  #getContent {
    position: relative;
    width: 100%;
  }
  #getContent .photoArea {
    position: relative;
  }
  #getContent #question_window {
    background: #fff;
  }
  #getContent .modalImg {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  #modal_contents .prev,
  #modal_contents .next {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 10%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
  }
  #modal_contents .prev {
    left: 0;
    background-image: url(/foreign/common/img/slide_prev1.png);
  }
  #modal_contents .next {
    right: 0;
    background-image: url(/foreign/common/img/slide_next1.png);
  }

  #gdpr .inner {
    padding: 5px 10px;
  }
}

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

  .header_sp {
    display: none;
  }
  #hb_wrapper {
    height: 100% !important;
  }
}

/* GTranslate
  ------------------------------------------------ */
.header_inner .language {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
.header_inner .language > button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;

  width: 5rem;
  border-radius: 3px;
  padding-block: 4px;
  text-align: center;
  background: #4D4D4D;
  color: #ffffff;
}
.header_inner .language > button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 2px;
}
.gtranslate_wrapper {
  position: absolute;
  right: 0px;
  z-index: 1000;

  width: 110px;
  border: 2px solid #000;
  background-color: #fff;
  padding-inline: 5px;
  display: none;
  flex-direction: column;
}
.gtranslate_wrapper > .glink {
  border-bottom: 1px dotted #000;
  text-align: center;
  padding-block: 3px;
}
.gtranslate_wrapper > .glink:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .header_inner .language > button::after {
    border-width: 0 1px 1px 0;
  }
}