@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import url(reset.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");
a {
  color: #20314D;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:link, a:visited {
  color: #20314D;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover, a:focus, a:active {
  color: #2765D8;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.link_white {
  color: #ffffff;
  text-decoration: none;
}

a.link_white:link, a.link_white:visited {
  color: #ffffff;
  text-decoration: none;
}

a.link_white:hover, a.link_white:focus, a.link_white:active {
  outline: none;
  color: #AABBCC;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
  background-image: url("../img/illust_coffee01.png"), url("../img/illust_coffee02.png"), url("../img/bg_wallpaper_db.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: calc(50% - 840px) 680px, calc(50% + 860px) 490px, 50% 0%;
  background-size: auto, auto, auto;
}

body.page_2nd {
  background-position: calc(50% - 790px) 310px, calc(50% + 810px) 170px, 50% 0%;
  background-size: 100px, 150px, auto;
}

body.page_2nd .top_only {
  display: none;
}

body.page_2nd .top_only * {
  display: none;
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header {
  width: 100%;
}

header #sp_menu, header button {
  display: none;
}

header .header_inner {
  margin: 0 auto;
  text-align: center;
  width: 1348px;
  position: relative;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

header .header_inner .header_top {
  text-align: right;
  margin: 10px 20px 10px 0px;
}

header .header_inner .header_left {
  float: left;
  width: 310px;
  text-align: left;
  margin-top: 44px;
}

header .header_inner #site_name {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  background: url("../img/logo_rblcafe_wh.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 103px;
  margin-top: 0px;
  margin-left: 20px;
}

header .header_inner .shop_outline {
  margin-top: 4px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 180%;
}

header .header_inner .shop_outline .shop_name {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 180%;
}

header .header_inner .shop_outline a {
  color: #ffffff;
}

header .header_inner .shop_open {
  margin-top: 8px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 180%;
}

header .header_inner .shop_open .shop_open_week {
  display: inline-block;
  padding: 1px 0 0 1px;
  line-height: 130%;
  font-weight: 800;
  text-align: center;
  color: #1F314C;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F0F4F4;
}

header .header_inner .shop_open .shop_open_week:last-child {
  margin-right: 10px;
}

header .header_inner .shop_open a.link_closed {
  color: #fff;
}

header .header_inner .shop_service {
  border-top: solid 1px rgba(240, 240, 240, 0.3);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
}

header .header_inner .shop_service .block_shop_service {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 100%;
  width: 50%;
  margin: 0 0 10px 0;
}

header .header_inner .shop_service .block_shop_service .icon_service {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_service.svg");
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 96px;
  margin-top: -2px;
  margin-right: 8px;
  overflow: hidden;
}

header .header_inner .shop_service .block_shop_service .icon_service#icon_wifi {
  background-position: 0px;
}

header .header_inner .shop_service .block_shop_service .icon_service#icon_no-smoking {
  background-position: -24px;
}

header .header_inner .shop_service .block_shop_service .icon_service#icon_ac {
  background-position: -48px;
}

header .header_inner .shop_service .block_shop_service .icon_service#icon_card {
  background-position: -72px;
}

header .header_inner .shop_now {
  margin-top: 56px;
}

.en header .header_inner .shop_now {
  margin-top: 36px;
}

header .header_inner .shop_now .txt_shop_now {
  margin-left: 20px;
  width: 90%;
  width: calc(100% - 40px);
  font-size: 12px;
  line-height: 100%;
}

header .header_inner .shop_now .shop_sign_board_outer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  margin-top: 12px;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_sign_board {
  margin-left: 12px;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time {
  width: 130px;
  margin-left: 8px;
  padding: 0;
  min-height: 66px;
  background-color: #F0F4F4;
  color: #000;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time .lbl_shop_today_open_time {
  font-size: 11px;
  line-height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  border-bottom: solid 1px #ccc;
  display: block;
  text-align: center;
  margin: 6px 4px 6px 4px;
  padding: 0 0 4px 0;
}

.en .lbl_shop_today_open_time {
  letter-spacing: 0;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time .txt_shop_today_open_time {
  font-size: 20px;
  line-height: 100%;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  color: #20314D;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time .txt_shop_today_open_time .txt_time_irregular {
  color: #B20000;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time .txt_shop_today_open_time .txt_time_not {
  font-size: 16px;
  line-height: 100%;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time .notice_shop_today_open_time {
  font-size: 10px;
  line-height: 100%;
  display: block;
  text-align: center;
  margin: 6px 0px 0;
  padding: 4px 4px 4px;
  color: #ffffff;
  background-color: #B20000;
}

header .header_inner .shop_now .shop_sign_board_outer .shop_today_open_time.notice_on .txt_shop_today_open_time {
  margin-top: 0;
}

header .header_inner .header_right {
  float: right;
  width: 1000px;
  margin-top: 12px;
}

header .header_inner .box_sns_lang {
  text-align: right;
  margin: 0px 0px 0px 0px;
}

header .header_inner .box_sns_lang .box_sns {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  margin-right: 12px;
  margin-top: 1px;
}

header .header_inner .box_sns_lang .box_sns .lbl_sns {
  display: inline-block;
  margin-right: 12px;
  margin-top: 3px;
  float: left;
  color: #bbb;
}

header .header_inner .box_sns_lang .box_sns a {
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  margin: 0px 8px 0 0px;
}

header .header_inner .box_sns_lang .box_language {
  float: right;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 20px;
}

header .header_inner .box_sns_lang .box_language a
, header .header_inner .box_sns_lang .box_language .language_active {
  padding: 4px 4px;
  background-color: #F0F4F4;
  color: #20314D;
  width: 54px;
  text-align: center;
  display: inline-block;
  position: relative;
}

header .header_inner .box_sns_lang .box_language a {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

header .header_inner .box_sns_lang .box_language a:after {
  position: absolute;
  top: 3.5px;
  right: 4px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #aaa;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header_inner .box_sns_lang .box_language a:hover, header .header_inner .box_sns_lang .box_language a:focus, header .header_inner .box_sns_lang .box_language a:active {
  background-color: #AABBCC;
}

header .header_inner .box_sns_lang .box_language a:hover:after, header .header_inner .box_sns_lang .box_language a:focus:after, header .header_inner .box_sns_lang .box_language a:active:after {
  color: #20314D;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

header .header_inner .box_sns_lang .box_language .language_active {
  background-color: #222222;
  color: #ffffff;
}

header .header_inner #main_image {
  position: relative;
  margin-top: 12px;
}

header .header_inner #main_image #main_copy_en {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 9999;
  width: 385px;
  margin-top: -36px;
}

header .header_inner #main_image #main_copy_jp {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 9999;
  width: 385px;
  margin-top: 24px;
}

header .header_inner #main_image #slide_noise {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9990;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.page_2nd header .header_left {
  width: 60%;
  margin-top: 30px;
}

.page_2nd header .header_left #site_name {
  display: block;
  float: left;
  margin-left: 50px;
}

.page_2nd header .header_left .shop_outline_open {
  display: block;
  float: left;
}

.page_2nd header .header_left .shop_outline_open .shop_outline {
  display: block;
  float: left;
  margin-top: 0;
}

.page_2nd header .header_left .shop_outline_open .shop_open {
  clear: both;
  display: block;
  float: left;
  margin-top: 4px;
}

.page_2nd header .header_left .shop_outline_open .shop_service {
  clear: both;
  display: block;
  float: left;
  margin-top: 16px;
  padding-top: 16px;
}

.page_2nd header .header_left .shop_outline_open .shop_service .block_shop_service {
  width: auto;
  margin-right: 20px;
}

.page_2nd header .header_right {
  width: 40%;
  text-align: right;
  margin: 10px 0px 0px 0px;
}

.page_2nd header .header_right .box_sns_lang .box_language {
  margin-right: 20px;
}

.page_2nd header .header_right .shop_now {
  width: 310px;
  float: right;
  clear: both;
  margin-top: 12px;
}

/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
nav {
  width: 100%;
  margin-top: 60px;
}

nav .nav_inner {
  margin: 0 auto;
  text-align: center;
  width: 1348px;
  position: relative;
}

nav .main_menu_outer {
  float: left;
}

nav .main_menu_outer.wood_bottom:after {
  display: none;
}

nav ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

nav ul:before, nav ul:after {
  content: " ";
  display: block;
  height: 100px;
  width: 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4)), url("../img/bg_wood_v.png");
  background-repeat: repeat, repeat;
  background-position: 0% 0%, 0% -3%;
  background-size: auto, 240px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

nav ul:before {
  margin-right: 20px;
}

nav ul:after {
  margin-left: 20px;
}

nav ul li {
  width: auto;
  float: left;
}

nav ul li a, nav ul li a:link, nav ul li a:visited {
  display: block;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #F0F4F4;
  overflow: hidden;
  width: 136px;
  height: 160px;
  margin: 0 10px;
}

nav ul li a:hover, nav ul li a:focus, nav ul li a:active, nav ul li a.current, nav ul li a:link:hover, nav ul li a:link:focus, nav ul li a:link:active, nav ul li a:link.current, nav ul li a:visited:hover, nav ul li a:visited:focus, nav ul li a:visited:active, nav ul li a:visited.current {
  transform: translateY(-16px);
  transition: 0.2s ease;
}

nav ul li a .a_inner, nav ul li a:link .a_inner, nav ul li a:visited .a_inner {
  display: block;
  position: inherit;
  z-index: 2;
  width: 100%;
  height: 160px;
  padding: 24px 4px 8px 4px;
  font-size: 18px;
  color: #20314D;
  background: url("../img/logo_rblcafe_db.svg") no-repeat 54% 82%;
  background-size: 48px;
}

nav ul li a .a_inner .menu_en, nav ul li a:link .a_inner .menu_en, nav ul li a:visited .a_inner .menu_en {
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

nav ul li a .a_inner .menu_en#menu_en_rental_space, nav ul li a:link .a_inner .menu_en#menu_en_rental_space, nav ul li a:visited .a_inner .menu_en#menu_en_rental_space {
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}

nav ul li a .a_inner .menu_jp, nav ul li a:link .a_inner .menu_jp, nav ul li a:visited .a_inner .menu_jp {
  display: block;
  font-size: 11px;
  line-height: 120%;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0;
  margin-top: 8px;
}

nav ul li a .eff-1, nav ul li a:link .eff-1, nav ul li a:visited .eff-1 {
  width: 300px;
  height: 300px;
  top: 300px;
  left: 0px;
  background: #ffffff;
  position: absolute;
  transition: ease .3s;
  z-index: 1;
  transform: rotate(-30deg);
}

nav ul li a:hover .eff-1, nav ul li a:focus .eff-1, nav ul li a:active .eff-1, nav ul li a.current .eff-1, nav ul li a:link:hover .eff-1, nav ul li a:link:focus .eff-1, nav ul li a:link:active .eff-1, nav ul li a:link.current .eff-1, nav ul li a:visited:hover .eff-1, nav ul li a:visited:focus .eff-1, nav ul li a:visited:active .eff-1, nav ul li a:visited.current .eff-1 {
  top: 70px;
}

nav .menu_sub_outer {
  float: left;
  margin-top: -30px;
  margin-left: 20px;
}

