﻿html {
    font-size: 62.5% !important;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    color: #666666;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    text-align: center;
    word-break: break-all;
}
.svg_sprite {
    display: none;
}
a {
    color: #4D4D4D;
    text-decoration: none;
}
em {
    font-style: initial;
}
input, button, textarea, select {
    margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
    background: none;
	outline: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="radio"] {
	display: none;
}
.child {
    display: none;
}
.sp_view {
    display: none;
}
/*---------------ヘッダー----------------*/
.header {
    position: relative;
}
.header .header_top {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0 8px 0; 
    border-bottom: solid 3px #fff;
}
.header .header_top .header_inner {
    max-width: 1280px;
    margin: 0 auto;
}
.header .header_top a {
    display: block;
    float: left;
    width: 130px;
    margin: -2px 0 4px 0; 
}
.header .header_top .btn_home img {
    display: block;
    width: 100%;
    margin: 0 10px 0 0;
}
.header .header_top h1 {
    margin: 0 auto;
    color: #777;
    font-weight: normal;
    font-size: 1.4rem;
    text-indent: 1em;
    text-align: center;
}
/*---------------コンテンツ----------------*/
.contents {
    max-width: 920px;
    margin: 0 auto;
}
.contents h2 {
    display: inline-block;
    position: relative;
    margin: 50px 0 40px 0;
    padding: 0 30px;
    color: #FF46A6;
    font-weight: bold;
    font-size: 4rem;
    font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents h2::after {
    content: "";
    display: block;
    margin: 16px auto 0;
    max-width: 400px;
    height: 20px;
    background-image: url(/img/keisai/bg_slash.png?date=2019);
    background-size: auto;
    -webkit-background-size: 7.14% 100%;
    background-size: 4% 100%;
}
.baitai_text {
    line-height: 1.4;
    font-size: 1.4rem;
}
.areachoice {
    display: block;
    margin: 20px auto;
    color: #FF79BF;
    font-size: 1.6rem;
}
/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 30px auto 0 auto;
}
/*タブのスタイル*/
.tab_item {
    display: block;
    float: left;
    width: 16%;
    height: 52px;
    line-height: 50px;
    margin: 0 0 6px 6px;
    background-color: #fff;
    color: #FF46A6;
    font-size: 1.8rem;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item span {
    display: inline-block;
    padding: 0 0 0 4px;
    font-size: 1.2rem;
    color: #666;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    width: 100%;
    height: 718px;
    margin: 10px 0 0 0;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}
/*選択されているタブのコンテンツのみを表示*/
#hokkaido:checked ~ #hokkaido_area,
#tohoku:checked ~ #tohoku_area,
#kk:checked ~ #kk_area,
#kanto:checked ~ #kanto_area,
#nn:checked ~ #nn_area,
#hokuriku:checked ~ #hokuriku_area,
#_shizuoka:checked ~ #_shizuoka_area,
#tokai:checked ~ #tokai_area,
#kansai:checked ~ #kansai_area,
#cs:checked ~ #cs_area,
#q:checked ~ #q_area,
#okinawa:checked ~ #okinawa_area {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #FF46A6;
    color: #fff;
}
.tabs input:checked + .tab_item span {
      color: #fff;
}

.mapinner {
    display: flex;
}
.map_list {
    width: 34%;
    height: 655px;
    margin: 0 1% 0 0;
    padding: 0 8px 0 0;
    overflow-x: hidden;
}
.map_list::-webkit-scrollbar {
    width: 10px;
}
.map_list::-webkit-scrollbar-track {
    background: #fff;
}
.map_list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
}

.map_list span.areaname {
    display: block;
    line-height: 1.8;
    margin: 0 0 10px 0;
    background: #FF79BF;
    color: #fff;
}
.map_list ul {
    width: 100%;
}
.map_list ul li{
    position: relative;
    width: 100%;
    margin: 0 0 4px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.map_list ul li:last-child {
    margin: 0 0 10px 0;
}
.map_list ul li a {
    display: flex;
    color: #707070;
    text-decoration: none;
}
.map_list ul li a img {
    width: 89px;
    height: 71px;
    object-fit: cover;
}
.map_list ul li a p {
    padding: 6px 0 0 8px;
    font-size: 1.4rem;
    box-sizing: border-box;
    text-align: left;
}
.map_list ul li a:hover p {
    color: #FF46A6;
}
.map_list ul li a:hover img {
    opacity: .7;
}
.map_list ul li .icon_new {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    color: #FFF;
    font-size: .7rem;
    background: #4BBEBE;
}
.map_list li .icon_new span {
    color: #FFF;
    font-size: 1.4rem;
    background: #4BBEBE;
}
 #map {
    width: 66%;
    height: 655px; 
    position: relative;
    overflow: hidden;
 }
