@charset "UTF-8";

body {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  min-width: 1200px;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;
}

.pagetop {
  border-radius: 2px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 88px;
  right: 40px;
  z-index: 1000;
}

.pagetop:hover {
  opacity: .6;
}

.pagetop img {
  width: 130px;
  height: auto;
}

.cf:after {
  display: block;
  content: "";
  clear: both;
}

.clear {
  clear: both;
}

.idx dl,
.idx dt,
.idx dd,
.idx ul,
.idx li,
.idx a,
.idx span,
.idx i,
.idx div,
.idx section {
  box-sizing: border-box;
}

.idx img {
  max-width: 100%;
}

.idx_inner {
  min-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* ==========================================================================

  01. header
  02. nav
  03. footer
  04. low-common-design(low only)
  05. menu
  06. reservebanner (low only)

  09. multi-class

  10. 404 error

========================================================================== */
/*
  01. header
========================================================================== */
.head ul,
.head li,
.head a,
.head span,
.head i,
.head div,
.head section {
  box-sizing: border-box;
}

.head img {
  max-width: 100%;
}

.head {
  position: relative;
  min-width: 1240px;
  margin-bottom: 10px;
}

.head:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  height: 6px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #3eb134;
}

.head_btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 18%;
  max-width: 270px;
}

.head_btn a {
  display: block;
  position: absolute;
  top: 0;
}

.head_btn a:nth-of-type(1) {
  left: 0;
  width: 52.19%;
  z-index: 3;
}

.head_btn a:nth-of-type(2) {
  right: 0;
  width: 56.57%;
  z-index: 2;
}

.head_inner {
  margin: 0 auto;
  padding-top: 16px;
  width: 96%;
  min-width: 1200px;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 17.5%;
}

@media screen and (min-width: 1560px) {
  .head_inner {
    padding-right: calc(286px - ((100% - 1500px) / 2));
  }
}

.head_logo {
  width: 32.57%;
  width: 37%;
  max-width: 488px;
  text-align: center;
}

.head_logo a {
  padding: 0 5%;
  display: block;
}

.head_txt {
  flex: 1;
  margin-left: auto;
}

.head_ttl {
  text-align: right;
  font-size: 12px;
  color: #646464;
  margin-bottom: 0.5em;
  padding-right: 0.4em;
  padding-top: 0.4em;
}

.head_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.head_tel {
  color: #444444;
  text-align: center;
  margin-right: 3%;
}

.head_tel dt {
  font-size: 14.8px;
  padding: 0 0.5em;
}

.head_tel dd {
  border-top: 1px solid #ffc651;
  font-size: 32.7px;
  line-height: 1;
  margin-top: 0.2em;
  padding-top: 0.2em;
  font-family: 'Times New Roman';
  letter-spacing: 0.06em;
}

.head_tel dd span {
  padding-left: 1em;
  display: inline-block;
  background-image: url("../images/common/icon_tel.png");
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: 0.2em 50%;
}

.head_time {
  display: flex;
}

.head_time dt {
  width: 19.26%;
  margin-right: 1em;
  max-width: 66px;
}

.head_time dd {
  font-family: "中ゴシックBBB", Gothic Medium BBB;
  text-align: left;
}

.head_time_open {
  padding-left: 0.4em;
}

.head_time_open .fa:nth-of-type(1) {
  color: #ff7f47;
}

.head_time_open .fa:nth-of-type(2) {
  color: #3eb134;
}

.head_time_close {
  color: #4b4b4b;
  font-size: 12px;
  border-top: 1px solid #ffc651;
  padding-top: 0.5em;
}

.head_time_close i {
  font-size: 11px;
}

/*
  02. gnav
========================================================================== */
.gnav nav,
.gnav ul,
.gnav li,
.gnav a,
.gnav span,
.gnav i,
.gnav div {
  box-sizing: border-box;
}

.gnav img {
  max-width: 100%;
  vertical-align: middle;
}

.gnav {
  padding: 30px;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 96%;
  min-width: 1160px;
  max-width: 1540px;
  margin: 0 auto;
}

.gnav li {
  width: 14.7%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px 0 10px;
}