nav .menu_sub_outer .menu_sub {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

nav .menu_sub_outer .menu_sub a.link_menu_sub {
  display: block;
  width: 120px;
  height: 100px;
  margin: 0 10px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  background-color: #F0F4F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

nav .menu_sub_outer .menu_sub a.link_menu_sub:hover, nav .menu_sub_outer .menu_sub a.link_menu_sub:focus, nav .menu_sub_outer .menu_sub a.link_menu_sub:active, nav .menu_sub_outer .menu_sub a.link_menu_sub.current {
  transform: translateY(-16px);
  transition: 0.2s ease;
}

nav .menu_sub_outer .menu_sub a.link_menu_sub .a_inner {
  display: block;
  position: inherit;
  z-index: 2;
  width: 100%;
  height: 100px;
  padding: 32px 4px 8px 4px;
  font-size: 18px;
  color: #20314D;
}

nav .menu_sub_outer .menu_sub a.link_menu_sub .a_inner .menu_en {
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

nav .menu_sub_outer .menu_sub a.link_menu_sub .a_inner .menu_jp {
  display: block;
  font-size: 11px;
  line-height: 120%;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0;
  margin-top: 8px;
}

nav .menu_sub_outer .menu_sub a.link_menu_sub .eff-1 {
  width: 300px;
  height: 300px;
  top: 160px;
  left: 0px;
  background: #ffffff;
  position: absolute;
  transition: ease .3s;
  z-index: 1;
  transform: rotate(-30deg);
}

nav .menu_sub_outer .menu_sub a.link_menu_sub:hover .eff-1, nav .menu_sub_outer .menu_sub a.link_menu_sub:focus .eff-1, nav .menu_sub_outer .menu_sub a.link_menu_sub:active .eff-1, nav .menu_sub_outer .menu_sub a.link_menu_sub.current .eff-1 {
  top: 30px;
}

nav .menu_sub_outer .menu_sub a.menu_100mon_quiz {
  display: block;
  padding: 10px 8px 20px 8px;
  width: 140px;
  height: 190px;
  margin: 0 10px;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #F0F0F0;
  background: url("../img/bg_100mon_quiz.svg") no-repeat 0% 0%;
  background-size: 140px;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
  text-align: center;
}

nav .menu_sub_outer .menu_sub a.menu_100mon_quiz:hover, nav .menu_sub_outer .menu_sub a.menu_100mon_quiz:focus, nav .menu_sub_outer .menu_sub a.menu_100mon_quiz:active, nav .menu_sub_outer .menu_sub a.menu_100mon_quiz.current {
  transform: translateY(-16px);
  transition: 0.2s ease;
}

nav .menu_sub_outer .menu_sub a.menu_100mon_quiz .logo_100mon_quiz_wh {
  width: 70px;
  margin: 0 auto;
}

nav .menu_sub_outer .menu_sub a.menu_100mon_quiz .lbl_100mon_quiz {
  border-top: solid 1px #555555;
  border-bottom: solid 1px #555555;
  padding: 4px 0 3px;
  display: block;
  color: #F0F0F0;
  margin: 8px 0;
}

nav .menu_sub_outer .menu_sub a.menu_100mon_quiz .txt_100mon_quiz {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 140px;
  color: #F0F0F0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0;
}

/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#contener #contents {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 100px 0;
  width: 1348px;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 160%;
}

#contener #contents .page_main_image {
  clear: both;
}

#contener #contents .page_main_image .box_black_boad_s {
  position: relative;
  height: 500px;
}

#contener #contents .page_main_image .box_black_boad_s img {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

#contener #contents .page_main_image .box_black_boad_s p {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  color: #ffffff;
  padding: 8px 16px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

#contener #contents .page_content_outer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: left;
  align-items: left;
  flex-wrap: wrap;
}

#contener #contents .page_content_outer #main {
  width: 750px;
  text-align: left;
  font-size: 14px;
  line-height: 200%;
}

#contener #contents .page_content_outer #main h1, #contener #contents .page_content_outer #main h2, #contener #contents .page_content_outer #main h3, #contener #contents .page_content_outer #main h4, #contener #contents .page_content_outer #main h5, #contener #contents .page_content_outer #main h6 {
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 140%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

#contener #contents .page_content_outer #main h1 {
  font-size: 28px;
}

#contener #contents .page_content_outer #main h1.page_title {
  line-height: 120%;
  color: #ffffff;
  padding: 10px 20px 8px;
  background-color: #20314D;
  margin-top: 0px;
  margin-bottom: 30px;
}

#contener #contents .page_content_outer #main h1.entry-title {
  line-height: 120%;
  color: #20314D;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: solid 1px #cccccc;
}

#contener #contents .page_content_outer #main .entry-meta {
  text-align: right;
  margin-top: 0px;
}

#contener #contents .page_content_outer #main h2 {
  font-size: 24px;
  color: #ffffff;
  padding: 10px 20px 8px;
  background-color: #20314D;
  margin-top: 80px;
}

#contener #contents .page_content_outer #main h2:first-child {
  margin-top: 0;
}

#contener #contents .page_content_outer #main h2 + h3 {
  margin-top: 20px;
}

#contener #contents .page_content_outer #main h2.lbl_event {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  color: #20314D;
  padding: 0;
}

#contener #contents .page_content_outer #main h3 {
  font-size: 20px;
  border-bottom: dotted 1px #20314D;
  padding: 0 4px 4px 4px;
}

#contener #contents .page_content_outer #main h3 + h4 {
  margin-top: 20px;
}

#contener #contents .page_content_outer #main h4 {
  font-size: 18px;
  background-color: #ffffff;
  border-left: solid 8px #20314D;
  padding: 5px 4px 2px 12px;
}

#contener #contents .page_content_outer #main h4 + h5 {
  margin-top: 20px;
}

#contener #contents .page_content_outer #main h5 {
  font-size: 16px;
  border-bottom: solid 1px #AABBCC;
  padding: 0 4px 4px 4px;
}

#contener #contents .page_content_outer #main h5 + h6 {
  margin-top: 20px;
}

#contener #contents .page_content_outer #main h6 {
  font-size: 14px;
}

#contener #contents .page_content_outer #main p {
  margin-top: 20px;
  line-height: 220%;
  font-size: 14px;
}

#contener #contents .page_content_outer #main table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  border-spacing: unset;
}

#contener #contents .page_content_outer #main table.tbl_event {
  margin-top: 24px;
}

#contener #contents .page_content_outer #main table.tbl_price_week {
  width: 56%;
  float: left;
}

#contener #contents .page_content_outer #main table.tbl_price_week tbody th {
  background-color: #ffffff;
}

#contener #contents .page_content_outer #main table.tbl_price_week td {
  text-align: center;
}

#contener #contents .page_content_outer #main table.tbl_price_weekend {
  width: 40%;
  float: right;
}

#contener #contents .page_content_outer #main table.tbl_price_weekend tbody th {
  background-color: #ffffff;
}

#contener #contents .page_content_outer #main table.tbl_price_weekend td {
  text-align: center;
}

#contener #contents .page_content_outer #main table.tbl_cancel {
  table-layout: fixed;
}

#contener #contents .page_content_outer #main table th {
  font-size: 14px;
  line-height: 180%;
  padding: 12px 20px;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  background-color: #E2E9E9;
  width: auto;
}

#contener #contents .page_content_outer #main table td {
  font-size: 14px;
  line-height: 180%;
  padding: 12px 20px;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  background-color: #ffffff;
}

#contener #contents .page_content_outer #main ul {
  list-style: disc;
  margin: 4px 0em 4px 2em;
}

#contener #contents .page_content_outer #main ul li {
  margin: 0 0 8px 0;
}

#contener #contents .page_content_outer #main a {
  color: #1a0dab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#contener #contents .page_content_outer #main a:link, #contener #contents .page_content_outer #main a:visited {
  color: #660099;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#contener #contents .page_content_outer #main a:hover, #contener #contents .page_content_outer #main a:focus, #contener #contents .page_content_outer #main a:active {
  color: #2765D8;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#contener #contents .page_content_outer #main .box_white_boad {
  margin: 0;
  padding: 40px 40px 60px 40px;
}

#contener #contents .page_content_outer #main #main_inner {
  margin-bottom: 0px;
  min-height: 700px;
}

#contener #contents .page_content_outer #main .box_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

#contener #contents .page_content_outer #main .box_layout .block_layout {
  width: 32%;
  height: auto;
}

#contener #contents .page_content_outer #main .box_layout img {
  width: 100%;
}

#contener #contents .page_content_outer #main .box_flow .block_flow {
  display: flex;
  margin-bottom: 10px;
}

#contener #contents .page_content_outer #main .box_flow .block_flow .flow_step {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  padding-top: 38px;
  color: #ffffff;
  font-size: 18px;
  line-height: 140%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  background-color: #AEA56A;
  position: relative;
}

#contener #contents .page_content_outer #main .box_flow .block_flow .flow_step::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/icon_arrow_ow.svg") no-repeat 0% 0%;
  background-size: 100px;
  background-position: -75px 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -12px;
}

#contener #contents .page_content_outer #main .box_flow .block_flow:last-child .flow_step::after {
  display: none;
}

#contener #contents .page_content_outer #main .box_flow .block_flow .flow_text {
  width: 80%;
  width: calc(100% - 120px);
  margin-left: 20px;
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}

#contener #contents .page_content_outer #main .box_flow .block_flow .flow_text .flow_text_inner {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

#contener #contents .page_content_outer #main .box_flow .block_flow .flow_text p {
  margin-top: 0;
}

#contener #contents .page_content_outer #main .contact_form dl dt {
  width: 100%;
}

#contener #contents .page_content_outer #main .contact_form dl dd {
  width: 100%;
  margin-bottom: 20px;
}

#contener #contents .page_content_outer #main .contact_form .flex_name {
  display: flex;
  align-items: center;
}

#contener #contents .page_content_outer #main .contact_form .ipt_size_name {
  width: 100%;
}

#contener #contents .page_content_outer #main .contact_form .flex_tel {
  display: flex;
  align-items: center;
}

#contener #contents .page_content_outer #main .contact_form .ipt_size_tel {
  width: 100%;
}

#contener #contents .page_content_outer #main .contact_form .box_agree {
  text-align: center;
  margin: 20px 0 0 0;
}

#contener #contents .page_content_outer #main .contact_form .box_submit {
  text-align: center;
  margin: 20px 0 0 0;
}

#contener #contents .page_content_outer #main .rule h4 {
  background-color: transparent;
  border: none;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 4px;
  line-height: 160%;
  padding: 0px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}

#contener #contents .page_content_outer #main .rule h4 + h5 {
  margin-top: 4px;
}

#contener #contents .page_content_outer #main .rule h5 {
  background-color: transparent;
  border: none;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 4px;
  line-height: 160%;
  padding: 0px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}

#contener #contents .page_content_outer #main .rule p {
  margin: 0 0 4px 0;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0;
}

#contener #contents .page_content_outer #main .rule .rule_cancel {
  margin-left: 0.1em;
}

#contener #contents .page_content_outer #main .rule ul {
  font-size: 12px;
  line-height: 160%;
}

