/*
Template:twentysixteen
Theme Name:twentysixteen_child
*/

/*　ここから　*/

/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigationmo
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
body {
  overflow-y: scroll;
}

.navigation-top {
	background: #fff;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.main-navigation a:hover,
.main-navigation a:focus,
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* 2020_03_24

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}
*/


.main-navigation ul ul {
  display: none;
  padding: 0;
  margin-left: 0;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  height: 48px;
  padding: 18px 0;
  position: relative;
  text-transform: none;
}
/*.main-navigation ul ul a::before {
  content: 
}*/

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676 !important;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle,
.dropdown-toggle2 {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}
.dropdown-toggle::after,
.dropdown-toggle2::after {
    border-left: 1px solid #d1d1d1 !important;
    border-left-width: 1px !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle2:hover,
.dropdown-toggle2:focus {
	background: transparent;
}

.dropdown-toggle:focus,
.dropdown-toggle2:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon,
.dropdown-toggle2.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}
.dropdown-toggle,
.dropdown-toggle2 {
  display: none;
}
/* dropdown-toggle制御時のアイコン */
@media (max-width: 768px) {
.dropdown-toggle,
.dropdown-toggle2 {
  display: block;
}
.dropdown-toggle.toggled-on .off-symbol,
.dropdown-toggle2.toggled-on .off-symbol {
  display: none;
}
.dropdown-toggle .on-symbol,
.dropdown-toggle2 .on-symbol {
  display: none;
}
.dropdown-toggle.toggled-on .on-symbol,
.dropdown-toggle2.toggled-on .on-symbol {
  display: block;
  width: 28px;
  height: 32px;
  margin-right: 12px;
  padding: 4px 0 0 14px;
  border-left: 1px solid #796868;
}
.dropdown-toggle .off-symbol,
.dropdown-toggle2 .off-symbol {
  display: block;
  width: 28px;
  height: 32px;
  margin-right: 12px;
  padding: 4px 0 0 14px;
  border-left: 1px solid #796868;
}
.dropdown-toggle img,
.dropdown-toggle2 img {
  width: 100%;
}
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}


/*                                      //
             GLOBAL NAVIGATION
//                                      */
 
/*

  親メニュー

*/

#gnavi12 {
  position: relative;
  max-width: 1264px;
  margin: 3% auto 9%;
  padding: 0 32px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
#gnavi12 {
  margin: 0;
  padding: 0 16px;
}
}

.menu-layer {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .8s;
}
@media screen and (max-width: 768px) {
.menu-layer._act{
  position: fixed;
  left: 0;
  opacity: 1;
}
}

/* メニューボタン */
.gnavi12Btn {
  display: none;
  position: fixed;
  position: absolute; 
	right: 16px;
  top: -52px;
  width: 40px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  z-index: 1;
 -webkit-transition: all 1s;
  transition: all 1s;
}
.gnavi12Btn div {
  position:relative;
}
.gnavi12Btn span {
  display:block;
  position:absolute;
  width:100%;
  border-bottom:solid 8px #7E318E; /* バーの色 */
  border-radius: 24px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.gnavi12Btn span:nth-child(1) {
  top:0;
}
.gnavi12Btn span:nth-child(2) {
  top: 15px;
}
.gnavi12Btn span:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 768px) {
.gnavi12Btn {
  display: block;
}
}

    /* 実行 */
    .gnavi12Btn._act {}
    .gnavi12Btn._act span:nth-child(1) {
      top: 7px;
      -webkit-transform:rotate(-45deg);
      transform:rotate(-45deg);
      border-color: #7E318E;
    }
    .gnavi12Btn._act span:nth-child(2){
      opacity: 0;
    }
    .gnavi12Btn._act span:nth-child(3) {
      top: 7px;
      -webkit-transform:rotate(45deg);
      transform:rotate(45deg);
      border-color: #7E318E;
    }


/* ラベル */
.gnavi12Label {
  position: relative;
  right: 8px;
  margin-top: 38px;
  margin-left: 0;
  font-size: 16px;
  color: #7E318E;
  text-align: center;
}
.gnavi12LabelText {
  position: absolute;
  transition: .8s;
}
.gnavi12LabelText._close {
  opacity: 0;
}
.gnavi12LabelText._open {
  opacity: 1;
  left: 5px;
}

     /* 実行 */
    .gnavi12LabelText._close._act {
      opacity: 1;
    }
    .gnavi12LabelText._open._act {
      opacity: 0;
    }


@media screen and (max-width: 768px) {
.gnavi12MenuArea {
  position: relative;
  top: 40px;
}
}

@media screen and (max-width: 768px) {
.gnavi12Menu {
  display: none;
  padding: 0;
}
}
@media screen and (min-width: 768px) {
.gnavi12Menu {
/*  display: block !important;*/
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
}



/* メニューアイテム */
.gnavi12MenuItem {
  position: relative;
  float: left;
/*  width: 16.65%;*/
  width: 20%;
  padding: 2px;
  text-align: center;
/*  border-right: 1px solid #333; */
  transition: .8s;
}
.gnavi12MenuItem:first-child {
/*  border-left: 1px solid #333;*/
}
.gnavi12MenuItem::after,
.gnavi12MenuItem:first-child::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 46px;
  background: #333;
}
.gnavi12MenuItem:first-child::before {
  left: 0;
}
.gnavi12MenuItem:nth-child(n+3):hover {
  background: rgba(211, 113, 255, 0.12);
}


@media screen and (max-width: 768px) {
.gnavi12MenuItem::after,
.gnavi12MenuItem:first-child::before{
  content: none;
  width: 0;
}
.gnavi12MenuItem {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  text-align: left;
  border-right: 0;
  border-bottom: 1px solid #333;
}
.gnavi12MenuItem:first-child {
  border-left: 0;
  border-top: 1px solid #333;
}
}

/* メニューリンク */
.gnavi12ItemLink {
  font-size: 15px;
  color: #7E318E;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
.gnavi12ItemLink {
  font-size: 14px;
}
}
@media screen and (max-width: 980px) {
.gnavi12ItemLink {
  font-size: 11px;
}
}
@media screen and (max-width: 768px) {
.gnavi12ItemLink {
  display: block;
  padding: 20px 0;
  font-size: 15px;
}
}
@media screen and (max-width: 480px) {
.gnavi12ItemLink {
  padding: 16px 0;
  font-size: 12px;
}
}

/* メニューアイコン（チャイルドメニューを開く） */
.gnavi12DecoIcon,
.gnavi12DecoIcon2 {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: auto;
  font-size: 16px;
  color: #7E318E;
  transition: .8s;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
.gnavi12DecoIcon,
.gnavi12DecoIcon2 {
  display: block;
}

.gnavi12MenuItem._act .gnavi12DecoIcon,
.gnavi12MenuItem._act .gnavi12DecoIcon2 {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}
}
@media screen and (max-width: 480px) {
.gnavi12DecoIcon,
.gnavi12DecoIcon2 {
  top: 14px;
  right: 0;
}
}
/* オープンとクローズにする場合
.gnavi12DecoIcon._open,
.gnavi12DecoIcon._close {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: auto;
  font-size: 16px;
  color: #7E318E;
}
.gnavi12DecoIcon._close {
  display: none;
}
@media screen and (max-width: 768px) {
.gnavi12DecoIcon._open {
  display: block;
}
.gnavi12DecoIcon._open._act {
  display: none;
}
.gnavi12DecoIcon._close._act {
  display: block;
}
}
*/

/*

  チャイルドメニュー

*/

.gnavi12ChildMenu {
  position: absolute;
  width: 100%;
  max-height: 0;
  padding-left: 0;
  overflow: hidden;
  left: 0;
  transition: max-height 0.3s;
}
@media screen and (max-width: 768px) {
.gnavi12ChildMenu {
  display: none;
  position: relative;
  max-height: 1000%;
}
.gnavi12ChildMenu._act {
  display: block;
}
}
/*
@media screen and (min-width: 768px) {
.gnavi12ChildMenu {
  display: block !important;
}
*/
.gnavi12MenuItem._trigger:hover .gnavi12ChildMenu {
  transition: max-height 1.2s;
  max-height: 1000%;
}





/* チャイルドメニューボタン */
:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.gnavi12ChildMenuDeco,
.gnavi12ChildMenuDeco2 {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #7E318E;
}
@media screen and (max-width: 768px) {
.gnavi12ChildMenuDeco,
.gnavi12ChildMenuDeco2 {
  display: block;
}
}

/* チャイルドメニューアイテム */
.gnavi12ChildMenuItem {
  display: block;
  margin: 4px 0;
  padding: 8px 0;
  transition: .8s;
  background: #f8d3ff;
}
.gnavi12ChildMenuItem:hover {
  background: #ef99ff;
}
@media screen and (max-width: 768px) {
.gnavi12ChildMenuItem {
  margin: 0;
  padding: 0;
  background: none;
  border-top: 1px dotted #5F5E5E;
}
}

/* メニューリンク */
.gnavi12ChildItemLink {
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
.gnavi12ChildItemLink {
  font-size: 10px;
}
}
@media screen and (max-width: 768px) {
.gnavi12ChildItemLink {
  display: block;
  padding: 16px 0;
  font-size: 13px;
  text-decoration: none;
  text-indent: 3%;
}
}
@media screen and (max-width: 480px) {
.gnavi12ChildItemLink {
  padding: 13px 0;
  font-size: 12px;
}
}

/* メニューテキスト */
.gnavi12LinkText {
  
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.site {
 background: none;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */
/* 2020_03_24
.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	-o-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1;
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
  color: #fff;
}

.site-branding .site-title a:hover, .site-branding .site-title a:focus {
  color: #767676;
}

.site-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: auto;
	top: 50%;
	padding-bottom: 1px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;

	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}


@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}



body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}




.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.panel-image:before {

	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); 
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}



.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}


.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}


.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}



.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.entry-header .entry-title {
	margin-bottom: 0.25em;
}
/*
.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;

	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}



.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}
*/
body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}
/*
.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}


.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}


.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}



.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}



.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}



.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
*/
.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}
/*
.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}
*/

.page-header {
	padding-bottom: 2em;
}

#page-header button {
  width: 45px !important;
}
/*
.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}



.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}




.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}



.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}



.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}



.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}


#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

#secondary {
	padding: 1em 0 2em;
}
*/

.widget {
	padding-bottom: 3em;
 
}
/*
h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;

	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */
/*
.widget select {
	width: 100%;
}

*/
.widget ul {
	list-style: none;
	margin: 0;
  text-align: center;
}

.widget ul li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}
@media screen and (max-width: 480px) {
.widget ul {
  padding-left: 0;
}  
}

/*


.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}



.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}



.widget_text {
	word-wrap: break-word;
}



.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}



.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}


.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}



.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}



.widget_recent_entries .post-date {
	display: block;
}



.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}



.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important; 
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}



.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}



img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
    display: inherit;
}


*/
embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}
/*
.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}



.mejs-container {
	margin-bottom: 1.5em;
}



.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}



.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}



.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}



.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;

}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}



.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; 
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}


.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	-o-transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* 動画ページ */
/*2022_01_08　イベント告知*/
#announce{
width: 100%;
max-width: 821px;
margin: 0 auto;
}

@media screen and (max-width: 768px){
#announce{
margin: 100px auto 0;
}
}

.headline-special-logo-area{
margin: 44px 0;
}

@media (max-width: 480px) {
.headline-special-logo-area{
margin: 44px 0 15px;
}
}

.headline-special-logo-area p{
font-size: 24px;
}

@media (max-width: 480px) {
.headline-special-logo-area p{
font-size: 14px;
}
}

.headline-special{
text-align: center;
margin-top: 0;
}

@media screen and (max-width: 768px){
.headline-special{
font-size: 29px;
}
}

@media (max-width: 480px) {
.headline-special{
font-size: 16px;
}
}

.specialObj{
margin-bottom: 15px;
}

@media (max-width: 480px) {
.specialObj{
margin-bottom: 15px;
}
}

.specialObj img{
width: 100%;
margin-bottom: 15px;
}

.specialObj p{
text-align: center;
font-size: 20px;
font-weight: 700;
}

@media (max-width: 798px) {
.specialObj p{
font-size: 18px;
}
}

@media (max-width: 689px) {
.specialObj p{
font-size: 16px;
text-align: left;
}
}


#announce dd a{
font-weight: 700;
color: #4B1E78;
}

#announce h3{
text-align: center;
margin-bottom: 24px;
}

.performer-prof{
width: 100%;
padding: 0;
}

.performer-prof li{
/*display: flex;*/
margin-bottom: 32px;
}

/*
@media (max-width: 480px) {
.performer-prof li{
display: block;
}
}
*/

.demonstrator-image{
float: left;
width: 132px;
margin-right: 28px;
}

@media (max-width: 480px) {
.demonstrator-image{
float: none;
margin:0 auto 14px;
}
}

.demonstrator-txt{
width: calc(100% - 160px);
float: left;
}

@media (max-width: 480px) {
.demonstrator-txt{
width: 100%;
float: none;
}
}


.demonstrator-name{
font-size: 16px;
font-weight: 700;
margin-bottom: 8px;
}

/*end -- 2022_01_08　イベント告知*/

.mvAreaInner {
  padding: 0;
}
.mvObjects {
position: relative;
}
.mvObjFrm {
position: relative;
overflow: hidden;
}
.mvObjFrmInn{
padding-top: 56%;
}
.mvObj {
}
.mvObjImg {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 0;
padding: 0;
}
.mvObjIcon {
width: 22%;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin: 0;
padding: 0;
transition: .8s;
}
.mvObjIcon._off {
opacity: 0.8;
}
.mvObjIcon._on {
opacity: 0;
}
.mvObjects:hover .mvObjIcon._off {
opacity: 0;
}
.mvObjects:hover .mvObjIcon._on {
opacity: 0.8;
}
.mvLink {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width: 980px) {
.mvObjects:nth-child(3n+1) {
clear: left;
}
}
/* Label */
.mvLabel {
display: block;
padding: 15px 0 12px;
font-size: 20px;
font-weight: bold;
transition: .8s;
}
.mvObjects:hover .mvLabel,
.mvObjects:hover .mvCaption{
color: #7b368c;
}

@media (max-width: 480px) {
.mvLabel {
  font-size: 18px;
}
.mvCaption {
margin-bottom: 16px;
}
}

