@charset "utf-8";
/* CSS Document */

@media print{
  .copy { display:none; }
  /* 印刷時背景画像も表示させる */
  * { -webkit-print-color-adjust: exact; }
}

html {
  overflow-y: scroll;
}
body {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #FFFFFF;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
iframe {
  width: 100%;
  height: 100%;
}
a {
  color: #222222;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color: #000000;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
h1, h2, h3, h4, h5, h6, figure {
  color: #222222;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
ul, li {
  list-style:none;
  margin: 0;
  padding: 0;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"],
textarea {
  outline: none;
  border: 2px solid #01A0E9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
}

.error_message {
  width: 100%;
  border: 1px solid #f76782;
  border-radius: 10px;
  margin: 50px 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #F00;
}

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  cursor: pointer;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #01A0E9;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #01A0E9;
  border-right: 3px solid #01A0E9;
}

.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  cursor: pointer;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 10px;
}
.radio01-input:checked + .radio01-parts{
  color: #01A0E9;
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #01A0E9;
  border-radius: 50%;
}

/* contents */
#contents {
  width: 980px;
  margin: 50px auto;
  padding: 0;
}

/* boxsearchspot */
h1.toptitle {
  background-color: #29aef0;
  padding: 8px 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
#spotinfo {
  text-align: center;
  overflow: hidden;
}
#spotinfo img {
  margin: 0 0 30px;
}
#spotinfo p.bold {
  font-size: 18px;
  font-weight: bold;
}
#spotinfo p.mini {
  font-size: 12px;
}
#spotinfo .btninfo {
  overflow: hidden;
}
#spotinfo .btninfo .left {
  display: inline-block;
}
#spotinfo .btninfo .right {
  font-size: 12px;
}
.gospot_btn {
  border: 2px solid #0db9fc;
  text-align: center;
  width: 250px;
  margin: 30px auto;
  padding: 8px 0;
  border-radius: 4px;
}
.gospot_btn p.btn {
  font-size: 18px;
  color: #0db9fc;
}
.gospot_btn a {
  color: #0db9fc;
}
.gospot_btn a:hover {
  color: #0db9fc;
  text-decoration: none;
  opacity: 0.7;
}
.gospot_btn2 p.btn {
  font-size: 18px;
  color: #0db9fc;
}
.gospot_btn2 a {
  color: #0db9fc;
}
.gospot_btn2 a:hover {
  color: #0db9fc;
  text-decoration: none;
  opacity: 0.7;
}
#spotcategory {
  background-color: #F5F5F5;
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 0 0;
}
#spotcategory h1 {
  background-color: #333e4f;
  color: #FFF;
  padding: 8px 20px;
  margin: 50px 0 0;
  font-size: 18px;
  font-weight: bold;
}
#spotcategory ul {
  padding: 10px;
  overflow: hidden;
  display: inline-block;
}
#spotcategory li {
  width: 120px;
  float: left;
  padding-right: 5px;
}
#spotlist {
  margin: 80px 0;
}
#spotlist h2 {
  border-left: 8px solid #333e4f;
  height: 40px;
  line-height: 40px;
  margin: 120px 0 10px;
}
#spotlist h2 p {
  font-size: 30px;
  font-weight: bold;
  color: #333e4f;
  padding-left: 20px;
}
#spotlist ul {
  overflow: hidden;
}
#spotlist li {
  border: 1px solid #CCC;
  margin: 5px 5px 0 0;
  padding: 20px 0;
  text-align: center;
  width: 190px;
  height: 215px;
  float: left;
}
#spotlist li p {
  padding-top: 13px;
}
#spotlist p.title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  padding: 0 0 5px;
  margin: 0 0 8px;
}
#spotlist .info_twocolumn {
  margin: 50px 0 0;
  overflow: hidden;
}
#spotlist .info_twocolumn .left {
  width: 65%;
  float: left;
  padding: 0 50px 0 0;
}
#spotlist .info_twocolumn .right {
  width: 35%;
  float: left;
}