#contener #contents .page_content_outer #main .rule ul li {
  margin: 0 0 4px 0;
  letter-spacing: 0;
}

#contener #contents .page_content_outer #main .rental_space_contact .contact_logo_rblcafe {
  width: 120px;
  float: left;
}

#contener #contents .page_content_outer #main .rental_space_contact p {
  float: right;
  width: 80%;
  width: calc(100% - 140px);
  margin-top: 0;
}

#contener #contents .page_content_outer #main .rental_space_contact .txt_sub {
  letter-spacing: 0;
}

#contener #contents .page_content_outer #main ul.list_post {
  list-style-type: none;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  margin: 0;
}

#contener #contents .page_content_outer #main ul.list_post li {
  border-top: solid 1px #cccccc;
  padding: 0;
  margin: 0;
}

#contener #contents .page_content_outer #main ul.list_post li .post {
  margin: 0;
}

#contener #contents .page_content_outer #main ul.list_post li a {
  padding: 28px 4px;
  display: block;
  position: relative;
}

#contener #contents .page_content_outer #main ul.list_post li a:hover, #contener #contents .page_content_outer #main ul.list_post li a:focus, #contener #contents .page_content_outer #main ul.list_post li a:active {
  background-color: #ffffff;
}

#contener #contents .page_content_outer #main ul.list_post .post_pic {
  float: left;
  width: 200px;
  text-align: center;
}

#contener #contents .page_content_outer #main ul.list_post .post_pic img {
  display: inline-block;
}

#contener #contents .page_content_outer #main ul.list_post .post_body {
  float: right;
  width: 440px;
  width: calc(100% - 220px);
}

#contener #contents .page_content_outer #main ul.list_post .post_meta {
  display: block;
}

#contener #contents .page_content_outer #main ul.list_post .post_meta .txt_post_date {
  font-size: 14px;
  line-height: 140%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  color: #20314D;
}

#contener #contents .page_content_outer #main ul.list_post .post_meta .lbl_event_date {
  background-color: #20314D;
  color: #F0F4F4;
  font-size: 12px;
  line-height: 100%;
  display: inline-block;
  padding: 4px 12px 4px 16px;
  vertical-align: middle;
  margin-top: -4px;
}

#contener #contents .page_content_outer #main ul.list_post .post_meta .txt_event_status {
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 0 20px;
  color: #ffffff;
  display: inline-block;
  padding: 1px 4px 0 6px;
}

#contener #contents .page_content_outer #main ul.list_post .post_meta .txt_event_status.txt_event_status_entry_wanted {
  background-color: #B20000;
}

#contener #contents .page_content_outer #main ul.list_post .post_meta .txt_event_status.txt_event_status_entry_end {
  background-color: #166492;
}

#contener #contents .page_content_outer #main ul.list_post .post_meta .txt_event_status.txt_event_status_end {
  background-color: #666666;
}

#contener #contents .page_content_outer #main ul.list_post .txt_post_title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 8px 0 8px;
  padding: 0;
  color: #20314D;
  background-color: transparent;
  border: none;
}

#contener #contents .page_content_outer #main ul.list_post .txt_post_body {
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 4px 0;
  color: #222222;
}

#contener #contents .page_content_outer #main ul.list_post .txt_post_body p {
  margin: 0;
  font-size: 13px;
  line-height: 200%;
}

#contener #contents .page_content_outer #main .wp-pagenavi {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #20314D;
}

#contener #contents .page_content_outer #main .wp-pagenavi a
, #contener #contents .page_content_outer #main .wp-pagenavi span {
  border: 1px solid #20314D;
  color: #20314D;
  padding: 8px 16px;
}

#contener #contents .page_content_outer #main .wp-pagenavi a:hover
, #contener #contents .page_content_outer #main .wp-pagenavi a:focus
, #contener #contents .page_content_outer #main .wp-pagenavi a:active
, #contener #contents .page_content_outer #main .wp-pagenavi span.current {
  border-color: #20314D;
  background-color: #20314D;
  color: #ffffff;
}

#contener #contents .page_content_outer #main section.event_link {
  margin-top: 80px;
}

#contener #contents .page_content_outer #main section.event_link h2 {
  background-color: transparent;
  color: #20314D;
  padding: 0;
  font-size: 20px;
  margin-bottom: 4px;
}

#contener #contents .page_content_outer #main .entry-header .lbl_event_date {
  background-color: #20314D;
  color: #F0F4F4;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  padding: 4px 12px 4px 16px;
  vertical-align: middle;
}

#contener #contents .page_content_outer #main .entry-header .txt_event_date {
  color: #20314D;
  font-size: 20px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
}

#contener #contents .page_content_outer #main .entry-header .txt_event_status {
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 0 20px;
  color: #ffffff;
  display: inline-block;
  padding: 1px 4px 0 6px;
}

#contener #contents .page_content_outer #main .entry-header .txt_event_status.txt_event_status_entry_wanted {
  background-color: #B20000;
}

#contener #contents .page_content_outer #main .entry-header .txt_event_status.txt_event_status_entry_end {
  background-color: #166492;
}

#contener #contents .page_content_outer #main .entry-header .txt_event_status.txt_event_status_end {
  background-color: #666666;
}

#contener #contents .page_content_outer #main .entry-header h1.entry-title {
  font-size: 28px;
  line-height: 120%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  margin: 12px 0;
}

#contener #contents .page_content_outer #main .post-thumbnail {
  margin-top: 10px;
}

#contener #contents .page_content_outer #sub {
  width: 200px;
  text-align: left;
  margin-top: -60px;
  margin-left: 34px;
  margin-right: 10px;
  padding-top: 60px;
  padding-bottom: 30px;
  border-left: solid 1px rgba(240, 240, 240, 0.3);
  border-right: solid 1px rgba(240, 240, 240, 0.3);
  letter-spacing: 0;
}

#contener #contents .page_content_outer #sub h1, #contener #contents .page_content_outer #sub h2, #contener #contents .page_content_outer #sub h3, #contener #contents .page_content_outer #sub h4, #contener #contents .page_content_outer #sub h5, #contener #contents .page_content_outer #sub h6 {
  margin-top: 0px;
}

#contener #contents .page_content_outer #sub #sub_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

#contener #contents .page_content_outer #sub a {
  color: #20314D;
}

#contener #contents .page_content_outer #sub a:hover, #contener #contents .page_content_outer #sub a:focus, #contener #contents .page_content_outer #sub a:active {
  color: #2151A0;
}

#contener #contents .page_content_outer #sub a.link_page_jump {
  background-color: #F0F4F4;
  color: #20314D;
  display: block;
  margin: 0px -10px 10px -10px;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

#contener #contents .page_content_outer #sub a.link_page_jump span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 24px 10px;
}

#contener #contents .page_content_outer #sub a.link_page_jump:before, #contener #contents .page_content_outer #sub a.link_page_jump:after, #contener #contents .page_content_outer #sub a.link_page_jump span:before
, #contener #contents .page_content_outer #sub a.link_page_jump span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2px;
  background-color: #20314D;
  position: absolute;
  left: 9px;
}

#contener #contents .page_content_outer #sub a.link_page_jump:before {
  top: 2px;
}

#contener #contents .page_content_outer #sub a.link_page_jump:after {
  bottom: 2px;
}

#contener #contents .page_content_outer #sub a.link_page_jump span:before {
  top: 2px;
  right: 9px;
  left: auto;
}

#contener #contents .page_content_outer #sub a.link_page_jump span:after {
  bottom: 2px;
  right: 9px;
  left: auto;
}

#contener #contents .page_content_outer #sub .widget {
  background-color: #F0F4F4;
  color: #20314D;
  display: block;
  margin: 0px -10px 20px -10px;
  text-align: left;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 140%;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

#contener #contents .page_content_outer #sub .widget > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 12px 12px;
}

#contener #contents .page_content_outer #sub .widget:before, #contener #contents .page_content_outer #sub .widget:after, #contener #contents .page_content_outer #sub .widget > span:before
, #contener #contents .page_content_outer #sub .widget > span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2px;
  background-color: #20314D;
  position: absolute;
  left: 9px;
}

#contener #contents .page_content_outer #sub .widget:before {
  top: 2px;
}

#contener #contents .page_content_outer #sub .widget:after {
  bottom: 2px;
}

#contener #contents .page_content_outer #sub .widget > span:before {
  top: 2px;
  right: 9px;
  left: auto;
}

#contener #contents .page_content_outer #sub .widget > span:after {
  bottom: 2px;
  right: 9px;
  left: auto;
}

#contener #contents .page_content_outer #sub .widget h3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 4px;
  border-bottom: solid 1px #cccccc;
  letter-spacing: 0.2em;
}

#contener #contents .page_content_outer #sub .widget ol, #contener #contents .page_content_outer #sub .widget ul {
  list-style-type: disc;
  margin: 0 0 0 16px;
}

#contener #contents .page_content_outer #sub .widget ol li, #contener #contents .page_content_outer #sub .widget ul li {
  margin-bottom: 8px;
}

#contener #contents .page_content_outer #sub .widget ul.list_event {
  list-style-type: none;
  margin: -10px 0 0 0;
}

#contener #contents .page_content_outer #sub .widget ul.list_event li {
  margin-bottom: 0px;
}

#contener #contents .page_content_outer #sub .widget ul.list_event li a {
  border-bottom: solid 1px #cccccc;
  display: block;
  padding: 10px 0;
}

#contener #contents .page_content_outer #sub .widget ul.list_event li .event_meta {
  margin-bottom: 4px;
}

#contener #contents .page_content_outer #sub .widget ul.list_event li .event_meta .lbl_event_date {
  background-color: #20314D;
  color: #F0F4F4;
  font-size: 11px;
  line-height: 100%;
  padding: 1px 4px;
}

#contener #contents .page_content_outer #sub .widget ul.list_event li .event_meta .txt_event_date {
  color: #20314D;
  font-size: 14px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 0 4px;
}

#contener #contents .page_content_outer #sub p {
  margin-top: 10px;
  line-height: 160%;
}

#contener #contents h1, #contener #contents h2, #contener #contents h3, #contener #contents h4, #contener #contents h5, #contener #contents h6 {
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 140%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

#contener #contents h1 {
  font-size: 30px;
}

#contener #contents h1.page-title {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: solid 1px #cccccc;
}

#contener #contents h2 {
  font-size: 24px;
}

#contener #contents h3 {
  font-size: 20px;
}

#contener #contents h4 {
  font-size: 18px;
}

#contener #contents h5 {
  font-size: 16px;
}

#contener #contents h6 {
  font-size: 14px;
}

#contener #contents p {
  margin-top: 20px;
  line-height: 200%;
  font-size: 14px;
}

#contener #contents table {
  font-size: 12px;
  line-height: 160%;
  border-collapse: separate;
  border-spacing: 0px 4px;
  margin-top: -4px;
  letter-spacing: 0;
  width: 100%;
}

#contener #contents table tr th
, #contener #contents table tr td {
  padding: 8px 12px;
}

#contener #contents table tr th {
  background-color: #E2E9E9;
  text-align: center;
  white-space: nowrap;
  width: 1%;
}

#contener #contents table tr td {
  background-color: #ffffff;
  text-align: left;
}

