@charset "UTF-8";
/*!
Theme Name: usafesta_2020
Theme URI: http://underscores.me/
Author: ICDL
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: usafesta_2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

usafesta_2019 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
html {
  font-family: "Noto Sans Japanese", "Hiragino Sans", ヒラギノ角ゴシック, "Open Sans", YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.6;
  letter-spacing: 2px;
  color: #333333;
  background: url(assets/img/bg.jpg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
}

table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.d_fl {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header {
  position: relative;
  background: url(assets/img/h_full_bg.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  overflow: hidden;
  /*	background: radial-gradient( #a9d8ef, #3071b9);
  	background: radial-gradient( #a9d8ef 0%, #3071b9 100%);*/
}

header p.line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #c7000b;
  z-index: 2;
}

.hd_or {
  position: relative;
  padding: 10px 0 20px;
  z-index: 5;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.hd_inner_l {
  width: calc(100% - 300px);
  /*width: 75%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_inner_l .logoarea {
  width: 100%;
  position: relative;
  max-width: 400px;
  position: relative;
}
.hd_inner_l .logoarea:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 75px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  margin: 0 auto;
  width: 350px;
  height: 150px;
  background: url(assets/img/bg_pattern.svg) no-repeat -20% center;
  background-size: contain;
  z-index: 1;
}

.hd_inner_l .h-fig {
  margin-right: 10px;
}

.hd_inner_l .sub-text {
  margin-bottom: 0.3em;
  color: #333;
  font-weight: bold;
  z-index: 5;
}

.hd_inner_l p.s-logo {
  max-width: 200px;
}

.hd_inner_l h1 {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin: 0 auto 10px 0;
  z-index: 5;
}

.hd_inner > .d_fl {
  /*align-items: center;*/
}

.hd_date {
  max-width: 265px;
  width: 100%;
  margin-left: auto;
  z-index: 2;
}

.pc_nav {
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.sparea span {
  display: inline-block;
}

.pc_nav_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pc_nav_inner .menu {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pc_nav_inner .menu > li {
  text-align: center;
  width: 16.66%;
  padding-bottom: 0.8em;
  border-left: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.pc_nav_inner .menu > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  font-weight: 500;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.pc_nav_inner .menu > li:nth-child(6), .pc_nav_inner .menu > li:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #cccccc;
}

.pc_nav_inner .menu > li:nth-child(6) .pc_nav_item_img, .pc_nav_inner .menu > li:nth-child(5) .pc_nav_item_img {
  max-width: 54px;
}

.pc_nav_inner .menu > li:nth-child(4) .pc_nav_item_img {
  max-width: 60px;
}

#nav-06 .pc_nav_item_img {
  width: 50px;
}

.pc_nav_item_img {
  max-width: 80px;
  /*width: 80%;*/
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 13px auto;
}

.pc_nav_item_img img {
  width: auto;
}

.pc_nav_item_txt {
  font-size: 13px;
  text-align: center;
  margin: 0 0 4px;
  font-weight: 500;
  line-height: 1.1;
}

.pc_nav_item_txt span {
  display: block;
  font-size: 15px;
  text-align: center;
  margin: 0px 0 5px;
  font-weight: 500;
}

.pc_nav_inner .menu > li:nth-child(1) {
  border-bottom: 4px solid #c7000b;
}

.pc_nav_inner .menu > li:nth-child(2) {
  border-bottom: 4px solid #ea562f;
}

.pc_nav_inner .menu > li:nth-child(3) {
  border-bottom: 4px solid #007d3f;
}

.pc_nav_inner .menu > li:nth-child(4) {
  border-bottom: 4px solid #073c93;
}

.pc_nav_inner .menu > li:nth-child(5) {
  border-bottom: 4px solid #a12162;
}

.pc_nav_inner .menu > li:nth-child(6) {
  border-bottom: 4px solid #231815;
  border-left: none;
}

.mv {
  background-color: #fff;
}

.mv_inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* slick
---------------------------------------------------------------------------- */
.slick-slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slick-slide:not(.slick-current) {
  opacity: 0.5;
}

.slick-prev {
  z-index: 50;
}

.slick-next {
  z-index: 50;
}

.slick-slide focus, .slick-slide a {
  outline: none;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  right: 50px !important;
}

.slick-prev {
  left: 50px !important;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-dots {
  position: absolute;
  bottom: 15px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #e85472 !important;
  -webkit-font-smoothing: antialiased;
}

/* news
---------------------------------------------------------------------------- */
.news_latest {
  background-color: #fff;
  padding: 20px 0;
}

.news_latest_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0px auto 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.news_latest_inner .date {
  font-size: 12px;
  display: inline-block;
  color: #888;
  margin-right: 20px;
}

.news_latest_inner h2 {
  display: inline-block;
}

.news_latest_inner h2 a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.news_latest_inner h2 a:hover {
  opacity: 0.6;
}

/* b_nav
---------------------------------------------------------------------------- */
.b_nav_left {
  width: 100%;
}

.b_nav_left_inner > ul > li {
  border: 10px solid red;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.b_nav_left_inner > ul > li:hover, .b_nav_right_inner ul li:hover, .news ul li:hover, .link_btn_01 a:hover, .top_event_inner ul li:hover, .link_bnr_inner ul li:hover, #footer a:hover {
  opacity: 0.7;
}

.b_nav_left_inner > ul > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.b_nav_left_inner > ul > li:nth-child(1) {
  background: linear-gradient(45deg, rgba(126, 173, 104, 0.7), rgba(126, 173, 104, 0.7)), url(assets/img/b_nav_left_or_bg_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(2) {
  background: linear-gradient(45deg, rgba(230, 187, 128, 0.7), rgba(230, 187, 128, 0.7)), url(assets/img/b_nav_left_or_bg_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(3) {
  background: linear-gradient(45deg, rgba(128, 114, 85, 0.7), rgba(128, 114, 85, 0.7)), url(assets/img/b_nav_left_or_bg_04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(4) {
  background: linear-gradient(45deg, rgba(95, 152, 177, 0.7), rgba(95, 152, 177, 0.7)), url(assets/img/b_nav_left_or_bg_05.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(5) {
  background: linear-gradient(45deg, rgba(173, 204, 213, 0.7), rgba(173, 204, 213, 0.7)), url(assets/img/b_nav_left_or_bg_07.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(6) {
  background: linear-gradient(45deg, rgba(121, 158, 168, 0.7), rgba(121, 158, 168, 0.7)), url(assets/img/b_nav_left_or_bg_06.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(7) {
  background: linear-gradient(45deg, rgba(213, 115, 127, 0.7), rgba(213, 115, 127, 0.7)), url(assets/img/b_nav_left_or_bg_08.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_nav_left_inner > ul > li:nth-child(8) {
  background: linear-gradient(45deg, rgba(201, 204, 136, 0.7), rgba(201, 204, 136, 0.7)), url(assets/img/b_nav_left_or_bg_09.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.b_nav_left_img {
  max-width: 40px;
  width: 40%;
  margin: 0 auto;
}

.b_nav_left_inner > ul > li:nth-child(2) .b_nav_left_img {
  max-width: 30px;
  width: 40%;
}

.b_nav_left_inner > ul > li:nth-child(5) .b_nav_left_img {
  width: 50%;
}

.b_nav_right {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, rgba(246, 135, 211, 0.7), rgba(255, 82, 98, 0.7)), url(assets/img/b_nav_right_bg.jpg);
}

.b_nav_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b_nav_right_inner ul li {
  width: 48%;
  margin: 1%;
  text-align: center;
  color: #e85472;
  font-size: 17px;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #e85472;
}

.b_nav_right_inner ul li:last-child {
  width: 98%;
  margin: 1%;
  background-color: #ffb400;
  color: #fff;
  border: none;
}

.b_nav_right_inner ul li img {
  display: inline-block;
  height: 25px;
  margin: 0 auto;
  width: auto;
}

.b_nav_right_inner ul li p {
  display: inline-block;
  line-height: 1.5;
}

.b_nav_left_txt {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.b_nav_left_txt span {
  font-size: 13px;
}

/*mainlist
---------------------------------------------------------------------------- */
.mainlist {
  margin: 0 auto 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainlist a {
  position: relative;
  display: block;
  width: 25%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mainlist a:hover {
  text-decoration: none;
}

.mainlist a.list h2 {
  padding: 0.5em 0;
  height: 81px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}

.mainlist a.list h2 span {
  display: block;
  font-size: 0.8em;
}

.mainlist a.list .photoarea {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 180px;
}

.mainlist a.list .photoarea p {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainlist a.list .photoarea:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.mainlist a.list .photoarea:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mainlist a.list .photoarea p {
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  width: 30%;
  max-width: 97px;
}

/*maker*/
.mainlist #maker {
  border: 2px solid #db5886;
}

.mainlist #maker h2 {
  background: #db5886;
}

.mainlist #maker .photoarea:after {
  background: url(assets/img/bg_maker.jpg) no-repeat center center;
  background-size: cover;
}

.mainlist #maker p.fig {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  max-width: 155px !important;
}

/*artist*/
.mainlist #artist {
  border: 2px solid #3c9792;
}

.mainlist #artist h2 {
  background: #3c9792;
}

.mainlist #artist .photoarea:after {
  background: url(assets/img/bg_artist.jpg) no-repeat center center;
  background-size: cover;
}

.mainlist #artist p.fig {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68%;
  max-width: 200px !important;
}

/*ticket*/
.mainlist #ticket {
  border: 2px solid #64a3d9;
}

.mainlist #ticket h2 {
  background: #64a3d9;
}

.mainlist #ticket .photoarea p {
  max-width: 104px;
}

/*.mainlist a.list .photoarea p.icon{
	margin-left:5px !important;
	text-align:left !important;
	padding:1.5em 0;
	width:30%;
	max-width:97px;
}*/
/*.mainlist #ticket p.fig{
	position: absolute;
	right:5px;
	bottom:0;
	width:60%;
	max-width:109px !important;
}*/
.mainlist #ticket .photoarea:after {
  background: url(assets/img/bg_ticket.jpg) no-repeat center center;
  background-size: cover;
}

/*access*/
.mainlist #access {
  border: 2px solid #91ab3d;
}

.mainlist #access h2 {
  background: #91ab3d;
}

.mainlist #access .photoarea:after {
  background: url(assets/img/bg_access.jpg) no-repeat center center;
  background-size: cover;
}

.mainlist #access p.fig {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  max-width: 190px !important;
}

/*photocontest*/
.mainlist #photocontest {
  border: 2px solid #605493;
}

.mainlist #photocontest h2 {
  background: #605493;
}

.mainlist #photocontest .photoarea:after {
  background: url(assets/img/bg_contest.jpg) no-repeat center center;
  background-size: cover;
}

/*seminar*/
.mainlist #seminar {
  border: 2px solid #e67361;
}

.mainlist #seminar h2 {
  background: #e67361;
}

.mainlist #seminar .photoarea:after {
  background: url(assets/img/bg_seminar.jpg) no-repeat center center;
  background-size: cover;
}

