@import url(common.css);
body {
  font-size: 80%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background: url(../images/bg_body.gif);
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:active {
  color: #FF0000;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#subbody {
  width: 880px;
  background: #FFF;
  margin: 0 auto;
}
#container {
  width: 860px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
}
ul.asterisk {
  margin-left: 1em;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
/*---------------------------------------------
�إå���
---------------------------------------------*/
#header {
  height: 127px;
  background: url(../images/bg_header.gif) repeat-x bottom;
  position: relative;
}
#header .tagline {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
}
#title-left {
  position: absolute;
  top: 24px;
  left: 0;
}
#title-left img {
  height: 70px;
}
#title-right {
  position: absolute;
  top: 27px;
  right: 0;
}
#headernumber {
  position: absolute;
  top: 106px;
  left: 10px;
  color: #FFF;
}
#headermenu {
  position: absolute;
  top: 106px;
  right: 10px;
  color: #FFF;
}
#headermenu a {
  color: #FFF;
  text-decoration: none;
}
#headermenu a:hover {
  text-decoration: underline;
}
/*---------------------------------------------
��������
---------------------------------------------*/
#leftbar {
  float: left;
  width: 220px;
}
#gnavi {
  margin: 0 0 10px 0;
}
#gnavi li {
  margin: 0 0 3px 0;
}
#gnavi a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=90);
}
#leftbar .box {
  border: 1px solid #FF9200;
  margin: 0 0 10px 0;
}
#leftbar .box h2 {
  background-color: #FF9200;
  color: #fff;
  font-weight: normal;
  font-size: small;
  padding: 3px;
}
#leftbar .box h3 {
  position: relative;
  padding: .5em .75em;
  margin: .5em .5em 1em;
  background-color: #f39800;
  border-radius: 6px;
  color: #FFF;
  font-size: x-small;
}
#leftbar .box h3::after {
  position: absolute;
  top: 100%;
  left: 15px;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #f39800;
}
#leftbar .box p {
  margin: .5em .5em 20px;
  font-size: x-small;
}
#leftbar .box ul {
  padding: 5px;
}
#leftbar .box li {
  margin: 0 0 5px 0;
}
/*---------------------------------------------
���ᥤ�� ����
---------------------------------------------*/
#body {
  float: right;
  width: 625px;
}
#body h1 {
  background: url(../images/h2_background_02.gif) repeat-x bottom;
  font-size: 130%;
  color: #FFF;
  padding: 6px 10px;
  margin: 0 0 10px 0;
}
#body h2 {
  border-left: 10px solid #FF9200;
  border-bottom: 1px solid #FF9200;
  padding: 2px 0 2px 10px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
#body h3 {
  position: relative;
  padding: .5em .75em;
  margin: 0 .2em 20px;
  background-color: #f39800;
  border-radius: 6px;
  color: #FFF;
  clear: both !important;
}
#body h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f39800;
}
#body #news h2 {
  position: relative;
  padding: 0 .4em .1em;
  border-left: none;
  border-bottom: none;
  font-size: 12px;
  padding: 2px 0 2px 10px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
