@charset "UTF-8";
/*
Theme Name: TERATOTERA
Theme URI: http://teratotera.jp/
Author: TERATOTERA
Author URI: http://teratotera.jp/
Description: Teratotera
Version: 1.0
*/
@import url(css/reset.css);
@import url(css/common.css);
@import url(css/sidebar.css);
@import url(css/slicknav.css);
@import url(css/slider-pro.min.css);
html {
  font-size: 62.5%; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 1.5;
  position: relative;
  color: #121212;
  background: #fff;
  border-top: 3px solid #121212;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal; }

#wrapper {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0; }
  @media only screen and (max-width: 1040px) {
    #wrapper {
      width: 700px;
      padding: inherit 10px; } }
  @media only screen and (max-width: 720px) {
    #wrapper {
      width: calc(100% - 20px);
      padding: inherit 10px; } }

.clearfix {
  display: block; }
  .clearfix:after, .clearfix:before {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  color: #121212;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

h5 {
  font-size: 24px;
  line-height: 45px; }

img {
  vertical-align: middle;
  max-width: 100%; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    color: #27ae60; }

p {
  margin: 0 0 24px; }

div, p, li {
  font-size: 1.3rem;
  line-height: 2; }

.wrapper {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  display: block; }
  .wrapper:after, .wrapper:before {
    display: table;
    content: ""; }
  .wrapper:after {
    clear: both; }

.contents {
  width: 640px;
  float: left; }

.logo {
  height: 34px;
  margin-top: 16px;
  width: 211px;
  margin-left: auto;
  padding: 0px;
  margin-right: auto; }

header h2 {
  width: 1040px;
  margin: 0 auto;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal; }
  @media only screen and (max-width: 1040px) {
    header h2 {
      width: 700px;
      padding: inherit 10px; } }
  @media only screen and (max-width: 720px) {
    header h2 {
      width: calc(100% - 20px);
      padding: inherit 10px; } }

.nav-global {
  border-bottom: 1px solid #000; }
  .nav-global ul {
    display: flex;
    width: 1040px;
    margin: 0 auto; }
    @media only screen and (max-width: 1040px) {
      .nav-global ul {
        width: 700px;
        padding: inherit 10px; } }
    @media only screen and (max-width: 720px) {
      .nav-global ul {
        width: calc(100% - 20px);
        padding: inherit 10px; } }
  .nav-global li {
    flex: 1;
    text-align: center;
    font-size: 1.4rem;
    box-sizing: border-box; }
    .nav-global li.is-selected a:after {
      bottom: 0px; }
  .nav-global a {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-decoration: none; }
    .nav-global a:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: -3px;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -ms-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
    .nav-global a:hover:after {
      bottom: 0px; }

.nav-home.is-selected a,
.nav-home a:hover {
  color: #000; }
.nav-home a:after {
  background-color: #000; }

.nav-event.is-selected a,
.nav-event a:hover {
  color: #fa214d; }
.nav-event a:after {
  background-color: #fa214d; }

.nav-about.is-selected a,
.nav-about a:hover {
  color: #8e44ad; }
.nav-about a:after {
  background-color: #8e44ad; }

.nav-column.is-selected a,
.nav-column a:hover {
  color: #f9a410; }
.nav-column a:after {
  background-color: #f9a410; }

.nav-archive.is-selected a,
.nav-archive a:hover {
  color: #00b2c0; }
.nav-archive a:after {
  background-color: #00b2c0; }

.nav-contact.is-selected a,
.nav-contact a:hover {
  color: #aaa; }
.nav-contact a:after {
  background-color: #aaa; }

.panel {
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px 0px;
  text-decoration: none; }

.panel-blank {
  background: none;
  box-shadow: none; }

.panel-image {
  position: relative;
  height: 210px;
  background-color: #ccc;
  margin-bottom: 15px;
  overflow: hidden; }
  .panel-image img {
    width: auto;
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.panel-image:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2.4rem;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: absolute;
  opacity: 0;
  content: "visibility";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 180px;
  font-size: 4.8rem;
  color: #ffffff; }

.panel-text {
  padding: 0 15px 40px 15px; }

.panel-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #787878;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: right; }
  .panel-date:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.4rem; }
  .panel-date:before {
    margin-right: 6px; }

.panel-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #343434;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.panel-category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 8em;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  padding: 3px 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

.panel-slug {
  color: #787878;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0; }

/* hover effect */
.panel:hover .panel-image:after {
  opacity: 1; }
.panel:hover .panel-image img {
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.panel-events .panel-image:after {
  background-color: rgba(250, 33, 77, 0.7); }
.panel-events .panel-category {
  background-color: #fa214d; }
.panel-events:hover .panel-title {
  color: #fa214d; }

.panel-column .panel-image:after {
  background-color: rgba(255, 164, 16, 0.7); }
.panel-column .panel-category {
  background-color: #f9a410; }
.panel-column:hover .panel-title {
  color: #f9a410; }

.panel-archive .panel-image:after {
  background-color: rgba(0, 178, 192, 0.7); }
.panel-archive .panel-category {
  background-color: #00b2c0; }
.panel-archive:hover .panel-title {
  color: #00b2c0; }

.btn {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  display: inline-block;
  background-color: #27ae60;
  color: #ffffff;
  text-decoration: none; }
  .btn:hover {
    background-color: #27ae60; }

.btn-outline {
  background: none;
  border: 1px solid #ffffff; }
  .btn-outline:hover {
    border: 1px solid #27ae60;
    background-color: #27ae60;
    color: #ffffff; }

.section-terakko {
  position: relative;
  height: 320px;
  overflow: hidden;
  text-align: center;
  color: #fff; }
  .section-terakko div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .section-terakko h1 {
    padding: 30px 0 10px 0;
    font-size: 2.8rem;
    font-weight: normal;
    color: #fff;
    position: relative; }
    .section-terakko h1:after {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 1px;
      bottom: 0px;
      left: 50%;
      margin-left: -15px;
      border-bottom: 1px solid #fff; }
  .section-terakko p {
    width: 1040px;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-top: 24px; }
    @media only screen and (max-width: 1040px) {
      .section-terakko p {
        width: 700px;
        padding: inherit 10px; } }
    @media only screen and (max-width: 720px) {
      .section-terakko p {
        width: calc(100% - 20px);
        padding: inherit 10px; } }
    @media only screen and (max-width: 1040px) {
      .section-terakko p br {
        display: none; } }
    @media only screen and (max-width: 720px) {
      .section-terakko p {
        text-align: left;
        font-size: 1.3rem; } }
  .section-terakko a {
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 1.6rem; }
  .section-terakko:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/index_terakko.jpg) center center no-repeat;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); }

.sidebar {
  display: block;
  width: 360px;
  float: right;
  border-left: solid 1px #333;
  padding-left: 40px;
  box-sizing: border-box; }

.sidebar_set {
  letter-spacing: 0;
  margin-bottom: 40px; }

.sidebar_name {
  font-size: 0.9em;
  color: #fff;
  background-color: #000;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 3px; }

.sidebar_set li {
  font-size: 0.95em;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 10px 0 20px; }

.sidebar_set li a:hover {
  text-decoration: underline; }

.widget-fb {
  height: 500px; }

footer {
  display: block;
  position: relative; }
  footer:after, footer:before {
    display: table;
    content: ""; }
  footer:after {
    clear: both; }

.footer-wrap {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0; }
  @media only screen and (max-width: 1040px) {
    .footer-wrap {
      width: 700px;
      padding: inherit 10px; } }
  @media only screen and (max-width: 720px) {
    .footer-wrap {
      width: calc(100% - 20px);
      padding: inherit 10px; } }
  @media only screen and (max-width: 720px) {
    .footer-wrap {
      display: block; } }

.footer-sns {
  font-size: 3.2rem;
  margin: 0 30px 0 0;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .footer-sns a {
    display: inline-block;
    color: #787878;
    width: 3.2rem;
    text-align: center;
    text-decoration: none; }

.footer-sns-fb a:hover {
  color: #3c5599; }

.footer-sns-tw a:hover {
  color: #1da1f2; }

.footer-act {
  display: block;
  border-left: 1px dotted #121212;
  margin: 0;
  padding-left: 20px; }
  .footer-act img {
    max-width: 46px;
    height: auto; }
  @media only screen and (max-width: 720px) {
    .footer-act {
      display: none; } }

.footer-copy {
  font-size: 1.2rem;
  color: #fff;
  background-color: #121212;
  text-align: center;
  margin: 0;
  padding: 10px 0 15px 0; }

#wrapper.page-index {
  width: 100%;
  background-color: #f4f4f4; }
  #wrapper.page-index .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto; }
    @media only screen and (max-width: 1040px) {
      #wrapper.page-index .grid {
        width: 700px;
        padding: inherit 10px; } }
    @media only screen and (max-width: 720px) {
      #wrapper.page-index .grid {
        width: calc(100% - 20px);
        padding: inherit 10px; } }
  #wrapper.page-index .panel {
    width: 320px;
    margin: 12px 0; }
    @media only screen and (max-width: 1040px) {
      #wrapper.page-index .panel {
        width: 48%; } }
    @media only screen and (max-width: 720px) {
      #wrapper.page-index .panel {
        width: 100%; } }
  #wrapper.page-index .swiper-container {
    width: 1040px;
    height: 650px;
    border: 1px solid #f00; }

#wrapper.page-about .about-block {
  display: flex;
  margin: 30px 0 60px 0; }
  #wrapper.page-about .about-block:nth-child(1) img {
    margin-top: 20px; }
  #wrapper.page-about .about-block:nth-child(2) img {
    margin-top: 20px; }
  @media only screen and (max-width: 720px) {
    #wrapper.page-about .about-block {
      display: block; } }
#wrapper.page-about .about-title {
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  position: relative; }
  #wrapper.page-about .about-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-bottom: 1px solid #8e44ad;
    width: 100px; }
#wrapper.page-about .about-img {
  width: 240px;
  text-align: center;
  margin-right: 30px; }
  #wrapper.page-about .about-img img {
    width: auto;
    height: auto; }
  @media only screen and (max-width: 720px) {
    #wrapper.page-about .about-img {
      text-align: center;
      width: 100%; } }
#wrapper.page-about .about-text {
  width: calc(100% - 300px); }
  @media only screen and (max-width: 720px) {
    #wrapper.page-about .about-text {
      margin-top: 40px;
      width: 100%; } }

#wrapper.page-single {
  display: block; }
  #wrapper.page-single:after, #wrapper.page-single:before {
    display: table;
    content: ""; }
  #wrapper.page-single:after {
    clear: both; }

.event-content {
  width: 640px;
  float: left; }
  .event-content .event-mainimg {
    margin: 0 0 40px 0; }
  .event-content h1 {
    margin: 0 0 20px 0;
    font-size: 2.4rem;
    font-weight: normal; }
  .event-content .event-summary {
    border: 1px solid #ccc;
    margin: 40px 0;
    background-color: #f6f6f8; }
    .event-content .event-summary h2 {
      font-size: 1.8rem;
      font-weight: normal;
      padding: 10px 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; }
    .event-content .event-summary div {
      padding: 0 30px 30px 30px;
      line-height: 1.8; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.acf-map img {
  max-width: inherit !important; }

#wrapper.page-archive h2 {
  margin: 160px 0;
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center; }
