@charset "UTF-8";

/*============================================================
font-face
============================================================*/

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/YakuHanJP/YakuHanJP-Regular.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Regular.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Regular.eot);
}
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/YakuHanJP/YakuHanJP-Medium.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Medium.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Medium.eot);
}
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/YakuHanJP/YakuHanJP-Bold.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Bold.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

/* icon */
@font-face {
  font-family: 'FontAwesome';
  src: url('icons/fontawesome-webfont.eot?v=4.6.3');
  src: url('icons/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('icons/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('icons/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('icons/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('icons/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right::after {
  content: "\f105";
}

.fa-phone::before {
  content: "\f095";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-chevron-circle-right::after {
  content: "\f138";
}

.fa-chevron-down::after {
  content: "\f078";
}

.fa-external-link::after {
  content: "\f08e";
  margin: 0 3px;
}

.fa-map-marker::before {
  content: "\f041";
}

/*============================================================
reset
============================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}


/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  -ms-overflow-style:none;
}

body {
  background: #000;
  font-family: "YakuHanJP", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  color: #c8c8c9;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

.en {
  font-family: 'Montserrat', sans-serif !important;
}

main {
  display: block;
  padding: 0;
}

section {
  position: relative;
}

h1, h2, h3, h4, h5, th {
  font-weight: 500;
  line-height: 1.4;
}

p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #ed7a53;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

img.img-r {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.box-r {
  border-radius: 15px;
  -webkit-border-radius: 15px;
}

.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.windows .object-fit-img img {
  font-family: 'object-fit: cover; object-position: bottom;'
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

/* テキストハイライト */
*::selection {
  background: rgba(255, 126, 83, .3);
}
*::-moz-selection {
  background: rgba(255, 126, 83, .3);
}

/*============================================================
汎用クラス
============================================================*/

.inner {
  padding: 40px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

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

/* スマートフォンのみ表示 */
.sp {
  display: block !important;
}

/* PCのみ表示 */
.pc {
  display: none !important;
}

/* PCのみ改行 */
.pcbr {
  display: none;
}

/* スマートフォンのみ改行 */
.spbr {
  display: block;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.indent {
  font-size: 11px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.hide {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}
.smt70  {margin-top:70px !important;}
.smt80  {margin-top:80px !important;}
.smt90  {margin-top:90px !important;}
.smt100  {margin-top:100px !important;}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}
.smb70  {margin-bottom:70px !important;}
.smb80  {margin-bottom:80px !important;}
.smb90  {margin-bottom:90px !important;}
.smb100  {margin-bottom:100px !important;}

.fz13  {font-size: 11px;}
.fz14  {font-size: 13px;}
.fz16  {font-size: 14px;}
.fz26  {font-size: 16px; line-height: 1.6;}
.fz28  {font-size: 16px;}
.fz32  {font-size: 20px;}
.fz42  {font-size: 26px;}
.fz50  {font-size: 32px;}
.fz129  {font-size: 32px;}

.bg-org {
  background: #ed7a53;
  color: #000;
}

.bg-gry {
  background: #333333;
  color: #999;
}

.bg-blk {
  background: #000;
  color: #999;
}

.txt-color {
  color: #ed7a53;
}

.page-title {
  font-size: 20px;
  color: #ed7a53;
  text-align: center;
  line-height: 1;
}

.sub-title {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.page-title + .sub-title {
  margin: 10px auto;
}

.page-head {
  margin: 40px auto 0;
  padding: 0 15px;
}

.page-head.box {
  background: rgba(0,0,0,.8);
  width: 90%;
  margin: -20px auto 0;
  padding: 20px 0 0;
  position: relative;
  z-index: 3;
}

.sec-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

.sec-title.bg {
  background: url(../images/common/title-bg01.png) no-repeat center / contain;
  width: auto;
  height: 80px;
  margin: 0 auto 20px;
  position: relative;
}

.sec-title span {
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.title {
  font-size: 16px;
  font-weight: 500;
  color: #ff7e53;
  line-height: 1.6;
  margin: 10px auto;
}

.page-nav {
  padding: 0 15px 0;
  margin: 40px auto -40px;
  overflow: hidden;
}

.page-nav::after {
  content: "← 左右にスクロールできます →";
  display: block;
  padding-bottom: 5px;
  margin-top: -10px;
  font-size: 10px;
  color: #c8c8c9;
  text-align: center;
  white-space: nowrap;
}

.page-nav div {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}

.page-nav ul {
  display: table;
  max-width: 100%;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.page-nav ul li {
  display: table-cell;
  position: relative;
}

.page-nav ul li + li::before {
  content: "／";
  color: #ff7f53;
  margin: 0 10px;
  position: absolute;
  left: -15px;
}

.page-nav ul li a {
  font-size: 14px;
  color: #c8c8c9;
  white-space: nowrap;
  padding: 0 15px;
}

.colum2, .colum3, .colum4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colum2 li + li, .colum3 li + li, .colum4 li + li {
  margin-top: 20px;
}

.none {
  display: none !important;
}

.link-unl {
  color: #000;
  text-decoration: underline;
}

dl.ptn01 dt {
  background: #000;
  width: 100%;
  height: auto;
  color: #ed7a53;
  text-align: center;
  line-height: 1.6;
  clear: both;
  margin-top: 20px;
  padding: 5px 10px;
  position: relative;
}

dl.ptn01 dt span {
  text-align: center;
}

.target {
  padding-top: 30px;
  margin-top: -30px;
  display: block;
}

.btn {
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.btn a {
  color: #ed7a53;
  line-height: 1.6;
  border: solid 2px #ed7a53;
  padding: 10px 15px;
  display: block;
}

.btn.blk a {
  color: #000;
  border: solid 2px #000;
}

.btn-arrow {
  width: 40px;
  height: 10px;
  position: absolute;
  right: -30px;
  top: 35%;
  bottom: 0;
}

.btn-arrow::before {
  content: "";
  background: #ed7a53;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.btn-arrow::after {
  content: "";
  background: #ed7a53;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.btn.blk .btn-arrow::before,
.btn.blk .btn-arrow::after {
  background: #000;
}

.btn-text {
  line-height: 1;
  position: relative;
  display: inline-block;
}

.btn-text a {
  padding-right: 30px;
}

.btn-text .btn-arrow {
  right: -25px;
  top: 10%;
}

table.common {
  width: 100%;
  border-bottom: solid 2px #ed7a53;
}

table.common tr {
  border-top: solid 2px #ed7a53;
}

table.common th,
table.common td {
  vertical-align: middle;
  padding: 15px 0;
}

table.common th {
  width: 100px;
  color: #ed7a53;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}
/* スマホのみ横スクロール */

.flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flow::before {
  content: "";
  height: 100%;
  border-left: solid 5px #ff7e53;
  position: absolute;
  left: 50%;
  z-index: -1;
}

.flow ul li {
  background: #ffcbba;
  color: #000;
  border-radius: 10px;
  padding: 15px;
}

.flow li + li {
  margin-top: 20px;
}

.flow ul li .title {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0;
}

.flow ul li .title + p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}





.bg-ptn:nth-child(odd) {
  background: #3e3a39;
}

.bg-ptn .inner {
  padding: 0 15px;
  z-index: 3;
}

.bg-ptn01 .inner {
  padding: 70px 15px 80px;
}

.bg-ptn + .bg-ptn {
  padding: 0 0 90px;
}

.bg-ptn.p0 {
  padding: 0 !important;
}

.bg-ptn::after {
  content: '';
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.bg-ptn01::before {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 1000px auto;
  content: '';
  width: 100%;
  height: 70px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
}

.bg-ptn01::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 1000px auto;
}

.bg-ptn02::after {
  background: url(../images/common/ptn-bg03.jpg) no-repeat center / 1000px auto;
}

.bg-ptn03::after {
  background: url(../images/common/ptn-bg04.jpg) no-repeat center / 1000px auto;
}

.bg-ptn04::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 1000px auto;
}

.bg-ptn05::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 1000px auto;
}

.bg-ptn06::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 1000px auto;
}

.badge {
  position: relative;
}

.badge-icon {
  background: url(../images/common/icon-badge.png) no-repeat left top / 100px auto;
  width: 125px;
  height: 75px;
  position: absolute;
  right: -35px;
  top: -25px;
  z-index: 2;
}

.badge-icon p {
  font-weight: 500;
  font-size: 8px;
  color: #000;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*============================================================
header
============================================================*/

#header {
  background: #000;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  z-index: 5;
}

/*#header::before {
  content: '';
  display: block;
  background: #d35a24;
  height: 4px;
  opacity: .5;
  width: 100%;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
  position: absolute;
  top: 0;
  left: -50px;
}
#header::after {
  content: '';
  display: block;
  background: #d35a24;
  height: 4px;
  opacity: .5;
  width: 105%;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  top: 20px;
  left: 0;
}*/

#header .logo {
  width: 40px;
  position: absolute;
  top: 5px;
  left: 13px;
  z-index: 9999;
}

#header #fix-nav {
  position: absolute;
  top: 0;
  right: 60px;
}

#header #fix-nav ul li {
  font-size: 8px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 9999;
}

#header #fix-nav ul li a {
  color: #aaa;
  padding: 15px 8px 7px;
  display: block;
}

#fix-nav ul li:first-child a::before {
  content: "";
  height: 80%;
  border-right: solid 1px #aaa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#fix-nav ul li a::after {
  content: "";
  height: 80%;
  border-right: solid 1px #aaa;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#header #fix-nav ul li .icon {
  width: 20px;
  margin: 0 auto 5px;
}

#header #fix-nav ul li:first-child .icon {
  width: 15px;
}

#header #fix-nav ul li:nth-child(2) .icon,
#header #fix-nav ul li:nth-child(3) .icon {
  position: relative;
  top: 3px;
}

#btn-menu {
  display: block;
  width: 60px;
  height: 60px;
  float: right;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
}

