/*
    Theme Name: nabeshika
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*
h1,h2,h3,h4,p{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
*/


article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

em, b {
  font-style: normal; }

img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

/*//////////////
		header
//////////////*/
header{
  width: 100%;
  height: 140px;
  position: relative;
  background: url(assets/img/top/back_repeat.jpg) repeat;
}
.headerLine{
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  background: url(assets/img/top/hedder_kazari_repeat.png) repeat;
  background-size: contain;
}
.headContact{
  position: absolute;
  top: 0;
  right: 30px;
  width: 220px;
  height: 50px;
}
.hlogoArea{
  position: absolute;
  top: 60px;
  left: 30px;
  height: 60px;
}

#headerNav{
  position: absolute;
  top: 60px;
  right: 30px;
  width: 600px;
  height: 60px;
}
#headerNav ul li{
  float: left;
  width: calc((100% / 6) - 10px);
  height: 60px;
  margin-left: 10px;
}







.globalnav_btn {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: #00b9f1;
  z-index: 103;
}
.globalnav_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.globalnav_btn span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 12px;
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.globalnav_btn span:nth-child(1) {
  bottom: 41px;
}
.globalnav_btn span:nth-child(2) {
  bottom: 28px;
}
.globalnav_btn span:nth-child(3) {
  bottom: 14px;
}
.spnav-show .globalnav_btn span:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.spnav-show .globalnav_btn span:nth-child(2) {
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.spnav-show .globalnav_btn span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
.spnav_list a{
  color: #000;
}

.is-sp {
  display: none;
}
.p-fadein {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px); }
  .p-fadein.is-active {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.p-fadein-first,
.p-fadein-second,
.p-fadein-third,
.p-fadein-fourth {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px); }
  .p-fadein-first.is-active,
  .p-fadein-second.is-active,
  .p-fadein-third.is-active,
  .p-fadein-fourth.is-active {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
@media screen and (max-width: 1000px) {
  header {
    height: 120px;
  }
  .headContact {
    right: 20px;
  }
  .hlogoArea {
    height: 40px;
    right: 20px;
  }
  #headerNav {
    width: 420px;
    height: 40px;
    right: 20px;
  }
  #headerNav ul li {
    height: 40px;
  }

	
}


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


  .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    visibility: hidden;
  }
  .spnav-show .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
	.is-sp {
    display: block;
  }
  .logoArea .h-logo{
    width: 50%;
  }
  .bg-switch{
    height: 50vw;
  }
  .head_img{
    height: 50vw;
  }
  .logoArea .bouton_1 {
    display: none;
  }
}

/* /////////////////////////////
    globalnav
///////////////////////////// */
.globalnav {
  width: 330px;
}

