@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
PC
----------------------------------------------------*/

@media screen and (min-width: 761px) {

  body {
    color: #000;
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho';
    position: relative;
  }
  #wrapper {
    min-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
  }
  .sp {
    display: none;
  }

  /* ********** HEADER ********** */

  header {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  header h1 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
  }
  header h1 img {
    height: 40px;
  }
  header nav {
    width: 70%;
    position: absolute;
    top: 0;
    left: 15%;

  }
  header nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  header nav > ul > li {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  header nav > ul > li > a {
    height: 100px;
    padding: 33px 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    display: block;
  }
  header nav > ul > li > a > span {
    margin: 0 auto;
    padding: 1px 0 0 0;
    color: #595757;
    font-size: 10px;
    text-align: center;
  }
  header nav > ul > li.member > a {
    width: 120px;
    height: auto;
    margin: 0 10px 0 10px;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    background: #bd984c;
    display: block;
  }
  header nav > ul > li > a.current,
  header nav > ul > li > a:hover {
    opacity: 0.7;
  }
  header nav > ul > li > ul {
    width: 100%;
    background: #c0b393;
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
  }
  header nav > ul > li > ul li {
    padding: 0 10px;
    display: inline-block;
    font-size: 0;
  }
  header nav > ul > li > ul li a {
    padding: 12px 0 12px 12px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background: url(../images/common/ico_nav.png) no-repeat left center;
    transition: all .2s;
    display: block;
  }
  header nav > ul > li > ul > li a:hover {
    opacity: 0.7;
  }
  header .tel {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  header ul.sns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    position: absolute;
    top: 60px;
    right: 20px;
  }
  header ul.sns li {
    padding: 0 5px;
  }
  header ul.sns li img {
    width: 25px;
    height: auto;
  }
  header ul.sns li a {
    transition: all .2s;
  }
  header ul.sns li a:hover {
    opacity: 0.7;
  }

  /* ********** SECTION ********** */

  section {
    margin: 100px 0 0 0;
    min-width: 761px;
  }

  /* ********** LINK AREA ********** */

  .link_area {
    width: 100%;
    margin: 50px 0;
  }
  .link_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .link_area ul li {
    width: 20%;
  }
  .link_area ul li a {
    padding: 0 15%;
    display: block;
    transition: all .2s;
  }
  .link_area ul li a:hover {
    opacity: 0.7;
  }
  .link_area ul li a img {
    width: 100%;
    margin: 200px 0;
  }
  .link_area ul li:nth-child(1) a {
    background: url(../images/common/link1_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(2) a {
    background: url(../images/common/link2_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(3) a {
    background: url(../images/common/link3_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(4) a {
    background: url(../images/common/link4_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(5) a {
    background: url(../images/common/link5_bg.jpg) no-repeat center center / cover;
  }

  /* ********** MEMBER BUTTON ********** */

  .member_btn {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .member_btn a,
  .member_btn span{
    padding: 30px 0;
    text-align: center;
    display: block;
    background: url(../images/common/member_bg.jpg) no-repeat center center / cover;
    transition: all .2s;
  }
  .member_btn a:hover {
    opacity: 0.7;
  }
  .member_btn img {
    width: 140px;
  }

  /* ********** SNS AREA ********** */

  .sns_area {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sns_area h2 {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .sns_area h2 img {
    width: 320px;
  }
  .sns_area .inner {
    width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
  .sns_area h3 {
    margin: -27px 0 10px 0;
    text-align: center;
  }
  .sns_area .inner .box {
    width: 320px;
    padding: 9px;
    border: 1px solid #000;
  }
  .sns_area .inner .box ul#instafeed {
    overflow: hidden;
  }
  .sns_area .inner .box ul#instafeed li {
    width: 90px;
    height: 90px;
    margin: 5px;
    float: left;
  }
  .sns_area .inner .box ul#instafeed li img {
    width: 90px;
  }
  .sns_area .line{
    margin: 50px 0 0 0;
    text-align: center;
  }
  .sns_area ul {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.sns_area ul li {
  width: 320px;
  margin: 0;
}

.sns_area ul li img {
  width: 100%;
  display: block;
}
	
  .sns_area ul li a {
    transition: .3s;
  }
  .sns_area ul li a:hover {
    opacity: .7;
  }
  .sns_area ul li img {
    width: 100%;
  }

  /* ********** GOOGLE MAP ********** */

  .map_outer {
    margin: 0 0 100px 0;
    padding: 0 0 30px 0;
    position: relative;
  }
  .map_outer .map {
    width: 100%;
    height: 500px;
    margin: 0 0 30px 0;
  }
  .map_outer .map iframe {
    width: 100%;
    height: 100%;
  }
  .map_outer p.address {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .map_outer a.more {
    width: 350px;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background: #000;
    display: block;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
  .map_outer a.more:hover {
    opacity: 0.7;
  }

  /* ********** FOOTER ********** */

  footer {
    width: 100%;
    padding: 15px 30px;
    font-size: 11px;
    background: #000;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  footer ul {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  footer ul li {
    padding: 0 20px 0 0;
  }
  footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all .2s;
  }
  footer ul li a:hover {
    opacity: 0.7;
  }
  footer small {
    color: #fff;
  }
}

/*----------------------------------------------------
SP
----------------------------------------------------*/

@media screen and (max-width: 760px) {

  body {
    color: #000;
    font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho';
    position: relative;
  }
  #wrapper {
    overflow: hidden;
  }
  .pc {
    display: none;
  }

  /* ********** HEADER ********** */

  header {
    width: 100%;
    background: #dadada;
  }
  header h1 {
    height: 70px;
    padding: 15px 0;
    text-align: center;
    background: #000;
  }
  header h1 img {
    height: 40px;
  }
  header .menu {
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    background: url(../images/common/menu.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .menu.close {
    background: url(../images/common/menu_close.png) no-repeat center center / 100% 100%;
  }
  header .menu img {
    height: 50px;
  }
  header .sp_inner {
    display: none;
  }
  header .sp_inner nav {
    width: 100%;
  }
  header .sp_inner nav ul {
    padding: 15px 15px 30px 15px;
  }
  header .sp_inner nav ul li {
    border-bottom: 1px solid #000;
    background: url(../images/common/ico_nav_sp.png) no-repeat right 5px center / 8px auto;
  }
  header .sp_inner nav ul li a {
    padding:  15px 0 15px 10px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    display: block;
  }
  header .sp_inner ul.sns {
    padding: 0 0 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }
  header .sp_inner ul.sns li {
    padding: 0 20px;
  }

  /* ********** SECTION ********** */

  section {
    width: 100%;
  }

  /* ********** LINK AREA ********** */

  .link_area {
    width: 100%;
    margin: 30px 0;
  }
  .link_area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .link_area ul li {
    width: 20%;
  }
  .link_area ul li a {
    padding: 0 10%;
    display: block;
    transition: all .2s;
  }
  .link_area ul li a:hover {
    opacity: 0.7;
  }
  .link_area ul li a img {
    width: 100%;
    margin: 100px 0;
  }
  .link_area ul li:nth-child(1) a {
    background: url(../images/common/link1_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(2) a {
    background: url(../images/common/link2_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(3) a {
    background: url(../images/common/link3_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(4) a {
    background: url(../images/common/link4_bg.jpg) no-repeat center center / cover;
  }
  .link_area ul li:nth-child(5) a {
    background: url(../images/common/link5_bg.jpg) no-repeat center center / cover;
  }

  /* ********** MEMBER BUTTON ********** */

  .member_btn {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .member_btn a,
  .member_btn span{
    padding: 30px 0;
    text-align: center;
    display: block;
    background: url(../images/common/member_bg.jpg) no-repeat center center / cover;
    transition: all .2s;
  }
  .member_btn a:hover {
    opacity: 0.7;
  }
  .member_btn img {
    width: 100px;
  }

  /* ********** SNS AREA ********** */

  .sns_area {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sns_area h2 {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .sns_area h2 img {
    width: 300px;
  }
  .sns_area .inner {
    width: 100%;
  }
  .sns_area h3 {
    margin: -27px 0 10px 0;
    text-align: center;
  }
  .sns_area .inner .box {
    width: 320px;
    padding: 9px;
    margin: 0 auto 30px;
    border: 1px solid #000;
  }
  .sns_area .inner .box ul#instafeed {
    overflow: hidden;
  }
  .sns_area .inner .box ul#instafeed li {
    width: 90px;
    height: 90px;
    margin: 5px;
    float: left;
  }
  .sns_area .inner .box ul#instafeed li img {
    width: 90px;
  }
  .sns_area{
    margin: 0 auto;
    width: 320px;
  }
  .sns_area ul {
    max-width: 100%;
  }
  .sns_area ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sns_area ul li a {
    transition: .3s;
  }
  .sns_area ul li a:hover {
    opacity: .7;
  }
  .sns_area ul li img {
    width: 100%;
  }

  /* ********** GOOGLE MAP ********** */

  .map_outer {
    margin: 30px 0 50px 0;
  }
  .map_outer .map {
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0;
  }
  .map_outer .map iframe {
    width: 100%;
    height: 100%;
  }
  .map_outer p.address {
    margin: 0 0 20px 0;
    font-size: 12px;
    text-align: center;
  }
  .map_outer a.more {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background: #000;
    display: block;
    transition: all .2s;
  }
  .map_outer a.more:hover {
    opacity: 0.7;
  }


  /* ********** FOOTER ********** */

  footer {
    width: 100%;
    padding: 20px 10px;
    font-size: 11px;
    text-align: center;
    background: #000;
    overflow: hidden;
    position: relative;
  }
  footer p.pagetop {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer p.pagetop img {
    width: 35px;
  }
  footer p.tel {
    width: 90%;
    margin: 0 auto 15px auto;
    padding: 0 35px 0 0;
  }
  footer p.tel img {
    width: 100%;
  }
  footer ul {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }
  footer ul li {
    padding: 0 8px;
  }
  footer ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer ul li a img {
    width: 30px;
  }
  footer small {
    width: 100%;
    color: #fff;
    font-size: 10px;
  }
}