#btn-menu a {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  border-bottom: none;
  line-height: 65px;
  font-weight: normal;
  font-size: 9px;
}

#top #btn-menu a {
  color: #fff;
}

.menu-trigger,
.menu-trigger i {
  display: inline-block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 14px;
  left: 0;
  bottom: 0;
  margin: auto;
}

.menu-trigger.active {
  color: #fff;
}

.menu-trigger i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c8c8c9;
}

/*#top .menu-trigger i {
  background-color: #fff;
}*/

.menu-trigger i:nth-of-type(1) { top: 0px; }
.menu-trigger i:nth-of-type(2) { top: 10px; display: none; }
.menu-trigger i:nth-of-type(3) { bottom: 0px; }

.menu-trigger.active i:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  background-color: #fff;
}
.menu-trigger.active i:nth-of-type(2) { opacity: 0; }
.menu-trigger.active i:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  background-color: #fff;
}

#globalNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  color: #fff;
  font-weight: 700;
  -webkit-perspective: 500px;
  perspective: 500px;
  pointer-events: none;
}

#globalNav.hidden { display: none; }

#globalNav > ul { margin-top: 60px; }

#globalNav #menu li {
  line-height: 2;
  padding: 0;
  /*float: right;*/
  display: block;
}

#globalNav #menu li a {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: left;
  padding: 0;
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#globalNav #menu li a span {
  font-size: 10px;
}

.gnav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.gnav-body-in.navLeft {
  width: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.gnav-body-in.navRight {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

li.gnav img {
  display: none;
}

#gsubNav ul li img {
  width: 20px;
  display: block;
}

.navLeft {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.navLeft .gnav-parents,
.navLeft .gnav-parents-in,
.navLeft .gnav-parents-in #sideBg {
  width: 100%;
  height: 100%;
}

#sideBg {
  background-image: url("../images/top/main.jpg");
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  position: absolute;
}

#sideBg:before {
  background-color: rgba(0,0,0,0.2);
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#globalNav.active #sideBg {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gnav-parents {
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navRight .gnav-parents {
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
}

.gnav-parents-in {
  box-sizing: border-box;
}

.gnav {
  margin-right: auto;;
  margin-left: auto;
}

.gnav-menu {
  margin: 0;
  padding: 0;
}

.gnav-menu-item {
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .15em;
}

#globalNav.active {
  pointer-events: auto;
}

#globalNav.active .gnav-parents {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

#globalNav.active .gnav-parents-in {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

#globalNav.active .gnav {
  /*width: 100px;*/
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

#globalNav.active .gnav-bg-children {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.gnav {
  opacity: 0;
}

#globalNav.active ul li {
  opacity: 1;
}

#globalNav.active ul li:nth-of-type(1) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
}

#globalNav.active ul li:nth-of-type(2) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s;
}

#globalNav.active ul li:nth-of-type(3) {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
}

#globalNav.active ul li:nth-of-type(4) {
  -webkit-transition-delay: .26s;
  transition-delay: .26s;
}

#globalNav.active ul li:nth-of-type(5) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

#globalNav.active ul li:nth-of-type(6) {
  -webkit-transition-delay: .34s;
  transition-delay: .34s;
}

#globalNav.active ul li:nth-of-type(7) {
  -webkit-transition-delay: .38s;
  transition-delay: .38s;
}

#globalNav.active ul li:nth-of-type(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s;
}

#globalNav.active ul li:nth-of-type(9) {
  -webkit-transition-delay: .46s;
  transition-delay: .46s;
}

#globalNav.active ul li:nth-of-type(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

#globalNav.active ul li:nth-of-type(11) {
  -webkit-transition-delay: .54s;
  transition-delay: .54s;
}

#globalNav.active ul li:nth-of-type(12) {
  -webkit-transition-delay: .58s;
  transition-delay: .58s;
}

#globalNav.active ul li:nth-of-type(13) {
  -webkit-transition-delay: .62s;
  transition-delay: .62s;
}

#globalNav.active ul li:nth-of-type(14) {
  -webkit-transition-delay: .66s;
  transition-delay: .66s;
}

#globalNav.active ul li:nth-of-type(15) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

#globalNav.active ul li:nth-of-type(16) {
  -webkit-transition-delay: .74s;
  transition-delay: .74s;
}

#globalNav.active ul li:nth-of-type(17) {
  -webkit-transition-delay: .78s;
  transition-delay: .78s;
}

#globalNav.active ul li:nth-of-type(18) {
  -webkit-transition-delay: .82s;
  transition-delay: .82s;
}

#globalNav.active ul li:nth-of-type(19) {
  -webkit-transition-delay: .86s;
  transition-delay: .86s;
}

#globalNav.active ul li:nth-of-type(20) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

#gnav-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: #000;*/
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

#gnav-bg.active {
  background: #000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#gsubNav {
  width: 100%;
  opacity: 0;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

#gsubNav ul li {
  display: inline-block;
  margin: 0 7px;
}

#gsubNav ul li a {
  font-size: 12px;
}

/*#gsubNav ul + ul li:first-child {
  display: none;
}*/

