@charset "UTF-8";
/********** CSS RESET **********/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer,header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;/*outline: 0;*/font-size: 100%;vertical-align: baseline;background: transparent;}
img{vertical-align: bottom;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
img{max-width: 100%;vertical-align: bottom;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
address {font-style: normal;}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {margin: 0;padding: 0;background: none;border: none;border-radius: 0;/*outline: 0;*/-webkit-appearance: none;-moz-appearance: none;/*appearance: none;*/}
input[type="button"], input[type="submit"], input[type="text"] {-webkit-appearance: none;border-radius: 0;}
input {vertical-align: middle;}
/* [hr] base style */
hr {display: block;height: 1px;border: 0; border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
/* [focus] base style */
/*:focus {outline: 3px solid rgba(147,191,249,1.00);outline-offset: 0px;}*/
*, *:before, *:after {box-sizing: border-box;}
body{
    font-family: arial , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height: 1.5;
    /*letter-spacing: 0.1em;*/
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
}
a{color: #4978A7;}
a:hover{text-decoration: none;}
ruby{letter-spacing: 0.01em;}
h2{font-size: 120%;}

/*=========▼▼全ページ共通部分▼▼=========*/
main {
  padding-bottom: 200px;/*フッターからの余白（仮）*/
}
@media screen and (max-width:425px) {
  main {
    padding-bottom: 100px;/*フッターからの余白（仮）*/
  }
}
.mdr_btn {
  text-align: center;
}
.mdr_btn a{
  padding: 7px 20px 6px;
  color: #fff;
  background-color: #49A757;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
}
.mdr_btn a:hover{
  background-color: #399046;
  box-shadow: none;
}
.gray_btn a{
  padding: 7px 20px 6px;
  color: #fff;
  background-color: #888;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
}
.gray_btn a:hover{
  background-color: #666;
  box-shadow: none;
}
.red_btn a{
  background-color: #E84343;
}
.red_btn a:hover{
  background-color: #ca2929;
}
.login_btn a{
  margin: 0 auto;
  padding: 6px 0 5px;
  width: 180px;
  color: #fff;
  font-size: 110%;
  text-align: center;
  background-color: #4978A7;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
}
.login_btn a:hover{
  background-color: #295480;
  box-shadow: none;
}
.login_btn a span{
  padding: 1px 0 0 24px;
  background-image: url(../images/icon_in.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px auto;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.favo_btn{
  width: 180px;
}
.favo_btn a{
  padding: 6px 0 5px;
  color: #333;
  text-align: center;
  background-color: #f4d844;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
}
.favo_btn a:hover{
  background-color: #f4d844;
  box-shadow: none;
}
.favo_gray{
  padding: 6px 0 5px;
  color: #fff;
  text-align: center;
  background-color: #888;
  border-radius: 5px;
}

.black {
  color: #000!important;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}

/*====共通フォーム要素関係はじめ====*/
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 100%;
  height: 30px;
  width: 100%;
  text-indent: 4px;
  line-height: 1;
  vertical-align: middle;
}
label{
  cursor: pointer;
}

/*チェックボックスはじめ*/
.checkbox01-input {
  display: none;
}
.checkbox01-parts {
  position: relative;
  padding: 1px 0px 0 22px;
  color: #333;
}
.checkbox01-parts::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #999;
  display: table-cell;
  vertical-align: bottom;
}
.search_box .checkbox01-parts::before {
  top: 0;
}
.checkbox01-input:checked + .checkbox01-parts {
  color: #333;
}
.checkbox01-input:checked + .checkbox01-parts::after,
#currentPosition:checked + .currentPosition_l::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #49A757;
  border-right: 3px solid #49A757;
}
.search_box .checkbox01-input:checked + .checkbox01-parts::after,
.search_box #currentPosition:checked + .currentPosition_l::after {
  left: 19px;
}

/*プルダウン設定はじめ*/
label.search_warp {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  opacity: 0.9;
}
label.search_warp:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 7px solid transparent;
  border-top: 10px solid #333;
}
label.search_warp select {
  width: 100%;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: block;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;/*Firefox用*/
  text-indent: 2px;
  text-overflow: "";
  border-radius: 0;
  font-size: 94%;
}
select::-ms-expand {
  display: none;
}

/*フォームのエラー*/
.error_title {
  border: 2px solid red;
  text-align: center;
  padding: 8px;
  margin: 12px 0;
  background-color: #FFDAE1;
  color: red;
  font-weight: bold;
}
.error {
  background-color: #FFDAE1;
  padding: 8px;
  color: red;
  margin: 8px 0;
  line-height: 1.4em;
}

/*h2非表示*/
body.index h2.noh2{
  margin: 0!important;
  padding: 0!important;
  display: block;
  height: 0;
  margin-top: -1px;
  background: none!important;
}
/*=========▲▲全ページ共通部分▲▲=========*/

/*=========▼▼indexページ▼▼=========*/
/*======indexヘッダー======*/
body.index header {
    padding: 20px 0;
    background-color: #eefade;
}
body.index header .head_inner{
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.index header .logo{
  width: 250px;
}
body.index header .logo a:hover{
  opacity: 0.7;
}
body.index header .head_link{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.index header nav ul{
  display: flex;
}
body.index header nav li{
  margin-right: 20px;
  font-size: 90%;
  display: flex;
  align-items: center;
}
body.index header nav li img{
  margin-right: 8px;
  height: 19px;
}
body.index header nav li a:hover{
  text-decoration: underline;
}
body.index header .user_menu{
  display: flex;
  align-items: center;
}
body.index header .user_menu .user{
  padding: 6px 10px 5px;
  max-width: 260px;
  font-size: 90%;
  background-color: #fff;
}
body.index header .user_menu .gray_btn a{
  margin-left: 10px;
  padding: 5px 0 4px;
  min-width: 160px;
  font-size: 110%;
  text-align: center;
  box-shadow: none;
}
body.index header .user_menu .gray_btn a:hover{
  background-color: #666;
}
body.index header .user_menu .gray_btn a strong{
  padding: 1px 0 0 22px;
  background-image: url(../images/icon_out.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 19px auto;
}
body.index header .user_menu .mdr_btn a{
  padding: 5px 0 4px;
  min-width: 160px;
  font-size: 110%;
  text-align: center;
  background: #4978A7;
  box-shadow: none;
}
body.index header .user_menu .mdr_btn a:hover{
  background-color: #295480;
}
body.index header .user_menu .mdr_btn a strong{
  padding: 1px 0 0 24px;
  background-image: url(../images/icon_in.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px auto;
}

/* グローバルナビ */
body.index header .head_menu ul{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.index header .head_menu li{
  margin-right: 8px;
}
body.index header .head_menu li:last-child{
  margin-right: 0;
}
body.index header .head_menu li a{
  padding: 6px 14px 5px 37px;
  min-width: 160px;
  color: #fff;
  font-size: 90%;
  background: #49A757;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center left 14px;
  background-size: 18px;
  border: 1px solid #49A757;
  border-radius: 5px;
  display: block;
}
body.index header .head_menu li a:hover{
  color: #49A757;
  background: #fff;
  background-image: url(../images/icon_arrow_on.png);
  background-repeat: no-repeat;
  background-position: center left 14px;
  background-size: 18px;
}
@media screen and (max-width:999px) {
  body.index header .head_link,
  body.index header .head_gnav,
  body.kasou .global_wrap,
  .head_main nav{
    display: none;
  }
  body.index header{
    padding: 14px 0;
  }
}
@media screen and (max-width:425px){
  body.index header .logo{
    width: 200px;
  }
}

/*======indexメイン======*/
body.index main {
  background-image: url(../images/top_foot01.png), url(../images/top_foot02.png);
  background-repeat: no-repeat,no-repeat;
  background-position: bottom left, bottom right;
  background-size: 480px, 180px;
}
body.index .main_vis{
  margin: 40px auto;
  padding: 0 10px 0;
  width: 100%;
  max-width: 654px;
}
@media screen and (max-width:768px) {
  body.index main{
    background-size: 65%, 25%;
  }
}
@media screen and (max-width:425px) {
  body.index .main_vis{
    margin: 20px auto;
  }
}

/*====indexフォーム周辺（条件入力のみ）====*/
body.index .input_wrap{
  margin: 0 auto 80px;
  padding: 0 10px;
  width: 100%;
  max-width: 920px;
}
body.index #search_tab li{
  margin-right: 4px;
  padding: 9px 20px 8px;
  background-color: #EEFADE;
  border: 2px solid #49A757;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  float: left;
  cursor: pointer;
}
body.index #search_tab li.active{
  color: #fff;
  background-color: #49A757;
  position: relative;
}
body.index #search_tab li.active::after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: solid 15px transparent;
  border-top: solid 13px #49A757;
}
body.index #search_tab li:last-child{
  margin: 0;
  float: left;
}
body.index #content_searchbox .content{
  display: none;
}
body.index #content_searchbox .content.active{
  display: block;
}
body.index .search{
  margin: 0px auto;
  padding: 30px 40px;
  background-color: #EEFADE;
  border: 2px solid #49A757;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.index .search_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.index .search .input_box {
  width: calc(100% - 200px);
}
body.index .search .kensaku li{
  float: left;
  margin-right: 20px;
}
body.index .search .kensaku li:last-child{
  margin-right: 0;
}
body.index .search .kensaku .yoteibi label{
  padding-left: 25px;
  background-image: url(../images/icon_cal.png);
  background-position: center left;
  background-size: 17px auto;
  background-repeat: no-repeat;
}
body.index .search .kensaku .yoteibi input{
  padding: 2px 6px;
  background-color: #fff;
  border: solid 1px #ccc;  
}
body.index .search .kensaku .place > label{
  padding-left: 19px;
  background-image: url(../images/icon_pin.png);
  background-position: center left;
  background-size: 11px auto;
  background-repeat: no-repeat;
}
body.index .search .kensaku .place .form_set{
  background-color: #fff;
  border: solid 1px #ccc;
  display: flex;
  align-content: center;
  position: relative;
}
body.index .search .kensaku .place .form_set::before{
  content: '';
  position: absolute;
  top: 4px;
  left: 300px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #333;
}
body.index .search .kensaku .place .form_set > input{
  padding: 0 6px;
  width: 300px;
  height: 28px;
}
body.index .search .kensaku .place .form_set span{
  display: flex;
  align-content: center;
}
body.index .search .kensaku .place .form_set span input{
  display: none;
}
body.index .search .kensaku .place .form_set span label{
  margin-top: 3px;
  padding: 0 10px 0 34px;
  position: relative;
}
body.index .search .kensaku .place .form_set span label::before{
  content: '';
  position: absolute;
  top: 4px;
  left: 12px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
body.index .search .refine{
    margin-top: 20px;
    display: flex;
}
body.index .search .refine .park_model{
    margin-left: 25px;
}
body.index .search .refine fieldset > *{
    float: left;
}
body.index .search .refine fieldset legend{
    margin-right: 5px;
}
body.index .search .refine fieldset.car_model legend{
    padding-left: 31px;
    background-image: url(../images/icon_car2.png);
    background-position: top 3px left;
    background-size: 22px auto;
    background-repeat: no-repeat;
}
body.index .search .refine fieldset p{
    margin-left: 10px;
}
body.index .search .refine fieldset input[type="checkbox"]{
    display: none;
}
body.index .search .refine fieldset label{
    padding-left: 20px;
    position: relative;
}
body.index .search .refine fieldset label::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #999;
}
body.index .search .refine fieldset input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 7px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #49A757;
    border-right: 3px solid #49A757;
}
body.index .search .kensaku .free_word{
  margin-right: 30px!important;
  float: none!important;
}
body.index .search .kensaku .free_word label{
  padding-left: 25px;
  background-image: url(../images/icon_freeword.png);
  background-position: center left;
  background-size: 17px auto;
  background-repeat: no-repeat;
}
body.index .search .kensaku .free_word input{
  padding: 2px 6px;
  background-color: #fff;
  border: solid 1px #ccc;  
}