/* boxsearch */
#boxsearch {
  background-color: #FFFFFF;
  border: solid 1px #b2e3fa !important;
  border-radius: 2px;
  margin: 20px 0;
  padding: 20px;
  overflow: hidden;
}
#boxsearch a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#txtarea01 {
  width: 480px;
  height: 40px;
}
#genzaichi {
  height: 40px;
}
.freewordtxt {
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 15px;
  color: #01A0E9;
}
.maptxt, .spottxt {
  font-size: 15px;
  font-weight: bold;
  color: #01A0E9;
  margin: 0;
  padding: 0;
}
.searchtxt {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.search {
  background: url(../img/btn/btn_blue.png) no-repeat 0px 0px;
  background-size: 100px;
  padding: 9px 35px 12px;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
}
.clear {
  background: url(../img/btn/btn_white.png) no-repeat 0px 0px;
  background-size: 219px 37px;
  padding: 10px 47px;
  font-size: 14px;
  text-align: center;
}
.backtomap{
  background: url(../img/btn/btn_white.png) no-repeat 0px 0px;
  background-size: 220px 37px;
  padding: 11px 54px;
  font-size: 14px;
  text-align: center;
}
#boxsearch .title {
  border-bottom: 2px solid #01A0E9;
  margin: 0 0 20px;
  padding: 10px 0;
  overflow: hidden;
}
#boxsearch .title .spottxt {
  float: left;
}
#boxsearch .title .btn {
  background-color: #FFFFFF;
  float: left;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  width: auto;
}
#boxsearch .map {
  text-align: center;
}
#boxsearch .stdfree {
  font-size: 14px;
  font-weight: bold;
  color: #00ccff;
  padding-left: 10px;
  padding-right: 20px;
}
#boxsearch .opt {
  font-size: 14px;
  font-weight: bold;
  color: #e75297;
  padding-left: 10px;
  padding-right: 0;
}
.hidden_box {
  float: left;
}
.spot_icon {
}
.spot_icon a {
  float: left;
}
.spot_icon img {
  width: 100px;
  cursor: pointer;
}
.spot_icon input {
  display: none;
}
.spot_icon .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.spot_icon input:checked ~ .hidden_show {
  padding: 10px;
  margin: 10px 0;
  height: auto;
  opacity: 1;
}

/* tab */
.tabs {
  margin: 0 auto;
}
.tab_item {
  width: 100px;
  height: 100px;
  margin: 0 17px;
  display: inline-block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item img {
  pointer-events: none;
  transform: translateZ(0);
}
.tab_item img:hover {
   filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 10px 0 0;
  clear: both;
  overflow: hidden;
}
#area:checked ~ #area_content,
#category:checked ~ #category_content,
#restaurant:checked ~ #restaurant_content,
#shop:checked ~ #shop_content,
#office:checked ~ #office_content,
#traffic:checked ~ #traffic_content,
#leisure:checked ~ #leisure_content,
#public:checked ~ #public_content,
#area_s:checked ~ #area_s_content,
#category_s:checked ~ #category_s_content,
#restaurant_s:checked ~ #restaurant_s_content,
#shop_s:checked ~ #shop_s_content,
#office_s:checked ~ #office_s_content,
#traffic_s:checked ~ #traffic_s_content,
#leisure_s:checked ~ #leisure_s_content,
#public_s:checked ~ #public_s_content
{
  display: block;
}
.tabs input:checked + .tab_item {
}
.c-txtsp {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin: 20px 0 0;
  padding: 20px 10px;
  background-color: #f9f9f9;
}

.areacontents .left {
  width: 30%;
  float: left;
  background-color: #FFFFFF;
}
.areacontents .left .title_accordion {
  background-color: #01A0E9;
  padding: 10px 10px 8px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #FFFFFF;
}

.areacontents .right {
  width: 70%;
  float: right;
}
.areacontents .right .bottom {
  margin: 5px 10px;
  overflow: hidden;
}
.areacontents .right .bottom span.areasopt {
  float: left;
  width: 50%;
}
.areacontents .right .bottom span.copypreview {
  float: right;
  width: 28%;
}
li.title-list a {
  color: #FFFFFF;
}
li.title-list {
  background-color: #01A0E9;
  padding: 8px 10px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
  font-weight: bold;
}
li.title-inner {
  padding: 10px;
  background-color: #CCECFB;
}
li.title-info {
  padding: 10px;
  background-color: #f5f5f5;
}

/* accordion_map */
.accordion_title {
  background-color: #333E4F;
  width: 400px;
  margin: 0 auto;
  padding: 10px 10px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
#accordion_map {
  width: 420px;
  /* height: 450px; */
  overflow: scroll;
  margin: 0 auto;
  border-left: 1px solid #DDDDDD;
}
#accordion_map dt.gray {
  cursor:pointer;
  background-image: url(../img/icon/arrow_up.png);
  background-repeat: no-repeat;
  background-position: 390px center;
  padding: 10px;
  font-size: 14px;
  background-color: #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
}
#accordion_map dt.gray span.main {
  font-size: 14px;
  line-height: 0.5em;
}
#accordion_map dt.gray span.sub {
  font-size: 12px;
  line-height: 0.5em;
}
#accordion_map dd{
  /*display: none;*/
  font-size: 12px;
  line-height: 140%;
  margin: 0;
  padding: 10px 5px;
}
#accordion_map dt.active{
  background-image: url(../img/icon/minus.gif);
}
#accordion_map dt.over {
  background-color: #B4DEEF;
}

