@charset "utf-8";

/*====================
共通
====================*/

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  height: 100%;
  font-size: 1.0rem;
  color: #000;
  width: 100%;
  font-family: 中ゴシックBBB;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  body {
    background: #000;
  }
}


p a:link,
a:hover,
a:visited {
  color: #000;
}



#gnav {
  width: 200px;
  height: 100px;
}

#gnav li.current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#gnav li.current_out {
  color: #fff;
  border-bottom: 1px solid #000;
}

.section {
  position: relative;

}

#fp-nav ul li:nth-child(2) a.active {}



/*== nav  ===*/
#gnav {
  position: fixed;
  width: 100%;
  height: 54px;
  bottom: 0;
  text-align: center;
  background: #000;
  z-index: 100;
}

#gnav li {
  display: inline-block;
  margin: 0.5% 2% 0% 2%;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-family: リュウミン R-KL;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}

#gnav li.active {
  border-bottom: 1px solid #fff;
}

#gnav li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#gnav li.active a:hover {
  opacity: 0.8;
  border-bottom: 1px solid #fff;

}

#gnav li:hover {
  opacity: 0.8;
  border-bottom: 1px solid #fff;
}

#gnav li.active a {
  color: #fff;
  vertical-align: middle;
}



#gnav li:last-child {
  margin: 0.5% 0% 0% 1.9%;
}

#gnav li:nth-child(2) img,
#gnav li:nth-child(3) img,
#gnav li:nth-child(4) img {
  width: 2px;
  height: 40px;
  margin-top: 1%;
}






#recruitLink {
  position: fixed;
  right: 0;
  bottom: 8%;
  z-index: 120;
}

#recruitLink a:hover {
  opacity: .7;
}

#recruitLink img {
  width: 166px;
  height: auto;
}


#fullpage {
  background: #fff;

}

#section01 {
  background: #1f1f1f;
  padding-top: 0px !important;
  background: url(../img/bg_top.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section01 #logoArea {
  padding: 6% 2%;
  margin: 0 auto;
  max-width: 450px;
}

#section01 h1 {
  text-align: center;
}

#section01 h1 img {
  width: 316px;
}

#scrollNav {
  text-align: center;
  z-index: 100;
  bottom: 50px;
  position: absolute;
  left: 45%;
  width: 10%
}


#scrollNav img {
  width: 100px;
  height: auto;
}

#sp_bottomNav,
#global_menu {
  display: none;
}


@media only screen and (max-width: 640px) {
  .section {
    height: auto !important;
    clear: both;


  }

  #gnav {
    display: none;
  }

  #scrollNav {
    display: none;
  }

  #recruitLink {
    display: none;
  }

  #section01 #logoArea {
    padding: 10% 1%;
    margin: 0 auto;
    max-width: 70%;
    margin-bottom: 90px;
  }

  #section01 h1 img {
    width: 192px;
  }

  #section01 {
    height: 100vh !important;
    overflow: hidden;
    background: url(../img/bg_top_sp.jpg) no-repeat bottom;
    background-size: cover;
    background-position: center;
  }


  #sp_bottomNav {
    position: fixed;
    width: 99%;
    height: 54px;
    margin: 0 auto;
    background: #000;
    opacity: .8;
    z-index: 50;
    padding: 0% 0.5%;
    display: block;
    bottom: 0;
  }

  .sp_btMenu {
    padding-top: 4px;
    float: left;
    cursor: pointer;
  }

  .sp_btMenu img {
    height: 46px;
    width: auto;
  }

  .sp_btRecruit {
    float: left;
    padding-top: 4px;
    padding-left: 1%;
  }

  .sp_btRecruit img {
    height: 46px;
    width: auto;
  }

  .sp_btTop {
    float: right;
  }

  .sp_btTop img {
    height: 31px;
    width: auto;
    padding: 12px 12px 0px 0px;
  }

  #global_menu {
    padding: 0% 5% 5% 5%;
    width: 90%;
    margin: 0 auto;
    display: none;
    background: #000;
    height: auto;
  }

  #global_menu p {
    text-align: right;
  }

  #global_menu li {
    border-bottom: solid 1px #595959;
    background: url(../img/bt_spNav_arrow.png) no-repeat 100% top;
    background-position: right;
    background-size: 10px;
  }

  #global_menu a {
    cursor: pointer;
    color: #fff;
    text-align: left;
  }

  #global_menu li a {
    display: block;
    padding: 10% 0%;
  }

  #global_menu li a img {
    height: 17px;
    width: auto;

  }

  #global_menu li:last-child {
    border-bottom: none;
  }

  #global_menu .close img {
    width: 51px;
    height: auto;
    padding-bottom: 5%;
    padding-top: 5%;
  }


}

