@charset "UTF-8";
/*---------------------------------
	BODY
-----------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #c5bd99;
  margin: 0;
  margin-bottom: 313px;
  padding: 0;
  color: #251e15;
  font-size: 16px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  line-height: 1.8;
}
a {
  color: #251e15;
  text-decoration: none;
}
a:hover {
  color: #ce6129;
  text-decoration: underline;
}
@font-face {
  font-family: "LogoFont";
  src: url("/fonts/logo.eot") format("eot");
  src: url("/fonts/logo.woff") format("woff"),
    url("/fonts/logo.ttf") format("truetype");
}
input[type="button"] {
  -webkit-appearance: none;
}
#wrapper {
  height: auto;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin: 0;
}
.font-bold {
  font-weight: bold
}
/*---------------------------------
	HEADER
-----------------------------------*/
#header {
  background: #1a1a1a;
  padding: 10px 0 0 0;
}
#header.navbar {
  border: 0;
  border-radius: 0;
}
#header .nav-header {
  margin: 0px auto;
  max-width: 960px;
  width: 100%;
  padding-left: 15px;
}
#header .nav-title {
  float: left;
}
#header i.glyphicon-share-alt {
  margin-right: 5px;
  color: #c84138;
}
#header h1 {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #d0c8a2;
  margin: 0;
}
#header .nav-menu {
  margin-top: 0;
  margin-bottom: 0;
}
#header a.LogoFont {
  font-family: "LogoFont";
  font-size: 26pt;
  letter-spacing: 7px;
  color: #f5f5f5 !important;
}
#header a.LogoFont:hover {
  font-family: "LogoFont";
  font-size: 26pt;
  letter-spacing: 7px;
  color: #f5f5f5 !important;
  text-decoration: none;
}
#header #gnavi_area {
  background-color: #cc6633;
  clear: both;
}
/*---------------------------------*/
/*		RESPONSIVE
/*---------------------------------*/
@media only screen and (min-width: 768px) {
  #header .logo {
    clear: both;
    margin: 0;
    float: left;
    text-align: left;
  }
  #header .contact {
    margin-right: 15px;
    float: right;
  }
  #gnavi_area ul,
  #gnavi_area a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1;
  }
  #gnavi_area ul {
    list-style: none;
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
  }
  #gnavi_area ul:before {
    content: "";
    display: block;
  }
  #gnavi_area ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #gnavi_area a:link,
  #gnavi_area a:visited {
    padding: 12px 0px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 -1px 1px #560f0e;
    border-right: 1px solid #981b18;
  }
  #gnavi_area a:hover {
    color: #ffffff;
    text-shadow: 0 1px 1px #e3504d;
  }
  #gnavi_area li {
    float: left;
    border-right: 1px solid #cc9966;
    width: 14.2857%;
  }
  #gnavi_area li:hover {
    background-color: #cc4d33;
  }
  #gnavi_area li:first-child {
    border-left: 1px solid #981b18;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    clear: both;
    margin: 0;
    padding: 0;
    float: center;
    text-align: center;
  }
  #header .contact {
    /*    display:none;*/
    float: center;
    text-align: center;
    padding: 0 0 10px;
  }
  #gnavi_area ul,
  #gnavi_area a {
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 0px;
  }
  #gnavi_area a:link,
  #gnavi_area a:visited {
    color: #ccc;
  }
  #gnavi_area a:hover {
    color: #fff;
    text-decoration: none;
  }
  #gnavi_area li {
    list-style-type: none;
    font-size: 14pt;
    line-height: 2em;
  }
}
/*---------------------------------
	FOOTER
-----------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  height: 263px;
  width: 100%;
  background: #1a1a1a;
  border-top: 8px solid #cc3300;
}
#footer i.glyphicon {
  margin-right: 8px;
  color: #cc6600;
}
#footer .about_wrapper {
  width: 100%;
  background: #333;
}
#footer .aboutus {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding: 5px 0px 5px;
  color: #ccc;
}
#footer table.tel {
  margin-left: 45px;
}
#footer td.tel {
  padding-right: 10px;
  line-height: 1.8em;
}
#footer .copy_wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding: 8px 0px 0px;
  background: #1a1a1a;
}
#footer a {
  color: #d0c8a2;
  font-size: 15px;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer ul.shop {
  list-style-type: none;
  padding-left: 10px;
}
#footer li.shop {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #68573a;
}
#footer li.l {
  border: none;
}
#footer small {
  color: #d0c8a2;
  font-size: 13px;
}
/*---------------------------------
	ページ WRAPPER
-----------------------------------*/
#p_wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
}
#p_wrapper i.glyphicon-record {
  font-size: 80%;
  font-weight: bold;
  color: #a94442;
  margin-right: 5px;
}
#p_wrapper h2 {
  font-size: 28px;
  line-height: 1.6;
  border-bottom: 3px solid #000;
}
#p_wrapper h3.general {
  font-size: 20px;
  margin: 50px 0 10px;
  border-left: 8px solid #da6230;
  border-bottom: 1px solid #696969;
  padding: 0.4em 0.6em;
}
/*
#p_wrapper h4 {
	font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
}
*/
#p_wrapper p.explanation {
  font-size: 20px;
}
/*---------------------------------
	サイドバー（フォーム）
-----------------------------------*/
#form i.glyphicon-envelope,
i.glyphicon-search {
  font-size: 80%;
  font-weight: bold;
  color: #663300;
  margin-right: 5px;
  margin-left: 3px;
}
#form i.glyphicon-pushpin,
i.glyphicon-time {
  font-size: 120%;
  color: #555;
  margin-right: 7px;
}
#form .btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
#form .btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
#form .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/*---------------------------------
	サイドバー（TEL）