/* accordion */
#accordion {
  width: 280px;
  height: 550px;
  overflow: scroll;
  margin: 0;
  border-left: 1px solid #DDDDDD;
}
#accordion dt.blue {
  cursor:pointer;
  background-image: url(../img/icon/plus.gif);
  background-repeat: no-repeat;
  background-position: 230px center;
  padding: 10px;
  font-size: 14px;
  background-color: #CCECFB;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #FFFFFF;
}
#accordion dt.gray {
  cursor:pointer;
  background-image: url(../img/icon/arrow_up.png);
  background-repeat: no-repeat;
  background-position: 230px center;
  padding: 10px 50px 10px 10px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #FFFFFF;
}
#accordion dt.gray span.main {
  font-size: 14px;
  line-height: 0.5em;
  font-weight: bold;
}
#accordion dt.gray span.sub {
  font-size: 12px;
  line-height: 0.5em;
}
#accordion dd{
  /*display: none;*/
  font-size: 12px;
  line-height: 140%;
  margin: 0;
  padding: 10px 5px;
}
#accordion dd div.address{
  font-size: 14px;
  line-height: 140%;
  margin: 0 10px 10px;
}
#accordion dt.active{
  background-image: url(../img/icon/minus.gif);
}
#accordion dt.over {
  background-color: #B4DEEF;
}
#accordion table {
  padding: 2px;
}
#accordion td {
  border: none;
}
#accordion td.title {
  width: 45%;
  background-color: #FFF;
  border: none;
  padding: 5px;
  text-align: center;
}
#accordion td.title img {
  width: 80%;
}
#accordion .freewifiTitle {
  background-color: #0cb9fc;
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
}
#accordion .freewifiBody {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #e3f7ff;
  border: 1px solid #DDD;
}
#accordion div.errorBox {
  border: 1px solid #f76782;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  color: #F00;
  font-size: 12px;
}
#accordion div.errorBox2 {
  border: 1px solid #f76782;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  color: #F00;
  font-size: 12px;
}


/* contents */
#copy {
  width: 750px;
  margin: 30px auto;
  padding: 0;
}
#copy h1 {
  border-bottom: 1px solid #DDDDDD;
  font-weight: bold;
}
#copy table {
  width: 100%;
  margin: 10px 0;
}
#copy table td {
  padding: 8px;
}
#copy table td.title-name {
  width: 120px;
  background-color: #EEE !important;;
  text-align: center;
  color: #666666;
}
#copy .btn {
  background-color: #FFF;
  width: 750px;
  max-width: none;
  overflow: hidden;
  text-align: right;
  padding: 0;
  letter-spacing: 0;
}
#copy .btn span.copy {
  float: right;
}
#copy .btn span.copy img {
  width: 100px;
  float: right;
}
#copy .btn span.close {
  float: right;
  margin: 8px 0px 0 20px;
}
#copy .btn span.close a:hover {
  color: #666666;
}


