@charset "UTF-8";


#wrapper {
  position: relative;
  margin: 0;
  overflow:hidden;
}



.text_c {
text-align: center!important;
}



h3.jp {
    font-weight: 500; 
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 400;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 30px auto 40px;
}




h3.en{
    position: relative;
    display: inline-block;
    font-family: 'Oswald', cursive;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.06rem;
    text-align: center;
    /*text-transform: uppercase; */
    font-weight: 700;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    margin: 10px auto;
}

h3.en2{
    position: relative;
    display: inline-block;
    font-family: 'Great Vibes', cursive;
    font-size: 4.6rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 0 auto 10px;
}




h3.en::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 1px solid #fff;
 width : 40px;
 margin: 0 auto;
}


h4.jp {
    font-family: "Times New Roman", "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "Noto Serif Japanese", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 0 auto 20px;
}



p.jp {
    font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "Noto Serif Japanese", "Times New Roman", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.06em; 
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin-top: 20px;
}

b{
       font-weight: bold!important;
}

.mt60 {
    margin-top: 60px!important;
}


.mt100 {
    margin-top: 100px!important;
}

@media screen and (max-width: 1304px) {
h3.en2{
    
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 0 auto 10px;
}

h4.jp {
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin: 0 auto 10px;
}
}

@media screen and (max-width: 1160px) {
 h4.jp {
    font-size: 2.0rem;
    letter-spacing: 0;
}
}

@media screen and (max-width: 1079px) {
h3.en2{
    text-align: center;
}
}

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

h3.en{
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h3.en::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #fff;
 width : 30px;
 margin: 0 auto;
}




h3.jp {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 30px;
}



p.jp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0; 
    margin-top: 0;
}

}

button{
  display: block;
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  background: transparent;
  border: none;
  color: #040000;
  width: 240px;
  height: 44px;
  margin: 30px auto;
  background: transparent;
  border: #040000 1px solid;  
  line-height: 44px;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px; 
  -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}


button span{
  display: block;
}

button:hover {
    border: #fff 1px dashed;  
    color: #fff;
}

@media screen and (max-width: 876px) { 
button{
    margin: 30px auto 10px;
}

}



.logo {
  /*position: absolute;*/
  width: 350px;
  height: 112px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -50;
  
}

.logo h1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
  
}


.logo h1 img {
   width: 100%;
   height: 100%;
}


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


.logo {
  /*position: absolute;*/
  width: 200px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -50;
}  

}


#content .bg_sec01 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec01.jpg);
   background-size: cover;
   width: 100%;
   height: 450px;
   z-index: -60;
}


#content .bg_sec02 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec02.jpg);
   background-size: cover;
   width: 100%;
   height: 450px;
   z-index: -60;
}


#content .bg_sec03 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec03.jpg);
   background-size: cover;
   width: 100%;
   height: 450px;
   z-index: -60;
}

#content .bg_sec04 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec04.jpg);
   background-size: cover;
   width: 100%;
   height: 450px;
   z-index: -60;
}







#content .intro {
    position: relative;
   background-position: center bottom;
   background-repeat: no-repeat;
   background-image: url(../img/top/woodbg.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 50px 0 80px;
   margin: 0 auto;
   text-align: center;
   /*color: #2a2a2a!important;*/
}



#content .intro .inner {
   position: relative;
      width: 90%;
      max-width: 1100px;
      height: auto;
      margin: 0 auto;
      padding: 20px;
      text-align: center;
      display: flex;
  justify-content: center;
  align-items: center;
}

#content .intro .inner .left {
     width: 60%;
    float: left;
}


#content .intro .left p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}


#content .intro .inner .right {
     width: 40%;
    float: right;
    text-align: center;
}


#content .intro .inner .right img {
      width: 60%;
      height: auto;
      margin: 0 auto;
}


@media screen and (max-width: 876px) {
#content .intro {
   padding: 40px 0;
}

#content .intro .left p {
    width: 100%;
}

}


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

#content .intro {
   padding: 30px 0;
}

#content .intro .inner {
   position: relative;
      width: 100%;
      padding: 0 20px 20px;
      text-align: center;
      display: block;
}


#content .intro .inner .right {
     width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 30px;
}