#contener #contents table p {
  line-height: 200%;
}

#contener #contents .section_title
, #contener #contents .page_title {
  color: #F0F4F4;
  margin: 60px 0 60px 0;
}

#contener #contents .section_title
h1, #contener #contents .page_title h1 {
  margin: 0;
}

#contener #contents .section_title
.ttl_en, #contener #contents .page_title .ttl_en {
  font-size: 60px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

#contener #contents .section_title
.ttl_jp, #contener #contents .page_title .ttl_jp {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin-top: 20px;
}

#contener #contents .box_news_info {
  padding: 30px 10px 20px 30px;
}

#contener #contents .box_news_info .box_news_info_inner {
  height: 678px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}

#contener #contents .box_news_info ul.list_news_info {
  text-align: left;
  border-bottom: solid 1px #cccccc;
}

#contener #contents .box_news_info ul.list_news_info li {
  border-top: solid 1px #cccccc;
  padding: 0;
}

#contener #contents .box_news_info ul.list_news_info a {
  padding: 20px 4px 20px;
  display: block;
}

#contener #contents .box_news_info ul.list_news_info a:hover, #contener #contents .box_news_info ul.list_news_info a:focus, #contener #contents .box_news_info ul.list_news_info a:active {
  background-color: #ffffff;
}

#contener #contents .box_news_info ul.list_news_info .txt_news_date {
  font-size: 14px;
  line-height: 140%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 0;
  color: #20314D;
}

#contener #contents .box_news_info ul.list_news_info .txt_news_title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 8px 0 8px;
}

#contener #contents .box_news_info ul.list_news_info .txt_news_body {
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 4px 0 0 0;
  color: #222222;
}

#contener #contents .box_news_info ul.list_news_info .txt_news_body p {
  font-size: 13px;
  line-height: 140%;
  margin: 0;
}

#contener #contents .ttl_boreder_wh {
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  padding: 10px 12px 8px;
  margin: 0px 0 12px 0;
  color: #F0F4F4;
}

#contener #contents .ttl_boreder_wh .sep {
  content: " ";
  width: 1px;
  height: 36px;
  display: inline-block;
  border-left: solid 1px rgba(240, 240, 240, 0.3);
  vertical-align: middle;
  margin: -11px 8px -8px;
}

#contener #contents .list_book_stand {
  letter-spacing: 0;
}

#contener #contents .list_book_stand li {
  padding: 0px 16px 0 16px;
  float: left;
}

#contener #contents .list_book_stand li a {
  text-align: center;
  display: table-cell;
  width: 120px;
  height: 264px;
  vertical-align: bottom;
}

#contener #contents .list_book_stand li a:hover, #contener #contents .list_book_stand li a:focus, #contener #contents .list_book_stand li a:active, #contener #contents .list_book_stand li a.current {
  transform: translateY(-12px);
  transition: 0.2s ease;
}

#contener #contents .list_book_stand li .txt_book_stand_update {
  font-size: 11px;
  line-height: 140%;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  margin: 12px 0 0 0;
  color: #FFFFBF;
}

#contener #contents .list_book_stand li .ttl_book_stand {
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  color: #F0F4F4;
  border-top: solid 1px rgba(240, 240, 240, 0.3);
  border-left: solid 1px rgba(240, 240, 240, 0.3);
  border-right: solid 1px rgba(240, 240, 240, 0.3);
  padding: 8px 4px 2px 4px;
  margin: 8px 0;
  max-height: 60px;
  overflow: hidden;
}

#contener #contents .list_book_stand li .pic_book_stand {
  max-width: 120px;
  max-height: 160px;
}

#contener #contents .list_book_stand li .pic_book_stand img {
  max-width: 120px;
  max-height: 160px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

#contener #contents .book_stand_recommend
h3, #contener #contents .book_stand_media h3 {
  margin-left: 40px;
  margin-bottom: 0px;
}

#contener #contents .book_stand_recommend
.swiper_wall, #contener #contents .book_stand_media .swiper_wall {
  width: 100%;
  margin-left: 0px;
  padding-top: 12px;
}

#contener #contents .book_stand_media {
  margin-top: 80px;
}

#contener #contents #section_event {
  margin-top: 120px;
}

#contener #contents #section_event .event_outer h3 {
  margin-left: 40px;
  margin-bottom: 20px;
}

#contener #contents #section_event .box_event h3 {
  margin-bottom: 0;
}

#contener #contents #section_event .box_event .swiper_wall {
  width: 100%;
  margin-left: 0px;
  padding-top: 20px;
}

#contener #contents #section_event .box_event .list_event li {
  padding: 0px 20px 0 20px;
  float: left;
}

#contener #contents #section_event .box_event .list_event li a {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #F0F4F4;
  color: #20314D;
  padding: 30px 10px 20px 30px;
  margin-top: 0px;
  width: 100%;
}

#contener #contents #section_event .box_event .list_event li a:hover, #contener #contents #section_event .box_event .list_event li a:focus, #contener #contents #section_event .box_event .list_event li a:active {
  transform: translateY(-12px);
  transition: 0.2s ease;
  color: #20314D !important;
}

#contener #contents #section_event .box_event .list_event li .icon_event {
  position: absolute;
  top: -2px;
  right: -2px;
}

#contener #contents #section_event .box_event .list_event li .box_event_inner {
  height: 470px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}

#contener #contents #section_event .box_event .list_event li .lbl_event_date {
  background-color: #20314D;
  color: #F0F4F4;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  padding: 5px 12px 4px 16px;
  vertical-align: middle;
}

#contener #contents #section_event .box_event .list_event li .txt_event_date {
  color: #20314D;
  font-size: 20px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
}

#contener #contents #section_event .box_event .list_event li .ttl_event {
  font-size: 28px;
  line-height: 120%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  margin: 12px 0;
  padding-right: 20px;
}

#contener #contents #section_event .box_event .list_event li .lbl_event {
  font-size: 18px;
  line-height: 140%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  margin: 12px 0 28px 0;
  padding-right: 20px;
}

#contener #contents #section_event .box_event .list_event li .pic_event {
  width: 360px;
  float: left;
}

#contener #contents #section_event .box_event .list_event li .pic_event .pic_event_inner {
  width: 360px;
  height: 240px;
  display: table-cell;
  text-align: center;
}

#contener #contents #section_event .box_event .list_event li .pic_event img {
  display: block;
  max-width: 100%;
  height: auto;
}

#contener #contents #section_event .box_event .list_event li .txt_event_body {
  float: right;
  width: 320px;
  width: calc(100% - 380px);
}

#contener #contents #section_event .box_event .list_event li .txt_event_body .btn_entry {
  background-color: #20314D;
  color: #F0F4F4;
  font-size: 14px;
  line-height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px;
  margin-top: 0px;
  margin-bottom: 4px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

#contener #contents #section_event .box_event .box_event_none_l {
  height: 520px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  position: relative;
}

#contener #contents #section_event .box_event .box_event_none_l_inner {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 80%;
}

#contener #contents #section_event .list_event_sub li {
  padding: 0px 20px 0 20px;
  float: left;
}

#contener #contents #section_event .list_event_sub li a {
  text-align: left;
  width: 180px;
  height: 200px;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #F0F4F4;
}

#contener #contents #section_event .list_event_sub li a:hover, #contener #contents #section_event .list_event_sub li a:focus, #contener #contents #section_event .list_event_sub li a:active {
  transform: translateY(-12px);
  transition: 0.2s ease;
}

#contener #contents #section_event .list_event_sub li .pic_event_sub {
  width: 180px;
  height: 120px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}

#contener #contents #section_event .list_event_sub li .pic_event_sub img {
  max-width: 180px;
  width: auto;
  max-height: 120px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-top: -1px;
}

#contener #contents #section_event .list_event_sub li .box_event_sub_body {
  padding: 0px 8px 8px;
}

#contener #contents #section_event .list_event_sub li .box_event_sub_body .box_event_sub_meta {
  line-height: 100%;
  margin: 6px 0 4px 0;
}

#contener #contents #section_event .list_event_sub li .box_event_sub_body .box_event_sub_meta .lbl_event_sub_date {
  background-color: #20314D;
  color: #F0F4F4;
  font-size: 11px;
  line-height: 100%;
  display: inline-block;
  padding: 3px 4px 2px 6px;
  vertical-align: middle;
}

#contener #contents #section_event .list_event_sub li .box_event_sub_body .box_event_sub_meta .txt_event_sub_date {
  font-size: 13px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0px;
  color: #20314D;
  display: inline-block;
  vertical-align: middle;
}

#contener #contents #section_event .list_event_sub li .box_event_sub_body .box_event_sub_meta .txt_event_sub_update {
  font-size: 13px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  color: #20314D;
}

#contener #contents #section_event .list_event_sub li .box_event_sub_body .ttl_event_sub {
  font-size: 12px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  color: #20314D;
  height: 46px;
  margin: 0px 0;
  overflow: hidden;
}

#contener #contents #section_event .box_event_recommend
h3, #contener #contents #section_event .box_event_report h3 {
  margin-bottom: 0;
}

#contener #contents #section_event .box_event_recommend
.swiper_wall, #contener #contents #section_event .box_event_report .swiper_wall {
  width: 100%;
  margin-left: 0px;
  padding-top: 20px;
}

#contener #contents #section_event .box_event_report {
  margin-top: 44px;
}

#contener #contents #section_event .box_event_none_s {
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  position: relative;
  width: auto;
}

#contener #contents #section_event .box_event_none_s_inner {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 80%;
}

#contener #contents #section_schedule {
  margin-top: 40px;
}

.home #contener #contents #section_schedule {
  margin-top: 120px;
}

#contener #contents #section_schedule .txt_week_sat {
  color: #0059B2 !important;
}

#contener #contents #section_schedule .txt_week_sun {
  color: #B20000 !important;
}

#contener #contents #section_schedule .box_schedule {
  padding: 40px 40px 20px 40px;
  position: relative;
}

.rental_space #contener #contents #section_schedule .box_schedule {
  padding: 0;
}

#contener #contents #section_schedule .box_schedule .loading_on {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(240, 244, 244, 0.9);
}

#contener #contents #section_schedule .box_schedule .loading_on .loading_icon,
#contener #contents #section_schedule .box_schedule .loading_on .loading_icon:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -5em;
}

#contener #contents #section_schedule .box_schedule .loading_on .loading_icon {
  margin: 60px auto;
  margin-top: -5em;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(32, 49, 77, 0.2);
  border-right: 1.1em solid rgba(32, 49, 77, 0.2);
  border-bottom: 1.1em solid rgba(32, 49, 77, 0.2);
  border-left: 1.1em solid #20314d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#contener #contents #section_schedule .box_schedule .box_month {
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #20314D;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 0.1em;
}

#contener #contents #section_schedule .box_schedule .box_month .link_schedule_prev
, #contener #contents #section_schedule .box_schedule .box_month .link_schedule_next {
  display: inline-block;
  width: 30px;
  height: 34px;
  background: url("../img/icon_arrow_db.svg") no-repeat 0% 0%;
  background-size: 100px 100px;
  background-position: -20px 0;
  margin-top: -8px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

