/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

a[href^="tel:"] {
  pointer-events: auto;
  text-decoration: underline;
}

.pcnone { display: block; }
.spnone { display: none; }

.sp_nowrap {
  white-space: nowrap;
}
.sp_block {
  display: block;
}
.sp_center {
  text-align: center;
}

.txtarea {
  margin-bottom: 10px;
}

#page-top {
    bottom: 80px;
}

#breadcrumbs > div {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 20px;
}

/* 2カラム */
.colLeft {
  float: none;
  margin-bottom: 30px;
}
.colRight {
  float: none;
  margin-left: 0;
  margin-bottom: 30px;
}
.colLeft img,
.colRight img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.colSize530,
.colSize480,
.colSize380,
.colSize230,
.colSize140
{ width: 100%; }

.section_t1 {
    display: block;
    padding: 0 10px;
}
.section_t1 .item_img {
    display: block;
    width: 100%;
    position: initial;
    text-align: center;
    padding-right: 0;
}
.section_t1 .item_txt,
.section_t1.r_img .item_txt {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


/* タイトル */
.title_main01 {
    font-size: 1.5rem;
    padding: 5px 10px;
    height: 100px;
    background-size: auto 25%;
    background-size: cover;
}

.title_sub01 {
    font-size: 1.75rem;
    letter-spacing: 2px;
}

a.link_t1 {
    max-width: 90%;
    font-size: 1.125rem;
    padding: 15px 20px;
}
a.link_t1::after {
    right: 10px;
}

.inpage_links li {
    display: inline-block;
    width: 45%;
    max-width: 275px;
    margin: 5px;
}
.inpage_links li a {
    width: 100%;
    padding: 15px 25px;
}
.inpage_links li a::after {
    left: 10px;
}

.tbl_t1 colgroup {
    display: none;
}
.tbl_t1 th {
    display: block;
    width: 100%;
    border: none;
}
.tbl_t1 td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}

.btn_t01 {
  display: block;
}
.btn_t01 a {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 1.8rem;
}

.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

.contact_info .contact_list li {
    display: block;
    text-align: center;
}

ul.fl2_t1 li {
    float: none;
    width: 100%;
}

.fl3_t1 li {
    float: none;
    margin-right: 0;
    width: 100%;
}

.fl4_t1 li {
    width: 50%;
}

.gmaps {
  position: relative;
  padding-bottom: 100%; // これが縦横比
  height: 0;
  overflow: hidden;
}
.gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*---------------------------------------------------------------*/
/*=|||　レイアウト　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#container {
    padding-top: 90px;
}

.mainWrap,
.mainWrapS,
.mainWrapS1 {
    width: 100%;
    padding: 0 10px;
}


/*---------------------------------------------------------------*/
/*=|||　ヘッダ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 90px;
    font-size: 1.2rem;
    padding: 5px 10px;
}
#header .logo {
    width: calc(100% - 64px);
    vertical-align: top;
    padding: 0;
}
#header .logo img {
    width: auto;
    max-height: 80px;
}

#header .info,
#header .contact {
    display: none;
}

#header .sp_menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    position: relative;
    width: 64px;
    height: 80px;
}

#header .sp_menu button {
  border-color: transparent;
  background: transparent;
  cursor: pointer;
}

#header .sp_menu .hamburger {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 100;
}
#header .sp_menu .hamburger_bar {
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    right: 0;
    background: #000;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
#header .sp_menu .hamburger .menu_txt {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
}

#header .sp_menu .hamburger_bar:nth-child(1) {
  top: 0;
}

#header .sp_menu .hamburger_bar:nth-child(2) {
  top: 20px;
  transform: translateY(-50%);
}

#header .sp_menu .hamburger_bar:nth-child(3) {
  top: 40px;
  transform: translateY(-100%);
}

#header .sp_menu .hamburger_bar.is_active:nth-child(1) {
    top: 40%;
    transform: translateY(-50%) rotate(135deg);
}

#header .sp_menu .hamburger_bar.is_active:nth-child(2) {
    transform: translate(50%, -50%);
    opacity: 0;
}

#header .sp_menu .hamburger_bar.is_active:nth-child(3) {
    top: 40%;
    transform: translateY(-50%) rotate(-135deg);
}

.js-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #ebf8f9;
}
.js-menu .inner {
  overflow-y: scroll;
  height: 80%;
}

.js-menu a {
    text-decoration: none;
    display: block;
    padding: 12px 10px;
}

.js-menu .menu_close {
    margin: 0 auto;
}
.js-menu .menu_close p {
    text-align: center;
    text-decoration: underline;
    padding: 20px 0;
    font-size: 1.0rem;
}

.js-menu ul {
  margin: 0;
}
.js-menu li {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  width: 100%;
  border-bottom: 1px #c0c0c0 solid;
/*  background: url(/img/common/arrow_gt01.png) 96% center no-repeat;*/
}
.js-menu li a {
  color: #333333;
}

#header .title_simple {
  width: 240px;
  height: auto;
}