#body #news h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #b6f0fc;
}
#body #branch_list h2 {
  border-left: none;
  border-bottom: none;
  padding: 0;
  font-size: large;
  margin: 0;
}
#body p {
  margin: 0 .2em 10px;
  line-height: 1.6em;
  font-size: 14px;
}
#body ol {
  margin: 0 0 10px 30px;
}
#bread {
  margin: 0 0 20px 0;
}
#check ul {
  margin: 0 0 10px 30px;
}
.table01 {
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.table01 th {
  border: 1px solid #CCC;
  padding: 8px;
  font-weight: 400;
  background: #E5E5E5;
}
.table01 td {
  border: 1px solid #CCC;
  padding: 8px;
}
.table01 div.input {
  display: inline;
}
/*
input[type=text], input[type=password], input[type=checkbox], textarea, select {
*/
input[type=text], input[type=password], input[type=checkbox], textarea, select, input[type=email], input[type=tel], input[type=number], input[type=datetime-local] {
  font-size: large;
  margin: 5px;
}
/*
.table01 textarea {
*/
.table01 textarea, .table01 #body {
  width: 98%;
}
input[type=checkbox], input[type=radio] {
  width: 1.6em;
  height: 1.6em;
  vertical-align: middle;
}
input[type=button], input[type=reset], input[type=submit] {
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -20px #DFDFDF, 1px 1px 2px #E7E7E7;
  -moz-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -20px #DFDFDF, 1px 1px 2px #E7E7E7;
  font-weight: bold;
  margin: 0.5em 0 0;
  cursor: pointer;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  -webkit-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -20px #cfcfcf, 1px 1px 2px #E7E7E7;
  -moz-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -20px #cfcfcf, 1px 1px 2px #E7E7E7;
}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  background: #ccc;
}
button {
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -20px #DFDFDF, 1px 1px 2px #E7E7E7;
  -moz-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -20px #DFDFDF, 1px 1px 2px #E7E7E7;
  font-weight: bold;
  margin: 0.5em 0 0;
  cursor: pointer;
}
button:hover {
  -webkit-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -20px #cfcfcf, 1px 1px 2px #E7E7E7;
  -moz-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -20px #cfcfcf, 1px 1px 2px #E7E7E7;
}
button:active {
  background: #ccc;
}
.center {
  text-align: center;
}
.flowchart {
  margin-left: .5em;
  border-left: 2px dashed;
}
.flowchart h4 {
  position: relative;
  margin-left: 2em;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.4em;
}
.flowchart p {
  margin-top: .3em !important;
  margin-left: 3em !important;
  margin-bottom: 1em !important;
}
.flowchart h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: calc(-2em - 6px);
  top: .5em;
}
.flowchart h4:after {
  content: "";
  border-bottom: 1px solid;
  width: 1.5em;
  background: #000;
  position: absolute;
  top: .7em;
  left: -2em;
}
/*---------------------------------------------
�եå���
---------------------------------------------*/
#footer {
  clear: both;
  text-align: center;
  margin: 10px 0;
  border-top: 5px solid #FF9200;
}
#footermenu {
  padding: 5px 0;
}
#footer address {
  padding: 5px 0 10px 0;
}
/*---------------------------------------------
index.html
---------------------------------------------*/
#keyvisual {
  margin: 0 0 20px 0;
}
#step {
  margin: 0 0 20px 0;
}
#search {
  margin: 0 0 20px 0;
}
#search h1 {
  background: url(../images/h2_background.gif) repeat-x bottom;
}
.search_sp {
  margin: 0 0 20px 0;
}
.search_sp h1 {
  background: url(../images/h2_background.gif) repeat-x bottom;
}
#search table {
  width: 100%;
}
#search table th {
  width: 15%;
  padding: 4px;
  text-align: right;
}
#search table td {
  width: 85%;
  padding: 4px;
}
#news, #freedescription {
  margin: 0 0 15px 0;
  padding: 2em;
  background-color: #F8F5A4;
  clear: both;
  overflow: hidden;
}
#news ul {
  padding: 0 10px;
}
#news li {
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #CCC;
}
.entryList {
  margin: 0 0 20px 0;
}
.entryList .area {
  background: #0688fa;
  color: #FFF;
}
/*---------------------------------------------
selectCity.html
---------------------------------------------*/
#city_list li.cityName {
  float: left;
  margin: 2px 0;
}
#city_list li.cityName a {
  display: block;
  padding: 3px 10px;
  width: 180px;
}
#city_list li.cityName:hover a {
  background-color: #FFDCAF;
  color: #222;
}
#city_list a {
  text-decoration: none;
}
/*---------------------------------------------
list.html
---------------------------------------------*/
#noresult {
  margin: 20px 0;
  padding: 15px 15px 15px 50px;
  border: 1px solid #DA5050;
  background: url(../images/nopreview.gif) no-repeat left center #FFE3E3;
}
#branch_list table {
  border-collapse: collapse;
  width: 100%;
}
#branch_list.toplist table {
  border-collapse: collapse;
  width: 48% !important;
  margin: 0 1% 1em;
  float: left;
  position: relative;
}
#branch_list td {
  border: 1px solid #CCC;
  vertical-align: top;
}
#branch_list .shop_title {
  -moz-box-shadow: inset 0px -3px 7px 0px #29bbff;
  -webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
  background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa', GradientType=0);
  background-color: #2dabf9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