#contener #contents #section_schedule .box_schedule .box_month .link_schedule_prev {
  background-position: -20px 0;
  margin-right: 0.2em;
}

#contener #contents #section_schedule .box_schedule .box_month .link_schedule_next {
  background-position: -50px 0;
}

#contener #contents #section_schedule .box_schedule .box_month .txt_preparing {
  width: 10em;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-top: -8px;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule {
  border-collapse: collapse;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule th {
  padding: 12px 0;
  border: none;
  border-top: solid 1px #cccccc;
  background-color: transparent;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #20314D;
  letter-spacing: 0.1em;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td {
  padding: 0px;
  border: solid 1px #cccccc;
  background-color: transparent;
  text-align: center;
  height: 80px;
  position: relative;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td.box_today {
  background-color: #F0EFC6;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_day {
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #cccccc;
  display: block;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 0%;
  width: 100%;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_day.box_open {
  color: #20314D;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_day.box_pending {
  color: #aaaaaa;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_time {
  font-size: 11px;
  line-height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  padding: 6px 1px 5px 1px;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_time.box_open_normal {
  background-color: #426C97;
  color: #ffffff;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_time.box_open_irregular {
  background-color: #B20000;
  color: #ffffff;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_time.box_pending {
  background-color: #E2E9E9;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_mark {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  font-size: 10px;
  line-height: 100%;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_mark .mark_event {
  color: #B20000;
  margin-bottom: 1px;
  display: block;
}

#contener #contents #section_schedule .box_schedule table.tbl_schedule td .box_mark .mark_reserve {
  color: #008C23;
  margin-bottom: 1px;
  display: block;
}

#contener #contents #section_schedule .box_schedule .box_description {
  text-align: left;
  font-size: 12px;
  line-height: 140%;
  margin-top: 10px;
}

#contener #contents #section_schedule .box_schedule .box_description :before {
  font-size: 18px;
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
}

#contener #contents #section_schedule .box_schedule .box_description .block_description {
  display: inline-block;
  margin-right: 12px;
}

#contener #contents #section_schedule .box_schedule .box_description .description_open_normal:before {
  content: "■";
  color: #426C97;
}

#contener #contents #section_schedule .box_schedule .box_description .description_open_irregular:before {
  content: "■";
  color: #B20000;
}

#contener #contents #section_schedule .box_schedule .box_description .description_mark_event:before {
  content: "●";
  color: #B20000;
  font-size: 14px;
  line-height: 100%;
  margin-top: -4px;
}

#contener #contents #section_schedule .box_schedule .box_description .description_mark_reserve:before {
  content: "●";
  color: #008C23;
  font-size: 14px;
  line-height: 100%;
  margin-top: -4px;
}

#contener #contents #section_schedule .box_schedule_event_outer h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event {
  padding: 30px 10px 20px 30px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner {
  height: 485px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week4 {
  height: 405px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week6 {
  height: 565px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event {
  text-align: left;
  border-bottom: solid 1px #cccccc;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event li {
  border-top: solid 1px #cccccc;
  padding: 0;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event a {
  display: block;
  padding: 20px 0px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event a:hover, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event a:focus, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event a:active {
  background-color: #ffffff;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event .txt_schedule_event_date {
  font-size: 14px;
  line-height: 140%;
  font-weight: 800;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 0;
  color: #20314D;
  width: 80px;
  height: 80px;
  float: left;
  border: solid 1px #cccccc;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  padding-top: 22px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event .txt_schedule_event_date .txt_week {
  display: block;
  font-size: 14px;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event .ttl_schedule_event_outer {
  float: left;
  width: calc(100% - 80px - 16px);
  margin: 0px 0 0px 16px;
  display: block;
}

#contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event ul.list_schedule_event .ttl_schedule_event {
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

#contener #contents #section_about {
  margin-top: 120px;
}

#contener #contents #section_about #about_concept .block_about_concept {
  width: 100vw;
  margin-left: calc(calc(100vw - 1348px) / -2 - 10px);
}

#contener #contents #section_about #about_concept .block_about_concept .block_about_concept_inner {
  padding-bottom: 80px;
  width: 1348px;
  margin: 0 auto;
  text-align: center;
}

#contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body {
  margin-top: 40px;
  margin-left: 20px;
}

#contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 240%;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #F0F4F4;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

#contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body p strong {
  font-weight: 800;
  padding: 2px 12px 1px;
  color: #20314D;
  background-color: #AEA56A;
  text-shadow: none;
}

#contener #contents #section_about #about_concept #block_about_concept01 {
  background-image: url("../img/illust_rblcafe_beans.png"), url("../img/illust_rblcafe_cup.png");
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% + 640px) 0%, calc(50% + 360px) 80%;
  background-size: auto, auto;
}

#contener #contents #section_about #about_concept #block_about_concept02 {
  background-image: url("../img/illust_rblcafe_books.png");
  background-repeat: no-repeat;
  background-position: calc(50% - 620px) 80%;
  background-size: auto;
}

#contener #contents #section_about #about_concept #block_about_concept02 .box_about_concept_body p {
  margin-left: 240px;
}

#contener #contents #section_about #about_concept #block_about_concept03 {
  background-image: url("../img/illust_rblcafe_glass.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 600px) 80%;
  background-size: auto;
}

#contener #contents #section_about #about_concept #block_about_concept03 .box_about_concept_body {
  margin-top: 0px;
}

#contener #contents #section_about #shop_info {
  margin-top: 0px;
}

#contener #contents #section_about #shop_info h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#contener #contents #section_about #shop_info .box_shop_info_inner {
  height: 437px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}

#contener #contents #section_about #shop_info table.tbl_shop_info th, #contener #contents #section_about #shop_info table.tbl_shop_info td {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 180%;
}

#contener #contents #section_about #shop_info table.tbl_shop_info .txt_sub {
  font-size: 90%;
}

#contener #contents #section_about #shop_info .box_shop_photo {
  margin-top: 56px;
}

.en #contener #section_about #shop_info .box_shop_photo {
  margin-top: 0px;
}

#contener #contents #section_about #shop_info .box_shop_photo img {
  float: left;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info01 {
  margin-right: 20px;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info03 {
  margin-top: 20px;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info04 {
  margin-right: 20px;
  margin-top: 20px;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info05 {
  margin-right: 20px;
  margin-top: 20px;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info06 {
  margin-top: 20px;
}

#contener #contents #section_about #shop_info .box_shop_photo {
  height: 477px;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info01 {
  width: 67%;
  margin-right: 3%;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info02 {
  width: 30%;
  float: right;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info03 {
  width: 30%;
  float: right;
  margin-top: 3%;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info04
, #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info05
, #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info06 {
  float: left;
  margin-right: 3%;
  margin-top: 3%;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info04 {
  clear: both;
  width: 32%;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info05 {
  width: 32%;
  margin-right: 0px;
}

#contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info06 {
  margin-right: 0px;
  float: right;
  width: 30%;
}

#contener #contents #section_about #shop_notice {
  margin-top: 40px;
}

#contener #contents #section_about #shop_notice h3 {
  margin-left: 20px;
  margin-top: 2px;
  display: block;
  float: left;
  width: 100px;
  text-align: center;
}

#contener #contents #section_about #shop_notice .box_shop_notice {
  display: block;
  float: right;
  width: 80%;
  width: calc(100% - 160px);
}

#contener #contents #section_about #shop_notice .box_shop_notice p {
  font-size: 13px;
  line-height: 160%;
  margin: 8px 12px 8px 12px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#contener #contents #section_about #shop_notice .box_shop_notice p strong {
  font-weight: 600;
  padding: 0 4px;
  background: linear-gradient(transparent 50%, #FFBFBF 50%);
}

#contener #contents #section_about #shop_feature {
  margin-top: 60px;
  text-align: left;
}

#contener #contents #section_about #shop_feature h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#contener #contents #section_about #shop_feature .box_shop_feature {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  flex-wrap: wrap;
}

#contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature {
  width: 23%;
  width: calc(100% / 4 - 25px);
  margin: 0 20px 0 0;
  padding: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature:first-child {
  margin-left: 20px;
}

#contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature h4 {
  text-align: center;
  font-size: 30px;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  padding-right: 0.2em;
  margin: 0;
  color: #20314D;
}

#contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature p {
  font-size: 13px;
  line-height: 180%;
  margin: 12px 0;
}

#contener #contents #section_about #access_drink_menu {
  margin-top: 60px;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
}

#contener #contents #section_about #access_drink_menu h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#contener #contents #section_about #access_drink_menu #access_map iframe {
  display: block;
  border: solid 1px #20314D;
  margin-bottom: 10px;
}

#contener #contents #section_about #access_drink_menu #access_map a.link_map {
  float: right;
}

#contener #contents #section_about #access_drink_menu #access_map a.link_map:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  margin-left: 0.1em;
  display: inline-block;
}

#contener #contents #section_about #access_drink_menu #drink_menu img {
  border: solid 1px #20314D;
  margin-bottom: 10px;
}

#contener #contents #section_about #access_drink_menu #drink_menu a.link_pdf {
  float: right;
}

#contener #contents #section_about #access_drink_menu #drink_menu a.link_pdf:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-left: 0.1em;
  display: inline-block;
}

#contener #contents #section_about #access_drink_menu .box_white_boad_access
, #contener #contents #section_about #access_drink_menu .box_white_boad_drink_menu {
  min-height: 490px;
}

#contener #contents #section_about #camera360 {
  margin-top: 60px;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
}

#contener #contents #section_about #camera360 h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#contener #contents #section_about #camera360 #vrview {
  height: 580px;
}

#contener #contents #section_about #camera360 p {
  float: right;
  margin: 4px 0 -12px 0;
}

#contener #contents #section_about #sns_timeline {
  margin-top: 60px;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
}

#contener #contents #section_about #sns_timeline h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}

#contener #contents #section_about #sns_timeline #box_sns_timeline_facebook {
  text-align: center;
  height: 640px;
}

#contener #contents #section_about #sns_timeline #box_sns_timeline_instagram {
  text-align: center;
  height: 640px;
  overflow: hidden;
}

#contener #contents #section_notice {
  margin-top: 120px;
}

#contener #contents #section_notice .box_shop_notice {
  display: block;
}

#contener #contents #section_notice .box_shop_notice p {
  font-size: 13px;
  line-height: 160%;
  margin: 8px 12px 8px 12px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.en #contener #contents #section_notice .box_shop_notice p {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

#contener #contents #section_notice .box_shop_notice p strong {
  font-weight: 600;
  padding: 0 4px;
  background: linear-gradient(transparent 50%, #FFBFBF 50%);
}

#contener #contents #section_access {
  margin-top: 120px;
  font-size: 12px;
  line-height: 100%;
}

#contener #contents #section_access .google_map_outer {
  position: relative;
  padding-bottom: 580px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

#contener #contents #section_access .google_map_outer iframe
, #contener #contents #section_access .google_map_outer object
, #contener #contents #section_access .google_map_outer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #20314D;
}

#contener #contents #section_access a.link_map {
  float: right;
  color: #20314D;
}

#contener #contents #section_access a.link_map:after {
  color: #20314D;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  margin-left: 0.1em;
  display: inline-block;
}