#globalNav.active #gsubNav {
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 15%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ヘッダー改修 250618 */
#wrapper {
  margin: auto;
  overflow: hidden;
  padding-top: 50px;
}

.mid-nav {
  width: 100%;
  position: fixed;
  top: 0;
}

.mid-nav > ul {
  display: flex;
  align-items: flex-start;
}

.mid-nav ul li {
  width: calc(100% / 3);
}

.mid-nav ul li a {
  background: #D75D3A;
  height: 50px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mid-nav ul li a i {
  width: 40px;
  height: 32px;
  margin-right: 5px;
  display: block;
}

.mid-nav ul li:nth-child(1) a i {
  background: url(../images/common/icon-nav-gym-blk.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(2) a i {
  background: url(../images/common/icon-nav-food-blk.png) no-repeat center / contain;
}

.mid-nav ul li:nth-child(3) a i {
  background: url(../images/common/icon-nav-spa-blk.png) no-repeat center / contain;
}

.mid-nav ul li a p {
  font-size: 11px;
  line-height: 1.4;
}

.mid-nav ul li a .en {
  font-size: 13px;
  display: block;
}

.sub-nav {
  background: rgba(35, 24, 21, .7) !important;
  padding: 5px 0;
}

.sub-nav li {
  width: 100% !important;
}

.sub-nav li a {
  background: none !important;
  color: #fff !important;
  height: auto !important;
  padding: 5px 25px;
  justify-content: flex-start !important;
}

.btn-text .btn-arrow {
  right: -55px;
}

#header #fix-nav ul li:nth-child(1) .icon {
  width: 19px;
  margin: 1px auto 3px;
}

#header #fix-nav ul li:nth-child(3) .icon {
  width: 20px;
}











/*============================================================
footer
============================================================*/

#footer-nav01 {
  background: #000;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#footer-nav01 ul {
  font-size: 0;
}

#footer-nav01 ul li {
  width: 50%;
  text-align: center;
  float: left;
  position: relative;
}

#footer-nav01 ul li::before {
  content: "";
  height: 80%;
  border-left: solid 1px #959595;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#footer-nav01 ul li:nth-child(n+3)::after {
  content: "";
  width: 80%;
  border-top: solid 1px #959595;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#footer-nav01 ul li:nth-child(2n+1)::before {
  border-left: none;
}

#footer-nav01 ul li a {
  padding: 15px 0;
  display: block;
}

.footer-nav01-wrap {
  text-align: center;
}

.footer-nav01-wrap .icon {
  width: 30px;
  margin: 0 auto;
}

.footer-nav01-wrap .text {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  position: relative;
}

.footer-nav01-wrap p {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#footer-nav02 {
  background: url(../images/common/footer-nav02-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer-nav02-box {
  background: rgba(0,0,0,.5);
  width: 80%;
  height: auto;
  padding: 0;
  /*position: absolute;
  top: 22%;
  left: 0;
  right: 0;*/
  margin: 30px auto 100px;
  overflow: hidden;
}

.footer-nav02-box ul {
  font-size: 0;
}

.footer-nav02-box ul li {
  width: 50%;
  font-size: 13px;
  text-align: center;
  float: left;
  position: relative;
}

.footer-nav02-box ul li:nth-child(n+3)::after {
  content: "";
  width: 100%;
  border-top: solid 1px #959595;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-nav02-box ul li:nth-child(even)::after {
  content: "";
  height: 100%;
  border-left: solid 1px #959595;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-nav02-box ul li span {
  display: none;
}

.footer-nav02-box ul li a {
  color: #c8c8c9;
  padding: 10px 0;
  display: block;
  position: relative;
  z-index: 2;
}

.footer-nav02-box ul li a:hover {
  color: #ff7e53;
}

.footer-nav02-box ul li a:hover span::after {
  border-bottom: solid 1px #ff7e53;
}

.footer-top {
  background: url(../images/common/footer-top.png) no-repeat center / cover;
  width: 100%;
  height: 90px;
  margin-top: -90px;
  position: relative;
}

#footer {
  width: 100%;
  color: #808080;
  padding: 0 15px 60px;
  position: relative;
  overflow: hidden;
}

#footer .pcLeft .fz13 {
  padding: 15px 0;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  margin-bottom: 30px;
}

.footer-nav {
  text-align: center;
}

.footer-nav ul {
  font-size: 15px;
  margin: 10px 0;
}

.footer-nav ul li {
  display: inline-block;
  margin: 1px 0;
}

.footer-nav ul li + li {
  margin: 5px 15px 0;
}

#footer .fa-envelope {
  margin-right: 8px;
}

#footer .fa-map-marker {
  margin-right: 6px;
}

#footer .fa-external-link::after {
  font-size: 11px;
}

#footer-logo {
  width: 160px;
  margin: 10px auto 0;
}

.sns {
  margin: 20px 30px;
}

.sns ul {
  text-align: center;
}

.sns li {
  line-height: 1.1;
  display: inline-block;
}

.sns li + li {
  margin-left: 10px;
}

.sns li.icon {
  width: 20px;
}

.footer-nav-etc {
  text-align: center;
  margin-top: 15px;
}

.footer-nav-etc li {
  display: inline-block;
}

.footer-nav-etc li + li {
  margin-left: 10px;
}

.footer-nav-etc li a {
  font-size: 10px;
  color: #808080;
}

#footer .inner {
  padding: 0;
}

#copyright {
  height: 50px;
  font-size: 10px;
  line-height: 50px;
  text-align: center;
}

#pageTop {
  border-top: solid 2px #ff7e53;
  border-left: solid 2px #ff7e53;
  display: block;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2;
  display: none !important;
}

/* 190709追記 */
.banner-recruit {
  width: 240px;
  margin: 0 auto;
}

/*============================================================
#top
============================================================*/

#wrapper {
  margin: auto;
  overflow: hidden;
}

#top #main-visual {
  background: url(../images/top/main.jpg) no-repeat center -50px / cover;
  height: 400px;
  position: relative;
}

#main-color {
  background: url(../images/top/main-color.jpg) no-repeat center -50px / cover;
  height: 400px;
  position: relative;
  opacity: 0;
}

#main-copy {
  width: 120px;
  height: 200px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#top #main-visual::before {
  content: '';
  display: block;
  background: rgba(211, 90, 36, .5);
  height: 4px;
  width: 100%;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  top: 450px;
}

/*#top #main-visual:after {
  content: '';
  display: block;
  background: rgba(211, 90, 36, .5);
  height: 4px;
  width: 100%;
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
  position: absolute;
  bottom: -420px;
}*/

#top #main-visual {
  padding-bottom: 40px;
}

#top #main-visual .text span {
  font-size: 11px;
  display: inline-block;
  padding: 0 10px;
}

#top #main-visual .inner {
  padding-top: 100px;
  padding-bottom: 10px;
}

#top #main-visual .btn {
  width: 250px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#top #main-visual .btn a {
  padding: 10px 5px;
}

#top #main-visual .btn p {
  padding-left: 10px;
  position: relative;
}

#top #main-visual .btn p::before {
  content: "";
  background: url(../images/icon_pdf.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

#top #main-visual .text-ex {
  width: 90%;
  font-size: 11px;
  position: relative;
  bottom: 125px;
  margin: 0 auto;
}


#countdown {
  width: 100%;
  margin: auto;
  text-align: center;
}

#countdown div {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 35px;
  overflow: hidden;
}

#countdown .w40 {
  width: 12px !important;
}

#countdown div img {
  position: absolute;
  top: 0;
  left: 0;
}

#top-info {
  padding: 60px 15px 0;
}