#branch_list .shop_name {
  float: left;
  font-weight: 800;
  padding: 6px 0 6px 10px;
  font-size: 140%;
  color: #FFF;
  border: none;
  width: 500px;
}
#branch_list.toplist .shop_name {
  width: 96%;
  font-size: 100%;
  height: 3em;
  overflow: hidden;
}
#branch_list.toplist .shop_name a {
  text-align: left;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
}
#branch_list .shop_hp {
  float: right;
  width: 91px;
  margin: 5px 5px 0 0;
}
#branch_list td .thumb {
  float: left;
  margin: 0 10px 10px 0;
}
#branch_list td.description {
  vertical-align: top;
  padding: 9px;
}
#branch_list td.description span {
  display: block;
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);
  background-color: #007dc1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #124d77;
  cursor: pointer;
  color: #ffffff;
  font-size: 10px;
  padding: 6px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
  margin: 6px 0;
}
/*---------------------------------------------
description.html
---------------------------------------------*/
#branch_detail h3 {
  background: url(../images/h2_background.gif) repeat-x bottom;
  font-size: 120%;
  color: #FFF;
  padding: 4px 8px;
  margin: 0 0 20px 0;
  border: none;
}
#branch_detail h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #0DA2FC;
}
#branch_detail table {
  margin: 0 0 30px 0;
  border-collapse: collapse;
  width: 480px;
}
#branch_detail table th {
  padding: 3px;
  border: 1px solid #CCC;
  font-weight: 400;
  color: #FFF;
  background: #FF9200;
}
#branch_detail table td {
  padding: 3px;
  border: 1px solid #CCC;
}
#branch_detail .thumb {
  float: right;
}
#branch_detail #freespace {
  margin: 10px;
  overflow: hidden;
}
/*---------------------------------------------
reg1.html
---------------------------------------------*/
#kiyakubox {
  margin: 5px 5px 20px 5px;
  border: 1px solid #333333;
  height: 300px;
  overflow-y: scroll;
  padding: 5px;
}
/*---------------------------------------------
error.html
---------------------------------------------*/
#error {
  margin: 20px 0;
  padding: 15px 15px 15px 50px;
  border: 1px solid #DA5050;
  background: url(../images/nopreview.gif) no-repeat left center #FFE3E3;
  color: #F00;
}
/*---------------------------------------------
site_map.html
---------------------------------------------*/
#sitemap {
  margin: 20px 10px;
}
#sitemap ul {
  margin: 0 20px;
  list-style-image: url(../images/arrow_01.gif);
}
#sitemap li {
  margin: 0 0 10px 0;
}
/* ���Ѿ���----------------------------------------*/
#recruit th {
  vertical-align: middle;
}
/* ���----------------------------------------*/
#link td, #link th {
  font-size: 12px;
}
/* �ܥå���----------------------------------------*/
#check ul {
/*
  list-style-image: url(../images/onepage/check.gif);
*/
}
#content {
  margin: 15px 0 10px 0;
}
.gotop {
  clear: both;
  text-align: right;
  padding: 10px 10px 10px 0;
}
/* �֥? */
.entryList .blogName, .entryList .shopName {
  font-size: 90%;
  color: #333;
}
.entryList .blogName a, .entryList .shopName a {
  font-size: 80%;
  color: #333;
  text-decoration: none;
}
.entryList ul li {
  display: block;
  padding: 10px;
}
.entryList ul li.altrow {
  background-color: #F8F5A4;
}
.entryBoxLeft {
  float: left;
  width: 310px;
}
.entryBoxRight {
  float: right;
  width: 310px;
}
#body .entryBody {
  margin: 15px 4px;
}
a.button {
  background-color: #FFEE9F;
  border: 1px solid #FFD100;
  margin: 5px 15px;
  padding: 5px 15px;
}
div.error-message {
  font-weight: bold;
  color: red;
}
div#flashMessage {
  margin: 0 0 1em;
  padding: 1em;
  font-size: large;
  color: #FFF;
  font-weight: bold;
  background-color: #D90003;
}
.myButton {
  -moz-box-shadow: inset 0px 45px 0px -24px #f7b15b;
  -webkit-box-shadow: inset 0px 39px 0px -24px #f7b15b;
  box-shadow: inset 0px 45px 0px -24px #f7b15b;
  background-color: #ff8c00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d9931a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 3em;
  width: 100%;
  padding: 1em auto;
  text-decoration: none;
  text-shadow: 0px 0px 0px #cc9f52;
}
.myButton:hover {
  background-color: #fb9e25;
}
.myButton2 {
  -moz-box-shadow: inset 0px 45px 0px -24px #29bbff;
  -webkit-box-shadow: inset 0px 39px 0px -24px #29bbff;
  box-shadow: inset 0px 45px 0px -24px #29bbff;
  background-color: #2dabf9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0EA3FF;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 0px 0px #263666;
  text-align: center;
  line-height: 3em;
  width: 100%;
  padding: 1em auto;
}
.myButton2:hover {
  background-color: #0688fa;
}
.myButton3 {
  -moz-box-shadow: inset 0px 32px 0px -24px #f7b15b;
  -webkit-box-shadow: inset 0px 39px 0px -24px #f7b15b;
  box-shadow: inset 0px 32px 0px -24px #f7b15b;
  background-color: #ff8c00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d9931a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
  padding: 1em auto;
  text-decoration: none;
  text-shadow: 0px 0px 0px #cc9f52;
}
.myButton3:hover {
  background-color: #fb9e25;
}
.myButton.large, .myButton2.large, .myButton3.large {
  padding: 2em 0 !important;
}
iframe body {
  padding: 0 !important;
}