#contener #contents #section_camera360 {
  margin-top: 120px;
  font-size: 12px;
  line-height: 100%;
}

#contener #contents #section_camera360 #vrview {
  height: 580px;
}

#contener #contents #section_camera360 p {
  float: right;
  margin: 4px 0 -12px 0;
  font-size: 12px;
  line-height: 180%;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.box_black_boad
, .box_black_boad_s {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #222222;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #F0F4F4;
}

.box_black_boad_s {
  padding: 10px;
}

.box_white_boad {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #F0F4F4;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  color: #222222;
}

.wood_bottom:after {
  content: " ";
  display: block;
  height: 20px;
  background: url("../img/bg_wood_h.png") repeat 0% -3%;
  background-size: 360px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: relative;
}

.wood_bottom img {
  display: flex;
}

.border_double {
  border-top: 1px solid rgba(240, 240, 240, 0.3);
  /* 内側の線になる一本線の枠線をひく*/
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
  /* 内側の線になる一本線の枠線をひく*/
  margin: 2px 0;
  /* 外側の線の場所をつくる */
  position: relative;
  /* 外側の線の場所を調整する時の基準点になるようにする*/
  padding: 8px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 13px;
  line-height: 130%;
  text-align: center;
}

.border_double::before {
  content: '';
  /* 擬似要素に実体を持たせる */
  width: calc(100%);
  /* 外側の線になる要素の幅を指定する*/
  height: calc(100% + 4px);
  /* 外側の線になる要素の高さを指定する */
  border-top: 1px solid rgba(240, 240, 240, 0.3);
  /* 外側の線になる一本線の枠線をひく*/
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
  /* 外側の線になる一本線の枠線をひく*/
  position: absolute;
  /* 外側の線の位置を自由に動かせるようにする */
  top: -3px;
  /* 外側の線の位置を、内側の線から上に3pxずらす */
  left: 0px;
  /* 外側の線の位置を、内側の線から左に3pxずらす*/
}

/*スクロールバーの横幅指定*/
.rbl_scrollbar::-webkit-scrollbar {
  width: 8px;
}

/*スクロールバーの背景色・角丸指定*/
.rbl_scrollbar::-webkit-scrollbar-track {
  background: #cccccc;
}

/*スクロールバーの色・角丸指定*/
.rbl_scrollbar::-webkit-scrollbar-thumb {
  background: #20314D;
}

.site {
  position: relative;
}

#copyright {
  position: absolute;
  right: 4px;
  top: 44px;
  color: #999999;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.4em;
}

.box_full {
  width: 100%;
  text-align: left;
}

.box_half_left
, .box_half_right {
  width: 45%;
  width: calc(50% - 20px);
  float: left;
  text-align: left;
}

.box_half_right {
  float: right;
}

.box_60p_left {
  float: left;
  width: 830px;
  text-align: left;
}

.box_40p_right {
  float: right;
  width: 480px;
  text-align: left;
}

.txt_kome {
  text-indent: -1em;
  padding-left: 1em;
  margin: 4px 0 !important;
  line-height: 160% !important;
  font-size: 13px !important;
  letter-spacing: 0;
}

.txt_sub {
  font-size: 90%;
}

/*  Forms
--------------------------------------- */
input
, textarea
, select {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}

input::-moz-focus-inner
, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"]
, input[type="email"]
, input[type="tel"]
, input[type="number"]
, input[type="password"]
, textarea
, select {
  padding: 8px;
  border: 1px solid #999;
}

input[type="date"]
, input[type="time"]
, input[type="datetime-local"]
, input[type="week"]
, input[type="month"]
, input[type="text"]
, input[type="email"]
, input[type="url"]
, input[type="password"]
, input[type="search"]
, input[type="tel"]
, input[type="number"]
, input[type="image"]
, textarea {
  border-radius: 4px;
  webkit-border-radius: 4px;
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"]
, input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"]
, input[type="reset"]
, input[type="button"]
, button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

textarea {
  vertical-align: top;
  font-size: 100%;
  resize: none;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

select {
  line-height: normal;
}

.ipt_size_full {
  width: 100%;
}

.ipt_size_harf {
  width: 45%;
  width: calc(50% - 10px);
}

.ipt_size_l {
  width: 400px;
}

.ipt_size_m {
  width: 200px;
}

.ipt_size_s {
  width: 100px;
}

.ipt_size_ss {
  width: 50px;
}

.ipt_row_l {
  height: 300px;
}

.ipt_row_m {
  height: 200px;
}

.ipt_row_s {
  height: 80px;
}

input[type="submit"].btn-push
, input[type="reset"].btn-push
, input[type="button"].btn-push
, button.btn-push {
  display: inline-block;
  text-align: left;
  background-color: #2151A0;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 24px 10px 28px;
  border-radius: 4px;
  border: none;
  letter-spacing: 0.2em;
  border-bottom: 4px solid #20314D;
}

.btn-push:active {
  transform: translateY(4px);
  border-bottom: none;
}

.no_letter-spacing {
  letter-spacing: 0;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer .footer_site_info {
  width: 100%;
  background-color: #F0F4F4;
  font-size: 13px;
}

footer .footer_site_info .footer_site_info_inner {
  margin: 0 auto;
  text-align: center;
  width: 1348px;
  padding: 40px;
  position: relative;
}

footer .footer_site_info .box_shop_info {
  font-size: 12px;
  line-height: 180%;
  text-align: left;
  color: #222222;
  float: left;
  width: 50%;
}

footer .footer_site_info .box_shop_info #footer_logo_rblcafe {
  width: 150px;
  display: block;
  margin-bottom: 20px;
}

footer .footer_site_info .box_shop_info strong {
  font-weight: 600;
  margin-left: 16px;
  font-size: 13px;
}

footer .footer_site_info .box_shop_info p {
  margin: 8px 0 8px;
  margin-left: 16px;
}

footer .footer_site_info .box_shop_info .box_sns {
  margin-left: 16px;
  display: inline-block;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 100%;
  margin-right: 16px;
  margin-top: 40px;
}

footer .footer_site_info .box_shop_info .box_sns .lbl_sns {
  display: inline-block;
  margin-right: 12px;
  margin-top: 3px;
  float: left;
  color: #666;
}

footer .footer_site_info .box_shop_info .box_sns a {
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  color: #20314D;
  margin: 0px 12px 0 0px;
}

footer .footer_site_info .box_shop_info .box_sns a:hover, footer .footer_site_info .box_shop_info .box_sns a:focus, footer .footer_site_info .box_shop_info .box_sns a:active {
  color: #2151A0;
}

footer .footer_site_info .box_shop_link {
  float: right;
  width: 45%;
  width: calc(50% - 40px);
  display: flex;
}

footer .footer_site_info .box_shop_link .box_shop_link01
, footer .footer_site_info .box_shop_link .box_shop_link02 {
  text-align: left;
  border-left: solid 5px #E2E9E9;
  padding: 0 20px 0 20px;
  min-height: 400px;
}

footer .footer_site_info .box_shop_link .box_shop_link01
ul li, footer .footer_site_info .box_shop_link .box_shop_link02 ul li {
  margin-bottom: 20px;
}

footer .footer_site_info .box_shop_link .box_shop_link01
ul li ul li, footer .footer_site_info .box_shop_link .box_shop_link02 ul li ul li {
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 20px;
}

footer .footer_site_info .box_shop_link .box_shop_link01
ul li a, footer .footer_site_info .box_shop_link .box_shop_link02 ul li a {
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 800;
}

footer .footer_site_info .box_shop_link .box_shop_link01
ul li a.link_child, footer .footer_site_info .box_shop_link .box_shop_link02 ul li a.link_child {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}

footer .footer_site_info .box_shop_link .box_shop_link01
ul li a.link_jp, footer .footer_site_info .box_shop_link .box_shop_link02 ul li a.link_jp {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}

footer .footer_site_info .box_shop_link .box_shop_link01 {
  float: left;
  width: 60%;
}

footer .footer_site_info .box_shop_link .box_shop_link02 {
  float: left;
  width: 40%;
}

footer .footer_site_link {
  width: 100%;
  font-size: 13px;
}

footer .footer_site_link .footer_site_link_inner {
  margin: 0 auto;
  text-align: center;
  width: 1348px;
  padding: 40px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: left;
  align-items: left;
  flex-wrap: wrap;
}

footer .footer_site_link .footer_site_link_inner a {
  display: inline-block;
  margin: 5px;
}

footer .footer_site_link .footer_site_link_inner a img {
  display: block;
}

#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

#page_top img {
  width: 90px;
  height: 79px;
}

/*-------------------------------------------------
	++ 小さいモニター
-------------------------------------------------*/
@media only screen and (max-width: 1365px) and (min-width: 768px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 0;
  }
  header .header_inner {
    width: 100%;
  }
  header .header_inner .header_right {
    width: 68%;
    width: calc(100vw - 370px);
  }
  header .header_inner .header_right #main_image {
    height: 514px;
  }
  header .header_inner .header_right #main_image .swiper-wrapper {
    height: 474px;
  }
  nav .nav_inner {
    width: 100%;
  }
  nav .main_menu_outer {
    width: 100%;
  }
  nav .main_menu_outer.wood_bottom:after {
    display: block;
  }
  nav .main_menu_outer .main_menu {
    margin: 0px 20px;
  }
  nav .menu_sub_outer {
    margin: 20px 0px 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  nav .menu_sub_outer:before, nav .menu_sub_outer:after {
    content: " ";
    display: block;
    height: 100px;
    width: 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4)), url(../img/bg_wood_v.png);
    background-repeat: repeat, repeat;
    background-position: 0% 0%, 0% -3%;
    background-size: auto, 240px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
  nav .menu_sub_outer:before {
    margin-right: 20px;
  }
  nav .menu_sub_outer:after {
    margin-left: 20px;
  }
  nav ul li a
, nav ul li a:link
, nav ul li a:visited {
    width: 12vw;
    max-width: 140px;
  }
  #contener #contents {
    width: 100%;
  }
  #contener #contents .book_stand_recommend .swiper_wall
, #contener #contents .book_stand_media .swiper_wall {
    width: 100%;
    margin-left: 0;
  }
  #contener #contents .book_stand_recommend .swiper_wall
.swiper-wrapper, #contener #contents .book_stand_media .swiper_wall .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #contener #contents .book_stand_recommend .swiper_wall
.swiper-wrapper.list_book_stand li, #contener #contents .book_stand_media .swiper_wall .swiper-wrapper.list_book_stand li {
    text-align: center;
  }
  #contener #contents .book_stand_recommend .swiper_wall
.swiper-wrapper.list_book_stand li .swiper-slide_inner, #contener #contents .book_stand_media .swiper_wall .swiper-wrapper.list_book_stand li .swiper-slide_inner {
    display: inline-block;
    margin: 0 auto -8px;
  }
  #contener #contents .book_stand_recommend .swiper_wall