#content .intro .inner .right img {
      width: 50%;
      height: auto;
      margin: 0 auto;
}




#content .intro .inner .left {
     width: 100%;
    float: none;   
}


#content .intro .left p {
    width: 100%;
    text-align: left;
}

}

@media screen and (max-width: 650px) {
#content .intro .inner .right img {
      width: 70%;
      height: auto;
      margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
#content .bg_sec01 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec01_sp.jpg);
   background-size: contain;
   background-size: cover;
   width: 100%;
   height: 360px;
   z-index: -60;
}


#content .bg_sec02 {
   position: relative;
   background-position: left center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec02_sp.jpg);
   background-size: cover;
   width: 100%;
   height: 360px;
   z-index: -60;
}


#content .bg_sec03 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec03_sp.jpg);
   background-size: cover;
   width: 100%;
   height: 360px;
   z-index: -60;
}

#content .bg_sec04 {
   position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/bg_sec04_sp.jpg);
   background-size: cover;
   width: 100%;
   height: 360px;
   z-index: -60;
}


}






#content .bonita {
    position: relative;
   background-position: center center;
   background-repeat: repeat;
   background-image: url(../img/top/woodbg.jpg);
   background-size: contain;
   width: 100%;
   padding: 50px 0;
   text-align: center;
}



#content .bonita .inner01, #content .bonita .inner02 {
   position: relative;
   background:rgba(63, 50, 50, 0.5);
      width: 100%;
      height: auto;
      margin: 60px auto;
      text-align: center;
      display: flex;
  justify-content: center;
  align-items: center;
}


#content .bonita .inner01 .text {
    width: 50%;
    float: left;
    padding: 0 30px 30px;
}


#content .bonita .inner01 .text .left {
    width: 20%;
    float: left;
}

#content .bonita .inner01 .text .left img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#content .bonita .inner01 .text .right {
    width: 80%;
    float: right;
    padding: 30px 0 0 30px;
    text-align: left;
    color: #fff;
}




#content .bonita .inner01 .image {
    width: 50%;
    float: right;
    text-align: center;
}

#content .bonita .inner01 .image img {
      width: 100%;
      height: auto;
    
}


/*02*/

#content .bonita .inner02 .image {
    width: 50%;
    float: left;
    text-align: center;
}

#content .bonita .inner02 .image img {
      width: 100%;
      height: auto;
    
}



#content .bonita .inner02 .text {
    width: 50%;
    float: right;
    padding: 30px 0 0 30px;
}


#content .bonita .inner02 .text .left {
    width: 20%;
    float: left;
}

#content .bonita .inner02 .text .left img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#content .bonita .inner02 .text .right {
    width: 80%;
    float: left;
    padding: 30px 0 0 30px;
    text-align: left;
    color: #fff;
}



@media screen and (max-width: 1160px) {
#content .bonita .inner01 .text .left {
    width: 15%;
}


#content .bonita .inner01 .text .right {
    width: 85%;
    padding: 30px 0 0 20px;
}

#content .bonita .inner02 .text .left {
    width: 15%;
    float: left;
}


#content .bonita .inner02 .text .right {
    width: 85%;
    padding: 30px 0 0 20px;
}


}

@media screen and (max-width: 1079px) {
#content .bonita {
   padding: 30px 0 1px;
}



#content .bonita .inner01, #content .bonita .inner02 {
      margin: 30px auto 50px;
      display: block;
      width: 100%;
}


#content .bonita .inner01 .text {
    width: 100%;
    float: none;
    padding: 20px 10px;
}


#content .bonita .inner01 .text .left {
    width: 100%;
    float: none;
    text-align: center;
}

#content .bonita .inner01 .text .left img {
    width: 80px;
    height: auto;
    margin: 0 auto 15px;
}

#content .bonita .inner01 .text .right {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    color: #fff;
}




#content .bonita .inner01 .image {
    width: 100%;
    float: none;
    text-align: center;
}

#content .bonita .inner01 .image img {
      width: 100%;
      height: auto;
    
}

}



#content .staff {
  position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/staff_bg.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 50px 0;
}


#content .staff ul {    
    width: 70%;
    margin: 30px auto 0;
    overflow: hidden; 
}