.globalnav_list li {
  float: right;
  width: 47px;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.globalnav_list li:hover, .globalnav_list li.current {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.globalnav_list li a {
  display: block;
  height: 0;
  padding-top: 162px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
  header{
    display: none;
  }
  .globalnav_btn {
    display: block;
  }
  .spnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  }
  .spnav-show .spnav {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .spnav .spnav_inner {
    display: table;
    width: 100%;
    height: 100%;
  }
  .spnav .spnav_list {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
  }
  .spnav .spnav_list li {
    float: none;
    width: auto;
    -moz-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .spnav .spnav_list li:nth-child(1) {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .spnav .spnav_list li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .spnav .spnav_list li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .spnav .spnav_list li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .spnav .spnav_list li:nth-child(5) {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .spnav .spnav_list li:nth-child(6) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .spnav .spnav_list li:nth-child(7) {
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .spnav .spnav_list li:nth-child(8) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .spnav .spnav_list li a {
    display: block;
    padding: 5% 0 !important;
    background-image: none;
    height: auto;
    padding-top: 0;
    text-decoration: none;
  }
  .spnav-show .spnav .spnav_list li {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .landscape .spnav-show .spnav .spnav_list li a {
    padding: 1% 0;
  }
}
/* /////////////////////////////
            footer
///////////////////////////// */
#glovalfooter{
  padding: 80px 0;
}
.flogoArea{
  height: 60px;
  text-align: center;
  margin-bottom: 10px
}
#copyrightArea{
  text-align: center;
  font-size: 0.9em;
  line-height: 50px;
  color: #fff;
  background-color: #00b9f0;
}
#footerNav{
  width: 750px;
  margin: 0 auto 50px;
}
#footerNav ul li{
  position: relative;
  float: left;
  padding: 0 10px;
}
#footerNav ul li a{
  color: #000;
}
#footerNav ul li::after{
  content: "/";
  position: absolute;
  right: -5px;
}
#glovalfooter .wrap{
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  #glovalfooter{
    padding: 50px 0;
  }
  .flogoArea {
    height: 50px;
  }
  #footerNav {
    display: none
  }
  #copyrightArea {
    font-size: 0.7em;
  }
  #glovalfooter .wrap {
    padding: 20px 0;
  }
}
/* /////////////////////////////
          common
///////////////////////////// */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
h1{
  padding: 50px 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.8em;
  font-weight: bold;
  color: #4c4239;
}
h2{
  clear: both;
  position: relative;
  padding: 60px 0 50px;
  font-size: 1.5em;
  line-height: 30px;
  color: #4c4238;
  text-align: center;
  font-weight: bold;
}
h2::before{
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  content: "";
  width: 63px;
  height: 50px;
  background: url(assets/img/top/tooth_illust.png);
  background-size: cover;
}
h2 p{
  vertical-align: top;
  display: inline-block;
  background-color: #e00c01;
  line-height: 24px;
  margin-top: 3px;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 0.6em;
  color: #fff;
  border-radius: 5px;
}
h3{
  clear: both;
  padding: 30px 0;
  font-size: 1.2em;
  line-height: 30px;
  color: #387abb;
  font-weight: bold;
}
h4{
  padding: 10px 0;
  margin: 30px 0 20px;
  border-radius: 50px;
  font-size: 1em;
  color: #4c4239;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
.clr-o{
  color: #f8860b;
}
.clr-w{
  color: #fff;
}
.mb-50{
  margin-bottom: 50px;
}
.op-7{
  transition: .3s;
}
.op-7:hover{
  opacity: 0.6;
}
.bg_dot{
  position: relative;
  background: url(assets/img/top/back_repeat.jpg) repeat;
}
.bg_line{
  position: relative;
  background: url(assets/img/top/top_section2_back_reoeat.png) repeat;
}
.line_dot_t::before{
  position: absolute;
  content: "";
  top: 10px;
  width: 100%;
  height: 10px;
  background: url(assets/img/top/kazari_sen.png) repeat;
  background-size: cover;
}
.line_dot_b::before{
  position: absolute;
  content: "";
  bottom: 10px;
  width: 100%;
  height: 10px;
  background: url(assets/img/top/kazari_sen.png) repeat;
  background-size: cover;
}
.line_line::before{
  position: absolute;
  content: "";
  top: 10px;
  width: 100%;
  height: 3px;
  background: url(assets/img/top/kazari_sen_2.png) repeat;
  background-size: cover;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrap{
  width: 960px;
  margin: 0 auto;
}
.corona{
	margin:50px;
	
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.fl-2{
  float: left;
  width: 48%;
}
.fr-2{
  float: right;
  width: 48%;
}
.cl-r{
  color: red;
}
.pd-0{
  padding: 0 !important;
}
.fnt-9{
  font-size: 0.9em;
  color: #4c4238;
  line-height: 25px;
}
.fnt-11{
  font-size: 1.1em;
  color: #4c4238;
  line-height: 30px;
}
.f-b{
  font-weight: bold;
}
.p-r{
  position: relative;
}
.ta-c{
  text-align: center;
}
.lh-40{
  line-height: 40px;
}
.pt-50{
  padding-top: 50px;
}
#pageTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 5;
}

#pageTop a {
  display: block;
  z-index: 999;
  width: 50px;
  height: 50px;
}
#pageTop img{
  width: 100%;
}
@media screen and (max-width: 960px) {
  h4 {
    margin: 0 0 10px;
    font-size: 0.9em;
  }
  .wrap{
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .fl-2 {
    float: none;
    width: 100%;
  }
  .fr-2 {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  h1 {
    padding: 30px 0;
    font-size: 1.4em;
  }
  h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 60px 0 20px;
  }
  .fl,.fr {
    float: none;
  }

}

/* /////////////////////////////
          Top page
///////////////////////////// */







main section{
  padding: 80px 0;
}

.mainvisual{
  position: relative;
  width: 100%;
  height: 36vw;
  background: url(assets/img/top/top-img.jpg);
  background-size: cover;
}
.mainvisual .access_btn{
  position: absolute;
  top: 3vw;
  right: 0;
  width: 4vw;
}
.mainvisual .news_btn{
  position: absolute;
  bottom: 3vw;
  right: 0;
  width: 4vw;
}

.hv-12 img{
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.hv-12 img:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#news{
}

#news ul li{
    padding: 18px 5px;
    border-bottom: 2px solid #e6e0c7;
    background-color: #fff;
    height: 20px;
    overflow: hidden;
}
#news ul li:last-child{
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
.news_content{
  font-size: 0.9em;
  line-height: 20px;
      color: #4c4238;
}
.news_content span{
  margin-left: 10px;
  color: red;
  line-height: 20px;
  text-decoration: underline;
  transition: .3s;
}
#news ul li:hover .news_content span{
  color: #2a86c9;
}