/*フロー*/
ul {
    padding: 0
}
li {
    list-style-type: none
}
dd {
    margin-left: 0
}
.flow {
    padding-left: 120px;
    position: relative
}
.flow:before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px
}
.flow>li {
    position: relative
}
.flow>li:not(:last-child) {
    margin-bottom: 8vh
}
.flow>li .icon {
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100
}
.flow>li .icon:after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.flow>li dl {
    padding-left: 70px;
    position: relative
}
.flow>li dl:before, .flow>li dl:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px
}
.flow>li dl:before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #6b90db;
    border-radius: 50%;
    left: -4px
}
.flow>li dl:after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px
}
.flow>li dl dt {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 1vh
}


#howto img{
	width: 100%;
}
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px) {
  #branch_list.toplist .toplisttext {
    padding-bottom: 55px;
    height: 250px;
  }
  #branch_list.toplist .myButton {
    position: absolute;
    width: 92%;
    bottom: 10px;
    left: 11px;
  }
  br.sp {
    display: none !important
  }
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
/*
@media screen and (max-width:640px) and (orientation: portrait) {
*/
@media screen and (max-width:640px) {
  body {
    word-break: break-all;
    line-height: 1.2rem;
  }
  #header {
    height: auto;
    padding: 0 10px 10px;
    background: none;
    content: "";
    clear: both;
    display: block;
  }
  #header .tagline {
    display: none;
  }
  #title-left {
    position: relative;
    display: block;
    text-align: center;
    top: 5px;
  }
  #title-right {
    position: relative;
    display: block;
  }
  #title-left img {
    width: 100%;
    height: auto;
  }
  #headernumber {
    display: none;
  }
  .search_sp {
    display: block;
  }
  .search_sp select {
    font-size: x-large;
    width: 98%;
    margin: 0.1em 1%;
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/ : auto;
  }
  #container {
    width: 100% !important;
  }
  #subbody {
    width: 100% !important;
  }
  #body {
    float: none;
    width: 94% !important;
    padding: 0 3% 2em;
  }
  #leftbar {
    float: none !important;
    width: 99% !important;
    background: #FFF2D8;
    padding: 1em 0;
  }
  #bread {
    font-size: small;
  }
  #search table {
    margin: 1em 2%;
    width: 96% !important;
  }
  #search table th {
    width: 100% !important;
    display: block !important;
    text-align: left;
  }
  #search table td {
    width: 100% !important;
    display: block !important;
  }
  .search_sp {
    clear: both;
  }
  #branch_list table {
    border: 1px solid #C3C3C3;
    border-collapse: collapse;
    margin: 1em 1.5%;
    width: 96% !important;