-----------------------------------*/
#aside_tel i.glyphicon-phone-alt {
  font-size: 110%;
  font-weight: bold;
  color: #cc9966;
  margin-right: 5px;
}
#aside_tel ul {
  list-style: none;
}
#aside_tel h2 {
  color: #fff;
  border: 0;
  font-size: 18px;
  background-color: #996600;
}
#aside_tel .list-group-item:last-child {
  border-radius: 0;
}
/*---------------------------------
	SIDE サブメニュー
-----------------------------------*/
.side_menu {
  margin-bottom: 30px;
}
.side_menu .menu {
  background: #352e22;
  padding: 22px;
  color: #dbd2aa;
}
.side_menu h3 {
  line-height: 1.5;
  font-size: 20px;
}
.side_menu li {
  background: #dbd2aa url(../img/icon_sidemenu.png) no-repeat 20px center;
  line-height: 49px;
  padding: 0 20px 0 34px;
  border-left: 1px solid #b7ae8c;
  border-right: 1px solid #b7ae8c;
  border-bottom: 1px solid #b7ae8c;
}
.side_menu li a {
  color: #251e15;
  display: block;
}
.side_menu li a:hover {
  text-decoration: none;
}
.side_menu li:hover {
  background: #ede3b8 url(../img/icon_sidemenu.png) no-repeat 20px center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*---------------------------------
	TOPページ
-----------------------------------*/
#top div.col-sm-4 {
  padding: 6px;
}
#top div.points {
  border-radius: 10px !important;
  padding: 15px;
  text-align: center;
}
#top h3.points {
  font-size: 23px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
  margin-bottom: 10px;
}
#top p.points {
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 1.6;
}
#top .points img.img-responsive {
  margin-bottom: 10px;
  max-width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#top ul.recommend {
  list-style: none;
  padding-left: 10px;
  font-size: 18px;
  line-height: 2;
}
#top .glyphicon-ok-sign {
  font-size: 18px;
  margin-right: 5px;
}
#top a.price {
  font-weight: bold;
  text-decoration: underline;
}
#top #live-pics .item {
  margin: 3px;
}
#top #live-pics .item img {
  display: block;
  width: 100%;
  height: auto;
}
#top div.jirei {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #top div.jirei {
    margin-top: 0;
  }
}