/* popup customize */
.mfp-bg {
background: #fff !important;
}
.mfp-iframe-scaler iframe {
border: 12px solid #fff;
}
.grid--fl_3_2_1 {
  margin-top: 0;
}
.grid--fl_3_2_1 > div,
.grid--fl_3_2_1 > li {
  float: left;
  width: 31.2%;
  margin-top: 4%;
}
.grid--fl_3_2_1 > div:nth-child(3n-1),
.grid--fl_3_2_1 > li:nth-child(3n-1) {
  margin: 4% 3% 0; 									 /* 真ん中の要素に左右と下のマージンを付与 */
}
@media (max-width: 980px) {
/* reset */
.grid--fl_3_2_1 > div:nth-child(3n-1),
.grid--fl_3_2_1 > li:nth-child(3n-1) {
  margin: 4% 0 0 0; 										 /* 真ん中の要素のマージンをリセット */
}

/* set */
.grid--fl_3_2_1 {
  margin-top: 4%;
}
.grid--fl_3_2_1 > div,
.grid--fl_3_2_1 > li {
  width: 48%;
}
.grid--fl_3_2_1 > div:nth-child(2n+1),
.grid--fl_3_2_1 > li:nth-child(2n+1) {
  margin-right: 4%;

}
}
@media (max-width: 768px) {
/* reset */
.grid--fl_3_2_1 > div:nth-child(3n-1),
.grid--fl_3_2_1 > li:nth-child(3n-1) {
  margin: 4% 0 0 0; 										 /* 真ん中の要素のマージンをリセット */
}

/* set */
.grid--fl_3_2_1 {
  margin-top: 4%;
}
.grid--fl_3_2_1 > div,
.grid--fl_3_2_1 > li {
  width: 48%;
}
.grid--fl_3_2_1 > div:nth-child(2n+1),
.grid--fl_3_2_1 > li:nth-child(2n+1) {
  margin-right: 4%;

}
}
@media (max-width: 480px) {
.grid--fl_3_2_1 {
  margin-top: 8%;
}
.grid--fl_3_2_1 > div,
.grid--fl_3_2_1 > li {
  width: 100%;
}
.grid--fl_3_2_1 > div:nth-child(1n+1),
.grid--fl_3_2_1 > li:nth-child(1n+1) {
  margin-top: 4%;
}
}

/*

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; 
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}
/*
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; 
}


.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}


.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}


.twentyseventeen-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}


.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0); 
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}



.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}


.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
}


@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}
*/
/* 2020_03_24　ここまで消せる */

@media screen and (min-width: 30em) {

	/* Typography */

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

@media screen and (min-width: 767px) {

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;

		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */



	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
      font-size: 10px;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
    text-align: center;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 10px;
	}

	.main-navigation ul ul {
		background: none;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
    .main-navigation ul ul li {
       background: rgba(255, 255, 255, 0.7) !important;
       margin: 0;
    }
    .main-navigation ul ul li:hover {
    background: #767676 !important;
    }

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	/*.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}
    */
	.main-navigation ul ul a {
      padding: 12px 0;
      width: 100%;
	}
	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		-o-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

    /*
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}
    */
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		right: 0;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

/* カスタマイズ　20180726　*/

   .main-navigation .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -4px;
    }

  .main-navigation .menu-item-has-children > a {
    margin-right: 0;
  }

  .main-navigation ul .toggled-on {
    display: none;
   }

  .main-navigation ul ul:before {
    border-color: transparent;
    border-width: inherit;
    right: 9px;
    top: -9px;
  }
  .main-navigation ul ul {
    border: none;
    display:block;
  }
  .main-navigation ul ul li {
    padding: 0;
    border-top: none;
    border-left: none !important;
    border-right: none !important; 
    border-bottom: 1px solid #f0f0f0 !important;
  }
  
  .main-navigation ul ul:after {
    border-color: none;
    border-width: 0;
  }
  .main-navigation ul ul li a:hover {
    color: #fff !important;
  }
  .main-navigation ul ul:before {
    border-color: none;
    border-width: 0;
    right: 9px;
    top: -9px;
  }
  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }
  .main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:before, .main-navigation ul li.page_item_has_children:after {
    border-style: none;
    border-width: 0;
    content: normal;
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
  }

.sub-menu.toggled-on ul {
}
.sub-menu.toggled-on ul li {
}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}


	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}
	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}



@media screen and (max-width: 768px) {
.navigation-top nav {
  margin-left: 0;
}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and (min-width: 56.875em) {
.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 767px ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */

	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
/* twentyseventeen */





body {
  background-color: #efefef;
}

.site-content-contain {
  background: none;
}

figure {
  margin: 0;
  padding: 0;
}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    transition: none;
    transition: none;
}
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
  color: none;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.entry-content a img, .widget a img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#lead .image-box .bnr {
  padding: 24px 24px 0;
}
#lead .image-box .bnr.left {
  padding-right: 12px;
}
#lead .image-box .bnr.right {
  padding-left: 12px;
}
#lead .image-box .bnr img {
  width: 100%;
}
.wrap a img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.wrap a img:hover {
  opacity:0.6;
}

.brand-area {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 24px;
}

@media screen and (max-width:768px){
.brand-area {
  border-bottom: 0;
  margin-bottom: 0;
  background: #fff;
  padding:16px 16px 4px;
}
#lead .image-box .bnr.left {
  padding-right: 0;
}
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1200px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}


.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
}

.wrap-02 {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-wrap .widget-area {
  margin-bottom: 24px;
}

.js .menu-toggle, .js .dropdown-toggle {
   display: none;
}
@media screen and (max-width: 768px) {
.js .menu-toggle, .js .dropdown-toggle {
   display: block;
}
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

.wrap a img {
  max-width: 100%;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  -webkit-backface-visibility: hidden; /* 追加 */
   backface-visibility: hidden; /* 追加 */
  filter: alpha(opacity=100);
  opacity: 1;
}
.wrap a img:hover{
  opacity: 0.7;
}

.mod.btn-tovoicepage img {
  width: 100%;
}

/* Site branding */



.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title img {
  width: 368px;
}


.site-branding a {
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media screen and (max-width:768px){
.site-title img {
  min-width: 224px;
  width: 50%;
  margin-bottom: 4px;
}
}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding:0 !important;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
  margin: 0;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 1em;
  position: relative;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 1em;
}

/* Social nav */


.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */
.footer-copy {
  width: 100%;
  background: #bdbdbd;
}

.site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4px 24px;
  color: #fff;
  font-size: 12px;

}

.site-info a {
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.site-info a:hover {
  color: #ccc;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info .rbox {
  float: right;
}

.site-info .lbox {
  float: left;
}

@media screen and (max-width: 768px) {
.site-info {
  width: auto;
}

.site-info .rbox,
.site-info .lbox {
  float: none;
  text-align: center
}
.site-info .rbox {
  margin-bottom: 10px;
}
}


/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

 /* 1emを16pxで算出 */

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) { /* 320pxより小さくしない */

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) { /* 480pxより小さくしない */

	/* Typography */

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
/*		font-size: 1.375rem;*/
	}

	h4 {
		font-size: 18px;
/*		font-size: 1.125rem;*/
	}

	h5 {
		font-size: 13px;
/*		font-size: 0.8125rem;*/
	}

	h6 {
		font-size: 16px;
/*		font-size: 1rem;*/
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 1em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 1200px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

.navigation-top {
	bottom: 0;
	font-size: 14px;
	left: 0;
/*	position: absolute; */
	right: 0;
    width: 100%;
	z-index: 3;
}

@media screen and (min-width: 767px) { /* 768pxより小さくしない */


	/* Layout */

	.wrap {
		max-width: 1200px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}


	/* Navigation */



	.navigation-top .wrap {

		max-width: 1200px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
	}



.main-navigation li {
  border-right:1px solid #000 !important;
  margin: 12px 0;
}

.main-navigation li:first-child {
  border-left:1px solid #000;
}

.main-navigation li:nth-child(5) a {
  padding: 16px 2.6em;
}
.main-navigation a {
  padding: 1em 9px;
}
.main-navigation .menuItem1 {
  padding: 1em 24px;
}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 0;
    padding:0;
    }

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: none;
		width: 58%;
	}
}
@media screen and (min-width: 991px) {
.main-navigation li {
  margin: 12px 0;
}
.main-navigation a {
  padding: 1em 27px;
}
.main-navigation .menuItem1 {
  padding: 1em 32px;
}
}
@media screen and (min-width: 1200px) {
.navigation-top nav {
  font-size: 14px;
}
.main-navigation li {
  margin: 0;
}
.main-navigation a {
  padding: 1em 20px;
}
.main-navigation .menuItem1 {
  padding: 1em 40px;
}
.main-navigation ul ul a {
    height: 64px;
}
}

.main-navigation li {
	border: 0;
	display: inline-block;
}

.main-navigation li {
  border-right:1px solid #000 !important;
}

.main-navigation li:first-child {
  border-left:1px solid #000;
}

.navigation-top .wrap {
  max-width: 1200px;
		/* The font size is 14px here and we need 50px padding in ems */
  padding: 0;
}
.js .main-navigation ul ul {
	display: block;
}
@media screen and (max-width: 768px) {
.main-navigation li {
	border: 0;
	display: block;
}

.navigation-top .wrap {
  max-width: 100%;
		/* The font size is 14px here and we need 50px padding in ems */
  padding: 0;
}

.main-navigation li {
  border-right:0 !important;
  margin: 0;
}

.main-navigation li:first-child {
  border-left:0;
}
.js .main-navigation ul, .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon, .main-navigation ul a > .icon {
  display: block;
}
.js .main-navigation ul ul {
	display: none;
}
}

@media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    height: 0;
}
}

@media screen and (min-width: 56.875em) {
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #767676;
}
}

@media screen and (min-width: 48.9375em) {
body:not(.custom-background-image).admin-bar:before {
    top: 0;
}
}

@media screen and ( min-width: 67em ) { /* 1072pxより小さくしない */

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 0;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) { /* 1264pxより小さくしない */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

.site-header-menu {
  margin:0;
}

/*=====================================================================*/
/*  customize 30.10.16
/*=====================================================================*/
/* h1コンポーネントの削除 */
.heading-h1 { display: none; }
.entry-header .entry-title { display: none; }
/*=====================================================================*/
/*  common
/*=====================================================================*/

/*.container-fluid {
    max-width: 100% !important;
    padding: 0 !important;
}*/

@media screen and (min-width: 769px) {
.page {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
}
}
p {
  margin:0;
  padding:0;
}

main {
/*  max-width: 1200px;*/
/*  margin-top: 32px;*/
  padding-bottom: 48px;
  background: #fff;
}

#single-detail {
  background: #fff;
  max-width: 1200px;
}

.inner {
  max-width: auto;
  margin: 0 auto;
}

h2 {
  font-size: 30px;
  color: #000;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 26px;
}

.lead {
  width: 100%;;
  padding: 32px 0 32px 180px;
}

.ttl-hero {
  background: #fff;
  padding-bottom: 40px;
}

.ttl-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.ttl-hero h1 {
  color: #fff;
  background: url(img/icon-headline.png) no-repeat;
  background-size: 64px;
  background-position: 24px;
  background-color: #7e318e;
  font-size: 30px;
  margin: 0;
  padding: 24px 0 24px 112px;
}

.entry-content,
.entry-header {
  width: 100% !important;
}
.entry-content img {
  width: 100%;
}

.panel-content .entry-header,
.page .entry-header .edit-link,
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
  display: none !important;
}

.panel-content .wrap {
  padding: 0 !important;
}


#page {
  max-width: 1264px;
  margin: 0 auto;
}

#sessions.lead {
  font-size: 18px;
  text-align: left;
}
#sessions.lead p.ttl{
  font-size: 24px;
}

.first-sessions {
  font-size: 16px;
  margin-bottom: 120px;
}
.first-sessions img {
  width: 100%;
}
.first-sessions h2 {
  display: block;
  width: 448px;
  padding: 32px 80px;
  background: rgba(110, 41, 127, 0.7);
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.first-sessions h3 {
  padding: 16px 0 0;
}
.first-sessions h4 {
  padding: 0 0 16px;
  font-size: 18px;
}

.first dt span {
  padding: 0 12px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}
.first-sessions dd {
  margin: 4px 0 20px;
  overflow: hidden;
}
.first-sessions .con {
  margin-top: 54px;
}
.first-sessions .con h5,
.first-sessions .con h6 {
  font-size: 18px;
  color: #333;
}

.first-sessions .img-con {
  margin-bottom: 32px;
}
.first-sessions .img-con .ibox {
  float: left;
  width: 50%;
}
.first-sessions .con ul li {
  clear: both;
  margin-bottom: 32px;
}
.first-sessions .con .lbox li {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

.first-sessions h2 {
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  background: #7E318E;
  font-size: 20px;
}
.first-sessions h3 {

  padding: 16px 0 0;
  font-size: 18px;
}
}
.past-sessions {
  font-size: 16px;
}
.past-sessions img {
  width: 100%;
}
.past-sessions h2 {
  display: block;
  width: 448px;
  padding: 32px 80px;
  background: rgba(110, 41, 127, 0.7);
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.past-sessions h3 {
  padding: 16px 0 0;
}
.past-sessions h4 {
  padding: 0 0 16px;
  font-size: 18px;
}
.past-sessions dt {
  float: left;
}
.past-sessions dt span {
  padding: 0 12px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}
.past-sessions dd {
  margin: 4px 0 20px;
  overflow: hidden;
}
.past-sessions .con {
  margin-top: 54px;
}
.past-sessions .con h5,
.past-sessions .con h6 {
  font-size: 18px;
  color: #333;
}

.past-sessions .img-con {
  margin-bottom: 32px;
}
.past-sessions .img-con .ibox {
  float: left;
  width: 50%;
}
.past-sessions .con ul li {
  clear: both;
  margin-bottom: 32px;
}
.past-sessions .con .lbox li {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

.past-sessions h2 {
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  background: #7E318E;
  font-size: 20px;
}
.past-sessions h3 {

  padding: 16px 0 0;
  font-size: 18px;
}
.past-sessions dt {
  float: left;
}
#sessions.lead {
  background: none !important;
  margin-bottom: 16px;
  padding: 0;
}
#sessions.lead p.ttl{
  font-size: 18px;
  padding-top: 24px;
}
}
@media screen and (max-width: 480px) {
#sessions.lead p {
  font-size: 16px;
}
.past-sessions h2 {
  font-size: 20px;
}
.past-sessions .con .tbox {
  float: none;
  width: 100%;
  margin-right: 0;
}
.past-sessions .img-con .ibox {
  float: none;
  width: 100%;
}
.past-sessions .con .lbox {
  margin-bottom: 16px;
}
.past-sessions .con .lbox li {
  margin-bottom: 0;
}
.past-sessions dt {
  float: none;
}
.post .attention {
  font-size: 16px;
  margin-bottom: 32px;
}
}


@media screen and (max-width: 768px) {
main {
  min-width: 100%;
  padding-bottom: 0;
  margin-top: 0;
}

.lead {
  padding: 0;
}

#sessions.lead {
  font-size: 14px;
}

#result-container .lead {
  font-size: 14px;  
}
#single-detail {
  min-width: 100%;
}

.ttl-hero {
  padding-bottom: 0;
}

.ttl-hero .inner {
  width: 100%;
}

.ttl-hero h1 {
  color: #fff;
  background: url(img/icon-headline.png) no-repeat;
  background-size: 32px;
  background-position: 24px;
  background-color: #7e318e;
  font-size: 18px;
  margin: 0;
  padding: 16px 0 16px 64px;
}
h2 {
  font-size: 10px;
}
.site-branding {
  margin:0;
}