.fukidashi_coment{
  width: 500px;
  height: auto;
  padding: 50px 60px 50px 20px;
  color: #4c4238;
  background: url(assets/img/top/section2-fukidashi.png) no-repeat;
  background-size: contain;
}
.iincho_photo{
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 420px;
  height: 450px;
  background: url(assets/img/top/top_section2_img1.png) no-repeat;
  background-size: contain;
}
#menulist ul{
  padding-top: 50px;
}
#menulist ul li{
  float: left;
  width: calc((100% / 4) - 6px);
  margin: 0 8px 8px 0;
}
#menulist ul li:nth-child(4),
#menulist ul li:nth-child(8){
  margin-right: 0!important;
}
.musiba_img{
  width: 500px;
  height: 355px;
}
.menu_text{
  width: 400px;
  padding: 40px 0 0;
}
#mushiba{
  background-color: #f8f5f0;
}
#ct{
  background-color: #f9faf5;
}

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

  .iincho_photo {
    width: 238px;
    height: 260px;
  }
  .musiba_img {
    width: 400px;
    height: auto;
  }
  .menu_text{
    width: 350px;
    padding: 0;
  }
  #laser .menu_text{
    padding-top: 40px;
  }
  #ct .menu_text{
    padding-top: 30px;
  }
  .menu_text h3{
    padding: 20px 0;
  }
  .musiba_img {
    width: 100%;
    height: auto;
  }
  .menu_text {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  main section{
    padding: 50px 0;
  }
  .wrap {
    width: 90%;
  }
  .fukidashi_coment {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
  }
  .iincho_photo {
    display: none;
  }
  #menulist ul li {
    width: calc((100% / 2) - 6px);
    margin: 0 6px 6px 0;
  }
  #menulist ul li:nth-child(even) {
    margin-right: 0!important;
  }
  .access_btn,.news_btn{
    display: none;
  }
}

