@charset "UTF-8";
@charset "UTF-8";
/*=========================================
	Font
=========================================*/
.str_cv {
  width: 740px;
  height: 166px;
  padding: 20px;
  background: #004090;
  position: relative;
}
.str_cv img {
  width: 100%;
}
.str_cv .btn_dely {
  position: absolute;
  top: 54px;
  left: 52%;
  display: block;
  width: 290px;
  height: 83px;
}
.str_cv .btn_dely a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/store/btn_cvdeli_on.png) no-repeat left top;
}
.str_cv .btn_dely a:hover {
  position: relative;
  top: 4px;
}
.str_cv .btn_dely a:hover img {
  display: none;
}
.str_cv .btn_str {
  position: absolute;
  top: 70px;
  left: 385px;
  display: block;
  width: 290px;
  height: 83px;
}
.str_cv .btn_str a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/store/btn_cvstr_on.png) no-repeat left top;
}
.str_cv .btn_str a:hover {
  position: relative;
  top: 4px;
}
.str_cv .btn_str a:hover img {
  display: none;
}
.str_cv .tel_num {
  position: absolute;
  bottom: 26%;
  left: 16%;
  font-size: 3em;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.str_cv .tel_acc {
  position: absolute;
  bottom: 17%;
  left: 10%;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2em;
}
.str_cv .tel_rest {
  position: absolute;
  bottom: 17%;
  left: 40%;
  font-size: 1.25em;
  letter-spacing: 0.08em;
}

#side .side_bnr {
  margin-top: 10px;
}

.home #mv .days {
  color: #d40011;
}
.home .cv_str {
  background: #004090;
  padding: 20px 0;
}
.home .cv_str .inner {
  height: 160px;
  position: relative;
  background: url(images/home/cv_bg.png) no-repeat center top;
}
.home .cv_str .inner .btn_dely {
  position: absolute;
  top: 55px;
  left: 50%;
  display: block;
  width: 392px;
  height: 83px;
}
.home .cv_str .inner .btn_dely a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/home/btn_cv_on.png) no-repeat left top;
}
.home .cv_str .inner .btn_dely a:hover {
  position: relative;
  top: 4px;
}
.home .cv_str .inner .btn_dely a:hover img {
  display: none;
}
.home .cv_str .inner .btn_str {
  position: absolute;
  top: 50px;
  left: 500px;
  display: block;
  width: 392px;
  height: 83px;
}
.home .cv_str .inner .btn_str a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/home/btn_cvstr_on.png) no-repeat left top;
}
.home .cv_str .inner .btn_str a:hover {
  position: relative;
  top: 4px;
}
.home .cv_str .inner .btn_str a:hover img {
  display: none;
}
.home .cv_str .inner .tel_num {
  position: absolute;
  bottom: 28%;
  left: 17%;
  font-size: 3.6em;
  font-weight: bold;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
.home .cv_str .inner .tel_acc {
  position: absolute;
  bottom: 8%;
  left: 11%;
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 0.08em;
}
.home .cv_str .inner .tel_rest {
  position: absolute;
  bottom: 8%;
  left: 40%;
  font-size: 1.3em;
  letter-spacing: 0.08em;
}
.home .change_time_top {
  width: 980px;
  height: 65px;
  background: #004090;
  text-align: center;
  margin: 20px auto;
}
.home .change_time_top p {
  font-weight: bold;
  font-size: 2em;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: #fff;
}
.home #main .three_caution h2 {
  text-align: center;
}
.home #main .three_caution h2 span {
  position: relative;
}
.home #main .three_caution h2 span:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  font-size: 40px;
  top: -12px;
}
.home #main .three_caution li {
  text-align: center;
  float: left;
  position: relative;
  margin-left: 40px;
  width: 300px;
}
.home #main .three_caution li img {
  margin-bottom: 10px;
}
.home #main .three_caution li h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #004090;
}
.home #main .three_caution li:first-child {
  margin-left: 0;
}
.home #main .result ul {
  padding: 25px;
  overflow-y: scroll;
  height: 550px;
}
.home #main .result ul li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 100%;
  height: auto;
  float: none;
}
.home #main .result ul li .img {
  float: none;
  margin-right: 20px;
  width: 150px;
  position: relative;
}
.home #main .result ul li .img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.home #main .result ul li .txt {
  width: 690px;
  float: none;
}