.swiper-container, #contener #contents .book_stand_media .swiper_wall .swiper-container {
    width: 92%;
  }
  #contener #contents #section_event .box_event .box_event_none_l {
    width: 96%;
    width: calc(100% - 40px - 40px);
    height: 200px;
  }
  #contener #contents #section_event .box_event_none_s {
    width: 96%;
    width: calc(100% - 40px - 40px);
  }
  #contener #contents #section_event .box_event_recommend {
    margin-top: 44px;
    float: left;
    width: 48%;
    width: calc(50% - 20px);
  }
  #contener #contents #section_event .box_event_report {
    float: right;
    width: 48%;
    width: calc(50% - 20px);
  }
  #contener #contents #section_event .box_event_recommend .swiper_wall
, #contener #contents #section_event .box_event_report .swiper_wall {
    width: 100%;
    margin-left: 0;
  }
  #contener #contents #section_event .box_event_recommend .swiper_wall
.swiper-container, #contener #contents #section_event .box_event_report .swiper_wall .swiper-container {
    width: 96%;
  }
  #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week4, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week5, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week6 {
    height: 200px;
  }
  #contener #contents #section_about #about_concept {
    overflow-x: hidden;
  }
  #contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body {
    margin-left: 0;
    margin-top: 10px;
  }
  #contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body p {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #contener #contents #section_about #about_concept .block_about_concept .block_about_concept_inner {
    width: 100vw;
  }
  #contener #contents #section_about #about_concept #block_about_concept01 {
    margin-left: 0;
    background-size: 18vw;
    background-position: calc(50% + 500px) 0%, calc(50% + 260px) 80%;
  }
  #contener #contents #section_about #about_concept #block_about_concept02 {
    margin-left: 0;
    background-size: 18vw;
    background-position: calc(50% - 520px) 86%;
  }
  #contener #contents #section_about #about_concept #block_about_concept02 .box_half_right {
    margin-right: 40px;
  }
  #contener #contents #section_about #about_concept #block_about_concept02 .box_about_concept_body p {
    margin-left: 80px;
  }
  #contener #contents #section_about #about_concept #block_about_concept03 {
    margin-left: 0;
    background-size: 18vw;
    background-position: calc(50% + 500px) 50%;
  }
  #contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature {
    width: 24%;
    width: calc(25% - 25px);
  }
  #contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature:last-child {
    margin-right: 0;
  }
  #contener #contents #section_about #access_map .box_white_boad {
    height: 500px;
  }
  #contener #contents #section_about #drink_menu .box_white_boad {
    height: 500px;
  }
  footer .footer_site_info .footer_site_info_inner {
    width: 100%;
  }
  footer .footer_site_link .footer_site_link_inner {
    width: 100%;
  }
  .box_60p_left {
    width: 100%;
  }
  .box_40p_right {
    width: 100%;
  }
}

/*-------------------------------------------------
	++ タブレット
-------------------------------------------------*/
/*-------------------------------------------------
	++ スマホ
-------------------------------------------------*/
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  input[type="text"]
, input[type="email"]
, input[type="tel"]
, input[type="number"]
, input[type="password"]
, textarea
, select {
    padding: 4px;
    margin: 4px 0;
  }
  .ipt_size_full {
    width: 100%;
  }
  .ipt_size_harf {
    width: 45%;
    width: calc(50% - 10px);
  }
  .ipt_size_l {
    width: 100%;
  }
  .ipt_size_m {
    width: 120px;
  }
  .ipt_size_s {
    width: 60px;
  }
  .ipt_size_ss {
    width: 40px;
  }
  .ipt_row_l {
    height: 300px;
  }
  .ipt_row_m {
    height: 200px;
  }
  .ipt_row_s {
    height: 80px;
  }
  .box_white_boad {
    padding: 12px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .box_black_boad, .box_black_boad_s {
    padding: 12px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .wood_bottom:after {
    height: 12px;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    right: -6px;
    line-height: 2px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 0;
  }
  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  header {
    /*   ボタンタグ設定   */
    /*   ハンバーガーボタン3本線   */
    /*  メニューアクティブ時  */
  }
  header #sp_menu {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(105%);
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 100000;
    padding: 40px 0 40px 0;
    background-image: url("../img/bg_wallpaper_db.png");
    background-repeat: repeat;
    background-position: 50% 0%;
    background-size: auto;
    overflow-y: auto;
  }
  header #sp_menu nav {
    display: block;
  }
  header #sp_menu nav ul li a
, header #sp_menu nav ul li a:link
, header #sp_menu nav ul li a:visited
, header #sp_menu nav ul li .box_text {
    width: 30vw;
    height: 32vw;
  }
  header #sp_menu nav ul li a
.a_inner, header #sp_menu nav ul li a:link
.a_inner, header #sp_menu nav ul li a:visited
.a_inner, header #sp_menu nav ul li .box_text .a_inner {
    width: 30vw;
    height: 32vw;
    padding-top: 12px;
  }
  header #sp_menu.open {
    transform: translate(0);
  }
  header button {
    display: block;
    background: #fff;
    border: none;
    padding: 4px;
    width: 50px;
    height: 50px;
    color: #20314D;
    letter-spacing: 0em;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100001;
    text-align: center;
    outline: none;
    font-size: 10px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  header button span.bar {
    width: 32px;
    display: block;
    position: absolute;
    height: 2px;
    background-color: #20314D;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  header button span.bar1 {
    top: 8px;
    left: 10px;
  }
  header button span.bar2 {
    top: 18px;
    left: 10px;
  }
  header button span.bar3 {
    top: 28px;
    left: 10px;
  }
  header button .close {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
  }
  header button .menu {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
  }
  header button.active span.bar {
    width: 33px;
  }
  header button.active .bar1 {
    transform: rotate(45deg);
    left: 14px;
  }
  header button.active .bar2 {
    opacity: 0;
  }
  header button.active .bar3 {
    transform: rotate(-45deg);
    left: 13px;
    top: 31px;
  }
  header button.active .menu {
    display: none;
  }
  header button.active .close {
    display: block;
  }
  header .header_inner {
    width: 96%;
  }
  header .header_inner .header_top {
    display: none;
  }
  header .header_inner .header_left {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  header .header_inner .header_left #site_name {
    width: 80px;
    height: 70px;
    float: left;
    margin-left: 12%;
  }
  header .header_inner .header_left .shop_outline_open {
    float: left;
    width: calc(100% - 100px - 12%);
  }
  header .header_inner .header_left .shop_outline_open .shop_outline {
    margin-top: 0;
    margin-left: 12px;
  }
  header .header_inner .header_left .shop_outline_open .shop_open {
    display: none;
  }
  header .header_inner .header_left .shop_outline_open .shop_service {
    display: none;
  }
  header .header_inner .header_left .shop_now {
    display: none;
  }
  header .header_inner .header_right {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  header .header_inner .header_right .box_sns_lang {
    text-align: center;
  }
  header .header_inner .header_right .box_sns_lang .box_sns {
    margin-top: -1px;
    vertical-align: middle;
  }
  header .header_inner .header_right .box_sns_lang .box_language {
    float: none;
    margin-right: 0;
  }
  header .header_inner .header_right #main_image {
    margin-top: 20px;
  }
  header .header_inner .header_right #main_image #main_copy_en {
    width: 240px;
    margin-top: -12px;
    right: 50%;
    margin-right: -120px;
  }
  header .header_inner .header_right #main_image #main_copy_jp {
    width: 240px;
    margin-top: 28px;
    right: 50%;
    margin-right: -120px;
  }
  header .header_inner .header_right .shop_now {
    float: none;
    margin: 0 auto;
    margin-top: 12px;
  }
  nav {
    margin-top: 20px;
  }
  nav.wood_bottom {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  nav .nav_inner {
    width: 100%;
  }
  nav .main_menu_outer {
    width: 100%;
  }
  nav ul {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  nav ul:before, nav ul:after {
    width: 12px;
    margin-right: 0;
    margin-left: 0;
    height: 60px;
  }
  nav ul:before {
    margin-left: 12px;
    margin-right: 1vw;
  }
  nav ul:after {
    margin-left: 1vw;
    margin-right: 12px;
  }
  nav ul li a
, nav ul li a:link
, nav ul li a:visited
, nav ul li .box_text {
    width: 33vw;
    height: 40vw;
    margin: 0 3vw;
  }
  nav ul li a
.a_inner, nav ul li a:link
.a_inner, nav ul li a:visited
.a_inner, nav ul li .box_text .a_inner {
    width: 33vw;
    height: 40vw;
    background-position-y: 90%;
    background-size: 36px;
  }
  nav ul li a
.a_inner .menu_en, nav ul li a:link
.a_inner .menu_en, nav ul li a:visited
.a_inner .menu_en, nav ul li .box_text .a_inner .menu_en {
    padding-left: 0.15em;
    letter-spacing: 0.15em;
  }
  nav .menu_sub_outer {
    margin-top: 0;
    margin-left: 30px;
  }
  nav .menu_sub_outer .menu_sub a.link_menu_sub {
    width: 33vw;
    height: 28vw;
  }
  nav .menu_sub_outer .menu_sub a.link_menu_sub .a_inner {
    width: 33vw;
    height: 28vw;
  }
  .page_2nd nav {
    display: none;
  }
  #contener #contents {
    width: 96%;
  }
  #contener #contents .section_title
, #contener #contents .page_title {
    margin: 40px 0 30px 0;
  }
  #contener #contents .section_title
h1
.ttl_en, #contener #contents .section_title
h2 .ttl_en, #contener #contents .page_title h1
.ttl_en, #contener #contents .page_title h2 .ttl_en {
    font-size: 36px;
  }
  #contener #contents .section_title
h1
.ttl_jp, #contener #contents .section_title
h2 .ttl_jp, #contener #contents .page_title h1
.ttl_jp, #contener #contents .page_title h2 .ttl_jp {
    font-size: 16px;
  }
  #contener #contents .ttl_boreder_wh .sep {
    display: none;
  }
  #contener #contents .box_news_info {
    padding: 12px;
  }
  #contener #contents .box_news_info .box_news_info_inner {
    padding-right: 12px;
    height: auto;
    max-height: 500px;
  }
  #contener #contents .box_news_info ul.list_news_info .txt_news_date {
    font-size: 12px;
    line-height: 120%;
  }
  #contener #contents .box_news_info ul.list_news_info .txt_news_title {
    font-size: 15px;
    margin-top: 4px;
    line-height: 140%;
  }
  #contener #contents .box_news_info ul.list_news_info .txt_news_body p {
    font-size: 12px;
    line-height: 160%;
  }
  #contener #contents .list_book_stand li {
    padding: 0px 7vw 0 7vw;
  }
  #contener #contents .list_book_stand li a {
    width: 100px;
  }
  #contener #contents .list_book_stand li .pic_book_stand img {
    max-width: 100px;
    max-height: 140px;
  }
  #contener #contents .book_stand_recommend