/*
    display: inline-block;
*/
  }
  #branch_list.toplist table {
    margin: 0 1% 1em;
    box-sizing: border-box;
  }
  #branch_list table th {
    width: 100% !important;
    display: block !important;
    border: none;
  }
  #branch_list table td {
    border: none;
    width: auto !important;
    display: block !important;
    font-size: medium;
  }
  #branch_list table td.description {
    text-align: center;
  }
  #body #branch_list h2 {
    border-left: none;
    border-bottom: none;
    padding: 0;
    font-size: medium;
    margin: 0;
  }
  #branch_list .shop_title {
    display: block;
    -moz-box-shadow: inset 0px -3px 7px 0px #29bbff;
    -webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa)) !important;
    background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%) !important;
    background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%) !important;
    background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%) !important;
    background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%) !important;
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa', GradientType=0);
    background-color: #2dabf9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
    line-height: 1.6rem;
  }
  #branch_list .shop_name {
    float: left;
    font-weight: 800;
    padding: 6px 0 6px 10px;
    font-size: 140%;
    color: #FFF;
    border: none;
    width: auto;
  }
  #branch_list.toplist .shop_name {
    width: 90%;
  }
  #branch_list .shop_title:after {
    content: "";
    clear: both;
    display: block;
  }
  #branch_list .shop_hp {
    float: right;
    width: 91px;
    margin: 5px 5px 0 0;
  }
  #branch_list td a {
    display: block;
    text-align: center;
  }
  #branch_list td .thumb {
    display: block;
    width: 100px;
    margin: 0 10px 10px 0;
  }
  #branch_list.toplist td .thumb {
    display: none;
  }
  #branch_list.toplist td .toplisttext {
    height: 8em;
    font-size: smaller;
    line-height: 1.1rem;
    vertical-align: top;
    overflow: hidden;
  }
  #headermenu {
    display: none;
  }
  #gnavi li {
    text-align: center;
  }
  #keyvisual, #news {
    display: none;
  }
  #branch_list.toplist .myButton {
    margin: 0.2rem 1%;
    width: 98%;
    clear: both;
  }
  .myButton, .myButton2 {
    margin: 0.2rem 1rem;
    width: 90%;
    clear: both;
  }
  .shop_hp {
    display: none;
  }
  #branch_detail table {
    margin: 1em 2%;
    width: 96% !important;
    padding: 0;
  }
  #branch_detail table th {
    display: block !important;
    padding: 10px;
  }
  #branch_detail table td {
    display: block !important;
    font-size: medium;
    padding: 10px;
    ;
  }
  #branch_detail .thumb {
    float: none;
    width: 50%;
    margin: 1em 25%;
  }
  #freedescription {
    margin: 10px;
  }
  #city_list li.cityName {
    float: left;
    margin: 0;
    padding: 0.2em 0.2em 1em 1em;
    display: inline-block;
  }
  #city_list li.cityName a {
    -moz-box-shadow: inset 0px 45px 0px -24px #29bbff;
    -webkit-box-shadow: inset 0px 39px 0px -24px #29bbff;
    box-shadow: inset 0px 45px 0px -24px #29bbff;
    background-color: #2dabf9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0EA3FF;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 0px 0px #263666;
    text-align: center;
    line-height: 2em;
    width: auto;
    padding: 1em auto !important;
  }
  #city_list li.cityName a:hover {
    background-color: #0688fa;
  }
  #leftbar .box {
    margin: 1em;
  }
  #leftbar .box h3, #leftbar .box p {
    font-size: small;
  }
