@charset "utf-8";
a:hover {
  color: #333333;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 560px) {
  .main_img img {
    height: 100%;
    width: 100%;
  }
}
/*==================================================
*footer-フッター*
===================================*/
/*説明:クレプレ版から変更なし*/
.sp_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .sp_footer ul {
    display: flex;
    background: #CECECE;
  }
  .sp_footer ul li {
    width: calc(25% - 2px);
    border-left: 2px dashed white;
  }
  .sp_footer ul li:first-child {
    border-left: 0;
  }
  .sp_footer ul li .sp_footer_btn {
    display: inline-block;
    width: 100%;
    padding: 5px 0 2px;
    text-align: center;
  }
  .sp_footer ul li .sp_footer_btn img {
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.top_btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  padding: 8px;
  background-color: #A3A2A2;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

footer {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
}
.footer-list {
  padding: 33px 0px;
  display: flex;
  justify-content: center;
  background: #E5E5E5;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .footer-list {
    flex-wrap: wrap;
  }
}
.footer-item {
  border-left: 3px solid;
  width: calc(100% / 8);
}
@media screen and (max-width: 768px) {
  .footer-item {
    margin: 6px 18px;
    width: 100%;
    border: none;
  }
}
.footer-item:last-of-type {
  border-right: 3px solid;
}
@media screen and (max-width: 768px) {
  .footer-item:last-of-type {
    border: none;
  }
}
.footer-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-item a {
    justify-content: flex-start;
  }
}
.footer-item a img {
  margin: 0 5px 0 0;
}
.copy {
  padding: 18px 0;
  background: #731B1D;
  color: #fff;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
  font-size: 1rem;
}


/*==================================================
*common-基本設定*
===================================*/
/* PC
-------------------------------------*/

@media screen and (min-width: 951px) {
  .spOnly {
    display: none !important;
  }
  .seOnly {
    display: none !important;
  }

}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
  .pcOnly {
    display: none !important;
  }
}
/* SE
----------------------------------*/
@media screen and (max-width: 768px) {
  .seOnly {
    display: block;
  }
}
/*==================================================
*header-ヘッダー*
===================================*/
header {
  background: #731B1D;
}
header img {
  padding: 2px 0;
  width: 150px;
}
@media screen and (max-width: 768px) {
  header img {
    width: 23%;
  }
}
/*ヘッダーのロゴサイズ調整*/
.logoHDR {
  padding: 8px;
}
.logoHDR img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .logoHDR img {
    width: 90px;
  }
}
/*==================================================
*main contents-メインコンテンツ*
===================================*/
body#top {
  background: #ffe28f; /*PC表示の項目外の背景色*/
}

.mainCont {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

.mainImg {
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
@media screen and (max-width: 768px) {
  .mainCont {
    width: 100%;
  }
  .container {
    display: inherit;
    width: 90%;
  }
}


.itemlist {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
}

.itemlist img{
  width: 100%;
  height: auto;
  display:block;
  object-fit: cover;
}



/*下部のSNS一覧*/


.snslist {
	display: flex;
	justify-content: center;
	padding: 2rem 0.5rem;
}

img {
	vertical-align: bottom;
	width: 100%;
}