/*---------------------------------
	トップイメージ
-----------------------------------*/
#main_image_area {
  width: 100%;
  height: 464px;
  padding-top: 20px;
  margin: 0 0 50px;
  background: #d0c8a2;
}
#main_image_area .main_image {
  background: url(../img/main_image.jpg) no-repeat;
  width: 960px;
  height: 300px;
  margin: 0 auto;
  text-indent: -9999px;
}
#main_image_area .catch {
  width: 960px;
  margin: 20px auto 0;
}
#main_image_area ul {
  overflow: hidden;
  margin-right: -8px;
}
#main_image_area li {
  width: 234px;
  height: 160px;
  float: left;
  margin-right: 8px;
}
/*---------------------------------
	貸切料金(PRICE)
-----------------------------------*/
#price i.icon-custom {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  border-radius: 50% !important;
  text-align: center;
  display: inline-block;
  border: solid 1px #555;
  margin:15px 0
}
#price i.fa-check-circle-o {
  font-size: 120%;
} 
#price a.underline {
  text-decoration: underline;
}
#price .btn {
  cursor: auto;
}
#price .btn-lg {
  padding: 10px 17px;
  font-size: 19px;
}
#price .hover-effect {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#price .pricing-content li {
  color: #333;
  font-size: 16px;
  padding: 7px 10px;
}
#price .fa-gift,
#price .fa-glass,
#price .fa-gift,
#price .fa-clock-o,
#price .fa-pencil-square-o {
  background: #f5b11c;
}
#price table {
  margin-bottom: 50px;
}
#price th {
  background: #bab290;
  line-height: 2em;
  border: 1px solid #7b7467;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#price td {
  background: #eadfb4;
  line-height: 2em;
  text-align: center;
  border: 1px solid #7b7467;
}
#price td.s {
  background: #cdc49f;
}
#price p.note {
  font-size: 16px;
  color: #444;
  padding-left: 3px;
  font-style: italic;
  margin-bottom: 40px;
}
#price .glyphicon-question-sign {
  margin-left: 5px;
  font-size: 20px;
  color: #663300;
}
#price .fa-calculator {
  margin-right: 5px;
  font-size: 30px;
}
#price .simulator {
  font-size: 23px;
  color: #555;
}
#price .well {
  background-color: #eadfb4;
  border: 1px solid #8e6f4d;
}
#price div.options {
  border-radius: 10px !important;
  padding: 20px 30px;
  margin-bottom: 20px;
  text-align: center;
}
#price h3.options {
  font-size: 22px;
  font-weight: bold;
}
#price .funny-boxes {
  overflow: hidden;
  padding: 5px 20px;
  border-top: solid 4px #A94342;
}
#price .entend {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: smaller;
}
@media (max-width: 767px) {
  #price div.options {
    border-radius: 10px !important;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  #price h3.options {
    margin: 10px auto;
  }
  #price dl.options {
    padding-left: 0px;
  }
  #price dt.options {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #price .well {
    padding: 8px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  #price .wide {
    padding-left: 5px;
    padding-right: 5px;
  }
  #price .top20 {
    padding-top: 20px;
  }

}
@media (min-width: 768px) {
  #price .vCenter {
    display: flex;
    align-items: center;
  }
}

/*---------------------------------
	お店の紹介
-----------------------------------*/
#shopinfo section {
  border: 0;
}
@media (max-width: 767px) {
  #shopinfo div.col-sm-6 {
    padding: 0;
  }
  #shopinfo div.col-sm-8 {
    padding: 0;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #shopinfo table.spec {
    table-layout: fixed;
  }
}
#shopinfo li > i.glyphicon-ok-sign {
  font-size: 20px;
  color: #663300;
  margin-right: 5px;
}
#shopinfo .google-maps {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
#shopinfo .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
#shopinfo ul.character {
  font-size: 18px;
  padding-left: 20px;
  list-style-type: none;
}
#shopinfo th {
  background: #bab290;
  line-height: 2em;
  border: 1px solid #7b7467;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#shopinfo td {
  background: #eadfb4;
  line-height: 2em;
  text-align: center;
  border: 1px solid #7b7467;
}
#shopinfo td.s {
  background: #cdc49f;
}
#shopinfo td.none {
  color: #808080;
}
#shopinfo td.row {
  display: table-cell;
  vertical-align: bottom;
}
#shopinfo .glyphicon-ok-sign {
  font-size: 19px;
  color: #009933;
}
#shopinfo .glyphicon-search {
  font-size: 19px;
  color: #cc6633;
}
/*---------------------------------
	機材表（EQUIPMENT）
-----------------------------------*/
#equipment th {
  background: #bab290;
  line-height: 2em;
  border: 1px solid #7b7467;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0;
}
#equipment td {
  background: #eadfb4;
  line-height: 2em;
  text-align: center;
  border: 1px solid #7b7467;
}
#equipment td.s {
  background: #cdc49f;
}
#equipment td.row {
  display: table-cell;
  vertical-align: bottom;
}
#equipment .nav-pills > li > a {
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  font-weight: bold;
  border: 1px solid #666;
  border-bottom: 0;
}
@media (max-width: 768px) {
  #equipment .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #equipment .nav-justified > li > a {
    margin-bottom: 0 !important;
  }
}
/*---------------------------------
	メニュー表（MENU）
-----------------------------------*/
#menu th {
  background: #c5bd99;
  line-height: 2em;
  border: 1px solid #7b7467;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0;
  font-weight: normal;
}
#menu td {
  background: #eadfb4;
  line-height: 2em;
  text-align: center;
  border: 1px solid #7b7467;
}
#menu td.category {
  background: #bab290;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
}
#menu .nav-pills > li > a {
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  font-weight: bold;
  border: 1px solid #666;
  border-bottom: 0;
}
@media (max-width: 768px) {
  #menu .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #menu .nav-justified > li > a {
    margin-bottom: 0 !important;
  }
}