.top-extra {
  position: relative;
  top: -20px;
  z-index: 2;
}

#top #top-lead .pcLeft {
  font-size: 45px;
  text-align: center;
  letter-spacing: 8px;
}

#top .btn-text {
  font-size: 18px;
  margin-bottom: 15px;
}

.cover .inner {
  padding: 0 15px 20px;
}

#top-spa.cover .inner {
  padding: 0 15px 40px;
}


/*============================================================
#experience
============================================================*/

#experience .bgbox03.bg-org,
.entry-top .bgbox03.bg-org {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

#experience .bgbox03.bg-org .inner,
.entry-top .bgbox03.bg-org .inner {
  padding: 20px 15px 40px;
}

.experience-top .bgbox04.bg-gry::before {
  content: '';
  display: block;
  background: #1a1a1a;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  position: absolute;
  top: -240px;
  left: 0;
}

.entry-top .bgbox04.bg-blk,
.entry-top .bgbox04.bg-blk .inner,
.experience-top .bgbox04.bg-gry,
.experience-top .bgbox04.bg-gry .inner {
  -webkit-transform: none;
  transform: none;
}

.entry-top .bgbox04.bg-blk {
  margin-top: 0;
  position: relative;
}

.experience-top .bgbox04.bg-gry {
  margin-top: 0px;
  padding: 0 0 100px;
  position: relative;
}

.page-heading {
  padding: 0 15px;
  margin-top: 15px;
}

.page-heading + .bgbox03 {
  margin-top: 60px;
}

.en-title {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}





/***********************************
フォーム　
************************************/

.contact-list table {
/*  color: #ed7a53;*/
}

.contact-list table th {
  color: #ed7a53;
  padding: 20px 0 10px;
  text-align: left;
  display: block;
}

.contact-list table td {
  color: #999999;
  padding: 0;
  text-align: left;
  display: block;
}

.contact-list table td label {
  vertical-align: middle;
  display: block;
}

.contact-list table td .notice {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 10px;
}

.contact-list input[type="text"],
.contact-list .selectWrap select,
.contact-list textarea { /* form */
  background: #d8d8d7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333 !important;
  color: inherit;
  border: none;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.contact-list input[type="text"] {
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
}

.contact-list textarea {
  padding: 20px 15px;
}

.contact-list .w200 {
  width: 200px !important;
}

.contact-list .w260 {
  width: 260px !important;
}
/*
.contact-list .w310 {
  width: 310px !important;
}

.contact-list .w400 {
  width: 400px !important;
}

.contact-list .w500 {
  width: 500px !important;
}

.contact-list .w550 {
  width: 550px !important;
}

.contact-list .w670 {
  width: 670px !important;
}*/

.contact-list input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.contact-list input[type="text"]::-moz-placeholder {
  color: #999999;
}
.contact-list input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.contact-list textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-list textarea::-moz-placeholder {
  color: #999999;
}
.contact-list textarea:-ms-input-placeholder {
  color: #999999;
}
.contact-list input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #d8d8d7 inset;
}

.contact-list .error {
  color: #ed7a53;
}

/* セレクトボタン ▼▼▼ */
.contact-list .selectWrap {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.contact-list .selectWrap {
  display: inline-block;
}
.contact-list .selectWrap + label {
  display: block;
  padding-top: 15px;
  padding-left: 0;
  clear: both;
}

.contact-list .selectWrap:before {
  content: "▼";
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 15px;
  top: 3px;
  outline: none;
  z-index: 1;
  pointer-events: none;
}

.contact-list .selectWrap select {
  cursor: pointer;
  color: #999999;
  font-family: 'Noto Sans JP', sans-serif;
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  border-radius: 5px;
  padding: 10px 40px 10px 15px;
}

/* ラジオボタン＆チェックボタン ▼▼▼ */
.contact-list .label-radio input[type="radio"],
.contact-list .label-checkbox input[type="checkbox"] {
  display: none;
}
.contact-list .label-radio,
.contact-list .label-checkbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 0;
  margin: 0 10px 10px 0;
  line-height: 1;
}

.label-radio + .label-radio {
  margin-right: 0;
}

.contact-list .label-radio span:before,
.contact-list .label-checkbox span:before {
  content:'';
  background: #d8d8d7;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.contact-list .label-checkbox span:before {
  border-radius: 0;
}
.contact-list .label-radio input[type="radio"]:checked + span,
.contact-list .label-checkbox input[type="checkbox"]:checked + span {
  color: #ff905c;
}
.contact-list .label-radio input[type="radio"]:checked + span:before,
.contact-list .label-checkbox input[type="checkbox"]:checked + span:before {
  opacity: 0;
  background: #d8d8d7;
  border-color: #d8d8d7;
  transform:scale(2);
}
.contact-list .label-radio span:after,
.contact-list .label-checkbox span:after {
  content:'';
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width:8px;
  height: 16px;
  border-right: 6px solid #ff905c;
  border-bottom: 6px solid #ff905c;
  transform:rotate(-200deg);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.contact-list .label-radio input[type="radio"]:checked + span:after,
.contact-list .label-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
  position: absolute;
  left: 8px;
  top: 0px;
  width:8px;
  height: 16px;
  border-right: 6px solid #ff905c;
  border-bottom: 6px solid #ff905c;
  border-radius: 1px;
  transform:rotate(40deg);
}
.contact-list .label-radio:hover,
.contact-list .label-checkbox:hover {
  color: #ff905c;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

/* entry btn ▼▼▼ */

.contact-list .btnbox {
  text-align: center;
}

.contact-list .conf,
.contact-list .send,
.contact-list .reset,
.contact-list .eback,
.contact-list .back,
.contact-list .btnComp {
  background: #333333;
  border: solid 1px #ed7a53;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #ed7a53;
  cursor: pointer;
  padding: 10px;
  margin: 30px auto 0;
  width: 70%;
  display: inline-block !important;
  text-decoration: none;
}

.contact-list .btnComp {
  margin-top: 30px;
}

/* カレンダー ここから */
.formOrderHd {
  background: #ed7a53;
  border-radius: 5px;
  color: #333;
  display: inline-block !important;
  margin: 10px 0;
  padding: 0 20px;
}

.contact-list .datepicker {
  background: url(../images/common/icon_calender.png) no-repeat 90% center / 25px #d8d8d7 !important;
  cursor: pointer;
}

.contact-list .picker {
  color: #ed7a53;
}
.contact-list .picker__month {
  color: #ff905c !important;
}
.contact-list .picker__nav--prev:before {
  border-right: 0.75em solid #999;
}
.contact-list .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #999;
}
.contact-list .picker__table,
.contact-list .picker__table th {
  border: solid 1px #fff;
}
.contact-list .picker__table {
  display: table;
}
.contact-list .picker__table th {
  display: table-cell;
  width: calc(100% / 7);
  text-align: center;
  padding: 20px 0;
}
.contact-list .picker__table tr:first-child th {
  border: none;
}
.contact-list .picker__table td {
  display: table-cell;
  border-bottom: solid 1px #fff;
  text-align: center;
  padding: 0;
}
.contact-list .picker__day {
  padding: 20px 0;
}

.contact-list .picker__day--disabled,
.contact-list .picker--focused .picker__day--disabled {
  border: none;
}

.contact-list .picker__day--highlighted:hover,
.contact-list .picker--focused .picker__day--highlighted {
  color: #fff !important;
  background: #FF7D40 !important;
  border-radius: 5px;
  font-weight: 500;
}
.contact-list .picker__day--highlighted {
  border-color: #FF7D40;
}
.contact-list .picker__frame {
  background: #fff;
  border-radius: 5px;
  max-height: 100%;
}
.contact-list .picker__box {
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.contact-list .picker__day--disabled:before {
  border-top-color: #fff;
  top: 5px;
  right: 5px;
}
.contact-list .picker__year {
  color: #ffdece;
}

.contact-list .picker__button--today:hover,
.contact-list .picker__button--clear:hover,
.contact-list .picker__button--close:hover,
.contact-list .picker__day--infocus:hover,
.contact-list .picker__day--outfocus:hover,
.contact-list .picker__day--highlighted:hover,
.contact-list .picker--focused .picker__day--highlighted {
  color: #ed7a53;
  background: #ffdece;
  border-bottom-color: #ffdece;
}
.contact-list .picker__select--month:focus,
.contact-list .picker__select--year:focus,
.contact-list .picker__day--highlighted {
  border-color: #FF7D40;
}
.contact-list .picker__day--selected,
.contact-list .picker__day--selected:hover,
.contact-list .picker--focused .picker__day--selected {
  background: #FF7D40;
  color: #ffffff;
}
.contact-list .picker__button--today:focus,
.contact-list .picker__button--clear:focus,
.contact-list .picker__button--close:focus {
  background: #ffdece;
  border-color: #FF7D40;
  outline: none;
}

.contact-list .picker__button--clear {
  display: none;
}
.contact-list .picker__button--today,
.contact-list .picker__button--close {
  width: 50%;
}
/* カレンダー ここまで */

.experience-conf .mt0,
.experience-comp .mt0,
.entry-conf .mt0,
.entry-comp .mt0 {
  padding-bottom: 100px;
  margin-top: 50px;
}

.experience-conf .p0,
.experience-comp .p0,
.entry-conf .p0,
.entry-comp .p0 {
  padding: 0 15px;
}

/*============================================================
#entry
============================================================*/

.entry-top .fz42 {
  font-size: 16px;
}

#entry #sec01 .bgbox03.bg-gry {
  padding: 0 0 100px;
  margin-top: -160px;
}

.table2 .dblock {
  display: block;
}

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

#entry .bgbox04.bg-blk::before {
  content: '';
  display: block;
  background: #1a1a1a;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-15deg);
  transform: skewY(-10deg);
  position: absolute;
  top: -230px;
  left: 0;
}