#googleMap{
  width:100%;
  height:590px;
}
/* colorbox 閉じる */
.button_box{
  width:100%;
  height:32px;
}
.close_button{
  float: right;
  top:0px;
  left:0px;
  width:32px;
  height:32px;
  border:0;
  background-color:black;
  border-radius:32px;
  margin:0;
  padding:0;
  transform:scale(0.5);
  cursor:pointer;
}
.close_button:before{
  content:"";
  position:absolute;
  display:inline-block;
  top:4px;
  left:13px;
  width:6px;
  height:24px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.close_button:after{
  content:"";
  position:absolute;
  display:inline-block;
  top:4px;
  left:13px;
  width:6px;
  height:24px;
  border:0;
  margin:0;
  padding:0;
  background-color:white;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.close_button:hover{
  background-color:red;
}

.region {
  width: 240px;
}
.region h3 {
  font-size: 13px;
  margin: 0;
}
.prefecture {
  font-size: 0.75em;
  text-align: left;
}
.prefecture li {
  display: inline-block;
  width: 60px;
  border-top: 0 solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 0 solid #CCC;
  text-align: center;
  margin: 0px;
}
.prefecture li:nth-child(4n) {
  width: 60px;
  border-top: 0 solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.prefecture li:last-child {
  border-top: 0 solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.prefecture li a {
  font-size: 13px;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}
.tohoku {
  position: absolute;
  margin-left: 700px;
  margin-top: -400px;
}
.tohoku h3 {
  color: #FFF;
  background-color: #6fba2c;
}
.kanto {
  position: absolute;
  margin-top: -220px;
  margin-left: 670px;
}
.kanto h3 {
  color: #FFF;
  background-color: #38bfef;
}
.hokuriku {
  position: absolute;
  margin-left: 300px;
  margin-top: -560px;
}
.hokuriku h3 {
  color: #FFF;
  background-color: #e9b723;
}
.kinki {
  position: absolute;
  margin-left: 250px;
  margin-top: -400px;
}
.kinki h3 {
  color: #FFF;
  background-color: #ba79b1;
}
.chugoku {
  position: absolute;
  margin-top: -280px;
  margin-left: 0;
}
.chugoku h3 {
  color: #FFF;
  background-color: #f18100;
}
.shikoku {
  position: absolute;
  margin-top: -80px;
  margin-left: 380px;
}
.shikoku h3 {
  color: #FFF;
  background-color: #ea5283;
}
.kyusyuu {
  position: absolute;
  margin-top: -130px;
  margin-left: -10px;
}
.kyusyuu h3 {
  color: #FFF;
  background-color: #01b097;
}
#mapster_wrap_0 {
  margin: 0 auto;
}
.iconbox_on {
  margin-top: 5px;
  width: 180px;
  text-align: center;
  background-color: #44bf89 !important;;
  color: #FFF;
  padding: 3px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}
.iconbox_off {
  width: 170px;
  text-align: center;
  background-color: #FFF !important;;
  color: #0db9fc;
  border: 2px solid #0db9fc;
  padding: 3px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}
#textClear {
  position: absolute;
  width: 20px;
  top: 30px;
  right: 320px;
}

#explain {
  width: 980px;
  margin: 0 auto;
}
#explain .explainBox {
  border: 1px solid #b2e3fa;
  border-radius: 2px;
  margin: 0 0 50px;
}
#explain .explainBox table {
  width: 94%;
  margin: 10px auto;
}
#explain .explainBox table td {
  width: 23%;
  text-align: center;
  font-size: 14px;
}
#explain .explainText {
  width: 80%;
  margin: 30px auto;
  font-size: 18px;
}
#explain .explainSqicon {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 15px;
  width: 90%;
}
#explain .explainWiFi6icon {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 15px;
  width: 90%;
}
#explain ul {
  list-style-type: none;
  text-indent: -1em;
  width: 80%;
  margin: 20px auto;
  text-align: left;
}
#explain ul li:before {
  display: inline;
  content: "※";
}