#content .staff ul li {
      
      width: 25%;
      height: auto;
      float: left;
      /*margin-left: 1.2%;*/
      padding: 1.5%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
}


#content .staff ul li .figure_box {
        position: relative;
        width: 100%;
        overflow: hidden;
        border: solid 10px #fff;
        padding: 10px;
}

#content .staff ul li .figure_box figure {     
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
          overflow: hidden;
}


#content .staff li .figure_box figure img {
          width: 100%;
}

#content .staff ul li p {
        margin-top: 15px;
        font-family: 'Oswald', cursive;
        font-weight: 600;
        font-size: 2.0rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.02em;
}

#content .staff ul li p span {
        font-family: 'Allan', cursive;
        font-weight: 400;
        display: block;
        font-size: 2.0rem;
        letter-spacing: 0.06em;
        padding-top:10px;
}

#content .staff ul li p.jp_name {
       font-family: "Sawarabi Gothic","M PLUS Rounded 1c","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
       font-weight: 400;
        font-size: 2.0rem;
        line-height: 1.5;
}


@media screen and (max-width: 876px) {
#content .staff { 
  position: relative;
   background-position: 52% 50%;
   background-repeat: no-repeat;
   background-image: url(../img/top/staff_bg.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 30px 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}



#content .staff ul {    
    width: 96%;
    margin: 0 auto;
    overflow: hidden; 
}

#content .staff ul li {
      width: 50%;
      height: auto;
      float: left;
      padding: 1.5% ;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      }

#content .staff ul li .figure_box {
        border: solid 7px #fff;
        padding: 7px;
}


#content .staff ul li p {
        margin: 10px auto 15px;       
        font-size: 1.3rem;

}

#content .staff ul li p span {
        display: block;
        font-size: 2.0rem;
        letter-spacing: 0;
}

#content .staff ul li p.jp_name {
        font-size: 1.7rem;
        line-height: 1;
}

}


#content #menu {
  position: relative;
   background: linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -webkit-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -moz-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -o-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -ms-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
   width: 100%;
   height: auto;
   padding: 50px 0 80px;
}

#content #menu .menu {
  position: relative;
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#content #menu .menu .left {
   width: 44%;
   height: auto;
   margin: 0 3%;
   float: left;
}



#content #menu .menu .right {
   width: 44%;
   height: auto;
   margin: 0 3%;
   float: right;
}


#content #menu .centerbox {
   position: relative;
   width: 60%;
   height: auto;
   margin: 80px auto 0;
   border: solid 8px #fff;
   padding:  30px;
}

#content #menu .centerbox .inner {
   position: relative;
      width: 100%;
      height: auto;
      margin: 0 auto;
      text-align: center;
      display: flex;
  justify-content: center;
  align-items: center;
}


#content #menu .centerbox .inner .text {
    width: 60%;
    float: left;
    margin: 0 auto 60px;
    padding: 0 50px;
}


#content #menu .centerbox .inner .image {
    width: 40%;
    float: right;
    margin: 0 auto;
      text-align: center;
}

#content #menu .centerbox .inner .image img {
     width: 90%;/*216*/
     height: auto;
     margin: 0 auto;
}

table.table01 {
	width:100%;
	border-collapse: collapse;
        position: relative;
}


table.table01 tbody th {
        display:block;
	font-family: 'Oswald', sans-serif;
        font-weight: 600;
        font-size: 1.5em;
        background: transparent;
        border: none;
        color: #fff;
        margin: 60px auto 0;
        line-height: 1.5;
        letter-spacing: 0.06em;
	padding:10px 15px;
	/*vertical-align:top;*/
        text-align: center;
        text-transform: uppercase; 
}

table.table01 tbody th span.sb {
        display: inline-block;
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
    padding: 0 6px;
    margin-left: 10px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 9px;
    font-weight: normal;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px; 
   vertical-align: middle;
}

table.table01 tbody th span.notes {
        display: block;
        font-family: "Sawarabi Gothic","M PLUS Rounded 1c","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        padding-top: 10px;
}


table.table01 tbody tr:first-child th {
	margin: 30px auto 0;
}




table.table01 tbody td {
        display:block;
	padding:10px 15px 5px;
        line-height: 1.5;
	/*vertical-align:top;*/
}