.str_about {
  /* 店舗一覧 */
  /* 店舗詳細 */
  /* 営業日変更のやつ */
  /* end 営業日変更のやつ */
}
.str_about .shoplist .spli_box .spli_tabbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.str_about .shoplist .spli_box .spli_tabbox li {
  width: 112px;
  height: 40px;
  border: 1px solid #004090;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.str_about .shoplist .spli_box .spli_tabbox li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #004090;
  text-decoration: none;
}
.str_about .shoplist .spli_box .spli_tabbox li a p {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  padding-right: 20px;
  font-weight: bold;
}
.str_about .shoplist .spli_box .spli_tabbox li a p:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  font-size: 1em;
  font-weight: normal;
}
.str_about .shoplist .spli_box .spli_tabbox li + li {
  margin-left: 10px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .img {
  width: 270px;
  margin-right: 20px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box {
  width: 450px;
  clear: both;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box h3 {
  font-size: 1.4em;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box h3 .red {
  display: block;
  color: #db0000;
  font-size: 0.8em;
  line-height: 1.5;
  margin-top: 5px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box table tr {
  line-height: 1.5;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box table tr th {
  font-weight: normal;
  text-align: left;
  width: 105px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box table tr td {
  position: relative;
  padding-left: 15px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box table tr td .red {
  color: #db0000;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box table tr td:after {
  position: absolute;
  content: "：";
  top: 0;
  left: 0;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box .btn {
  width: 260px;
  height: 36px;
  background: #004090;
  box-shadow: 0px 3px 0px 0px #381413;
  -webkit-box-shadow: 0px 3px 0px 0px #381413;
  -moz-box-shadow: 0px 3px 0px 0px #381413;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
  margin-top: 20px;
  float: right;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box .btn:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 1px 0px 0px #381413;
  -webkit-box-shadow: 0px 1px 0px 0px #381413;
  -moz-box-shadow: 0px 1px 0px 0px #381413;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box .btn a p {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  padding-right: 20px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li .txt_box .btn a p:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  font-size: 1em;
  padding-left: 10px;
}
.str_about .shoplist .spli_box .list_area .area_box .area_list li:last-child {
  margin-bottom: 20px;
}
.str_about .change_time, .str_about .renov_caut {
  width: 100%;
  height: 65px;
  background: #004090;
  text-align: center;
  margin: 20px 0;
}
.str_about .change_time p, .str_about .renov_caut p {
  font-weight: bold;
  font-size: 2em;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: #fff;
}
.str_about .change_time p .red, .str_about .renov_caut p .red {
  color: #bd0000;
}
.str_about .renov_caut p {
  padding-left: 50px;
}
.str_about .renov_caut p:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 10%;
  color: #fff;
}
.str_about .renov_caut p a {
  color: #fff;
}
.str_about .kv_box {
  margin-bottom: 40px;
}
.str_about .kv_box .kv_imgs .main_img {
  float: left;
  width: 526px;
}
.str_about .kv_box .kv_imgs .main_img img {
  max-width: 100%;
  max-height: 100%;
}
.str_about .kv_box .kv_imgs .imgs {
  float: right;
  width: 204px;
}
.str_about .kv_box .kv_imgs .imgs .img {
  margin-bottom: 10px;
}
.str_about .kv_box .kv_imgs .txt {
  line-height: 1.5;
  margin: 10px 0;
  font-size: 1em;
}
.str_about .kv_box .txt + .txt {
  padding-top: 10px;
}
.str_about .map {
  margin-bottom: 30px;
}
.str_about .map .map_content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 100%;
}
.str_about .map .map_content .gmap {
  float: left;
  margin-right: 10px;
}
.str_about .map .map_content .str_info {
  width: 50%;
}
.str_about .map .map_content .str_info h3 {
  line-height: 1.5;
}
.str_about .map .map_content .str_info table tr th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.5;
  width: 20%;
}
.str_about .map .map_content .str_info table tr td {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.str_about .map .map_content .str_info table tr td:after {
  position: absolute;
  content: "：";
  top: 0;
  left: 0;
}
.str_about .map .map_content .str_info table tr td .red {
  color: #db0000;
}
.str_about #park_area .map_content + .map_content {
  margin-top: 30px;
}
.str_about #park_area .map_content .str_info table tr th {
  width: 30%;
}
.str_about .root {
  margin-top: 40px;
}
.str_about .root .hide {
  display: none;
}
.str_about .root .tab_box ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border-bottom: 1px solid #004090;
}
.str_about .root .tab_box ul li {
  text-align: center;
  border: 1px solid #004090;
  border-bottom: none;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  background: #004090;
  margin-left: 10px;
}
.str_about .root .tab_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.str_about .root .tab_box ul .active {
  background: #fff;
}
.str_about .root .tab_box ul .active a {
  background: #fff;
  height: 102%;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  color: #004090;
}
.str_about .root .root_box_all {
  margin: 15px 0 20px;
}
.str_about .root .root_box_all .root_box ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.str_about .root .root_box_all .root_box ul li {
  width: 362px;
  margin-bottom: 10px;
}
.str_about .root .root_box_all .root_box ul li:nth-child(2n) {
  margin-left: 15px;
}
.str_about .root .root_box_all .root_box ul li .img {
  width: 100%;
  margin-bottom: 15px;
}
.str_about .root .root_box_all .root_box ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.str_about .root .root_box_all .root_box ul li .txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-basis: auto;
  -ms-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.str_about .root .root_box_all .root_box ul li .txt .num {
  background: #004090;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.str_about .root .root_box_all .root_box ul li .txt .num p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  padding-bottom: 0;
  font-size: 1.5em;
}
.str_about .root .root_box_all .root_box ul li .txt .dt {
  font-size: 0.85em;
  line-height: 1.5;
  width: 85%;
}