.btn_submit {
    width: 100%;
    max-width: 760px;
    margin: 20px auto 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
}
.btn_submit a {
    display: inline-block;
    width: auto;
    margin: 32px 0;
    padding: 16px 122px;
    border: none;
    border-radius: 0;
    background: #469CFF;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 4px 4px 0px 1px #FCF9A0;
    transition: .4s;
}
.btn_submit a:hover{
    box-shadow: none;
    background: #5faaff;
}
.btn_submit a span {
    display: block;
    margin: 0 0 10px 0;
    color: #FCF9A0;
    font-weight: normal;
    font-size: 1.4rem;
}
/*---------------フッターー----------------*/
#footer {
    max-width: 100%;
    padding: 60px 0 50px 0;
    background: url(/img/keisai/bg_keisai.png?date=20170215) #fff;
}
#footer p {
    line-height: 1.8;
    font-size: 1.4rem;
}
/*---------------マップ内上書き---------------*/
.gm-style {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
#ic_pin {
    width: 50px;
}
/*---------------モーダル内上書き---------------*/
.info_balloon_title_gray {
    font-size: 1.2rem !important;
}
.info_balloon_title_gray label {
    display: inline-block;
    margin-bottom: 4px;
    color: #FF46A6;
    font-size: 1.4rem;
}
section.info_balloon .info_balloon_box .info_balloon_title_gray {
    padding: 0 0 4px 0;
}
.mfp-close {
    right: 12px;
    top: 12px;
}

/*■■■■■■■■■960px以下はこのcssが適用されます■■■■■■■■■*/
@media all and (max-width:960px) {
.pc_view {
    display: none;
}
.sp_view {
    display: block;
}
/*---------------ヘッダー----------------*/
.header .header_top {
    height: 40px;
    padding: 16px 12px 8px 12px;
    box-sizing: border-box;
}
.header .header_top h1 {
    padding: 0;
    font-size: 1rem;
    text-align: left;
}
.header .header_top a {
    width: 90px;
}
.header .header_top .btn_home img {
    width: 100%;
}
.header_main {
    position: relative;
    width: 100%;
}
/*---------------コンテンツー----------------*/
.contents {
    padding: 0 12px 40px 12px;  
}
.contents h2 {
    margin: 50px 0 46px 0;
    font-size: 2.2rem;
}
.contents h2::after {
    height: 12px;
    margin: 10px auto 0;
}
.baitai_text,
.areachoice,
.areaselect {
    padding: 0 12px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
}
.contents select {
    display: block;
    width: 100%;
    margin: 8px auto 20px auto;
    padding: 8px 24px 8px 12px;
    border: solid 2px #DDD;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff url('/img/keisai/ar_select.png') no-repeat 97% 50%;
}
.contents .inner_wrap .caption {
    text-align: left;
}
.contents .inner_wrap .inner_text {
    text-align: left;
}
.contents .inner_wrap .map-embed {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100px;
    margin: 12px 0 0 0;
    padding: 0 0 56.25%;
}
.contents .inner_wrap .map-embed > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.contents .inner_wrap .map-embed #map {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map_list {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
.map_list ul {
    margin: 0 0 8px 0;
}
.map_list ul li {
    display: flex;
    margin: 0;
    padding: 8px 0;
    border: none;
    border-bottom: solid 1px #DDD;
    color: #707070;
    text-align: left;
    text-decoration: none;
}
.map_list ul li img {
    width: 89px;
    height: 71px;
    object-fit: cover;
}
.map_list span.areaname {
    display: block;
    width: 100%;
}
.map_list ul li .map_listbox {
    width: calc(100% - 89px);
    line-height: 1.2;
    padding: 0 0 0 8px;
    font-size: 1.3rem;
    box-sizing: border-box;
    text-align: left;
}
.map_list ul li .icon_new {
    top: 8px;
}
.map_list ul li p {
    width: 100%;
    padding: 0 0 4px 0;
}
.map_list ul li .map_listbox p.kanban_name {
    color: #FF79BF;
}
.map_list ul li .map_listbox p.kanban_add {
    color: #666;
    font-size: 1.1rem;
}
.map_list ul li .map_listbox p.kanban_set {
    padding-top: 2px;
    color: #999;
    font-size: 1.1rem;
}
.btn_submit a {
    width: 80%;
    font-size: 1.6rem;
    margin: 16px auto 0 auto;
    padding: 12px 0 12px 10px;
}
.btn_submit a span {
    font-size: 1.2rem;
}

/*---------------フッターー----------------*/
#footer {
    max-width: 100%;
    margin: 0;
    padding: 30px 0;
}
#footer p {
    padding: 0 28px;
    font-size: 1rem;
}
}