/*検索ボタン*/
body.index .search_btn{
  width: 190px;
}
body.index .search_btn a{
  padding: 20px 0;
  color: #fff;
  font-size: 110%;
  text-align: center;
  background: #4978A7;
  border-radius: 5px;
  display: block;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.index .search_btn a:hover{
  background-color: #295480;
  box-shadow: none;
}
body.index .search_btn a span{
  padding-left: 30px;
  background-image: url(../images/icon_seach.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px;
}
@media screen and (max-width:999px) {
  body.index .input_wrap{
    margin-bottom: 40px;
  }
  body.index .search{
    padding: 30px;
  }
  body.index .search_box{
    display: block;
  }
  body.index .search .input_box{
    width: 100%;
  }
  body.index .search_btn{
    margin: 30px auto 0;
  }
}
@media screen and (max-width:670px) {
  body.index .search .kensaku li{
    margin: 0;
    float: none;
  }
  body.index .search .kensaku li:last-child{
    margin-top: 10px;
    float: none;
  }
  body.index .search .kensaku .place .form_set > input{
    width: calc(100% - 100px);
  }
  body.index .search .kensaku .place .form_set::before{
    left: calc(100% - 100px);
  }
  body.index .search .refine{
    display: block;
  }
  body.index .search .refine .park_model{
    margin: 10px 0 0;
  }
}
@media screen and (max-width:425px) {
  body.index #search_tab li{
	padding: 7px 11px 6px;
	font-size: 95%;
  }
  body.index .search{
    padding: 20px;
  }
  body.index .search .refine fieldset legend{
    width: 100%;
  }
}

/* index メインコンテンツ */
body.index .column{
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.index .section{
  margin: 30px auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.index .section h2{
  padding: 15px 0 13px;
  color: #fff;
  font-size: 100%;  
  text-align: center;
  background-color: #49A757;
}
body.index .section > div {
  padding: 20px 26px;
  line-height: 1.4em;
  background-color: #fff;
}
body.index .enq{
  max-width: 1000px;
}
body.index .section li.no_visible {
  display: none;
}
body.index .news{
  margin: 0;
  width: 600px;
}

/* クイック検索 */
.quicksearch{
  width: 370px;
}
body.index .quicksearch h2{
  padding-left: 15px;
  text-align: left;
}
body.index .quicksearch .section > div{
  padding: 4px 0 16px 10px;
  text-align: center;
}
p.more_btn{
  margin: 12px auto 0;
  color: #4978A7;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
p.more_btn:hover{
  text-decoration: none;
}
body.index .quicksearch .section{
  margin-top: 0;
}
.quicksearch ul{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.quicksearch ul li{
  margin: 12px 10px 0 0;
  display: inline-block;
}
.quicksearch ul li a{
  padding: 2px 15px 1px;
  color: #49A757;
  font-size: 90%;
  background-color: #EEFADE;
  border: 1px solid #49A757;
  border-radius: 14px;
  display: block;
}
.quicksearch ul li a:hover{
  color: #fff;
  background-color: #49A757;
}
@media screen and (max-width:1019px) {
  body.index .section.enq{
    width: calc(100% - 20px);
  }
}
@media screen and (max-width:999px) {
  body.index .column{
    display: block;
  }
  body.index .column > *{
    width: 100%;
  }
  body.index .column .quicksearch{
    margin: 30px auto; 
    width: auto;
  }
}
@media screen and (max-width:500px) {
  body.index .section > div {
    padding: 14px 10px;
  }
}

/*======indexフッター======*/
body.index footer{
  background-color: #ddd;
  padding: 30px 0 14px;
  line-height: 1.1em;
}
body.index footer .foot_inner{
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
}
body.index footer .foot_inner .foot_id{
  margin-bottom: 14px;
}
body.index footer .foot_inner ul li{
  margin: 6px 16px 0 0;
  padding-right: 16px;
  font-size: 85%;
  line-height: 1.4em;
  border-right: solid 1px #333;
  float: left;
}
body.index footer .foot_inner ul li:last-child{
  margin-right: 0;
  padding: 0;
  border: 0;
}
body.index footer .foot_inner ul li a{
  color: #333;
}
body.index footer .foot_inner ul li a:hover{
  text-decoration: underline;
}
body.index footer .foot_inner .copyright{
  margin-top: 10px;
  font-size: 75%;
}
@media screen and (max-width:992px) {
  body.index footer{
    font-size: 90%;
  }
}

/*	▼▼▼ドロワー▼▼▼ */
#wrap {
  width: 100%;
  position: relative;
  min-height: 100%;
}
.d-open {
  float: right;
  display: block;
  width: 30px;
  margin: 14px 20px;
  cursor: pointer;
}
@media screen and (min-width:1000px) {
  .d-open {
    display: none;
  }
}
@media screen and (max-width:999px) {
  .d-open {
    margin: 0;
  }
}
.drawer-nav {
  width: 260px!important;
  background-color: #49A757!important;
  z-index: 222!important;
}
.drawer-open {
  position: fixed;
  width: 100%;
}
.drawer-menu {
  padding: 0px;
}
.drawer-menu a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.drawer_head {
  padding: 12px 0 0;
}
.drawer-menu .drawer_head span {
  color: #fff;
  padding: 0px 12px 0;
  font-size: 180%;
  float: left;
}
.drawer-menu .d-close {
  width: 30px;
  padding: 0;
  float: right;
  margin-right: 8px;
}
.drawer-menu ul {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}
.drawer-menu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #fff;
}
.drawer-menu ul li.user {
  padding: 12px 12px 8px;
  background-color: #fff;
}
.drawer-menu ul li.mypage {
  background-color: #f4d844;
}
.drawer-menu ul li.log_in {
  background-color: #f4d844;
}
.drawer-menu ul li.log_out {
  background-color: #888;
}
.drawer-menu ul li a {
  background-image: url(../images/arrow.png);
  background-position: 95% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 16px 12px 12px 30px;
}
.drawer-menu ul li.sub_menu a {
  font-size: 80%;
}
.drawer-menu ul li.mypage a, .drawer-menu ul li.log_in a {
  color: #333!important;
}


/*==========▼▼下層ページ▼▼==============*/
body.kasou main {
  background-color: #fff;
}
body.kasou label.search_warp select {
  width: 160px;
}
.back_btn{
  margin: 60px auto 0;
  width: 180px;
}
.back_btn a{
  padding: 8px 0 6px;
  color: #fff;
  text-align: center;
  background-color: #49A757;
  border-radius: 5px;
  display: block;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.back_btn a:hover{
  background-color: #399046;
  box-shadow: none;
}
.back_btn a span{
  padding: 2px 0 0 27px;
  background-image: url(../images/icon_return.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 17px;
}

/* main_top_wrap */
body.kasou .main_top_wrap {
  margin-top: 10px;
  border-bottom: solid 2px #49A757;
}
body.kasou .main_top_wrap .pankuzu{
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
}
body.kasou .main_top_wrap .pankuzu li{
  margin-right: 14px;
  padding-right: 18px;
  font-size: 90%;
  float: left;
  position: relative;
}
body.kasou .main_top_wrap .pankuzu li::after{
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
}
body.kasou .main_top_wrap .pankuzu li:last-child::after{
  content: none;
}
body.kasou .main_top_wrap h1{
  margin: 16px auto 6px;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
  font-size: 125%;
}
body.kasou .search_text{
  margin: 30px auto 0;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
}
body.kasou .search_text p{
  padding: 10px 12px 9px;
  width: 100%;
  max-width: 1020px;
  background-color: #EEFADE;
  border: 2px solid #49A757;
}
body.kasou .search_text p span{
  margin-right: 10px;
}
body.kasou .search_text p span:last-child{
  margin: 0;
}
body.kasou .contents_wrap{
  margin: 20px auto 0;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
}
body.kasou .contents_wrap .back_btn{
  margin: 0;
}
body.kasou .box {
  margin: 20px 0 40px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.kasou .box h2 {
  padding: 10px;
  color: #fff;
  font-size: 100%;
  text-align: center;
  background-color: #49A757;
}
body.kasou .box_inner {
  padding: 10px;
}
@media screen and (max-width:768px) {
  body.kasou main input {
    width: 100%;
  }
  body.kasou .search_on .main_top {
    width: 100%;
  }
  body.kasou .main_top {
    width: 100%;
  }
  body.kasou .main_top_wrap {
    padding: 0 8px;
  }
  .modal_window h1{
    margin-top: 50px;
  }
}

/*==↓検索条件↓==*/
#open {
  margin: 60px auto 0;
  padding: 0 10px;
}
body.kasou main .main_inner {
  border-radius: 0 0 5px 5px;
}
body.kasou main .main_inner .jouken{
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/*
body.kasou main .main_inner .jouken h2{
  padding: 13px 20px 12px;
  color: #fff;
  font-size: 100%;
  background-color: #49A757;
}
*/
body.kasou main .main_inner .jouken .search_box{
  padding: 28px 35px;
  background-color: #EEFADE;
  border: 2px solid #49A757;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.kasou .jouken .error {
  max-width: 720px;
  margin: 8px auto;
}
/*場所*/
body.kasou .jouken ul.kensaku li:nth-child(1) .input_size {
  width: 439px;
}
body.kasou .jouken ul.kensaku li:nth-child(1) p.form_set_line {
  border-left: solid 1px #333;
  padding-left: 10px;
}


/*==マップ==*/
body.kasou .map_wrap{
  width: calc(100% - 400px);
  float: left;
}
body.kasou .map_wrap .google_map {
  min-height: 430px;
}

/*=検索結果一覧=*/
body.kasou .kekka01{
  margin: 0 auto;
  width: 388px;
  height: 430px;
  overflow: auto;
  float: right;
}
body.kasou .kekka01::-webkit-scrollbar {
  width: 6px;
}
body.kasou .kekka01::-webkit-scrollbar-thumb {
  background: #7d7d7b;
  border-radius: 3px;
}
body.kasou .kekka01::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 3px;
}
body.kasou .kekka01 li{
  margin: 0 0 10px;
  width: calc(100% - 6px);
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #4AA757;
  border-top: 5px solid #4AA757;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.kasou .kekka01 li:last-child{
  margin-bottom: 0;
}
body.kasou .kekka01 li:hover{
  opacity: 0.7;
  box-shadow: none;
}
body.kasou .kekka01 li .park_status{
  padding: 8px 10px;
}
body.kasou .kekka01 li p.pkname {
  padding: 5px 10px;
  background-color: #EEFADE;
  border-bottom: 1px solid #4AA757;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
}
body.kasou .kekka01 li p.pkname .pkname_icon{
  margin-right: 8px;
  height: 30px;
}
body.kasou .kekka01 li p.pkname .pkname_title{
/*  color: #fff;*/
  font-size: 95%;
}
body.kasou .kekka01 li p.address{
  padding: 0 0 10px;
  width: 100%;
  font-size: 90%;
}
body.kasou .kekka01 li p span.yubin{
  /*margin-right: 10px;*/
  /*width: 78px;*/
  /*float: left;*/
}
body.kasou .kekka01 li p span.jusyo {
  /*width: calc(100% - 88px);*/
  /*float: left;*/
}
body.kasou li .status_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.kasou li .status_in .syasyu{
  margin: 0 20px 0 0;
}
@media screen and (max-width: 374px){
  body.kasou .modal_window li .status_in .syasyu{
    margin: 0;
    font-size: 90%;
  }
}
body.kasou span.st_icon {
  margin: 0px 8px 12px;
  display: block;
  text-align: right;
}
body.kasou span.st_icon > span {
  display: inline-block;
  background-color:#f4d844;
  font-weight: normal;
  padding: 8px 10px;
  margin: 4px;
  border-radius: 5px;
  color: #333;
  font-size: 91%;
}
body.kasou span.st_icon > span.l_type{
  background-color: #49A757;
  color: #fff;
}
body.kasou span.st_icon > span.off{
  background-color: #ddd;
}
body.kasou .kekka01 li p.list_btn span {
  padding: 12px 8px 12px 30px;
  color: #fff;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 0% 45%;
  background-size: 20px;
  display: inline-block;
}
@media screen and (max-width:999px) {
  body.kasou .map_wrap{
    width: 100%;
    float: none;
  }
  body.kasou .kekka01{
    margin: 20px auto 0;
    width: 100%;
    height: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
  body.kasou .kekka01 li{
    margin: 10px 10px 0 0;
    width: calc(50% - 5px);
  }
  body.kasou .kekka01 li:nth-child(2n){
    margin-right: 0;
  }
  body.kasou .kekka01 li .h_tyousei{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body.kasou .kekka01 li p.address{
    /*flex-grow: 1;*/
  }
}
@media screen and (max-width:600px) {
  body.kasou .kekka01{
    display: block;
  }
  body.kasou .kekka01 li{
    width: 100%;
  }
  #open{
    margin: 40px auto 0;
  }
}
@media screen and (max-width:425px) {
  body.kasou main .main_inner .jouken .search_box{
    padding: 20px;
  }
}

/*フリーワード結果*/
body.kasou .kekka_free{
  padding: 0 20px;
  width: auto;
  max-width: none;
  height: auto;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  float: none;
}
body.kasou .kekka_free li{
  margin: 0 0 10px;
  width: 100%;
  max-width: none;
  /*display: flex;*/
  /*flex-direction: column;*/
}
body.kasou .kekka_free li:last-child{
  margin-bottom: 10px;
}
body.kasou .kekka_free li .h_tyousei{
  height: 100%;
  /*display: flex;*/
  /*flex-direction: column;*/
}
body.kasou .kekka_free li p.address{
    padding: 0 10px;
    width: calc(100% - 280px);
    max-width: 628px;
}
body.kasou .kekka_free li .park_status{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width:999px) {
  body.kasou .kekka_free{
	margin: 0;
        padding: 0;
  }
}
@media screen and (max-width:600px) {
  body.kasou .kekka_free{
	margin: 0 auto;
    /*max-width: 382px;*/
    /*display: block;*/
  }
  body.kasou .kekka_free li{
	width: 100%;
  }
  body.kasou .kekka01 li .park_status{
    display: block;
  }
  body.kasou .kekka01 li p.address{
    padding: 0 0 10px;
    width: 100%;
  }
  body.kasou .kekka01 li .park_status .status_in{
    justify-content: space-between;
  }
}


/*==モーダルウィンドウの設定　↓==*/
/*閉じるボタン*/
.sm a {
  display: block;
  border: 1px solid #49A757;
  border-top: 5px solid #4AA757;
  border-radius: 5px;
}
.sm .close {
  z-index: 999;
  position: absolute;
  top: 32px;
  right: 30px;
}
.sm .close a{
  padding: 3px 12px 2px 30px;
  color: #49A757;
  font-size: 90%;
  background-color: #fff;
  border: none;
  border-radius: 13px;
  position: relative;
}
.sm .close a:before,
.sm .close a:after{
  content: '';
  background: #49A757;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.sm .close a:after{
  transform: translateY(-50%) rotate(45deg);
}
/*枠の設定*/
.iziModal-content {
  padding: 0px!important;
}
/*iframeの設定*/
.modal_iframe {
  width: 100%;
  height: 500px;
}
/*中身の設定*/
#blockList.modal_window {
  padding: 20px;
}
.modal_window p.pkaddress{
  margin-top: 10px;
  font-size: 90%;
}
.modal_window h2, .modal_window h3{
  color: #fff;
  text-align: center;
  background-color: #49A757;
  display: block!important;
}
.modal_window h2{
  margin: 0 0 12px;
  padding: 10px 0;
  font-size: 125%;
  border-radius: 5px 5px 0 0;
}
.modal_window h3{
  margin: 0;
  padding: 10px;
  color: #333;
  background-color: #EEFADE;
  border-radius: 4px 4px 0 0;
}
.modal_window ul{
  display: flex;
  flex-wrap: wrap;
}
.modal_window li{
  margin: 14px 0 0 0;
  width: 100%;
}
.modal_window li:nth-child(2n){
  margin-right: 0;
}
.modal_window li a{
  color: #333;
  display: block;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.modal_window li a:hover{
  opacity: 0.7;
  box-shadow: none;
}
.modal_window li .popup_in{
	padding: 10px 10px 0;
	font-size: 90%;
}
.modal_window li .popup_in > p{
	margin-bottom: 4px;
	display: flex;
}
.modal_window li .popup_in > p:last-child{
	margin-bottom: 0;
}
.modal_window li .popup_in .tit{
	margin-right: 10px;
	padding: 2px 0 1px;
	width: 90px;
	text-align: center;
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal_window li .popup_in p > span:nth-child(2){
    padding-top: 2px;
	width: calc(100% - 100px);
}
.modal_window li .popup_in .career{
  display: block;
}
.modal_window li .popup_in .car_size span{
  margin-right: 10px;
}
.modal_window .status_in{
	padding: 10px;
}
.open_modal{
  cursor: pointer;
}
body.kasou .modal_window .contents_wrap{
	margin: 10px auto;
	padding: 0;
}
@media screen and (max-width:1010px) {
  .modal_wrap.iziModal{
    margin: 50px 20px 0;
  }
}
@media screen and (max-width:768px) {
  #blockList.modal_window {
    padding: 10px;
  }
  .modal_window h2{
    padding: 6px 10px;
    font-size: 110%;
    text-align: left;
  }
  .sm .close {
    z-index: 999;
    position: absolute;
    top: 17px;
    right: 20px;
  }
  .sm .close a{
    font-size: 80%;
  }
  body.kasou .kekka01 li p span.jusyo {
    width: 100%;
  }
}


/*====駐車場情報ページ（web1-3）====*/
/*▼▼▼スライドショーの設定▼▼▼*/
.slider_wrap{
  height: 480px;
  position: relative;
}
.slider_wrap p.slick-arrow{
  color: #fff;
  background-color: #49A757;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: inline-block;
  z-index: 99;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.slider_wrap p.slick-arrow.slick-disabled{
  background-color: #888;
  box-shadow: none;
}
.slider_wrap p.slick-arrow.prev{
  padding: 6px 15px 5px 32px;
}
.slider_wrap p.slick-arrow.prev::before{
  content: '';
  position: absolute;
  top: 11px;
  left: 7px;
  border: 6px solid transparent;
  border-right: 10px solid #fff;
}
.slider_wrap p.slick-arrow.next{
  padding: 6px 32px 5px 15px;
  left: 100px;
}
.slider_wrap p.slick-arrow.next::before{
  content: '';
  position: absolute;
  top: 12px;
  right: 7px;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
.slider_wrap  p.pagingInfo{
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 16px 4px;
  background-color: #fff;
  border: 1px solid #707070;
  display: inline-block;
  opacity: 0.9;
}
.slick-initialized .slick-slide{
  background-color: #eee;
}
.slick-slider img {
  width: 100%;
  height: 480px;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.box .box_inner .park_detail{
  display: flex;
  align-items: flex-start;
}
.box .box_inner .pk_info{
  padding-left: 34px;
  width: calc(100% - 200px);
  background-image: url(../images/icon_mappin.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: top left;
}
.box .box_inner .pk_info .star-wrap{
  width: 90px;
  display: inline-block;
}
.box .box_inner .pk_info_wrap{
  float: left;
  width: 75%;
  margin-right: 12px;
}
.box .box_inner .favo_btn{
  margin-left: 20px;
  width: 180px
}
.box .box_inner .chizu_btn{
  float: right;
}
.box .box_inner .pk_wrap{
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box .box_inner .pk_photo{
  width: calc(50% - 10px);
}
.box .box_inner .pk_photo02{
  margin: 0 auto;
  float: none;
}
.box .box_inner .pk_photo h3{
  padding: 0 0 4px 20px;
  font-size: 100%;
  font-weight: normal;
  background-image: url(../images/icon_p.png);
  background-repeat: no-repeat;
  background-position: top 2px left;
  background-size: 17px auto;
}
.box .box_inner .pk_map {
  width: calc(50% - 10px);
}
body.kasou .pk_map .if_google{
  width: 100%;
  height: 480px;
}
.box .box_inner .pk_map h3{
  padding: 0 0 4px 20px;
  font-size: 100%;
  font-weight: normal;
  background-image: url(../images/icon_map.png);
  background-repeat: no-repeat;
  background-position: top 2px left;
  background-size: auto 17px;
}
/*.box内のテーブル設定　↓*/
.box .box_inner .table_wrap {
  margin-top: 20px;
}
.box .box_inner table{
  line-height: 1.3em;
}
.box .box_inner table, .box .box_inner td, .box .box_inner th{
  width: 100%;
  border-collapse: collapse;
}
.box .box_inner td, .box .box_inner th{
  padding: 10px;
  display: block;
  border: 1px solid #ddd;
}
.box .box_inner th {
  background: #ddd;
  text-align: left;
}
.box .box_inner td.syasyu{
  margin: 0;
}
.box .box_inner td.syasyu span {
  display: inline-block;
}
.box .box_inner td.syasyu span.off {
  display: none;
}
.box .box_inner td.car_size span {
  margin-right: 10px;
  /*font-size: 90%;*/
  line-height: 1.5em;
  display: inline-block;
}
.box .box_inner.att_box h3{
  margin: 14px 0 0;
  padding: 10px;
  font-size: 100%;
  background-color: #ddd;
}
.box .box_inner.att_box .text{
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: block;
}
.box .box_inner.att_box p.more_btn{
 margin-top: 6px;
}
@media screen and (max-width:768px) {
  .box .box_inner .park_detail{
    display: block;
  }
  .box .box_inner .pk_info{
    width: 100%;
  }
  .box .box_inner .favo_btn{
    margin: 10px 0 0;
  }
  .box .box_inner .pk_wrap{
    display: block;
  }
  .box .box_inner .pk_photo{
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
  .box .box_inner .pk_photo div {
    text-align: center;
  }
  .box .box_inner .pk_map {
    margin: 20px auto 0;
    width: 100%;
    max-width: 480px;
  }
  .box .box_inner .chizu_btn{
    margin-right: 8px;
  }
}
@media screen and (max-width:520px) {
  .slider_wrap{
    height: 380px;
  }
  .slick-slider img{
    height: 380px;
  }
  body.kasou .pk_map .if_google{
    height: 380px;
  }
}



/*==== タブ切り替え ↓====*/
.box_inner ul#tab {
  margin-top: 20px;
  overflow: hidden;
}
.yoyaku_time h4 {
  margin: 12px;
  padding: 8px;
  float: left;
}
.box_inner ul#tab li {
  width: 32%;
  float: left;
  border: 2px solid #49A757;
  box-sizing: border-box;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 10px 0px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  margin-right: 2%;
  color: #49A757;
}
.box_inner ul#tab li:last-child {
  margin: 0;
  padding-right: 0;
}
.box_inner ul#tab li.active {
  background-color: #49A757;
  display: inline-block!important;
  color: #fff;
}
.box_inner ul#tab li:hover {
  background-color: #49A757;
  color: #fff;
}
.box_inner ul#tab li a {
  text-decoration: none;
  color: #ff0;
}
.box_inner #content_box .content {
  padding: 20px;
  background-color: #49A757;
  color: #fff;
  display: none;
}

/*==時間単位==*/
.time_tab .time_select{
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.time_tab .time_select > *{
  margin-left: 10px;
}
.time_tab .time_select > p{
  margin: 0 10px 0 0;
}
body.kasou .box_inner .time_tab label.search_warp {
  width: 200px;
}
body.kasou .box_inner .time_tab label.search_warp select {
  width: 100%;
}
body.kasou .box_inner .w_btn {
  background-color: #fff;
  opacity: 0.9;
  display: inline-block;
  margin-left: 12px;
}
body.kasou .box_inner .w_btn a {
  color: #49A757;
}
.box_inner .timetable h4 {
  border: solid 2px #fff;
  background-color: #fff;
  color: #333;
  margin: 24px 0 8px;
  display: block;
  float: none;
  text-align: center;
  padding: 8px 4px;
  border-radius: 5px;
}
.box_inner .timetable table {
  width: 49%;
  line-height: 1.3em;
  background-color: #fff;
}
.box_inner .timetable table.left, .box_inner .timetable table.right {
  font-size: 110%;
  float: left;
}
.box_inner .timetable table.left {
  margin-right: 2%;
}
.box_inner .timetable th, .box_inner .timetable td {
  padding: 0;
  border: 1px solid #999;
  display: table-cell;
}
.box_inner .timetable th{
  width: 40%;
  color: #333;
  text-align: center;
  background-color: #eee;
}
.box_inner .timetable td span{
  padding: 8px;
  margin: 0px;
  color: #333;
  font-size: 95%;
  text-align: center;
  display: block;
  font-weight: 600;
}
.box_inner .timetable td span.off {
  background-color: #ccc;
  color: #B71114;
}
@media screen and (max-width:768px) {
  .box_inner #content_box .content {
    padding: 12px;
  }
  .box_inner h4 {
    float: none;
    margin: 8px 0;
    padding: 0;
  }
  body.kasou .box_inner .w_btn {
    margin-left: 0px;
  }
  body.kasou .box_inner .time_tab label.search_warp {
    margin: 4px 0 0;
    width: 100%;
  }
  .box_inner .timetable table.left, .box_inner .timetable table.right {
    float: none;
    width: 100%;
  }
}

/*==１日、1月単位==*/
body.kasou .box_inner .day_tab ul li,
body.kasou .box_inner .month_tab ul li {
  width: 49%;
  float: left;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  margin: 2% 2% 0% 0%;
  background-color: #fff;
}
body.kasou .box_inner .day_tab ul li:nth-child(2n),
body.kasou .box_inner .month_tab ul li:nth-child(2n) {
  margin-right: 0;
}
.day_tab .checkbox_warp,
.month_tab .checkbox_warp {
  background-color: #fff;
  padding: 15px 15px 13px;
  display: block;
  text-align: left;
}
.renzoku .checkbox_warp{
  padding: 12px 15px 10px;
  background-color: #F4D844;
}
.day_tab .checkbox01-parts,
.month_tab .checkbox01-parts {
  padding: 0 0 0 26px;
  display: inline-block;
}
.day_tab #list_day .checkbox01-parts,
.month_tab #list_month .checkbox01-parts {
  font-size: 110%;
}
span.manman {
  margin: 0;
  color: #B71114;
  font-weight: 600;
}
span.man::before {
  display: none;
}
li.man {
  background-color: #ccc!important;
}
label.man {
  background-color: #ccc!important;
  cursor: default;
}

body.kasou .box_inner .day_tab .btn_wrap,
body.kasou .box_inner .month_tab .btn_wrap {
  margin: 24px 0 8px;
}
body.kasou .box_inner .yellow_btn a{
  margin: 0 auto;
  padding: 6px 0 5px;
  width: 180px;
  color: #333;
  text-align: center;
  background-color: #f4d844;
  border-radius: 18px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
}
body.kasou .box_inner .yellow_btn a:hover{
  background-color: #ffeb00;
  box-shadow: none;
}
@media screen and (max-width:425px){
  .day_tab .checkbox01-parts, .month_tab .checkbox01-parts{
    padding: 0px 0 0 22px;
  }
  
}

/*==合計金額==*/
.kingaku {
  margin: 24px 0;
}
.kingaku_inner {
  background-color: #fff;
}
.kingaku_inner .goukei {
  text-align: center;
  font-size: 120%;
}
.kingaku_inner .goukei img {
  margin: 0 8px;
  width: 25px;
}
.kingaku_inner .goukei span.ryokin{
  margin: 8px;
}
/*==ボタン部分==*/
.btn_set p.error{
  margin: 24px 0 0 0;
}
.btn_set .btn_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn_set .checkbox01-parts::before {
  top: 2px;
}
.btn_set .checkbox01-input:checked + .checkbox01-parts::after {
  top: -2px;
}
.btn_set .check_btn{
  width: 200px;
  background-color: #eefade;
}
.btn_set .check_btn a{
  background-image: url(../images/icon_checkbox_b.png);
  background-repeat: no-repeat;
  background-position: 16% 48%;
  background-size: 18px;
  padding-left: 34px;
  color: #333;
}
.btn_set .kakutei {
  margin: 0 10px 0 20px;
  width: 180px;
}
body.kasou main .btn_set .kakutei input{
  padding: 12px 0 10px 18px;
  height: auto;
  text-align: center;
  background-color: #f4d844;
  background-image: url(../images/icon_checkbox_b.png);
  background-repeat: no-repeat;
  background-position: center left 60px;
  background-size: 18px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
body.kasou main .btn_set .kakutei input:disabled{
  background-color: #ddd;
  box-shadow: none;
}
.dis_abled :disabled {
  background-color: #ddd!important;
  cursor: auto;
}
body.kasou main .btn_set .kakutei:hover input{
  background-color: #ffeb00;
  box-shadow: none;
}
body.kasou main .btn_set .kakutei input:disabled:hover{
  background-color: #ddd!important;
  cursor: auto;
}

.check_text{
  margin-top: 20px;
  font-size: 95%;
  text-align: center;
}
.btn_set .next_btn{
  margin-left: 20px;
}
.next_btn a{
  padding: 8px 0 6px;
  width: 180px;
  color: #333;
  text-align: center;
  background-color: #f4d844;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
}
.next_btn a:hover{
  background-color: #ffeb00;
  box-shadow: none;
}
@media screen and (max-width:768px) {
  body.kasou .box_inner .day_tab ul li,
  body.kasou .box_inner .month_tab ul li {
    width: 100%;
    float: none;
    padding: 8px 0px;
    margin: 2% 2% 0% 0%;
  }
  .btn_set .checkbox_warp {
    display: inline-block;
    margin: 24px 0;
  }
  .btn_set .btn_wrap{
    flex-direction: column;
  }
  .btn_set .kakutei{
    margin: 20px 0 0;
  }
}


/*====ログインページ（web-login）　↓====*/
body.kasou .search{
  padding: 0;
}
body.kasou .search .login_btn {
  width: 200px;
}
body.kasou .form_wrap02 input {
  margin-right: 10px;
  border: 1px solid #aaa;
  width: 258px;
}
body.kasou .login_sub{
  margin: 20px 0 40px;
  display: flex;
  justify-content: center;
}
body.kasou .login_sub .mdr_btn{
  margin-right: 20px;
}
.login_modal .iziModal.hasScroll .iziModal-wrap {
  overflow: hidden!important;
}
.login_wrap .open_modal {
  padding: 8px;
  color: #fff;
}
body.kasou .form_wrap02 .search li {
  float: left;
  margin-right: 8px;
}
body.kasou .form_wrap02 .search li:last-child {
  margin-right: 0px;
}
.login_form ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_form ul li:last-child{
  margin-left: 20px;
}
body.kasou .form_wrap02 .login_btn a{
    margin: 0;
  }body.kasou .login_wrap .back_btn{
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  body.kasou .form_wrap02 .search li {
    float: none;
    margin-right: 0;
  }
  body.kasou .login_sub{
    flex-direction: column;
    align-items: center;
  }
  body.kasou .login_sub .mdr_btn{
    margin: 0;
  }
  .next_btn{
    margin: 20px 0 0!important;
  }
  .form_wrap02 .gray_btn{
    margin-top: 20px;
  }
  .login_form ul li:last-child{
    margin: 0;
  }
  body.kasou .form_wrap02 li{
    width: calc(50% - 90px);
  }
  body.kasou .form_wrap02 li:last-child{
    width: auto;
  }
  body.kasou .form_wrap02 input{
    width: calc(100% - 10px);
  }
}
@media screen and (max-width:667px){
  .login_form ul{
    flex-direction: column;
  }
  body.kasou .form_wrap02 li{
    margin-bottom: 10px;
    width: 100%;
  }
}


/*====会員情報登録ページ（web2-1-1） ↓====*/
/*===　ラジオボタン設定　↓===*/
.radio02-input {
  display: none;
}
.radio02-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
/* 擬似ラジオボタン */
.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  margin: 8px;
}
.radio02-input:checked + label {
  color: #49A757;
}
.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 11px;
  height: 11px;
  background: #49A757;
  border-radius: 50%;
}
.member_input p.radio_zoon {
  padding: 11px 1% 0;
}
.member_input p.radio_zoon input {
  width: 30px;
}
.member_input p.radio_zoon label {
  vertical-align: 11%;
  border: 1px solid #999;
  padding: 8px 24px 7px 40px;
  border-radius: 5px;
}

.invisible {/*個人法人フォームの非表示class*/
  display: none;
}
span.hissu {
  background-color: firebrick;
  padding: 3px 8px 2px;
  font-size: 80%;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  position: absolute;
  right: 4px;
  top: 16%;
}
body.kasou main .member_input {
  padding: 0px 0 12px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  margin: 20px 0 40px;
}
body.kasou main .member_input h2 {
  display: block;
  background-color: #49A757;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin: 0px 0 16px;
}
.member_input .form_line{
  padding: 0 20px;
  margin: 0 0 16px;
  font-size: 90%;
}
.member_input h3 {
  position: relative;
  border-bottom: solid 2px #49A757;
  padding: 8px;
  float: left;
  width: 228px;
}
.member_input h4 {
  position: relative;
  border-bottom: solid 2px #49A757;
  padding: 8px;
  float: left;
  width: 196px;
}
.member_input .input_zoon {
  float: right;
  width: calc(100% - 250px);
  /*text-align: right;*/
  padding: 0% 8px;
  position: relative;
}
.member_input .input_zoon p input.input_up{
  width: 130px;
}
.member_input p {
  margin: 0px 0 8px;
}
.member_input input {
  border: 1px solid #999!important;
  background-color: #fff!important;
}
.member_input input.large {
  width: 260px!important;
}
.member_input input.small {
  width: 70px!important;
}
.member_input textarea {
  border: solid 1px #aaa;
}
.member_input label.search_warp {
  border: solid 1px #aaa;
  border-radius: 0px;
  width: 180px;
  display: inline-block;
  opacity: 1;
}
body.kasou .member_input label.search_warp select {
  width: 178px;
}
.input_zoon .yubin_wrap {
  display: inline-block;
  margin-right: 30px;
}
p.credit {
  text-align: center;
  background-color: #ddd;
  font-size: 90%;
  padding: 8px;
}
p.credit span {
  padding: 12px 12px 12px 0px;
  display: inline-block;
}
.next_btn.meisai{
  margin-bottom: 10px;
  display: inline-block;
}
.normal_btn{
    margin-left: 20px;
}
.h3_center{
  text-align: center;
}
@media screen and (max-width:768px) {
  span.hissu {
    /*left: 220px;*/
    /*right: auto;*/
  }
  .member_input p.radio_zoon {
    margin: 8px 4px;
  }
  .member_input .input_zoon {
    float: none;
    width: 98%;
    padding: 0;
  }
  .member_input h3 {
    float: none;
    width: auto;
  }
  .member_input h4 {
    float: none;
    width: auto;
  }
  .member_input p {
    margin: 8px 0;
  }
  body main .member_input input {
    width: 160px;
  }
  body main .member_input .input_up {
    margin-bottom: 8px;
  }
  .normal_btn{
    margin: 20px 0 0;
  }

}


/*====会員情報の確認ページ（web2-1-2）　↓====*/
.member_input .style01 .form_line {
  border-bottom: solid 1px #49A757;
  margin: 0 0 12px;
}
.member_input .style01 h3 {
  width: 228px;
  padding: 16px 1% 4px;
  border: none;
}
.member_input .style01 p {
  margin: 8px 0;
  padding: 8px 1% 0px;
  text-align: left;
}
@media screen and (max-width:768px) {
  .member_input .style01 h3 {
    width: auto;
    padding: 16px 8px 4px;
  }
}


/*====予約情報登録ページ（web1-4-1）　↓====*/
.tyusya_hyouji .form_line {
  font-size: 90%;
}
.tyusya_hyouji h3 {
  position: relative;
  width: 24%;
  padding: 12px 8px 0;
  float: left;
  border-bottom: solid 1px #49A757;
}
.tyusya_hyouji .input_zoon {
  float: right;
  width: 72%;
  padding: 0% 1%;
  position: relative;
  line-height: 1.2em;
}
.box .box_inner .tyusya_hyouji li {
  padding: 12px 8px 0;
  border-bottom: solid 1px #49A757;
  margin: 0px 0px 6px 0px;
}
.box .box_inner .tyusya_hyouji li span{
  padding: 8px;
}
.box .box_inner .tyusya_hyouji li span:first-child{
  padding: 8px 8px 8px 0px;
}
.box .box_inner .tyusya_hyouji li span:last-child{
  background-color: #eee;
}
.total {
  color: firebrick;
}
.tyusya_hyouji .total {
  border-bottom: solid 2px firebrick;
  padding: 0;
}
.tyusya_hyouji .total h3 {
  border: none;
}
.box .box_inner .tyusya_hyouji .total li {
  border: none;
  margin: 0;
}
.member_input .input_ma {
  padding: 8px 0px 8px 8px;
  margin-bottom: 32px;
  width: 31%;
  border-bottom: solid 2px #49A757;
  font-weight: bold;
}
.member_input .input_ma .checkbox01-parts {
  padding-top: 2px;
}
.credit02 {
  text-align: center;
  font-size: 90%;
  padding: 8px;
  background-color: mistyrose;
  line-height: 1.2em;
}
@media screen and (max-width:768px) {
  .tyusya_hyouji {
    margin: 16px 0 12px;
  }
  .tyusya_hyouji .input_zoon {
    float: none;
    width: 96%;
    padding: 0px 2%;
  }
  .tyusya_hyouji h3 {
    float: none;
    width: 96%;
    padding: 8px 2%;
    border: none;
  }
  .tyusya_hyouji .total h3 {
    border-bottom: solid 2px firebrick;
  }
  .member_input .input_ma {
    padding: 8px;
    margin-bottom: 20px;
    width: auto;
  }
  .box .box_inner .tyusya_hyouji li span{
    display: block;
    padding: 2px;
  }
  .next_btn.meisai{
    margin: 10px 0!important;
  }
}


/*====予約情報登録_完了（web1-4-3）　↓====*/
.message {
  margin-bottom: 8px;
}


/*====パスワードリマインダー（web3-1）　↓====*/
body.kasou .single_wrap li {
  text-align: center;
  margin: 32px 0;
}
body.kasou .single_wrap input {
  border: 1px solid #999;
  width: 100%;
  max-width: 300px
}


/*====マイページメニュー（web4-1） ↓====*/
.mypage .box_inner .menu_btn .mdr_btn{
  width: 46%;
  float: left;
  margin: 2%;
}
.mypage .box_inner .menu_btn .mdr_btn a{
  padding: 24px 0;
}

@media screen and (max-width:768px) {
  .box .box_inner .table_btn {
    width: auto!important;
  }
}


/*====マイページ_会員情報更新（web4-2-1）　↓====*/
.attention {
  border-bottom: solid 2px #f4d844;
  padding: 4px;
  font-size: 90%;
}
.attention02 {
  padding: 14px 15px 13px;
  font-size: 110%;
  margin-top: 12px;
  color: #bd0000;
  line-height: 1.2em;
  font-weight: bold;
  background-color: #f4d844;
}


/*====予約一覧（web4-3）　↓====*/
.box .box_inner .table_btn .mdr_btn {
  width: 200px;
  text-align: center;
}
.box .box_inner .my_yoyaku{
  margin: 12px 0;
}
.box .box_inner .my_yoyaku li{
  display: flex;
}
.box .box_inner .my_yoyaku .li_th{
  padding: 7px 8px 2px;
  width: 166px;
  text-align: center;
  background-color: #ddd;
}
.box .box_inner .my_yoyaku .li_td{
  padding: 5px 8px 4px;
  width: 500px;
  border: 2px solid #ddd;
  border-bottom: none;
}
.box .box_inner .my_yoyaku li:last-child .li_td{
  border: 2px solid #ddd;
}
@media screen and (max-width:768px) {
  .box .box_inner .table_btn .mdr_btn {
    width: 200px;
    margin: 8px 8px;
    text-align: center;
  }
  .box .box_inner .my_yoyaku li{
    display: block;
  }
  .box .box_inner .my_yoyaku .li_th,
  .box .box_inner .my_yoyaku .li_td{
    display: block;
    width: 100%;
  }
}


/*====予約情報更新（web4-4-1） ↓====*/
.box .box_inner .tyusya_hyouji .kousin li {
  float: none;
}
.box .box_inner .tyusya_hyouji .kousin li.none {
  border: none;
  padding: 6px 0px 12px 0;
}
.box .box_inner .tyusya_hyouji .kousin li.none p {
  padding: 8px 0;
}
.box .box_inner .tyusya_hyouji .kousin li label.search_warp {
  width: 150px;
  display: inline-block;
  border: 1px solid #999;
}
.box .box_inner .tyusya_hyouji .kousin li label.search_warp select {
  width: 130px;
}


/*====退会申請（web4-7-2） ↓====*/
.end_input {
  text-align: center;
}
.end_input textarea {
  margin: 20px 0;
  border: 1px solid #999;
  text-indent: 4px;
  background-color: #fff;
  height: 150px;
  width: 300px;
  font-size: 90%;
}


/*お気に入り一覧_チェックボックス*/
.checkb {
  width: 20px !important;
  height: 20px;
  vertical-align: middle;
}
.alldelete .checkbox01-parts{
  padding: 2px 0 0 22px;
}
.delete_btn {
  float: right;
}
body.kasou .favorite .kekka01{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  float: none;
}
body.kasou .favorite .kekka01 li{
  margin: 20px 0 10px;
  width: calc(50% - 10px);
  color: #fff;
  background-color: #4AA757;
  border: none;
}
body.kasou .favorite .kekka01 li:hover{
  opacity: 1;
}
body.kasou .favorite .kekka01 li p.pkname{
  padding: 10px 10px 9px;
}
.pkname input{
  display: none;
}
.favorite .pkname .pkname_title{
  padding: 1px 0 0 24px;
  position: relative;
}
.favorite .pkname .pkname_title::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #999;
}
.favorite .pkname input:checked + .pkname_title::after{
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #20916e;
  border-right: 3px solid #20916e;
}
body.kasou .favorite .kekka01 li .riyou{
  padding: 0 10px 10px;
}
body.kasou .favorite .kekka01 li .open_modal{
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  border-top: 2px solid #fff;
  border-radius: 0 0 5px 5px;
}
body.kasou .favorite .kekka01 li .open_modal span{
  padding: 2px 0 1px 40px;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center left 14px;
  background-size: 18px;
}
body.kasou .favorite .kekka01 li .open_modal:hover{
  background-color: #fff;
  border: 1px solid #4AA757;
}
body.kasou .favorite .kekka01 li .open_modal:hover span{
  color: #4AA757;
  background-image: url(../images/icon_arrow_on.png);
}
@media screen and (max-width:600px){
  body.kasou .favorite .kekka01{
    display: block;
  }
  body.kasou .favorite .kekka01 li{
    width: 100%;
  }
}

#bookingRemarks {
  width:400px;
}
@media screen and (max-width:440px) {
  #bookingRemarks {
    width:100%;
  }
}