h3, #contener #contents .book_stand_media h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents .book_stand_recommend .swiper_wall
, #contener #contents .book_stand_media .swiper_wall {
    width: 100%;
  }
  #contener #contents #section_event .event_outer h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_event .box_event h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_event .box_event .box_event_none_l {
    width: 96%;
    height: 100px;
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_event .box_event .list_event li a {
    padding: 12px;
  }
  #contener #contents #section_event .box_event .list_event li .icon_event {
    width: 50px;
  }
  #contener #contents #section_event .box_event .list_event li .lbl_event_date {
    font-size: 10px;
  }
  #contener #contents #section_event .box_event .list_event li .txt_event_date {
    font-size: 12px;
  }
  #contener #contents #section_event .box_event .list_event li .ttl_event {
    padding-right: 0;
    font-size: 16px;
  }
  #contener #contents #section_event .box_event .list_event li .lbl_event {
    padding-right: 0;
    font-size: 14px;
  }
  #contener #contents #section_event .box_event .list_event li .pic_event {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #contener #contents #section_event .box_event .list_event li .pic_event .pic_event_inner {
    width: 100%;
    height: auto;
  }
  #contener #contents #section_event .box_event .list_event li .txt_event_body {
    float: none;
    width: 100%;
  }
  #contener #contents #section_event .box_event .list_event li .box_event_inner {
    padding-right: 12px;
  }
  #contener #contents #section_event .box_event_recommend {
    margin-top: 32px;
  }
  #contener #contents #section_event .box_event_recommend .box_event_none_s {
    width: 96%;
    height: 100px;
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_event .box_event_recommend .swiper_wall {
    width: 100%;
  }
  #contener #contents #section_event .box_event_report {
    margin-top: 32px;
  }
  #contener #contents #section_event .box_event_report .swiper_wall {
    width: 100%;
  }
  #contener #contents #section_event .list_event_sub li a {
    width: 120px;
    min-height: 154px;
    height: auto;
    display: inherit;
  }
  #contener #contents #section_event .list_event_sub li a .pic_event_sub {
    width: 120px;
    height: 79px;
  }
  #contener #contents #section_event .list_event_sub li a .pic_event_sub img {
    max-width: 120px;
    max-height: 79px;
  }
  #contener #contents #section_schedule .tbl_schedule_outer {
    width: 780px;
    height: 520px;
    transform-origin: top left;
    transform: scale(0, 0);
  }
  #contener #contents #section_schedule .box_schedule {
    padding: 12px;
  }
  #contener #contents #section_schedule .box_schedule .box_month {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #contener #contents #section_schedule .box_schedule .box_month .link_schedule_prev
, #contener #contents #section_schedule .box_schedule .box_month .link_schedule_next {
    background-size: 72px 72px;
    width: 20px;
    height: 24px;
    margin-top: -4px;
  }
  #contener #contents #section_schedule .box_schedule .box_month .link_schedule_prev {
    background-position: -12px 0;
  }
  #contener #contents #section_schedule .box_schedule .box_month .link_schedule_next {
    background-position: -38px 0;
  }
  #contener #contents #section_schedule .box_schedule .box_description {
    font-size: 10px;
    line-height: 120%;
  }
  #contener #contents #section_schedule .box_schedule .box_description :before {
    font-size: 15px;
    line-height: 120%;
  }
  #contener #contents #section_schedule .box_schedule .box_description .block_description {
    margin-right: 4px;
  }
  #contener #contents #section_schedule #box_schedule {
    height: 280px;
  }
  #contener #contents #section_schedule .box_schedule_event_outer {
    margin-top: 40px;
  }
  #contener #contents #section_schedule .box_schedule_event_outer h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event {
    padding: 12px;
  }
  #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner
, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week4
, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week6 {
    height: auto;
    max-height: 300px;
  }
  #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner
p.txt_data_non, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week4
p.txt_data_non, #contener #contents #section_schedule .box_schedule_event_outer .box_schedule_event .box_schedule_event_inner.calender_week6 p.txt_data_non {
    font-size: 80%;
  }
  #contener #contents #section_about #about_concept {
    margin-bottom: 20px;
  }
  #contener #contents #section_about #about_concept .block_about_concept {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #contener #contents #section_about #about_concept .block_about_concept .block_about_concept_inner {
    width: 100%;
    padding-bottom: 20px;
  }
  #contener #contents #section_about #about_concept .block_about_concept .box_half_right {
    margin: 0;
  }
  #contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body {
    margin-top: 12px;
    margin-left: 4%;
  }
  #contener #contents #section_about #about_concept .block_about_concept .box_about_concept_body p {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0em;
    margin-top: 12px;
  }
  #contener #contents #section_about #about_concept #block_about_concept02 .box_about_concept_body p {
    margin-left: 0;
  }
  #contener #contents #section_about #about_concept #block_about_concept03 .box_about_concept_body {
    margin-top: 12px;
  }
  #contener #contents #section_about #shop_info h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #shop_info .box_shop_info_inner {
    padding-right: 12px;
  }
  #contener #contents #section_about #shop_info table.tbl_shop_info {
    border-spacing: 0;
    margin-top: 0;
  }
  #contener #contents #section_about #shop_info table.tbl_shop_info td
, #contener #contents #section_about #shop_info table.tbl_shop_info th {
    width: 100%;
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 160%;
    padding: 8px 12px;
  }
  #contener #contents #section_about #shop_info table.tbl_shop_info td {
    padding: 8px 12px 20px;
  }
  #contener #contents #section_about #shop_info table.tbl_shop_info th {
    padding: 4px 12px;
  }
  #contener #contents #section_about #shop_info .box_shop_photo {
    height: auto;
  }
  #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info01 {
    width: 100%;
  }
  #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info02 {
    width: 49%;
    float: left;
    margin: 2% 0 1%;
  }
  #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info03 {
    width: 49%;
    float: right;
    margin: 2% 0 1%;
  }
  #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info04 {
    width: 49%;
    float: left;
    margin: 1% 0 1%;
  }
  #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info05 {
    width: 49%;
    float: right;
    margin: 1% 0 1%;
  }
  #contener #contents #section_about #shop_info .box_shop_photo #pic_shop_info06 {
    width: 49%;
    float: left;
    margin: 1% 0 0;
  }
  #contener #contents #section_about #shop_notice h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #shop_notice .box_shop_notice {
    width: 96%;
    float: left;
    clear: both;
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #shop_notice .box_shop_notice p {
    margin: 2px;
  }
  #contener #contents #section_about #shop_feature h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature {
    padding: 12px;
    width: 96%;
    margin: 0 2%;
    min-height: auto;
  }
  #contener #contents #section_about #shop_feature .box_shop_feature .block_shop_feature:first-child {
    margin: 0 2%;
  }
  #contener #contents #section_about #access_drink_menu h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #access_drink_menu .box_white_boad_access
, #contener #contents #section_about #access_drink_menu .box_white_boad_drink_menu {
    min-height: auto;
  }
  #contener #contents #section_about #camera360 h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #camera360 #vrview {
    height: 300px;
  }
  #contener #contents #section_about #camera360 p {
    font-size: 11px;
    line-height: 140%;
    margin-bottom: -4px;
  }
  #contener #contents #section_about #sns_timeline h3 {
    margin-left: 2%;
    margin-right: 2%;
  }
  #contener #contents #section_about #sns_timeline #box_sns_timeline_facebook {
    height: auto;
  }
  #contener #contents .fb-container {
    width: 100%;
    max-width: 500px;
  }
  #contener #contents .page_main_image .box_black_boad_s {
    height: auto;
    text-align: left;
  }
  #contener #contents .page_main_image .box_black_boad_s img {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  #contener #contents .page_main_image .box_black_boad_s p {
    position: static;
    padding: 0px;
    font-size: 13px;
    line-height: 160%;
    background-color: transparent;
    margin-top: 8px;
    margin-left: 8px;
  }
  #contener #contents .page_content_outer {
    width: 100%;
  }
  #contener #contents .page_content_outer #main {
    width: 100%;
  }
  #contener #contents .page_content_outer #main .box_white_boad {
    margin-left: 2%;
    margin-right: 2%;
    padding: 12px;
  }
  #contener #contents .page_content_outer #main .entry-header h1.entry-title {
    font-size: 24px;
  }
  #contener #contents .page_content_outer #main h2 {
    font-size: 20px;
    padding: 4px 8px;
  }
  #contener #contents .page_content_outer #main h3 {
    font-size: 18px;
  }
  #contener #contents .page_content_outer #main table th {
    padding: 12px 4px;
  }
  #contener #contents .page_content_outer #main table.tbl_price_week {
    width: 100%;
    float: none;
  }
  #contener #contents .page_content_outer #main table.tbl_price_weekend {
    width: 64%;
    float: none;
  }
  #contener #contents .page_content_outer #main .box_flow .block_flow .flow_step {
    width: 80px;
    height: 80px;
    padding-top: 30px;
    font-size: 15px;
  }
  #contener #contents .page_content_outer #main .box_flow .block_flow .flow_step::after {
    bottom: 4px;
  }
  #contener #contents .page_content_outer #main .box_flow .block_flow .flow_text {
    width: calc(100% - 100px);
    margin-left: 12px;
  }
  #contener #contents .page_content_outer #main .box_flow .block_flow .flow_text .flow_text_inner {
    height: 80px;
  }
  #contener #contents .page_content_outer #main .box_flow .block_flow .flow_text p {
    line-height: 160%;
  }
  #contener #contents .page_content_outer #main .rental_space_contact .contact_logo_rblcafe {
    width: 80px;
  }
  #contener #contents .page_content_outer #main .rental_space_contact p {
    width: calc(100% - 90px);
    line-height: 160%;
  }
  #contener #contents .page_content_outer #sub {
    margin-top: 0;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #contener #contents .page_content_outer #sub.page_jump {
    display: none;
  }
  #contener #contents .page_content_outer #sub .widget h3 br {
    display: none;
  }
  .box_half_left
, .box_half_right
, .box_60p_left
, .box_40p_right {
    float: none;
    width: 100%;
  }
  .box_half_right {
    margin-top: 40px;
  }
  footer .footer_site_info .footer_site_info_inner {
    width: 100%;
    padding: 20px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_info {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_info #footer_logo_rblcafe {
    width: 80px;
    float: left;
    margin-bottom: 8px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_info strong {
    margin-left: 20px;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    float: left;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_info strong .txt_jp {
    font-size: 11px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_info p {
    margin-left: 8px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_info .box_sns {
    margin-top: 20px;
    margin-left: 8px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_link {
    width: 100%;
    float: none;
    display: block;
    margin-top: 40px;
  }
  footer .footer_site_info .footer_site_info_inner .box_shop_link .box_shop_link01
, footer .footer_site_info .footer_site_info_inner .box_shop_link .box_shop_link02 {
    width: 100%;
    float: left;
    clear: both;
    min-height: auto;
  }
  footer .footer_site_link .footer_site_link_inner {
    width: 90%;
    padding: 0;
    margin: 20px auto 12px;
  }
  footer .footer_site_link .footer_site_link_inner a {
    width: 48%;
    max-width: 190px;
    margin: 1% 1% 1% 1%;
  }
  footer .footer_site_link .footer_site_link_inner a img {
    display: inline-block;
    vertical-align: bottom;
  }
  #copyright {
    display: block;
    position: relative;
    writing-mode: lr;
    -webkit-writing-mode: lr;
    right: auto;
    top: auto;
    text-align: center;
  }
  #page_top {
    bottom: 2px;
    right: 4px;
  }
  #page_top img {
    width: 60px;
    height: auto;
  }
}

@media print {
  #pageTop {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