/*====================
Wedding
====================*/
#section02 {
  height: auto;
  padding-top: 0px !important;
}



/*==背景===*/
#section03 {
  background: url(../img/bg_wedding01.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section04 {
  background: url(../img/bg_wedding02.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: right;
}



@media only screen and (max-width: 1400px) {

  #section04 {
    background: url(../img/bg_wedding02.jpg) no-repeat 100% top;
    background-size: cover;
    background-position: 90%;
  }
}

@media only screen and (max-width: 800px) {
  #section04 {
    background: url(../img/bg_wedding02.jpg) no-repeat 100% top;
    background-size: cover;
    background-position: 33%;
  }
}

#section05 {
  background: url(../img/bg_wedding03.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section06 {
  background: url(../img/bg_wedding04.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 641px) {
  #section14 {
    background: url(../img/bg_wedding14.jpg) no-repeat 100% top;
    background-size: cover;
    background-position: center;
  }

  #section14 .contnts_groupArea.col2of4 .group_phArea img {
    width: 90px;
    height: auto;
  }

  #section14 .contnts_groupArea.col2of4 .group_logoArea img {
    /* width: 70px; */
    height: auto;
    padding-left: 100px;
  }


  #section14 .group_logoArea.okinawa img {
    width: 100px;
  }

  #section14 .group_logoArea.hakodate img {
    width: 70px;
  }

  #section14 .contnts_groupArea.col2of4 {
    padding: 3% 3%;
    background-position: center 92%;
  }


  #section14 .group_logoArea.okinawa {
    margin-top: -38px;
  }

  #section14 .group_logoArea.hakodate {
    margin-top: -58px;
  }

  #section14 .groupName.okinawa {
    margin-top: 25px;
  }

  #section14 .groupName.hakodate {
    margin-top: -6px;
  }

  #section14 .contentsInner_right.concierge_left {
    left: 5%;
  }

  #section14 .groupName.hakodate .groupPlace {
    position: relative;
    top: 9px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #section14 .groupName.hakodate {
    margin-top: -6px;
    padding-top: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #section14 .groupName_sp br {
    display: none;
  }

  #section14 .group_logoArea img,
  .contnts_groupArea.col2of4 .group_logoArea img {
    width: 70px;
    height: auto;
  }

  #section14 .group_logoArea.okinawa img {
    width: 100px;
  }

  #section14 .group_logoArea.hakodate img {
    width: 70px;
  }


  #section14 .group_logoArea.hakodate {
    padding-top: 4%;
    padding-left: 5%;
  }

  #section14 .group_logoArea.okinawa {
    padding-left: 4%;
    padding-top: 11%;
  }

  #section14 .contnts_groupArea.col2of4 .group_phArea_sp img {
    width: 103px;
    height: auto;
  }
}


#section07 {
  background: url(../img/bg_wedding05.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section08 {
  background: url(../img/bg_wedding06.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section09 {
  background: url(../img/bg_wedding07.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section10 {
  background: url(../img/bg_wedding_ch.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

#section13 {
  background: url(../img/bg_wedding13.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}


#wedTitle {
  text-align: center;
  margin: 0 auto;
}

#wedTitle h2 {
  border-bottom: 3px solid #000;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  width: 160px;
  margin: 0 auto;
  font-family: 太ゴB101;
}

.mainMessage {
  margin: 0 auto;
  max-width: 430px;
}

.mainMessage p {
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-top: 8%;
  letter-spacing: 0.07rem;
  font-family: 中ゴシックBBB;
}


#wedContents {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#wedContents li a {
  display: block;
  height: 100%;
}

#wedContents li p {
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
  font-family: リュウミン R-KL, "YuMincho", '游明朝', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 15%;
}



#wedContents li.nav_wedding01 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents01_2.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
}

#wedContents li.nav_wedding01 a,
#wedContents li.nav_wedding02 a,
#wedContents li.nav_wedding03 a,
#wedContents li.nav_wedding04 a,
#wedContents li.nav_wedding05 a,
#wedContents li.nav_wedding14 a,
#wedContents li.nav_wedding06 a,
#wedContents li.nav_wedding07 a,
#wedContents li.nav_wedding08 a,
#wedContents li.nav_wedding09 a {
  background: rgba(0, 0, 0, 0.55);
  transition: opacity 0.3s ease-out;
  color: #fff;
}

#wedContents li.nav_wedding01 a:hover,
#wedContents li.nav_wedding02 a:hover,
#wedContents li.nav_wedding03 a:hover,
#wedContents li.nav_wedding04 a:hover,
#wedContents li.nav_wedding05 a:hover,
#wedContents li.nav_wedding14 a:hover,
#wedContents li.nav_wedding06 a:hover,
#wedContents li.nav_wedding07 a:hover,
#wedContents li.nav_wedding08 a:hover,
#wedContents li.nav_wedding09 a:hover {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  filter: alpha(opacity=100);
  color: #fff;
}