/*---------------------------------------------------------------*/
/*=|||　フッタ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.footer,
.footer .mainWrap {
    padding: 0;
}

.footer_shop_info .leftarea,
.footer_shop_info .rightarea {
    float: none;
    width: 100%;
}
.footer .links {
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0;
    background: #ebf8f9;
    border-top: none;
}

.footer_shop_info .leftarea .cname {
    font-size: 1.75rem;
}
.footer .links ul {
    display: block;
}
.footer .links li {
    display: block;
    border-top: 1px #d1d2d3 solid;
}
.footer .links li a {
    display: block;
    padding: 10px;
}

.footer .copyright {
    padding-bottom: 80px;
}


/*---------------------------------------------------------------*/
/*=|||　サブコンテンツ関連　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#scroll_body {
    z-index: 0;
}


/*---------------------------------------------------------------*/
/*=|||　トップ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.bx-wrapper .bx-prev {
    left: 10px;
}
.bx-wrapper .bx-next {
    right: 10px;
}

.top_main_img {
    max-width: initial;
    overflow: visible;
    height: auto;
}
.top_main_img .catch {
    top: 45%;
    letter-spacing: 2px;
    font-size: 1.75rem;
}
.top_main_img .inner {
    width: 100%;
    height: auto;
}

.slick_slider li img {
    min-width: initial;
}

.top_appeal01 { width: 100%; background-color: #000000; }
.top_appeal01 .a01 { width: 28.8732%; height: auto; }
.top_appeal01 .a02 { width: 17.6056%; height: auto; }
.top_appeal01 .a03 { width: 20.8451%; height: auto; }
.top_appeal01 .a04 { width: 32.6761%; height: auto; }

.menu_t1 li {
    max-width: 40%;
}


/*---------------------------------------------------------------*/
/*=|||　アクティビティ情報関連　|||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.activity_list > ul {
    justify-content: center;
}
.activity_list > ul > li {
    margin-bottom: 30px;
    max-width: 100%;
}

.activity_list .thum {
    width: 100%;
}


/*---------------------------------------------------------------*/
/*=|||　アクティビティ詳細　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.slider_img .inner {
    height: auto;
}

#activity .category .theme {
    display: inline-block;
    background: #82b724;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#activity .category ul {
    display: inline;
}
#activity .category li {
    display: inline;
    color: #739b00;
    margin-left: 10px;
}
#activity .category li a {
    color: #739b00;
    text-decoration: none;
}
#activity .category li a:hover {
    text-decoration: underline;
}

#activity .company_info th {
    display: block;
    padding-left: 0;
}
#activity .company_info td {
    display: block;
    min-width: initial;
}

.reserve_buttons {
    width: 100%;
}
.reserve_buttons li {
    text-align: center;
}
.reserve_buttons a {
    width: 97%;
    font-size: 1.0rem;
}


/*---------------------------------------------------------------*/
/*=|||　フォーム関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.form_t1 colgroup {
    display: none;
}

.form_t1 select {
  display: block;
}
.form_t1 input[type="text"] {
  font-size: 1.0rem;
  padding: 10px 5px;
}
.form_t1 textarea {
  font-size: 1.0rem;
}
.form_t1 label {
    display: block;
    padding: 5px 0;
}

.form_t1 th,
.form_t1 td {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}
.form_t1 td {
    padding: 15px 10px;
}
.form_t1 .width70p,
.form_t1 .width90p {
  width: 100%;
}
.form_t1 .buttons {
  text-align: center;
}

.form_t1 .width25p,
.form_t1 .width50p,
.form_t1 .width70p,
.form_t1 .width75p,
.form_t1 .width90p {
  width: 100%;
}
.form_t1 .width10p {
  width: 25%;
}

.form_t1 .button_next {
  padding:15px 30px;
}


/*---------------------------------------------------------------*/
/*=|||　記事関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#textBody {
  padding: 10px 0 15px 0;
}

.prevnext .prev,
.prevnext .next {
  float: none;
  width: 100%;
}

.wp-pagenavi{
  font-size: 1.4rem;
}


/*---------------------------------------------------------------*/
/*=|||　ビフォーアフター関連　|||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.beforeafter {
  margin-bottom: 10px;
}
.beforeafter .maindata {
  position: static;
  height: auto;
}
.beforeafter .type1 {
  margin-top: 0;
}
.beforeafter .type2 .maindata {
  height: auto;
}
.beforeafter .maindata .title {
  font-weight: bold;
  color: #000;
  position: static;
  top: 0;
  font-size: 1.3rem;
  padding: 0;
  line-height: 1.6;
}
.beforeafter .type2 .maindata .title {
  top: 0;
}
.beforeafter .maindata img {
  position: static;
  max-width: 130%;
  margin-left: -40%;
}
.beforeafter ul.fl {
  width: 100%;
}
.beforeafter ul.fl li {
  width: 33.3333%;
  height: auto;
  margin-right: 0;
}
.beforeafter ul.fl li img {
  width: 99%;
  text-align: center;
  margin: 0 auto;
}
.beforeafter h3.woman {
  height: auto;
  line-height: 1.4;
  text-indent: 0;
  padding: 5px;
}
.beforeafter h3.man {
  height: auto;
  line-height: 1.4;
  text-indent: 0;
  padding: 5px;
}