#entry .bgbox04.bg-blk::after {
    content: '';
  display: block;
  background: #555;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-15deg);
  transform: skewY(-10deg);
  position: absolute;
  bottom: -50px;
  left: 0;
}

/*============================================================
#plan
============================================================*/

#plan .fz14 {
  font-size: 13px !important;
}

.plan-nav {
  margin: -20px 0 35px;
  overflow: hidden;
}

.plan-nav ul {
  font-size: 0;
  text-align: center;
}

.plan-nav ul li {
  width: 47%;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.plan-nav ul li:nth-child(2n+1) {
  margin-left: 0;
}

.plan-nav ul li:nth-child(n+3) {
  margin-top: 10px;
}

.plan-nav ul li a {
  font-size: 13px;
  color: #ed7a53;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 10px 15px 10px 0;
  border-bottom: solid 2px #ed7a53;
  display: block;
}

.plan-nav ul li a::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #ed7a53;
  border-right: 2px solid #ed7a53;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.plan-list .title {
  font-size: 16px;
  color: #ed7a53;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
  border: solid 2px #ed7a53;
}

.plan-list table {
  width: 100%;
}

.plan-list thead {
  color: #ff7e53;
}

.plan-list thead th {
  padding-bottom: 10px;
}

.plan-list tbody {
  border-bottom: solid 2px #999999;
}

.plan-list tbody tr {
  border-top: solid 2px #999999;
}

.plan-list tbody th,
.plan-list tbody td {
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  padding: 15px 0
}

.plan-list td .fz26 {
  font-size: 14px;
  text-align: left;
}

.plan-list td .fz32 {
  font-size: 15px;
}

.plan-list th span,
.plan-list td span {
  color: #ff7e53;
  display: block;
}

.plan-list td {
  line-height: 1.6;
}

.plan-list td.fee {
  width: 160px;
  font-size: 13px;
  text-align: center;
  padding: 15px 10px;
}

#plan .bgbox03 {
  padding: 0;
  position: relative;
  z-index: 2;
}

#plan .bgbox03 .inner {
  padding: 0 15px 80px;
}

/*#plan .bgbox03 .title {
  color: #000;
  border: solid 2px #000;
}*/

#plan .bgbox03 .plan-list th {
  text-align: center;
}

#plan .bgbox03 .plan-list td {
  padding: 10px;
}

/*#plan .bgbox03 .plan-list th span,
#plan .bgbox03 .plan-list td span {
  color: #000;
}*/

#plan .bgbox03 .plan-list td .fz24 {
  font-size: 16px;
}

/*#plan .bgbox03 .plan-list tbody {
  border-bottom: solid 2px #000;
}

#plan .bgbox03 .plan-list tbody tr {
  border-top: solid 2px #000;
}*/

.plan-type {
  width: 120px;
  display: block;
}

#plan #plan03.plan-list th {
  text-align: center;
  line-height: 1;
  /*color: #000;*/
}

#plan #plan03.plan-list .indent a {
  /*color: #000;*/
  text-decoration: underline;
}

.table-responsive {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.table-responsive::before {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}

.table-responsive::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}

#plan .bg-gry {
  padding: 20px 0 80px;
  position: relative;
}

#plan .bg-gry::before {
  content: '';
  display: block;
  background: #333333;
  height: 250px;
  width: 100%;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  top: -30px;
  left: 0;
}

#plan .bg-gry {
padding-bottom: 40px;
}

.tax {
  width: 100%;
  font-size: 11px;
  padding: 10px 15px;
  margin: 20px auto 10px;
  border-radius: 10px;
}

/*============================================================
#studio
============================================================*/

#main-visual {
  width: 100%;
  height: 250px;
}

#studio #main-visual {
  background: url(../images/studio/main240207.jpg) no-repeat center / cover;
}

#studio section .w600 {
  margin: 0 auto;
}

#studio .page-head .btn img {
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

#studio .bg-ptn02 .copy,
#studio .bg-ptn06 .copy {
  font-size: 32px;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.4;
  margin: -10px auto 20px;
}

#studio .bg-ptn06::after {
  background: none;
}

#studio .beginner::before {
  content: "";
  background: url(../images/studio/icon-beginner.png) no-repeat center / contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.icon-beginner-intro {
  width: 80px;
}

/*============================================================
#machine
============================================================*/

#machine #main-visual {
  background: url(../images/machine/main.jpg) no-repeat center / cover;
}

#machine .bg-ptn01 .inner {
  padding: 70px 15px 0px;
}

#machine .bg-ptn04::after {
  background: none;
}

#machine main .title + p {
  margin-top: -5px;
}

/*============================================================
#highaltitude
============================================================*/

#highaltitude #main-visual {
  background: url(../images/highaltitude/main.jpg) no-repeat center / cover;
}

#highaltitude .bg-ptn02::after {
  background: none;
}

/*============================================================
#personal
============================================================*/

#personal #main-visual {
  background: url(../images/personal/main_sp.jpg) no-repeat center / cover;
}

.w800 .bg-org.pcLeft,
.w800 .bg-org.pcRight {
  width: 100%;
  font-weight: 500;
  padding: 10px 20px;
}

.w800 .bg-org.pcLeft span,
.w800 .bg-org.pcRight span {
  margin: 0 5px;
}