.gnav li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50%;
  top: 25%;
  right: 1px;
  z-index: 5;
  background: #4b4b4b;
}

.gnav li:last-child:after {
  display: none;
}

.gnav li a {
  display: block;
  width: 98%;
  margin: 0 auto;
  position: relative;
}

.gnav li a i {
  display: block;
  position: relative;
  z-index: 3;
  transition: 0.3s;
}

.gnav li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  content: "";
  display: block;
  transition: 0.3s;
  opacity: 0;
}

.gnav li.selected a i,
.gnav li a:hover i {
  opacity: 0;
}

.gnav li.selected a:before,
.gnav li a:hover:before {
  opacity: 1;
}

.gnav li img {
	width: auto;
  height: 38px;
}

.gnav li.gnav_home {
  width: auto;
  flex: 1;
}

.gnav li.gnav_staff {
  width: 15.4%;
}

.gnav li.gnav_tour {
  width: 13.4%;
}

.gnav li.gnav_map_time {
  width: 16.2%;
}

.gnav li.gnav_price {
  width: 12.5%;
}

.gnav li.gnav_recruit {
  width: 15.2%;
}

.gnav li.gnav_contact {
  width: 14.7%;
}

.gnav .gnav_home img {
  height: 31px;
}

.gnav .gnav_map img,
.gnav .gnav_staff img {
  height: 37px;
}

.gnav li.gnav_home a:before {
  background-image: url("../images/common/gnav_home_on.png");
  background-size: auto 31px;
}

.gnav li.gnav_staff a:before {
  background-image: url("../images/common/gnav_staff_on.png");
}

.gnav li.gnav_tour a:before {
  background-image: url("../images/common/gnav_tour_on.png");
}

.gnav li.gnav_map_time a:before {
  background-image: url("../images/common/gnav_map_time_on.png");
}

.gnav li.gnav_price a:before {
  background-image: url("../images/common/gnav_price_on.png");
}

.gnav li.gnav_recruit a:before {
  background-image: url("../images/common/gnav_recruit_on.png");
}

.gnav li.gnav_contact a:before {
  background-image: url("../images/common/gnav_contact_on.png");
}

/*
  03. footer
========================================================================== */
.foot ul,
.foot li,
.foot a,
.foot span,
.foot i,
.foot div,
.foot section {
  box-sizing: border-box;
}

.foot img {
  max-width: 100%;
}

.foot {
  position: relative;
  margin-top: 95px;
  background: #eeffed;
  display: flex;
  min-width: 1200px;
}

.foot_left {
  flex: 1;
  padding-bottom: 58px;
}

.foot_inner {
  position: relative;
  margin-left: auto;
  width: 96%;
  max-width: 685px;
  padding-right: 60px;
}

.foot_logo {
  width: 263px;
  margin: 0 auto 66px;
}

.foot_logo a {
  display: block;
}

.foot_logo img {
  margin-top: -45px;
}

.foot_btn {
  position: absolute;
  top: 56px;
  right: 46px;
  width: 226px;
  height: 160px;
}

.foot_btn a {
  position: absolute;
  display: block;
}

