@charset "UTF-8";
/*
Theme Name:kofub-haikai
Theme URI: http://
Author:mound 2021
Author URI:
Description:
Version: 1.1
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

BODY {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese",YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clear {
  clear: left;
}

p {
  text-align: left;
  line-height: 2;
}

section {
  width: 1280px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.container .main {
  width: 73%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-right: 2%;
  margin-bottom: 3rem;
  float: left;
  padding: 2rem;
}

.container .sb {
  width: 25%;
  margin-bottom: 3rem;
  float: left;
}

.row {
  margin: 0 auto;
}

/* ヘッダ */
header {
  width: 100%;
  background-image: url(img/header-bg.png);
  background-size: 100%;
  padding: 10px 0;
  position: relative;
}

#logo {
  float: left;
}

#logo img {
  margin-bottom: 5px;
  float: left;
  display: inline-block;
  position: relative;
  width: 270px;
  padding: 10px;
}

#logo p {
  padding: 1rem 0;
  color: white;
  font-size: 1.8rem;
  line-height: 2.4rem;
  float: left;
  display: inline-block;
}

#util {
  float: right;
}

#util .btn {
  background-color: white;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 20px 0;
}

#util a {
  color: #57A573;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.slick01 {
  margin-bottom: 3rem;
}

.slick01 img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: 100% 0;
}

footer {
  width: 100%;
  background-image: url(img/footer-bg.png);
  background-size: 100%;
  padding: 20px 0;
  position: relative;
}

footer #logo {
  position: relative;
  left: 30px;
}

footer #logo img {
  margin-bottom: 5px;
  float: left;
  display: inline-block;
  position: relative;
  width: 270px;
  padding: 10px;
}

/* flexbox */
.div2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div2 li {
  width: 47.5%;
  margin-bottom: 2rem;
}

.div3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div3 li {
  width: 30%;
  margin-bottom: 2rem;
}

.div3::after {
  content: "";
  display: block;
  width: 30%;
}

.div4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div4 li {
  width: 23%;
  margin-bottom: 2rem;
}

.top-copy {
  color: #594C02;
  text-align: center;
  margin-bottom: 3rem;
}

.top-copy h2 {
  font-size: 2rem;
  font-family: serif;
  margin-bottom: 2rem;
}

.top-copy p {
  font-size: 1.6rem;
}

.top-keywords {
  border: 1px solid #F1B33D;
  padding: 3rem;
  text-align: center;
  color: #F1B33D;
  margin-bottom: 3rem;
}

.top-keywords h3 {
  font-size: 2rem;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 2rem;
}

.top-keywords li {
  border-radius: 5px;
  background-color: #F1B33D;
  padding: 5px 10px;
  color: white;
  display: inline-block;
  margin-right: 1rem;
  font-weight: bold;
}

.top-events {
  font-weight: bold;
}

.top-events li {
  margin-bottom: 2rem;
}

.top-events li img {
  margin-bottom: 1rem;
	width:100%;
}

.top-events li .date {
  color: #57A573;
  margin-bottom: .5rem;
}

.top-events li .ttl {
  color: #594C02;
  margin-bottom: 1rem;
}

.ad-bnnrs .div2 li {
  width: 49%;
  margin-bottom: 3rem;
}

/* single */
.main {position:relative;}

.main .date {
  font-size: 2rem;
  font-weight: bold;
  color: #594C02;
}

.main .author {position:absolute;right:20px;}