#personal  .bg-ptn02::after {
  background: none;
}

/* 190716 ページ改修 */
#personal .flow .time {
  background: #ff7e53;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 3px 15px;
  margin-top: 10px;
  border-radius: 5px;
}

.flow.num {
  counter-reset: num;
}

.flow.num li {
  padding-top: 65px;
  position: relative;
}

.flow.num li:before {
  content: '';
  background: #ff7e53;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0;
  margin: auto;
}

.flow.num li:after {
  content: counter(num);
  counter-increment: num;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

#personal .bg-ptn02::after {
  background: url(../images/common/ptn-bg01.jpg) no-repeat center / 2000px auto;
}

#personal .bg-ptn03::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 2000px auto;
}

#personal .bg-ptn03 .w800 a {
  height: 80px;
  color: #000;
  position: relative;
  display: block;
}

#personal .bg-ptn03 .w800 a span {
  font-size: 14px;
}

#personal .bg-ptn03 .w800 a p {
  text-align: center;
  line-height: 1.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.underline {
  text-decoration: underline;
}

#personal .plan-list tbody th,
#personal .plan-list tbody td {
  font-size: 18px;
  text-align: center;
}

#personal .coution .title img {
  display: block;
  margin: 0 auto 10px;
  width: 45px;
}

#personal .coution .tel {
  color: #ff7e53;
  padding: 15px 20px;
  margin-top: 30px;
  border: solid 1px #ff7e53;
  border-radius: 10px;
}

#personal .coution .tel p {
  text-align: center;
}

#personal .coution .tel p + p {
  font-size: 18px;
}

#personal .bg-ptn03 .firsttime {
  width: 300px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #ff7e53;
  line-height: 1.3;
  position: relative;
  padding: 13px 0 0 80px;
  margin: 0 auto 20px;
}

#personal .bg-ptn03 .firsttime span {
  font-size: 12px;
}

#personal .bg-ptn03 .firsttime::before {
  content: "";
  background: #ff7e53;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#personal .bg-ptn03 .firsttime::after {
  content: "初回利用";
  font-size: 15px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  color: #000;
  left: 12px;
  top: 16px;
  letter-spacing: 3px;
  line-height: 1.3;
}

/*============================================================
#food
============================================================*/

#food #main-visual {
  background: url(../images/food/main.jpg) no-repeat center / cover;
}

#food .bg-ptn01 .inner {
  padding: 70px 15px 0;
}

#food table a {
  text-decoration: underline;
}

#food .bg-ptn02 table tr th {
  width: 90px;
  text-align: left;
}

#food .bg-ptn02 table tr td:last-child {
  vertical-align: top;
}

#food .bg-ptn02 table tr.noborder {
  border: none;
}

#food .bg-ptn02 table td {
  padding: 15px 5px;
}

#food .bg-ptn02 table .label {
  background: #ff7e53;
  padding: 0 8px;
  height: 20px;
  font-size: 10px;
  color: #000;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

#food .bg-ptn04 .title img {
  display: block;
  margin: 0 auto 10px;
  width: 45px;
}

#food .bg-ptn06 .bg-org {
  display: block;
  line-height: 1.5;
  padding: 5px 15px;
  text-align: center;
}

#food .bg-ptn08 .btn img {
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

/* メニュー */
#food-menu #main-visual {
  display: none;
}

#food-menu .page-head {
  background: none;
}

#food-menu .bg-ptn01 .inner {
  padding: 40px 15px 60px;
}

#food-menu .bg-ptn01, #food-menu .bg-ptn03, #food-menu .bg-ptn05 {
  background: #3e3a39;
}

#food-menu .bg-ptn02, #food-menu .bg-ptn04, #food-menu .bg-ptn06 {
  background: transparent;
}

#food-menu .bg-ptn03::after {
  background: url(../images/common/ptn-bg02.jpg) no-repeat center / 1000px auto;
}

.slider .slick-dots {
  margin-top: 10px;
  text-align: center;
}

.slider .slick-dots li {
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
}

.slider .slick-dots .slick-active {
  background: #ff7e53;
  cursor: default;
}
#food-menu .bg-ptn02 .colum2 li {
  background: #ffcbba;
}

#food-menu .bg-ptn02 dl {
  color: #000;
}

#food-menu .bg-ptn02 dt {
  background: #ffb298;
  padding: 15px;
}

#food-menu .bg-ptn02 dd {
  padding: 15px;
}
#food-menu .bg-grn,
#food-menu .bg-ppl,
#food-menu .bg-ylw,
#food-menu .bg-org {
  padding: 15px;
  color: #000;
}

#food-menu .bg-grn {
  background: #d7e0a9;
}

#food-menu .bg-grn .fw500 {
  color: #084424;
}

#food-menu .bg-ppl {
  background: #dcc7c9;
}

#food-menu .bg-ppl .fw500 {
  color: #90408c;
}

#food-menu .bg-ylw {
  background: #fff2a5;
}

#food-menu .bg-org {
background: #fbd8b5;
}

#food-menu .bg-org .fw500 {
  color: #ff7e53;
}

#food-menu .bg-ylw .fw500 {
  color: #ff7e53;
}

#food-menu .btn-arrow {
  right: auto;
  left: -30px;
}

#food-menu .btn-arrow::after {
  bottom: 1px;
  right: auto;
  left: -12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*============================================================
#spa
============================================================*/

#spa #main-visual {
  background: url(../images/spa/main.jpg) no-repeat center / cover;
}

#spa .bg-ptn04::after {
  background: none;
}

.spa-method table {
  width: 100%;
  color: #000;
  counter-reset: num;
}

.spa-method table tr:nth-child(odd) {
  background: #ffcbba;
}

.spa-method table tr:nth-child(even) {
  background: #ffb298;
}

.spa-method table th,
.spa-method table td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: middle;
}

.spa-method table th {
  text-align: left;
 /* padding-left: 100px;*/
  position: relative;
}

/*.spa-method table th::before {
  content: '';
  background: #ff7e53;
  border-radius: 50%;
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spa-method table th::after {
  content: counter(num);
  counter-increment: num;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 49px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/*============================================================
#concept
============================================================*/

#concept #main-visual {
  background: url(../images/concept/main.jpg) no-repeat center / cover;
}

#concept .intro {
  background: url(../images/concept/bg-intro.jpg) no-repeat center / cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  left: -1px;
}

#concept .intro::before {
  content: '';
  background: #000;
  width: 100%;
  height: 20%;
  display: block;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  top: -120px;
  left: 0;
}

#concept .intro::after {
  content: '';
  background: #000;
  width: 100%;
  height: 20%;
  display: block;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  position: absolute;
  bottom: -100px;
  left: 0;
}

#concept .intro .inner {
  padding: 80px 15px 100px;
}

#concept .intro .title {
  line-height: 1.8;
  margin: 0 0 15px;
}

#concept section .icon {
  width: 50px;
  margin: 0 auto 10px;
}

#concept section .icon + .en {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
}

#concept section .icon + .en + .sec-title {
  margin-bottom: 20px;
}

#concept .bg-ptn02 {
  padding: 0 0 120px;
}

#concept .bg-ptn02 .figure01 {
  background: url(../images/concept/figure01-off.png) no-repeat center / cover;
  width: 300px;
  height: 300px;
  padding: 53px 0;
  margin: 0 auto;
}