/* /////////////////////////////
          info page
///////////////////////////// */
#guide_greeting{
  background-color: #f8f5f0;
}
.greeting_text{
  width: 500px;
}
.greeting_img{
  margin-left: 60px;
  width: 300px;
}
.schedule_list{
  width: 500px;
  margin: 0 auto;
}
.ga_text{
  width: 480px;
}
.ga_img{
  margin-left: 80px;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .greeting_text {
    width: 400px;
  }
  .greeting_img {
    width: 290px;
  }
  .ga_text {
    width: 350px;
  }
  .ga_img {
    margin-left: 60px;
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .greeting_text {
    width: 100%;
  }
  .greeting_img {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .schedule_list {
    width: 90%;
  }
  .ga_text {
    width: 100%;
  }
  .lh-40{
    line-height: 25px;
  }
  .ga_img {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

/* /////////////////////////////
          concept page
///////////////////////////// */
#kodawari .wrap{
  width: 750px;
}
#concept1{
  padding: 60px 0 0;
  background-color: #f9faf5;
}
#concept1 .c-text{
  padding-top: 30px;
  width: 600px;
}
#concept1 .c-img{
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 60px;
}
#concept2{
  padding: 20px 0 0;
  background-color: #f9faf5;
}
#concept2 .c-text{
  width: 500px;
}
#concept2 .c-text h3 {
  padding: 20px 0;
}
#concept2 .c-img{
  width: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 60px;
}
#concept3{
  padding: 20px 0 60px;
  background-color: #f9faf5;
}
#concept3 .c-text{
  padding-bottom: 30px;
}
#concept3 .wrap{

}
.bx-wrapper{
  margin-bottom: 0 !important;
}
#concept3 ul li{
  float: left ;
  width: calc((960px / 4) - 20px) !important;
  margin: 0 10px;
}
@media screen and (max-width: 960px) {
  #concept1 .c-text {
    padding-top: 0;
    width: 390px;
  }
  #concept1 .c-img {
    margin-top: 20px;
    width: 300px;
  }
  #concept2 .c-text {
    width: 400px;
  }
  #concept2 .c-img {
    width: 290px;
    margin-top: 50px;
  }
  #concept3 ul li{
    float: left ;
    width: calc((750px / 4) - 20px) !important;
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #kodawari .wrap {
    width: 90%;
  }
  #concept1 {
    padding: 20px 0 0;
  }
  #concept1 .c-text,#concept2 .c-text,#concept3 .c-text {
    width: 100%;
  }
  #concept1 .c-img,#concept2 .c-img,#concept3 .c-img {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #concept3 ul li {
    width: calc((90vw / 2) - 10px) !important;
    margin: 0 5px;
  }
}
/* /////////////////////////////
          menu page
///////////////////////////// */
.menu_content{


}
.menu_content_inner{
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 30px;
}
.menu_content_inner h3{
  padding: 10px 0;
}
.m_text{
  width: 65%;
}
.m_img{
  width: 30%;
  margin-left: 5%;
  height: 200px;
}

.detail_l{
  width:50%;
  background-color: #00b9f1;
  margin:20px 0;
  text-align:center;


}

.detail_l a{
  color: #fff;
	display: block;
	transition: all 0.3s;
  padding:10px;
    border: solid 1px #00b9f1;
}

.detail_l a:hover{
	background: #fff;
	color: #00b9f1;
box-sizing: border-box;
}

.bg-bague{
  background-color: #f8f5f0;
}
@media screen and (max-width: 960px) {
  .menu_content_inner{
    width: 750px;
  }
  .m_img{
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .menu_content_inner{
    width: 90%;
  }
  .m_text{
    width: 100%;
  }
  .m_img{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    height: 60vw;
  }

  .detail_l{
  width:100%;
}
}
/* /////////////////////////////
          laser page
///////////////////////////// */
#laser_info{
}
.laser_img{
  margin-left: 60px;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.laser_text{
  width: 600px;
  margin: 0 auto;
}
#laser_example{

}
#laser_example ul li{
  float: left;
  width: calc((100% / 3) - 80px);
  height: calc((960px / 3) - 120px);
  margin: 15px;
  padding: 25px;
  border-radius: 10px;
  background: #ccc;
  position: relative;
}
#laser_example ul li::after{
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  border-radius: 5px;
  top: 8px;
  left: 8px;
  border: 2px dashed #fff;
}