/*会員メールアドレスチェック*/
.nologin {
  color: #333;
}
.alertmsg{
  color: #FF0000;
}

body.kasou .main_top_wrap .modal_tab{
  margin: 16px auto 0;
  padding: 0 10px;
  width: 100%;
  max-width: 1020px;
  display: flex;
  align-items: flex-end;
}
body.kasou .main_top_wrap .modal_tab > *{
  margin: 0 70px 0 0;
  padding: 8px 0 4px;
  position: relative;
}
body.kasou .main_top_wrap .modal_tab h1{
  padding: 8px 20px 4px;
  width: auto;
  color: #fff;
  background-color: #49A757;
  border-radius: 5px 5px 0 0;
}
body.kasou .main_top_wrap .modal_tab > *::after{
  content: '';
  position: absolute;
  bottom: 10px;
  right: -50px;
  width: 30px;
  height: 15px;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}
body.kasou .main_top_wrap .modal_tab > *:last-child{
  margin-right: 0;
}
body.kasou .main_top_wrap .modal_tab > *:last-child::after{
  content: none;
}
body.kasou .main_top_wrap .modal_tab > * span{
  margin-right: 10px;
}
.modal_input {
  width: 240px;
}
.sm .close_02{
  top: 14px;
}
.sm .close_02 a{
  border: 1px solid #49A757;
  border-radius: 14px;
}
.sm .close_02 a:hover{
  background-color: #eefade;
}
@media screen and (max-width:768px){
  body.kasou .main_top_wrap .modal_tab{
    margin-top: 50px;
    flex-direction: column;
    align-items: stretch;
  }
  body.kasou .main_top_wrap .modal_tab > *{
    margin: 0 0 30px;
    text-align: center;
  }
  body.kasou .main_top_wrap .modal_tab > *:last-child{
    margin-bottom: 20px;
  }
body.kasou .main_top_wrap .modal_tab > *::after{
    background: none;
    bottom: -19px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
  }
  body.kasou .main_top_wrap .modal_tab h1{
    border-radius: 0;
  }
  body.kasou .main_top_wrap .modal_tab p{
    border: 1px solid #49A757;
  }
}
@media screen and (max-width: 400px){
  .sm .close_02{
    right: 10px;
  }
  .sm .close_02 a{
    padding: 3px 12px;
  }
  .sm .close_02 a strong{
    font-size: 0;
  }
  .sm .close_02 a:before, .sm .close_02 a:after{
    left: 5px;
  }
}