#wedContents li.nav_wedding02 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents02_2.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}


#wedContents li.nav_wedding03 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents08.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}

#wedContents li.nav_wedding04 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents03_2.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}


#wedContents li.nav_wedding05 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents04.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}

#wedContents li.nav_wedding14 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents14.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}


#wedContents li.nav_wedding06 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents05.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}


#wedContents li.nav_wedding07 {
  float: left;
  width: 25%;
  height: auto;
  background: url(../img/bg_weddingContents06.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}

#wedContents li.nav_wedding08 {
  float: left;
  width: 20%;
  height: auto;
  background: url(../img/bg_weddingContents07.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}

#wedContents li.nav_wedding09 {
  float: left;
  width: 20%;
  height: auto;
  background: url(../img/bg_weddingContents09.jpg) no-repeat top;
  background-size: cover;
  display: block;
  height: 50%;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease-out;
}

.wedding_bg01_sp,
.wedding_bg02_sp,
.wedding_bg03_sp,
.wedding_bg04_sp,
.wedding_bg14_sp,
.wedding_bg05_sp,
.wedding_bg06_sp,
.wedding_bg07_sp {
  display: none;
}




@media only screen and (max-width: 810px) {


  .mainMessage {
    margin: 0 auto;
    max-width: 430px;
  }

  .mainMessage p {
    padding-top: 7%;
  }



}