.site-header{
  padding: 0;
  background: #fff;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
   background-color: none;
   border-color: none;
   color: #fff;
   background: url(img/icon-gnav-on.jpg) no-repeat;
   background-position: 15px 10px;
   -webkit-transition: 0s;
   -o-transition: 0s;
   transition: 0s;
}
.menu-toggle.toggled-on img {
  visibility: hidden;
}
.main-navigation ul ul a {
  letter-spacing: 0;
  height: auto;
  padding: 18px 0;
  position: relative;
  text-transform: none;
}
}

.widget a:hover,
.site-footer .widget-area a:hover {
  color: #fff;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: none;
  border: 0;
  border-radius: 2px;
  color: #a9a6a6;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  padding: 0;
}

/*=====================================================================*/
/*  spnavi
/*=====================================================================*/
.gm-ttl {
  font-weight: 900;
  color: #7e3189;  
}

.menu-toggle {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}

.menu-toggle .icon {
  font-size: 40px;
  color: #7e3189;
  margin-right:0;
}

.menu-toggle:focus {
	outline: none;
}


button, input[type="button"], input[type="submit"] {
  width: auto !important;
}

.adjust {
  display: block;
  margin-top: 8px;
}

.site-header-menu {
  display: block;
}
.main-navigation .primary-menu {
    border-bottom: 0;
}


@media screen and (max-width: 768px) {
.menu-toggle {
  display: block;
}
/*
.menu-global_menu-container {
  position: absolute;
  top: 47px;
  z-index: 5;
  width: 100%;
}
*/
.adjust {
  display: block;
  margin-top: 0;
}

.navigation-top a {
  color: #7e3189;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-align: center;
  padding: 22px 0;
}

#menu-global_menu {
  margin-top: 8%;
}

.main-navigation ul {
  background: rgba(255, 255, 255, 0.8);  
}
.main-navigation ul ul {
  background: none;  
}

.main-navigation li:nth-child(4) {
  display: block;
}
.main-navigation li:nth-child(5) {
  display: block;
}

.main-navigation > div > ul {
  padding: 2em 1.695em;
}

/*
.main-navigation li,
.main-navigation li:last-child {
  border-top: 1px solid #7e3189;
  position: relative;
  height: 64px;
}
*/
.main-navigation li,
.main-navigation li:last-child {
/*  padding-bottom: 16px;*/
  border-top: 1px solid #7e3189;
  position: relative;
}
.main-navigation li:last-child {
  border-bottom: 1px solid #7e3189;
}
.main-navigation ul ul li:last-child {
  border-bottom: none;
}
.main-navigation ul ul.toggled-on {
  border-top: 1px solid #7e3189;
  display: block;
  margin-left: 38px;
}

.main-navigation li a {
  padding: 20px 0;
}
.main-navigation li a.menuItem1,
.main-navigation li a.menuItem2 {
  margin-right: 48px;
  padding-left: 48px;
}

.main-navigation ul ul li a::before {
  content: "▶ ";
  font-size: 10px;
  vertical-align: middle;
  font-family: sans-serif;
}
.main-navigation ul li button {
  height: 64px;
}

.site-header-menu {
  display: none;
}
.site-header-menu.toggled-on {
  display: block;
}
}
@media screen and (max-width: 480px) {
.main-navigation ul ul.toggled-on {
  margin-left: 22px;
}
}

/*=====================================================================*/
/*  breadcrumb
/*=====================================================================*/

#crumb {
  background: #fff;
  max-width: 1264px;
  text-align:left;
}

#crumb .inner {
  max-width: 1194px;
  margin: 0 auto;
  padding: 32px 16px;
  font-size: 12px;
  color: #727171;
}

#crumb .inner a {
  text-decoration: none;
  color: #727171;
}

#crumb .inner a:hover {
  text-decoration: none;
}

#crumb .inner a span {
/*  border-bottom: 1px solid #dca6ff; 予め下線を出す場合*/
  border-bottom: 1px solid #fff;
  -webkit-transition: border-bottom 500ms ease-in;
  -o-transition: border-bottom 500ms ease-in;
/*  transition: color 500ms ease-in;*/
  transition: border-bottom 500ms ease-in;
}

#crumb .inner a:hover span {
  border-bottom: 1px solid #727171;
}

.word-group {
  display: inline-block;
}

.fa-lg {
  line-height: 0 !important;
  margin: 0 16px;
}


@media screen and (max-width: 768px) {
#crumb {
  min-width: 100%;
}
#crumb .inner {
  min-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  font-size: 12px;
  color: #727171;
}
}

.status-publish {
  background: #fff;
}
.status-publish.boshuyouko {
  background: #fff;
}

.slick-slider img {
  width: 100%;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 24px;
}
.wrap-02 img {
  width: 100%;
}
.site-title {
  font-size: 1.2em;
}
.site-description {
  font-size:0.8em;
}

.main-navigation li {
  text-align: center;
  vertical-align: middle;
}
.main-navigation a:visited {
  color: #000;
}

.headline {
  margin: 32px 0 24px;
}
.headline.main-ttl a {
  color: #000;
}
.headline a:visited {
  color: #000;
}
.main-navigation a:visited {
    color: #7e3189;
}
.ttlText {
margin-right: 72px;
}
.row420{
display: none;
}
@media (max-width: 420px) {
.row420{
display: block;
}
}


.headline p,
.headline h2,
.headline h1 {
  font-size: 24px;
  color: #000;
  text-align:center;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'Droid Sans',sans-serif !important;
}
.headline p {
  margin-top: 19px;
  margin-bottom: 9.5px;
}

.public-link {
  width: 152px;
  position:absolute;
  top: 16px;
  right: 1%;
  z-index: 3;
}

@media screen and (max-width: 768px){ 
.slick-slider img {
  width: 100%;
}

.site-title {
  font-size: 1.2em;
}
.site-description {
  font-size:0.8em;
}

.main-navigation li {
  vertical-align: middle;
}

.public-link {
  width: 152px;
  position:absolute;
  top: 16px;
  right: 1%;
  z-index: 3;
}

.wrap {
  max-width: 100%;
  padding: 0;
}

.wrap-wrap {
  width: 100%;
  background: #fff;
  margin-top: 72px;
}
.site-title {
  font-size: 12px;
}
.site-description {
  font-size: 10px;
}
h1 {
  font-size:13px;
}
.headline {
  background: #fff;
  padding: 8px 0 8px 16px;
  margin: 0;
}

.headline h1,
.headline p,
.headline h2 {
  font-size: 18px;
  text-align:left;
  line-height: 1.25;
}
}


/*=====================================================================*/
/*  header.php
/*=====================================================================*/

.site-branding-text {
  float: left;
}

.custom-header {
  position: relative;
  max-width: 1200px;
  margin: 24px auto !important;
}

.navigation-top .wrap {
  max-width: 100%;
  margin: 0 auto;
  display: table;
}

/*.main-navigation a {
  text-align: center;
  padding: 8px 4px;
}*/

.twentysixteen-front-page .site-content {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header {
  max-width: 1200px;
  background: #fff;
  padding:0;
  margin: 0 auto;
}

@media screen and (max-width: 768px){ /* 768pxより小さくしない */
.custom-header {
  position: relative;
  width: 100%;
  margin: 0 auto !important;
}

.navigation-top .wrap {
  width: 100%;
}

.main-navigation a {
  text-align: center;
}

.twentysixteen-front-page .site-content {
  width: 100%
}
.site-header {


  min-width: 100%
}
}


/*=====================================================================*/
/*  footer
/*=====================================================================*/

.site-footer {
  padding: 0;
}

.footer-wrap {
  position: relative;
}

.menu-footer_menu-container {
  padding: 24px 0;
  max-width: 1264px;
  background: #251430;
  margin: 0 auto;
}

.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 1em;
}

.widget {
  padding-top :0;
    padding-bottom: 0;
    margin-bottom:0;
    border-top: 0;
}

@media screen and (max-width: 768px) {
.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
  color: none;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.site-footer .wrap {
  padding:0 16px;
}

.widget ul li {
  border: none;
}

.widget ul li a {
  font-size: 12px;
  color: #fff;
}

.public-footerlink ul li {
  display: inline;
}

.public-footerlink ul li:first-child {
  margin-right: 12px;
}

.public-footerlink ul li {
  float: left;
}
.public-footerlink ul li:nth-child(3) {
  clear: both;
}

.footer-symbol h2 {
  color: #fff;
  font-size: 16px;
  padding: 32px 0 0;
}
.footer-symbol h2 span {
  font-size: 14px;
}

.site-footer .widget-area {
  padding-bottom: 1fem;
}
}

.site-footer .widget-column.footer-widget-1 {
  max-width: 1200px;
  text-align: right;
}

.widget ul li {
  border-bottom: 0;
  border-top: 0;
  font-size: 13px;
  text-align: center;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
.widget ul li {
  font-size: 12px;
  margin: 0 8px;
}
}
@media (max-width: 991px) {
.widget ul li {
  font-size: 10px;
  margin: 0 2px;
}
}

.site-info p {
  color: #fff;
}

.site-footer {
  max-width: 1200px;
  border: 0;
  background: #251430;
}

.widget ul li a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
}

.widget ul li a:hover {
  color: #fff;
}

.footer-symbol h2 {
  position: absolute;
  bottom: 10px;
  margin-left: 16%;
  font-size: 1.3em;
  color: #fff;
  line-height: 1.4;
}
.footer-symbol h2 span{
  font-size: 0.8em;
  color: #fff;
}

.textwidget .public-footerlink {
  float: right;
}

.textwidget .public-footerlink a {
  color: #fff; 
}
@media screen and (max-width: 768px){ /* 768pxより小さくしない */

.site-footer .widget-column.footer-widget-1 {
  width: 100%;
}

.site-info p {
  color: #fff;
}

.site-footer {
  min-width: 100%;
  border: 0;
  background: #251430;
}

.widget ul li {
  display: block;
  text-align: left;
  margin: 0 0 0 23px;
  vertical-align: middle;
}

.widget ul li a:hover {
  color: #fff;
}

.textwidget .public-footerlink {
  float: none;
}
}


/*--------------------------------------------------------------
slick css
--------------------------------------------------------------*/


#visual-cont {
  max-width: 1264px;
  margin-top: 16px;
}

.slick-slider img {
  width: 100%;
}


/* モト矢印を消す */
/*
.slick_container {
    width:360px;
    margin:0 auto;
    position:relative;
}

 .slick-prev, .slick-next {
    width:60px;
    height:34px 
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:20px;}
.slick-next{right:20px;}

.slick-arrow{z-index:10;}
*/
@media screen and (max-width: 768px) {
#visual-cont {
  min-width: 100%;
  margin-top: 54px;
}
}
@media screen and (max-width: 480px) {
#visual-cont {
  margin-top: 24px;
}
/*
.menu-global_menu-container {
  top: 24px;
}
*/
}

i-play {
  color: #fccd21;
}


/*=====================================================================*/
/*  common 
/*=====================================================================*/

/*hero*/
#hero {
  position:relative;
  width:100%;
  max-width: 1194px;
  margin: 0 auto;
  background: #fff;
}

/*#hero .inner {
  width: 2000px;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}*/
#hero.sessions {
  padding: 0 16px;
}

#hero .title-panel .panel-item {
  position: relative;
  top: 96px;
  background: rgba(110, 41, 127, 0.7);
  padding: 32px 0;
}

#hero .title-panel .panel-item.detail {
  position: relative;
  width:800px;
  top: 96px;
  background: rgba(110, 41, 127, 0.7);
  padding: 32px 64px;
}

#hero .title-panel .panel-item.detail.el {
}

#hero .title-panel .panel-item.detail h1 {
  font-size: 30px;
  padding:0;
}

/*#hero .title-panel .panel-item.detail h2 span {
  background: rgba(110, 41, 127, 0.7);
  padding: 72px 64px 32px;
}*/

#hero .title-panel .panel-item h1,
#hero .title-panel .panel-item h2,
#hero .title-panel .panel-item p {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin:0;
  padding:0;
}

#hero .title-panel .panel-item h2 {
  font-size: 30px;
}
#hero .title-panel .panel-item p {
  font-size: 16px;
  text-align: left;
}

/* ttl */

.ttl-02,
.ttl-01 {
  text-align:center;
  padding:10px 0;
  width: 95%;
  background: #7e3189;
  color: #fff;
  font-size: 12px;
  margin: 32px auto 4px;
}

.ttl-02 {
  background: #24142f;
}
.ttl-02 span,
.ttl-01 span {
  font-size:14px;
}

/* btn */

.btn-01 a {
  display: block;
  text-align:center;
  padding:18px 0;
  width: 95%;
  background: #7e3189;
  color: #fff !important;
  font-size: 14px;
  margin: 8px auto;
}

.btn-01 a:hover {
  color: #fff;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #ccc;
  border: 0;
  border-radius: 2px;
  color: #a9a6a6;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 16px 0;
  text-transform: uppercase;
}


/*back btn*/

#btn-to-top {
  position: relative;
  float: right;
  margin: -12px 12px 0 0;
}


@media screen and (max-width: 768px) {
#hero.sub {
  height:auto;
}

#hero .title-panel {
  padding: 0;
}

#hero.sub .title-panel .panel-item {
  padding: 18px 0 18px 16px;
}

#hero,
#hero .inner,
.inner {
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

#hero .title-panel .panel-item {
  height: 150px;
  top: 0;
}

#hero,
#hero.dis {
  height: auto;

}
#hero {
  position: relative;
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
  background: #fff;
}

#hero .inner {
  position: relative;
  margin-left: 0;
  left:0;
  height: auto;
  margin: 0 auto -8px;
}
#hero.sessions {
  padding: 0;
  margin-bottom: 100px;
}

#hero .title-panel {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
#hero .title-panel .panel-item,
#hero.dis .title-panel .panel-item,
#hero.dv .title-panel .panel-item,
#hero.dw .title-panel .panel-item {
  width: 100%;
  height: auto;
  background: #7E318E;
}

#hero .title-panel .panel-item {
  padding: 12px 0 ;
}

#btn-to-top {
  position: relative;
  float: right;
  margin: 6px 12px 0 0;
  z-index: 30;
}


#hero .inner {
  width: 100%;
  position: static;
  left: 0;
  margin-left: 0;
}

#hero .title-panel .panel-item h1,
#hero .title-panel .panel-item h2 {
  font-size: 14px;
  padding: 0;
}

#hero .title-panel .panel-item.detail {
  top: -1px;
  width: 100%;
  height: auto;
  background: #7E318E;
}

#hero .title-panel .panel-item.detail h1 {
  position: relative;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

#hero .title-panel .panel-item.detail h2 span {
  background: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0;
  font-size: 14px;
}
}



/* テキストレイアウト */

.mod {
  max-width: 1264px;
  margin: 0 auto;
  height: auto;
  clear: both;
}
.mod img {
  width: 100%;
}
.mod h2 {
  padding-bottom: 12px;
}
.mod .box {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  background: #f7f8f8;
}

.mod .box figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.mod .box.right {
  float: right;
}

.mod .box .text {
  width: 100%;
  font-size: 15px;
}

