*, *:before, *:after {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

body{
  font-family:Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
  text-decoration: none;
}

img{
  vertical-align: bottom;
  backface-visibility: hidden;
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

h2{
  padding:15px;
  font-size:15px;
  background:#eee;
  font-weight:normal;
  color:#555;
}

h2 i{
  margin-right:10px;
  color:#56b3de;
}

#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 40px;
  margin-right:10px;
}
#drawer-icon span {
  background:  #888;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #888;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -38%;
}
#drawer-icon span::after {
  margin-top: 19%;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 250px;
  max-width: 90%;
  height: 100%;
  background: #eee;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

h1 {
  display: flex;
  align-items: center;
  padding:10px;
}

h1 img{
  width:214px;
  height:25px;
}

.nav{
  margin-top:40px;
  border-top:1px solid #888;
  background:#fff;
}

.nav li a{
  display: flex;
  width:100%;
  justify-content: space-between;
  color:#555;
  padding:10px;
  border-bottom:1px solid #888;
  font-weight: normal;
}

.nav li a span,.nav3 li a span{
  content: '';
  width:10px ;
  height:10px;
  margin:auto 0;
  border-top:2px solid #555;
  border-right:2px solid #555;
  transform: rotate(45deg);
}

.nav2,.nav3{
  background:#fff;
}

.nav2 li a{
  display: flex;
  width:100%;
  justify-content: space-between;
  align-items: center;
  color:#555;
  border-bottom:1px solid #888;
  font-weight: normal;
  font-size:13px;
}

.nav2 li a span{
  content: '';
  width:10px ;
  height:10px;
  margin:auto 0;
  border-top:2px solid #555;
  border-right:2px solid #555;
  transform: rotate(45deg);
  margin-right:10px;
}

.nav2 div{
  display: flex;
  align-items: center;
}

.nav2 img{
  width:50px;
  height:50px;
  margin-right:10px;
  object-fit: cover;
}

.nav3 li a{
  display: flex;
  width:100%;
  justify-content: space-between;
  color:#555;
  padding:10px;
  border-bottom:1px solid #888;
  font-weight: normal;
  font-size:13px;
}

.swiper-container{
  text-align: center;
}

.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}

#thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

#thumbs .swiper-slide {
  width: 20%;
  /*height: 100%;*/
  opacity: 0.2;
  cursor: pointer;
}

#thumbs .swiper-slide-active {
  opacity: 1;
}

#thumbs img{
  height:80px;
  object-fit: cover;
}

.pan{
  display: flex;
  flex-wrap: wrap;
  width:calc(100% - 20px);
  margin:15px auto;
}

.pan li{
  display: inline-block;
  margin:5px;
}

.pan li a{
  display: block;
  padding:10px;
  border:1px solid #888;
  color:#555;
  font-size:14px;
  text-align: center;
}

.category{
  display: flex;
  flex-wrap: wrap;
}

.category li{
  width:50%;
}

.category li a{
  display: flex;
  align-items: center;
  font-size:13px;
  color:#555;
  padding:5px;
}

.category li img{
  width:90px;
  height:90px;
  object-fit: cover;
}

.img-list{
  display: flex;
  flex-wrap: wrap;
}

.img-list a{
  display: block;
  width:50%;
}

.img-list a img{
  width:100%;
}

.search {
  width:93%;
  margin:0 auto 10px;
  height: 40px;
}

.search form{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  border:1px solid #555;
  border-radius:5px;
}

.search .seaarea{
  vertical-align:middle; 
  position:relative; 
  width:85%;
  height: 40px;
  line-height: 40px;
  border:none;
  border-right: none;
  border-radius: 5px; 
  text-indent: 1em;
  color:#555;
}

.search .seabutton{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width:15%;
  height: 40px;
  line-height: 40px;
  background-color: #555;
  color:#fff;
}

.menu{
  display: flex;
  flex-wrap: wrap;
}

.menu li{
  width:50%;
  border-bottom:1px solid #888;
  border-right:1px solid #888;
}

.menu li:nth-of-type(2n){
  border-right:none;
}

.menu li:nth-of-type(11),.menu li:nth-of-type(12){
  border-bottom:none;
}

.menu li a{
  display: block;
  padding:10px 0;
  text-align: center;
  font-size:12px;
  color:#555;
}

.copy{
  padding:30px;
  background:#555;
  color:#fff;
  font-size:10px;
  text-align: center;
}

.toroku{
  display: block;
  padding:15px 0;
  text-align: center;
  background:#ff6292;
  margin:0 auto 15px;
  width:85%;
  color:#fff;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left:0.2em;
}

.notice{
  display: block;
  padding:15px 0;
  text-align: center;
  background:#fcb69f;
  margin:0 auto 15px;
  width:85%;
  color:#fff;
}

.img-list2{
  display: flex;
  margin:10px auto;
  width:calc(100% - 30px);
}

.img-list2 li{
  width:calc((100% - 30px) / 3);
  margin-right:15px;
}

.img-list2 li:nth-of-type(3){
  margin-right:0;
}

.img-list2 li img{
  width:100%;
}

.img-list2 li a{
  display: block;
  text-align: center;
}

.img-list2 span{
  font-size:11px;
  color:#888;
}

.img-list3{
  display: flex;
  width:calc(100% - 30px);
  margin:0 auto 15px;
}

.img-list3 li{
  width:calc((100% - 45px) / 5);
  margin-right:15px;
}

.img-list3 li:nth-of-type(5){
  margin-right:0;
}

.img-list3 img{
  width:100%;
}

.img-list3 a{
  display: block;
  text-align: center;
  font-size:11px;
  color:#888;
}