@charset "euc-jp";
.container > .cInner{
  width:100%;
}
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
#side{
  display: none;
}
#main{
  width:100%;
}
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

/*お知らせ*/
.bgSection {
    padding: 60px 0;
    width: 100%;
    overflow-x: hidden;
    background: #f2f2f2;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 15px 5px 40px;
}
.info__inner{
  height:260px;
  overflow: auto;
  padding:10px 15px;
  border-left:solid 5px #626262;
}
.info__inner dt,.info__inner dd{
  margin-bottom:10px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

.top_item {
  background-color: #f7f0e4;
  padding: 100px 0 100px;
}
.top_ttl {
  text-align: center;
}
.top_item__area {
  margin-top: 60px;
  margin-bottom: 120px;
}

.item_btn {
  display: block;
  text-align: center;
  font-size: 18px;
  border: 2px solid #000;
  position: relative;
  color: #000;
  padding: 10px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
}
.item_btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #ff0000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cat_area {
  margin-top: 50px;
}
.cat_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cat_list li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
  border: 5px solid #fff;
  background-color: #ff0000;
  box-sizing: border-box;
}
.cat_list li:nth-child(4n) {
  margin-right: 0;
}
.cat_list li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 52px;
  line-height: 1.2;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: bold;
}
.cat_list li:hover {
  border: 5px solid #ff0000;
  background-color: #fff;
}
.cat_list li:hover a {
  color: #ff0000;
}
.top_voice {
  background: url(https://img21.shop-pro.jp/PA01452/073/etc/gz_back.jpg)no-repeat center;
  background-size: cover;
  padding: 50px 0 60px;
}
.voice_list {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.voice_list li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.voice_list li:nth-child(3n) {
  margin-right: 0;
}
.voice_list li p {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
}
.voice_list li p span {
  margin-bottom: 10px;
  display: block;
}
.top_yakikata {
  padding: 90px 0 100px;
  background-color: #f7f0e4;
}
.yakikata_area {
  background-color: #fff;
  padding: 50px 0 0;
  margin-bottom: 80px;
}
.ttl_sl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttl_sl:before {
  content: "＼";
  font-size: 60px;
  padding-right: 20px;
}
.ttl_sl:after {
  content: "／";
  font-size: 60px;
  padding-left: 20px;
}
.ttl_img {
  text-align: center;
  margin-bottom: 30px;
}
.yakikata {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2%;
}
.yakikata li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 80px;
}
.yakikata li:nth-child(2n) {
  margin-right: 0;
}
.yakikata li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.yakikata li p {
  font-size: 18px;
  line-height: 2;
}
.yakikata li p span {
  display: block;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.top_aisatsu {
}
.aisatsu_area {
  display: flex;
  padding: 5%;
}
.aisatsu_img {
  width: 35%;
  margin-right: 2%;
}
.aisatsu_txt {
  width: 63%;
  padding: 20px 0;
}
.aisatsu_txt h4 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 600;
}
.aisatsu_txt p {
  font-size: 20px;
  color: #ff0000;
  line-height: 2;
}
.sp_aisatsu_area {
  display: none;
}


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

  .top_ttl {
    max-width: 150px;
    margin: 0 auto;
  }
  .item_btn {
    font-size: 16px;
  }
  .top_item {
    padding: 50px 0;
  }
  .top_item__area {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  ..cat_area {
    margin-top: 30px;
  }
  .cat_list {

  }
  .cat_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    border: 3px solid #fff;
  }
  .cat_list li:nth-child(2n) {
    margin-right: 0;
  }
  .cat_list li:nth-child(4n) {
    margin-right: 0;
  }
  .cat_list li a {
    font-size: 24px;
    padding: 10px;
  }
  .cat_list li:hover {
    border: 3px solid #ff0000;
    background-color: #fff;
  }
  .voice_list {
    display: block;
    padding: 0 10%;
  }
  .voice_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .voice_list li img {
    width: 50%;
  }
  .voice_list li p {
    font-size: 16px;
  }
  .top_yakikata {
    padding: 50px 0 60px;
  }
  .yakikata_area {
    padding: 30px 0 0;
    margin-bottom: 50px;
  }
  .ttl_sl {

  }
  .ttl_sl:before {
    font-size: 26px;
    padding-right: 20px;
  }
  .ttl_sl:after {
    font-size: 26px;
    padding-left: 20px;
  }

  .ttl_img {

  }
  .ttl_img img {
    max-width: 50px;
  }
  .yakikata {

  }
  .yakikata li {
    width: 100%;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 50px;
  }
  .yakikata li p {
    font-size: 14px;
  }
  .yakikata li p span {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    display: block;
  }
  .top_aisatsu {

  }
  .aisatsu_area {
    display: block;
  }
  .aisatsu_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .aisatsu_txt {
    width: 100%;
  }
  .aisatsu_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aisatsu_txt p {
    font-size: 16px;
  }
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  .aisatsu_area {
    display: none;
  }
  .sp_aisatsu_area {
    display: block;
  }
  .sp_aisatsu_txt {
    margin-bottom: 10px;
  }
  .sp_aisatsu_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sp_aisatsu_txt p {
    font-size: 16px;
    color: #ff0000;
    line-height: 2;
    text-align: center;
  }
  .sp_aisatsu_txt_img {
    display: flex;
    align-items: center;
  }
  .sp_aisatsu_txt_img p {
    width: 60%;
    line-height: 1.8;
    margin-right: 10px;
  }
  .sp_aisatsu_txt_img img {
    width: 40%;
  }
  .sp_aisatsu_name {
    text-align: right;
    margin-top: 20px;
  }
  .sp_aisatsu_name p {
    font-size: 18px;
  }
}