.mod .box .image {
  width: 100%;
}
.mod .box .image img {
  width: 100%;
}
.bgbl { background: #1a1a1a !important; }


/* バナー */

.bnr {
  text-align: center;
}

@media screen and (max-width: 1200px) {
.mod .box .text {
  font-size: 14px;
}
}
@media (max-width: 992px) {
.mod .box .text {
  font-size: 12px;
}
}

@media screen and (max-width: 768px) {
.mod {
  width: 100%;
  height: auto;
}
.mod .box {
  clear: both;
  width: 100%;
  margin: 8px 0;
  text-align: center;
}
.mod .box figcaption {
  position: relative;
  top: inherit;
  left: inherit;
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  margin:0;
  padding:0;
}
.mod .box .image {
  width: 46%;
  display: inline-block;
  margin: 4px;
}
.mod .box .text {
  height: auto;
  background: #fff;
  font-size: 13px;
}
.bgbl { background: none !important; }
}

/* headline */
.headline-01 { /* yellow border */
  border-left: 12px solid #FCCD21;
  padding-left: 16px;
  height: 34px;
  font-size: 24px;
  text-align: left;
}


.headline-01 span { /* background GLAY */
  background: #EFEFEF;
  display: inline-block;
  width: 100%;
  margin-left: -8px;
  padding: 8px;
}

.headline-02 { /* color purple */
  font-weight: 900;
  font-size: 20px;
  color: #7E3189;
}

.headline-03 { /* color gray border-radius */
  margin-bottom: 12px;
  background: #EFEFEF;
  font-size: 14px;
  font-weight: 900;
  border-radius: 50px;
  padding: 8px 8px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
.headline-01 { /* yellow border */
  font-size: 18px;
  border-left: 10px solid #FCCD21;
  padding-left: 10px !important;
  padding-top: 8px;
}
.headline-02 { /* color purple */
  font-size: 18px;
}
}

/* list-parts */

.items {
  padding: 48px 0;
}

.items .item-box {
  float: left;
  margin-right: 32px;
  font-weight: 900;
}

.items .item-box.right {
  margin-right: 0;
}

.items .item-box .segment {
  padding: 6px;
  background: url(img/bg-area-label.png) no-repeat;
  background-size: contain;
  width: 200px;
  color: #fff;
  font-size: 30px;
}

.items .item-box .segment.hk {
  padding: 6px 6px 6px 28px;
  letter-spacing: 18px !important;
}

.items .item-box .segment.all {
  padding: 6px 6px 6px 40px;
  letter-spacing: 40px !important;
}

.items .item-box .choice {
  padding: 6px 8px;
  margin-top: 14px;
  border: 2px solid #7e3189;
  border-radius: 25px;
  width: 200px;
  text-align: center;
  font-weight: 900;
  color: #7e318e;
}
.items .item-box .inn2 {
  margin-bottom: 16px;
}
.item-box-time {
  overflow: auto;
}

.items .date {
  float: left;
  margin-right: 12px;
  overflow: auto;
}

.items .time {
  float: left;
  margin: 0 12px;
}
.items .name {
  text-align:left;
}

.items h3 {
  font-size: 20px;
  margin-top: 12px;
  text-align: left;
}

.items h3 span {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

.items .place {
  float: left;
  margin-right: 48px;
}

.items .event {
  clear: both;
  float: left;
  margin-right: 4px;
}
.items .event-text{
  width: 408px;
  float:left;
}

.items .detail {
  width: 192px;
  float: right;
}

.items .detail p {
  float:left;
}

.items .detail a {
  width: 100%;
}
.items .detail a:visited {
  color: #000;
}

.items .detail span {
  display: block;
  width: 96px;
  height: 22px;
  border-bottom: 16px solid #fccd21;
  padding-bottom: 14px;
  text-align: center;
  float: left;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  color: #000;
}

.items .detail span:hover {
  border-bottom: 16px solid #F00;
}

/* btn */

.items .item-box-bt .detail-entry,
.items .item-box-bt .apply {
  display: inline-block;
  padding: 16px 0 16px 16px;
  background: #251430;
  margin-right: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.entry-btn.items .item-box-bt .apply:hover,
#entry-btn.items .item-box-bt .apply:hover,
.items .item-box-bt .detail-entry:hover {
  background: #7e318e;
  border: 1px solid #7e318e;
}

.items .item-box-bt .apply:hover {
  border: 1px solid #727171;
  background: #727171;
}

.items .item-box-bt .detail-entry span.bt,
.items .item-box-bt .apply span.bt {
  display: block;
  width: 248px;
  padding: 16px 0;
  margin: -16px 0;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  font-weight: normal;
}

.entry-btn.items .item-box-bt .apply span.bt,
#entry-btn.items .item-box-bt .apply span.bt {
  width: 420px;
  padding: 23px 0;
  font-size: 36px;
  font-weight: 900;
}

.entry-btn.items .item-box-bt .apply span.bt,
#entry-btn.items .item-box-bt .apply span.bt,
.items .item-box-bt .detail-entry span.bt {
  background: #7e318e;
}

.items .item-box-bt .apply span.bt {
  background: #727171;
}

.entry-btn.items .item-box-bt .apply:hover span.bt,
.entry-btn.items .item-box-bt .apply span.bt:hover,
#entry-btn.items .item-box-bt .apply:hover span.bt,
#entry-btn.items .item-box-bt .apply span.bt:hover,
.items .item-box-bt .detail-entry:hover span.bt,
.items .item-box-bt .detail-entry span.bt:hover {
  color: #7e318e;
}

.items .item-box-bt .apply:hover span.bt,
.items .item-box-bt .apply span.bt:hover {
  color: #727171;
}

.entry-btn.items .item-box-bt .apply:hover span.bt,
.entry-btn.items .item-box-bt .apply span.bt:hover,
#entry-btn.items .item-box-bt .apply:hover span.bt,
#entry-btn.items .item-box-bt .apply span.bt:hover,
.items .item-box-bt .detail-entry:hover span.bt,
.items .item-box-bt .detail-entry span.bt:hover,
.items .item-box-bt .apply:hover span.bt,
.items .item-box-bt .apply span.bt:hover {
  background: #fff;
}
/*
.items .item-box-bt .detail-entry span.bt:hover {
  border: 1px solid #7e318e;
}
.items .item-box-bt .apply span.bt:hover {
  border: 1px solid #727171;
}*/

/* thumbnail */

.thumb {
  width: 240px;
  height: 144px;
  overflow:hidden;
  float: left;
  margin-right:24px;
}

.thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.contents-container .catch-image {
  width: 528px;
  height: 344px;
  overflow:hidden;
  margin:32px 24px 32px 32px;;
  float: left;
}

.contents-container .catch-image img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.contents-container .text {
  width: 416px;
  margin-top: 72px;
  float: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
.thumb {
  width: 100%;
  height: auto;
  overflow: visible;
  float: none;

}

.thumb img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.contents-container .catch-image {

  width: auto;
  height: auto;
  overflow:hidden;
  margin: 32px 0 16px 0;
  float: left;
}

.contents-container .catch-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.items .item-box {
  margin-right: 0;
  width: 100%;
}
.items .item-box .inn {
  width: 68%;
  padding-bottom: 8px;
  margin: 0 auto;
}
.items .item-box .inn2 {
  padding-left:20%;
  margin-bottom: 8px;
}


.items .event {
  width: auto;
}

.items .event .inn {
  float: left;
  margin-right: 4px;
}

.items .event .text {
  overflow: auto;
}

.items .event-text {
  overflow: auto;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
}

.btn-detail {
  display: inline-block;
      width: 96px;
      height: 22px;
      border-bottom: 16px solid #fccd21;
      padding-bottom: 14px;
      text-align: center;
}

.item-box-time {
  overflow: visible;
  margin: 0 16px 0 24px;
}

.items .date {
  float: none;
  margin-right: 0;
  overflow: visible;
}

.items .time {
  float: none;
  margin: 0 0 0 24px;
}
.items h3 span {
  font-size: 14px;
}
.items .place {
  float: none;
  clear: both;
}

.break {
  display: inline-block;
}

.items .item-box .segment {
 /* width: 40%;
  padding: 0;
  background: url(img/bg-area-label.png) no-repeat;
  background-size: contain;
  background-position: right;
  font-size: 16px;
  float: left;
  height: auto;
  text-align: right;
  padding: 4px 18px 0 0;*/

  width: 50%;
  min-width: 160px;
  background: url(img/bg-area-label.png) no-repeat;
  background-size: contain;
  background-position: 0;
  font-size: 16px;
  float: left;
  /* height: 37px; */
  padding: 16px 4px;
}

.items .item-box .segment.hk {
  padding: 4px 8px 0 0;
  letter-spacing: 16px !important;
}

.items .item-box .segment.all {
  padding: 4px 14px 0 0;
  letter-spacing: 24px !important;
}

.items .item-box .choice {
  padding: 8px 0;
  margin-top: 8px;
  width: 154px;
  text-align: center;
  float: left;
  font-size: 14px;
}
.items .item-box.right {
  width: 95%;
  margin: 12px auto 0;
}

/* btn */

.items .item-box-bt {
  width: 266px;
  margin: 0 auto;
}

.items .item-box-bt .detail-entry,
.items .item-box-bt .apply {
  display: block;
  padding: 16px 0 16px 16px;
  background: #251430;
  margin-right: 0;
  border: 1px solid #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: 16px 0 0;
}

.entry-btn.items .item-box-bt .apply span.bt,
#entry-btn.items .item-box-bt .apply span.bt {
  width: 420px;
  padding: 23px 0;
  font-size: 36px;
  font-weight: 900;
}

.contents-container .text {
  width: 100%;
  margin-top: 0;
}
}

/* bnrbtn */
.bnrbtn li {
  display: inline-block;
  width: 48%;
}
.btn-el {
  float: right;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-pi {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.btn-pi a,
.btn-el a {
  padding: 24px 8px;
  display: block;
  text-align: right;
  border: 2px solid #7e318f;
  font-size: 20px;
  font-weight: 900;
  color: #7E318E !important;
  background: url(img/icon-libnr-01off.png) no-repeat,
			  url(img/icon-libnr-02off.png) no-repeat;
  background-position: 18px,
  					   104px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn-el a {
  padding: 24px 48px;
  background: url(img/icon-libnr-03off.png) no-repeat;
  background-position: 32px;
}
.btn-el i {
  margin-left: 48px;
}


.btn-pi:hover a {
  background: url(img/icon-libnr-01on.png) no-repeat,
			  url(img/icon-libnr-02on.png) no-repeat;
  background-position: 18px,
  					   104px;
  color: #fff !important;
}

.btn-el:hover a {
  background: url(img/icon-libnr-03on.png) no-repeat;
  background-position: 32px;
  color: #fff !important;
}

.btn-pi:hover,
.btn-el:hover {
  background-color: #7E318E;
}
#entry-sessions img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
#entry-sessions .btn-el a {
  padding: 24px;
}
#entry-sessions .btn-pi a {
  background: url(img/icon-libnr-01off.png) no-repeat,
			  none;
  background-position: 18px;
}
#entry-sessions .btn-pi:hover a {
  background: url(img/icon-libnr-01on.png) no-repeat,
			  none;
  background-position: 18px;
}
}
@media screen and (max-width: 992px) {
#entry-sessions .btn-pi a,
#entry-sessions .btn-el a {
  background: none;
  text-align: center;
  font-size: 18px;
}
#entry-sessions .btn-pi:hover a,
#entry-sessions .btn-el:hover a {
  background: none;
}
#entry-sessions .btn-pi a {
  padding: 16px 8px;
}
#entry-sessions .btn-el a {
  padding: 16px 18px;
}
}

/* ページネーション　*/

#page-guide p {
  color: #666;
  padding-left: 12px;
  text-align: left;
}

.page-num-area {
  max-width: 1000px;
}
.page-numbers {
  width: 100%;
  text-align: right;
  display: inline-block !important;
  margin: 0;
  padding: 0;
}

.page-numbers li {
  display: inline;
  border-left: 1px solid #ccc;
}

.page-numbers li:first-child {
  border-left:0;
}

.page-numbers li a,
.page-numbers.current {
  width: 6%;
  text-align: center;
  color: #000;
}

.prev.page-numbers, .next.page-numbers {
  background: none;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 14px 0;
  float: none;
}

span.page-numbers.dots {
  display: inline-block !important;
  width: 48px;
  padding: 0 12px;
  margin: 0;
}

.prev.page-numbers:focus, .prev.page-numbers:hover, .next.page-numbers:focus, .next.page-numbers:hover {
  background: none;
  color: #222;
}

.bottom-pagenation .page-numbers {
  text-align: center;
}

@media screen and (max-width: 768px) {
.page-numbers {
  width: 100%;
  text-align: center;
}
#page-guide p {
  font-size: 14px;
  padding: 0 16px;
}

#entry-btn.items .item-box-bt .apply span.bt {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 900;
}
}

/*=====================================================================*/
/*  front-page.php
/*=====================================================================*/


#top.wrap main {
  margin-top:0;
  margin: 0;
}

#message {
  padding: 76px 0;
  text-align: center;
  color: #727171;
  font-size: 24px;
}

#lead {
  padding: 64px 0 24px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #B283BB;
}

/* entry-discussion */
#entry-discussion {
  position: relative;
}
#entry-discussion img {
  width: 100%;
}
#entry-discussion a {
  display: block;
  width: 100%;
  height: 100%;
}
#entry-discussion .panel {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background: rgba(247, 200, 33, 0.5);
  text-align: center;
}
#entry-discussion .panel h2 {
  font-size:32px;
  padding: 8px 0;
  line-height: 1;
}
#entry-discussion .panel h3 {
  font-size: 24px;
  padding: 0;
  margin: 0 0 16px;
  color: #fff;
}
#entry-discussion .panel h3 span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px solid #fff;
}
#entry-discussion .panel p {
  font-size: 20px;
}
#entry-discussion .panel h2,
#entry-discussion .panel h3,
#entry-discussion .panel p {
  color: #fff;
  margin-top: 19px;
  margin-bottom: 9.5px;
}
@media screen and (max-width: 768px) {
#entry-discussion .panel {
  position: relative;
  margin-top: -2px;
  background: #FCCD21;
}
#entry-discussion .panel h2 {
  font-size: 20px;
}
#entry-discussion .panel h3 {
  font-size: 14px;
}
#entry-discussion .panel h3 span {
  border-bottom: 1px solid #fff;
}
#entry-discussion .panel p {
  padding: 0 16px 8px;
  font-size: 14px;
}
}

#lead h2 {
  font-size:40px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;

}

#lead h3 {
  font-size: 30px;
  color: #fff;
  padding:0 0 24px;
  margin: 0;
  line-height:1.5;
}
#lead h3 span {
  border-bottom: 4px solid #fff;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

#lead .image-box {
  max-width: 1200px;
  margin: 24px auto 0;
}

#lead .image-box .bnr {
  float: left;
  width: 50%;
}
#lead .image-box .bnr.right{
  float: right;
}