/*shop*/
.mainlist #shop {
  border: 2px solid #db5886;
}

.mainlist #shop h2 {
  background: #db5886;
}

.mainlist #shop h2 em {
  display: block;
}

.mainlist #shop .photoarea:after {
  background: url(assets/img/bg_shop.jpg) no-repeat center center;
  background-size: cover;
}

/*voice*/
.mainlist #voice {
  border: 2px solid #fdd118;
}

.mainlist #voice h2 {
  background: #fdd118;
}

.mainlist #voice .photoarea:after {
  background: url(assets/img/bg_voice.jpg) no-repeat center center;
  background-size: cover;
}

/* bn-area
---------------------------------------------------------------------------- */
.bn-area {
  margin: 0 auto 1.5em;
  padding: 3em 0;
}
.bn-area ul {
  margin: 0 auto;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bn-area ul li {
  width: 15%;
}
.bn-area ul li:nth-child(2), .bn-area ul li:nth-child(4), .bn-area ul li:nth-child(6) {
  margin-top: 30px;
}

/* news
---------------------------------------------------------------------------- */
.news {
  padding: 3em 0;
  margin: 0 auto;
  background: #fff;
}

.news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news li {
  margin: 0 1% 1.5em;
  width: 31.3%;
}

.news li a {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 0px 4px #d3d3d3;
  box-shadow: 0px 0px 4px #d3d3d3;
  border-radius: 10px;
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news li a:hover {
  text-decoration: none;
}

.news li .newsbox {
  padding: 1.5em 1em 2em;
  border: 1px solid #c7000b;
  border-radius: 10px;
  background: #fff;
  /*	background:#fff url("./assets/img/news_bg.png") 0 bottom repeat-x;
  */
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 11px solid #c7000b;
}

.news li .newsbox .photo {
  width: 100%;
  overflow: hidden;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news li .newsbox .day {
  margin: 0 auto 0.5em;
  font-size: 0.7em;
  color: #7c7c7c;
}

.news li .newsbox h3 {
  margin: 0 auto 0.5em;
  font-weight: bold;
  font-size: 0.9em;
}

.news li .newsbox .text {
  font-size: 0.8em;
}

/* sec_ttl
---------------------------------------------------------------------------- */
.sec_ttl_01 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.sec_ttl_01 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #c7000b;
}

.sec_ttl_01 h2 span {
  color: #c7000b;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.link_btn_01 {
  text-align: center;
}

.link_btn_01 a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #c7000b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  max-width: 300px;
  width: 70%;
  margin: 20px auto;
}

.link_btn_01 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.top_event_or {
  position: relative;
  background: #fdf0f2;
  padding: 3em 0;
}

.top_event_or::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 732px;
  height: 278px;
  background: url("./assets/img/bg_event.png") no-repeat 0 100%;
  background-size: contain;
}

