@charset;
/* CSS Document */

body {
    font-family: "kozuka-gothic-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: antialiased;
}
@media screen and (min-width: 750px) {
.drawer-nav{
  display: none;
}
.sp-img {
  display: none;
}
}
.big{
  background-color: #fff;
  font-weight: bold;
}
.fix-nav li a{
  display: block;
  padding: 4px;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.min {
    font-family: "yu-mincho-pr6";
}
/*all*/
.all{
  width: 50%;
  margin: 0 auto;
}
.all a{
  border-radius: 10px;
  box-shadow: -1px 1px 2px 888;;
  display: block;
  background-color: #4f3f3f;
  color: #fff;
  font-size: 24px;
  padding: 8px;
  margin: 20px;
  text-align: center;
}

/*主にパソコン*/

.logo {
    width: 430px;
    height: auto;
    display: inline-block;
}

header nav.min {
    width: 830px;
    display: inline-block;
    vertical-align: top;
}
#fix{
  text-align: center;
}

.teltop{
  display: inline-block;
}
@media screen and (max-width: 749px) {
  header nav.min {
    display: none;
  }
  .logo {
      width: 98%;
      display: block;
  }
}
header nav.min ul {
    display: inline-block;
    margin-left: 20px;
}

header nav.min ul.main-nav li {
    display: inline-block;
    vertical-align: top;
    border-bottom: 60px solid #4f3f3f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin-left: -10px;
}

header nav.min ul.sub-nav li {
    display: inline-block;
    vertical-align: top;
    border-bottom: 60px solid #877777;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin-left: -10px;
}

header nav.min ul li a {
    display: block;
    font-size: 18px;
    padding: 8px 13px;
    text-align: center;
    line-height: 1em;

}

header nav.min ul li a span {
    font-size: 13px;
    display: block;
}

header nav.min a {
    color: #fff;
}

/*フィックスナビ*/

.fixx {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 0;
    border-bottom: 3px solid #b2a6a6;
}

.fix-body {
    margin-top: 100px;
}
@media screen and (max-width: 749px) {
  .fix-body {
      margin-top:0px;
  }
  .top section{
    padding: 20px;
  }
}
#fix .fix2,
#fix .fix-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#fix .fix-nav {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

#fix .fix-nav-li {
    border-left: 1px dotted #4f3f3f;
    padding-left: 10px;
    padding-right: 10px;
}
#fix .fix-nav-li:first-child {
  border-left: none;
}
#fix .fix-nav-li2 {
    font-weight: 400;
    line-height: 1.3em;
}
#fix .fix-nav-li2 a{
  display: block;
  border-bottom: 1px solid #ccc;
    padding: 2px;
}

.category{
  margin-top: 40px;
}
/*TOPメイン*/