#new-arrival-topics.wrap {
  max-width: 1200px;
  background: #fff;
  margin: 24px auto;
  padding: 24px 0 0;
}
#new-arrival-topics h2 {
  font-size: 24px;
  padding-top: 4px;
  margin-bottom: 36px;
}

#topics {
  margin: 48px 0;
  padding: 24px 0 0;
}

#new-arrival-topics .items,
#topics .items {
  max-width: 920px;
  margin: 0 16px;
  padding: 0;
}

#new-arrival-topics .items .item-box,
#topics .items .item-box {
  max-width: 656px;
  margin: 8px 0 16px;
  line-height: 2;
  font-size: 16px;
  font-weight: 900;
}

#topics-container {
  width: 97%;
  height: 680px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 62px;
}

#topics-container ul li {
  border: 1px solid #ccc;
  border-left: 12px solid #ccc;
  margin-bottom: 40px;
}

#topics-container figure {
  margin: 16px 24px 16px 0;
}

.break {
  display: inline-block;
}

.btn-topicspage img {
  width: auto !important;
}

@media screen and (max-width: 768px) {
#top.wrap {
  padding-left: 0;
  padding-right: 0;
}
#lead .image-box {
  width: auto;
  margin: 24px auto 0;
}

#message {
  padding: 16px;
  font-size: 14px;
  text-align: left;
}

#lead {
  padding: 24px 16px 24px;
  font-size: 14px;
  text-align:left;
  height: auto;
}

#hero.dis.top {
  height: auto;
}

#lead h2 {
  font-size:30px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#lead h3 {
  font-size: 24px;
  color: #fff;
  padding:0 0 24px;
  margin: 0;
  line-height:1.5;
}

#lead .image-box .bnr,
#lead .image-box .bnr.right {
  float: none;
  padding: 0 ;
  width: 100%;
}

#lead .image-box .bnr {
  padding: 0 0 24px 0;
}

#hero.dis.top .title-panel,
#hero.dis.top .title-panel .panel-item {
  position: static;
  height: auto;
}
#hero.dis.top .title-panel {
  padding: 12px 0;
  height: auto;
}

#hero.dis.top .title-panel .panel-item h1,
#lead h1 {
  font-size:20px;
  text-align:center;
  border-bottom: 0;
  padding-bottom: 8px;
}

#hero.dis.top .title-panel .panel-item h2 {
  padding: 0 16px 12px;
}

#hero.dis.top .title-panel .panel-item span,
#lead h2 span {
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}

#hero.dis.top .title-panel .panel-item p {
  font-size: 14px;
  text-align: left;
  padding: 0 16px;
}

#lead .image-box {
  width: 100%;
}

#new-arrival-topics.wrap {
  width: 95%;
  padding: 16px;
  margin: 24px auto 0;
}

#new-arrival-topics .items,
#topics .items {
  width: 100%;
  margin:0;
}

#new-arrival-topics .items .item-box,
#topics .items .item-box {
  width: 100%;
  padding: 0 0 16px 16px;
  font-size: 14px;

}

.wrap-02 {
  width: 100%;
}
#topics-container {
  height: 600px;
}
#topics-container ul li {
  border-left: 10px solid #ccc;
}

#topics-container figure {
  margin: 16px 0 0;
  padding: 0 16px;
}

#topics {
  width: 95%;
  margin: 0 auto;
  padding: 104px 0 0;
}
#new-arrival-topics h2 {
  font-size: 20px;
  margin-bottom: 32px;
}
}

/*=====================================================================*/
/*  session.php
/*=====================================================================*/

#sessions {
  margin: 48px 0;
}

#sessions.lead {
  margin-right:24px;
  background:url(img/icon-session-notice01.png) no-repeat;
  background-size: 128px;
  background-position: 0 40px;
  background-color: #fbf7f7;
}

#search .inner {
  border: 1px solid #ccc;
}

#search h4 {
  width: 256px;
  border: 2px solid #FCCD21;
  text-align: center;
  margin: 24px auto;
  padding: 6px 0;
}

#search h5 {
  float: left;
  color: #FCCD21;
  margin-left: 128px;
  padding: 0;
}

#search .cl {
  padding-right: 26px;
}

#result h2 {
  margin: 32px 0;
  padding: 10px;
  font-size: 18px;
}

#result-container {
  border: 1px solid #ccc;
  text-align: left;
}

#result-container .inner {
  margin: 48px 48px 24px;
  width: auto;
}

#result-container ul li {
  border-bottom: 1px solid #CCC;
}

#result-container ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
#sessions {
  margin: 32px 0 0;
}

#sessions.lead {
  margin-right:0;
  background: none;
  padding: 0;
  font-size: 18px;
}

#result,
#search {
  padding: 16px 16px 0;
}
#search .inner {
  border: 1px solid #ccc;
}

#search h4 {
  width: 256px;
  border: 2px solid #FCCD21;
  text-align: center;
  margin: 24px auto;
  padding: 6px 0;
}

#search h5 {
  float: none;
  color: #FCCD21;
  margin-left: 0;
  padding: 0;
  text-align: center;
}

#result h2 {
  margin: 16px 0;
  padding: 6px;
  font-size: 16px;
}

#result-container {
  border: 0;
}

#result-container .inner {
  margin: 0;
  width: auto;
}

#result-container ul li {
  border-bottom: 1px solid #CCC;
}

#result-container ul li:last-child {
  border-bottom: none;
}
}

/*=====================================================================*/
/*  single-sessions.php
/*=====================================================================*/

#single-detail.session main {
  border: 1px solid #ccc;
  padding-top: 36px;
}

#hero.detail_sessions {
  position: relative;
  height: 224px;
}
#hero.detail_sessions .panel{
  position: absolute;
  top: 12%;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: 0;
}
#hero.detail_sessions .panel h1 {
  display: block;
  padding: 32px 80px;
  background: rgba(110, 41, 127, 0.7);
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}
#hero.detail_sessions .img-hero-detail_sessions {
  height: 100%;
  background: url(img/img-session-mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
#hero.detail_sessions .panel{
  position: relative;
  top: 0;
  left: 0;
}
#hero.detail_sessions .panel h1 {
  padding: 16px;

  background: #7E318E;
  font-size: 16px;
}

}

#hero.sessions .img-hero-detail_sessions {
  height: 100%;
  background: url(img/img-session-mainvisual02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* table reset*/
td,tr,th {
  padding:0;
  margin: 0;
}

table#req {
 border-collapse:separate;
 border-spacing: 0px 28px;
}

#req th.ttl {
  text-align: center;
  width: 160px;
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
  padding: 24px 0;
}


#req td {
 border:1px solid #ccc;
 padding: 24px;
 font-size: 20px;
}

#req .spc {
  width: 16px;
  border: none;
  padding: 0;
}

#req .items {
  padding:0;
}

.g1 {
  background: #fccd21;
}
.g2 {
  background:#7E318E;
  color: #fff;
}
.g3 {
  background:#727171;
  color: #fff;
}

#entry-btn.items {
  text-align: center;

}


@media screen and (max-width: 768px) {
#single-detail.session main {
  border: 0;
  padding: 0 16px;
  margin-top: 48px;
}

#single-detail.session .item-box-time {
  margin: 0;
}

#single-detail.session .item-box-time .time{
  margin: 0 16px 0 0;
}

#req th.ttl,
#req td {
  font-size: 12px;
}
#req th.ttl {
  width: 25%;
}

#req .spc {
  width: 12px;
}
}

/*=====================================================================*/
/*  single-entry.php
/*=====================================================================*/
.ml6em{
  margin-left: 6em;
}

.ml6_2em{
  margin-left: 6.2em;
}
@media screen and (max-width: 768px) {
  .ml6_2em{
    margin-left: 0;
  }
}

.ml1em_sp{
  margin-left: 0;
}

.ml2em_pc{
  margin-left: 2em;
}

.ml1em_pc{
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .ml2em_pc,.ml1em_pc{
    margin-left: 0;
  }

  .ml1em_sp{
    margin-left: 1em;
  } 
}

#single-detail.entry {
  background: none;
}
#single-detail.entry ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
}
#single-detail.entry dd {
  margin-left: 20px;
  margin-bottom: 8px;
}
#single-detail.entry ul li {
  list-style: none;
  margin-bottom: 8px;
}
#single-detail.entry ul li span.num {
  float:left;
}
#single-detail.entry ul li span.text {
  display: block;
  margin-left: 24px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
#single-detail.entry ul li span.text {
  margin-left: 12px;
}
}

.reference-link{
color:#7b368c;
text-decoration: underline;
}

.reference-link:hover{
  color:#7b368c;
  }

/* guide */ 
#single-detail.entry .guide-container {
  max-width: 1200px;
  margin: 34px auto 0;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
#single-detail.entry .guide-container {
  margin: 81px auto 0;
}
}
#single-detail.entry .guide-container ul {
  /* background: #fccd21; */
  padding: 12px;
}
#single-detail.entry .guide-container ul li {
  display: inline-block;
  width: 100%;
  margin: 24px 24px;
}
/* #single-detail.entry .guide-container ul li a {
  display: block;
  width: 100%;
  background: #fff url(img/icon-entry-w_arrow.jpg) center 88% no-repeat;
  background-size: 54px;
  padding: 24px 32px 48px;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
} */
/* ---------- > hover */
#single-detail.entry .guide-container ul li a:hover {
  opacity: .8;
}
#single-detail.entry .guide-container ul li a:visited,
#single-detail.entry .guide-container ul li a:focus,
#single-detail.entry .guide-container ul li a:hover{
  color: #000;
}
#single-detail.entry main {
  border: 1px solid #ccc;
  padding-top: 36px;
}

#single-detail.entry .wrap {
  padding: 12px;
  margin: 48px auto;
}
#single-detail.entry .content-area {
  background: #fff;
}

/* h2 */
#single-detail.entry h2 {
  margin: 32px 0;
  padding: 10px;
  font-size: 24px;
}
#single-detail.entry h2::before {
  content: '';
  background-color: #7e318e;
  padding: 8px;
  margin-right: 18px;
}


#hero.sub.entry .title-panel .panel-item.detail {
  width:620px;
  top: 120px;
  background: rgba(110, 41, 127, 0.7);
  padding: 32px 64px;
}

/* btn */

#single-detail {
  text-align: left;
}

#single-detail.entry .items {
  text-align: center;
}
#single-detail.entry .entry-btn.items .item-box-bt .apply span.bt {
  width: 100%;
  padding: 24px;
}

/* table reset*/
#single-detail.entry table {
  margin: 0;
  padding: 12px;
}

/* attention */
p.attention {
  font-size: 18px;
  margin: 40px 0;
}
#single-detail.entry p.attention {
  padding: 0 12px;
}
#single-detail.entry p.attention.none {
  padding: 48px;
}

#single-detail.entry p.attention span {
  padding-left: 16px;
}



.attbold {
  font-weight: bold;
}

.sspview {
  display: none;
}

@media screen and (max-width: 768px) {
#single-detail.entry main {
  border: 0;
  padding: 0 16px;
}

#single-detail.entry .wrap {
  padding: 0;
}


#hero.sub.entry .title-panel .panel-item.detail {
  width:100%;
  top: 0;
}

/* guide */ 
#single-detail.entry .guide-container ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
}
#single-detail.entry .guide-container ul li a {
  display: block;
  background-size: 40px;
  padding: 16px 0 32px;
  font-size: 18px;
  width: auto;
}

/* h2 */
#single-detail.entry h2 {
  margin: 16px 0;
  padding: 6px;
  font-size: 18px;
}

/* btn */
#single-detail.entry .entry-btn.items .item-box-bt .apply span.bt {
  font-size: 24px;
}

#single-detail.entry .item-box-time {
  margin: 0;
}

#single-detail.entry .entry-btn.items .item-box-bt {
  width: 100%;
  padding: 24px;
}
#single-detail.entry p.attention {
  font-size: 12px;
}
#single-detail.entry p.attention span {
  padding-left: 0;
}
.sspview {
  display: none;
}
}
@media screen and (max-width: 480px) {
#single-detail.entry .entry-btn.items .item-box-bt .apply span.bt {
  font-size: 18px;
}
.sspview {
  display: block;
}

/* h2 */
#single-detail.entry h2::before {
  content: '';
  display: block;
  width: 16px;
  height: 38px;
  padding: 0;
  float: left;
}

/* guide */ 
#single-detail.entry .guide-container ul li a {
  background-size: 32px;
  padding: 10px 8px 28px;
  font-size: 12px;
  width: auto;
}

/* table */
#single-detail.entry #req td {
 padding: 6px;
}
}

/*=====================================================================*/
/*  topics.php/single-topics.php
/*=====================================================================*/

/* hero */
#hero {
  position: relative;
  height: 224px;
}
#hero.topics .img-hero-topics,
#hero.entry .img-hero-entry,
#hero.entry .img-hero-gallery { /* header css */ }

/* panel */
#hero .panel {
  position: absolute;
  top: 18%;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: 0;
}
@media screen and (max-width: 768px) {
#hero .panel{
  position: relative;
  top: 0;
  left: 0;
}
}
/* panel main-title */
#hero .panel h1 {
  display: block;
  padding: 32px 80px;
  background: rgba(110, 41, 127, 0.7);
  text-align: center;
  font-size: 24px;
  color: #fff;
}
#hero.entry .panel h1{
  padding: 32px 200px;
}


#hero.sessions .panel h1 {
  width: 448px;
}

@media screen and (max-width: 768px) {
#hero .panel h1,
#hero.sessions .panel h1 {
  margin: 0;
  padding: 16px;
  background: #7E318E;
  font-size: 16px;
}

#hero.sessions .panel h1 {
  width: 100%;
}
/* #hero.sessions .panel h1 {
  font-size: 20px;
} */
#hero.entry .panel h1,
#hero.sessions .panel h1 {
  padding: 32px 0;
}
}

/* panel sub-title */
.panelTitle {
  font-size: 28px;
}
.panel .panelSubtitle {
  font-size: 20px;
}
@media (max-width: 768px) {
.panelTitle {
  font-size: 20px;
}
.panel .panelSubtitle {
  font-size: 16px;
}
}
@media (max-width: 480px) {
.panelTitle {
  font-size: 18px;
}
.panel .panelSubtitle {
  font-size: 14px;
}
}


/* --- contents --- */

/* body */
#gallery {
  margin: 64px 0;
}
@media screen and (max-width: 768px) {
/*
#gallery {
  margin: 148px 0 64px;
}
*/
#gallery {
  margin: 0 0 64px;
}
}


/* h2 */
#gallery h2:nth-child(n+2) {
  margin-top: 10%;
}
#topics h2 {
  font-size: 24px;
  padding-top: 4px;
  margin-bottom: 36px;
}
#topics.detail h2 {
  margin: 32px 0;
  padding: 0 14px;
  font-size: 22px;
  height: auto;
}

@media screen and (max-width: 768px) {
#topics h2 {
  font-size: 20px;
  margin-bottom: 32px;
}
}
/* single */
#single-detail .items .item-box {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#single-detail .items .event {
  width: 100%;
}

#single-detail .items {
  width: 100%;
}