.ios {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  height: 100vh;
}
body.ios {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}


/*駐車場詳細予約*/
.eigyou{
  display:inline-block;
  margin: 0 8px 0 0;
}
.eigyou.kara{
  color: #3878C7;
}
.eigyou.day_kingaku{
  margin: 0;
}
.pktname {
  padding-left: 1.04em;
}
@media screen and (max-width:992px) {
  body.index .search ul.kensaku li:nth-child(2) .hasDatepicker {
    width: 100%;
  }
}
@media screen and (min-width:769px) {
  .syasitu_pad {
    padding: 0 !important;
  }
}
@media screen and (max-width:768px) {
  .syasitu_pad {
    padding: 8px 8px 8px 0 !important;
  }
}


/*テスト用★評価*/
.star-rating {
    padding: 5px 10px 4px;
    display: inline-flex;
    align-items: center;
}
.park_detail .star-rating{
    padding: 0 0 0 6px;
    display: inline-flex;
    align-items: center;
}
.star-wrap{
    width: 80px;
    font-size: 18px;
    position: relative;
}
.star-rating-front {
    position: absolute;
    overflow: hidden;
    color: #F4D844;
}
.star-rating-back {
    color: #C6C6C6;
}
.star_num{
    margin: 0 10px 0 4px;
}
.star-none{
    margin-left: 6px;
    font-size: 85%;
    /*vertical-align: bottom;*/
}
/*検索結果画面の星*/
.kekka01 .star-rating{
    padding: 0 0 0 10px;
}
.kekka01 .color_star {
    padding-right: 4px;
    color: #F4D844;
}
.kekka01 .color_star.none {
    color: #C6C6C6;
}
.kekka01 .star_num{
    margin: 0;
}
.kekka01 .icon_comment{
    margin-left: 10px;
}
.kekka01 .star-none{
    margin-left: 0;
}