.top_event_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.top_event_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: center;
  flex-wrap: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_event_inner ul li {
  width: 18%;
  margin: 1%;
  /*flex-wrap: wrap;*/
}

/*.top_event_inner .sec_ttl_01 h2{
	color: #fff!important;
}*/
.link_bnr {
  padding: 20px 0 40px;
}

.link_bnr_inner ul {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link_bnr_inner ul li {
  width: 48%;
  margin: 1%;
}

/* attention
---------------------------------------------------------------------------- */
.attention {
  background-color: #F0831E;
  overflow: hidden;
}

.attention_or {
  background-image: url(assets/img/sa_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 40px 0;
}

.attention_inner h2 {
  color: #fff !important;
}

.attention_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.attention_dis {
  background-color: #fff;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.attention_dis p {
  font-size: 17px;
  line-height: 1.6;
}

.left_l {
  width: 90px;
  bottom: 0;
  left: -30px;
  position: absolute;
}

.left_r {
  width: 90px;
  bottom: 0;
  right: -30px;
  position: absolute;
}

.ft_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.ft_l {
  width: 68%;
  margin-right: 1em;
  /*padding: 10px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ft_l .bg_f {
  padding: 1em;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}

.ft_r {
  width: 28%;
}

#footer .ft {
  position: relative;
  padding: 2em 0;
  color: #fff;
  border-top: 10px solid #c7000b;
  background: #e6e1d5;
  /*	background: #d5e2ef;*/
  overflow: hidden;
  z-index: 3;
}
#footer .ft:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(assets/img/ft_bg.png);
  background: cover;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.3;
}
#footer #sakuraCanvas {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#footer .ft_inner {
  position: relative;
  z-index: 4;
}

#footer .ft::before, #footer .ft::after {
  content: "";
  position: absolute;
}

#footer .n-event-menu {
  position: relative;
}

#footer .n-event-menu .n-event {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#footer .n-event-menu .n-event span {
  display: inline-block;
  padding: 0.5em 0.8em;
  color: #e60012;
  border: 3px solid #e60012;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: bold;
}

.ft_inner {
  z-index: 5;
}

.ft_l > ul > li {
  width: 31.3%;
  margin: 1%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.ft_l > ul > li h2 {
  color: #c7000b;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7000b;
}

.ft_l > ul > li h2 span.mr-s {
  font-size: 17px;
  color: #c7000b;
  margin-right: 3px;
  font-weight: bold;
}

.ft_l > ul > li h2 span {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #c7000b;
  /*margin-top: 5px;*/
  /*margin-left:5px;*/
}

.ft_l > ul > li > ul > li {
  margin-bottom: 10px;
  line-height: 17px;
}

.ft_l > ul > li > ul > li a {
  font-size: 11px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
}

.ft_l .d_fl li#program-in {
  padding-bottom: 1em;
  /*	border-bottom:1px dotted #2d4da0;*/
}

.ft_l .d_fl li#program-in span {
  font-size: 0.9em;
  font-weight: bold;
}

.ft_r_inner {
  background-color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #c7000b;
  text-align: center;
}

.ft_r_inner h2 {
  width: 70%;
  margin: 0 auto;
}

.ft_r_inner h3 {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin: 10px 0;
}

.ft_r_inner ul li {
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #c7000b;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.ft_r_inner ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.ft_r_inner ul li a i {
  position: absolute;
  left: 16px;
  font-size: 11px;
  top: 16px;
}

.of_link {
  /*	max-width: 338px;*/
  width: 100%;
  margin: 20px auto 20px auto;
}

.of_link img {
  width: auto;
  max-width: 100%;
}

.ft_copy {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: #e9eed8;
}

.ft_copy small {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
  color: #65544d;
}