.foot_btn a:nth-of-type(1) {
  width: 111px;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.foot_btn a:nth-of-type(2) {
  width: 135px;
  right: 0;
  top: 0;
  z-index: 2;
}

.foot_addr {
  color: #646464;
  font-size: 16px;
  margin-bottom: 24px;
}

.foot_access {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.foot_access p {
  width: 60%;
  font-size: 15px;
  color: #4b4b4b;
  padding-left: 1.5em;
  background-image: url("../images/common/icon_leaf.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px auto;
}

.foot_access p em {
  font-size: 17px;
  color: #3eb134;
  font-style: normal !important;
}

.foot_access p i {
  font-size: 20px;
}

.foot_access a {
  display: block;
  flex: 1;
}

.foot_access a img {
  width: 207px;
}

.foot_tel {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #ffc651;
  margin: 0 1em 50px;
  padding-bottom: 0.4em;
  color: #444444;
}

.foot_tel dt {
  font-size: 14.8px;
  flex-shrink: 0;
  padding-left: 1em;
}

.foot_tel dd {
  flex: 1;
  font-size: 38.8px;
  line-height: 1;
  margin-top: 0.2em;
  padding-top: 0.2em;

  letter-spacing: 0.06em;
}

.foot_tel dd span {
  padding-left: 1em;
  display: inline-block;
  background-image: url("../images/common/icon_tel.png");
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: 0.2em 50%;
  font-family: "Times New Roman", sans-serif;
}

.foot_timetable {
  margin-bottom: 30px;
}

.foot_timetable table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}

.foot_timetable thead {
  background: #3eb134;
  color: #fff;
  font-size: 15px;
}

.foot_timetable th {
  width: 32%;
  font-size: 15px;
  text-align: center;
}

.foot_timetable td {
  width: calc(64% / 8);
  text-align: center;
}

.foot_timetable thead th {
  padding: 0.6em 0;
}

.foot_timetable tbody {
  border-bottom: 1px solid #3eb134;
}

.foot_timetable tbody th {
  padding: 0.6em 0;
}

.foot_timetable tbody td {
  color: #5d5a59;
  font-size: 12px;
}

.foot_timetable tbody tr:nth-of-type(1) th {
  padding-top: 0.8em;
}

.foot_timetable tbody tr:nth-of-type(2) th {
  padding-bottom: 0.8em;
}

.foot_timetable ul {
  margin-top: 1em;
  text-align: right;
}

.foot_timetable ul li i {
  font-size: 16px;
}

.foot_sitemap {
  padding: 20px 34px;
  background: #fff;
}

.foot_sitemap_ttl {
  margin-bottom: 20px;
  border-bottom: 1px solid #febb31;
  padding: 0.4em;
}

.foot_sitemap_ttl img {
  height: 15px;
}

.foot_nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.foot_nav li {
  margin-bottom: 0.5em;
}

.foot_nav ul:nth-child(2) li:nth-child(9),
.foot_nav ul:nth-child(3) li:nth-child(1) {
  grid-column: 1/3;
}

.foot_nav li a {
  display: inline-block;
  font-size: 12px;
  color: #3a3a3a;
  text-decoration: underline;
}

.foot_right {
  position: relative;
  padding-bottom: 48px;
  right: 0;
  width: calc(50% - 70px);
}

.gmap {
  position: relative;
  height: calc(100% + 95px - 150px);
  margin-top: -95px;
  width: 100%;
  vertical-align: top;
  border: 0 none;
}

.gmap iframe {
  height: 100%;
  width: 100%;
  vertical-align: top;
  border: 0 none;
}

.foot_copyright {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-family: 'Times New Roman';
  color: #3a3a3a;
  font-size: 12px;
  text-align: center;
}

.foot_humanity {
  position: absolute;
  right: 40px;
  bottom: 25px;
}

/*
  04. low-common-design(low only)
========================================================================== */
.pc-contents {
  min-width: 1100px;
  max-width: 1300px;
  width: 80%;
  margin: 30px auto 10px;
  display: flex;
  padding-bottom: 130px
}

.left-contents {
  max-width: 300px;
  margin-right: 80px;
}

.right-contents {
  float: right;
  padding-top: 10px;
}

.mainPhoto {
  width: 100%;
}

.mainPhoto img {
  width: 100%;
  display: block;
}

.page-catch {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 18px;
  background: #fffbf3;
  color: #5b2e09;
  padding: 32px 32px 38px 32px;
  position: relative;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.page-catch:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  pointer-events: none;
}

/*
  05. menu
========================================================================== */
.menu nav,
.menu ul,
.menu li,
.menu a,
.menu span,
.menu_ttl {
  box-sizing: border-box;
}

.menu img {
  max-width: 100%;
}

.menu {
  width: 218px;
  padding: 40px 25px 15px;
  position: relative;
  border: 1px solid rgba(227, 246, 226, 0.3);
  box-shadow: 6px 6px 10px rgba(224, 217, 202, 0.2);
}

.menu_logo {
  position: absolute;
  top: -15px;
  left: calc(50% - 20px);
  width: 41px;
}

.menu_ttl {
  margin-bottom: 30px;
}

.menu nav {
  width: 224px
}

.menu_list li {
  position: relative;
  margin-left: 0.5em;
  margin-bottom: 1.4em;
  font-size: 16px;
  font-family: "中ゴシックBBB", Gothic Medium BBB;
}

.menu_list li a {
  display: block;
  position: relative;
  line-height: 100%;
  color: #676767;
  transition: 0.3s;
  padding-left: 1.5em;
  background-image: url("../images/common/icon_leaf.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 8px auto;
}

.menu_list li.line2 a {
  background-position: 0 25%;
}

.menu_list li a span {
  display: inline-block;
}

.sidebanner {
  padding: 48px 0 0 0;
}

.sidebanner li {
  margin: 0 0 25px 0;
}

.sidebanner li:last-child {
  margin: 0;
}

.sidebanner img {
  width: 100%;
}

/*
  06. reservebanner (low only)
========================================================================== */
.private {
  margin: 60px 0 0 0;
}

.information-box {
  box-sizing: border-box;
  padding: 52px 0 18px 28px;
  background: url("../images/common/lowft_bg.jpg");
  background-size: 100% auto;
  border: 2px solid #3eb134;
}

.lowft-logo {
  display: block;
  width: 341px;
}

.reserve-btn {
  padding: 31px 0 0 0;
  font-size: 0;
}

.reserve-btn li {
  display: inline-block;
}

.reserve-btn li:first-child {
  margin: 0 15px 0 0;
}

.reserve-btn li:first-child img {
  width: 183px;
}

.reserve-btn li:last-child img {
  width: 194px;
}

.information-box dl {
  width: 322px;
  color: #444;
}

.information-box dl dt {
  padding: 0 0 0 15px;
  font-size: 15px;
  border-bottom: 1px solid #ffc651;
}

.information-box dl dd {
  padding: 0 0 0 15px;
}

.information-box .lowft-tel {
  padding: 40px 0 0 0;
}

.information-box .lowft-tel dd {
  font-size: 34.58px;
  font-family: 'Times New Roman', serif;
}

.information-box .lowft-tel i img {
  margin: -.25em 10px 0 0;
  width: 19px;
  vertical-align: middle;
}

.information-box .lowft-addr {
  padding: 19px 0 0 0;
}

.information-box .lowft-addr dd {
  padding: 5px 0 0 15px;
  line-height: 1.48;
  font-size: 14px;
}

/* table-nostyle */
.lowft-timetable .table-nocolor th,
.lowft-timetable .table-nocolor td {
  padding: 7px 3px 4px;
}

.lowft-timetable .table-nocolor th,
.lowft-timetable .table-nocolor thead td {
  color: #c95e16;
  background: #ffebbb;
  border: 1px solid #edcda6;
}

.lowft-timetable .table-nocolor tbody th {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
}

/*
  09. multi-class
========================================================================== */
/* 画像 */
.fade {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.fade:hover {
  opacity: .5;
  filter: alpha(opacity=60);
}

.img-border {
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
}

.center {
  text-align: center;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

/* テキスト */
.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sawa-gothic {
  font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-link {
  color: #ea3017;
  text-decoration: underline;
  margin: 0 1px;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #ccc;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.re {
  color: #FF373A;
}

.gr {
  color: #3eb134;
}

.ch {
  color: #5b2e09;
}

i.fa {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispIB {
  display: inline-block;
}

span:lang(ja) {
  font-family: san-serif
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 見出し */
.ttl-low1,
.ttl-low {
  font-size: 17px;
  padding: 12px 10px 12px 28px;
  line-height: 1.4;
  font-family: "Sawarabi Gothic";
}

.ttl-low1-1 {
  background: #d2f5d2;
  color: #3eb134;
}

.ttl-low1-2 {
  background: #fbefd6;
  color: #5b2e09;
}

.ttl-low2 {
  font-size: 17px;
  padding: 3px 0 8px 32px;
  font-family: "Sawarabi Gothic";
  line-height: 1.4;
  position: relative;
}

.ttl-low2-1 {
  color: #3eb134;
  border-bottom: 1px dotted #3eb134;
}

.ttl-low2-1:after {
  position: absolute;
  left: 8px;
  top: 12px;
  content: "";
  width: 12px;
  height: 8px;
  background: url(../images/common/icon_leaf.png) no-repeat;
  background-size: contain;
}

.ttl-low2-2 {
  color: #fca344;
  border-bottom: 1px dotted #fca344;
}

.ttl-low2-2:after {
  position: absolute;
  left: 8px;
  top: 12px;
  content: "";
  width: 12px;
  height: 8px;
  background: url(../images/top/icon_leaf.png) no-repeat;
  background-size: contain;
}

.ttl-low3 {
  font-family: "Sawarabi Gothic";
  text-align: center;
  line-height: 2.6;
  font-size: 17px;
}

.ttl-low3-1 {
  border-bottom: 1px solid #3eb134;
  border-top: 1px solid #3eb134;
  color: #3eb134;
}

.ttl-low3-2 {
  border-bottom: 1px solid #5b2e09;
  border-top: 1px solid #5b2e09;
  color: #5b2e09;
}

.ttl-low4 {
  font-size: 16px;
  font-family: "Sawarabi Gothic";
}

.ttl-low4-1 span {
  color: #3eb134;
  padding: 0 4px 3px;
}

.ttl-low4-1 span:first-of-type {
  background: linear-gradient(transparent 55%, #edffeb 55%, #edffeb 100%, #fff 100%, #fff 100%);
}

.ttl-low4-2 span {
  color: #fca344;
  padding: 0 4px 3px;
}

.ttl-low4-2 span:first-of-type {
  background: linear-gradient(transparent 55%, #fff5ea 55%, #fff5ea 100%, #fff 100%, #fff 100%);
}

.ttl-low5 {
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  text-align: center;
  border-radius: 40px;
  padding: 7px 5px 7px;
  line-height: 1.4;
}

.ttl-low5-1 {
  background: #edffed;
  color: #3eb134;
}

.ttl-low5-2 {
  background: #fffaef;
  color: #5b2e09;
}

/* コラム */
.colunm {
  background: #fff9f0;
  padding: 30px 30px 20px;
  border: 1px solid #faf1e4;
}

.colunm .ttl-btn {
  font-size: 16px;
  text-align: center;
  border-radius: 40px;
  padding: 7px 5px 7px;
  line-height: 1.4;
  background: #926642;
  color: #fff;
}

/* テーブル */
.table-normal,
.table-nocolor {
  width: 100%;
}

.table-normal th {
  text-align: center;
  background: #ffebbb;
  color: #c95e16;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #edcda6;
}

.table-normal td {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor th {
  text-align: center;
  background: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor td {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}

.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}

.tAlignL {
  text-align: left !important;
}

.tAlignC {
  text-align: center !important;
}

.tAlignR {
  text-align: right !important;
}

.tVAlignT {
  vertical-align: top !important;
}

.tVAlignM {
  vertical-align: middle !important;
}

.tVAlignB {
  vertical-align: bottom !important;
}

/* list */
.list-num li {
  list-style-type: decimal;
  list-style-position: inside;
}

.list-dot li {
  padding-left: 1em;
  position: relative;
}

.list-dot li:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  content: "・";
  width: 1em;
  height: 1em;
}

.list-nostyle li {
  list-style: none;
}

.list-a {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

.list-check li {
  padding-left: 16px;
  background: url(../images/common/checkmark.png) no-repeat left center;
}

.txt-indent li {
  background-position: left .4em;
  padding-left: 1em;
}

/* 画像・レイアウト */
.img-column-wrap {
  position: relative;
  overflow: hidden;
}

.img-column {
  position: relative;
  left: 50%;
  float: left;
}

.img-column li {
  position: relative;
  float: left;
  left: -50%;
  margin-right: 10px;
}

.img-column.for-two img {
  margin-right: 0 !important;
}

.img-column.for-four li {
  margin-right: 6px;
}

.img-column.for-two li:nth-child(even),
.img-column.for-three li:nth-child(3n),
.img-column.for-four li:nth-child(4n) {
  margin-right: 0 !important;
}

.img-column li:last-child {
  margin-right: 0 !important;
}

.img-column.for-three .img-border,
.img-column.for-four .img-border {
  padding: 3px;
}

/* img+textbox */
div.box-img-right {
  width: 100%;
  display: table;
  direction: rtl;
  zoom: 1;
}

.box-img-right .img {
  margin: 0;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  direction: ltr;
}

.box-img-right img {
  width: 320px;
  height: auto;
}

.box-img-right .box {
  padding: 0 15px 1px 0;
  display: table-cell;
  vertical-align: top;
  direction: ltr;
  text-align: left;
}

div.box-img-left {
  zoom: 1;
}

.box-img-left .img {
  margin: 0;
  padding: 0 15px 0 0;
  display: table-cell;
  width: 1%;
  vertical-align: top;
  position: relative;
}

.box-img-left img {
  width: 320px;
  height: auto;
}

.box-img-left .box {
  display: table-cell;
  vertical-align: top;
}

.box-two-column .box-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}

.box-two-column-around {
  width: 100%;
}

.box-two-column-around .box-img-right {
  width: 48%;
  float: right;
  margin-left: 10px;
}

.box-two-column-around .box-img-left {
  width: 48%;
  float: left;
  margin-right: 10px;
}

.movie_wrap iframe {
  display: block;
  width: 100%;
  height: 460px;
  box-sizing: border-box;
}

/* 症例画像2枚並び */
.case-records {
  background: url(../images/common/arrow02.png) no-repeat center 55%;
  padding: 20px 30px;
}

.case-records li:nth-child(odd) {
  float: left;
  background: url(../images/common/before.png) no-repeat left top;
  padding-top: 20px;
}

.case-records li:nth-child(even) {
  float: right;
  background: url(../images/common/after.png) no-repeat left top;
  padding-top: 20px;
}

/* 2枚画像比較 */
.compare {
  background: url(../images/common/arrow04.png) no-repeat center 48%;
  margin-left: 40px;
  margin-right: 40px;
}

.compare li:nth-of-type(odd) {
  float: left;
}

.compare li:nth-of-type(even) {
  float: right;
}

/* QandA */
.qanda dt {
  background: url(../images/common/qicon.png) no-repeat left center;
  background-size: 32px auto;
  padding-left: 34px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 4px;
}

.qanda dd {
  margin: 0 0 20px 10px;
  background: url(../images/common/aicon.png) no-repeat left top 2px;
  background-size: 32px auto;
  padding-left: 36px;
}

/* 画像ボタン */
.menu-btn li img {
  border: 1px solid #e5a77e;
}

.menu-btn .ttl {
  border-top: 1px solid #e5a77e;
  border-left: 1px solid #e5a77e;
  border-right: 1px solid #e5a77e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 14px 0 12px;
  line-height: 1;
  font-family: "Sawarabi Gothic";
  text-align: center;
  background: #ffebbb;
  color: #c95e16;
  font-size: 16px;
}

.menu-btn li a {
  display: block;
}

.img-column.menu-btn.for-two li:last-child {
  margin-left: 20px;
}

.detail-btn {
  text-align: right;
  font-size: 96%;
  text-decoration: underline;
  margin-top: 5px;
}

.detail-btn i.fa {
  color: #c95e16;
}

.menu-btn2 .ttl {
  background: #edffed;
  color: #3eb134;
  border-color: #3eb134;
}

.menu-btn2 li img {
  border-color: #3eb134;
}

.menu-btn2 .detail-btn i.fa {
  color: #3eb134;
}

.movie iframe {
  max-width: 100%;
}

/* 改行非表示 */
.pc-none {
  display: none;
}

/*
  10. 404 error
========================================================================== */
.error {
  text-align: center;
  font-size: 20px;
  height: 120px;
  padding-top: 150px;
}

/*
	reCAPTCHA
*/
.grecaptcha-badge {
  visibility: hidden;
}

.recapta_message {
  margin-bottom: 10px;
  font-size: 90%;
}