#concept .bg-ptn02 .figure01 .effect-img01 {
  width: 200px;
  height: 198px;
  margin: 0 auto;
  position: relative;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(1) {
  width: 95px;
  position: absolute;
  top: 0;
  left: 0;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(2) {
  width: 98px;
  position: absolute;
  top: 0;
  right: 0;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(3) {
  width: 95px;
  bottom: 0;
  left: 0;
  position: absolute;
}

#concept .bg-ptn02 .figure01 .effect-img01 li:nth-child(4) {
  width: 99px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#concept .bg-ptn03 .figure02 {
  background: url(../images/concept/figure02-off.png) no-repeat center / cover;
  width: 300px;
/*  height: 348px;*/
  margin: 0 auto;
}

#concept .bg-ptn02 .page-nav {
  margin-top: 0;
}

#concept .figure03 {
  width: 300px;
  margin: 0 auto;
}

#concept .bg-ptn04::after {
  content: '';
  background: #3e3a39;
  display: block;
  height: 25%;
  width: 100%;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  position: absolute;
  bottom: -180px;
  left: 0;
}

/*============================================================
#about
============================================================*/

#about #sec01 {
  position: relative;
  overflow: hidden;
}
    
#about #sec01:before {
  content: '';
  background: #3e3a39;
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
    
#about #sec01:after {
  content: '';
  background: #3e3a39;
  display: block;
  height: 35%;
  width: 100%;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
  position: absolute;
  bottom: -120px;
  left: 0;
}
    
#about #sec01 .inner {
  z-index: 1;
}
  
.about-list td,
.about-list td a:not(.txt-color) {
  color: #aaa;
}
    
.about-list th,
.about-list td {
  vertical-align: middle;
  padding: 10px;
}
    
.about-list a img {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.about-list a img.w15 {
  width: 12px;
}
.about-list a img.w18 {
  width: 10px;
}

/*============================================================
#guide
============================================================*/

#guide .page-head .inner {
  padding: 0;
}

#guide .bg-ptn01,
#guide .bg-ptn03 {
  background: #3e3a39;
}

#guide .bg-ptn02,
#guide .bg-ptn04 {
  background: #000;
}

#guide .bg-btn {
  overflow: hidden;
}

#guide .bg-btn li {
  width: 290px;
  height: 100px;
  margin: 0 auto;
}

#guide .bg-btn li + li,
#guide .btn-link li + li {
  margin-top: 20px;
}

#guide .bg-btn li a {
  width: 290px;
  height: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100px;
  color: #000;
  display: block;
}

#guide .bg-btn li:first-child a {
  background: url(../images/guide/btn-bg-experience.jpg) no-repeat center / 290px auto;
  padding-left: 110px;
}

#guide .bg-btn li:last-child a {
  background: url(../images/guide/btn-bg-entry.jpg) no-repeat center / 290px auto;
  padding-left: 120px;
}

#guide .btn-link {
  margin-top: 40px;
  overflow: hidden;
}

#guide .btn-link li {
  width: 290px;
  height: 50px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

#guide .btn-link li a {
  background: #808080;
  width: 290px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
  display: block;
}

#guide .btn-link li a::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#guide .guide-box {
  margin-top: 20px;
}

#guide .guide-box li {
  background: #ffcbba;
  color: #000;
  border-radius: 20px;
  padding: 20px 30px 30px 30px;
  position: relative;
}

#guide .guide-box li + li {
  margin-top: 20px;
}

#guide .guide-box li::before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}

#guide .guide-box li:first-child::after {
  content: "見学";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ff7e53;
  border-radius: 50%;;
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
}

#guide .guide-box li:last-child::after {
  content: "体験";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ff7e53;
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
}

#guide .bg-ptn03,
#guide .bg-ptn04 {
  padding: 0 0 80px;
}

#guide .plan-list tbody th,
#guide .plan-list tbody td {
  vertical-align: middle;
  padding: 20px 10px;
}

#guide .plan-list td .fz24 {
  font-size: 16px;
}

.pricedown {
  text-align: left;
  line-height: 1.3;
  position: relative;
}

.pricedown span {
  font-size: 20px;
  font-weight: 700;
}

.pricedown .fz14 {
  font-size: 13px !important;
}

.pricedown span.fz24 {
display: inline !important;
}

#guide .bg-ptn04 .title {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
  border-top: solid 1px #ff7e53;
  border-bottom: solid 1px #ff7e53;
}

#guide .bg-ptn04 .w800 p:not(.title) {
  width: 100%;
  margin: 0 auto;
}

#guide .bg-ptn02 {
  padding: 0 15px 80px;
}

/*============================================================
#info
============================================================*/

#info .page-head {
  margin: 0 auto;
  padding: 0;
}

#info .page-nav {
 margin: 40px auto 30px;
}

#info .page-nav::after {
  content: "";
}

.sp-colum2 {
  font-size: 0;
}

.sp-colum2 li {
  width: calc(100% / 2 - 2%);
  position: relative;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
}

.sp-colum2 li:nth-child(2) {
  margin-top: 0 !important;
}

.sp-colum2 li:nth-child(n+3) {
  margin-top: 5% !important;
}

.sp-colum2 li:nth-child(2n+1) {
  margin-left: 0 !important;
}

.thumbnail {
  background: url(../images/common/noimage.jpg) no-repeat center / cover;
  height: 30vmin;
  margin: 0 0 10px;
  position: relative;
}

.thumbnail i {
  background: url(../images/common/icon-new.png) no-repeat center / cover;
  width: 50px;
  height: 30px;
  position: absolute;
  right: -7px;
  top: -10px;
  z-index: 2;
}

.thumbnail img {
  width: 100%;
  height: 30vmin;
}

.post-body {
  font-size: 13px;
  margin-top: 10px;
}

.post-category {
  color: #ff7f53;
}

.post-category span + span::before {
  content: "／";
  color: #ff7f53;
  margin: 0 5px;
}

.post-category,
.post-date {
  font-size: 11px;
}

.post-title,
.post-date {
  color: #c8c8c9;
  line-height: 1.8;
}

.post-date {
  margin-top: 5px;
}

.pager {
  width: 80%;
  margin: 40px auto 0;
}

.pager li {
  width: 100px;
  font-size: 16px;
  position: relative;
}

.pager li a {
  display: block;
}

.pager li.prev {
  text-align: right;
  float: left;
}

.pager li .btn-arrow {
  top: 30%;
}

.pager li.prev .btn-arrow {
  left: 0;
}

.pager li.prev .btn-arrow::after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.pager li.next {
  float: right;
}

.pager li.next .btn-arrow {
  right: 0;
}

/*.colum3-info-top li:nth-child(1),
.colum3-info-top li:nth-child(2) {
  width: 420px;
}

.colum3-info-top li:nth-child(2) {
  margin-left: 30px;
  margin-right: 0;
}

.colum3-info-top li:nth-child(1) .thumbnail,
.colum3-info-top li:nth-child(2) .thumbnail,
.colum3-info-top li:nth-child(1) .thumbnail img,
.colum3-info-top li:nth-child(2) .thumbnail img {
  width: 420px;
  height: 280px;
}

.colum3-info-top li:nth-child(1) .thumbnail i,
.colum3-info-top li:nth-child(2) .thumbnail i {
  width: 95px;
  height: 60px;
  right: -30px;
  top: -30px;
}

.colum3-info-top {
  width: 930px;
  margin: 0 -30px 0 0;
  position: relative;
}

.colum3-info-top li {
  width: 280px;
  margin: 0 30px 40px 0;
  float: left;
  position: relative;
}*/

/* .info-detail */

.info-detail main > section {
  background: url(../images/top/main.jpg) no-repeat center -50px / contain;
}