@media only screen and (max-width: 640px) {
  .mainMessage {
    width: 90%;
    max-width: 640px;
  }

  .mainMessage br {
    display: none;
  }

  .mainMessage p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding-top: 3%;
    letter-spacing: 0.03rem;
    font-family: 中ゴシックBBB;
  }

  #wedTitle {
    padding-top: 5%;
    padding-bottom: 3%;
  }




  #wedContents {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  #wedContents li p {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-family: リュウミン R-KL, "YuMincho", '游明朝', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 15%;
  }

  #wedContents li.nav_wedding01 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents01_2.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }

  #wedContents li.nav_wedding02 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents02_2.jpg) no-repeat 4%;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }

  #wedContents li.nav_wedding03 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents08.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }


  #wedContents li.nav_wedding04 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents03_2.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }


  #wedContents li.nav_wedding05 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents04.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }

  #wedContents li.nav_wedding14 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents14.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }


  #wedContents li.nav_wedding06 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents05.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }


  #wedContents li.nav_wedding07 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents06.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }

  #wedContents li.nav_wedding08 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents07.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }

  #wedContents li.nav_wedding09 {
    float: left;
    width: 50%;
    background: url(../img/bg_weddingContents09.jpg) no-repeat top;
    background-size: cover;
    display: block;
    height: 160px;
    text-align: center;
    position: relative;
  }


  #section03 {
    background: none;
    background-size: auto 50%;
    display: block;
    clear: both;
    margin-bottom: 15%;
    margin-top: 40px;
  }


  #section04,
  #section05,
  #section06,
  #section14,
  #section07,
  #section08,
  #section09,
  #section10,
  #section13,
  #section_copy {
    background: none;
    background-size: auto 50%;
    display: block;
    clear: both;
    margin-bottom: 15%;
  }

  .wedding_bg01_sp {
    background: url(../img/bg_wedding01_sp.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
  }

  .wedding_bg02_sp {
    background: url(../img/bg_wedding02.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
    z-index: 100;
  }

  .wedding_bg03_sp {
    background: url(../img/bg_wedding03.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
    background-position: 90%;
  }

  .wedding_bg04_sp {
    background: url(../img/bg_wedding04.jpg) no-repeat top left;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
  }

  .wedding_bg14_sp {
    background: url(../img/bg_wedding14.jpg) no-repeat top left;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
  }

  .wedding_bg05_sp {
    background: url(../img/bg_wedding05.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
  }

  .wedding_bg06_sp {
    background: url(../img/bg_wedding06.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
    background-position: 16%;
  }

  .wedding_bg07_sp {
    background: url(../img/bg_wedding07.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 200px;
    height: 100%;
  }

  .wedding_bg10_sp {
    background: url(../img/bg_wedding_ch.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
  }

  .wedding_bg13_sp {
    background: url(../img/bg_wedding13.jpg) no-repeat top;
    background-size: cover;
    display: block;
    min-height: 220px;
    height: 100%;
  }

}


/*==コンテンツ共通部分===*/

.contentsInner_left {
  max-width: 482px;
  position: absolute;
  left: 5%;
  bottom: 31%;
  width: 100%;
}

.contentsInner_left_middle {
  max-width: 482px;
  position: absolute;
  left: 5%;
  bottom: 26%;
  width: 100%;
}

.contentsInner_left a {
  display: block;
}


.contentsInner_right {
  max-width: 482px;
  position: absolute;
  right: 5%;
  bottom: 31%;
  width: 100%;
}


.contentsInner_right_long {
  max-width: 482px;
  position: absolute;
  right: 5%;
  bottom: 21%;
  width: 100%;
}

.contentsInner_right a {
  display: block;
}

.contents_textArea {
  background: #fff;
  padding: 4%;
}

.contentsTitle_en {
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  color: #5a5a5a;
  font-family: リュウミン R-KL;
}

.contentsTitle_jp {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: #5a5a5a;
  font-family: 中ゴシックBBB;
}

.contentsCopy {
  font-size: 2.4rem;
  color: #000;
  padding-top: 3%;
  letter-spacing: 0.1rem;
  font-family: リュウミン R-KL;
}

.contentsLead {
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-top: 2%;
  letter-spacing: 0.07rem;
  font-family: 中ゴシックBBB;
}



@media only screen and (max-width: 800px) {
  .contentsInner_left {
    max-width: 482px;
    position: absolute;
    left: 7%;
    bottom: 30%;
    width: 100%;
  }

  .contentsInner_left_middle {
    max-width: 482px;
    position: absolute;
    left: 7%;
    bottom: 25%;
    width: 100%;
  }

  .contentsInner_right {
    max-width: 482px;
    position: absolute;
    right: 7%;
    bottom: 30%;
    width: 100%;
  }


  .contentsInner_right_long {
    max-width: 482px;
    position: absolute;
    right: 7%;
    bottom: 20%;
    width: 100%;
  }
}




@media only screen and (max-width: 640px) {
  .contentsInner_left {
    max-width: 640px;
    position: relative;
    left: 0%;
    bottom: 0%;
    top: 100%;
    width: 90%;
    clear: both;
    display: block;
    margin: 0 auto;
  }

  .contentsInner_left_middle {
    max-width: 640px;
    position: relative;
    left: 0%;
    bottom: 0%;
    width: 90%;
    clear: both;
    display: block;
    margin: 0 auto;
  }

  .contentsInner_right {
    max-width: 640px;
    position: relative;
    right: 0%;
    bottom: 0%;
    width: 90%;
    clear: both;
    display: block;
    margin: 0 auto;
  }


  .contentsInner_right_long {
    max-width: 640px;
    position: relative;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin: 0 auto;
  }

  .contents_textArea {
    background: #fff;
    padding: 4% 2%;
    width: 96%;
    margin: 0 auto;
  }


  .contentsTitle_en {
    font-size: 1.2rem;
    color: #5a5a5a;
  }

  .contentsTitle_jp {
    font-size: 1.0rem;
    color: #5a5a5a;
  }

  .contentsCopy {
    font-size: 1.6rem;
    color: #000;
    padding-top: 6%;
    letter-spacing: 0.0rem;
  }

  .contentsLead {
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding-top: 2%;
    letter-spacing: 0.0rem;
    font-family: 中ゴシックBBB;
  }

  .contentsLead br {
    display: none;
  }

}













.contnts_groupArea {
  padding: 2.5% 3%;
  margin-top: 1%;
  overflow: hidden;
  background: url(../img/icon_blank.png) no-repeat 100% #fff;
  background-size: 22px;
  background-position: 97%;
}

.contnts_groupArea.col2of4 {
  box-sizing: border-box;
  width: 49.5%;
  height: 160px;
  padding: 4% 5%;
  background: url(../img/icon_blank.png) no-repeat 100% #fff;
  background-size: 22px;
  background-position: center 88%;
}

.contnts_groupArea.col2of4.fLeft {
  float: left;
}

.contnts_groupArea.col2of4.fRight {
  float: right;
}

.contentsInner_left a:hover .contnts_groupArea,
.contentsInner_left_middle a:hover .contnts_groupArea,
.contentsInner_right a:hover .contnts_groupArea,
.contentsInner_right_long a:hover .contnts_groupArea {
  background: url(../img/icon_blank.png) no-repeat 100% #efefef;
  background-size: 22px;
  background-position: 97%;
}

.contentsInner_right a:hover .contnts_groupArea.col2of4 {
  background: url(../img/icon_blank.png) no-repeat 100% #efefef;
  background-size: 22px;
  background-position: center 88%;
}

.group_phArea {
  float: left;
  width: 20%;
  margin-right: 5%;
}

.group_phArea img {
  width: 98px;
  height: auto;
}

.contnts_groupArea.col2of4 .group_phArea {
  float: none;
  width: 100%;
  margin-right: 0;
}

.contnts_groupArea.col2of4 .group_phArea img {
  width: 72px;
  height: auto;
}

.contnts_groupArea.col2of4 .group_phArea_sp {
  display: none;
}

.group_logoArea {
  float: left;
  text-align: center;
  width: 70%;
}

.contnts_groupArea.col2of4 .group_logoArea {
  float: none;
  width: 100%;
  margin-top: -65px;
}

.group_logoArea img {
  height: 50px;
  width: auto;
}

.contnts_groupArea.col2of4 .group_logoArea img {
  padding-left: 77px;
}

p.groupName {
  clear: both;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  display: block;
  font-family: 中ゴシックBBB;
}

.contnts_groupArea.col2of4 p.groupName {
  padding-top: 8%;
}

p.groupName_sp {
  display: none;
}

span.groupPlace {
  color: #5a5a5a;
  border-right: 1px solid #5a5a5a;
  padding-right: 4%;
  margin-right: 4%;
  font-family: 中ゴシックBBB;
}

/*------レストラン岐阜追加対応------*/
.group_logoArea {
  width: 74%;
}

#section07 .groupName_long {
  letter-spacing: -0.1rem
}

#section07 .groupName_long span.groupPlace {
  padding-right: 3%;
  margin-right: 2%;
}

/*------レストラン岐阜追加対応終わり------*/


@media only screen and (max-width: 640px) {

  .contnts_groupArea,
  .contnts_groupArea.col2of4 {
    padding: 0% 0%;
    margin-top: 0%;
    overflow: hidden;
    background: url(../img/icon_blank.png) no-repeat 100% #fff;
    background-size: 22px;
    background-position: 97% 40%;
    border: 1px solid #595959;
    width: 100%;
    margin: 2% auto 0 auto;
  }

  .contnts_groupArea.col2of4 {
    height: auto;
  }

  .contnts_groupArea.col2of4.fLeft,
  .contnts_groupArea.col2of4.fRight {
    float: none;
  }

  .contentsInner_left a:hover .contnts_groupArea,
  .contentsInner_left_middle a:hover .contnts_groupArea,
  .contentsInner_right a:hover .contnts_groupArea,
  .contentsInner_right_long a:hover .contnts_groupArea,
  .contentsInner_right a:hover .contnts_groupArea.col2of4 {
    background: url(../img/icon_blank.png) no-repeat 100%;
    background-size: 22px;
    background-position: 97% 40%;
  }

  .group_phArea,
  .contnts_groupArea.col2of4 .group_phArea_sp {
    float: left;
    width: 27%;
    margin-right: 5%;
    padding: 1.5% 0% 1.5% 1.5%;
  }

  .contnts_groupArea.col2of4 .group_phArea {
    display: none;
  }

  .contnts_groupArea.col2of4 .group_phArea_sp {
    display: block;
  }

  .group_phArea img,
  .contnts_groupArea.col2of4 .group_phArea_sp img {
    width: 98px;
    height: auto;
  }

  .group_logoArea,
  .contnts_groupArea.col2of4 .group_logoArea {
    float: left;
    text-align: center;
    width: 50%;
    padding-top: 7%;
  }

  .contnts_groupArea.col2of4 .group_logoArea {
    margin-top: 0;
  }

  .group_logoArea img,
  .contnts_groupArea.col2of4 .group_logoArea img {
    height: 40px;
    width: auto;
  }

  .contnts_groupArea.col2of4 .group_logoArea img {
    padding-left: 0;
  }

  p.groupName,
  .contnts_groupArea.col2of4 p.groupName {
    clear: both;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    background: #eee;
    width: 100%;
    clear: both;
    font-family: 中ゴシックBBB;
  }

  p.groupName {
    display: none;
  }

  p.groupName_sp {
    clear: both;
    text-align: center;
    font-size: 1.1rem;
    color: #000;
    background: #eee;
    width: 100%;
    clear: both;
    padding: 1% 0%;
    display: block;
  }

  span.groupPlace {
    color: #5a5a5a;
    border-right: 1px solid #5a5a5a;
    padding-right: 4%;
    margin-right: 4%;
    font-family: 中ゴシックBBB;
  }

  #section07 .groupName_sp_long span.groupPlace {
    color: #5a5a5a;
    border-right: 1px solid #5a5a5a;
    padding-right: 2%;
    margin-right: 2%;
    font-family: 中ゴシックBBB;
  }




}


/*====================
company
====================*/

#section11 {
  background: url(../img/bg_company01.jpg) no-repeat 100% top;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 800px) {
  #section11 {
    background: url(../img/bg_company01.jpg) no-repeat 100% top;
    background-size: cover;
    background-position: 80%;
  }
}

#company_textArea {
  width: 100%;
  max-width: 430px;
  padding: 0% 0% 10% 5%;
  overflow: hidden;
}