table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
}
table.table01 tbody td p {
	padding-left:6em;
        text-align: right;
}

table.table01 tbody td p.right1 {
	padding-left:6em;
        text-align: right;
        padding-right:1em;
}

table.table01 tbody td span {
	padding-left: 5px;
        font-size: 80%;
}


#menu .tax {
        width: 60%;
        margin: 50px auto 0;
        text-align: right;
        color: #fff;
        font-size: 85%;
}

@media screen and (max-width: 1332px) {
#content #menu .menu {
  width: 80%;
}
#content #menu .centerbox {
   width: 80%;
   margin: 80px auto 0;
   padding:  30px;
}
}
@media screen and (max-width: 876px) {

#content #menu {
  background: linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -webkit-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -moz-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -o-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -ms-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
   padding: 30px 0;
}

#content #menu .menu {
  width: 92%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#content #menu .menu .left {
   width: 100%;
   height: auto;
   margin: 0;
   float: none;
}


#content #menu .menu .right {
   width: 100%;
   height: auto;
   margin: 30px auto 0;
   float: none;
}




table.table01 tbody th {
        display:block;
        font-size: 1.5em;
        margin: 30px auto 0;
        line-height: 1.5;
        letter-spacing: 0.06em;
	padding:10px 15px 5px;
}


table.table01 tbody tr:first-child th {
	margin: 0 auto 0;
}

#content #menu .centerbox {
   width: 92%;
   margin: 50px auto 0;
   padding:  20px;
}

#content #menu .centerbox .inner {
      display: block;
}


#content #menu .centerbox .inner .text {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    padding: 0;
}



#content #menu .centerbox .inner .image {
    width: 100%;
    float: none;
}

#content #menu .centerbox .inner .image img {
     width: 90%;
     height: auto;
     margin: 0 auto;
}

#menu .tax {
        width: 90%;
        margin: 20px auto;
        text-align: center;
        color: #fff;
        font-size: 85%;
}
}


#content #pickup {
  position: relative;
   background: linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -webkit-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -moz-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -o-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
	background: -ms-linear-gradient(left, #c9d8cb 0%, #9db8a0 23%, #9db8a0 77%, #c9d8cb 100%);
   width: 100%;
   height: auto;
   padding: 50px 0 80px;
}

#content #pickup .inner {
  position: relative;
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


#content #pickup .inner .ticket {
    margin: 50px auto 80px;
    width: 100%;
    text-align: center;
}


#content #pickup .inner .ticket img {
     width: 100%;
     height: auto;
}
#content #pickup .centerbox {
   position: relative;
   width: 60%;
   height: auto;
   margin: 80px auto 0;
   border: solid 8px #fff;
   padding:  30px;
}


@media screen and (max-width: 1428px) {
#content #pickup .inner .ticket {
    width: 80%;
}
#content #pickup .inner {
  width: 70%;
}
}

@media screen and (max-width: 1201px) {
#content #pickup .inner {
  width: 80%;
}
}

@media screen and (max-width: 1052px) {
#content #pickup .inner {
  width: 90%;
}
}



.color {
     display: -webkit-flex;
     display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
    margin: 30px auto;
    width: 250px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px; 
   vertical-align: middle;
}


table.table02 {
     position: relative; 
     width: 100%; 
     border: solid 8px #fff;
     border-collapse: collapse;
     border-spacing: 0;
     margin: 0 auto 80px;
}



table.table02 th { 
     font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
     text-align: center;
     padding: 30px; 
     letter-spacing: 0.12rem;
} 

table.table02 td  { 
     padding: 30px; 
     border-left: 1px solid #fff; 
     text-align: center;
}


table.table02 .line {     
      border-bottom: 1px solid #fff; 
}

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

table.table02 {
     border: solid 1px #fff;
     margin: 0 auto 40px;
}
    
table.table02 th {
    width: 100%;
    display: block;
    background: #fff;
    color: #acc3af;
    padding: 10px 0; 
}

table.table02 td {
    width: 100%;
    display: block;
    border-left: none;
    padding: 10px; 
}

table.table02 .line {     
      border-bottom: none; 
}

table.table02 .line2 {     
      border-bottom: 1px dotted #d0d6d5; 
}

}


