@charset "UTF-8";
body {
  font-family: "Yu Gothic Medium","游ゴシック Medium","sans-serif","Serif",YuGothic,"游ゴシック";
  margin-right: 10px;
}
.pcp {
  padding-top: 4px;
  padding-left: 10px;
  padding-right: auto;
}

header {
  background-color: #efefef !important;
}

.pcp.hirabun {
  background-color: #efefef;
}

.pc {
  padding-top: 4px;
  margin-left: 0px;
}

.day {
  font-size: 15px;
  padding-left: 10px;
}

.mb {
  display: none;
}

.mbp {
  display: none;
}

.down {
  margin-left: 5px;
}

.hirabun {
  font-size: 20px;
}

.pyear {
  font-size: 30px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}


.main-nav{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-right: 0px;
  background-color: #efefef;
  border-left: 1px solid;
}


.main-nav li {
  margin-left: 0px;
  padding-top: 7px;
  padding-right: 10px;
}

.main-nav li:hover{
  background-color: white;
}

.drawer_hidden {
  display: none;
}

.thankyou {
  font-size: 22px;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: none;
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 2px;
    padding-right: 12px;
}

.pagination {
    display: flex;
    text-decoration: none;
    list-style-type: none;
    margin-top: 3px;
}

.pagination li{
  text-decoration: none;
    margin: 5px;
    border: 1px solid #333;
    background-color: white;

}

.active{
  background-color: #c0c0c0 !important;
}

.contact-form{
  width: auto;
  height: auto;
}

input{
  outline: solid 1px black;
  margin-right: 10px;
  padding: 0 10px 0 10px;
}
input:focus{
  -webkit-appearance: none;
  outline: solid 1px black;
}

textarea{
  outline: solid 1px black;
  width: 500px;
  height: 300px;
}
textarea:focus{
  outline: solid 1px black;
}

header {
  z-index: 100;
}

audio {
  z-index: 0;
}

.items {
  padding-top: 10px;
}

nav li {
  border-right: 1px solid;
  padding: 0px 0px 5px 10px
}

.bb2 {
  background-color: white!important;
}

.dark {
  color: white;
  background: black;
}

.noise {
  color: white;
  background: #464646;
}

.se {
  color: black;
  background: #f5f5f5;
}

.kiyakulist {
  list-style: none;
  font-size: 20px;
  margin-left: 27px;
}

.kiyakulist li:before {
  content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: black;
	position: relative;
	left: -15px;
	top: -3px;
}

.hfont {
  font-size: 30px;
}

.page-header{
  position: fixed;
  display: flex;
  width: 100%;
  color: black;
  background: white;
  justify-content: space-between;
  border-bottom: 1px solid;
}


.ri {
  color: inherit;
}

.ri2 {
  text-decoration: none;
  color: inherit;
}

.ri22 {
  text-decoration: none;
  color: inherit;
  background-color: white;
}

.item {
  padding-bottom: 70px;
}

.setsumei {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-left: 10px;
}

.gazou img {
  border: 1px solid black;
  background: white;
  width: 500px;
  height: auto;
  color: black;
}

.ka img {
  border: 1px solid black;
  background: white;
  width: 14%;
  height: auto;
  color: black;
}

.kai {
  display: flex;
  margin-top: 20px;
}

.container {
  display: flex;
  flex-direction: column;
  display: block;
  padding-top: 50px;
  padding-bottom: 70px;
  margin: auto;
  margin-left: 10px;
}

.container2 {
  display: flex;
  flex-direction: column;
  display: block;
  padding-top: 40px;
  padding-bottom: 70px;
  margin: auto;
  margin-left: 10px;
}

.f-bright {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: black;
  text-align: center;
  border-top: 1px solid black;
  padding: 10px 0;
}

.f-dark {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: black;
  text-align: center;
  border-top: 1px solid white;
  padding: 10px 0;
}

footer p {
  color: white;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px)
 {
   .pc {
     display: none;
   }

   .pcp {
     display: none;
   }

   .mb {
     display: block;
     font-size: 20px;
     font-weight: bold;
     padding-top: 14px;
     margin-left: 10px;
   }

   .mbp {
     display: block;
   }


   .page-header{
     position: fixed;
     display: flex;
     width: 100%;
     color: black;
     background: white;
     justify-content: space-between;
     border-bottom: 1px solid;
   }

   .logo {
  font-size: 24px;
}

/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  padding-top: 0px;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 320px;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
  display: block;
}

/* メニュー黒ポチを消す */
.main-nav {
  display: block;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

li {
  border-left: none;
  padding: 0px 0px 0px 10px;
  margin-bottom: 5px;
}

.setsumei {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-left: 0px;
}

.setsumei p {
  font-size: 17px;
}

.hajimeni p {
  font-size: 17px;
}

.gazou img {
  border: 1px solid black;
  background: white;
  width: 100%;
  height: auto;
  color: black;
}


.container {
  display: flex;
  flex-direction: column;
  display: block;
  padding-top: 80px;
  padding-bottom: 70px;
  margin: auto;
  margin-left: 10px;
}

.container2 {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  display: block;
  padding-top: 75px;
  padding-bottom: 70px;
  margin: auto;
  margin-left: 10px;
}

.userule p {
  font-size: 15px;
}

.kiyakulist {
  font-size: 15px;
  margin-left: 5px;
}

.userule h1 {
  font-size: 20px;
}

.item {
  padding-bottom: 50px;
}

input{
  outline: solid 1px black;
  margin-right: 10px;
  padding: 0 10px 0 10px;
}
input:focus{
  outline: solid 1px black;
}

textarea{
  outline: solid 1px black !important;
  width: 350px !important;
  height: 200px !important;
}
textarea:focus{
  outline: solid 1px black !important;
}

}
