/******************* index *******************/
section {
  max-width: 1070px;
  margin: -100px auto 60px;
  padding-top: 100px;
}
  section:last-child {
    margin: 0 auto 200px;
    padding-top: 0;}
  section:nth-child(odd) .whiteBox {
    margin-right: 0; }
  section:nth-child(even) .whiteBox {
    margin-left: 0; }

.main {
  max-width: 100%;
  background-color: #f2f2ef;
  background-image: url(../img/common/under_main.jpg);
  background-position: 50% 0;
  height: 284px;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 0px;
  padding: 110px 0 0; }
  .main h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    color: #82858a;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-family: "Open Sans Condensed"; }
  .main .alias {
    font-size: 12px;
    font-size: 1.2rem;
    color: #82858a; }

.whiteBox {
  border-radius: 0 0 8px 8px; }
  .whiteBox h2 {
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center; }
  .whiteBox .alias {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: center; }
  .whiteBox .row {
    overflow: auto;
    display: table-row; }
    .whiteBox .row:nth-child(even) {
      background-color: #f2f2ef; }
    .whiteBox .row:last-child {
      border-radius: 0 0 8px 8px; }
      .whiteBox .row:last-child .col1 {
        border-radius: 0 0 0 8px; }
      .whiteBox .row:last-child .col3 {
        border-radius: 0 0 8px 0; }
    .whiteBox .row .col1,
    .whiteBox .row .col2,
    .whiteBox .row .col3,
    .whiteBox .row .col4,
    .whiteBox .row .col5,
    .whiteBox .row .col6 {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 1.8%;
      padding: 2rem 1.8%;
      line-height: 1.8;
      letter-spacing: 0; }
    .whiteBox .row .col1 {
      height: 170px;
      width: 18%;
      text-align: center;
      padding: 0 3rem;
      }
    .whiteBox .row .col2 {
      width: 18.85%;
      max-width: 185px;
      }
    .whiteBox .row .col2 .tsume {
      letter-spacing: -0.05rem;
      }
    /* pc */
    @media screen and (min-width: 641px) {
      /*.whiteBox .row .col5 .linkButton a{
        padding-top: 1.7em;
        padding-bottom: 1.7em;
      }*/
    }
      
    .linkButton a{
      /* max-width: 320px; */
      padding-left: 1.8em;
      padding-right: 1.8em;
    }
    .whiteBox .row .linkButton a {
      margin-top: 10px;
      margin-top: 1rem;
      margin-right: 0; }

.whiteBox_head {
  height: 110px;
  padding-top: 47px;
  position: relative; }
  .whiteBox_head h2,
  .whiteBox_head .alias {
    color: #ffffff;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-shadow: 0 0 7px rgba(5, 16, 33, 0.4); }
  .whiteBox_head h2 {
    font-family: "Open Sans Condensed";
    letter-spacing: 0.4rem; }
  .whiteBox_head .accordion_btn {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -22px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease; }
    .whiteBox_head .accordion_btn:hover {
      cursor: pointer; }
    .whiteBox_head .accordion_btn.close {
      transform: rotate(180deg); }

.business_image {
  text-align: center;
  padding: 20px 5% 10px; }
.business .whiteBox_inner {
  padding-top: 0;
  background-color: #f2f2ef;
  border-radius: 0 0 8px 8px;
  line-height: 2; }
  .business .whiteBox_inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    color: #5d5f68; }

.esthe .whiteBox_head {
  background-image: url(../img/business/h2_bg_01.jpg); }
  .esthe .whiteBox_head h2,
  .esthe .whiteBox_head .alias {
    color: #5d5f68;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.4); }


.bridal .whiteBox_head {
  background-image: url(../img/business/h2_bg_02.jpg); }
  .bridal .whiteBox_head h2,
  .bridal .whiteBox_head .alias {
    color: #5d5f68;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.4); }

.hair .whiteBox_head {
  background: url(../img/business/h2_bg_03.jpg) 6.5% 0%;
  }
  /*.hair .whiteBox_head h2,
  .hair .whiteBox_head .alias {
    color: #5d5f68;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.4); }*/

.sports .whiteBox_head {
  background-image: url(../img/business/h2_bg_04.jpg); }

.eyebeauty .whiteBox_head {
  background-image: url(../img/business/h2_bg_05.jpg); }

.collaboration .whiteBox_head {
  background-image: url(../img/business/h2_bg_06.jpg); }

.foreign .whiteBox_head {
  background-image: url(../img/business/h2_bg_07.jpg); }
.foreign .whiteBox .row{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.foreign .whiteBox .row::after{
  display: none;
}
.foreign .whiteBox .row .col1,
.foreign .whiteBox .row .col2,
.foreign .whiteBox .row .col3,
.foreign .whiteBox .row .col4,
.foreign .whiteBox .row .col5 ,
.foreign .whiteBox .row .col6 {
  display: table-cell;
  vertical-align: top;
  padding: 40px 2.04082%;
  padding: 3rem 5rem;
  width: 200px;
  width: calc(100% / 3);
  max-width: none;
  text-align: center;
  font-size: 12px; }
  .foreign .whiteBox .row .logo{
    margin: 0 auto 10px auto;
    margin: 0 auto 1rem auto;}
  .foreign .whiteBox .row .col1 .logo{
    width: 70%;
    max-width: 159px;}
  .foreign .whiteBox .row .col2 .logo{
    width: 70%;}
  .foreign .whiteBox .row .col3 .logo{
    width: 80.5%;}
  .foreign .whiteBox .row .col4 .logo{
    width: 73.8%;}
  .foreign .whiteBox .row .col5 .logo{
    width: 74.8%;}
  .foreign .whiteBox .row .col6 .logo{
    width: 70%;
    max-width: 159px;}
  .foreign .whiteBox .row .col1 .name,
  .foreign .whiteBox .row .col2 .name,
  .foreign .whiteBox .row .col3 .name,
  .foreign .whiteBox .row .col4 .name,
  .foreign .whiteBox .row .col5 .name ,
  .foreign .whiteBox .row .col6 .name {
    letter-spacing: 0; }
.foreign .whiteBox .row .col3 {
  background-color: #f2f2ef;
  border-radius: 0 0 8px 0; }
.foreign .whiteBox .row .col4 {
  background-color: #fff;
  border-radius: 0 0 8px 0; }
.foreign .whiteBox .row .col5 {
  background-color: #f2f2ef;
  border-radius: 0 0 8px 0; }
.foreign .whiteBox .row .col6 {
  background-color: #f2f2ef;}
.ec .whiteBox_head {
  background-image: url(../img/business/h2_bg_08.jpg); }

.hotelspa .whiteBox_head {
  background-image: url(../img/business/h2_bg_09.jpg); }

.beautyservice .whiteBox_head {
  background-image: url(../img/business/h2_bg_10.jpg); }

.foreign .whiteBox .row .linkButton a{
  margin-left: auto;
  margin-right: auto;
}

/* sp */
@media screen and (max-width: 640px) {
  body {
    font-size: 14px; }

  section {
    margin: 0 auto 9.375vw;
    padding-top: 60px;
    margin-top: -60px;}
    section:last-child {
      margin: 0 auto 23.4375vw;
      padding-top:0px; }

  .main {
    height: 44.375vw;
    margin-bottom: 7.8125vw;
    padding: 17.1875vw 0 0;
    background-size: cover; }
    .main h1 {
      font-size: 50px;
      font-size: 5rem; }
    .main .alias {
      font-size: 25px;
      font-size: 2.5rem; }

  section:nth-child(even) .whiteBox {
    margin-left: auto; }

  section:nth-child(odd) .whiteBox {
    margin-right: auto; }

  .whiteBox h2 {
    font-size: 17px;
    letter-spacing: 0.3rem; }
  .whiteBox .row {
    overflow: auto;
    display: block; }
    .whiteBox .row:nth-child(even) {
      background-color: #f2f2ef; }
    .whiteBox .row:last-child {
      border-radius: 0 0 8px 8px; }
      .whiteBox .row:last-child .col1 {
        border-radius: 0 0 0 8px; }
      .whiteBox .row:last-child .col2 {
        word-break: break-all;
        max-width: 100%; }
      .whiteBox .row:last-child .col3 {
        border-radius: 0 0 8px 0; }
    .whiteBox .row .col1,
    .whiteBox .row .col2,
    .whiteBox .row .col3 {
      display: block;
      vertical-align: middle;
      height: auto;
      padding: 2rem 1.02041% 1rem;
      width: 50%; }
    .whiteBox .row .col1 {
      display: table-cell;
      width: 140px;
      text-align: center;
      padding: 2rem 10px 1rem; }
      .whiteBox .row .col1 img {
        max-width: 100px; }
    .whiteBox .row .col2 {
      display: table-cell;
      width: auto;
      word-break: break-all;
      padding: 2rem 2rem 2rem 0rem; }
    .whiteBox .row .col3 {
      clear: both;
      width: 100%;
      padding: 0.5rem 5.17241% 1.5rem;
      /*line-height: 1.5;*/ }

  .foreign .whiteBox .row {
    display: block; }
    .foreign .whiteBox .row .col1,
    .foreign .whiteBox .row .col2,
    .foreign .whiteBox .row .col3,
    .foreign .whiteBox .row .col4,
    .foreign .whiteBox .row .col5 ,
    .foreign .whiteBox .row .col6  {
      display: block;
      vertical-align: middle;
      height: auto;
      padding: 0;
      width: 100%; }
    .foreign .whiteBox .row .col1 {
      float: left;
      text-align: center; }
    .foreign .whiteBox .row .col2 {
      float: right; }
    .foreign .whiteBox .row .col3 {
      clear: both;
      width: 100%;
      /*line-height: 1.5;*/}
    .foreign .whiteBox .row .col6 {
      clear: both;}
    
  .foreign .whiteBox .row .col1 .logo,
  .foreign .whiteBox .row .col2 .logo,
  .foreign .whiteBox .row .col3 .logo,
  .foreign .whiteBox .row .col4 .logo,
  .foreign .whiteBox .row .col5 .logo ,
  .foreign .whiteBox .row .col6 .logo {
      display: table-cell;
      vertical-align: middle;
      width: 145px;
      padding: 2rem 1.02041% 1rem;
      }
      .foreign .whiteBox .row p.logo img {
        max-width: 100px;
        }

    .foreign .whiteBox .row p.name {
      display: table-cell;
      width: auto;
      word-break: break-all;
      padding: 2rem 10px 1rem;
      text-align: left; }
    .foreign .whiteBox .row p.text {
      padding: 0.5rem 5.17241% 1.5rem;
      line-height: 1.5;
      margin-top: -1.5rem; } 
      
  .bridal .whiteBox_head {
  background-position:-50px 0;}

  .sports .whiteBox_head {
  background-position:-50px 0;}
  
  .eyebeauty .whiteBox_head {
  background-position:-130px 0;}
}

/* ----- SP場合の初期設定 ----- */
@media screen and (max-width: 640px) {
	.whiteBox_body{
		display: none;
	}
	.OPtarget .whiteBox_body{
		display: block;
	}
}

/* ----- アンカーリンク ----- */
/* SP */
@media screen and (max-width: 640px) {
	#content section:not(.main){
		padding-top: 61.03px;
		margin-top: -61.03px;
	}
}