.menu > li a {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  /*    padding: 20px 10px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu > li:hover {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li {
  border-bottom: dotted 1px #5e350f;
  padding: 10px 0;
}

.pc_nav_inner .menu > li:nth-child(1) .menu__second-level li {
  border-bottom: dotted 1px #f6c2cc;
  padding: 10px 0;
}

.pc_nav_inner .menu > li:nth-child(2) .menu__second-level li {
  border-bottom: dotted 1px #d4e7b5;
  padding: 10px 0;
}

.pc_nav_inner .menu > li:nth-child(3) .menu__second-level li {
  border-bottom: dotted 1px #fee88c;
  padding: 10px 0;
}

.pc_nav_inner .menu > li:nth-child(4) .menu__second-level li {
  border-bottom: dotted 1px #b3caa9;
  padding: 10px 0;
}

.pc_nav_inner .menu > li:nth-child(5) .menu__second-level li {
  border-bottom: dotted 1px #c0a9ca;
  padding: 10px 0;
}

.pc_nav_inner .menu > li:nth-child(6) .menu__second-level li {
  border-bottom: dotted 1px #e49d9d;
  padding: 10px 0;
}

.pc_nav_inner .menu > li .menu__second-level li:last-child {
  border-bottom: none;
  padding: 10px 0;
}

.menu__second-level li#program-in {
  border-bottom: 1px solid #46531d;
}

.menu__second-level li#program-in span {
  padding: 10px 0;
  display: block;
  font-size: 0.8em;
  background: #b4c67a;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 110px !important;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*li.menu__single:nth-child(4):hover ul.menu__second-level {
    top: 109px !important;

}*/
.menu__second-level:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fde7d1 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

li.menu__single:hover ul.menu__second-level {
  top: 133px !important;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__single .n-event {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.menu__single .n-event span {
  padding: 0.5em 0.8em;
  color: #e60012;
  border: 3px solid #e60012;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: bold;
}

.menu__single.n-event-tab .menu__second-level {
  display: none !important;
}

.menu__single.n-event-tab a.slicknav_item {
  text-indent: 0px !important;
}

.pc_nav_inner .menu > li:nth-child(1) .menu__second-level:after {
  border-color: #c7000b transparent transparent transparent;
}

.pc_nav_inner .menu > li:nth-child(2) .menu__second-level:after {
  border-color: #ea562f transparent transparent transparent;
}

.pc_nav_inner .menu > li:nth-child(3) .menu__second-level:after {
  border-color: #007d3f transparent transparent transparent;
}

.pc_nav_inner .menu > li:nth-child(4) .menu__second-level:after {
  border-color: #073c93 transparent transparent transparent;
}

.pc_nav_inner .menu > li:nth-child(5) .menu__second-level:after {
  border-color: #a12162 transparent transparent transparent;
}

.pc_nav_inner .menu > li:nth-child(6) .menu__second-level:after {
  border-color: #231815 transparent transparent transparent;
}

.b_nav_right_inner ul li:last-child p {
  font-size: 20px;
}

.b_nav_right_inner ul li:last-child p span {
  display: block;
  font-size: 13px;
}

.sub_wrapper {
  background-color: #fff;
  padding: 20px 0 40px;
}

.sub_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumbs {
  margin: 20px 0 40px;
  font-size: 13px;
}

.breadcrumbs a {
  font-size: 13px;
  color: #333;
  text-decoration: underline;
}

.post_content p {
  font-size: 15px;
  margin: 5px 0 20px;
  line-height: 1.6;
}

.post_content p a {
  display: block;
  color: #333;
  text-decoration: underline;
}

.post_content h2 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e85472;
  padding-bottom: 10px;
}

.post_content time {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #e85472;
}

.post_content p img {
  width: 50%;
  margin: 10px auto 10px 0;
  display: inline-block;
}

.p_nav {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_nav a {
  font-size: 13px;
  text-decoration: underline;
  color: #666666;
}

.n_arh li {
  width: 31.3%;
  margin: 1%;
  position: relative;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.n_arh li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.sub_page_ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin: 10px 0 20px;
}

.subpage_inner {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
}

.sub_page_ttl {
  padding: 0 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_page_ttl h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.area_cate {
  margin: 0 auto 20px;
  font-weight: 500;
}

.area_cate h2 {
  display: inline-block;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area_cate h3 {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #e95472;
  border-radius: 20px;
  color: #e95472;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area_time {
  margin-bottom: 15px;
}

.area_time p {
  display: inline-block;
  padding: 10px;
  background-color: #e85472;
  color: #fff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.sub_page_content_01 .dis {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.sub_page_content_01 > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 3px dotted #86a372;
  margin-bottom: 10px;
}

.sub_page_content_01 > p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.c2_73_left {
  width: 70%;
  padding: 30px 30px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.c2_73_right {
  width: 30%;
  background-image: url(assets/img/p8_bg_01.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.c2_73 {
  margin: 30px 0;
}

.c2_73_left ul li {
  margin-bottom: 10px;
}

.c2_73_left ul li .bg_b {
  display: inline-block;
  padding: 5px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.strong_txt {
  font-weight: bold;
  font-size: 15px;
}

.c2_73_attention {
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #000;
  margin-top: 10px;
  text-align: center;
}

.content_img {
  width: auto;
  margin: 30px auto;
  display: block;
  text-align: center;
}

.content_img img {
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  display: inline-block;
  text-align: center;
}

.c2_55_left {
  width: 50%;
  padding: 30px 30px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.ph_c2_55_right {
  width: 50%;
  background-image: url(assets/img/p9_bg_01.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.c2_55_left h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c2_55_left > p {
  font-size: 13px;
  margin-bottom: 20px;
}

.c2_55_left ol li {
  text-indent: -1em;
  padding-left: 2em;
  margin-bottom: 5px;
}

.ph_c2_55_right > h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

.sub_page_content_01_img {
  margin: 20px 0;
}

.sub_page_content_01 > h4 {
  font-size: 17px;
  font-weight: bold;
  color: #e85472;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.sub_page_content_01 > p > span {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
}

.p10_tbl {
  margin: 30px 0;
  font-size: 13px;
  line-height: 1.6;
}

.p10_tbl table th {
  text-align: center;
  padding: 10px;
  vertical-align: top;
  font-size: 13px;
}

.p10_tbl table th {
  background-color: #000;
  color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.p10_tbl table td {
  width: 80%;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.p10_tbl table td h3 {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.p10_tbl table td ol {
  padding: 10px;
  background-color: #d5e3ce;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px dotted #86a372;
  margin: 10px 0;
}

.uc_c2_55_left {
  background-image: url(assets/img/p11_bg_01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.uc_c2_55_right {
  width: 50%;
  padding: 30px 30px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.uc_img {
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
}

.small {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ul_c2_73_left {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.ul_c2_73_right {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
}

.ul_c2_73_left span {
  display: inline-block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  margin: 10px 10px 10px 0;
}

.ul_c2_73_right p {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.w100 {
  width: 100%;
}

.igawa_img ul li {
  width: 48%;
  margin: 1%;
}

.igawa_prof_txt {
  width: 80%;
  padding: 20px 40px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.igawa_prof_img {
  width: 20%;
}

.igawa_prof_txt h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.igawa_prof_txt p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.price_list > ul > li {
  width: 31.3%;
  margin: 1%;
}

.price_list > ul > li p {
  display: block;
  background-color: #f3e1aa;
  font-size: 13px;
  text-align: right;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price_list > ul > li h4 {
  margin: 5px 0;
  background-color: #d3a12a;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.price_list > ul > li ul {
  background-color: #f3e1aa;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price_list > ul > li ul li {
  display: block;
  font-size: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yasuda_prof_inner_l {
  width: 80%;
  padding: 20px 30px 20px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yasuda_prof_dis {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yasuda_prof_inner_l h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.yasuda_prof_inner_r {
  width: 20%;
}

.yasuda_prof_inner_l p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.yasuda_prof_img {
  border: 2px solid #e95472;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yasuda_prof_name {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
}

.yasuda_prof_info {
  margin: 10px 0 40px;
}

.yasuda_prof_info h2 {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  margin-bottom: 10px;
}

.yasuda_prof_info h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.yasuda_prof_info p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.yasuda_prof_info p a {
  margin-left: 20px;
}

.yasuda_sch_ttl_l {
  text-align: left;
  margin-bottom: 10px;
}

.yasuda_sch_ttl_l p {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e95472;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  display: inline-block;
}

.yasuda_sch_ttl_r p {
  font-size: 15px;
  margin-bottom: 5px;
}

.yasuda_sch_ttl_r h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0;
  border-bottom: 3px solid #000;
}

.yasuda_sch_ttl_r h2 span {
  font-size: 15px;
  display: block;
  font-weight: bold;
  line-height: 1.6;
}

.yasuda_sch_dis_l {
  margin: 10px 0;
  width: 85%;
  padding: 0px 20px 0px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yasuda_sch_dis_l p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.yasuda_sch_dis_r {
  width: 15%;
  position: relative;
  top: -100px;
}

.yasuda_sch_price {
  margin-bottom: 30px;
}

.yasuda_sch_price h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.yasuda_sch_price tr th {
  background-color: #000;
  color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.yasuda_sch_price tr td {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.yasuda_sch_dis_l h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.yasuda_flow_inner {
  margin: 30px 0;
}

.yasuda_flow_inner h3 {
  background-color: #000;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.yasuda_flow_inner p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.maker_pre .c2_73_left {
  width: 50%;
  padding: 0px 30px 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}

.maker_pre .c2_73_left h3 {
  background-color: #000;
  color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.maker_pre .c2_73_left ul {
  margin: 10px 0;
}

.maker_pre .c2_73_left ul li {
  margin-bottom: 5px;
}

.maker_pre .c2_73_right {
  width: 50%;
  background-image: url(assets/img/maker_pre_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.maker_list {
  margin: 40px 0;
}

.maker_list ul li {
  width: 23%;
  margin: 1%;
}

.maker_list ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event_area_school_list > ul > li {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e95472;
}

.tevent_area_school_teacher span {
  display: inline-block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #e95472;
  margin-right: 10px;
}

.tevent_area_school_teacher {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.tevent_area_school_date {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.event_area_school_list_content > h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.event_area_school_list_dis_01 .event_area_school_list_dis_l {
  width: 70%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_area_school_list_dis_l > p {
  font-size: 14px;
  line-height: 1.6;
}

.event_area_school_list_dis_01 .event_area_school_list_dis_r {
  width: 30%;
}

.event_area_school_list_dis_01 .event_area_school_list_dis_r ul li {
  width: 48%;
  margin: 1%;
}

.event_area_school_name {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}

.event_area_school_list_prof {
  margin: 10px 0;
}

.event_area_school_list_prof h2 {
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  margin-bottom: 10px;
  display: inline-block;
}

.event_area_school_list_prof_01 ul li {
  width: 48%;
  margin: 0 1%;
}

.event_area_school_list_prof_01 ul li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}

.event_area_school_list_prof_01 ul li p {
  font-size: 13px;
  line-height: 1.6;
}

.event_area_school_list_dis_02 .event_area_school_list_dis_l {
  width: 85%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_area_school_list_dis_02 .event_area_school_list_dis_r {
  width: 15%;
}

.event_area_school_list_dis_02 .event_area_school_list_dis_r ul li {
  width: 98%;
  margin: 1%;
}

.event_area_school_list_prof_02 > ul > li:nth-child(1) {
  width: 30%;
}

.event_area_school_list_prof_02 > ul > li:nth-child(2) {
  width: 70%;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_area_school_list_prof_02 > ul > li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}

.event_area_school_list_prof_02 > ul > li p {
  font-size: 13px;
  line-height: 1.6;
}

.event_area_school_list_prof_02 > ul > li ul {
  margin: 10px 0;
}

.event_area_school_list_prof_02 ul li ul li {
  font-size: 14px;
  line-height: 1.6;
}

.event_area_school_list_prof_03 > ul > li {
  width: 100%;
}

.event_area_school_list_prof_03 > ul > li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}

.event_area_school_list_prof_03 > ul > li p {
  font-size: 13px;
  line-height: 1.6;
}

.event_area_school_list_prof_03 > ul > li ul {
  margin: 10px 0;
}

.event_area_school_list_prof_03 ul li ul li {
  font-size: 14px;
  line-height: 1.6;
}

.event_area_school_list_prof h3 span {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}

.dis_w50_l {
  width: 60%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dis_w50_r {
  background-image: url(assets/img/maker_booth_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
}

.dis_w50_l > p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.dis_w50 {
  margin-bottom: 30px;
}

.sub_page_content_01 > h3 span {
  display: inline-block;
  font-size: 15px;
  margin-left: 20px;
}

.booth_attention {
  text-align: right;
  font-weight: bold;
  color: #e95472;
}

.booth_list > ul > li {
  width: 48%;
  margin: 1%;
}

.booth_list_item {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px dotted #86a372;
  border-radius: 20px;
  padding: 20px;
}

.booth_list_item_num {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 1.7;
  border-radius: 40px;
  background-color: #c4c96d;
  border: 2px solid #86a372;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -15px;
  right: -15px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}

.booth_list_item_w50_l {
  width: 70%;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.booth_list_item_w50_r {
  width: 30%;
}

.booth_list_item_dis {
  font-size: 13px;
  line-height: 1.6;
  margin: 20px 0;
}

.booth_list_item_logo {
  width: 80%;
  margin: 0 auto;
}

.purebred_variety .dis_w50_l {
  width: 70%;
}

.purebred_variety .dis_w50_r {
  background-image: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30%;
}

.tail_shopping .dis_w50_l {
  width: 60%;
}

.tail_shopping .dis_w50_r {
  background-image: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rabbit_tail .content_img img {
  max-width: 700px;
  width: 100%;
  margin: 0px auto 0;
  display: inline-block;
  text-align: center;
}

.rabbit_tail .content_img {
  width: auto;
  margin: 5px auto 10px;
  display: block;
  text-align: center;
}

.rabbit_tail_w50 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rabbit_tail_w50_l {
  width: 50%;
}

.rabbit_tail_w50_r {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rabbit_tail_w50_r_ttl {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 10px;
}

.rabbit_tail_w50_r ul li {
  font-size: 13px;
  margin-bottom: 5px;
}

.rabbit_tail_w50_r p {
  font-size: 13px;
  line-height: 1.6;
}

.rabbit_tail .sub_page_content_01 > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 3px dotted #86a372;
  margin-bottom: 10px;
  margin-top: 30px;
}

.rabbit_tail_w50_r_dis span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.dis_w50_l ul {
  list-style-type: disc;
}

.dis_w50_l ul li {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.writer_booth_list li {
  width: 48%;
  margin: 1%;
}

.writer_booth_list_item {
  position: relative;
}

.writer_num {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 1.7;
  border-radius: 40px;
  background-color: #e95472;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -10px;
  left: -5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}

.writer_url {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e95472;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.writer_main_l {
  width: 80%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.writer_main_l h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.writer_main_l p {
  font-size: 13px;
  line-height: 1.6;
}

.writer_main_r {
  width: 20%;
  font-size: 0;
  letter-spacing: -2px;
  text-align: center;
}

.writer_main_r img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.sub_page_content_01_list {
  list-style-type: disc;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_page_content_01_list li {
  font-size: 13px;
  line-height: 1.7;
}

.mt_30 {
  margin-top: 30px;
}

.ticket_plan li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}

.ticket_plan li p {
  font-size: 13px;
  line-height: 1.6;
}

.ticket_plan li {
  margin: 0px 1% 20px;
  width: 48%;
}

.ticket_plan li:nth-child(1) {
  width: 98%;
}

.ticket_plan li p span {
  color: #e95472;
}

.ticket_pre {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ticket_pre li {
  width: 38%;
  margin: 1%;
}

.takarakuji {
  margin: 30px 0;
}

.takarakuji > .takarakuji_img {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 30px;
}

.takarakuji_use {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 3px dotted #86a372;
  margin-bottom: 10px;
}

.takarakuji_flow_l {
  width: 60%;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.takarakuji_flow_r {
  width: 40%;
}

.takarakuji_flow {
  margin: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.takarakuji_flow_l ul li {
  margin-bottom: 20px;
}

.takarakuji_flow_l ul li h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.takarakuji_flow_l ul li p {
  font-size: 14px;
  line-height: 1.6;
}

/* フッター
---------------------------------------------------------------------------- */
.ft {
  padding-bottom: 40px;
}

.ft_ad {
  max-width: 1000px;
  width: 90%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ft_logo {
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
}

.ft_ad_text {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.ft_ad_text_l {
  width: 100px;
  margin-right: 20px;
}

.ft_ad_text_r {
  color: #000;
  font-size: 13px;
  text-align: center;
}

.ft_ad_text_r h3 {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}

.ft_ad_text_r ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: left;
}

/*ピンクボタン前のページに戻る*/
.btn-back {
  margin-bottom: 2em;
}

.btn-back a {
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #f27281;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  max-width: 300px;
  width: 70%;
  margin: 20px 0;
}

.btn-back a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn-back a:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  padding: 0 10px 0 0;
  color: #fff;
}

/*==================================================================*/
/* 写真コンテスト：入賞したとき
------------------------------------------------------------------- */
.winning {
  position: relative;
  margin: 0 auto 4em;
  padding: 1.5em;
  background: #fff1f9;
  border-radius: 30px;
}

.winning h2 {
  margin: -50px auto 1em !important;
  max-width: 275px;
  text-align: center;
  border: none !important;
}

.winning-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.winning-list ul li {
  margin: 0 1% 3em;
  width: 48%;
}

.winning-list ul li .win {
  position: relative;
}

.winning-list ul li .win p.no {
  position: absolute;
  top: -30px;
  left: 0;
  width: 74px;
  height: 65px;
  background: url(assets/img/crown.png) no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  font-size: 1.7em;
}

.winning-list ul li .win p.search {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #f27281;
  font-size: 1.5em;
}

/*==================================================================*/
/* 写真コンテスト：一覧
------------------------------------------------------------------- */
.photoarea {
  margin: 0 auto;
}

.photoarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photoarea ul li {
  position: relative;
  margin: 0 1% 3em;
  width: 23%;
}

.photoarea ul li p.search {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #f27281;
  font-size: 1.3em;
}

/*==================================================================*/
/* ページナビ：pagenav
------------------------------------------------------------------- */
.pager_6 .pagination {
  text-align: center;
}

.pager_6 .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #f3c4ca;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager_6 .pagination li.pre,
.pager_6 .pagination li.next {
  display: inline-block;
  width: 100px;
  height: 50px;
  text-align: center;
}

.pager_6 .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pager_6 .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager_6 .pagination li a:hover,
.pager_6 .pagination li a.active {
  color: #000;
  background: #f27281;
  color: #fff;
  border-radius: 10px;
}

/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  .mainlist a.list h2 {
    font-size: 0.9em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
  .pc_nav_inner .menu > li:last-child {
    width: 100% !important;
    display: block !important;
  }
  ul.menu__second-level {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .pc_nav_item {
    position: relative;
  }
  .pc_nav_item .pc_nav_item_img {
    display: none;
  }
  /*
  	.pc_nav_item_txt{
  		color:#333;
  	}
  */
  .pc_nav_item_txt span {
    height: 1px;
  }
  .menu__single a {
    display: block;
  }
  .menu__single .n-event {
    padding: 5px;
  }
  .menu__single .n-event span {
    padding: 0.2em 0.8em;
    font-size: 1.2em;
  }
  li.menu__single ul.menu__second-level {
    position: static !important;
    width: 100%;
  }
  /*news*/
  .news li .newsbox .photo {
    width: 100%;
    overflow: hidden;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .top_event_inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_event_inner ul li {
    width: 31.1%;
    max-width: 145px;
  }
  .top_event_or {
    padding: 2em 0;
  }
  .left_l, .left_r {
    display: none;
  }
  .ft_r_inner h2 {
    max-width: 300px;
  }
  .ft_l {
    width: 100%;
    margin-right: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .ft_logo {
    max-width: 350px;
    width: 60%;
  }
  .ft_r {
    width: 100%;
  }
  .ft_r_inner {
    padding: 10px;
  }
  .ft_r_inner ul li a i {
    left: 20px;
  }
  .ft_ad_text {
    margin-top: 20px;
  }
  .ft_ad_text_l {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .ft_ad_text_r h3 {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
  }
  .ft_ad_text_r ul li {
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: left;
    font-size: 11px;
  }
  .ft_ad {
    display: block;
  }
  .ft_ad .ft_addarea {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .ft_ad .f-fig {
    width: auto;
    text-align: center;
  }
  .ft_ad .f-fig img {
    width: auto;
  }
  /*mainlist
  ---------------------------------------------------------- */
  .mainlist a {
    width: 50%;
  }
  　 .mainlist a.list h2 {
    padding: 0.5em 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
  }
  .ft_r_inner ul li a i {
    left: 5px;
  }
  .btn-back a {
    padding: 12px 8px;
    min-width: 240px;
  }
  /*pagenav
  ----------------------------------------- */
  .pager_6 .pagination li {
    width: 30px;
    height: 30px;
    font-size: 0.9em;
  }
  .pager_6 .pagination li.pre,
  .pager_6 .pagination li.next {
    display: inline-block;
    width: 15%;
    height: 30px;
    text-align: center;
  }
  .pager_6 .pagination li.pre a,
  .pager_6 .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager_6 li.spnum {
    display: none;
  }
  /* bn-area
  ---------------------------------------------------------------------------- */
  .bn-area {
    padding: 2em 0;
    margin-bottom: 0;
  }
  .bn-area ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bn-area ul li {
    margin-bottom: 1.58em;
    width: 31%;
    margin-right: 2%;
    text-align: center;
    /*max-width: 250px;*/
  }
  .bn-area ul li:nth-child(2), .bn-area ul li:nth-child(4), .bn-area ul li:nth-child(6) {
    margin-top: 0;
  }
  .bn-area ul li:nth-child(3), .bn-area ul li:nth-child(6) {
    margin-right: 0;
  }
  .bn-area ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .bn-area ul li img {
    max-width: 200px;
  }
  .bn-area li:nth-child(2), .bn-area li:nth-child(4) {
    margin-top: 0;
  }
}
/*===========================================================================*/
/*  media quary:481px  */
/*===========================================================================*/
@media only screen and (min-width: 481px) {
  .sc_img_pc_only, .pc_only {
    display: block !important;
  }
  .sc_img_sp_only, .sp_only {
    display: none !important;
  }
}
/*===========================================================================*/
/*  media quary:max-width: 480px  */
/*===========================================================================*/
@media only screen and (max-width: 480px) {
  .mainlist a.list h2 {
    font-size: 0.7em;
    height: 47px;
  }
  .mainlist a.list .photoarea {
    height: 100px;
  }
  .mainlist a.list .photoarea p {
    left: 15px;
  }
  .mainlist #fes p.fig {
    width: 45%;
  }
  .sc_img_pc_only, .pc_only {
    display: none !important;
  }
  .sc_img_sp_only, .sp_only {
    display: block !important;
  }
  body {
    letter-spacing: 1;
  }
  .hd_inner_l {
    width: 100%;
  }
  .hd_inner_l p {
    font-size: 10px;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
  }
  .hd_inner_l h1 {
    max-width: 300px;
    width: 70%;
    margin: 10px auto 20px 0;
  }
  .hd_date {
    max-width: 260px;
    width: 40%;
    margin-left: auto;
    display: none;
  }
  .pc_nav {
    background-color: #fff;
    position: relative;
    z-index: 999;
    display: none;
  }
  .news_latest {
    background-color: #fff;
    padding: 10px 0;
  }
  .news_latest_inner .date {
    font-size: 10px;
    display: block;
    color: #666666;
    margin-right: 20px;
  }
  .news_latest_inner h2 {
    font-size: 12px;
    line-height: 1.4;
  }
  .b_nav_left_inner > ul > li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .b_nav_left_txt {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .sec_ttl_01 h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .top_news_inner ul li {
    width: 98%;
    margin: 1%;
    position: relative;
    z-index: 1;
  }
  .top_news_box_txt h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .link_btn_01 a {
    display: inline-block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    max-width: 300px;
    width: 70%;
    margin: 20px auto;
  }
  .top_event_inner ul li {
    width: 31.3%;
    margin: 1%;
  }
  .link_bnr_inner ul li {
    width: 98%;
    margin: 1%;
  }
  .attention_dis p {
    font-size: 13px;
    /*    color: #e85472;*/
    color: #333;
    line-height: 1.6;
    text-align: left;
  }
  .ft_l {
    display: block;
  }
  .ft_l .d_fl {
    display: none;
  }
  /*	.top_event_or {
  	    background-size: cover;
  	    background-repeat: no-repeat;
  	    background-position: center center;
  	    background-attachment: local;
  	    padding: 40px 0;
  	}*/
  .attention_or {
    background-image: url(assets/img/sa_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: local;
    padding: 40px 0;
  }
  .sp_nav {
    overflow-y: scroll;
  }
  .sp_nav ul li a {
    color: #fff;
    font-size: 13px;
  }
  .sp_nav li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  .sp_nav li:first-child {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
  }
  .sub_page_ttl h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .area_cate h2 {
    display: inline-block;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .area_cate h3 {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #e95472;
    border-radius: 20px;
    color: #e95472;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .area_time p {
    display: block;
    padding: 10px;
    background-color: #e85472;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .sub_page_content_01 .dis {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
  }
  .sub_page_content_01 > h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 3px dotted #86a372;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .sub_page_content_01 > p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
  }
  .c2_73_left {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
  }
  .content_img {
    width: auto;
    margin: 0px auto;
    display: block;
    text-align: center;
  }
  .c2_73_left ul li .bg_b {
    display: inline-block;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .strong_txt {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .c2_73_attention {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #000;
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
  }
  .c2_73_right {
    width: 100%;
    background-image: url(assets/img/p8_bg_01.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
  }
  .c2_73 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c2_55_left {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
  }
  .ph_c2_55_right {
    width: 100%;
    background-image: url(assets/img/p9_bg_01.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
  }
  .c2_55 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ph_c2_55_right > h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 0;
    text-align: center;
    width: 90%;
  }
  .page-id-19 .sub_page_content_01 > h3 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 3px dotted #86a372;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .page-id-19 .sub_page_content_01 > h3 span {
    margin: 0;
  }
  .sub_page_content_01 > h4 {
    font-size: 14px;
    font-weight: bold;
    color: #e85472;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .p10_tbl table th {
    background-color: #000;
    color: #fff;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
  .p10_tbl table td {
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p10_tbl table {
    width: 100%;
  }
  .sub_page_content_01 > h3 .small {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    margin: 5px 0;
  }
  .uc_c2_55_right {
    width: 100%;
    padding: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
  }
  .uc_c2_55_left {
    background-image: url(assets/img/p11_bg_01.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
  }
  .page-id-21 .c2_55 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ul_c2_73_left {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
  }
  .igawa_prof_txt {
    width: 100%;
    padding: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .igawa_prof_img {
    width: 100%;
  }
  .igawa_prof_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .price_list > ul > li {
    width: 98%;
    margin: 1%;
  }
  .price_list > ul > li h4 {
    margin: 5px 0;
    background-color: #d3a12a;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .price_list > ul > li ul li {
    display: block;
    font-size: 13px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yasuda_prof_dis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .yasuda_prof_inner_r {
    width: 100%;
  }
  .yasuda_prof_inner_l {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yasuda_sch_dis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .yasuda_sch_dis_l {
    margin: 10px 0;
    width: 100%;
    padding: 20px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yasuda_sch_dis_r {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .yasuda_sch_ttl_r h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0;
    border-bottom: 3px solid #000;
    letter-spacing: 1px;
  }
  .yasuda_sch_ttl_r h2 span {
    font-size: 13px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
  }
  .yasuda_sch_ttl_r p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .yasuda_sch_price th, .yasuda_sch_price td {
    display: block;
    width: 100%;
  }
  .yasuda_sch_price tr td {
    padding: 5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .yasuda_sch_price {
    margin-bottom: 20px;
  }
  .yasuda_sch_dis_l h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .yasuda_prof_info p a {
    margin-left: 20px;
    display: block;
  }
  .maker_pre .c2_73_left {
    width: 100%;
    padding: 0px å0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
  }
  .maker_pre .c2_73_right {
    width: 100%;
    background-image: url(assets/img/maker_pre_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .maker_list ul li {
    width: 31.3%;
    margin: 1%;
  }
  .tevent_area_school_teacher span {
    display: block;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #e95472;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .tevent_area_school_date {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .event_area_school_list_content > h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .event_area_school_list_dis_01, .event_area_school_list_dis_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .event_area_school_list_dis_01 .event_area_school_list_dis_r {
    width: 100%;
  }
  .event_area_school_list_dis_01 .event_area_school_list_dis_l {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event_area_school_list_prof_01 ul li {
    width: 98%;
    margin: 1% auto 20px;
  }
  .event_area_school_list_prof_01 ul li h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .event_area_school_list_dis_02 .event_area_school_list_dis_r {
    width: 100%;
  }
  .event_area_school_list_dis_02 .event_area_school_list_dis_l {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event_area_school_list_prof_02 > ul > li:nth-child(1) {
    width: 100%;
  }
  .event_area_school_list_prof_02 > ul > li:nth-child(2) {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event_area_school_name {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .sub_page_content_01 > h3 span {
    display: inline-block;
    font-size: 14px;
    margin-left: 0px;
  }
  .dis_w50, .booth_list_item_w50, .writer_main, .takarakuji_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dis_w50_l {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dis_w50_r {
    background-image: url(assets/img/maker_booth_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
  }
  .booth_list > ul > li {
    width: 98%;
    margin: 1%;
  }
  .booth_list_item_w50_l {
    width: 100%;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .booth_list_item_w50_r {
    width: 100%;
  }
  .purebred_variety .dis_w50_r {
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
  }
  .purebred_variety .dis_w50_l {
    width: 100%;
    padding: 0;
  }
  .content_img img {
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .tail_shopping .dis_w50_r {
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  .tail_shopping .dis_w50_l {
    width: 100%;
  }
  .rabbit_tail_w50_l {
    width: 100%;
  }
  .rabbit_tail_w50_r {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul li {
    list-style-position: inside;
  }
  .writer_booth_list li {
    width: 98%;
    margin: 1%;
  }
  .writer_main_r img {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
  }
  .writer_main_r {
    width: 100%;
    font-size: 0;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 10px;
  }
  .writer_main_l {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ticket_plan li {
    width: 98%;
  }
  .ticket_pre li {
    width: 48%;
    margin: 1%;
  }
  .sub_page_content_01_list {
    list-style-type: disc;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .takarakuji > .takarakuji_img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  .takarakuji_flow_l {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .takarakuji_flow_r {
    width: 100%;
  }
  .takarakuji_flow_l ul li h4 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .access_page .dis_w50_r {
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
  }
  .access_page .dis_w50_l h3 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 3px dotted #86a372;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .post_content h2 {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px dotted #e85472;
    padding-bottom: 10px;
  }
  .post_content p {
    font-size: 13px;
    margin: 5px 0 20px;
    line-height: 1.6;
  }
  .breadcrumbs {
    margin: 20px 0 40px;
    font-size: 13px;
    line-height: 1.6;
  }
  .post_content p img {
    width: 100%;
    margin: 10px auto 10px 0;
    display: inline-block;
  }
  .n_arh li {
    width: 98%;
    margin: 1%;
    position: relative;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 30px;
    z-index: 100;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .menu-trigger.active {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .sp_nav {
    width: 250px;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(233, 84, 114, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(250px);
    transform: translate(250px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sp_nav.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul {
    list-style: none;
  }
  .craft_page .dis_w50_r {
    background-image: url(assets/img/craft_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
  }
  .craft_list_01 li {
    width: 23%;
    margin: 1%;
  }
  .craft_list_01 li h4 {
    text-align: center;
    color: #fff;
    background-color: #e95472;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  .craft_list_01 li h5 {
    text-align: center;
    color: #000;
    background-color: #f5c8c9;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.6;
  }
  .craft_discription {
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .craft_list_02 li {
    width: 31.3%;
    margin: 1%;
  }
  .craft_list_02 li h4 {
    text-align: center;
    color: #fff;
    background-color: #e95472;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
  .craft_list_02 li h5 {
    text-align: center;
    color: #000;
    background-color: #f5c8c9;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.6;
  }
  .craft_info {
    margin: 20px 0;
  }
  .craft_info h3 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background-color: #000;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .craft_info p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .craft_page .dis_w50_r {
    background-image: url(assets/img/craft_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  /* bn-area
  ---------------------------------------------------------------------------- */
  .bn-area ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bn-area ul li {
    width: 48%;
    margin-right: 0;
  }
  /* news
  ---------------------------------------------------------------------------- */
  .news ul {
    display: block;
  }
  .news li {
    margin: 0 auto 1.5em;
    width: 94%;
  }
  .news li a:hover {
    text-decoration: none;
  }
  .news li .newsbox .photo {
    margin-bottom: 0.5em;
    width: 100%;
    overflow: hidden;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .craft_list_01 li {
    width: 98%;
    margin: 1%;
  }
  .craft_list_02 li {
    width: 98%;
    margin: 1%;
  }
  .qa_attention > h3 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background-color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .qa_attention > p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .qa_list h3 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    line-height: 1.4;
  }
  .qa_list p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 5px 0 40px;
    line-height: 1.6;
  }
  .qa_list ul {
    margin: 60px 0;
  }
  .writer_booth_bg {
    background-image: url(assets/img/writer_booth_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
  }
  .writer_url a {
    color: #fff;
  }
  .yasuda_sch_price p {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.7;
  }
  .photoarea ul li {
    width: 48% !important;
  }
}