.main .date:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(img/icon-calender.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.main .ttl {
  font-size: 30px;
  font-family: serif;
  color: #57A573;
  font-weight: bold;
}

.main .place {
  font-size: 2rem;
  color: #D9483B;
  font-weight: bold;
  line-height: 2;
}

.main .img1 img {
  width: 100%;
  margin-bottom: 1rem;
}

.main .text1 {
  line-height: 2;
  margin-bottom: 2rem;
}

.main .div2 li {
  width: 48%;
  margin-bottom: 2rem;
}

.main .div2 li img {
  width: 100%;
}

.main .event-info {
  border: 4px solid #89BEAB;
  padding: 2rem;
  color: #57A573;
  font-size: 16px;
  position: relative;
  margin-bottom: 3rem;
}



.main .event-info th {

	font-weight:normal;
  text-align:left;
  padding-bottom: .5em;
	vertical-align:top;
	white-space:nowrap;
}

.main .event-info td {

	font-weight:bold;
  padding-bottom: .5em;
	padding-left:1em;
}

.main .event-info .map-icon {
  font-size: 12px;
  border: 1px solid #57A573;
  display: inline-block;
  margin-left: 0.5em;
}

.main .event-info .map-icon a {
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
  display: block;
}

.main .event-info .map-icon a:hover {
  background-color: #57A573;
  color: white;
}

.main .event-info .date {
  display: inline-block;
  float: left;
  color: #57A573;
  font-size: 18px;
  margin-right: 1em;
}

.main .event-info .date:before {
  content: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.main .event-info .start-time {
  display: inline-block;
  float: left;
  color: #57A573;
}

.main .event-info i {
  margin-right: 0.5em;
}

.main .event-info .ttl {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 15px;
  color: #89BEAB;
}

.main .single-contact-form7 {
  border: 4px solid #F1B33D;
  padding: 3rem;
  /* contactform 7 **********/
}


.main .single-contact-form7 h3{
font-size:20px;font-family:serif;font-weight:bold;margin-bottom:2rem;text-align:center;color:color: #57A573;
}

.main .single-contact-form7 h3.ttl2{
	margin-bottom:0;
	color:#F1B33D;
	}

.main .single-contact-form7 .contact {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 4em;
}

.main .single-contact-form7 .wpcf7 {
  margin: 0;
}

.main .single-contact-form7 .wpcf7 .wpcf7 p {
  margin-bottom: 1em;
}

.main .single-contact-form7 .wpcf7 small {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.main .single-contact-form7 .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.main .single-contact-form7 .wpcf7 input[type="text"], .main .single-contact-form7 .wpcf7 input[type="email"], .main .single-contact-form7 .wpcf7 input[type="url"], .main .single-contact-form7 .wpcf7 input[type="tel"], .main .single-contact-form7 .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.6em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.main .single-contact-form7 .wpcf7 input[type="submit"] {
  font-size: 95%;
  padding: 1em;
  background: #F1B33D;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #F1B33D;
  -webkit-appearance: none;
	width:100%;
	font-weight:bold;
	margin-bottom:0;
}

.main .single-contact-form7 .wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.main .single-contact-form7 .wpcf7 p {
  margin-bottom: 1em;
}

.main .single-contact-form7 .wpcf7 .ttl {
  margin-bottom: 0.5em;
}

.main .single-contact-form7 .wpcf7 .content {
  margin-bottom: 1em;
}

.main .single-contact-form7 .wpcf7 .asterisk {
  margin: 0 0 0 0.2em;
  color: red;
}

/* mainここまで*/
.single-tags li {
  border-radius: 5px;
  background-color: #F1B33D;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 1rem;
  font-weight: bold;
  margin: 1rem 0.5rem;
}

.single-tags li a {
  color: white;
}

.sb li {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #89BEAB;
}

.sb .sb-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #89BEAB;
  padding: 1rem;
  margin-bottom: 1em;
  color: white;
}

.sb .date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #594C02;
}

.sb .ttl {
  font-size: 18px;
  font-family: serif;
  color: #57A573;
  font-weight: bold;
}

.sb .place {
  font-size: 1.6rem;
  color: #D9483B;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}

.sb .img1 img {
  width: 100%;
  margin-bottom: 1rem;
}

/* pc-sp switch PC */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* トップにもどる */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #cccccc;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}

#nav-toggle {
  display: none;
}

#gloval-nav {
  display: none;
}

/* モバイル設定 **********************************************************************************/
@media (max-width: 960px) {
  .row {
    width: 100%;
    margin: 0 auto;
  }
  /* flexbox */
  .div2 li {
    width: 100%;
  }
  .div3 li {
    width: 100%;
  }
  .div4 li {
    width: 100%;
  }
  /* pc-sp switch sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* SP menu start */
  #nav-toggle {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 2px;
  }
  #nav-toggle:hover span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 18px;
  }
  #nav-toggle .nav-toggle-txt {
    font-size: 11px;
    text-align: center;
    padding-top: 24px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    display: inline-block;
  }
  #nav-toggle {
    z-index: 995;
  }
  #container {
    z-index: 900;
  }
  #gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
  }
  /* SP menu end */
}