/*---------------------------------
	ご利用の流れ（FLOW）
-----------------------------------*/
#flow .label {
  font-size: 100%;
}
#flow div.steps {
  border-radius: 10px !important;
  border: solid 2px #9c8061;
  padding: 20px 30px;
  margin-bottom: 25px;
  text-align: center;
  min-height: 170px;
}
#flow h4 {
  font-weight: 700;
  font-size: 23px;
  color: #663300;
  line-height: 2;
  border-bottom: 0;
  padding-bottom: 0;
}
#flow p.steps {
  font-size: 18px;
  color: #333;
  text-align: left;
  padding-top: 10px;
}
#flow a.btn {
  margin: 10px;
}

@media (max-width: 767px) {
  #flow div.steps {
    border-radius: 10px !important;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  #flow h4 {
    margin: 0 auto;
    line-height: 2.5;
  }
}

/*---------------------------------
	FAQ
-----------------------------------*/
#faq h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 10px;
  border-left: 8px solid #da6230;
  border-bottom: 1px solid #696969;
  padding: 0.4em 0.6em;
}
#faq p.answer {
  margin-bottom: 2rem;
}
#faq a {
  text-decoration: none;
}
#faq a:hover {
  text-decoration: none;
}
#faq a.underline {
  text-decoration: underline;
}
#faq .panel-title {
  font-size: 17px;
  line-height: 1.5;
}
#faq span.glyphicon-question-sign {
  font-size: 130%;
  padding: 0 5px;
  color: #d2691e;
  vertical-align: middle;
  top: 0;
}
#faq span.glyphicon-user {
  font-size: 130%;
  padding: 0 5px;
  color: #999;
}
/*---------------------------------
	お問い合わせフォーム(CONTACT)
-----------------------------------*/
#contact article {
  margin-bottom: 30px;
}
#contact p.complete {
  font-size: 18px;
}
#contact span.help-block {
  font-weight: bold;
  vertical-align: top;
  color: #cc3300;
}
#jirei div.jirei {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #jirei div.jirei {
    margin-top: 0;
  }
}
#jirei i.glyphicon-user {
  font-size: 80%;
  font-weight: bold;
  color: #663300;
  margin-right: 5px;
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  #contact article {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/*---------------------------------
	下見受付フォーム(PREVIEW)
-----------------------------------*/
#preview p.complete {
  font-size: 18px;
}
#preview .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
#preview article {
  margin-bottom: 30px;
}

/*---------------------------------
	候補日仮押さえ(tentative)
-----------------------------------*/
#tentative article {
  margin-bottom: 30px;
}
#tentative p.complete {
  font-size: 18px;
}
#tentative .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #tentative .ui-datepicker {
    font-size: 95%;
  }
}

/*---------------------------------
	概要受付フォーム
-----------------------------------*/
#detail .glyphicon-question-sign {
  margin-left: 5px;
  font-size: 20px;
  color: #663300;
}
#detail .form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -10px;
}
#detail table {
  border: 1px solid #000;
}
#detail th {
  background: #bab290;
  border: 1px solid #666;
}
#detail td {
  background: #dbd2aa;
  border: 1px solid #666;
}