@media screen and (max-width: 876px) {
#content #pickup {
        background: linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -webkit-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -moz-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -o-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);
	background: -ms-linear-gradient(left, #c9d8cb 0%, #9db8a0 40%, #8ead92 100%);

        padding: 30px 0;
}

#content #pickup .inner .ticket {
    width: 100%;
    margin: 20px auto 40px;
}

.color {
    margin: 30px auto 10px;
    width: 200px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px; 
   vertical-align: middle;
}


}




#content .salon {
  position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/salon_bg.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 100px 0 120px;
   text-align: center;
}

#content .salon .info {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#content .salon .info .center {
   width: 90%;
   height: auto;
   margin: 0 auto;
   padding-top: 20px;
}




@media screen and (max-width: 1224px) {
#content .salon .info {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
}

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

#content .salon {
   padding: 50px 0 60px;
}

#content .salon .info .center {
   padding-top: 0;
}
}

p.f_tel {
   display: inline-block;
   margin: 80px auto 0;
   font-family: 'Oswald', cursive;
        font-weight: 600; 
        font-size: 2.8rem;
        line-height: 80px;
  border: solid 10px #fff;
      padding: 0;
      text-align: center;
      width: 380px;

}


.tellink {
   font-family: 'Oswald', cursive;
        font-weight: 600; 
        font-size: 2.8rem;
        line-height: 80px;
   color: #fff;
}

.tellink a:link { color: #fff!important; }
.tellink a:visited { color: #fff!important; }
.tellink a:hover { color: #fff!important; }
.tellink a:active { color: #fff!important; }


.bg_white {
  display: inline-block;
  margin: 20px auto;
  padding: 1px 5px;
  background: #fff;
  color: #555;
}
  

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

p.f_tel {
   display: block;
   margin: 40px auto 0;
   width: 84%;
        
        font-size: 2.6rem;
        line-height: 60px;
  border: solid 7px #fff;
      padding: 0 ;
      text-align: center;
}
.tellink {
        font-size: 2.6rem;
        line-height: 60px;
   color: #fff;
}
}






#content .link_map {
  position: relative;
   
   width: 100%;
   height: auto;
   padding: 0;
}


#content .link_map .left {
 position: relative;
   background: #fff;
   color: #ac305b;
   width: 50%;
   height: 640px;
   padding: 100px 0;
   text-align: center;
   float: left;
}

#content .link_map .right {
     position: relative;
   width: 50%;
   height: 640px;
   padding: 0;
   float: right;
}
#access {
    width: 100%;
    position: relative;
    height: 640px;
    overflow: hidden;
}



#office_map{
  position: relative; 
  width: 100%;
  height: 640px;
 
}


#content .link2 ul {    
    width: 80%;
    margin: 0 auto;
    overflow: hidden; 
}

#content .link2 ul li {     
      width: 50%;
      height: auto;
      padding: 100px 20px;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 10px #ac305b;
}

#content .link2 ul li .image {
       width: 80%;
       margin: 0 auto 40px;
       text-align: center;
}


#content .link2 ul li .image img {
      width: 100%;
      height: auto;
}

#content .link2 ul li .btn {
        width: 80%;
        margin: 0 auto;
        background: #ac305b;
        color: #fff;
        font-family: 'Oswald', cursive;
        font-weight: 600;
        font-size: 3rem;
        line-height: 1.7;
        text-align: center;
        letter-spacing: 0.08rem;
}

#content .link2 ul li .small {
         color: #ac305b!important;
}

@media screen and (max-width: 1262px) {
#content .link2 ul li {     
      width: 70%;
}

}

#content .link3 {
      position: relative; 
      display: block;
      width: 100%;
      margin: 0 auto;
}

#content .link3 ul {   
      display: block;  
      background-position: center center;
   background-repeat: repeat;
   background-image: url(../img/top/woodbg.jpg);
   background-size: contain;
      width: 80%;
      max-width: 860px;
      height: auto;
      padding: 20px 20px 50px;
      margin: 100px auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 10px #fff;
     overflow: hidden; 
}



#content .link3 ul li {
        background: transparent;
        width: 100%;
        margin: 0 auto;
        text-align: center;
}