#conTitle {
  text-align: center;
  margin: 0 auto;
}

#conTitle h2 {
  border-bottom: 3px solid #000;
  font-size: 3.2rem;
  font-weight: normal;
  width: 160px;
  margin: 0 auto;
  font-family: 太ゴB101;
}


.company_linkArea {
  clear: both;
  width: 100%;
  max-width: 280px;
  margin: 8% auto 0 auto;
}

.company_linkArea a {
  padding: 2.5% 3%;
  margin-top: 3%;
  overflow: hidden;
  background: url(../img/icon_arrow.png) no-repeat 100% #fff;
  background-size: 7px;
  background-position: 97%;
  border: 1px solid #000;
  position: 2%;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #000;
  font-family: 中ゴシックBBB;
}

.company_linkArea a:hover {
  background: url(../img/icon_arrow.png) no-repeat 100% #efefef;
  background-size: 7px;
  background-position: 97%;
}


@media only screen and (max-width: 640px) {
  #section11 {
    background: url(../img/bg_company01_sp.jpg) no-repeat 100% top;
    background-size: 150%;
    background-position: right;
  }

  #company_textArea {
    width: 100%;
    max-width: 640px;
    padding: 0% 0% 10% 0%;
    overflow: hidden;
  }

  #conTitle {
    padding-bottom: 3%;
  }

  #conTitle h2 {
    border-bottom: 2px solid #000;
    font-size: 2.2rem;
    font-weight: normal;
    width: 105px;
    margin: 0 auto;
  }

  .company_linkArea {
    clear: both;
    width: 89%;
    max-width: 640px;
    margin: 8% auto 0 auto;

  }

  .company_linkArea a {
    padding: 2.5% 3%;
    margin-top: 3%;
    overflow: hidden;
    background: url(../img/icon_arrow.png) no-repeat 100% #fff;
    background-size: 7px;
    background-position: 97%;
    border: 1px solid #000;
    position: 0%;
    display: block;
    width: 94%;
    font-size: 1.2rem;
  }

}