#laser_example ul li:nth-child(1){
  background-color: #00bdde;
}
#laser_example ul li:nth-child(2){
  background-color: #abcd05;
}
#laser_example ul li:nth-child(3){
  background-color: #ed80a5;
}
#laser_example ul li:nth-child(4){
  background-color: #FFEB3B;
}
#laser_example ul li:nth-child(5){
  background-color: #ff9502;
}
#laser_example ul li:nth-child(6){
  background-color: #ac9602;
}

@media screen and (max-width: 960px) {
  .laser_text {
    width: 440px;
  }
  .laser_img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .laser_text {
    width: 100%;
  }
  .laser_img {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #laser_example ul li {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
  }
}
/* /////////////////////////////
          shinbishika page
///////////////////////////// */
#shibi_about{
  background-color: #f8f5f0;
  padding: 50px 0;
}

.sa_text{
  width: 500px;
}
.sa_img{
  width: 400px;
  margin-left: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.shibi_content{
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding-bottom:20px;
}
#shinbi_contents{
  padding: 20px 0 30px;
}
#shinbi_contents h3{
  padding: 40px 0 20px;
}

@media screen and (max-width: 960px) {
  .sa_img {
    display: none;
  }
  .sa_text {
      width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sa_img {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .shibi_content {
    position: relative;
    width: 90%;
  }
}


/* /////////////////////////////
          news page
///////////////////////////// */
.news_area{
  background-color: #f8f5f0;
}
#infolist{
  float: left;
  width: 75%;
}
#sidebar{
  float: left;
  width: 25%;
}
#infolist ul{
  margin-right: 3%;
}
#infolist ul li{
  padding: 5%;
  border-bottom: 2px dashed #ccc;
  transition: .3s;
}
#infolist ul li .news_imgArea{
  float: left;
  width: 150px;
	height: 150px;
   overflow: hidden;
}
#infolist ul li .news_imgArea img{
  width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
#infolist ul li .news_content{
  float: left;
  margin-left: 20px;
  width: calc(100% - 260px);
  transition: .3s;
}
#infolist ul li .news_content:hover{
  color: #4781bd;
}





#infomation{
  width: 960px;
  margin: 0 auto;
}
#infomation #sidebar{
  margin-left: 5%
}
#infomation::after{
  content: "";
  display: block;
  clear: both;
}
#infoArea{
  float: left;
  width: 70%
}
#infoArea .info_date{
  font-size: 1em;
  letter-spacing: 0.2em;
}
#infoArea .info_title{
  padding: 1em 0;
  font-size: 1.8em;
  line-height: 2em;
  color: #666;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
#infoArea .info_content{
    font-size: 0.9em;
    line-height: 2em;
    margin: 2em;
}
#infoArea .post_next{
  float: right;
  text-align: center;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #000;
  transition: .3s;
}
#infoArea .post_prev{
  float: left;
  text-align: center;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #000;
  transition: .3s;
}
#infoArea .post_next:hover,
#infoArea .post_prev:hover{
  color: #fff;
  background-color: #4781bd;
}
#infoArea .post_next:hover a,
#infoArea .post_prev:hover a{
  color: #fff;
}

#infoArea .post_next a,
#infoArea .post_prev a{
  color: #000;
}

#sidebar ul li{
  margin-bottom: 1em;
  transition: .3s;
}
#sidebar ul li .rp-date{
  font-size: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #666;
}
#sidebar ul li .rp-title{
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #333;
  transition: .3s;
}
#sidebar ul li:hover .rp-title{
  color: #4781bd;
}