#single-detail main {
  border: 1px solid #ccc;
}

#topics.detail {
  margin: 40px 0;
  padding: 0 10px;
}

#topics.detail h4 {
  font-size: 18px;
  margin: 24px 0;
  padding: 0 14px;
}

.entry-category,
.entry-status .date-status {
  border-bottom: 4px solid #ccc;
  padding-right: 8px;
  margin-right: 16px;
  vertical-align: bottom;
}

.entry-category,
.entry-status,
.entry-status p.status,
.entry-status .date-status {
  display: inline-block;
}


.entry-status time {
  background: url(img/icon-clock.jpg) no-repeat;
  background-size: contain;
  color: #727171;
  padding: 4px 16px 4px 36px;
  font-size: 16px;
}

.entry-category h3 {
  height: 32px;
  background: url(img/icon-category.jpg) no-repeat;
  background-size: 27px;
  padding: 2px 16px 2px 36px;
  font-size: 16px;
  color: #727171;
  margin: 0;
}

.entry-status time,
.entry-status p.status {
  color: #727171;
  font-weight: 900;
  vertical-align: top;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
#topics.detail {
  margin: 0 auto 24px;
  padding: 16px;
}
#topics.detail h4 {
  font-size: 14px;
  margin: 16px 0 0;
  height: auto;
}
.entry-category,
.entry-status .date-status {
  margin-bottom: 8px;
  border-bottom: 2px solid #ccc;
}
.entry-status time,
.entry-status p.status,
.entry-category h3 {
  font-size: 14px;
}
#single-detail main {
  border: 0;
}
}


/*=====================================================================*/
/*  demonstrator-work/voice/zadankai/index
/*=====================================================================*/

/* work */
#demonstrator-work.wrap {
  max-width: 1264px;
  padding: 10% 6%;
  text-align: left;
}

/* voice */
#demonstrator-voice.wrap {
  background: #f0f0f0;
  max-width: 1264px;
  padding: 12% 6% 3%;
}
#demonstrator-voice.wrap {
  padding-top: 68px;
  text-align: left;
}
#demonstrator-voice.wrap main {
  background: #EAEAEA;
  padding-top: 68px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
#demonstrator-voice.wrap,
#demonstrator-work.wrap {
  min-width: 100%;
  padding: 16px 0;
}
#demonstrator-voice.wrap {
  background: #fff;
}
#demonstrator-voice.wrap main,
#demonstrator-work.wrap main {
  padding: 0;
  background: none;
  max-width: 100%;
  margin: 0 auto;
}
#demonstrator-work .mod .box {
  background: #fff;
}
}


/* hero */
#hero.dis .title-panel,
#hero.dv .title-panel {
  position: relative;
  width: 100%;
  height: 232px;
  background: rgba(110, 41, 127, 0.4);
}

#hero.dis .title-panel {
  max-width: 980px;
  background: rgba(247, 200, 33, 0.5);
  margin: -136px auto -32px;
  height: 248px;
}

#hero.dis .title-panel.title-vol3 {
  margin: -172px auto -32px!important;
  height: 194px!important;
}

@media screen and (max-width: 768px) {
#hero.dis .title-panel.title-vol3 {
  margin: -5px auto 16px!important;
  height: auto!important;
}
}

#hero.dv .title-panel {
  top: 698px;
}

#hero.dis .title-panel .panel-item,
#hero.dv .title-panel .panel-item {
  position: relative;
  max-width:1200px;
  margin:0 auto;
  top: 0;
  background: none;
}

#hero.dis .title-panel .panel-item {
  text-align: center;
  top: 0;
}

#hero.dv .title-panel .panel-item {
  top: 56px;
}

#hero.dv {
  height: 928px;
}



#hero.dv .title-panel .panel-item h2,
#hero.dw .title-panel .panel-item h2 {
  font-size: 32px;
  text-align: left;  
  padding-bottom: 24px;
}
#hero.dw .title-panel .panel-item h2 {
  padding-bottom: 8px;
}
#hero.dv .title-panel .panel-item h2 span,
#hero.dw .title-panel .panel-item h2 span {
  border-bottom: 2px solid #fff;
}

#hero.dv .title-panel .panel-item p,
#hero.dw .title-panel .panel-item p {
  font-size: 20px;
  text-align: left;
}

#hero.dis .title-panel .panel-item h1 {
  color:#fff;
  font-size: 40px;
  text-align: center;
}
#hero.dis .title-panel .panel-item h1 span {
  font-size: 24px;
}
#hero.dis .title-panel .panel-item p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

/* demonstrator work */

#hero.dw .title-panel {
  position: relative;
  width: 100%;
  height: 232px;
  background: rgba(110, 41, 127, 0.4);
}

#hero.dw,
#hero.dis {
  min-width:100%;
  height: auto;
}

#hero.dw .inner {
  width: 100%;
  position: inherit;
  left: 0;
  margin-left: 0px;
}

#hero.dw .title-panel {
  position: absolute;
  width:100%;
  height: 232px;
  bottom: 0;
  background: rgba(110, 41, 127, 0.4);
}
#hero.dw.dwp .title-panel {
  bottom: 0;
}

#hero.dw .title-panel .panel-item {
  position: relative;
  max-width:1200px;
  top: 0;
  background: none;
  padding-left: 16px;
}

@media screen and (max-width:1680px){
}

@media screen and (max-width:1280px){

#hero img {
  width: 100%;
  max-width:100%;
}

#hero.dw {
  max-width: 1200px;
}

#hero.dw .title-panel {
  height: 168px;
}


#hero.dw .title-panel .panel-item h2 {
  font-size: 24px;
}

#hero .title-panel .panel-item {
    padding: 18px 0 0 16px;
}

#hero.sub .title-panel .panel-item {
    padding: 18px 0 18px 16px;
}

#hero.dv .title-panel .panel-item p,
#hero.dw .title-panel .panel-item p {
  font-size: 16px;
}
}

@media screen and (max-width: 768px) {
#hero.dv,
#hero.dis {
  height: auto;
}

/* dw */

#hero.dw {
  height: auto;
  width: auto;
  margin-top: 10px;
}


#hero.dw h1 {
  margin: 0;
  line-height: 0;
}

#hero.dw .title-panel {
  position: relative;
  height: auto;
  top: 0;
  padding: 8px;
}

/* ***** */

#hero.dv .inner{
  margin:0;
}

#hero.dis .title-panel {
  width: 100%;
  background: #FCCD21;
}

#hero.dis .title-panel,
#hero.dv .title-panel {
  height: auto;
  top: 0;
  padding: 16px;
}



#hero.dis .title-panel {
  padding: 16px 16px;
  margin: -5px auto 16px;
}

#hero.dv .title-panel,
#hero.dv .title-panel.prof {
  top: -14px;
}

#hero.dv .title-panel.prof {
  background: #7E318E;
  color: #fff;
  text-align: center;
}

#hero.dv .title-panel.prof h1,
#hero.dv .title-panel.prof h2 {
  color: #fff;
  margin:0;
  padding:0;
}

#hero.dv .title-panel.prof h1 {
  font-size:18px;
  text-align: center;
}
#hero.dv .title-panel.prof h2 {
  font-size:18px;
  text-align:center;
  padding: 10px 0;
}
#hero.dv .title-panel.prof h2 span {
  border-radius:30px;
  color: #7E318E;
  background: #fff;
  padding: 3px 12px;
}

#hero.dw .title-panel,
#hero.dv .title-panel {
  background: #251430;
}

#hero.dis .title-panel .panel-item,
#hero.dv .title-panel .panel-item,
#hero.dw .title-panel .panel-item {
  width:100%;
  line-height: 1.5;
}
#hero.dv .title-panel .panel-item h2,
#hero.dw .title-panel .panel-item h2 {
  font-size: 16px;
}
#hero.dv .title-panel .panel-item p,
#hero.dw .title-panel .panel-item p {
  font-size: 14px;
}
#hero.dv .title-panel .panel-item {
  top: 0;
  padding: 0;
}

#hero.dis .title-panel .panel-item h1 {
  color:#fff;
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #fff;
}
#hero.dis .title-panel .panel-item h1 span {
  font-size: 16px;
}
#hero.dis .title-panel .panel-item p {
  text-align: left;
  font-size: 14px;
}
}

/**********************************************************************/
/*************************** main-visual ******************************
/**********************************************************************/
/* dwp ピアノデモンストレーターワーク
   dwe エレクトーンデモンストレーターワーク
   pdv 先輩の声ピアノデモンストレーター
   edv 先輩の声エレクトーンデモンストレーター
*/

.main-visual .inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height:648px;
}

/*************** voice *****************/

.main-visual.pdv {
  background: url(img/bg-pdv-mainvisual.jpg) center center no-repeat;
  background-size: cover;
}

.main-visual.edv {
  background: url(img/bg-edv-mainvisual.jpg) center center no-repeat;
  background-size: cover;
}

.main-visual .inner .panel {
  position: absolute;
  bottom: -20px;
  vertical-align: bottom;
  line-height: 1.5;
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.main-visual .inner .panel .panel-inn {
  position: relative;
  height: 168px;
  background: rgba(110, 41, 127, 0.4);
}
.main-visual .inner .panel .panel-inn-inn {
  max-width:1200px;
  margin: 0 auto;
}

.main-visual .inner .panel p {
  font-size: 19px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0 24px;
}
.main-visual.pdv .inner .panel p {
  font-size: 16px;
}

.main-visual .inner h1{
  position: absolute;
  right: 10%;
  bottom: 159px;
}

.main-visual.edv .inner h1 {
  position: absolute;
  bottom: 159px;
  right: 10%;
}

.main-visual.edv .inner h2 {
  position: absolute;
  bottom: 158px;
}

@media screen and (max-width:1280px){
.main-visual.pdv {
  max-width: 1200px;
}

.main-visual.edv {
  max-width: 1200px;
}

.main-visual .inner {
  height:594px;
}
.main-visual .inner .panel .panel-inn-inn {
  width: auto;
}

.main-visual .inner h1{
  width: 50%;
  right: 6%;
}
.main-visual img {
  width: 100%;
}
.main-visual.edv .inner h1 {
  width: 20%;
  right: 6%;
}

.main-visual.edv .inner h2 {
  width: 36%;
}
}

/*  main-visualここまで  */

/* workコンテンツ */

.mod .box .text.right {
  background: #1a1a1a;
  color: #fff;
}

figcaption.text h2 {
/*  padding:72px 0 12px;*/
  text-align:center;
}

figcaption.text.right h2 {
  color: #fff;
}

figcaption.text h2 span {
  padding: 8px 12px;
  border:1px solid #000;
}

figcaption.text.right h2 span {
  border:1px solid #fff;
}

figcaption.text {
  text-align:center;
}

@media screen and (max-width: 1200px) {
figcaption.text h2 {
/*  padding: 32px 0 12px;*/
}
}
@media (max-width: 992px) {
.main-visual .inner .panel p {
  font-size: 16px;
}
figcaption.text h2 {
/*  padding: 12px;*/
  font-size: 18px;
}
figcaption.text h2 span {
  font-size: 18x;
}
}
@media screen and (max-width: 768px) {

figcaption.text h2 {
  padding: 32px 0 12px;
  text-align: center;
  font-size: 18px;
}
figcaption.text {
  text-align: left;
  font-size: 14px;
}
.mod .box .text.right {
  background: none;
  color: #000;
}

figcaption.text.right h2 {
  color: #000;
}

figcaption.text h2 span,
figcaption.text.right h2 span {
  border:1px solid #000;
  display: block;
  width:248px;
  margin: 0 auto;
}
}

/* voiceコンテンツ */
#demonstrator-voice .inner {
  width: auto;
  max-width: 1200px;
}

#demonstrator-voice .mod {
  width: 100%;
  margin: 0 auto;
  height: auto;
  clear: both;  
  margin-bottom: 40px;
}

#demonstrator-voice .mod .text-box {
  float: left;
  margin: 0;
}

#demonstrator-voice .mod .image-box {
  float: left;
}

#demonstrator-voice .mod .image-box.right {
  float: right;
  margin: 0;
}
#demonstrator-voice .mod .image-box.box2.right {
  float: right;
  margin: 0;
  width: 340px;
  height: 294px;
  overflow: hidden;
}
/* --- テキストボックス --- */
#demonstrator-voice .mod .text-box {
  width: 64%;
  padding: 0 24px;
  background-image: url(img/bg-pdv-top-left.png),
  					url(img/bg-pdv-under-right.png);
  background-repeat:no-repeat,
  					no-repeat;
  background-position: -2px -1px,
                       bottom right;
  background-color: #fff;
  font-size: 14px;
}
#demonstrator-voice .mod .text-box .inn {
/*  padding: 24px 8px 25px 24px;*/
  padding: 0 16px 16px 0;
}
/* ピアノ */
#demonstrator-voice.piano .mod .text-box {
  line-height: 24px;
}
#demonstrator-voice.piano .mod .text-box.top-box {
  position: relative;
/*  padding: 24px 8px 14px 24px;*/
}
#demonstrator-voice.piano .mod .text-box.mid-box {
  position: relative;
  float: right;
/*  padding: 24px 8px 28px 24px;*/
  text-align: left;
}
@media (max-width: 1180px) {
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* エレクトーン */
#demonstrator-voice.el_organ .mod .text-box {
  position: relative;
  width: 64%;
  float: right;
  line-height: 1.6;
}
#demonstrator-voice.el_organ .mod .text-box.left {
  float: left;
  padding: 0 24px;
}

/*
#demonstrator-voice .mod #el.text-box {
  position: relative;
}
*/

#demonstrator-voice .mod .text-box.single {
  position: relative;
  width: 100%;
  padding: 0 24px 24px;
}
#demonstrator-voice .mod .text-box h3.top-line {
  padding-top: .8em;
}
#demonstrator-voice .mod .text-box h3 {
  margin-bottom: 8px;
}

#demonstrator-voice .mod .image-box {
  width: 34%;
}
#demonstrator-voice .mod .box .image-box img {
  width: 100%;
}

@media (max-width: 1180px) {
#demonstrator-voice .mod .text-box {
  font-size: 12px;
}
#demonstrator-voice .mod .text-box h3 {
  padding-top: 0;
}
#demonstrator-voice .mod .image-box.box2.right {
  width: 34%;
  height: auto;
}
#demonstrator-voice.el_organ .mod .text-box.left {
  padding: 0 24px;
}
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* 先輩の声2 */
/* mod1 */
.mod.mod1 .image-box {
  width: 44% !important;
}
.mod.mod1 .text-box {
  width: 54% !important;
}


/* mod4 */
.mod.mod4 {
  background: #fff;
}
.mod.mod4 .image-box {
  padding: 16px;
}
.mod.mod4 .text-box,
.mod.mod4 .text-box::before {
  background-image: none !important;
}
.mod.mod4 h3 {
  display: inline-block;
  margin: 0 0 19px 0;
  padding: 12px;
  background: #7E3189;
  font-size: 20px;
  color: #fff;
}

/* common */
.clmr2p { margin-right: 2% !important; }

