@charset "Shift_JIS";


body {
	background-color: #FFF;
	font-size: 16px;
	line-height: 32px;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.contents {
  width: 1000px;
  margin: 0 auto;
}


/* header
---------------------------------------------------- */
header {
  padding: 20px 0;
}
header .logo {
  float: left;
  margin-right: 20px;
}
header .logo img {
  width: 180px;
}
header .info {
  float: right;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
header .info .tel {
  font-size: 40px;
  margin: 10px 0;
}
header .info .tel .col1 {
  color: #f7557c;
}
header .info .tel .col2 {
  color: #6ebc2a;
}


/* h1
---------------------------------------------------- */
h1 img {
	width: 100%;
}


/* award
---------------------------------------------------- */
.award {
  text-align: center;
  margin: 20px 0 50px;
}


/* event
---------------------------------------------------- */
.event {
  padding: 50px 0 100px;
  border-radius: 40px 40px 0 0;
  background-color: #ffe3e8;
  background-image: url("../images/loop.jpg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 6% auto;
}
.tab_container {
  margin: 0 auto;
  padding-top: 100px;
  background-image: url("../images/event.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.tab_item {
  width: 49%;
  padding: 25px 0 15px;
  background-color: #a5a5a5;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  color: #FFF;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 30px 30px 0 0;
  font-family: 'genjyuugothic-bold';
  position: relative;
}
.tab_item span {
  font-size: 180%;
}
.tab_item::before {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -50px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: 8px;
  -webkit-filter: grayscale(100%);
}
.tab_item1::before {
  background-image: url("../images/tab1.png");
}
.tab_item2::before {
  background-image: url("../images/tab2.png");
}
.tab_item2 {
  margin-left: 2%;
}
.tab_item1:hover {
  background-color: #f7557c;
}
.tab_item2:hover {
  background-color: #78bd36;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 60px 30px;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}
.tab_content1 {
  border-top: 10px solid #f7557c;
}
.tab_content2 {
  border-top: 10px solid #78bd36;
}
.tab_content h2 {
  font-family: 'genjyuugothic-bold';
  color: #f7557c;
  font-size: 48px;
  text-align: center;
}
.tab_content1 h2 {
  color: #f7557c;
}
.tab_content2 h2 {
  color: #78bd36;
}
.tab_content h2 br {
  display: none;
}
.tab_content img {
  display: block;
  float: left;
  width: 46%;
  margin: 50px 2%;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {  /*, #tab3:checked ~ #tab3_content , #tab4:checked ~ #tab4_content폜*/
  display: block;
}
.tab_container input:checked + .tab_item1 {
  background-color: #f7557c;
}
.tab_container input:checked + .tab_item2 {
  background-color: #78bd36;
}
.tab_container input:checked + .tab_item::before {
  -webkit-filter: grayscale(0%);
}


/* price
---------------------------------------------------- */
.price {
  padding: 0 30px 60px;
  background-color: #fff;
}
.price img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}


/* covid
---------------------------------------------------- */
.covid {
  margin-top: 50px;
  padding: 30px;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  border: 8px solid #ffc6c6;
  border-radius: 30px;
}
.covid h2 {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  color: #df7676;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 5px dotted #f39494;
}
.covid h2 span {
  padding: 0 70px;
  display: inline-block;
  background-image: url("../images/piyo1.png"), url("../images/piyo2.png");
  background-position: left center, right center;
  background-size: auto 2em;
  background-repeat: no-repeat;
}
.covid a {
  display: block;
  margin: 30px auto 0;
  width: 300px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  border: 3px solid #ffa9a9;
  border-radius: 20px;
  background: -moz-linear-gradient(top, #f5bf71, #f0a246);
  background: -webkit-linear-gradient(top, #f5bf71, #f0a246);
  background: linear-gradient(to bottom, #f5bf71, #f0a246);
}
.covid a:hover {
  opacity: 0.7;
}


/* footer
---------------------------------------------------- */
footer {
  padding: 50px 0;
  text-align: center;
}
footer .toez {
}
footer .toez .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  color: #f7557c;
  margin-bottom: 20px;
}
footer ul.footer_logo {
  text-align: center;
  margin: 30px 0 0;
}
footer ul.footer_logo li {
  display: inline-block;
  margin: 0 20px;
  font-family: 'genjyuugothic-bold';
}
footer ul.footer_logo li:nth-child(1) p {
  color: #f7557c;
}
footer ul.footer_logo li:nth-child(2) p {
  color: #78bd36;
}
footer ul.sns {
  text-align: center;
  margin: 30px 0 0;
}
footer ul.sns li {
  display: inline-block;
  margin: 0 10px;
  font-family: 'genjyuugothic-bold';
}
footer ul.sns li img {
  width: 100px;
}


/* fix_menu
---------------------------------------------------- */
.fix_menu {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -264px;
}
.fix_menu li a {
  display: block;
  color: #FFF;
  padding: 20px;
  font-size: 20px;
  font-family: 'genjyuugothic-bold';
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.fix_menu li a:hover {
  opacity: 0.7;
}
.fix_menu li:nth-child(1) a {
  background-color: #fc829a;
}
.fix_menu li:nth-child(2) a {
  background-color: #4dbccf;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}



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


body {
	font-size: 14px;
	line-height: 24px;
}
  
.wrapper {
  width: 100%;
}

.contents {
  width: 94%;
}


/* header
---------------------------------------------------- */
header {
  width: 94%;
  padding: 10px 3%;
}
header .logo {
  width: 30%;
  margin-right: 0;
}
header .logo img {
  width: 90%;
}
header .info {
  width: 40%;
  font-size: 10px;
  line-height: 15px;
  margin-top: 7px;
}
header .info .tel {
  font-size: 18px;
  margin: 2px 0;
}


/* award
---------------------------------------------------- */
.award img {
	width: 100%;
}


/* event
---------------------------------------------------- */
.event {
  padding: 25px 0 50px;
  border-radius: 0 0 0 0;
  background-size: 10% auto;
}
.tab_container {
  padding-top: 40px;
  background-size: 90% auto;
}
.tab_item {
  padding: 15px 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.tab_item::before {
  top: -35px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.tab_content {
  padding: 30px 5%;
}
.tab_content h2 {
  font-size: 34px;
  line-height: 42px;
}
.tab_content h2 br {
  display: block;
}
.tab_content img {
  margin: 30px auto;
  float: none;
  width: 100%;
}
  
  
/* price
---------------------------------------------------- */
.price {
  padding: 0 5% 30px;
}


/* covid
---------------------------------------------------- */
.covid {
  margin-top: 30px;
  padding: 20px 5%;
  border: 5px solid #ffc6c6;
}
.covid h2 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.covid h2 span {
  padding: 0 40px;
  background-size: auto 1.8em;
}
.covid a {
  margin: 30px auto 0;
  width: 70%;
  line-height: 50px;
  font-size: 18px;
  border-radius: 15px;
}


/* footer
---------------------------------------------------- */
footer {
  padding: 30px 0 80px;
}
footer .toez .ttl {
  font-size: 28px;
  line-height: 36px;
}
footer ul.footer_logo {
  text-align: center;
  margin: 30px 0 0;
}
footer ul.footer_logo li {
  display: block;
  margin: 10px 0;
}
footer ul.footer_logo li img {
  width: 60%;
}
footer ul.sns {
  text-align: center;
  margin: 30px 0 0;
  font-size: 0;
}
footer ul.sns li {
  margin: 0;
  width: 25%;
}
footer ul.sns li img {
  width: 70%;
}
  
  
/* fix_menu
---------------------------------------------------- */
.fix_menu {
  right: 0;
  top: inherit;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}
.fix_menu li {
  width: 50%;
  float: left;
}
.fix_menu li a {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  -ms-writing-mode: inherit;
	writing-mode: inherit;
}
.fix_menu li a span {
  padding-right: 20px;
  background-image: url("../images/arr.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 1em;
}




/* page_top
---------------------------------------------------- */
#page_top {
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#page_top a {
	display: block;
	width: 47px;
	height: 47px;
}
#page_top a img {
	width: 47px;
	height: 47px;
}


}