.wp-pagenavi {
				width: 100%;
				margin-top: 50px;
				padding-bottom: 50px;
				clear: both;
				text-align:center;

			}
			.wp-pagenavi a, .wp-pagenavi span {
				color: #777;
				border:1px solid #dcdcdc;
				padding: 8px 12px !important;
				margin: 0 2px;
				white-space: nowrap;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				-webkit-transition: 0.2s ease-in-out;
				-moz-transition: 0.2s ease-in-out;
				-o-transition: 0.2s ease-in-out;
				transition: 0.2s ease-in-out;
				text-align: center;
				text-decoration:none;
			}

			.wp-pagenavi a:hover{
			    color:#fff;
          background-color:#387abb;
			    }
			.wp-pagenavi span.current{
				color: #FFF;
				background-color:#387abb;
				border-color: #ffe491;
				font-weight: bold;
}

@media screen and (max-width: 960px) {
  #infomation{
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  #infomation{
    width: 90%;
  }
  #infolist,
  #infoArea{
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #infoArea .info_title{
    padding: 0.5em 0;
    font-size: 1.5em;
    line-height: 2em;
  }
  #infolist ul li .news_imgArea {
    width: 100%;
	  height: auto;
  }
  #infoArea .info_content{
      line-height: 1.5em;
      margin: 1em;
  }
  #infolist ul li .news_content{
    float: left;
    margin-left: 0;
    width: 100%;
  }
  #infomation{
    margin: 0 auto;
  }
  #sidebar{
    clear: both;
    float: none;
    padding-top: 0;
    width: 100%;
    margin-left: 0;
  }
.map-btn ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
		margin-bottom: 15px;
	}	
.map-btn ul li{
	width: 46%;
	padding: 2%;
	}
.map-btn ul li a{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #fe6a47;
	padding: 20px 0;
	border-radius: 3px;
	border-bottom: #b92e0c solid 5px;
	}
	
}
@media only screen and (min-width: 768px) {
#sp {
	display: none;
}
}

@media only screen and (max-width: 767px) {
	#sp {
		width: 100%;
		height: 60px;
		margin: 0px;
		padding: 0px;
		position: fixed;
		z-index: 9999;
		background: #FFF;
		top: 0px;
	}
	#sp .sp-header {
		width: inherit;
		height: inherit;
		margin: 0px;
		padding: 0px;

	}
	#sp .sp-header td {
		height: 60px;
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
	}
	
	#sp .sp-header #logo {
		width: auto;
		height: 60px;
		padding: 0px 0px 0px 10px;
	}
	
	#sp .sp-header #logo img {
		width: auto;
		height: 35px;
	}
	
	.btn-tel {
		width: 60px;
		height: 60px;
	}
 .btn-tel a {
    background: #2196a6 url(assets/img/top/icon_tel_sp.png) no-repeat center top 5px;
    background-size: 36px 36px;
    width: 60px;
    height: 13px;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 47px;
}
	
	#menu {
		width: 60px;
	}
	.mainvisual{
  position: relative;
  width: 100%;
  height: 36vw;
  background: url(assets/img/top/top-img.jpg) no-repeat;
  background-size: 100% auto;
  margin-top: 60px;
}
	
	.bg_line {
		margin-top: 60px;
	}
}

.addbtn{
  justify-content: center;
  display:flex;
  width: 100%;
  margin: 0px auto;
  max-width: 312px;
  padding: 40px 0 0;
}

.addbtn a{
  color: #fff;
  display: block;
  transition: all 0.3s;
  padding: 10px;
  border: solid 1px #00b9f1;
  background-color: #00b9f1;
  width: 100%;
  text-align: center;
}

.addbtn a:hover{
  background-color:#fff;
      color: #00b9f1;
}

.addbtn.ad2{
  padding: 40px 0;
}

.addbtn.ad2 a{
  border: solid 1px #ff9600;
  background-color: #ff9600;
}

.addbtn.ad2 a:hover{
  color: #ff9600;
}