@media (max-width: 768px) {
.mod.mod1 .image-box {
  width: 50% !important;
}

.mod.mod4 .image-box {
  padding: 16px;
}
.mod.mod4 .image-box.right {
  float: none !important;
  margin: 0 auto !important;
}
.mod.mod4 .image-box img {
  max-width: 100%;
  min-width: 240px;
  width: auto; 
}
.mod.mod4 h3 {
  display: block;
  margin: 19px 0 19px;
  text-align: center;
}
/* common */
.clmr2p { margin-right: 0 !important; }
}


/* other-contents */
#other-contents .mod {
  display: table;
  width: 88%;
  margin: 0 auto;
}
#other-contents .mod .image{
  display: table-cell;
  padding: 0 16px;
}
#other-contents .mod .image-sp {
  display: none;
}
@media (max-width: 768px) {
#other-contents .mod .image{
  display: none;
}
#other-contents .mod .image-sp {
  display: block;
  margin: 16px 0;
}
}
@media (max-width: 480px) {
}

/* 1日の流れ　*/

#day-work.mod .text-box.el,
#day-work.mod .text-box {
  width: 100%;
  padding: 24px;
  background-image: url(img/img-pdv-03.png);
  background-repeat:no-repeat;
  background-position: bottom right;
  background-color: #fff;
  background-size: 30%;
  font-size: 16px;
}

#day-work.mod .text-box.el {
  background-image: url(img/img-edv-03.png);
  background-repeat:no-repeat;
  background-position: bottom left;
  background-color: #fff;
  background-size: 30%;
}

#day-work.mod .text-box h4 {
  font-size: 22px;
  margin: 0;
  padding: 0 0 0 24px;
}

#el {
  float: right;
  list-style: none;
}

ol,ul { list-style: none;}

#el li {
  width: 592px;
}

@media (max-width: 1180px) {
}
@media (max-width: 991px) {
#day-work.mod .text-box.el,
#day-work.mod .text-box {
  background-image: none;
}
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* piano */

#day-work.mod .text-box ol li:first-child {
  background: url(img/icon-pdv-clock0730.jpg) no-repeat;
  background-position: 0;
}

#day-work.mod .text-box ol li:nth-child(2){
  background: url(img/icon-pdv-clock0930.jpg) no-repeat;
  background-position: 0;
  clear: both;
}
#day-work.mod .text-box ol li:nth-child(3){
  background: url(img/icon-pdv-clock1130.jpg) no-repeat;
  background-position: left 6px;
  clear: both;
}
#day-work.mod .text-box ol li:nth-child(4){
  background: url(img/icon-pdv-clock1400.jpg) no-repeat;
  background-position: 0;
  clear: both;
}
#day-work.mod .text-box ol li:nth-child(5){
  background: url(img/icon-pdv-clock1800.jpg) no-repeat;
  background-position: 0 3px;
  clear: both;
}
#day-work.mod .text-box ol li:nth-child(6){
  background: url(img/icon-pdv-clock1700.jpg) no-repeat;
  background-position: 0 3px;
  clear: both;
}
#day-work.mod .text-box ol li:nth-child(5) p,
#day-work.mod .text-box ol li:nth-child(6) p,
#day-work.mod .text-box ol li:nth-child(5) dl dd,
#day-work.mod .text-box ol li:nth-child(6) dl dd {
  padding-top: 10px;
}

/* electone */
#day-work.mod .text-box #el li:first-child {
  background: url(img/icon-edv-clock1100.jpg) no-repeat;
  background-position: 0;
}
#day-work.mod .text-box #el li:nth-child(2){
  background: url(img/icon-edv-clock1300.jpg) no-repeat;
  background-position: 0 10px;
  clear: both;
}
#day-work.mod .text-box #el li:nth-child(3){
  background: url(img/icon-edv-clock1400.jpg) no-repeat;
  background-position: 0 10px;
  clear: both;
}
#day-work.mod .text-box #el li:nth-child(4){
  background: url(img/icon-edv-clock1700.jpg) no-repeat;
  background-position: 0 10px;
  clear: both;
}
#day-work.mod .text-box #el li:nth-child(5){
  background: url(img/icon-edv-clock1800.jpg) no-repeat;
  background-position: 0 3px;
  clear: both;
}

#day-work.mod .text-box ol li p {
  float: left;
  width: 120px;
  color: #7E3189;
  text-indent: 42px;
  padding-top: 16px;
}

#day-work.mod .text-box ol li:nth-child(3) p {
  padding-top: 24px;
}

/* piano */
#day-work.mod.piano .text-box ol li:nth-child(3) p.am {
  float: none;
}
#day-work.mod.piano .text-box ol li:nth-child(3) p {
  padding-top: 0;
}
#day-work.mod.piano .text-box ol li:nth-child(3) div {

  width: 118px;
  float: left;
}

#day-work.mod .text-box #el li:nth-child(3) p {
  padding-top: 16px;
}

#day-work.mod .text-box dl dt {
  color: #7E3189;
  padding: 0;
  margin: 0;
}
#day-work.mod .text-box dl dd {
  color: #000;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#day-work.mod .text-box #el dl dd {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
#el {
  float: none;
}

#el li {
  width: auto;
}

#demonstrator-voice .inner {
  width: 100%;
}

#day-work.mod .text-box.el,
#demonstrator-voice .mod .text-box {
  width: 100% !important;
  padding: 16px !important;
  background-image:none;
  font-size: 14px;
}
#demonstrator-voice .mod .image-box {
  width: 50%;
  padding: 3px;
  float: left;
}
#demonstrator-voice .mod {
  margin-bottom: 0;
}

#day-work.mod .text-box dl {
  clear: both;
}

#day-work.mod .text-box.el li,
#day-work.mod .text-box ol li {
  height: auto;
}

/* piano */
#day-work.mod .text-box ol li:first-child {
  background: url(img/icon-pdv-clock900.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box ol li:nth-child(2){
  background: url(img/icon-pdv-clock1000.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box ol li:nth-child(3){
  background: url(img/icon-pdv-clock1130.jpg) no-repeat;
  background-position: inherit;
  margin-bottom: 0;
}
#day-work.mod .text-box ol li:nth-child(4){
  background: url(img/icon-pdv-clock1230.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box ol li:nth-child(5){
  background: url(img/icon-pdv-clock1500.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box ol li:nth-child(6){
  background: url(img/icon-pdv-clock1700.jpg) no-repeat;
  background-position: inherit;
}
/* electone */
#day-work.mod .text-box #el li:first-child {
  background: url(img/icon-edv-clock1100.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box #el li:nth-child(2){
  background: url(img/icon-edv-clock1300.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box #el li:nth-child(3){
  background: url(img/icon-edv-clock1400.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box #el li:nth-child(4){
  background: url(img/icon-edv-clock1700.jpg) no-repeat;
  background-position: inherit;
}
#day-work.mod .text-box #el li:nth-child(5){
  background: url(img/icon-edv-clock1800.jpg) no-repeat;
  background-position: inherit;
}


#demonstrator-voice .mod .image-box {
  float: left;
  margin-right: 0;
}
#day-work.mod .text-box h4 {
  font-size: 14px;
}
#day-work.mod .text-box dl dt {
  padding: 10px 10px 0;
}
#day-work.mod .text-box dl dd {
  padding: 0 10px 10px;
  margin:0;
}
}

/* リンクエリア */

#other-contents .wrap {
  background: #fff;
  margin-top: 32px;
  padding-top: 32px;
  max-width: 1200px;
  text-align:left;
}

#other-contents p {
  padding: 0 0 24px 24px;
}

#other-contents .image {
  text-align:center;
}

#other-contents .bnr a,
#other-contents .image a {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

#other-contents .btn-pi {
  max-width: 96%;
  margin: 40px auto;
}

#other-contents .btn-pi a {
  display: block;
  width: 100%;
  padding: 24px 0 24px 16%;
  background-position: 2%,
					  14%;
  text-align: center;
}


#other-contents .btn-pi:hover a {
  background: url(img/icon-libnr-01on.png) no-repeat,
			  url(img/icon-libnr-02on.png) no-repeat;
  background-position: 2%,
    				  14%;
  color: #fff;
}

#other-contents .btn-el a {
    max-width: 854px;
    background-position: 2%,
    					14%;
}

#other-contents .btn-el:hover a {
  background: url(img/icon-libnr-03on.png) no-repeat;
  background-position: 72px;
  color: #fff;
}

#other-contents .bnr a:hover,
#other-contents .image a:hover {
  opacity: 0.7;
}

#other-contents .wrap-02 {
  width: 100%;
  background: #fff;
  margin: 32px 0;
  padding: 32px 0;
  max-width: 1200px;
}

#other-contents .wrap-02 h3 {
  margin: 64px 64px 0;
}

#other-contents .wrap-02 .inner {
  border: 1px solid #ccc;
}

#other-contents .wrap.bnr-link {
  position: relative;
  background: none;
  margin: 0 auto;
  padding: 24px 0 62px;
}

#other-contents .wrap.bnr-link #btn-to-top {
  position: absolute;
  right: 0;
  margin: -80px 12px 0 0;
}
#sessions-info.lead {
  margin-right:24px;
  background:url(img/icon-session-notice02.jpg) no-repeat;
  background-size: 128px;
  background-position: 56px 40px;
  font-size: 18px;
  text-align: left;
}

#sessions-info.lead p {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {

#other-contents .wrap,
#other-contents .wrap-02 {
  margin-top: 0;
  padding: 16px;
}

#other-contents .wrap-02 {
  min-width: 100%;
}
#other-contents .wrap-02 .inner {
  border: 0;
}
#other-contents .wrap-02 h3 {
  margin: 8px 0;
}
#other-contents .wrap.bnr-link {
  width: 100%;
  padding: 0;
}
#sessions-info.lead {
  font-size: 14px;
  background: none;
}
#sessions-info.lead p,
#other-contents p {
  font-size: 14px;
  text-indent: 0;
  padding-bottom: 0;
}

.bnr.clearance48-0.spview {
  padding: 0;
}

#other-contents .wrap.bnr-link #btn-to-top {
  position: relative;
  right: 0;
  margin: 12px 12px 0 0;
}
}


/* New arrivals */

#new-arrivals {
  max-width: 1200px;
  background: #fff;
  padding-bottom: 120px;
}

.new-arrivals-main {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
#new-arrivals {
  min-width: 100%;
  padding-bottom: 0;
}

.new-arrivals-main {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
}


/*=====================================================================*/
/*  zadankai
/*=====================================================================*/
#zad.wrap {
  max-width: 100%;
  background: #fff;
  padding-top: 88px;
}

#zad main {
  max-width: 1200px;
  margin: 0 auto;
}

.talkers {
  width: 100%;
}

.profile-container {
  float: left;
  width: 24%;
  position: relative;
  margin: .5%;
  margin-bottom: 112px;
}

.profile-container.l-container {
  margin-right: 0;
}

.profile-container .image-box {
  width: 100%;
}

.profile-container .text-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.profile-container .text-box .info {
  width: 100%;
  background: rgba(256,256,256,0.8);
  padding: 26px 0;
}

.profile-container .text-box p {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #000;
}

.profile-container .text-box .name {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.profile-container .text-box .comment {
  position: relative;
  height: 128px;
}

.profile-container .text-box .comment p {
  line-height: 1.6;
  width: 100%;
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.profile-container .text-box .comment.b1,
.profile-container .text-box .comment.c2{
  background:rgba(0, 104, 183, 0.7);
}
.profile-container .text-box .comment.b2,
.profile-container .text-box .comment.c4{
  background:rgba(234, 96, 158, 0.7);
}
.profile-container .text-box .comment.b3,
.profile-container .text-box .comment.c1{
  background:rgba(243, 152, 0, 0.7);
  padding-top: 20px;
}
.profile-container .text-box .comment.b4,
.profile-container .text-box .comment.c3{
  background:rgba(0, 178, 174, 0.7);
}

/* --- zadankai2 --- */
#members ul {
  padding-left:0;
}
#members ul li {
  margin-bottom: 32px;
}
#members ul li::before,
#members ul li::after {
  content: '';
  display: table;
}
#members ul li:after {
    clear: both;
}
#members ul li {
    *zoom: 1;
}
#members .i_box {
  float: left;
  width: 50%;
}
#members .i_box img {
  max-width: 100%;
}
#members .t_box {
  position: relative;
  float:left;
  width: 50%;
  padding-top: 20.84%;
}
#members .t_box.p01 { background:#0081CC; }
#members .t_box.p02 { background:#00B3CA; }
#members .t_box.p03 { background:#EB6159; }
#members .t_box.p04 { background:#9C549D; }
#members .t_box.p05 { background:#F39800; }

#members .t_box dl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#members .t_box dl dt {
  margin-bottom: 16px;
  font-size: 20px;
  color: #000;
}
#members .t_box dl dt span {
  font-size: 36px;
  vertical-align: sub;
}
#members .t_box dl dd {
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1200px) {

#members .t_box dl dt {
  margin-bottom: 14px;
  font-size: 16px;
}
#members .t_box dl dt span {
  font-size: 32px;
}
#members .t_box dl dd {
  font-size: 13px;
}
}
@media (max-width: 980px) {
#members .t_box dl dt {
  margin-bottom: 14px;
  font-size: 14px;
}
#members .t_box dl dt span {
  font-size: 24px;
}
#members .t_box dl dd {
  font-size: 10px;
}
}
@media (max-width: 768px) {
#members .t_box dl dt {
  margin-bottom: 8px;
  font-size: 12px;
}
#members .t_box dl dt span {
  font-size: 18px;
}
#members .t_box dl dd {
  font-size: 14px;
}
#members .i_box {
  float: none;
  width: 100%;
  margin-bottom: -5px;
}
#members .i_box img {
  max-width:auto;
  width: 100%;
}
#members .t_box {
  position: relative;
  float: none;
  width: 100%;
  padding-top: 0;
}
#members .t_box dl {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  text-align: center;
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
}
@media (max-width: 480px) {
#members .t_box dl {

  text-align: left;
}
}

/* 座談会 */

#discussion-section p {
  padding: 10px;
}

#discussion-section p.clearance {
  padding: 104px 0 32px;
}

#discussion-section dl dt{
  float: left;
  margin-right: 18px;
  font-size: 14px;
}

#discussion-section dl dd {
  overflow: auto;
  font-size: 14px;
  line-height: 1.6;
}

.dm-01 { color: #0068B7; }
.dm-02 { color: #EA609E; }
.dm-03 { color: #F39800; }
.dm-04 { color: #00B2AE; }


#discussion-section .image-box.gr {
  width: 30%;
}

#discussion-section .image-box.left {
  float: left;
  width: 50%;
  padding-right: 24px;
}
#discussion-section .image-box.right {
  float: right;
  width: 50%;
  padding-left: 24px;
}

/*#discussion-section .headline-03.especial {
  background: #EFEFEF;
  font-size: 14px;
  font-weight: 900;
  border-radius: 28px;
  padding: 24px 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  width: 50%;
}*/

/* renew 座談会 */

#discussion-section .txt-box {
  width: 50%;
}
#discussion-section .part {
  margin-top: 24px;
}
.cont {
  display: block;
}

