@charset "UTF-8";
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*====================【MIXIN】==========================================================================================================*/
                          /*
$top_navi: sprite-map("top_navi/*.png", $spacing: 0);
$coll_navi: sprite-map("coll_navi/*.png", $spacing: 0);
$title: sprite-map("title/*.png", $spacing: 70px);
$ico: sprite-map("ico/*.png", $spacing: 100px);
$sp_sprite: sprite-map("sp/*.png", $spacing: 100px);
*/
/*====================【BASE】==========================================================================================================*/
body {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #257173;
  background-color: #fdfdfd;
}

a {
  color: #00bea2;
  text-decoration: underline;
  white-space: normal;            /* 改行を許可 */
  word-wrap: break-word;         /* 旧名称（互換） */
  overflow-wrap: anywhere;       /* 最新かつ穏やかな折返し */
  -webkit-word-break: break-word;/* Safari / 古いブラウザ用フォールバック */
}
a:visited {
  color: #00bea2;
}
a:hover {
  color: #1f5455;
}

strong, em {
  font-weight: bold;
}

input {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.text12 {
  font-size: 12px;
  font-size: 0.75rem;
}

address {
  font-size: 10px;
  font-size: 0.625rem;
}

/*====================【LAYOUT】========================================================================================================*/
/*=================grid =====================================*/
.lay_grid {
  width: 1024px;
  /*ページ横幅 + （ガター X2 ）*/
}

.lay_grid--fill {
  /*両端のガターを消す*/
  margin-right: -32px;
  margin-left: -32px;
}

.lay_grid__item {
  float: left;
  box-sizing: border-box;
}

/*12グリッドに分割して制御*/
.lay_grid__item--1 {
  width: 8.333%;
}

.lay_grid__item--2 {
  width: 16.667%;
}

.lay_grid__item--3 {
  width: 25%;
}

.lay_grid__item--4 {
  width: 33.333%;
}

.lay_grid__item--5 {
  width: 41.666%;
}

.lay_grid__item--6 {
  width: 50%;
}

.lay_grid__item--7 {
  width: 58.333%;
}

.lay_grid__item--8 {
  width: 66.666%;
}

.lay_grid__item--9 {
  width: 75%;
}

.lay_grid__item--10 {
  width: 83.33%;
}

.lay_grid__item--11 {
  width: 91.66%;
}

.lay_grid__item--12 {
  width: 100%;
}

.has-gutter {
  /*lay_grid__itemに含めた余白（ガター）設定　*/
  padding: 0 32px 0 32px;
}

/*============================================================*/
.lay_header__body, .lay_nav__body, .lay_netbooking__body, .lay_cont__body, .lay_footer__body {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.lay_toLeft, .lay_header__Introduction, .lay_nav__body--left, .lay_netbooking__body--left, .lay_netbooking__body--center, .lay_netbooking__body--right, .cont--bookingStep__each__description__but > li {
  float: left;
}

.lay_toRight, .lay_header__openTable, .lay_nav__body--right {
  float: right;
}

.lay_topFixedItem {
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 100;
}

.lay_header {
  width: 100%;
}

.lay_header__body {
  padding: 15px 0;
}

.lay_nav {
  width: 100%;
}

.lay_nav__body {
  position: relative;
  padding: 12px 0 10px;
}

.lay_nav__body--left {
  margin-right: 25px;
}

.lay_nav__body--right {
  margin-left: 25px;
}

.lay_nav__body--center {
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -148px;
}

.lay_topImg {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 554px;
}

.lay_topImg__body {
  height: 554px;
}

.lay_netbooking {
  width: 100%;
  padding-bottom: 40px;
}

.lay_netbooking__body {
  width: 920px;
  padding: 10px 0 40px 45px;
}

.lay_netbooking__body--left {
  width: 540px;
}

.lay_netbooking__body--right {
  margin-left: -8px;
}

.lay_cont {
  position: relative;
  width: 100%;
}

.lay_cont__body {
  padding: 35px 0;
}

.lay_cont--news {
  z-index: 50;
}

.lay_cont--about {
  z-index: 40;
}

.lay_cont--access {
  z-index: 30;
}

.lay_cont--booking {
  z-index: 50;
}

.lay_cont--bookingStep {
  z-index: 40;
}

.lay_cont--bookingCauttion {
  z-index: 30;
  padding-bottom: 40px;
}

.lay_googlemap {
  width: 100%;
}

.lay_googlemap__body {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
  overflow: hidden;
}

.lay_googlemap__body > iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lay_footer {
  width: 100%;
}

.lay_footer__body {
  height: 250px;
}

.lay_footer__img {
  position: absolute;
  bottom: 40px;
  z-index: 100;
}

.lay_fooetr__address {
  position: relative;
  z-index: 200;
  text-align: center;
}

.lay_toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
}

/*====================【MODULE】========================================================================================================*/
.mod_sec {
  margin-top: 10px;
}

.mod_secM {
  margin-top: 5px;
}

.mod_secT {
  margin-top: 0;
}

/*-----------------BOX0-------------------------*/
.mod_spaceT0 {
  margin-top: 0 !important;
}

.mod_spaceB0 {
  margin-bottom: 0 !important;
}

.mod_spaceL0 {
  margin-left: 0 !important;
}

.mod_spaceR0 {
  margin-right: 0 !important;
}

.pddT0 {
  padding-top: 0 !important;
}

.pddB0 {
  padding-bottom: 0 !important;
}

.pddL0 {
  padding-left: 0 !important;
}

.pddR0 {
  padding-right: 0 !important;
}

/*----------------END BOX0------------------------*/
.mod_spaceT5 {
  margin-top: 5px !important;
}

.mod_spaceT3 {
  margin-top: 3px;
}

.mod_spaceT10 {
  margin-top: 10px !important;
}

.mod_spaceB10 {
  margin-bottom: 10px !important;
}

.mod_spaceL10 {
  margin-left: 10px !important;
}

.mod_spaceR10 {
  margin-right: 10px !important;
}

.mod_spaceR20 {
  margin-right: 20px !important;
}

.mod_spaceT15 {
  margin-top: 15px !important;
}

.mod_spaceB15 {
  margin-bottom: 15px !important;
}

.mod_spaceB5 {
  margin-bottom: 5px !important;
}

.mod_spaceB20 {
  margin-bottom: 20px !important;
}

.mod_spaceB25 {
  margin-bottom: 25px !important;
}

.mod_spaceL5 {
  margin-left: 5px !important;
}

.mod_spaceL15 {
  margin-left: 15px !important;
}

.mod_spaceL20 {
  margin-left: 20px !important;
}

.mod_spaceR15 {
  margin-right: 15px !important;
}

.mod_spaceT20 {
  margin-top: 20px !important;
}

.mod_spaceT25 {
  margin-top: 25px !important;
}

.mod_spaceT30 {
  margin-top: 30px !important;
}

.pdd5 {
  padding: 5px !important;
}

.pdd10 {
  padding: 10px !important;
}

.pdd15 {
  padding: 15px !important;
}

.pdd20 {
  padding: 20px !important;
}

.pddB10 {
  padding-bottom: 10px !important;
}

.pddB5 {
  padding-bottom: 5px !important;
}

.pddT5 {
  padding-top: 5px !important;
}

/*----------------------ALIGINE-----------------*/
.mod_goRight {
  text-align: right;
  margin-left: auto;
}

.mod_goLeft {
  text-align: left;
  margin-right: auto;
}

.mod_goCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mod_downOneRank {
  font-size: 12px;
  font-size: 0.75rem;
}

/*------------------sc-------------------*/
.mod_sc00 {
  padding-top: 0;
}

.mod_sc01 {
  padding-top: 5px;
}

.mod_sc02 {
  padding-top: 10px;
}

.mod_sc03 {
  padding-top: 15px;
}

.mod_sc04 {
  padding-top: 20px;
}

.mod_sc05 {
  padding-top: 25px;
}

.mod_sc06 {
  padding-top: 30px;
}

.mod_sc07 {
  padding-top: 35px;
}

.mod_sc08 {
  padding-top: 40px;
}

.mod_sc09 {
  padding-top: 45px;
}

.mod_sc10 {
  padding-top: 50px;
}

.mod_sc11 {
  padding-top: 55px;
}

.mod_sc12 {
  padding-top: 60px;
}

.mod_sc13 {
  padding-top: 65px;
}

.mod_sc14 {
  padding-top: 70px;
}

.mod_sc001 {
  margin-top: -5px;
}

.mod_sc002 {
  margin-top: -10px;
}

.mod_sc003 {
  margin-top: -15px;
}

.mod_sc004 {
  margin-top: -20px;
}

.mod_sc005 {
  margin-top: -25px;
}

.mod_sc006 {
  margin-top: -30px;
}

.mod_sc007 {
  margin-top: -35px;
}

.mod_sc008 {
  margin-top: -40px;
}

/*===============Button====================*/
.mod_but {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  margin: 0;
  padding: 1em 1em 0.8em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
.mod_but:hover {
  text-decoration: none;
}
.mod_but:visited {
  text-decoration: none;
}

.mod_but--round {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.mod_but--round--small {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.mod_but--round--primary {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fd8023;
  color: #fff;
  font-weight: bold;
}
.mod_but--round--primary:hover {
  color: white;
  background-color: #fd5d0f;
}
.mod_but--round--primary:visited {
  color: white;
}

.mod_but--round--secondary {
  font-size: 16px;
  font-size: 1rem;
  background-color: #0abda2;
  color: white;
  font-weight: bold;
}
.mod_but--round--secondary:hover {
  color: white;
  background-color: #08a67e;
}
.mod_but--round--secondary:visited {
  color: white;
}

.mod_but--round--widthFull {
  width: 100%;
}

.mod_but--multiLine {
  line-height: 1.3;
}

.mod_default_but_color {
  background-color: #a3e2cd;
}

/*===============LINK======================*/
.textLink:after {
  content: " >>";
  color: #00bea2;
}

/*-===============LIST====================*/
.mod_defaultList li, .mod_defaultList dd {
  list-style: disc;
  margin-left: 1.5em;
}

.mod_listFormat01 li {
  text-indent: -15px;
  margin-left: 15px;
}
.mod_listFormat01 li:before {
  content: "■";
  padding-right: 2px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #00bea2;
  position: relative;
  top: -0.1em;
}

/*===============Float clear===============*/
.mod_cf:before,
.mod_cf:after {
  content: "";
  display: table;
}

.mod_cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.mod_cf {
  zoom: 1;
}

/*==================AREA=======================*/
.mod_paperbackArea, .header, .top_img, .netbooking, .cont--about, .cont--bookingStep, .footer {
  background: transparent url("../images/paperback.png") repeat 0 0;
}

.mod_areaTransparentBox {
  padding: 15px;
  background-color: white;
  border: 1px solid #66b5b6;
  -webkit-box-shadow: white 1px 1px 0;
  -moz-box-shadow: white 1px 1px 0;
  box-shadow: white 1px 1px 0;
}

.mod_areaInnerWidget {
  padding-left: 50px;
}

.mod_areaCenterWidget {
  text-align: center;
}

/*=================TITLE=======================*/
.mod_cont--primary {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: bold;
}

.mod_cont--secondary {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

.mod_cont--tertiary {
  font-size: 22px;
  font-size: 1.375rem;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.8);
  color: #00bea2;
  line-height: 1.5;
  font-weight: bold;
}

.mod_cont--quaternary {
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.8);
  color: #257173;
  font-weight: bold;
}

.mod_cont--5oder {
  font-size: 16px;
  font-size: 1rem;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.8);
  color: #257173;
  font-weight: bold;
}

.mod_cont--6oder {
  font-size: 12px;
  font-size: 0.75rem;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.8);
  font-weight: normal;
  color: #a3e2cd;
  font-weight: bold;
}

.mod_graphicsTitle {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

/*================PARAGRAPH=====================*/
.mod_ss_para {
  font-size: 10px;
  font-size: 0.625rem;
}

.mod_notStandOut {
  font-size: 80%;
  font-weight: normal;
}

.mod_standOut {
  font-size: 120%;
}

.mod_caution {
  color: #fd8023;
}

/*=================media===========================*/
.mod_media:before, .mod_media:after {
  display: table;
  /*子要素でfloatを使うためClearfixする*/
  content: "";
  /*子要素でfloatを使うためClearfixする*/
}

.mod_media:after {
  clear: both;
  /*子要素でfloatを使うためClearfixする*/
}

.mod_media__img {
  float: left;
  margin-right: 15px;
}

.mod_media__img--rev {
  /*画像を右に配置*/
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

.mod_media__img > img {
  display: block;
}

.mod_media__body {
  overflow: hidden;
  /*画像下に、回り込み禁止*/
}

.mod_media--verticalMiddle {
  display: table;
}

.mod_media--verticalMiddle__img {
  display: table-cell;
}

.mod_media--verticalMiddle__img > img {
  display: block;
}

.mod_media--verticalMiddle__body {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

/*=================tableView=======================*/
.mod_tableView__line {
  display: table;
  width: 100%;
  padding: 0 !important;
}

.mod_tableView__line > dt, .mod_tableView__line > dd, .mod_tableView__line > li {
  display: table-cell;
  padding: 15px 15px;
  text-align: left;
  vertical-align: top;
}

.mod_tableView__line--compress > dt, .mod_tableView__line--compress > dd, .mod_tableView__line--compress > li {
  padding: 4px 4px;
}

.mod_tableView__head {
  width: 7em;
  white-space: nowrap;
}

.mod_tableView__head--wide {
  width: 12.5em;
}

/*=================listView========================*/
.mod_listView__body {
  margin-left: 1em;
}

.mod_listView__body__each {
  display: list-item;
  padding: 5px 0;
  text-align: left;
  list-style: disc;
}

/*=================BORDER==========================*/
/*================Img=================================*/
.mod_flexibleImg {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.mod_flexibleImg > img {
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
}

.mod_flexibleImg--90 {
  width: 90%;
}

.mod_flexibleImg--80 {
  width: 80%;
}

.mod_flexibleImg--70 {
  width: 70%;
}

.mod_flexibleImg--60 {
  width: 60%;
}

.mod_flexibleImg--50 {
  width: 50%;
}

/*====================【STATE】=========================================================================================================*/
#js_toTop {
  opacity: 0;
}

/*====================【THEME】=========================================================================================================*/
/*--------------Area---------------------------------*/
.header__Introduction__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

.header__Introduction__tel {
  display: block;
  width: 218px;
  height: 23px;
  background: url('../images/header-s318031cae9.png') no-repeat 0 -110px;
  background-size: 384px 133px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.header__openTable__body {
  display: block;
  width: 384px;
  height: 75px;
  background: url('../images/header-s318031cae9.png') no-repeat 0 0;
  background-size: 384px 133px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*-----------global navi--------------------------*/
.nav {
  background: transparent url("../images/dotback.png") repeat 0 0;
  border-bottom: 1px solid #fff;
}

.navi__item > a {
  display: block;
  background: url('../images/nav-sc8a9e1704c.png') no-repeat;
  background-size: 297px 1560px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
.navi__item > a.navi__item__about {
  background-position: 0 -220px;
  width: 113px;
  height: 100px;
}
.navi__item > a.navi__item__about:hover {
  background-position: 0 -370px;
}
.navi__item > a.navi__item__booking {
  background-position: 0 -1010px;
  width: 95px;
  height: 100px;
}
.navi__item > a.navi__item__booking:hover {
  background-position: 0 -1160px;
}
.navi__item > a.navi__item__access {
  background-position: 0 -1310px;
  width: 73px;
  height: 100px;
}
.navi__item > a.navi__item__access:hover {
  background-position: 0 -1460px;
}
.navi__item > a.navi__item__netBooking {
  background-position: 0 -520px;
  width: 134px;
  height: 100px;
}
.navi__item > a.navi__item__netBooking:hover {
  background-position: 0 -670px;
}
.navi__item > a.navi__item__home {
  background-position: 0 0;
  width: 297px;
  height: 170px;
}

/*-----------------------Top img -------------------------------------*/
.topImg__body {
  background: transparent url("../images/top_img.jpg") no-repeat center top;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .topImg__body {
    background: transparent url("../images/top_img@2X.jpg") no-repeat center top;
    background-size: 1760px 554px;
  }
}

/*----------------------- Other ---------------------------------------*/
.netbooking {
  position: relative;
  z-index: 60;
}

.netbooking__body {
  background: transparent url("../images/netbooking_back.png") no-repeat center bottom;
  background-size: 957px 51px;
}

.netbooking--entry li {
  margin-bottom: 10px;
}

.cont--news {
  position: relative;
  z-index: 50;
  background-color: white;
}

.cont--news__body--title {
  display: block;
  width: 367px;
  height: 62px;
  background: url('../images/cont_title-s137771aeb9.png') no-repeat 0 -79px;
  background-size: 517px 265px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.news__item {
  display: -moz-inline-stack;
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  box-sizing: border-box;
  padding: 5px 0;
  vertical-align: top;
}

.news__item:not(:last-child){
  margin-bottom: 30px;
  border-bottom: thin solid rgba(204, 204, 204, .8);
}
.news__item:nth-child(odd) {
  padding-right: 25px;
}
.news__item:nth-child(even) {
  /* padding-left: 25px; */
}

.news__item > dd{
  margin-left: 2em;
}

.news__item__day {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.3em 1em 0.1em;
  background-color: #cae8d9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #257173;
  font-size: 12px;
  font-size: 0.75rem;
}

.news__item__elm {
  padding: 10px 0;
}

.entryTime {
  font-size: 16px;
  font-size: 1rem;
}

.cont--about__body--title {
  display: block;
  width: 517px;
  height: 74px;
  background: url('../images/cont_title-s137771aeb9.png') no-repeat 0 0;
  background-size: 517px 265px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cont__about__teacher {
  text-align: center;
}

.personal {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

.condition {
  display: inline-block;
  margin-right: 0.2em;
  padding: 3px 7px 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.3;
  background-color: #dedebb;
}

.personal__name {
  font-size: 22px;
  font-size: 1.375rem;
}

.practice {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

.tableView--history dt {
  width: 8em;
}

.location__each {
  text-align: center;
}
.location__each > img {
  display: block;
  width: 100%;
}

.location__each__discription {
  text-align: left;
}

.cont--access .mod_media > div img {
  display: block;
  width: 648px;
  height: auto;
}
.cont--access .mod_media__body > h4 {
  text-indent: -0.5em;
}

.cont--access__body--title {
  display: block;
  width: 346px;
  height: 58px;
  background: url('../images/cont_title-s137771aeb9.png') no-repeat 0 -146px;
  background-size: 517px 265px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cont--booking {
  background-color: white;
}

.cont--booking__body--title {
  display: block;
  width: 277px;
  height: 56px;
  background: url('../images/cont_title-s137771aeb9.png') no-repeat 0 -209px;
  background-size: 517px 265px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.iTicketPre--img > img {
  width: 391px;
  height: auto;
}

.cont--bookingStep {
  font-size: 16px;
  font-size: 1rem;
}

.cont--bookingStep__each__img > img {
  width: 374px;
}

.cont--bookingStep__each__description {
  padding-left: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.cont--bookingStep__each__description--step01 {
  background-image: url("../images/bur_no1.png");
}

.cont--bookingStep__each__description--step02 {
  background-image: url("../images/bur_no2.png");
}

.cont--bookingStep__each__description--step03 {
  background-image: url("../images/bur_no3.png");
}

.cont--bookingStep__each__description__but > li {
  margin-right: 15px;
}

.cont--bookingCauttion {
  font-size: 16px;
  font-size: 1rem;
}

.footer address {
  padding: 15px 0;
  color: #FFF;
  background-color: #0abda2;
}

.footer__body__img {
  display: block;
  width: 817px;
  height: 300px;
  background: transparent url("../images/footer_img.png") no-repeat 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .footer__body__img {
    background: transparent url("../images/footer_img@2X.png") no-repeat center top;
    background-size: 817px 300px;
  }
}

.toTop {
  display: block;
  width: 82px;
  height: 85px;
}

.toTop__img {
  width: 100%;
  height: 100%;
}
