main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p.w100 img {
  width:100%;
  height: auto;
  display: inline-block;
}
.main {
}
.main .wrapper {
	position: relative;
	padding-top: 15%;
	padding-bottom: 20%;
}
.main .wrapper .main {
  position: relative;
  z-index: -1;
}
.main .wrapper .seijin {
  position: absolute;
  top: 0px;
  left: 10%;
  max-width: 297px;
  width: 35%;
}
.main .wrapper .schedule {
  position: absolute;
  right: -5%;
  bottom: 15%;
  max-width: 372px;
  width: 40%;
}
.main .wrapper .main_txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #343232;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  padding-top: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
  width: 60%;
}
.seijin_menu {
}
.seijin_menu .menu_tit {
  margin-bottom: 10%;
  text-align: center;
}
.seijin_menu .menu_tit img {
  width: 35%;
  max-width: 233px;
  height: auto;
}
.seijin_menu .flex {
}
.seijin_menu .flex li {
	width: 33.33%;
	margin-bottom: 8%;
	text-align: center;
}
.seijin_menu .flex li p {
  margin-bottom: 10px;
}
.seijin_menu .flex li .title_en {
  background-image: url(img/tit_kakko.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.seijin_menu .flex li .title_en img {
  width: auto;
  height: auto;
  max-height: 20px;
}
.seijin_menu .flex li .image {
  padding-left: 0px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.seijin_menu .flex li .title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #343232;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.seijin_menu .flex li .title::after {
	content: "";
	position: absolute;
	top: 52%;
	left: -5%;
	width: 110%;
	height: 60%;
	background-color: rgba(241,156,193,0.50);
	z-index: -1;
}
.seijin_menu .flex li .menu_txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #343232;
  font-size: 16px;
  text-align: justify;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.contact {
  text-align: center;
}
.contact .fuki {
  background-image: url(img/fuki.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 45%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  text-align: justify;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #343232;
  font-size: 16px;
  line-height: 30px;
}
.contact .tel {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2%;
}
.reserve_btn  {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #343232;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  padding-top: 2%;
  padding-right: 5%;
  padding-bottom: 2%;
  padding-left: 5%;
  border: 3px solid #343232;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.reserve_btn:hover {
  color: #fff;
  background-color: #343232;
}


@media screen and (max-width:768px){
.main .wrapper .schedule {
}
.seijin_menu .flex li {
  width: 50%;
}
.seijin_menu {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.contact .fuki {
  width: 75%;
  max-width: 400px;
}
}


@media screen and (max-width:480px){
.main .wrapper {
  padding-top: 10%;
  padding-bottom: 0px;
  margin-bottom: 15%;
}
.main .wrapper .seijin {
  left: 0%;
  top: 0%;
  position: static;
  float: left;
  margin-left: 10%;
  margin-top: -15%;
}
.main .wrapper .schedule {
  position: static;
  right: 0%;
  bottom: 0%;
  float: right;
  margin-right: 10%;
  margin-top: -20%;
}
.main .wrapper .main_txt {
  font-size: 14px;
  line-height: normal;
  clear: both;
  width: 100%;
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}
.seijin_menu .flex li {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20%;
}
.seijin_menu .flex li p {
  margin-bottom: 5px;
}
.seijin_menu .flex li .title_en {
  width: 90%;
}
.seijin_menu .flex li .title_en img {
  max-height: 16px;
}
.seijin_menu .flex li .image {
  width: 90%;
}
.seijin_menu .flex li .title {
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 15px;
}
.seijin_menu .flex li .menu_txt {
  font-size: 14px;
  line-height: normal;
  width: 90%;
}
.contact .fuki {
  width: 80%;
  padding-bottom: 12%;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 7%;
  line-height: normal;
  font-size: 13px;
}
}