/*座談会vol3*/
#discussion-section .txt-box.vol0302_t,
#discussion-section .txt-box.vol0303_t,
#discussion-section .txt-box.vol0304_t{
width: 68%!important;
}

#discussion-section .image-box.vol0302_i,
#discussion-section .image-box.vol0303_i,
#discussion-section .image-box.vol0304_i{
width: 30%!important;
max-width: 360px;
}

@media screen and (max-width: 768px) {
#discussion-section .txt-box.vol0302_t,
#discussion-section .txt-box.vol0303_t,
#discussion-section .txt-box.vol0304_t{
width: 100%!important;
}

#discussion-section .image-box.vol0302_i,
#discussion-section .image-box.vol0303_i,
#discussion-section .image-box.vol0304_i{
width: 100%!important;
}
}

.image-gallely,
.image-gallely2{
display: flex;
justify-content:space-between;
}

.image-gallely li{
width: 24%;
max-width: 360px;
}

.image-gallely2 li{
width: 49%;
max-width: 600px;
}

.image-gallely2 {
margin-top: 19px;
}

@media (max-width: 1200px) {
.profile-container .text-box .comment p {
  font-size: 10px;
  text-align: left;
  padding: 0 8px;
}
}

@media screen and (max-width: 768px) {
#discussion-section .image-box.left,
#discussion-section .image-box.right {
  width: 100%;
}
#discussion-section .txt-box {
  width: 100%;
}
#zad.wrap {
  padding: 16px;
}

#discussion-section .headline-03.especial {
  width: 100%;
  line-height: 1.4;
  border-radius: 8px;
}
#discussion-section dl dd {
  overflow: inherit;
}
.profile-container {
  margin: 0 0 16px;
  clear: both;
  width: 100%;
  position: relative;
}

.profile-container .image-box {
width: 234px;
height: 438px;
}
.profile-container .text-box .info {
  width: 50%;
  position: absolute;
  height: 170px;
  bottom: 170px;
  right: 0;
  background: none;
  padding: 0 0;
  z-index: 2;
}
.profile-container .text-box p {
font-size: 16px;
}
.profile-container .text-box .name {
font-size: 32px;
}
.profile-container .text-box .comment p {
  position: relative;
  top: auto;
  left: auto;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  margin:0;
  padding: 24px 8px;
  text-align: left;
  font-size: 18px;
}
.profile-container .text-box .comment.b1,
.profile-container .text-box .comment.b2,
.profile-container .text-box .comment.b3,
.profile-container .text-box .comment.b4,
.profile-container .text-box .comment.c1,
.profile-container .text-box .comment.c2,
.profile-container .text-box .comment.c3,
.profile-container .text-box .comment.c4 { background:none; }

.profile-container .text-box .comment.b1 p,
.profile-container .text-box .comment.c2 p { background:#0068B7; }
.profile-container .text-box .comment.b2 p,
.profile-container .text-box .comment.c4 p { background:#EA609E; }
.profile-container .text-box .comment.b3 p,
.profile-container .text-box .comment.c1 p { background:#F39800; }
.profile-container .text-box .comment.b4 p,
.profile-container .text-box .comment.c3 p { background:#00B2AE; }

.profile-container .text-box .comment {
  padding-top: 0;
  height: auto;
}

#discussion-section .image-box img {
  width: 100%;
}

#discussion-section .image-box.gr {
  width: 100%;
}
#discussion-section .image-box.right {
  margin: 0 auto 12px;
  padding: 0;
}
#discussion-section .image-box.left {
  margin: 0 auto 12px;
  padding: 0;
}
#discussion-section .image-box ul {
  padding: 0 !important;
  margin: 0 !important;  
}
#discussion-section .image-box.gr ul li {
  display: inline-block;
  width: 48%;
  padding: 4px;
}

#discussion-section .image-box.right.single,
#discussion-section .image-box.left.single {
  float: none;
  padding: 0 0 24px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#discussion-section p.clearance,
#discussion-section p {
  clear: both;
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 900;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 16px;
}


#discussion-section p span.headline-03{
  background: none;
  border-radius: 0;
  padding: 0
}
#discussion-section dl dt{
  margin-right: 10px;
  font-size: 14px;
}

#discussion-section dl dd {
  overflow: inherit;
  font-size: 14px;
  margin-left: 40px;
  margin-bottom: 16px;
  line-height: 1.6;
}

#discussion-section .ttl-01,
#discussion-section .ttl-02,
#discussion-section .ttl-03,
#discussion-section .ttl-04,
#discussion-section .ttl-05 {
  width: 100%;
  padding: 0;
  margin: 16px 0;
}


.acc h2.ttl-01 {
  background: url(img/img-zadankai-ttl01sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-02 {
  background: url(img/img-zadankai-ttl02sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-03 {
  background: url(img/img-zadankai-ttl03sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-04 {
  background: url(img/img-zadankai-ttl04sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-05 {
  background: url(img/img-zadankai-ttl05sp_on.png) no-repeat;
  background-size:contain;
}

.acc h2.ttl-01.zadankai2 {
  background: url(img/img-zadankai2-ttl-01s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-02.zadankai2 {
  background: url(img/img-zadankai2-ttl-02s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-03.zadankai2 {
  background: url(img/img-zadankai2-ttl-03s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-04.zadankai2 {
  background: url(img/img-zadankai2-ttl-04s.png) no-repeat;
  background-size:contain;
}

.acc h2.ttl-01.zadankai3 {
  background: url(img/1_title_sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-02.zadankai3 {
  background: url(img/2_title_sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-03.zadankai3 {
  background: url(img/3_title_sp_on.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-04.zadankai3 {
  background: url(img/4_title_sp_on.png) no-repeat;
  background-size:contain;
}

.acc h2.ttl-05.zadankai3 {
  background: url(img/5_title_sp_on.png) no-repeat;
  background-size:contain;
}

.acc.open h2 img {
  opacity:0;
}

.acc h2.ttl-01.zadankai3 {
  background: url(img/img-zadankai-ttl-01s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-02.zadankai2 {
  background: url(img/img-zadankai2-ttl-02s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-03.zadankai2 {
  background: url(img/img-zadankai2-ttl-03s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-04.zadankai2 {
  background: url(img/img-zadankai2-ttl-04s.png) no-repeat;
  background-size:contain;
}

.acc h2.ttl-01.zadankai2 {
  background: url(img/img-zadankai2-ttl-01s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-02.zadankai2 {
  background: url(img/img-zadankai2-ttl-02s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-03.zadankai2 {
  background: url(img/img-zadankai2-ttl-03s.png) no-repeat;
  background-size:contain;
}
.acc h2.ttl-04.zadankai2 {
  background: url(img/img-zadankai2-ttl-04s.png) no-repeat;
  background-size:contain;
}

.acc.open h2 img {
  opacity:0;
}

.cont {
  display: none;
}

/* background */
dl.accordion {
 background    : #DDD
}
dl.accordion dd {
 background    : #FFF
}
dl.accordion dt {
 background    : url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9)
}
dl.accordion dt {
 background    : url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9))
}
dl.accordion dt.open {
 background    : url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9)
}
dl.accordion dt.open {
 background    : url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9))
}

/* border-bottom */
dl.accordion dt {
 border-bottom : 1px solid #EEE
}

/* color */
dl.accordion dt {
 color         : #333
}

/* cursor */
dl.accordion dt {

 cursor        : pointer
}

/* display */
dl.accordion dd {
 display       : none
}

/* font-size */
dl.accordion {
 font-size     : 16px
}

/* font-weight */
dl.accordion dt {
 font-weight   : bold
}

/* height */
dl.accordion dt {
 height        : 40px
}

/* line-height */
dl.accordion dd {
 line-height   : 1.5
}
dl.accordion dt {
 line-height   : 40px
}

/* margin */
dl.accordion {
 margin        : 0 auto 30px
}

/* padding */
dl.accordion,
dl.accordion dd {
 padding       : 10px
}

/* text-indent */
dl.accordion dt {
 text-indent   : 10px
}

/* width */
dl.accordion {
 width         : 80%
}
}

@media screen and (max-width: 480px) {
#zad.wrap {
  padding: 0;
}
.profile-container .image-box {
width: 160px;
height: auto;
}
.profile-container .text-box .info {
  width: 68%;
  height: auto;
  bottom: 150px;
}
.profile-container .text-box p {
font-size: 10px;
}
.profile-container .text-box .name {
font-size: 20px;
}
.profile-container .text-box .comment p {
  padding: 12px 8px;
  font-size: 12px;
}
}


/* vol.2 */
#discussion-section .i_box.right {
  margin-left: 16px;
  margin-bottom: 16px;
}
#discussion-section .i_box.left {
  margin-right: 16px;
  margin-bottom: 16px;
}
#discussion-section h3 {
  display: table-cell;
  padding: 10px;
  font-size: 14px;

  line-height: 1.6;
}
#discussion-section .t_box dl {
  margin: 16px 0 24px;
  text-align: left;
}
#discussion-section .t_box dl dd {
  margin: 21px 0;
}
dt.p01 { color:#0081CC; }
dt.p02 { color:#00B3CA; }
dt.p03 { color:#EB6159; }
dt.p04 { color:#9C549D; }
dt.p05 { color:#F39800; }

#discussion-section .i_style {
  width: 53%;
}

@media (max-width: 768px) {
#discussion-section .i_box.left,
#discussion-section .i_box.right {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
#discussion-section .i_style {
  width: 100%;
}
}
@media (max-width: 480px) {
#discussion-section .i_box.left,
#discussion-section .i_box.right {
  width: 100%;
}
}

/* 継承部分の軽微修正 */
.entry-sessions.zadankai2 .ttl-01,
.entry-sessions.zadankai2 .btn-01 a {
  width: 100%;
}
.btn-01 span {
  display: inline-block;
}
.bn_box.zadankai2 {
  margin: 24px 0;
}
@media (max-width: 768px) {
.bn_box.zadankai2 .pcview {
  display: block;
}
.bn_box.zadankai2 .spview {
  display: none;
}
}
@media (max-width: 480px) {
.bn_box.zadankai2 .pcview {
  display: none;
}
.bn_box.zadankai2 .spview {
  display: block;
}
}


/* other
=======================================================================*/
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
  background: #7e3189;
  color: #fff;
}

input[type="checkbox"] {
  width: 24px;
  height: 40px;
  margin-left: 37px;
  vertical-align: middle;
}

#select ul li {
  float: left;  
}


input[type="radio"] + label,
input[type="checkbox"] + label {
  float: left;
  font-size: 26px;
}

/* btn OFFの状態 */
input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
  color: #a9a6a6;
}

/* btn ONの状態 */
input[type="button"],
input[type="submit"] {
  width: 256px !important;
  background-color: #FCCD21;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  padding: 16px 0;
  text-shadow: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn-search {
  width: 256px;
  margin: 8px auto 24px;  
}

.called {
  padding: 16px 0;
  font-size: 16px;
  text-align: left;
}



.called01,
.called02,
.reset {
  display: inline-block;
}

.called01,
.called02 {
  font-size:16px;
  margin-right:8px;
}

.reset a {
  font-size: 12px;
  color:#009;
}
.reset a:hover {
  text-decoration:underline;
  color:#03C;
}

.empty {
  font-size: 14px;
  padding-bottom: 24px;
  line-height: 2;
  color: #8b8383;
}
@media screen and (max-width: 768px) {
input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 28px;
  margin-left: 32px;
}

#select ul li {
  float: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  float: none;
  font-size: 18px;
}

input[type="button"],
input[type="submit"] {
  width: 256px !important;
  background-color: #FCCD21;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  padding: 16px 0;
  text-shadow: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
}

#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-customize,
#wp-admin-bar-edit,
#wpadminbar #wp-admin-bar-appearance {
  display: none !important;
}

.clearance24-0 {
  padding: 24px 0 0;
}

.clearance24-12 {
  padding: 24px 0 24px;
}

.clearance0-32 {
  padding: 0 0 32px;
}

.clearance32 {
  padding: 32px 0;
}

.clearance0-48 {
  padding: 0 0 48px;
}

.clearance48-0 {
  padding: 48px 0 0;
}

.clearance64-0 {
  padding: 64px 0 0;
}

.clearance80-0 {
  padding: 80px 0 0;
}

.clearance-trl24b43 {
  padding: 24px 24px 43px !important;
}

.clearance-trl24b17 {
  padding: 24px 24px 17px !important;
}

.clearance24 {
  padding: 24px 0;
}

.clearance48 {
  padding: 48px 0;
}

.clearance104-72 {
  padding: 104px 0 72px;
}

.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.large { width: 100% !important; }
.clearbg { background: none !important;}


.tabview {
  display: block;
}

@media screen and (max-width: 991px) {
.tabview {
  display: none;
}
}

.pcview {
  display: block;
}
.spview {
  display: none;
}

@media screen and (max-width: 768px) {
.pcview {
  display: none ;
}
.spview {
  display: block;
}
}

.sspview {
  display: none;
}
@media (max-width: 480px) {
.sspview {
  display: block;
}
}

/* 1 */
.view1 {
  display: block;
}

@media screen and (max-width: 991px) {
.view1 {
  display: none;
}
}


.view { display: block; }
@media screen and (max-width:768px){
.view { display: none; }
}


a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

.cl {
  clear: both;
}

/* ATTENTION */
.att {}
.attText{
  padding: 32px 0 32px 32px;
  font-size: 20px;
  color: #757575;
}
@media screen and (max-width: 768px) {
.attText{
  padding: 24px 0 24px 24px;
  font-size: 17px;
}
}



/* SET COMMON */



/* SET PC */
.ml88pc { margin-left: 88px; }


@media screen and (max-width: 768px) {
.ml88pc { margin-left: 0; }
}
@media (max-width: 480px) {

}

.ibrow { display: inline-block; }

.ml20em{
    margin-left: 20em;
}

@media screen and (max-width: 768px) {
  .ml20em{
    margin-left: 0em;
}
}

.ml1em{
    margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .ml1em{
    margin-left: 0em;
}
}

.ml3em{
    margin-left: 3em;
}

.ml6em{
  margin-left: 6em;
}

@media screen and (max-width: 768px) {
  .ml6em{
    margin-left: 0em;
}
}

.entry-news{
  font-size: 20px;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .entry-news{
    margin-top: 96px;
  }
}

.entry-news_inner-link{
  color: #7b368c;
  text-decoration: underline;
  font-size: 18px;
  margin-top: 18px;
  display: block;
}

.entry-news_inner-link:hover{
  color: #7b368c;
}

.entry-link{
    color: #7b368c;
    text-decoration: underline;
    padding-left: 8em;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
  .entry-link{
    padding-left: 0;
}
}

.entry-link:hover{
  color: #7b368c;
}

.session-detail dt{
  font-size: 18px;
  margin-bottom: 1em;
}

.session-detail dd{
  line-height: 1.5;
  padding-left: 1em;
}

.font-normal{
  font-size: 16px;
  font-weight: normal;
}