#content .link3 .btn {
        color: #fff;
        font-family: 'Oswald', cursive;
        font-weight: 600;
        font-size: 5rem;
        line-height: 1.7;
        text-align: center;
        letter-spacing: 0.08rem;
}


#content .link3 .btn span {
      padding: 0;
}

#content .link3 .txt_jp {
         /*font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;*/
         font-family: 'メイリオ',Meiryo,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,sans-serif;
         color: #fff;
         font-size: 1.5rem;
         font-weight: normal;
}



@media screen and (max-width: 876px) {
#content .link_map {
  position: relative;
   
   width: 100%;
   height: auto;
   padding: 0;
}


#content .link_map .left {
   width: 100%;
   height: auto;
   padding: 40px 0;
   text-align: center;
   float: none;
}


#content .link2 ul li {     
      width: 80%;
      padding: 50px 10px;
      border: solid 7px #ac305b;
}

#content .link2 ul li .image {
       width: 80%;
       margin: 0 auto 30px;
       text-align: center;
}

#content .link_map .right {
     position: relative;
   width: 100%;
   height: 390px;
   padding: 0;
   float: none;
}
#access {
    width: 100%;
    position: relative;
    height: 390px;
    overflow: hidden;
}



#office_map{
  position: relative; 
  width: 100%;
  height: 390px;
 
}


#content .link3 ul {   
      display: block;  
      width: 76%;
      height: auto;
      padding: 20px 10px 20px;
      margin: 25px auto;
      border: solid 6px #fff;
}

#content .link3 .btn {
        color: #fff;
        font-family: 'Oswald', cursive;
        font-weight: 600;
        font-size: 3.5rem;
        line-height: 1.7;
        text-align: center;
        letter-spacing: 0.08rem;
}

}


@media screen and (max-width: 650px) {
#content .link2 ul li {     
      width: 96%;
}
}


#content #shop-photo { 
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block; 
  }


#content #shop-photo img {
  height: 800px;
  width: auto;
  max-width: none;
  }


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

  #content #shop-photo img {
    height: 400px;
    width: auto 
}
}





 
a.mail {
   display: inline-block;
   margin: 0 auto;
   font-family: 'Oswald', cursive;
        font-weight: 600; 
        font-size: 2.8rem;
        line-height: 80px;
  border: solid 10px #fff;
      padding: 0;
      text-align: center;
      width: 380px;

}


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

a.mail {
   display: block;
   margin: 0 auto;
   width: 84%;
        
        font-size: 2.6rem;
        line-height: 60px;
  border: solid 7px #fff;
      padding: 0 ;
      text-align: center;
}

}






.small {
    display: block;
    line-height: 1;
    padding-top: 20px;
    font-size: 75%;
    text-align: center;
    letter-spacing: 0;
}

#content .p_recruit {
  position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../img/top/recruit_bg.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 50px 0 0;
}

#content .p_recruit .inner {
  position: relative;
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}



table.table03 {
     position: relative; 
     width: 100%; 
     border: solid 8px #fff;
     border-collapse: collapse;
     border-spacing: 0;
     margin: 40px auto 80px;
}



table.table03 th { 
     font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Arial, sans-serif;
     text-align: center;
     padding: 30px; 
     letter-spacing: 0.12rem;
} 

table.table03 td  { 
     padding: 30px; 
     border-left: 1px solid #fff; 
     text-align: left;
}


table.table03 .line {     
      border-bottom: 1px solid #fff; 
}


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

#content .p_recruit .inner {
  position: relative;
  width: 90%;
}

table.table03 {
     width: 96%;
     border: solid 1px #fff;
     margin: 0 auto 40px;
}
    
table.table03 th {
    width: 100%;
    display: block;
    background: #fff;
    color: #acc3af;
    padding: 10px 0; 
}

table.table03 td {
    width: 100%;
    display: block;
    border-left: none;
    padding: 20px 10px; 
    text-align: center;
}

table.table03 .line {     
      border-bottom: none; 
}



}


p.copyright {
   font-size: 0.8em;
   /*line-height: 1.6;*/
   line-height: 40px;
   margin: 100px auto 0;
   letter-spacing: 0;
}


@media screen and (max-width: 876px) {
p.copyright {
   margin: 80px auto 0;
   line-height: 34px;
}
}