.info-detail main > section .inner {
  padding-top: 100px;
}

.info-detail .sub-title {
  color: #ed7a53;
  text-align: left;
  margin-bottom: 10px;
}

.info-detail .post-head {
  margin-bottom: 20px;
}

.info-detail .post-head .post-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}

.info-detail .post-head .post-category,
.info-detail .post-head .post-date {
  font-size: 13px;
}

.info-detail section .pcLeft {
  width: 100%;
}

.info-detail section .pcRight {
  width: 100%;
  margin-top: 40px;
}

.info-detail .post-content iframe {
  width: 100%;
  height: 60vmin;
  position: relative;
  z-index: 2;
}

.info-detail #sidebar h3,
.info-detail .info-card .title {
  background: url(../images/common/title-bg01.png) no-repeat center / contain;
  height: 80px;
  font-size: 16px;
  color: #ed7a53;
  line-height: 80px;
  text-align: center;
}

.info-detail .info-card .title {
  line-height: 1.3;
  padding-top: 10px;
  margin-bottom: 30px;
}

.info-detail #sidebar ul {
  width: 100%;
  margin: 0 auto;
}

.info-detail #sidebar ul + h3 {
  margin-top: 30px;
}

.info-detail #sidebar ul li a  {
  font-size: 16px;
  color: #c8c8c9;
  display: block;
}

.info-detail #sidebar select {
  font-family: "YakuHanJP", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, sans-serif;
  background: #000;
  width: 100%;
  color: #c8c8c9;
  padding: 0;
  margin: 0 auto;
  display: block;
  border: none;
}

/*.ptn-bg03 {
  background: url(../images/common/ptn-bg03.jpg) no-repeat center top / 2000px auto #3e3a39;
  width: 100%;
  height: 550px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}*/

.info-detail .sp-colum2 li:last-child,
#top-info .sp-colum2 li:last-child {
  display: none;
}

/*============================================================
#blog
============================================================*/

#blog .page-nav {
  margin: 40px auto 30px;
}
#blog .page-nav::after {
  content: "";
}
.blog-top #main-visual {
  background: url(../images/blog/main.jpg) no-repeat center / cover;
  height: 250px;
}
.blog-top .page-title {
  width: 180px;
  margin: 0 auto;
}

/* .blog-detail */

.blog-detail main > section {
  background: url(../images/blog/main-detail.jpg) no-repeat center -40px / contain;
}

.blog-detail .sub-title {
  width: 180px;
}

/*============================================================
#staff
============================================================*/

#staff #main-visual {
  background: url(../images/staff/main.jpg) no-repeat center / cover;
}

#staff .bg-ptn01 .inner {
  padding: 80px 15px;
}

.staff-detail .page-head .inner {
  padding: 0;
}

.staff-detail .page-title + .sub-title {
  margin: 10px auto 20px;
}

.staff-detail .sec-title.bg {
  padding-top: 20px;
  margin: 0 auto 10px;
}

.staff-detail .sec-title.bg .fz18 {
  font-size: 12px;
}

.staff-detail .bg-ptn {
  background: #3e3a39;
}

.fukidashi {
  background: #ffcbba;
  width: 100%;
  line-height: 1.6;
  color: #000;
  padding: 15px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffcbba;
}

.staff-detail .bg-ptn img + img {
  margin-top: 30px;
}

/*============================================================
#faq
============================================================*/

#faq .page-head .inner {
  padding: 0;
}

#faq .bg-ptn04::after,
#faq .bg-ptn06::after {
  background: url(../images/common/ptn-bg03.jpg) no-repeat center / 2000px auto;
}

#faq .bg-ptn07::after {
  background: url(../images/common/ptn-bg04.jpg) no-repeat center / 2000px auto;
}

.accordion ul {
  border-bottom: 1px solid #ff7e53;
}

.accordion ul li {
  color: #ff7e53;
  border-top: 1px solid #ff7e53;
}

.qa {
  color: #ff7e53;
  padding: 15px 60px 15px 20px;
  position: relative;
  cursor: pointer;
}

.qa::after{
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 8px solid #ff7e53;
}

.ans {
  background: #ffcbba;
  color: #000;
  padding: 15px;
}

/*============================================================
#search
============================================================*/

#search .page-head .inner {
  padding: 20px 15px;
}

#search .page-head .icon {
  width: 35px;
  margin: 0 auto 0px;
}

.btn-link-colum3 li {
  width: 100%;
  border: solid 1px #ff7e53;
  text-align: center;
}

.btn-link-colum3 li a {
  background: #000;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #ff7e53;
  display: block;
  position: relative;
}

.btn-link-colum3 li a p {
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.btn-link-colum3 li a:hover {
  background: #ff7e53;
  color: #000;
}

.search-list li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.search-list li + li  {
  margin-top: 20px;
}

.search-list li a {
  width: 100%;
  display: block;
  position: relative;
}

.search-list li a .title {
  background: #ff7e53;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.search-list li a .text {
  background: #e9e9e9;
  width: 100%;
  height: 55px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.search-list li a .btn-arrow {
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: -55px;
}

/*============================================================
#recruit 採用情報
============================================================*/

.recruit-top #main-visual {
  background: url(../images/recruit/main.jpg) no-repeat center / cover;
}

.recruit-top main .inner {
  padding: 40px 15px;
}

.recruit-top .btn-select ul li {
  width: 100%;
  height: 150px;
  text-align: center;
  position: relative;
}

.recruit-top .btn-select ul li + li {
  margin-top: 30px !important;
}

#btn-form {
  height: 150px;
  margin: 0 auto;
  position: relative;
}

.recruit-top .btn-select ul li a,
#btn-form a {
  background: url(../images/recruit/bg-btn.jpg) no-repeat center / cover;
  width: 100%;
  height: 150px;
  border: solid 1px #ff7e53;
  display: block;
}

.recruit-top .btn-select ul li .txt-wrap,
#btn-form .txt-wrap {
  width: 90%;
  margin: auto;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.recruit-top .btn-select ul li .txt-wrap p {
  text-align: center;
}

.recruit-top .btn-select ul li .txt-wrap .title,
#btn-form .txt-wrap .title {
  text-align: center;
  margin: 0 0 10px;
}

.recruit-top .btn-select ul li .txt-wrap .lead,
#btn-form .txt-wrap .lead {
  color: #aaa;
  text-align: center;
}

#btn-form a {
  background: #ff7e53 !important;
}

#btn-form a p,
#btn-form .txt-wrap .lead {
  color: #000 !important;
}

#btn-form .txt-wrap .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
}

/***********************************
.recruitment 募集要項　
************************************/

.recruitment .plan-list {
  margin-bottom: 30px;
}

.recruitment .plan-list > .title {
  margin-bottom: 20px;
}

.recruitment table.common tr {
  border-top: solid 2px #ed7a53 !important;
}

.recruitment .plan-list tbody {
  border-bottom: solid 2px #ed7a53 !important;
}

.recruit-contact {
  background: #e3e3e4;
  padding: 20px;
  border-radius: 10px;
}

.recruit-contact dt {
  float: left;
}

.recruit-contact dd {
  color: #000;
  margin-left: 60px;
}

.recruit-contact dd a {
  color: #000 !important;
}

.underline {
  text-decoration: underline;
}

/*============================================================
#oxyreg 231214追記
============================================================*/

#oxyreg #main-visual {
  background: url(../images/oxyreg/main.jpg) no-repeat center / cover;
}

#oxyreg .bg-ptn02::after {
  background: none;
}