/*---------------------------------
	お客様の声(uservoice)
-----------------------------------*/
#uservoice .icon-bubbles {
  font-size: 130%;
  margin-right: 5px;
  color: #c84138;
}
#uservoice ul {
  list-style: none;
  padding-left: 0;
}
#uservoice li {
  margin: 0 0 30px 0;
  font-size: 18px;
  background: #e1dcc4;
  padding: 20px;
  border: 1px solid #b3a996;
}
#uservoice li img.thum {
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
/*---------------------------------
	イベント（メリット）
-----------------------------------*/
#event h3.general {
  font-size: 20px;
  margin: 0 0 10px;
  border-left: 8px solid #da6230;
  border-bottom: 1px solid #696969;
  padding: 0.4em 0.6em;
}
#event p {
  font-size: 18px;
}
#event p.advantage {
  font-size: 18px;
  padding-bottom: 15px;
}
#event td {
  background: #dbd2aa;
  line-height: 2em;
  text-align: center;
  border: 1px solid #7b7467;
}
#event td.s {
  background: #cdc49f;
}

#event .day_ex h3 {
  background: url(../img/icon_h3.png) no-repeat left 8px;
  font-size: 19px;
  line-height: 2;
  padding-left: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
#event .day_ex li {
  border: 1px solid;
  padding: 5px;
  margin-bottom: 16px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#event .day_ex li span.iconlist {
  background: url(../img/icon_exlist.png) no-repeat 10px 5px;
  padding-left: 29px;
}
#event .day_ex li span.icon {
  background: url(../img/icon_ex.png) no-repeat 30px center;
  padding: 0 0 0 49px;
}
#event .day_ex li span.price {
  font-size: 16px;
  font-weight: bold;
  color: #cb7b17;
}
#event .day_ex li span.pricemerit {
  font-size: 16px;
  font-weight: bold;
  color: #cb7b17;
  padding-left: 40px;
}
#event .system_memo {
  margin-bottom: 20px;
}
#event .system_memo h3 {
  background: url(../img/icon_h3.png) no-repeat left 8px;
  font-size: 19px;
  line-height: 2;
  padding-left: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}

/*---------------------------------
	tab
-----------------------------------*/
table.tab {
  border-collapse: collapse;
  border: 0px;
}
table.tab tr td {
  padding: 0px;
}
.tab {
  border-color: #251e15;
  border-style: solid;
  font-size: 11pt;
  font-weight: bold;
  width: 100px;
  height: 32px;
  text-align: center;
  vertical-align: center;
  line-height: 32px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0px;
}
/*---------------------------------
    利用事例
-----------------------------------*/
#examples div.points {
  border-radius: 10px !important;
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f5f5f5;
  text-align: center;
}
#examples h3.points {
  color: #000;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
#examples dt.points {
  font-size: 17px;
  text-align: left;
}
#examples dd.points {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.5;
}

/*---------------------------------
	通常ライブ枠との違い（DIFFERENCES）
-----------------------------------*/
#difference .label {
  font-size: 80%;
  font-weight: normal
}
#difference div.steps {
  border-radius: 10px !important;
  border: solid 2px #9c8061;
  padding: 20px 30px;
  margin-bottom: 25px;
  text-align: center;
  min-height: 170px;
}
#difference h4 {
  font-weight: 700;
  font-size: 23px;
  color: #663300;
  line-height: 3;
  border-bottom: 0;
  padding-bottom: 0;
}
#difference p.steps {
  font-size: 18px;
  color: #333;
  text-align: left;
}
#difference .simulator {
    font-size: 20px;
}
#difference thead {
    color: #eee;
    background-color: #8A6D3B;
}
#difference th {
    vertical-align: middle;
    text-align: right;
    padding: 10px;
}
#difference td {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    font-size: larger;

}
@media (max-width: 767px) {
  #difference div.steps {
    border-radius: 10px !important;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  #difference h4 {
    margin: 0 auto;
    line-height: 2.5;
  }
}
@media (min-width: 768px) {
  #difference .vCenter {
    display: flex;
    align-items: center;
  }
  #difference table {
    table-layout: fixed;
  }
}