.main-img {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.main-img img {
    width: 100%;
}

.page .tel {
  position: absolute;
  top: 20px;
  right:10px;
  z-index: 1;
}

.section1 {
    background-color: #262323;
    padding-bottom: 30px;
}
.keireki{
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;

}
/*sitemap*/
ul.sitemap{
  margin: 20px;
  line-height: 2em;
}
ul.sitemap > li > a{
  font-size: 24px;
  padding-left: 20px;
  text-decoration:underline;
  font-weight: bold;
}
ul.sitemap > li > ul{
  margin-left: 20px;
}
ul.sitemap > li > ul > li > a{
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: underline;
}
ul.sitemap > li > ul > li > a:before{
  content: "■";
}
ul.sitemap > li > ul > li > ul > li > a{
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: underline;
  color: blue;
  margin: 2px 10px;
  display: inline-block;
}
ul.sitemap > li > ul > li > ul{
  margin-left: 20px;
}
ul.sitemap > li > ul > li > ul > li > ul{
  margin-left: 20px;
}
ul.sitemap > li > ul > li > ul > li > ul > li > a{
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: underline;
  color: blue;
  margin: 2px 10px;
  display: inline-block;
}
/*タイトル*/
.top-works{
  display: flex;
  justify-content: space-around;
  align-items:baseline;
}

.waku{
  width: 228px;
  display: inline-block;
}
.top .title {
    width: 228px;
    display: inline-block;
    border: 1px solid #888;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    vertical-align: bottom;
    color: #fff;
}
.page .title {
    border: 1px solid #888;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.title dt {
    font-size: 0.8em;
    float: left;
}
.title dt span {
    font-size: 13px;
    display: inline-block;
    padding-left: 10px;
    color: #888;
}
.title dd {
    font-weight: bold;
}

.link-btn {
    width: 450px;
    display: inline-block;

}
.link-btn a {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 14px;
    background-color: #4f3f3f;
    border: 2px solid #888;
}
.section2 {
    background: url("../img/main2.jpg") no-repeat center;
}
.black {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 50px;
    width: 800px;
    margin: 0 auto;
}
.black ul li span {
    display: inline-block;
    margin-right: 20px;
}
.black ul li {
    line-height: 2em;
    font-size: 15px;
}
.section3 {
    background: url("../img/main3.jpg") no-repeat center 200px;
}
.white {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 50px;
    width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .top-works{
    display: block;
    text-align: center;
  }
  .waku{
    width:45%;
  }
  .top .title {
    width: 100%;
  }
  .top .title dd{
    float: none;
    width: 100%;
    font-size: 10px;
  }
  .top .title dt{
    display: none;
  }
  .page .title {
      width: 100%;
  }
  .link-btn {
      width:100%;

  }
  .black {
    width: 100%;
  }
  .black ul li{
    font-size: 12px;
  }
  .white {
      width: 100%;
  }
}
footer {
    background-color: #4f3f3f;
    color: #fff;
    margin-top: 100px;
}

/*－各ページ－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.page #side {
    vertical-align: top;
    width: 19%;
    margin-bottom: 100px;
    display: inline-block;
}
@media screen and (max-width: 749px) {
  .page #side {
    display: none;
  }
  img{
    max-width: 100%;
  }
  .all a {
    font-size:12px;
    padding: 2px;
  }
  #fix img {
    width: 100px;
  }
  .all {
    width: 80%;
    flex-direction: column-reverse;
  }
  .main-img {
    display: none;
  }

  .section3 {
    background: url(../img/main3.jpg) no-repeat center 150px;
}
.mt50 {
  margin-top: 0px !important;
}


  /* #fix{
    display: none;
  } */
}
.page #side .fix2 .fix-nav .fix-nav-li {
    width: 100%;

}
.page #side .fix2 .fix-nav .fix-nav-li a {
    padding: 3px 10px;
    font-size: 12px;
    display: block;
    border: 2px solid #4f3f3f;
}
.page #side .fix2 .fix-nav .fix-nav-li .fix-nav2 a  {
    background-color: #4f3f3f;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.page article {
    vertical-align: top;
    width:80%;
    display: inline-block;
}
.glass1 ul{
  padding: 10px;
}
.glass1 ul li{
  display: inline-block;
  padding: 1%;
  margin: 1%;
  width: 30%;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px 2px 3px #000;
}
.glass1 ul li img{
  width: 100%;
}
.glass2 ul{
  padding: 10px;
}
.glass2 ul li{
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: 1%;
  margin: 1%;
  width: 46%;
  box-shadow: 0px 2px 3px #000;
}
.glass2 ul li img{
  width: 100%;
}
@media screen and (max-width: 749px) {
  .page article,.top article {
    width: 100%;
    padding-bottom: 50px;
  }
  .pure-drawer{
    background:rgba(0, 0, 0, 0.8);
    padding: 2px 10px;

  }
  .pure-drawer li a{
    color: #fff;
    display: block;
    padding: 4px 2px;
}
a.big{
  padding-left: 10px !important;
  margin-top: 4px;
  border-left: 10px solid #ccc;
  /* background-color: #000; */
}

.pure-drawer .fix-nav-li{
  font-weight: bold;
}
.pure-drawer .fix-nav-li2{
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
}
.page-p{
  padding: 20px 30px;
}
.page h1 {
    border-top: 1px solid #877777;
    border-bottom: 3px solid #877777;
    color: #4f3f3f;
    padding: 30px 10px 4px 10px;
    text-align: left;
    font-size: 32px;
}
.page h2 {
    color: #4f3f3f;
    padding: 10px 0 4px 10px;
    border-left: 10px solid #4f3f3f;
    font-size: 16px;
    text-align:left;
}
.page h3 {
    color: #4f3f3f;
    padding: 10px;
    border-bottom: 1px solid #4f3f3f;
    font-size: 16px;
}
.page h4{
  background-color: #4f3f3f;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  margin: 10px;
}
.page h5{
  color: #4f3f3f;
  padding: 10px;
  font-size: 14px;
}
.page h5:before{
  content: "◎ ";
}
.pagelink{
  border: 1px solid #ccc;
  padding:10px 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pagelink li{
  display: inline-block;
  margin: 6px;
}
.pagelink li a{
  display: block;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 14px;
}
.flex2{
  display: flex;
  justify-content:space-around;
  padding: 10px 0;
}
.flex2 p{
  width: 40%;
}
table.school{
  width: 90%;
  margin: 0 auto;
  border: 2px solid #8C6C93;
  border-collapse: collapse;
  margin-top: 30px;
  padding: 10px;
}
table.school th{
  background-color: #8C6C93;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
}
table.school th:last-child{
  border-bottom: none;
}
table.school td{
  padding: 10px;
}
table.school caption{
  color: #8C6C93;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 2em;
}
table.shop th,table.shop td{
  border: 2px solid #c67124;
  padding: 10px;
}
table.shop th{
  width: 150px;
}

table.shop{
  width: 90%;
  margin: 0 auto;
  border: 2px solid #888;
  border-collapse: collapse;
  margin-top: 10px;
}
table.shop caption{
  color: #888;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
}
table.shop th,table.shop td{
  border: 2px solid #888;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
table.shop th{
  width: 150px;
}
.txt_page{
  max-width: 100%;
}
/*スライダー*/
.slider {
    width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .slider {
      width: 100%;
  }
  .drawer-menu-item{
    font-size: 1.5rem;
    font-weight: bold;
  }
.fix-nav-li2
  {
    padding:10px;
border-top: 1px solid #000;
}
}

.ctr-reg {
    width: auto;
    height: 100%;
}
.ctr-reg img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.ctr-reg img.name{
      width: auto;
      height: auto;
      padding: 0;
      display: inline-block;
}
.title .name{
  width: auto !important;
}
.pag-reg .swiper-pagination-bullet {
    width: auto;
    height: auto;
    max-height: 80px;
    border-radius: 0;
}

.pag-reg .swiper-pagination-bullet img {
    max-width:60px;
    height: auto;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.pag-reg img {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    padding: 2px;
}
.pag-reg {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    overflow-x: auto;
}
.pag-reg .swiper-pagination-bullet {
    padding: 2px;
    background: transparent;
    opacity: 1;
}
.pag-reg .swiper-pagination-bullet-active {
    background: transparent;
    opacity: 0.6;
}

.swiper-slide{
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
.swiper-slide img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .swiper-slide{
    display: inline-block;
    width: 31%;
  }
}
/*ご購入*/
.shop_table{
  margin: 20px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
  width: 100%;
}
.shop_table caption{
  font-weight:bold;
  color: #fff;
  background-color: #888;
  padding: 4px;
}
.shop_table td{
  vertical-align: top;
  width: 20%;
  text-align: center;
  font-size: 13px;
    border: 1px solid #ccc;
  font-weight:bold;
  padding: 10px;
}
/*コバヤシ用*/
#overlay {
  /* viewpointを相対位置にし、全画面表示にする */
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
    color: #fff;
  background: rgba(0, 0, 0, 0.6);  /* 背景を半透明にする */
  display: none;  /* HTML要素を非表示にする */
  z-index: 1  /* 「メインのHTML要素」よりもスタックレベルを高くする */
 }

#modalWindow {
  width: 300px;
  height: 350px;
  position: fixed; /* viewpointを相対位置にする */
  border: 2px solid #fff;
  border-radius: 6px;
  display: none;
    text-align: center;
  z-index: 2  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
}
.movielist{
  display: flex;
  justify-content: center;
}
.movielist li{
  width: 30%;
  margin: 5px;
}
@media screen and (max-width: 749px) {
  .movielist{
    display: block;
    padding: 10px;
  }
  .movielist li{
    width: 100%;
    margin: 0;
  }
}
button {
  width: 100px;
  height: 30px;
  display: block;
  margin: 0 auto;
  font-size: .8em;
  border: solid 1px #888;
  border-radius: 6px;
  transition: .4s;
}
@media screen and (max-width: 749px) {
  /*ご購入*/
  .shop_table{
    margin:0;
    padding: 2px;
    width: 100%;
  }
  .shop_table td{
    vertical-align: top;
    width: 18%;
    text-align: center;
    font-size: 10px;
    padding: 2px;
  }
  .footnav{
    text-align: center;
    padding-bottom: 30px;
  }
  .footnav a{
    color: #fff;
    display: block;
    padding: 6px;

  }
  .footnav .fix-nav-li2{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 48%;
    border-left: 1px solid #ccc;
  }
  .footnav .fix-nav-li2:nth-child(odd){
    border-left: none;
  }
}

/*kara-bokkusu
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ
  margin: 20px;
}*/

@media screen and (min-width: 750px) and (max-width:1300px){
    body,.fixx,header,footer,main {
        min-width: 1300px;
    }
}
/* PC */
@media screen and (min-width: 750px) {
  .pc-none {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 749px) {
  .sp-none {
    display: none;
  }
}