/*
  input[type=text], input[type=password], input[type=checkbox], textarea, select {
*/
  input[type=text], input[type=password], textarea, select, input[type=email], input[type=tel], input[type=number], input[type=datetime-local] {
    font-size: large;
    margin: 5px;
    width: 95%;
  }
  .table01 {
    border-collapse: collapse;
    margin: 0 0 20px 0;
  }
  .table01 th {
    display: block;
    margin: 0.5em 0 0;
    width: 60%;
    -webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
  }
  .table01 td {
    display: block;
  }
  .table01 div.input {
    display: inline;
  }
/*
  .table01 textarea {
*/
  .table01 textarea, .table01 #body {
/*
    width: 95%;
*/
    padding: initial;
    width: 95% !important;
  }
  .mypage.table01 th {
    display: table-cell;
    margin: 0;
    width: auto;
    -webkit-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
  }
  .mypage.table01 td {
    display: table-cell;
  }
}

/*20220817追加*/
#body #newformat h1,#body #newformat h2,#body #newformat h3,#body #newformat h4{font-size: 1.5em;}

#body #newformat h1 {
  font-size: 130%;
  color: #FFF;
  padding: 0;
  margin: 0 0 30px 0;
  background: none;
}
#body #newformat img {
  width: 100%;
}
#body #newformat strong{
  color: #AE2B2B;
  font-weight: bold;
}
#body #newformat h2 {
  background: rgb(255,83,27);
  background: linear-gradient(0deg, rgba(255,83,27,1) 0%, rgba(255,104,37,1) 30%, rgba(255,144,64,1) 100%);
  font-size: 130%;
  color: #FFF;
  padding: 6px 12px;
  height: 40px;
  margin: 0 0 11px 0;
  border: none;
  box-sizing: border-box;
}
#body #newformat h3 {
  margin: 30px 0 0 0;
  background: #FFF;
  color:#000;
  border-left: 10px solid #FF9200;
  border-bottom: 1px solid #FF9200;
  padding: 2px 0 2px 10px;
  line-height: 150%;
  margin: 0 0 11px 0;
  border-radius: 0;
}
#body #newformat h3:after {
  display: none;
}
#body #newformat h4 {
  margin: 7px 0 11px 0;
  background: #EFEFEF;
  color:#FD9103;
}
#body #newformat h4 span {
  background: #FD9103;
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #FFF;
  line-height:34px;
  text-align:center;
  margin: 0 7px 0 0;
}
.graybox {
  background: #EFEFEF;
  padding: 18px;
}
.frowbox {
  background-image: url("/images/point/arrow.png");
  background-position: 12px bottom ;
  background-repeat: no-repeat;
  padding: 0 0 30px 34px;
}
.frowbox.end {
  background-image: url("/images/point/arrowend.png");
  background-position: 12px bottom ;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex div{
  width: 50%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/* Flash messages */
.message {
  padding: 1rem;
  background: #eff8ff;
  color: #2779bd;
  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.message.hidden {
  display: none;
}
.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}
.message.warning {
  background: #fffabc;
  color: #8d7b00;
  border-color: #d3b800;
}
.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}
/* Paginator */
.paginator {
  text-align: right;
}
.pagination {
  display: flex;
  justify-content: left;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.pagination li {
  margin: 0 0.5rem 0 0;
}
.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #606c76;
}
.asc:after {
  content: " \2193";
}
.desc:after {
  content: " \2191";
}