/*棒グラフ評価*/
@media screen and (min-width: 767px) {
    .max_bar{
        margin: 1em;
        margin-left: 1em;
        overflow: hidden;
        color: #FFC500;
        padding: 0.25em;
        animation: bar-animation 1 3s;
        background: linear-gradient(to right, #FFC500, #FF8C00);
    }
}
@media screen and (max-width: 766px) {
    .min_bar{
        margin: 1em;
        margin-left: 1em;
        overflow: hidden;
        color: #000;
        text-align: right;
        padding: 0.25em;
        animation: bar-animation 1 3s;
        background: linear-gradient(to right, #FFC500, #FF8C00);
    }
}
@keyframes bar-animation{
    0%{
        width: 0px;
    }
    100%{
        width: 100%;
    }
}


/*総合評価平均表示*/
.icon_cal{
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: url(../images/icon_day2.png);
    background-position: 0 4px;
    background-size: 15px auto;
    background-repeat: no-repeat;
}
.icon_comment{
    padding-left: 20px;
    background-image: url(../images/icon_comment.png);
    background-position: center left;
    background-size: 15px auto;
    background-repeat: no-repeat;
}
.hyoka_box .star-rating {
    padding: 0 10px;
    display: inline-block;
}
.hyoka_box .icon_comment{
    background-position: top 4px left;
}
a.icon_comment{
    text-decoration: underline;
}
a.icon_comment:hover{
    color: #FFA500;
}
.circle_frame{
    margin-bottom: 50px;
    position: relative;
    padding: 10px;
    border: 1px dotted #FF8C00;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.circle_frame::after {
    content: '';
    position: absolute;
    top:-30px; 
    left:-30px;
    z-index: 1;
    width:80px;
    height: 80px;
    background-color: #2196F3;
    color: #FFF;
    border-radius: 50%;
}
.circle_frame::after {
    bottom: 100%;
    right: 100%;
}
.point_average{
    position: absolute;
    top: -19px;
    left: -17px;
    z-index: 2;
    font-size: 40px;
    color: #FFF;
    font-weight: 500;
}
.moreButton {
    margin: 0 auto;
    padding: 6px 0 5px;
    width: 180px;
    color: #333;
    text-align: center;
    background-color: #f4d844;
    border-radius: 18px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    display: none;
    cursor: pointer;
}
.moreButton:hover{
    background-color: #ffeb00;
    box-shadow: none;
}
.tzr_btn{
    margin: 0 auto;    
    padding: 8px 0 6px;
    width: 180px;
    color: #fff;
    text-align: center;
    background-color: #49A757;
    border-radius: 5px;
    display: block;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    cursor: pointer;
}
.tzr_btn:hover{
    background-color: #399046;
    box-shadow: none;
}
.tzr_btn span{
    padding: 1px 0 0 26px;
    background-image: url(../images/close.png);
    background-size: 18px;
    background-position: top left;
    background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
    .max_none{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .min_none{
        display: none;
    }
}
.under {
  text-decoration: underline;
}
.under:hover {
  text-decoration:none;
  color:#FFA500;
}
.min_none{
  padding-bottom: 1px;
}
body.kasou .hyoka_box{
  margin: 30px auto 50px;
  padding-bottom: 30px;
  width: 90%;
}
body.kasou .hyoka_box .star_text{
  margin: 30px 0;
  text-align: center;
}
body.kasou .hyoka_box .star_text .star-wrap{
  width: 150px;
  font-size: 30px;
  display: inline-block;
}
body.kasou .hyoka_box table{
  margin: 0 auto;
  width:90%;
  table-layout:fixed;
}
body.kasou .hyoka_box table th{
  color:#FFF;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  background-color:#49A757;
}
body.kasou .hyoka_box .hyoka_list{
  padding: 20px 10px 0px 50px;
  display: block;
}
body.kasou .hyoka_box .hyoka_list span{
  margin-right: 10px;
}
body.kasou .hyoka_box .hyoka_list span:last-child{
  margin: 0;
}
@media screen and (max-width: 768px){
  body.kasou .hyoka_box .hyoka_list span{
    margin-bottom: 10px;
    display: block;
  }
}


/*=========フロート解除=========*/
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  page-break-after: avoid;
}

/* add 2020/01/08 駐車場アンケート入力機能対応 start*/
.hyoka_input p.radio_zoon label:last-child{
    margin-right: 0;
}
.hyoka_input .radio02-input + label::before{
    margin: 0;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.hyoka_input .radio02-input:checked + label::after{
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.hyoka_input h3 {
    position: relative;
    border-bottom: solid 2px #49A757;
    padding: 8px;
    float: left;
    width: 228px;
}
.hyoka_input .form_line {
    font-size: 90%;
    padding: 0 20px;
    margin: 0 0 16px;
}
.hyoka_input p {
    margin: 10px 0 0;
}
.hyoka_input input {
    margin: 0 4px!important;
    border: 1px solid #999!important;
    background-color: #fff!important;
    width: 130px!important;
}
.hyoka_input .comment {
  border: 1px solid #999!important;
  background-color: #fff!important;
  width:60%;
  margin-top: 25px;
  margin-left: 10px;
  font-family: sans-serif;
  float: left;
}
.hyoka_input label.search_warp {
    border: solid 1px #aaa;
    width: 180px;
    opacity: 1;
}
.hyoka_input label.search_warp select {
    width: 180px;
}
.hyoka_input .input_zoon {
  margin-left: 10px;
  float: left;
  position: relative;
}
.hyoka_input p.radio_zoon{
  /*margin: 0;*/
}
.hyoka_input p.radio_zoon label {
  margin-right: 5px;
  border: 1px solid #999;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width:870px) {
  .hyoka_input .comment {
    margin: 8px 4px;
    width: calc(100% - 8px);
  }
  .hyoka_input .input_zoon {
    margin: 8px 4px;
    float: none;
  }
  .hyoka_input h3 {
    float: none;
    width: auto;
  }
}
@media screen and (max-width:621px) {
  .hyoka_input .radio-vertical {                           
    flex-direction: column;
    display: flex;
  }
  .hyoka_input p.radio_zoon label{
    margin-right: 0;
  }
  .member_input p.radio_zoon label {
    padding: 10px 20px 10px 35px;
  }
  .radio02-input + label {
    margin-bottom: 10px;
  }
}
/* add 2020/01/08 駐車場アンケート入力機能対応 end*/

#reminderForm .member_input .input_zoon,
#entryForm .member_input .input_zoon,
#listForm .member_input .input_zoon,
#cancelForm .member_input .input_zoon,
#historyForm .member_input .input_zoon{
    float: left;
    text-align: left;
}
#reminderForm .member_input .input_zoon input,
#entryForm .member_input .input_zoon input,
#listForm .member_input .input_zoon input,
#cancelForm .member_input .input_zoon input,
#historyForm .member_input .input_zoon input{
    width: 130px;
}
.jusho_btn{
    display: inline-block;
}


/*****空きカレンダーのスタイル*****/
.calendar{
	overflow-x: auto;
}
.free .calendar{
	margin: 0 20px;
}
/*凡例*/
.calendar .notes{
	margin: 10px 0;
	padding: 6px 6px 5px;
	background-color: #eee;
	border: 2px solid #bfbfbf;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.calendar .notes.sp{
	font-size: 85%;
	justify-content: flex-start;
}
.modal_window .calendar .notes.pc{
	font-size: 90%;
}
.modal_window .calendar .notes.sp{
	padding: 6px 3px 5px;
}
.calendar .notes span{
	padding: 0 16px;
	line-height: 1.1;
	border-right: 1px solid #333;
	display: inline-block;
}
.calendar .notes.sp span{
	padding: 0 14px;
}
.calendar .notes span:last-child{
	border-right: 0;
}
.modal_window .calendar .notes.sp span{
	padding: 0 10px;
}
.calendar .notes span img{
	margin-right: 8px;
	width: 12px;
	vertical-align: unset;
}
.calendar .notes.sp span img{
	margin-right: 6px;
	width: 10px;
}
@media screen and (min-width:774px) {
	.calendar .notes.sp{
		display: none;
	}
}
@media screen and (max-width:773px) {
	.calendar .notes.pc{
		display: none;
	}
}
/*カレンダー*/
.calendar_in{
	overflow-y: hidden;
}
.calendar table{
	width: 100%;
	font-size: 90%;
	border: 2px solid #49A757;
}
.calendar table th,
.calendar table td{
	padding: 2px 4px 1px;
	vertical-align: middle;
	border: 1px solid #49A757;
}
.calendar table th{
	text-align:left;
}
.calendar table tr:first-child th{
	text-align:left;
	width: 50px;
	min-width: 46px;
}
.calendar table tr:first-child th{
	text-align:center;
}
.calendar table tr:first-child th:first-child{
	width: 250px;
	min-width: 200px;
}
.calendar table td{
	text-align: center;
}
.calendar table td img{
	width: 12px;
	vertical-align: middle;
}
.calendar table th.p_name{
	font-size: 110%;
	background-color: #EEFADE;
}
.modal_window .calendar table tr:nth-child(n + 2) th{
	background-color: #EEFADE;
}
.calendar table .sat{
	background-color: #dcedff;
}
.calendar table .sun{
	background-color: #ffe5e5;
}
.calendar table th a{
	border: 0;
	text-decoration: underline;
}
.calendar table th a:hover{
	text-decoration: none;
}
@media screen and (max-width: 999px){
	.free .calendar{
		margin: 0;
	}
}

/*ページ内リンク*/
.search_text .inpage_link{
    margin-top: 10px;
    display: flex;
}
.search_text .inpage_link li{
    margin-right: 10px;
    display: flex;
}
.search_text .inpage_link li a{
    padding: 4px 14px 3px;
    color: #fff;
    font-size: 95%;
    background-color: #49A757;
    border-radius: 5px;
    display: block;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.search_text .inpage_link li a span{
	padding-left: 16px;
	position: relative;
}
.search_text .inpage_link li a span::before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
@media screen and (min-width: 1000px){
    .search_text .inpage_link{
        display: none;
    }
}