/*====================
recruit
====================*/

#section12 {
  background-position: center;
  padding-top: 0px !important;
}

.recruit_phArea {
  width: 50%;
  height: 100%;
  float: left;
}

.recruit_phArea_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.recruit_ph01 {
  background: url(../img/bg_recruit01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.recruit_ph02 {
  background: url(../img/bg_recruit02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 23%;
  width: 50%;
  position: absolute;
  top: 49.5%;
}

.recruit_ph03 {
  background: url(../img/bg_recruit03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 23%;
  width: 49%;
  position: absolute;
  top: 49.5%;
  right: 0;
}

.recruit_ph04 {
  background: url(../img/bg_recruit04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 22%;
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 0;
}

.recruit_ph05 {
  background: url(../img/bg_recruit05.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 22%;
  width: 49%;
  position: absolute;
  bottom: 5%;
  right: 0;
}

.recruit_mmessageArea {
  width: 50%;
  height: 50%;
  float: left;
  position: absolute;
  right: 0px;
  padding-top: 15%
}

#recruitTitle {
  text-align: center;
  margin: 0 auto;
}

#recruitTitle h2 {
  border-bottom: 3px solid #000;
  font-size: 3.2rem;
  font-weight: normal;
  width: 150px;
  margin: 0 auto;
  font-family: 太ゴB101;
}


.recruit_mmessageArea .company_linkArea a {
  padding: 2.5% 4%;
  margin-top: 3%;
  overflow: hidden;
  background: url(../img/icon_blank.png) no-repeat 100% #fff;
  background-size: 22px;
  background-position: 97%;
  border: 1px solid #000;
  position: 2%;
  display: block;
  width: 92%;
  font-size: 1.3rem;
  color: #000;
  font-family: 中ゴシックBBB;
}

.recruit_mmessageArea .company_linkArea a:hover {
  background: url(../img/icon_blank.png) no-repeat 100% #efefef;
  background-size: 22px;
  background-position: 97%;
}

#recruitTitle_sp {
  display: none;
}


@media only screen and (max-width: 900px) {
  .recruit_mmessageArea .mainMessage br {
    display: none;
  }

  .recruit_mmessageArea {
    width: 40%;
    height: 50%;
    float: left;
    position: absolute;
    right: 6%;
    padding-top: 30%
  }

  .recruit_mmessageArea .company_linkArea {
    clear: both;
    width: 100%;
    max-width: 260px;
    margin: 8% auto 0 auto;

  }


}





@media only screen and (max-width: 640px) {
  .recruit_mmessageArea {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    position: relative;
    right: 0px;
    padding-top: 1%
  }

  #recruitTitle {
    display: none;
  }

  #recruitTitle_sp {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 10%;
  }

  #recruitTitle_sp h2 {
    border-bottom: 2px solid #000;
    font-size: 2.2rem;
    font-weight: normal;
    width: 80px;
    margin: 0 auto;
    display: block;
    font-family: 太ゴB101;
  }

  .recruit_phArea {
    display: none;
  }


  .recruit_bg01_sp {
    background: url(../img/bg_recruit01.jpg) no-repeat bottom;
    background-size: cover;
    display: block;
    min-height: 420px;
    height: 100%;
    margin-top: 8%;
  }

  .recruit_bg02_sp {
    background: url(../img/bg_recruit02_sp.jpg) no-repeat;
    background-position: 60%;
    background-size: cover;
    display: block;
    min-height: 100%;
    height: 220px;
    margin-top: 8%;
  }


}



#section_copy {
  background: #1f1f1f;
}

.copyrightArea {
  margin: 0 auto;
  text-align: center;
}

.copyrightArea img {
  width: 316px;
  height: auto;
}

.copyrightArea p {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 2%
}

@media only screen and (max-width: 640px) {
  #section_copy {
    margin-top: 15%;
    display: table;
  }

  .copyrightArea {
    padding: 5% 0% 100px 0%;
    overflow: hidden;
  }

  .copyrightArea img {
    width: 153px;
    height: auto;
  }

  .copyrightArea p {
    font-size: 1.0rem;
    color: #fff;
    padding-top: 5%;
  }
}

@media only screen and (min-width: 641px) and (max-height: 730px) {
  .company_linkArea {
    clear: both;
    width: 100%;
    position: absolute;
    margin: auto;
    max-width: 280px;
    max-height: 250px;
    /* margin: 8% auto 0 auto; */
    left: 20px;
    right: 0;
    top: -80px;
    bottom: 0;
    margin-left: calc(430px + 5%);
  }
}