@charset "UTF-8";
/* 共通定義 ========================================================================== */

/*--------------
　背景画像
--------------*/
/*
 body {
	background: url(/wp-content/uploads/2019/04/back-1.jpg) #f4f4f4 repeat top center;
}
*/

@media screen and (max-width: 991px) {
	body {
		background: none;
	}
}

/* 価格表のテーブル */
.listTxt{
  margin-top:10px;
  color:#484848;
}

#priceTable{
margin:80px auto 0	;

}

#priceTable table{
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#priceTable table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

#priceTable table th,
#priceTable table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

#priceTable table th {
}
#priceTable table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
.listLeft{
  text-align:left;
}
.listCenter{
  text-align:center;
}
@media screen and (max-width: 600px) {
#priceTable table {
    border: 0;
    width:100%
  }

#priceTable table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
#priceTable  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

#priceTable table tr {
    display: block;
    margin-bottom: .625em;
  }

#priceTable table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

#priceTable table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

#priceTable table td:last-child {
    border-bottom: 0;
  }
}

/*--------------
　色設定
--------------*/
.__main-color {
 color: #f7b500 !important;
}
.__main-bgcolor {
 background-color: #f7b500 !important;
}
.__main-bordercolor {
 border: 1px solid #f7b500 !important;
}
.__main-borderBottmcolor {
 border-bottom: 1px solid #f7b500 !important;
}
.__sub-color {
 color: #f7b500 !important;
}
.__sub-bg_color {
 background-color: #000 !important;
}
.__sub-bordercolor {
 border: 1px solid #000 !important;
}
.__snsLine-color {
 background-color: #00B900 !important;
}

/*global-nav（type-B）*/
.__type-B.p-global-nav > ul > li:hover,
.__type-B.p-global-nav > ul > li.current-page-parent,
.__type-B.p-global-nav .menu-item.current-menu-item {
	background: #f7b500;
	border: 1px solid #f7b500;
}
.__type-B.p-global-nav .sub-menu .menu-item.current-menu-item > a {
	color: #101093;
}

/*--------------
　角丸設定
--------------*/
.__borderRadius {
}
.__borderRadius a {
 border-radius: 10px;
}
.__borderRadius {
 border-radius: 10px;
}
.__borderRadius img {
 border-radius: 10px;
}

/* //共通定義 ========================================================================== */



	/*
Theme Name:AVANT
Theme URI:
Description:WordPressテーマ「AVANT」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Text Domain: tcd-w
Version:1.2
*/
/* ========================================================================== Foundation ========================================================================== */
/* Normalize ----------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html {
	-ms-text-size-adjust: 100%;
	/* 2 */ -webkit-text-size-adjust: 100%;
	/* 2 */ line-height: 1.15;
 background: #fff;
	/* 1 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
	margin: 0;
}

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
 display: block;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main {
	display: block;
	/* 1 */ }

/** Add the correct margin in IE 8. */
/*figure {
	margin: 1em 40px;
}*/
figure {
	margin: 0;
 margin-block-start: 0;
 margin-block-end: 0;
 margin-inline-start: 0;
 margin-inline-end: 0;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */ height: 0;
	/* 1 */ overflow: visible;
	/* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
	font-family: monospace, monospace;
	/* 1 */ font-size: 1em;
	/* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
	-webkit-text-decoration-skip: objects;
	/* 2 */ background-color: transparent;
	/* 1 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none;
	/* 1 */ text-decoration: underline;
	/* 2 */ -webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
	font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
	font-weight: bolder;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */ font-size: 1em;
	/* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn {
	font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
	background-color: #ff0;
	color: #000;
}

/** Add the correct font size in all browsers. */
small {
	font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video {
	display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
	display: none;
	height: 0;
}

/** Remove the border on images inside links in IE 10-. */
img {
	border-style: none;
	width: 100%;
}

/** Hide the overflow in IE. */
svg:not(:root) {
	overflow: hidden;
}

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
	margin: 0;
	/* 2 */ font-family: sans-serif;
	/* 1 */ font-size: 100%;
	/* 1 */ line-height: 1.15;
	/* 1 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input {
	overflow: visible;
	/* 1 */ }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {
	text-transform: none;
	/* 1 */ }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	/* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/** Correct the padding in Firefox. */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */ display: table;
	/* 1 */ max-width: 100%;
	/* 1 */ padding: 0;
	/* 3 */ color: inherit;
	/* 2 */ white-space: normal;
	/* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	display: inline-block;
	/* 1 */ vertical-align: baseline;
	/* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea {
	overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */ padding: 0;
	/* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */ outline-offset: -2px;
	/* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */ font: inherit;
	/* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
	display: block;
}

/* Add the correct display in all browsers. */
summary {
	display: list-item;
}

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
	display: inline-block;
}

/** Add the correct display in IE. */
template {
	display: none;
}

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {
	display: none;
}

/* Base ----------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #000;
 font-weight: bold;
	line-height: 1;
}

a {
	color: #000;
	text-decoration: none;
 transition: all 1s !important;
}

a:hover {
 opacity: 0.6;
}

a, input {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

img {
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, dl {
	margin-top: 0;
 margin-block-start: 0;
 margin-block-end: 0;
 margin-inline-start: 0;
 margin-inline-end: 0;
}

p {
	margin-bottom: 0;
 margin-block-start: 0;
 margin-block-end: 0;
 margin-inline-start: 0;
 margin-inline-end: 0;
}

ol, ul {
	padding-left: 0;
}

li {
	list-style-type: none;
}

.admin-bar {
	padding-top: 32px;
}

/* -------------------------------------------------------------------------------- web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策） -------------------------------------------------------------------------------- */
@font-face {
	src: url("assets/fonts/design_plus.eot?v=1.0");
	src: url("assets/fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("assets/fonts/design_plus.woff?v=1.0") format("woff"), url("assets/fonts/design_plus.ttf?v=1.0") format("truetype"), url("assets/fonts/design_plus.svg?v=1.0#design_plus") format("svg");
	font-family: "design_plus";
	font-style: normal;
	font-weight: normal;
}

/* keyframes */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		visibility: visible;
		opacity: 1;
	}
	to {
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		visibility: visible;
		opacity: 1;
	}
	to {
		visibility: hidden;
		opacity: 0;
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: -100%;
	}
  100% {
		top: 0;
	}
}

@keyframes slideDown {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes slideUp {
	0% {
	bottom: -100%;
}
	100% {
		bottom: 0;
	}
}

@keyframes slideUp {
	0% {
		bottom: -100%;
	}
	100% {
		bottom: 0;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}
  to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}
  to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes sliderItemAnimation {
	0% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes sliderItemAnimation {
	0% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar {
		padding-top: 46px;
	}
}

/* ========================================================================== Layout ========================================================================== */
/* Inner ----------------------------------------------------------------- */
.l-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 93.75%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 991px) {
	.l-inner {
		width: 88.88889%;
	}
}

@media only screen and (max-width: 767px) {
	.l-inner {
  width: 100%;
  padding: 0 20px;
 }
}

/* Contents ----------------------------------------------------------------- */
.l-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;

	background: #fff;
	padding: 100px 100px 0;
	box-sizing: content-box;
}

.l-contents--rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media screen and (max-width: 1400px) {
	.l-contents {
		padding: 100px 50px 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 991px) {
	.l-contents {
		display: block;
		padding: 50px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.l-contents {
		margin-bottom: 0;
		padding: 50px 20px 0;
	}
}

/* Footer ----------------------------------------------------------------- */
.l-footer {
	position: relative;
}

.l-footer__sns {
	background: #fff;
	box-sizing: content-box;
	margin-top: -1px;
	padding: 10px 100px 50px;
}
.l-footer__sns-lists {
	text-align: center;
}
.l-footer__sns-lists li {
	display: inline-block;
	margin: 0 5px;
	width: 40px;
}

.l-footer__address {
	line-height: 1.2;
	text-align: center;
	background: #eee;
	padding: 50px 0;
}

.l-footer__address-copy {
	font-size: 24px;
	margin-bottom: 10px;
 white-space: nowrap;
}

.l-footer__address-date .e-tel a {
	pointer-events: none;
}

.l-footer__address-date .e-tel {
	font-size: 28px;
}

.l-footer__address-date .e-tel b {
	font-size: 50px;
	margin-left: 10px;
}

.l-footer__address-date .e-time {
	font-size: 16px;
	letter-spacing: 0.05em;
}

.l-footer__address-btn {
	margin: 20px auto 0;
 width: 50%;
 max-width: 800px;
}

.l-footer__address-btn a {
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	display: block;
	padding: 12px;
}

@media screen and (max-width: 1400px) {
	.l-footer__sns {
		padding: 10px 50px 30px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 767px) {
	.l-footer__sns {
	}
	.l-footer__address {
  padding: 30px 0;
 }
	.l-footer__address-copy {
  font-size: 16px;
  margin-bottom: 5px;
 }
	.l-footer__address-date .e-tel {
  font-size: 16px;
 }
	.l-footer__address-date .e-tel a {
  pointer-events: auto !important;
 }
	.l-footer__address-date .e-tel b {
  font-size: 30px;
 }
	.l-footer__address-date .e-time {
  font-size: 12px;
 }
	.l-footer__address-btn {
  margin-top: 15px;
  width: 80%;
 }
	.l-footer__address-btn a {
  font-size: 14px;
 }
}

/* Header ----------------------------------------------------------------- */
.l-header {
	background: #fff;
	/*position: absolute;
	top: 0;
	left: 0;*/
	z-index: 99;
	width: 100%;
}
.l-header::after {
 background: #ddd;
 content: "";
 display: block;
 height: 1px;
 width: 100%;
}

.admin-bar .l-header {
	top: 32px;
}

.l-header--fixed.is-active {
	position: fixed;
	border-bottom: 1px solid #ddd;
	-webkit-animation: slideDown 1.2s;
	animation: slideDown 1.2s;
}

.admin-bar .l-header--fixed.is-active {
	top: 32px;
}

.l-header__upper {
	letter-spacing: -.5em;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.l-header__desc {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	width: 55%;
}

.l-header__desc_text,
.l-header__desc_img {
display: inline-block;
vertical-align: middle;
}

.l-header__desc_text {
width: 83%;
}

.l-header__desc_img {
margin-left: 1%;
width: 15%;
}

.l-header__address {
	font-style: normal;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.l-header__address .e-tel {
	font-size: 20px;
	margin-bottom: 5px;
}

.l-header__address .e-tel b {
	font-size: 36px;
	margin-left: 5px;
}

.l-header__address .e-time {
	color: rgba(0, 0, 0, 0.7);
	font-size: 13px;
	line-height: 1.3;
}

.l-header__address-inner {
	display: flex;
	justify-content: flex-end;
}

.l-header__address-date {
	padding-right: 15px;
}

.l-header__address-btn {
	font-size: 15px;
 min-width: 180px;
}

.l-header__address-btn a {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	display: table;
	border-radius: 6px;
	height: 100%;
	padding: 10px;
	width: 100%;
}


.l-header__address-btn span {
	display: table-cell;
	vertical-align: middle;
}

.l-header__search {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
}

.l-header__search.is-active + .l-header__form {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.l-header__search::before {
	font-family: "design_plus";
	font-size: 18px;
	content: "\e915";
}

.l-header__form {
	visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	padding: 10px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border: 1px solid #ddd;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.l-header__form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 13px 16px;
	border: 0;
	outline: 0;
	background: #eee;
	font-size: 14px;
}

.l-header__lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 120px;
}

.l-header__logo {
	margin-bottom: 0;
}

.l-header__logo a {
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	line-height: 1;
}

.l-header__logo--text a {
	width: 200px;
}

@media only screen and (max-width: 1199px) {
	.l-header {
  position: static;
  height: 60px;
  border-bottom: 0;
  line-height: 60px;
 }
 .l-header__upper {
  display: none;
 }
 .l-header__lower {
  display: block;
  position: static;
  width: 100%;
  max-width: none;
  height: 100%;
 }
 .l-header__logo {
  width: 93.75%;
  height: 100%;
  margin: 0 auto;
 }
}

@media only screen and (max-width: 991px) {
	.l-header__logo {
  width: auto;
  padding-left: 5.55556%;
 }
}

@media only screen and (max-width: 782px) {
	.admin-bar .l-header {
  top: 46px;
 }
  .admin-bar .l-header--fixed.is-active {
  top: 0;
 }
}

@media only screen and (max-width: 767px) {
	.l-header__logo {
  padding-left: 0;
 }
}

/* Main ----------------------------------------------------------------- */
.l-main {
	position: relative;
	/*padding-top: 219px;*/
	overflow: hidden;
}

@media only screen and (max-width: 1199px) {
	.l-main {
		padding-top: 1px;
	}
}

/* Primary ----------------------------------------------------------------- */
.l-primary {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 5% - 300px);
}

.l-primary:only-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media screen and (max-width: 991px) {
	.l-primary {
  width: 100%;
  margin-bottom: 50px;
 }
}

@media screen and (max-width: 767px) {
	.l-primary {
  margin-bottom: 30px;
 }
}

/* Secondary ----------------------------------------------------------------- */
.l-secondary {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	margin-top: 60px;
}

@media screen and (max-width: 991px) {
	.l-secondary {
  width: 600px;
  margin: 0 auto 40px;
 }
}

@media screen and (max-width: 767px) {
	.l-secondary {
  width: 100%;
  margin: 0 auto 30px;
 }
}

/* ========================================================================== Object ========================================================================== */
/* Component ----------------------------------------------------------------- */
.c-breadcrumb__item {
	display: inline;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
	margin-right: 12px;
	margin-left: 12px;
	font-family: "design_plus";
	content: "\e910";
}

.c-breadcrumb__item--home a::before {
	position: relative;
	top: -1px;
	font-family: "design_plus";
	vertical-align: middle;
	content: "\e90c";
}

.c-breadcrumb__item--home span {
	display: none;
}

@media only screen and (max-width: 767px) {
	.c-breadcrumb__item + .c-breadcrumb__item::before {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: -1px;
 }
  .c-breadcrumb__item--home a::before {
  vertical-align: -1px;
 }
}

/** コメント */
.c-comment {
	margin-bottom: 50px;
	font-size: 12px;
}

.c-comment input, .c-comment textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.c-comment input, .c-comment textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-comment__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.c-comment__tab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.c-comment__tab-item.is-active + .c-comment__tab-item a {
	border-left-color: #333;
}

.c-comment__tab-item.is-active a,
.c-comment__tab-item.is-active p {
	position: relative;
	border: 0;
	background: #333;
	color: #fff;
}

.c-comment__tab-item.is-active a:after,
.c-comment__tab-item.is-active p:after {
	position: absolute;
	right: 0;
	bottom: -17px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 10px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	content: "";
}

.c-comment__tab-item a, .c-comment__tab-item p {
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	line-height: 180%;
	text-decoration: none;
}

.c-comment__tab-item a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}

/* コメントの基本部分 */
.c-comment__list {
	padding-left: 0;
}

.c-comment__list-item {
	margin-bottom: 15px;
	padding: 15px 20px 0;
	border: 1px solid #ccc;
	color: #777;
	list-style: none;
}

/* コメント本文 */
.c-comment__item-body p {
	margin-bottom: 15px;
	line-height: 2.4;
}

/* コメントの情報部分 */
.c-comment__item-header {
	position: relative;
	margin-bottom: 10px;
}

.c-comment__item-avatar {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float: left;
}

.c-comment__item-author {
	display: block;
	margin-bottom: 10px;
	padding-top: 3px;
}

.c-comment__item-author a {
	text-decoration: underline;
}

.c-comment__item-date {
	display: block;
	color: #757676;
	font-size: 11px;
}

.c-comment__item-act {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 11px;
}

.c-comment__item-act > li {
	display: inline;
	margin-right: 6px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
}

.c-comment__item-act > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

/* ページナビ */
.c-comment__pager {
	margin-bottom: 10px;
}

.c-comment__pager a, .c-comment__pager span {
	display: inline;
	margin-right: 10px;
	float: left;
}

.c-comment__pager span {
	text-decoration: underline;
}

/* メッセージ、警告文 */
.c-comment__item-note {
	display: block;
	margin-bottom: 1em;
	padding: 10px 15px;
	border: 1px solid #94ddd4;
	background: #d6f4f0;
	color: #33a8e5;
	font-size: 11px;
}

/* トラックバック */
.c-comment__trackback-url {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #fafafa;
	font-size: 11px;
}

.trackback_time {
	margin: 0 0 7px 0px;
	color: #757676;
	font-size: 11px;
}

.trackback_title {
	margin: 2px 0 8px 0;
	margin: 0 0 10px 0px;
	line-height: 160%;
}

/* コメントフォーム */
.c-comment__form-wrapper {
	margin: 0 0 20px;
	padding: 15px;
	border: 1px solid #ccc;
}

.c-comment__cancel {
	margin-bottom: 1em;
	color: #666;
	font-size: 11px;
}

.c-comment__cancel a {
	color: #666;
}

.c-comment__cancel a:before {
	display: inline-block;
	font-family: "design_plus";
	content: "\e910";
}

.c-comment__form-login {
	color: #666;
	font-size: 11px;
}

.c-comment__form-login a {
	color: #666;
}

.c-comment__input {
	margin-bottom: 12px;
	text-align: left;
}

.c-comment__input input {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	color: #777;
}

.c-comment__input textarea {
	width: 100%;
	height: 150px;
	margin-top: 15px;
	overflow: auto;
	border: 1px solid #ccc;
	color: #777;
	font-size: 11px;
}

.c-comment__label-text {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-size: 11px;
}

.c-comment__form-submit {
	-moz-transition: background-color 200ms ease-in-out;
	-ms-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	-webkit-transition: background-color 200ms ease-in-out;
	display: block;
	width: 200px;
	height: 50px;
	margin: 15px auto 0;
	border: 0;
	background: #aaa;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 200ms ease-in-out;
}

.c-comment__form-hidden {
	display: none;
}

/* パスワード保護 */
.c-comment__password-protected {
	margin: 0 38px 30px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #3db4b2;
	color: #fff;
	text-align: center;
}

.c-comment__password-protected p {
	font-size: 12px;
	line-height: 160%;
}

@media only screen and (max-width: 767px) {
	.c-comment__item-act {
		position: static;
		margin-top: 10px;
		padding-left: 0;
	}
	.c-comment__tab-item a, .c-comment__tab-item p {
		padding: 5px 10px;
	}
	.c-comment__tab-item.is-active a, .c-comment__tab-item.is-active p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@-webkit-keyframes loading-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-circle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
  100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loading-square-base {
	0% {
		bottom: 10px;
		opacity: 0;
	}
	5%, 50% {
		bottom: 0;
		opacity: 1;
	}
	55%, 100% {
		bottom: -10px;
		opacity: 0;
	}
}

@keyframes loading-square-base {
	0% {
		bottom: 10px;
		opacity: 0;
	}
  5%, 50% {
		bottom: 0;
		opacity: 1;
	}
  55%, 100% {
		bottom: -10px;
		opacity: 0;
	}
}

@-webkit-keyframes loading-dots-fadein {
	100% {
		opacity: 1;
	}
}

@keyframes loading-dots-fadein {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loading-dots-first-dot {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
		opacity: 1;
	}
}

@keyframes loading-dots-first-dot {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
		opacity: 1;
	}
}

@-webkit-keyframes loading-dots-middle-dots {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
	}
}

@keyframes loading-dots-middle-dots {
	100% {
		-webkit-transform: translate(1em);
		transform: translate(1em);
	}
}

@-webkit-keyframes loading-dots-last-dot {
	100% {
		-webkit-transform: translate(2em);
		transform: translate(2em);
		opacity: 0;
	}
}

@keyframes loading-dots-last-dot {
	100% {
		-webkit-transform: translate(2em);
		transform: translate(2em);
		opacity: 0;
	}
}

/*#site_wrap {
	display: none;
}*/
#site_loader_overlay {
	z-index: 99999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	background: #fff;
	opacity: 1;
}

/* type1 */
.c-load--type1 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 48px;
	margin: auto;
	border-radius: 50%;
	font-size: 10px;
	text-indent: -9999em;
	-webkit-animation: loading-circle 1.1s infinite linear;
	animation: loading-circle 1.1s infinite linear;
}

/* type2 */
.c-load--type2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 44px;
	margin: auto;
}

.c-load--type2::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	-webkit-animation: loading-square-loader 5.4s linear forwards infinite;
	animation: loading-square-loader 5.4s linear forwards infinite;
	content: '';
}

.c-load--type2::after {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	-webkit-animation: loading-square-base 5.4s linear forwards infinite;
	animation: loading-square-base 5.4s linear forwards infinite;
	content: '';
	opacity: 0;
}

/* type3 */
.c-load--type3 {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	min-width: 160px;
	font-size: 16px;
	text-align: center;
	-webkit-animation: loading-dots-fadein .5s linear forwards;
	animation: loading-dots-fadein .5s linear forwards;
	opacity: 0;
}

#site_loader_animation i {
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin: 0 .25em;
	border-radius: 50%;
	background: #e0e0e0;
	vertical-align: middle;
	-webkit-animation: loading-dots-middle-dots .5s linear infinite;
	animation: loading-dots-middle-dots .5s linear infinite;
}

#site_loader_animation i:first-child {
	-webkit-transform: translate(-1em);
	transform: translate(-1em);
	-webkit-animation: loading-dots-first-dot .5s linear infinite;
	animation: loading-dots-first-dot .5s linear infinite;
	opacity: 0;
}

#site_loader_animation i:last-child {
	-webkit-animation: loading-dots-last-dot .5s linear infinite;
	animation: loading-dots-last-dot .5s linear infinite;
}

@media only screen and (max-width: 767px) {
	.c-load--type1 {
		width: 30px;
		height: 30px;
	}
	.c-load--type2::before {
		width: 8px;
		height: 8px;
	}
	.c-load--type2::after {
		width: 8px;
		height: 8px;
	}
 #site_loader_animation i {
  width: 0.25em;
  height: 0.25em;
  margin: 0 0.125em;
 }
}

.c-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-logo a {
	text-align: center;
	height: 100%;
}

.c-logo img {
 vertical-align: middle;
}

.c-logo--retina img {
	width: 50%;
}

.c-menu-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.c-menu-btn::before {
	font-family: "design_plus";
	font-size: 18px;
	content: "\f0c9";
}

@media only screen and (max-width: 1199px) {
	.c-menu-btn {
		display: block;
	}
}

@media only screen and (max-width: 1199px) {
 .c-logo img {
  height: 40px;
  width: auto;
 }
}

.c-meta-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 20px;
	background: #fafafa;
	font-size: 12px;
}

.c-meta-box__item {
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 20px;
	float: left;
	border-right: 1px solid #ddd;
	list-style: none;
}

.c-meta-box__item:last-child {
	border-right: none;
}

.c-meta-box__item::before {
	position: absolute;
	left: 0;
	color: #aaa;
	font-family: "design_plus";
}

.c-meta-box__item--author::before {
	content: "\e90d";
}

.c-meta-box__item--category::before {
	content: "\e92f";
}

.c-meta-box__item--tag::before {
	content: "\e935";
}

.c-meta-box__item--comment::before {
	content: "\e916";
}

@media only screen and (max-width: 767px) {
	.c-meta-box {
		margin-bottom: 10px;
		padding: 0;
		background: none;
	}
  .c-meta-box__item {
		margin-bottom: 20px;
		float: none;
		border-right: 0;
	}
}

.c-nav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-collapse: collapse;
}

.c-nav01__item {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 50%;
	border: 1px solid #ddd;
	font-size: 16px;
	list-style: none;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.c-nav01__item:only-child {
	margin-left: 0;
}

.c-nav01__item:only-child a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-nav01__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.c-nav01__item a:hover {
	background: #f6f6f6;
}

.c-nav01__item--prev::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 18px;
	height: 18px;
	margin: auto;
	font-family: "design_plus";
	font-size: 18px;
	line-height: 100%;
	content: "\e90f";
}

.c-nav01__item--next {
	margin-left: -1px;
}

.c-nav01__item--next::after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	font-family: "design_plus";
	font-size: 18px;
	line-height: 100%;
	content: "\e910";
}

@media only screen and (max-width: 991px) {
	.c-nav01__item--prev a::before {
		content: attr(data-prev);
	}
	.c-nav01__item--prev a span {
		display: none;
	}
	.c-nav01__item--next a::before {
		content: attr(data-next);
	}
	.c-nav01__item--next a span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.c-nav01__item {
		width: 50%;
		height: 50px;
		font-size: 12px;
		text-align: center;
	}
	.c-nav01__item a {
		display: block;
		width: 100%;
		height: 48px;
		padding: 0;
		line-height: 48px;
	}
	.c-nav01__item--prev::before {
		left: 16px;
		width: 18px;
		height: 18px;
	}
	.c-nav01__item--next::after {
		right: 16px;
		width: 18px;
		height: 18px;
	}
}

.c-pw__desc {
	line-height: 2.5;
}

.c-pw__desc p {
	margin-bottom: 16px;
	line-height: 2.5;
}

.c-pw__btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 13px 20px;
	color: #fff !important;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.c-pw__btn:hover {
	background: #333;
	color: #fff;
}

.c-pw__btn--register {
	min-width: 160px;
	margin-bottom: 32px;
}

.c-pw__btn--submit {
	min-width: 100px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.c-pw .c-pw__btn:hover {
	text-decoration: none;
}

.c-pw__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 25px 36px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.c-pw__box .c-pw__box-desc {
	margin-bottom: 20px;
	line-height: 1.2;
}

.c-pw__box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-pw__box-label {
	margin-right: 14px;
}

.c-pw__box-input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 250px;
	height: 40px;
	margin-right: 14px;
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 767px) {
	.c-pw__box {
		margin: 0 auto 30px;
		padding: 20px;
		text-align: center;
	}
	.c-pw__box-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.c-pw__box-label {
		display: block;
		margin-right: 0;
		margin-bottom: 1em;
		font-size: 12px;
	}
	.c-pw__box-input {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

.c-share__btn {
	list-style: none;
}

.c-share__icn {
	speak: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "design_plus" !important;
	font-style: normal;
	/* use !important to prevent issues with browser extensions that change fonts */ font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	/* Better Font Rendering */
}

.c-share__icn--facebook::before {
	content: "\e902";
}

.c-share__icn--facebook2::before {
	content: "\e903";
}

.c-share__icn--feedly::before {
	content: "\e907";
}

.c-share__icn--google-plus::before {
	content: "\e900";
}

.c-share__icn--google-plus2::before {
	content: "\e901";
}

.c-share__icn--hatebu::before {
	content: "\e908";
}

.c-share__icn--line::before {
	content: "\e909";
}

.c-share__icn--pinterest::before {
	content: "\e905";
}

.c-share__icn--pocket::before {
	content: "\e90a";
}

.c-share__icn--rss::before {
	content: "\e90b";
}

.c-share__icn--rss2::before {
	content: "\e906";
}

.c-share__icn--twitter::before {
	content: "\e904";
}

.c-share--sm {
	min-width: 27px;
	line-height: 25px;
}

.c-share--sm .c-share__btn {
	margin-right: 5px;
	margin-bottom: 5px;
}

.c-share--sm a {
	padding: 1px 5px 0;
}

.c-share--sm .c-share__icn {
	position: relative;
	top: 3px;
	font-size: 1.3em;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.c-share--sm .c-share__title {
	margin: 0 3px 0 2px;
	line-height: 20px;
}

.c-share--lg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1%;
}

@media only screen and (max-width: 767px) {
	.c-share--lg {
		margin-right: -3%;
	}
}

.c-share--lg .c-share__btn {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
	.c-share--lg .c-share__btn {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 3%;
} }

.c-share--lg .c-share__btn:nth-child(4n) {
	margin-right: 0;
}

.c-share--lg .c-share__btn a {
	padding: 10px 2px;
}

.c-share--lg .c-share__icn {
	position: relative;
	top: 3px;
	font-size: 140%;
}

.c-share--lg .c-share__title {
	margin: 0 3px 0 4px;
}

.c-share--color a {
	color: #fff !important;
}

.c-share--color a:hover {
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
 text-decoration: none !important;
}

.c-share--color .c-share__btn--twitter a {
	background-color: #55acee;
}

.c-share--color .c-share__btn--twitter a:hover {
	background-color: #468ec5;
}

.c-share--color .c-share__btn--facebook a {
	background-color: #35629a;
}

.c-share--color .c-share__btn--facebook a:hover {
	background-color: #1f3669;
}

.c-share--color .c-share__btn--google-plus a {
	background-color: #dd4b39;
}

.c-share--color .c-share__btn--google-plus a:hover {
	background-color: #b94031;
}

.c-share--color .c-share__btn--hatebu a {
	background-color: #3c7dd1;
}

.c-share--color .c-share__btn--hatebu a:hover {
	background-color: #0270ac;
}

.c-share--color .c-share__btn--pocket a {
	background-color: #ee4056;
}

.c-share--color .c-share__btn--pocket a:hover {
	background-color: #c53648;
}

.c-share--color .c-share__btn--rss a {
	background-color: #ffb53c;
}

.c-share--color .c-share__btn--rss a:hover {
	background-color: #e09900;
}

.c-share--color .c-share__btn--feedly a {
	background-color: #6cc655;
}

.c-share--color .c-share__btn--feedly a:hover {
	background-color: #5ca449;
}

.c-share--color .c-share__btn--pinterest a {
	background-color: #d4121c;
}

.c-share--color .c-share__btn--pinterest a:hover {
	background-color: #a42f35;
}

.c-share--mono a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fafafa;
	color: #222;
}

.c-share--mono a:hover {
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.c-share--mono .c-share__btn--twitter a:hover {
	background-color: #55acee;
}

.c-share--mono .c-share__btn--facebook a:hover {
	background-color: #35629a;
}

.c-share--mono .c-share__btn--google-plus a:hover {
	background-color: #dd4b39;
}

.c-share--mono .c-share__btn--hatebu a:hover {
	background-color: #3c7dd1;
}

.c-share--mono .c-share__btn--pocket a:hover {
	background-color: #ee4056;
}

.c-share--mono .c-share__btn--rss a:hover {
	background-color: #ff8c00;
}

.c-share--mono .c-share__btn--feedly a:hover {
	background-color: #6cc655;
}

.c-share--mono .c-share__btn--pinterest a:hover {
	background-color: #d4121c;
}

.c-share__btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	text-align: center;
}

.c-share__btn a {
	display: block;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 767px) {
	.c-share--sm .c-share__icn {
		left: 1px;
	}
	.c-share--sm .c-share__title {
		display: none;
	}
}

.c-share--official {
	display: inline-block;
}

.c-share--official .c-share__btn {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	line-height: 1;
}

.c-share--official .c-share__btn--pocket {
	width: 88px;
}

@media only screen and (max-width: 991px) {
	.c-share__btn {
		margin-bottom: 5px;
	}
}


/* SECTION ----------------------------------------------------------------- */
.c-section {
	display: block;
	position: relative;
	margin: 0 auto 100px;
}
.c-section_block {
	display: block;
	margin: 80px auto 0;
	overflow: hidden;
}
.c-section_head + .c-section_block {
	margin-top: 0;
}
.p-headline03 + .c-section_block {
	margin-top: 0;
}
.c-section_block.c-section_block2 {
 background: #eee;
 border-radius: 10px;
 padding: 50px 70px;
}

@media screen and (max-width: 991px) {
 .c-section_block.c-section_block2 {
  padding: 30px;
 }
}

@media screen and (max-width: 767px) {
 .c-section_block {
  margin-top: 50px;
 }
}

/* head */
.c-section_head {
	font-size: 24px;
	line-height: 1.5;
	border-bottom: solid 1px #000;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.c-section_head2 {
	font-size: 20px;
	line-height: 1.5;
	display: block;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.c-section {
		margin: 0 auto 50px;
	}
	.c-section_head {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.c-section_head2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

/* lead */
.c-section_lead {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.c-section_lead2 {
 font-size: 20px;
 text-align: center;
 line-height: 1.5;
 background: #fff;
 margin: 0 auto 30px;
 padding: 10px;
}

@media screen and (max-width: 767px) {
	.c-section_lead {
  font-size: 16px;
  margin-bottom: 10px;
 }
 .c-section_lead2 {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 5px;
 }
}

/* text */
.c-section_text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.c-section_text {
  font-size: 14px;
  margin-bottom: 10px;
 }
}

/* figure */
.is-photo-left figure {
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
}
.is-photo-left div {
	float: right;
	padding-left: 45px;
	width: 60%;
}

@media screen and (max-width: 767px) {
 .is-photo-left figure {
  float: none;
  width: 100%;
 }
 .is-photo-left div {
  float: none;
  margin-top: 10px;
  padding-left: 0;
  width: 100%;
 }
}

/* c-section_slide */
.c-section_slide {
}
.c-section_slide li img {
	width: 100%;
}

/* c-section_lists */
.c-section_lists {
	line-height: 2;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}
.c-section_lists.c-section_lists--type_disc {
	text-indent: -1em;
	margin-left: 1em;
}
.c-section_lists.c-section_lists--type_disc li:before {
	/*list-style-type: disc;*/
	content: "・";
}


/* c-section_col */
.c-section_col {
	letter-spacing: -.5em;
	margin-right: -45px;
	margin-top: -45px;
	overflow: hidden;
}
.c-section_col__item {
	letter-spacing: 0;
	display: inline-block;
	margin-top: 45px;
	padding-right: 45px;
	vertical-align: top;
	width: 33.3%;
}
.c-section_col--2 .c-section_col__item {
	width: 50%;
}
.c-section_col--4 .c-section_col__item {
	width: 25%;
}
.c-section_col__item a:hover {
	color: #bbb;
}
.c-section_col__item.is-active,
.c-section_col__item.is-inview {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.c-section_col__item img {
 height: 230px;
 object-fit: cover;
}
.c-section_col--4 .c-section_col__item img,
.c-section_col--5 .c-section_col__item img {
 height: 170px;
}
.c-section_col__item .e-title {
	font-size: 18px;
	line-height: 1.3;
	margin: 14.6px 0 0;
}
.c-section_col__item .e-title.is-row {
	line-height: 1.6;
	display: flex;
	align-items: center;
	min-height: 3em;
}
.c-section_col__item .e-title.is-center {
	justify-content: center;
}
.c-section_col__item .e-text {
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
 .c-section_col__item img {
 }
 .c-section_col--4 .c-section_col__item img,
 .c-section_col--5 .c-section_col__item img {
  height: 165px;
 }
}

@media only screen and (max-width: 991px) {
 .c-section_col {
  margin-right: -30px;
 }
 .c-section_col__item {
  padding-right: 30px;
 }
 .c-section_col__item img {
  height: 180px;
 }
 .c-section_col--4 .c-section_col__item img,
 .c-section_col--5 .c-section_col__item img {
  height: 130px;
 }
}

@media screen and (max-width: 767px) {
	.c-section_col {
  margin-right: 0;
  margin-top: -30px;
 }
	.c-section_col--2 .c-section_col__item,
	.c-section_col--4 .c-section_col__item,
	.c-section_col__item {
  display: block;
  padding-right: 0;
  width: 100%;
 }
	.c-section_col__item {
  margin-top: 30px;
 }
 .c-section_col__item img,
 .c-section_col--4 .c-section_col__item img,
 .c-section_col--5 .c-section_col__item img {
  height: auto;
 }
	.c-section_col__item .e-title {
  font-size: 16px;
  line-height: 1.5;
  height: auto;
  margin-top: 13px;
 }
	.c-section_col__item .e-title.is-row {
  min-height: auto;
 }
	.c-section_col__item .e-text {
	 font-size: 14px;
  margin-top: 5px;
 }
}

/* section_btn */
.c-section_btn {
	margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
	.c-section_btn {
  margin: 20px auto 0;
 }
 .c-section_btn.is-active {
  display: block;
 }
}

/* section_table */
.c-section_table {
 border: solid 1px #ddd;
 border-collapse: collapse;
 width: 100%;
}
.c-section_table tr {
}
.c-section_table tr:first-child th,
.c-section_table tr:first-child td {
 border-top: none;
}
.c-section_table th,
.c-section_table td {
 line-height: 1.6;
 text-align: left;
 border-top: solid 1px #ddd;
 padding: 20px;
 vertical-align: top;
}
.c-section_table th:first-child,
.c-section_table td:first-child {
}
.c-section_table th {
 background: #f4f4f4;
 width: 200px;
}
.c-section_table td {
}

@media screen and (max-width: 767px) {
 .c-section_table th,
 .c-section_table td {
  display: block;
  padding: 15px 10px;
  width: 100%;
 }
.c-section_table td {
  border-top: none;
 }
}




/* Project ----------------------------------------------------------------- */
.p-ad-info {
	margin-top: 3px;
	color: #999;
	font-size: 12px;
}

.p-ad-info__label {
	display: inline-block;
	min-width: 40px;
	height: 17px;
	margin-left: 1em;
	padding: 0 12px;
	line-height: 17px;
	text-align: center;
}

.p-article01 {
	position: relative;
}

.p-article01 a {
	color: #fff;
}

.p-article01 a:hover {
	color: #bbb;
}

.p-article01__img::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.85)));
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.85) 100%);
	content: "";
}

.p-article01__content {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	margin: auto;
	padding: 0 20px;
	color: #fff;
}

.p-article01__title {
	margin-bottom: 4.6px;
	font-size: 16px;
	line-height: 1.6;
}

.p-article01__meta {
	font-size: 12px;
	line-height: 1.9;
}

.p-article01__date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	vertical-align: bottom;
	content: "\e930";
}

.p-article01__date + .p-article01__cat::before {
	margin: 0 0.5em;
	content: "|";
}

@media screen and (max-width: 991px) {
	.p-article01__title {
		margin-bottom: 0;
	}
	.p-article01__meta {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.p-article01__content {
  bottom: 8px;
  width: 100%;
  padding: 0 12px;
 }
 .p-article01__title {
  font-size: 12px;
  line-height: 1.5;
 }
	.p-article01__meta {
  display: none;
 }
}

.p-article02 {
	position: relative;
}

.p-article02__img {
	overflow: hidden;
}

.p-article02__img::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(75%, transparent));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, transparent 75%);
	content: "";
}

.p-article02__title {
	z-index: 1;
	position: absolute;
	top: 50%;
	padding: 0 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.p-article02__title {
		font-size: 14px;
	}
}

.p-article03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-article03 a:hover {
	color: #999;
}

.p-article03__img {
	width: 90px;
	margin-right: 16px;
}

.p-article03__img--lg {
	width: 110px;
}

.p-article03__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-article03__title {
	margin-top: -4.2px;
	margin-bottom: 7.8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.p-article03__meta {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 1;
}

.p-article03__date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	content: "\e930";
}

@media screen and (max-width: 991px) {
	.p-article03__img {
		margin-right: 20px;
	}
  .p-article03__title {
		margin-bottom: 8.8px;
	}
}

@media screen and (max-width: 767px) {
	.p-article03__img {
		width: 90px;
	}
}

.p-article04 {
	border: 1px solid #ddd;
}

.p-article04 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
}

.p-article04 a:hover .p-article04__title {
	color: #bbb;
}

.p-article04__img {
	width: 40.14599%;
	margin-right: 6.38686%;
	overflow: hidden;
}

.p-article04__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-article04__date {
	display: block;
	margin-bottom: 10px;
	color: #999;
	font-size: 12px;
}

.p-article04__date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	content: "\e930";
}

.p-article04__title {
	min-height: 3em;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

@media screen and (max-width: 991px) {
	.p-article04 a {
  padding: 14px 16px;
 }
  .p-article04__img {
  width: 150px;
 }
  .p-article04__title {
  min-height: auto;
 }
}

@media screen and (max-width: 767px) {
	.p-article04__content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
 }
 .p-article04__title {
  font-size: 14px;
  font-weight: 400;
 }
 .p-article04__date {
  margin-bottom: 7.5px;
 }
  .p-article04__img {
  width: 100px;
  margin-right: 16px;
 }
}

.p-article05 {
	border: 1px solid #ddd;
	border-top: 0;
}

.p-article05 a {
	overflow: visible;
}

.p-article05 a:hover .p-article05__title {
	color: #bbb;
}

.p-article05__img {
	margin: -1px;
	overflow: hidden;
}

.p-article05__content {
	padding: 30px 5% 33px;
}

.p-article05__title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.5;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.p-article05__excerpt {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.p-article05__title {
		margin-bottom: 7px;
		font-size: 16px;
	}
}

@media screen and (max-width: 700px) {
	.p-article05__content {
		padding: 16px 20px 15px;
	}
}

.p-article06 a {
display: block;
position: relative;
width: 100%;
color: #fff;
}



.p-article06__img {
	position: relative;
}

.p-article06__img::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.85)));
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.85) 100%);
	content: "";
}

.p-article06__img img {
	width: 100%;
	height: auto;
}

.p-article06__content {
	z-index: 1;
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
}

.p-article06__title {
margin-bottom: 0;
font-size: 16px;
line-height: 1.6;
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}

.p-article06__title:last-child {
	z-index: 1;
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
}

.p-article06__meta {
margin-top: 5px;
font-size: 12px;
}

@media screen and (max-width: 991px) {
.p-article06__meta {
display: none;
}
}

@media screen and (max-width: 500px) {
.p-article06__title,
.p-article06__title:last-child {
bottom: 8px;
padding: 0 12px;
font-size: 12px;
line-height: 1.5;
}
.p-article06__content .p-article06__title {
padding: 0;
}
.p-article06__content {
bottom: 8px;
width: 100%;
padding: 0 12px;
}
}



.p-article07 a {
	position: relative;
}

.p-article07__img::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(60%, transparent));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent 60%);
	content: "";
}

.p-article07__date {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 20px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-article07__cat {
	margin-top: 20px;
}

.p-article07__title {
	margin: 14.6px 0 0;
	font-size: 18px;
	line-height: 1.6;
}

.p-article07__title a:hover {
	color: #bbb;
}

@media screen and (max-width: 767px) {
	.p-article07__cat {
		margin-top: 13px;
	}
	.p-article07__title {
		margin-top: 9px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.p-article08 {
	position: relative;
}

.p-article08 a {
	color: #fff;
}

.p-article08 a:hover {
	color: #bbb;
}

.p-article08 a::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.75)));
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
	content: "";
}

.p-article08__title {
	z-index: 1;
	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (max-width: 500px) {
	.p-article08__title {
		bottom: 9px;
		padding: 0 12px;
		font-size: 12px;
		line-height: 1.5;
	}
}

.p-article09 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-article09 a:hover .p-article09__title {
	color: #999;
}

.p-article09__img {
	overflow: hidden;
}

.p-article09__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5.66667%;
	background: #000;
	color: #fff;
}

.p-article09__title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.5;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.p-article09__excerpt {
	font-size: 16px;
	line-height: 2;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.p-article09__title {
		margin-bottom: 0;
	}
	.p-article09__excerpt {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.p-article09__content {
		padding: 18px 5.66667%;
	}
}

@media screen and (max-width: 767px) {
	.p-article09__content {
		padding: 14.5px 18px 13.2px;
	}
	.p-article09__title {
		margin-bottom: 5.7px;
		font-size: 14px;
	}
	.p-article09__excerpt {
		font-size: 12px;
		line-height: 1.8;
	}
}

.p-article10 {
	padding: 14px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.p-article10 a:hover {
	color: #bbb;
}

.p-article10__title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.p-article10__meta {
	display: block;
	margin-top: 7.8px;
	margin-bottom: 3px;
	color: #999;
	font-size: 12px;
	line-height: 1;
}

.p-article10__date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	content: "\e930";
}

.p-article11 {
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
}

.p-article11 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 25px;
}

.p-article11 a:hover .p-article11__title {
	color: #999;
}

.p-article11__date {
	margin-right: 25px;
	color: #999;
	font-size: 14px;
}

.p-article11__date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	content: "\e930";
}

.p-article11__title {
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

@media screen and (max-width: 767px) {
	.p-article11 {
		height: auto;
		line-height: 1;
	}
	.p-article11 a {
		display: block;
		padding: 16px 16px 11.8px;
	}
	.p-article11__date {
		display: block;
		margin-bottom: 8px;
	}
	.p-article11__title {
	 font-size: 14px;
		margin-bottom: 0;
		line-height: 1.6;
		white-space: inherit;
	}
}

.p-article12 {
	position: relative;
}

.p-article12 a {
	display: block;
}

.p-article12__img {
	position: relative;
	height: 100%;
}

.p-article12__img::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000));
	background: linear-gradient(to bottom, transparent 50%, #000 100%);
	content: "";
}

.p-article12__img img {
	width: 100%;
	height: 100%;
}

.p-article12__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 33px;
	left: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 88.96552%;
	margin: 0 auto;
	color: #fff;
}

.p-article12__meta {
	margin-right: 5.51724%;
	margin-bottom: 7px;
	text-align: center;
}

.p-article12__date {
	display: inline-block;
	margin-bottom: 10px;
}

.p-article12__title {
	margin-bottom: 7.5px;
	font-size: 22px;
	line-height: 1.5;
}

.p-article12__title a {
	color: #fff;
}

.p-article12__title a:hover {
	color: #999;
}

.p-article12__excerpt {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.p-article12__content {
		bottom: 15px;
		width: 88.88889%;
	}
	.p-article12__meta {
		margin-right: 12px;
		margin-bottom: 4.8px;
	}
	.p-article12__date {
		margin-bottom: 10px;
	}
	.p-article12__title {
		margin-bottom: 3.7px;
		font-size: 14px;
	}
	.p-article12__excerpt {
		bottom: 15.2px;
		font-size: 12px;
		line-height: 1.8;
	}
}

.p-article13__upper {
	position: relative;
}

.p-article13__meta {
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.p-article13__upper-date {
	display: block;
	margin-bottom: 20px;
}

.p-article13__lower {
	padding: 15.2px 6.89655% 20px;
}

.p-article13__title {
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 1.6;
}

.p-article13__title a:hover {
	color: #999;
}

.p-article13__lower-date {
	color: #999;
	font-size: 12px;
}

.p-article13__lower-date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	content: "\e930";
}

@media screen and (max-width: 767px) {
	.p-article13__meta {
		left: 15px;
	}
	.p-article13__upper-date {
		margin-bottom: 10px;
	}
	.p-article13__lower {
		padding: 11.5px 15px 15px;
	}
	.p-article13__title {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.5;
	}
	.p-article13__advertiser::after {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
}

.p-blog-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 100px;
}

.p-blog-list:last-child {
	margin-bottom: 150px;
}

.p-blog-list__item {
	width: 25%;
}

/*__listType-B*/
.__listType-B.p-blog-list {
 margin-left: -20px;
 width: calc(100% + 20px);
}
.__listType-B .p-blog-list__item {
 width: calc(25% - 20px);
 margin-left: 20px;
 margin-bottom: 20px;
}
.__listType-B .p-article01 a,
.__listType-B .p-article01__img img,
.__listType-B .p-article01__img:before {
 border-radius: 10px;
}

@media screen and (max-width: 991px) {
	.p-blog-list__item {
		width: 33.33%;
	}

 /*__listType-B*/
 .__listType-B.p-blog-list {
  margin-left: -10px;
  width: calc(100% + 10px);
 }
 .__listType-B .p-blog-list__item {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
 }
}

@media screen and (max-width: 767px) {
	.p-blog-list, .p-blog-list:last-child {
		margin-bottom: 30px;
	}
	.p-blog-list__item {
		width: 50%;
	}

 /*__listType-B*/
 .__listType-B .p-blog-list__item {
  width: calc(50% - 10px);
 }
}

.p-breadcrumb {
	background: #fff;
	height: 50px;
	border-bottom: 1px solid #ddd;
	line-height: 48px;
}

.p-breadcrumb__inner {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-breadcrumb__item {
	color: #666;
	font-size: 12px;
}

.p-breadcrumb__item:first-child a {
	color: #000;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
	font-size: 10px;
}

.p-breadcrumb__item a {
	color: #000;
}

.p-breadcrumb__item a:hover {
	color: #666;
}

@media only screen and (max-width: 1199px) {
 .p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
 }
}

.p-btn {
	display: inline-block;
	min-width: 190px;
	height: 50px;
	padding: 0 15px;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-btn {
		min-width: 160px;
		height: 45px;
		font-size: 12px;
		line-height: 45px;
	}
}

.p-calendar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.p-calendar.slick-initialized {
	display: block;
}

.p-calendar .slick-list {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.p-calendar .slick-list:only-child {
	width: 100%;
}

.p-calendar .slick-arrow {
	top: 0;
	bottom: 0;
	margin: auto;
}

.p-calendar .slick-arrow::before {
	color: #000;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.p-calendar .slick-arrow:hover::before {
	color: #bbb;
}

.p-calendar .slick-prev {
	left: -5px;
}

.p-calendar .slick-next {
	right: -5px;
}

.p-calendar .slick-disabled {
	opacity: 0;
}

.p-calendar__item {
	margin-right: 4px;
}

.p-calendar__item.is-active button {
	background: #000;
	color: #fff;
}

.p-calendar__item.is-active button:hover {
	background: #000;
	color: #fff;
}

.p-calendar__item button, .p-calendar__item span {
	display: block;
	width: 100px;
	height: 50px;
	border-radius: 25px;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}

.p-calendar__item button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: none;
	background: #eee;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background, color;
	transition-property: background, color;
}

.p-calendar__item button:hover {
	background: #999;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.p-calendar__item button, .p-calendar__item span {
		width: 70px;
		height: 36px;
		border-radius: 18px;
		font-size: 12px;
		line-height: 36px;
	}
}

@media screen and (max-width: 767px) {
	.p-calendar {
		width: calc(100% + 40px);
		margin: 0 -20px 20px;
		padding-left: 20px;
		overflow-x: scroll;
	}
}

.p-card {
	border: 1px solid #ddd;
}

.p-card a {
	overflow: visible;
}

.p-card a:hover {
	color: #bbb;
}

.p-card__img {
	margin: -1px;
	overflow: hidden;
}

.p-card__title {
	margin-bottom: 0;
	padding: 16px 20px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.p-card a {
  padding: 18px 18px 14.5px;
 }
 .p-card__img {
  margin-bottom: 14.5px;
 }
 .p-card__title {
  padding: 0;
  font-size: 14px;
 }
}

.p-cb__item {
	position: relative;
	margin-bottom: 100px;
}

.p-cb__item:last-child {
	margin-bottom: 150px;
}

.p-cb__item-btn {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.p-cb__item {
  margin-bottom: 50px;
 }
 .p-cb__item:last-child {
  margin-bottom: 75px;
 }
 .p-cb__item-btn {
  position: static;
  text-align: center;
 }
}

.p-copyright {
 font-size: 14px;
 line-height: 1.5;
 text-align: center;
 padding: 50px 0 30px;
}

.p-copyright small {
	font-size: 100%;
}

@media screen and (max-width: 767px) {
	.p-copyright {
  font-size: 12px;
  padding: 20px;
 }
}

.p-date {
	color: #fff;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.p-date__day {
	display: block;
	margin-bottom: 1px;
	font-size: 42px;
}

@media screen and (max-width: 767px) {
	.p-date {
	font-size: 12px;
}
  .p-date__day {
	margin-bottom: 3px;
	font-size: 40px;
} }

/* Dropdown */
.p-dropdown {
	font-size: 16px;
}

.p-dropdown__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	padding: 0 18px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 50px;
}

.p-dropdown__title::after {
	position: absolute;
	right: 17px;
	font-family: "design_plus";
	content: "\e90e";
}

.p-dropdown__title:hover {
	cursor: pointer;
}

.p-dropdown__title.is-active::after {
	content: "\e911";
}

.p-dropdown__list {
	display: none;
}

.p-dropdown__list li {
	border: 1px solid #ddd;
	border-top: 0;
	line-height: 1.5;
}

.p-dropdown__list a {
	display: block;
	padding: 14px 18px;
}

.p-dropdown__list a:hover {
	background: #f6f6f6;
}

.p-entry__header {
	/*margin-top: 52px;*/
	margin-bottom: 50px;
}

.p-entry__title {
	margin-bottom: 12px;
	line-height: 1.5;
}

.p-entry__meta {
	color: #999;
	font-size: 12px;
}

.p-entry__meta a {
	color: inherit;
}

.p-entry__meta a:hover {
	color: #666;
}

.p-entry__date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	vertical-align: bottom;
	content: "\e930";
}

.p-entry__date + .p-entry__cat::before {
	margin: 0 0.5em;
	content: "|";
}

.p-entry__cat {
	display: inline-block;
}

.p-entry__header02 {
 background: #fff;
	border-bottom: 1px solid #ddd;
	/*margin-bottom: 60px;*/
}

.p-entry__header02-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-entry__header02-upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 180px;
	min-height: 180px;
	margin: -1px 4.16667% -1px 0;
	padding: 0 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.p-entry__header02-lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33.6px 0 35px;
}

.p-entry__header02-title {
	margin-bottom: 0;
	line-height: 1.4;
}

.p-entry__header02-date {
	display: block;
	margin-top: 9.6px;
	color: #999;
	font-size: 12px;
}

.p-entry__header02-date::before {
	margin-right: 0.5em;
	font-family: "design_plus";
	vertical-align: bottom;
	content: "\e930";
}

.p-entry__img {
	width: 100%;
	margin-bottom: 42px;
	text-align: center;
}

.p-entry__img img {
	max-width: 100%;
	height: auto;
}

.p-entry__body {
	/*margin-bottom: 42px;*/
}

.p-entry__body a:hover {
	text-decoration: underline;
}

.p-entry__body .p-entry__ad img {
	width: auto;
	max-width: none;
}

.p-entry__body .p-readmore a {
	color: #fff;
}

.p-entry__body .q_button:hover {
	text-decoration: none;
}

.p-entry__body p {
	margin-bottom: 34px;
	font-size: inherit;
	line-height: 2;
}

.p-entry__body--sm {
	/*width: 1000px;*/
	/*margin-bottom: 60px;*/

 background: #fff;
 padding: 100px;
 box-sizing: content-box;
}

.p-entry__body--sm p {
	margin-bottom: 30px;
	line-height: 2.4;
}

.p-entry__share {
	padding-bottom: 45px;
 margin: 0 !important;
}

.p-entry__body > div .p-entry__share {
	padding-bottom: 0;
}

.p-entry__meta-box {
	margin-bottom: 50px;
}

.p-entry__ad {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.p-entry__ad--upper, .p-entry__ad--inner {
	margin-bottom: 42px;
}

.p-entry__ad--lower {
	margin-bottom: 50px;
}

.p-entry__ad-item + .p-entry__ad-item {
	margin-left: 40px;
}

.p-entry__related {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 150px;
}

.p-entry__related-item {
	width: 33.33%;
}

.p-entry__related-item--no-post {
	margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
	.p-entry__ad {
		display: block;
	}
	.p-entry__ad-item + .p-entry__ad-item {
		margin-left: 0;
	}
	.p-entry__ad--upper .p-entry__ad-item + .p-entry__ad-item, .p-entry__ad--inner .p-entry__ad-item + .p-entry__ad-item {
		margin-top: 40px;
	}
	.p-entry__ad--lower .p-entry__ad-item + .p-entry__ad-item {
		margin-top: 50px;
	}
	.p-entry__body--sm {
  box-sizing: border-box;
		padding: 100px 50px;
	}
	.p-entry__header {
	}
}

@media only screen and (max-width: 991px) {
	.p-entry__header {
	}
	.p-entry__header02 {
		/*margin-bottom: 50px;*/
	}
	.p-entry__header02-inner {
		display: block;
		width: 100%;
	}
	.p-entry__header02-upper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		width: 100%;
		height: 80px;
		min-height: auto;
		padding: 0 5.55556%;
		line-height: 1;
	}
	.p-entry__header02-upper.p-entry__header02-upper--square {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 180px;
		height: 180px;
		margin: 30px auto 0;
		padding: 0;
	}
	.p-entry__header02-upper-title {
		margin-bottom: 5px;
		font-size: 34px;
		font-weight: 400;
	}
	.p-entry__header02-upper-sub {
		font-size: 14px;
	}
	.p-entry__header02-lower {
		display: block;
		width: 88.88889%;
		margin: 0 auto;
		padding: 25.6px 0;
	}
	.p-entry__header02-date {
		margin-bottom: 4.4px;
	}
	.p-entry__body--sm {
		width: 88.88889%;
		padding: 50px 0 80px;
	}
}

@media only screen and (max-width: 767px) {
	.p-entry__header {
  margin: 0 0 30px;
	}
	.p-entry__title {
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.p-entry__header02 {
		margin-bottom: 0;
	}
	.p-entry__header02-inner {
		padding: 0;
	}
	.p-entry__header02-upper {
		width: 100%;
		padding: 0 20px;
	}
	.p-entry__header02-upper.p-entry__header02-upper--square {
		width: 100px;
		height: 100px;
	}
	.p-entry__header02-lower {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.p-entry__share {
		padding-bottom: 25px;
	}
	.p-entry__img {
		margin-bottom: 23px;
	}
	.p-entry__body {
		margin-bottom: 23px;
	}
	.p-entry__body p {
		margin-bottom: 16px;
		line-height: 2;
	}
	.p-entry__body--sm {
		width: auto;
		padding: 50px 20px 80px;
	}
	.p-entry__ad {
		display: block;
		margin-bottom: 30px;
	}
	.p-entry__ad-item {
		margin-bottom: 20px;
	}
	.p-entry__ad-item + .p-entry__ad-item {
		margin-left: 0;
	}
	.p-entry__ad-item img {
		margin-right: -10px;
		margin-left: -10px;
	}
	.p-entry__meta-box {
		margin-bottom: 10px;
	}
	.p-entry__related {
		margin-bottom: 0;
	}
	.p-entry__related-item {
		width: 50%;
	}
  .p-entry__related-item--no-post {
		margin-top: 30px;
	}
}

.p-event-cat {
	display: inline-block;
	min-width: 100px;
	height: 30px;
	padding: 0 10px;
	border-radius: 15px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-event-cat {
		min-width: 80px;
		height: 24px;
		border-radius: 12px;
		font-size: 10px;
		line-height: 24px;
	}
}

.p-event-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.p-event-list:last-child {
	/*margin-bottom: 100px;*/
}

.p-event-list__item {
	width: 30.83333%;
	margin-right: 3.75%;
	margin-bottom: 44.6px;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
	opacity: 0;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.p-event-list__item:nth-child(3n) {
	margin-right: 0;
}

.p-event-list__item.is-active, .p-event-list__item.is-inview {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.p-event-list__loader {
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.p-event-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-event-list__item {
		width: 47.5%;
		margin-right: 0;
		-webkit-transform: none;
		transform: none;
	}
}

@media screen and (max-width: 600px) {
	.p-event-list, .p-event-list:last-child {
		/*margin-bottom: 26px;*/
	}
	.p-event-list__item {
		width: 100%;
		margin-bottom: 16px;
	}
}

/* tax-event_tag */
.tax-event_tag .p-page-header {
 display: none;
}

/* single-event */
.single-event .p-entry {
 background: #fff;
 box-sizing: content-box;
 padding: 100px;
}
.single-event .p-entry__body--sm {
 padding: 0;
}
.single-event .p-upcoming-event {
 margin-bottom: 0;
}

@media only screen and (max-width: 1140px) and (min-width: 992px) {
 /* tax-event_tag */

 /* single-event */
 .single-event .p-entry {
  padding: 100px 50px;
  box-sizing: border-box;
 }
 .single-event .p-upcoming-event {
 }
}

@media screen and (max-width: 991px) {
 /* tax-event_tag */

 /* single-event */
 .single-event .p-entry {
  padding: 50px 0 80px;
  box-sizing: border-box;
 }
 .single-event .p-upcoming-event {
 }
}

@media screen and (max-width: 767px) {
 /* tax-event_tag */

 /* single-event */
 .single-event .p-entry {
  padding: 50px 20px 80px;
 }
 .single-event .p-upcoming-event {
 }
}

.p-footer-links {
	padding: 62px 0 20px;
}

.p-footer-links__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.p-footer-links__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.p-footer-links__list-item {
	width: 30.83333%;
	margin-right: 3.75%;
	margin-bottom: 50px;
}

.p-footer-links__list-item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 991px) {
	.p-footer-links__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-footer-links__list-item {
		width: calc(50% - 25px);
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.p-footer-links {
		padding: 35px 0 20px;
	}
	.p-footer-links__header {
		margin-bottom: 15px;
	}
	.p-footer-links__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-footer-links__list-item {
		width: calc(50% - 12.5px);
		margin-right: 0;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 600px) {
	.p-footer-links__list {
		display: block;
	}
	.p-footer-links__list-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.p-footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 33.8px;
	font-size: 14px;
	line-height: 2.6;
}

.p-footer-nav a:hover {
	color: #999;
}

.p-footer-nav__item {
	width: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
	.p-footer-nav {
		margin-top: 0;
		line-height: 2;
	}
}

.p-footer-widgets {
	padding-top: 70px;
}

.p-footer-widgets__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-footer-widgets__item {
	width: 100%;
	margin-bottom: 70px;
}

.p-footer-widgets__item li {
}

.p-footer-widgets__item li:first-child:before {
	display: none;}

.p-footer-widgets__item li:before {
	content: "";
	height: 10px;
	width: 1px;
	background: #dedede;
	display: inline-block;
	margin: 0 20px;
}

.p-footer-widgets__item-title {
	margin-bottom: 30px;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.p-footer-widgets {
		padding: 40px 0 7px;
	}
	.p-footer-widgets__inner {
		display: block;
	}
	.p-footer-widgets__item {
		width: 100%;
		margin-bottom: 33px;
		padding-bottom: 33px;
		border-bottom: 1px solid #ddd;
	}
	.p-footer-widgets__item-title {
		margin-top: 40px;
		margin-bottom: 18px;
	}
}

/*
```
//<nav id="js-global-nav" class="p-global-nav">
//  <ul>
//    <li><a href="#">HOME</a></li>
//    <li class="menu-item-has-children">
//      <a href="#">コンセプト<span class="p-global-nav__toggle"></span></a>
//      <ul class="sub-menu">
//        <li class="menu-item-has-children">
//          <a href="#">サブメニューA<span class="p-global-nav__toggle"></span></a>
//          <ul class="sub-menu">
//            <li><a href="#">サブメニューA-1</a></li>
//            <li><a href="#">サブメニューA-2</a></li>
//            <li><a href="#">サブメニューA-3</a></li>
//          </ul>
//        </li>
//        <li><a href="#">サブメニューB</a></li>
//        <li><a href="#">サブメニューC</a></li>
//      </ul>
//    </li>
//    <li><a href="#">特集</a></li>
//    <li><a href="#">アート</a></li>
//    <li><a href="#">セミナー</a></li>
//    <li><a href="#">ライブ</a></li>
//    <li class="current_page_item"><a href="#">ブログ</a></li>
//    <li><a href="#">アクセス</a></li>
//  </ul>
//</nav>
```
*/
.p-global-nav {
	height: 100%;
	font-size: 14px;
}

.p-global-nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-bottom: 0;
}

.p-global-nav > ul > li {
	width: 120px;
	margin-left: -1px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

/*.p-global-nav > ul > li.menu-item:last-child {
display: none;
}*/

.p-global-nav > ul > li.menu-item {
 display: table;
 height: 100%;
}

.p-global-nav > ul > li.menu-item-has-children:hover > .sub-menu {
	left: 0;
}

.p-global-nav > ul > li > a {
	position: relative;
 display: table-cell;
 vertical-align: middle;
	width: 100%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 0 5px;
	text-align: center;
}

.p-global-nav > ul > li > a::before {
	display: block;
	z-index: 1;
	position:	absolute;
	top: -1px;
	left: -1px;
	width: 120px;
	height: 5px;
	content: "";
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.p-global-nav > ul > li > .sub-menu {
	top: 100%;
	left: 0;
}

.p-global-nav a {
	display: block;
}

.p-global-nav .menu-item-has-children {
	position: relative;
}

.p-global-nav .menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	left: 100%;
	-webkit-transform:	translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.p-global-nav .sub-menu {
	display: block;
	visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 100%;
	height: auto;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	line-height: 1.2;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-global-nav .sub-menu li {
	height: auto;
}

.p-global-nav .sub-menu a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 210px;
	height: auto;
	padding: 17px 22px;
	color: #fff;
}

.p-global-nav .sub-menu .menu-item-has-children > a {
	position: relative;
}

.p-global-nav .sub-menu .menu-item-has-children > a::after {
	position: absolute;
	right: 16px;
	font-family: "design_plus";
	content: "\e910";
}

.p-global-nav__form-wrapper {
	display: none;
}

.p-global-nav__form {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}

.p-global-nav__form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 11px 40px 11px 16px;
	border: 0;
	border-radius: 0;
	outline: none;
	background: #eee;
	font-size: 16px;
}

.p-global-nav__form-submit {
	position: absolute;
	top: 50%;
	right: 10px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	font-family: "design_plus";
	font-size: 18px;
	cursor: pointer;
}

.p-global-nav__item-icon {
 line-height: 1;
	margin-bottom: 10px;
 display: block;
}


/*----- global-nav（type-B） -----*/
.__type-B.p-global-nav {
	height: 80%;
}

.__type-B.p-global-nav > ul > li {
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-left: 15px;
	transition: 0.8s;
}

.__type-B.p-global-nav > ul > li:hover {
	/*background: #000;*/
	/*border: 1px solid #000;*/
	opacity: 1;
}

.__type-B.p-global-nav > ul > li:hover  > a {
	color: #fff;
}

.__type-B.p-global-nav > ul > li.current-page-parent > a {
	color: #fff;
}

.__type-B.p-global-nav > ul > li > a::before {
	display: none;
}
.__type-B.p-global-nav .menu-item.current-menu-item {
	/*background: #000;*/
	/*border: 1px solid #000;*/
}
.__type-B.p-global-nav .menu-item.current-menu-item > a,
.__type-B.p-global-nav .menu-item > a:hover {
	color: #fff;
	opacity: 1;
	transition: 0.8s;
}
.__type-B.p-global-nav .sub-menu .menu-item.current-menu-item > a:hover {
	color: #fff;
}
.__type-B.p-global-nav .p-global-nav__item-icon {
	margin-bottom: 10px;
}


/*l-footer*/
.l-footer .p-global-nav__item-icon {
	display: none;
}

.p-global-footerNav {
	background: #fff;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.p-global-footerNav a {
	display: inline-block;
}

.p-global-footerNav ul {
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
 margin: 0;
}

.p-global-footerNav ul li:first-child:before {
	display: none;
}

.p-global-footerNav ul li::before {
	content: "";
	height: 10px;
	width: 1px;
	background: #ddd;
	display: inline-block;
	margin: 0 20px;
}

@media only screen and (max-width: 1199px) {
.p-global-nav {
	display: none;
	z-index: 99;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: auto;
}
.admin-bar .p-global-nav {
	top: 92px;
}
.admin-bar .l-header.is-active .p-global-nav {
	top: 60px;
}
.l-header--fixed .p-global-nav {
	max-height: calc(100vh - 60px);
	overflow: auto;
}
.p-global-nav > ul {
	display: block;
	height: auto;
}
.p-global-nav > ul > li {
	width: 100%;
	border: 0;
}
.p-global-nav > ul > li.menu-item {
	display: block;
}
.p-global-nav > ul > li.menu-item:last-child {
	display: block;
}
.p-global-nav > ul > li > .sub-menu {
	position: static;
}
.p-global-nav > ul > li > a {
	display: block;
	padding: 0 3.125%;
	background: transparent !important;
}
.p-global-nav > ul > li > a:before {
	display: none;
}
.p-global-nav li {
	width: 100%;
}
.p-global-nav li.current-menu-item a {
	color: #fff;
}
.p-global-nav a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	font-size: 13px;
	line-height: 50px;
}
.p-global-nav .menu-item-has-children:hover > .sub-menu {
	left: 0;
}
.p-global-nav .menu-item-has-children > a > .p-global-nav__toggle.is-active::before {
	content: "-";
}
.p-global-nav .menu-item-has-children > a > .p-global-nav__toggle::before {
	display: block;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	border: 1px solid #555;
	border-radius: 100%;
	color: inherit;
	line-height: 24px;
	text-align: center;
	content: "+";
}
.p-global-nav .sub-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	visibility: visible;
	position: static;
	width: 100%;
	padding-left: 1em;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition-property: none;
	transition-property: none;
}
.p-global-nav .sub-menu li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-global-nav .sub-menu a {
	width: 100%;
	height: 50px;
	padding: 0 3.125%;
	background: transparent !important;
	line-height: 50px;
}
.p-global-nav .sub-menu .menu-item-has-children > a::after {
	content: "";
}
.p-global-nav > ul > li:first-child > a {
	border: 0;
}
.p-global-nav__form-wrapper {
	display: block;
}
.p-global-nav__item-icon {
	display: none;
}

/*----- global-nav（type-B） -----*/
.__type-B.p-global-nav {
	height: auto;
}

.__type-B.p-global-nav > ul > li {
	background: none;
	border: none;
	border-radius: 0;
	margin-left: -1px;
}
.__type-B.p-global-nav > ul > li:hover {
	background: none;
	border: none;
}

.__type-B.p-global-nav > ul > li > a::before {
}

.__type-B.p-global-nav .menu-item.current-menu-item {
	background: none;
	border: none;
}
.__type-B.p-global-nav .menu-item.current-menu-item > a,
.__type-B.p-global-nav .menu-item > a:hover {
	color: #000;
}
.__type-B.p-global-nav .menu-item > a:hover {
	opacity: 0.6;
}
.__type-B.p-global-nav .p-global-nav__item-icon {
}

/*l-footer*/
.p-global-footerNav ul {
	font-size: 12px;
	line-height: 2;
}
.p-global-footerNav {
	padding-top: 10px;
}
}

@media screen and (max-width: 991px) {
	.l-header--fixed .p-global-nav {
  max-height: calc(100vh - 60px);
  overflow: auto;
 }
  .p-global-nav > ul > li > a, .p-global-nav .sub-menu a {
  padding: 0 5.55556%;
 }
  .p-global-nav__form {
  width: 88.88889%;
 }
}

@media only screen and (max-width: 782px) {
	.admin-bar .p-global-nav {
  top: 106px;
 }
  .admin-bar .l-header.is-active .p-global-nav {
  top: 60px;
 }
}

@media only screen and (max-width: 767px) {
	.p-global-nav > ul > li > a, .p-global-nav .sub-menu a {
  padding: 0 20px;
 }
 .p-global-nav__form {
  width: 100%;
  padding: 0 20px;
 }
  .p-global-nav__form-submit {
  right: 30px;
 }
 .p-global-footerNav ul li::before {
  margin: 0 10px;
 }
}

.p-header-content {
	position: relative;
}

.p-header-content__inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.p-header-content__title {
	margin-bottom: 0;
	opacity: 0;
}

.slick-active .p-header-content__title,
.is-active .p-header-content__title {
	-webkit-animation: sliderItemAnimation 1s ease forwards 1s;
	animation: sliderItemAnimation 1s ease forwards 1s;
}

.p-header-content__btn {
	margin-top: 22px;
	opacity: 0;
}

.p-header-content__btn:active,
.p-header-content__btn:focus {
	outline: none;
}

.slick-active .p-header-content__btn,
.is-active .p-header-content__btn {
	-webkit-animation: sliderItemAnimation 1s ease forwards 2s;
	animation: sliderItemAnimation 1s ease forwards 2s;
}

@media screen and (max-width: 767px) {
	.p-header-content__title {
  font-size: 24px !important;
 }
}

.p-header-slider {
	overflow: hidden;
}

.p-header-slider .slick-arrow {
	z-index: 1;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: left, right;
	transition-property: left, right;
}

.p-header-slider .slick-arrow::before {
	font-family: "design_plus";
}

.p-header-slider .slick-prev {
	left: -20px;
}

.p-header-slider .slick-prev::before {
	content: "\e90f";
}

.p-header-slider .slick-next {
	right: -20px;
}

.p-header-slider .slick-next::before {
	content: "\e910";
}

.p-header-slider:hover .slick-prev {
	left: 30px;
}

.p-header-slider:hover .slick-next {
	right: 30px;
}

.p-header-slider__item {
	position: relative;
	width: 100%;
	height: 725px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-header-slider {
   height: 210px;
  }
 .p-header-slider__item {
	 background-size: 100% auto;
  height: 210px;
 }
}

.p-header-video {
	position: relative;
	width: 100%;
	height: 725px;
	margin-bottom: 95px;
	overflow: hidden;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-header-video video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
}

@media screen and (max-width: 1199px) {
	.p-header-video video {
	width: auto;
	height: 100%;
} }

@media screen and (max-width: 767px) {
	.p-header-video {
  height: 360px;
  margin-bottom: 30px;
 }
}

.p-header-youtube {
	position: relative;
	width: 100%;
	height: 725px;
	margin-bottom: 95px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-header-youtube__player {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.p-header-youtube {
  height: 360px;
  margin-bottom: 30px;
 }
}

/* Headline */
.p-headline {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	margin-bottom: 0;
	padding: 0 24px;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}

.p-headline h2 {
	font-size: 100%;
}

.p-headline__link {
	position: absolute;
	top: 0;
	right: 20px;
	color: #fff;
	font-size: 16px;
}

.p-headline__link:hover {
	color: #666;
}

.p-headline02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.p-headline02__title {
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 400;
}

.p-headline02__sub {
	font-size: 22px;
	margin-left: 26px;
}

.p-headline03 {
	font-size: 50px;
 font-weight: normal;
 text-align: center;
 margin-bottom: 60px;
}


@media screen and (max-width: 767px) {
	.p-headline {
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 45px;
 }
 .p-headline__link {
  font-size: 12px;
 }
 .p-headline02 {
  margin-bottom: 16px;
 }
 .p-headline02__title {
  font-size: 32px !important;
 }
 .p-headline02__sub {
  margin-left: 14px;
  font-size: 14px;
 }
 .p-headline03 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
 }
}

.p-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 95px;
}

.p-hero .slick-list, .p-hero .slick-track {
	height: 100%;
}

.p-hero--rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-hero--type1 .p-hero__slider {
	height: 725px;
}

.p-hero--type2 .p-hero__slider, .p-hero--type3 .p-hero__slider {
	height: 100%;
}

.p-hero--type2 .p-hero__slider-item, .p-hero--type3 .p-hero__slider-item {
	height: 100%;
}

.p-hero--type4 .p-hero__post-list-item {
	width: 25%;
}

.p-hero__item {
	width: 50%;
}

.p-hero__item:only-child {
	width: 100%;
}

.p-hero__slider {
	overflow: hidden;
}

.p-hero__slider .slick-arrow {
	top: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.p-hero__slider .slick-arrow::before {
	color: #000;
	font-size: 16px;
}

.p-hero__slider .slick-prev {
	left: 0;
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.p-hero__slider .slick-next {
	right: 0;
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}

.p-hero__slider:hover .slick-arrow {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-hero__slider-item img {
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.p-hero__slider-item img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		width: 100%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
}

.p-hero__post-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	margin-right: -2px;
	border-bottom: 1px solid #ddd;
}

.p-hero__post-list-item {
	width: 50%;
	margin-left: -1px;
	border-left: 1px solid #ddd;
}

@media screen and (max-width: 1279px) {
	.p-hero {
		display: block;
	}
	.p-hero--type2 .p-hero__slider, .p-hero--type3 .p-hero__slider {
		height: 725px;
	}
	.p-hero__item {
		width: 100%;
	}
	.p-hero__post-list {
		margin-right: -4px;
	}
	.p-hero__post-list-item {
		width: 25%;
	}
}

@media screen and (max-width: 1199px) {
	.p-hero__post-list-item {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.p-hero .slick-arrow {
		display: none !important;
	}
	.p-hero--type4 .p-hero__post-list-item {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
.p-hero {
	margin-bottom: 30px;
}
.p-hero--type1 .p-hero__slider, .p-hero--type2 .p-hero__slider, .p-hero--type3 .p-hero__slider {
	height: 350px;
}
}

/* Hover effect */
.p-hover-effect--type1 {
	display: block;
	overflow: hidden;
}

.p-hover-effect--type1 img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	vertical-align: middle;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.p-hover-effect--type2 {
	display: block;
	overflow: hidden;
}

.p-hover-effect--type2:hover img {
	-webkit-transform: scale(1.3) translate3d(0, 0, 0) !important;
	transform: scale(1.3) translate3d(0, 0, 0) !important;
}

.p-hover-effect--type2 img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.p-hover-effect--type3 {
	display: block;
	overflow: hidden;
}

.p-hover-effect--type3 img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

@media screen and (max-width: 767px) {
	.p-hover-effect--type1:hover img, .p-hover-effect--type2:hover img, .p-hover-effect--type3:hover img {
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
}
  .p-hover-effect--type1 img, .p-hover-effect--type2 img, .p-hover-effect--type3 img {
	margin-right: 0 !important;
	margin-left: 0 !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
} }

.p-icon::before {
	display: block;
	font-family: "design_plus";
	font-size: 36px;
}

.p-icon--blog::before {
	content: "\e92c";
}

.p-icon--art::before {
	content: "\e92d";
}

.p-icon--concept::before {
	content: "\e92e";
}

.p-icon--date::before {
	content: "\e930";
}

.p-icon--home::before {
	content: "\e931";
}

.p-icon--live::before {
	content: "\e932";
}

.p-icon--pin::before {
	content: "\e933";
}

.p-icon--seminar::before {
	content: "\e934";
}

.p-icon--special::before {
	content: "\e936";
}

.p-icon--quill::before {
	content: "\e937";
}

.p-icon--headphones::before {
	content: "\e938";
}

.p-icon--leaf::before {
	content: "\e9a4";
}

.p-icon--signal::before {
	content: "\f012";
}

.p-icon--favorite::before {
	content: "\e87d";
}

.p-icon--star2::before {
	content: "\e838";
}

.p-icon--cube::before {
	content: "\f1b2";
}

.p-icon--book::before {
	content: "\e91c";
}

.p-icon--apps2::before {
	content: "\e5c4";
}

.p-icon--restaurant::before {
	content: "\e56c";
}

.p-icon--smile::before {
	content: "\e813";
}

.p-icon--work::before {
	content: "\e8f9";
}

.p-index-event__btn {
	visibility: hidden;
	margin-bottom: 100px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.p-index-event__btn.is-active {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.p-index-event__btn {
	display: none;
	margin-bottom: 30px;
}
  .p-index-event__btn.is-active {
	display: block;
} }

.p-index-slider {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: #000;
}

.p-index-slider__item-content {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	text-align: center;
}

.p-index-slider__item-content-inner {
	display: inline;
	text-align: left;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-index-slider__item-title {
	margin: 0;
	color: transparent;
	font-weight: 400;
	line-height: 1.2;
	opacity: 0;
}

.p-index-slider__item-desc {
	margin: 0 23px 0 0;
	color: transparent;
	line-height: 2.6;
	opacity: 0;
}

.p-index-slider__item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.p-index-slider__item:first-child {
	display: block;
}

.p-index-slider__item-img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-index-slider__item-img--fixed {
	background-attachment: fixed;
}

.p-index-slider__item-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-index-slider__item-youtube {
	width: 100%;
	height: 100%;
}

.p-index-slider__nav {
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	min-width: 60px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-index-slider__nav-item {
	text-align: center;
}

.p-index-slider__nav-item a {
	display: block;
	padding: 35px 21px;
	font-size: 18px;
	text-align: left;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-index-slider__arrow {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	font-family: "design_plus";
	font-size: 24px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.p-index-slider__arrow::before {
	display: block;
	content: "\e90e";
}

.p-index-slider__arrow:hover {
	opacity: 0.5;
}

/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.p-index-slider__item.slick-active .p-index-slider__item-title {
	-webkit-animation: fadeIn 1.2s ease forwards 2s !important;
	animation: fadeIn 1.2s ease forwards 2s !important;
}
  .p-index-slider__item.slick-active .p-index-slider__item-desc {
	-webkit-animation: fadeIn 1.2s ease forwards 3s !important;
	animation: fadeIn 1.2s ease forwards 3s !important;
}
  .p-index-slider__item-img {
	background-attachment: scroll;
}
  .p-index-slider__item-title, .p-index-slider__item-desc {
	color: inherit;
} }

/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
	.p-index-slider__item.slick-active .p-index-slider__item-title {
	-webkit-animation: fadeIn 1.2s ease forwards 2s !important;
	animation: fadeIn 1.2s ease forwards 2s !important;
}
  .p-index-slider__item.slick-active .p-index-slider__item-desc {
	-webkit-animation: fadeIn 1.2s ease forwards 3s !important;
	animation: fadeIn 1.2s ease forwards 3s !important;
}
  .p-index-slider__item-img {
	background-attachment: scroll;
}
  .p-index-slider__item-title, .p-index-slider__item-desc {
	color: inherit;
} }

@media screen and (max-width: 991px) {
	.p-index-slider__nav {
	display: none;
} }

@media screen and (max-width: 767px) {
	.p-index-slider__item-title {
	font-size: 26px !important;
}
  .p-index-slider__item-desc {
	margin-right: 10px;
	font-size: 14px !important;
	line-height: 2;
}
  .p-index-slider__item-img {
	background-attachment: initial;
	-webkit-animation: none !important;
	animation: none !important;
} }

.p-index-special {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 100px;
}

.p-index-special--type1 .p-index-special__col {
	width: 100%;
}

.p-index-special--type1 .p-index-special__item {
	width: 25%;
}

.p-index-special--type2 .p-index-special__col, .p-index-special--type3 .p-index-special__col {
	width: 50%;
}

.p-index-special--type2 .p-index-special__item, .p-index-special--type3 .p-index-special__item {
	width: 50%;
}

.p-index-special--type3 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-index-special__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
	.p-index-special--type1 .p-index-special__item {
	width: 33.33%;
}
  .p-index-special--type2, .p-index-special--type3 {
	display: block;
}
  .p-index-special--type2 .p-index-special__col, .p-index-special--type3 .p-index-special__col {
	width: 100%;
} }

@media screen and (max-width: 767px) {
	.p-index-special {
	margin-bottom: 30px;
}
  .p-index-special--type1 .p-index-special__item, .p-index-special--type2 .p-index-special__item, .p-index-special--type3 .p-index-special__item {
	width: 50%;
}
  .p-index-special__col {
	width: 100%;
} }

.p-info__logo {
	display: inline-block;
	margin-bottom: 31.6px;
}

.p-info__text {
	font-size: 16px;
	line-height: 2.2;
}

.p-info__text p {
	margin-bottom: 15.6px;
}

@media screen and (max-width: 991px) {
	.p-info {
	margin-bottom: 7px;
	text-align: center;
}
  .p-info__logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
} }

@media screen and (max-width: 767px) {
	.p-info__logo {
	margin-bottom: 13px;
}
  .p-info__text {
	line-height: 2;
} }

.p-latest-news {
	margin-bottom: 100px;
}

.p-latest-news:last-child {
	margin-bottom: 150px;
}

.p-latest-news__list-item {
	margin-top: -1px;
}

.p-latest-news__list-item--no-post {
	margin-top: 25px;
}

@media screen and (max-width: 991px) {
	.p-latest-news {
	margin-bottom: 50px;
} }

@media screen and (max-width: 767px) {
	.p-latest-news {
	margin-bottom: 30px;
}
  .p-latest-news:last-child {
	margin-bottom: 0;
} }

@media screen and (max-width: 600px) {
 .p-latest-news__list-item {
  width: 100%;
 }
 .p-latest-news__list-item:nth-child(even) {
	 border-left: 1px solid #ddd;
 }
}

.p-latest-special-list {
	margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
	.p-latest-special-list {
  margin-bottom: 30px;
 }
}

.p-list > ul {
	margin-bottom: 0;
}

.p-list li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 48px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 48px;
}

.p-list li:not(:first-child) {
	border-top: 0;
}

.p-list li a {
	display: block;
	padding: 0 20px;
	background: #fff;
}

.p-list li a:hover {
	background: #f6f6f6;
}

@media screen and (max-width: 767px) {
	.p-list li {
	height: 43px;
	line-height: 43px;
} }

.p-menu-btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@media only screen and (max-width: 1199px) {
	.admin-bar .p-menu-btn {
	top: 32px;
}
  .admin-bar .l-header.is-active .p-menu-btn {
	top: 0;
} }

@media only screen and (max-width: 782px) {
	.admin-bar .p-menu-btn {
	top: 46px;
}
  .admin-bar .l-header.is-active .p-menu-btn {
	top: 0;
} }

.p-nav01 {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.p-nav01__item {
	width: 50%;
	height: 100px;
	line-height: 1.6;
}

.p-nav01__item:empty {
	border: 0;
}

.p-nav01__item:empty::before, .p-nav01__item:empty::after {
	content: "";
}

.p-nav01__item:empty + .p-nav01__item a {
	border-left: 1px solid #ddd;
}

.p-nav01__item + .p-nav01__item {
	border-left: 0;
}

.p-nav01__item--prev {
	float: left;
}

.p-nav01__item--prev::before {
	left: 6.0241%;
	content: "\e90f";
}

.p-nav01__item--prev a {
	padding: 0 40px 0 60px;
}

.p-nav01__item--next {
	float: right;
}

.p-nav01__item--next::after {
	right: 6.0241%;
	content: "\e910";
}

.p-nav01__item--next a {
	padding: 0 60px 0 40px;
}

@media only screen and (max-width: 767px) {
	.p-nav01 {
	margin-bottom: 30px;
}
  .p-nav01__item {
	height: 45px;
	line-height: 45px;
	text-align: center;
}
  .p-nav01__item a {
	padding: 0;
	line-height: 43px;
}
  .p-nav01__item span {
	display: none;
}
  .p-nav01__item--prev::before {
	left: 12px;
}
  .p-nav01__item--prev a::before {
	content: attr(data-prev);
}
  .p-nav01__item--next::after {
	right: 12px;
}
  .p-nav01__item--next a::before {
	content: attr(data-next);
} }

.p-nav02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 65px;
	margin-bottom: 92px;
}

.p-nav02__item {
	position: relative;
	font-size: 14px;
	text-align: center;
}

.p-nav02__item + .p-nav02__item {
	margin-left: 10px;
}

.p-nav02__item a {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	padding: 0 20px;
	color: #fff !important;
	line-height: 50px;
}

.p-nav02__item a:hover {
 text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.p-nav02 {
  margin-top: 0;
  margin-bottom: 25px;
 }
}

@media screen and (max-width: 500px) {
	.p-nav02__item {
	width: calc((100% - 5px) / 2);
	font-size: 12px;
}
	.p-nav02__item + .p-nav02__item {
	margin-left: 5px;
}
	.p-nav02__item a {
	width: 100%;
	min-width: auto;
	height: 50px;
	line-height: 50px;
}
}

.p-news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1px 0 40px 1px;
}

.p-news-list:last-child {
	margin-bottom: 150px;
}

.p-news-list__item {
	width: 50%;
	margin-top: -1px;
	margin-left: -1px;
}

@media screen and (max-width: 991px) {
	.p-news-list {
	display: block;
}
	.p-news-list, .p-news-list:last-child {
	margin-bottom: 30px;
}
	.p-news-list__item {
	width: 100%;
}
}

.p-page-header {
	position: relative;
	background: none;
}

.p-page-header::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.p-page-header__inner {
	position: relative;
	width: 93.75%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-page-header__inner::after {
	display: block;
	content: "";
}

.p-page-header__upper {
	color: #fff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 /*align-items: center;*/
	position: relative;
 height: 150px;
	z-index: 1;
}

.p-page-header__upper-title {
	margin-bottom: 12px;
	font-weight: 400;
}

.p-page-header__upper-sub {
	font-size: 18px;
}

@media screen and (max-width: 1499px) {
	.p-page-header {
 }
}

@media screen and (max-width: 1199px) {
	.p-page-header__upper-title {
  font-size: 48px !important;
 }
}

@media screen and (max-width: 991px) {
	.p-page-header {
 }
	.p-page-header::before,
	.p-page-header::after {
  display: none;
 }
	.p-page-header__inner {
  width: 100%;
 }
	.p-page-header__upper {
  padding: 0 20px;
 }
	.p-page-header__upper-title {
  margin-bottom: 5px;
  font-size: 32px !important;
 }
	.p-page-header__upper-sub {
  font-size: 14px !important;
 }
}

@media screen and (max-width: 767px) {
	.p-page-header {
 }
	.p-page-header__upper {
 }
 .p-page-header__lower {
  height: 200px;
 }
}

.p-page-links {
	margin-bottom: 50px;
	font-size: 16px;
}

.p-page-links a {
	display: inline-block;
}

.p-page-links span {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.p-page-links .p-page-links__title {
	width: auto;
	height: auto;
	background: transparent;
	color: #000;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.p-page-links {
  margin-bottom: 40px;
 }
}

/** pagebuilder extend */
.pb-widget-headline h3 {
	font-weight: 600;
}

.pb-widget-catchcopy h4 {
	font-weight: 600;
}

.pb_slider:hover .slick-arrow {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.pb_slider .slick-arrow {
	top: 0;
	bottom: 0;
	width: 50px;
	/* Override pagebuilder CSS */ height: 50px;
	margin: auto;
	font-size: 12px;
	line-height: 50px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.pb_slider .slick-arrow:hover, .pb_slider .slick-arrow:focus {
	background: #000;
	color: #fff;
}

.pb_slider .slick-arrow:before {
	content: "";
}

.pb_slider .slick-prev {
	right: auto;
	left: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.pb_slider .slick-next {
	right: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.pb_slider_nav .pb_slider_nav_item.slick-current {
	opacity: 0.5;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.pb_slider_nav .pb_slider_nav_item.slick-current::after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	.dp-google-map {
  height: auto !important;
  padding-bottom: 100%;
 }
 .pb-widget-headline h3 {
  font-weight: 600;
 }
 .pb_slider_nav .pb_slider_nav_item.slick-current:after {
  -webkit-box-shadow: none;
  box-shadow: none;
 }
}

.p-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 143px;
}

.p-pager__item {
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 16px;
}

.p-pager__item a, .p-pager__item span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
}

.p-pager__item a {
	background: #eee;
}

.p-pager__item a:hover {
	background: #999;
}

.p-pager__item a:hover,
.p-pager__item span {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.p-pager {
  margin-bottom: 23px;
 }
 .p-pager__item a, .p-pager__item span {
  width: 46px;
  height: 45px;
  line-height: 46px;
 }
}

.p-pagetop {
	z-index: 99;
	position: fixed;
	right: 0;
	bottom: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.p-pagetop.is-active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.p-pagetop a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background: #888;
	color: #fff;
}

.p-pagetop a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	font-family: "design_plus";
	font-size: 12px;
	content: "\e911";
}

@media screen and (max-width: 767px) {
	.p-pagetop a {
  width: 50px;
  height: 50px;
 }
}

.p-past-event {
	position: relative;
	margin: 92px auto 100px;
}

.p-past-event__link {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 16px;
}

.p-past-event__link a:hover {
	color: #bbb;
}

@media screen and (max-width: 767px) {
	.p-past-event {
  margin-top: 25px;
 }
 .p-past-event__link {
  position: static;
  text-align: center;
 }
}

@media screen and (max-width: 600px) {
	.p-past-event {
  margin-bottom: 26px;
 }
}

.p-post-list01 {
	margin-bottom: 0;
}

.p-post-list01__item:not(:last-child) {
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.p-post-list01__item:not(:last-child) {
  margin-bottom: 20px;
 }
}

.p-post-list02 {
	margin-bottom: 0;
}

.p-post-list02__item {
	margin-top: -1px;
}

.p-readmore {
	text-align: center;
}

.p-readmore .p-readmore__btn:hover {
	text-decoration: none;
}

.p-readmore .p-readmore__num {
	margin-top: 0.5em;
	font-size: 16px;
}

.p-recommended-special-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1px 0 100px 1px;
}

.p-recommended-special-list__item {
	width: 50%;
	margin: -1px 0 0 -1px;
}

@media screen and (max-width: 991px) {
	.p-recommended-special-list {
  margin-bottom: 50px;
 }
}

@media screen and (max-width: 767px) {
	.p-recommended-special-list {
  margin-bottom: 30px;
 }
}

@media screen and (max-width: 700px) {
	.p-recommended-special-list__item {
  width: 100%;
 }
}

/** share */
.p-share__btn {
	margin-bottom: 2px;
}

.slick-arrow {
	z-index: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background;
	transition-property: background;
}

.slick-arrow::before {
	font-family: "design_plus";
	opacity: 1;
}

.slick-arrow--square {
	top: auto;
	bottom: 0;
	left: auto;
	width: 50px;
	height: 50px;
}

.slick-arrow--square.slick-prev {
	right: 50px;
}

.slick-arrow--square.slick-next {
	right: 0;
}

.slick-arrow--square::before {
	font-size: 16px;
}

.slick-prev::before {
	content: "\e90f";
}

.slick-next::before {
	content: "\e910";
}

@media screen and (max-width: 767px) {
	.slick-arrow--square {
  width: 40px;
  height: 40px;
 }
  .slick-arrow--square::before {
  font-size: 13px;
 }
 .slick-arrow--square.slick-prev {
  right: 40px;
 }
}

.p-slider.slick-slider {
	margin-bottom: 62.5px;
}

.p-slider .slick-dots {
	bottom: 23px;
	margin: 0;
}

.p-slider .slick-dots li {
	width: 12px;
	height: 12px;
}

.p-slider .slick-dots li.slick-active button::before {
	opacity: 1;
}

.p-slider .slick-dots button {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-slider .slick-dots button::before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	content: "";
	opacity: 1;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.p-slider .p-slider__cat:hover {
	text-decoration: none;
}

.p-slider__cat {
	z-index: 1;
	position: absolute;
	top: 18px;
	left: 18px;
}

@media screen and (max-width: 767px) {
	.p-slider, .p-slider.slick-slider {
  margin: -1px -20px 26.2px;
 }
 .p-slider__cat {
  top: 12px;
  left: 12px;
 }
}

.p-social-nav {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.p-social-nav__item {
	display: inline;
	margin-right: 12px;
	font-family: "design_plus";
	font-size: 16px;
}

.p-social-nav__item:last-child {
	margin-right: 0;
}

.p-social-nav__item a:hover {
	color: #999;
}

.p-social-nav__item--twitter a::before {
	content: "\e904";
}

.p-social-nav__item--facebook a::before {
	content: "\e902";
}

.p-social-nav__item--instagram a::before {
	content: "\ea92";
}

.p-social-nav__item--pinterest a::before {
	content: "\e905";
}

.p-social-nav__item--mail a::before {
	content: "\f0e0";
}

.p-social-nav__item--rss a::before {
	content: "\e90b";
}

@media screen and (max-width: 991px) {
	.p-social-nav {
  position: static;
  padding-bottom: 40px;
  -webkit-transform: none;
  transform: none;
  text-align: center;
 }
}

.p-special-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.p-special-list:last-child {
	margin-bottom: 150px;
}

.p-special-list__item {
	width: 25%;
}

/*__listType-B*/
.__listType-B.p-special-list {
 margin-left: -20px;
 width: calc(100% + 20px);
}
.__listType-B .p-special-list__item {
 width: calc(25% - 20px);
 margin-left: 20px;
 margin-bottom: 20px;
}
.__listType-B .p-article06 a,
.__listType-B .p-article06__img img,
.__listType-B .p-article06__img:before {
 border-radius: 10px;
}

@media screen and (max-width: 991px) {
	.p-special-list__item {
  width: 33.33%;
 }

 /*__listType-B*/
 .__listType-B.p-special-list {
  margin-left: -10px;
  width: calc(100% + 10px);
 }
 .__listType-B .p-special-list__item {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
 }
}

@media screen and (max-width: 767px) {
	.p-special-list__item {
  width: 50%;
 }
 .p-special-list, .p-special-list:last-child {
  margin-bottom: 30px;
 }

 /*__listType-B*/
 .__listType-B .p-special-list__item {
  width: calc(50% - 10px);
 }
}

.p-upcoming-event {
	position: relative;
	margin-bottom: 100px;
}

.p-upcoming-event__link {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 16px;
}

.p-upcoming-event__link a:hover {
	color: #bbb;
}

@media screen and (max-width: 767px) {
	.p-upcoming-event__link {
  position: static;
  text-align: center;
 }
}

@media screen and (max-width: 600px) {
	.p-upcoming-event {
  margin-bottom: 26px;
 }
}

/* Widget search */
.p-widget-search {
	position: relative;
}

.p-widget-search__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 38px 0 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	background: #f9f9f9;
	line-height: 50px;
}

.p-widget-search__submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-family: "design_plus";
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.p-widget {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 4px solid #000;
	line-height: 1.7;
}

.p-widget:last-child {
	border-bottom: 0;
}

.p-widget__title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1;
}

.ad_widget {
	text-align: center;
}

/* custom menu */
.widget_nav_menu li {
	margin-bottom: 18px;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.p-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
 }
 .p-widget:last-child {
  padding-bottom: 0;
 }
 .p-widget__title {
  font-size: 16px;
 }
 .ad_widget {
  text-align: center;
 }
 .ad_widget img {
  margin-right: -10px;
  margin-left: -10px;
 }
}

/* WordPress preset style */
/* alignment */
.p-entry__body .alignright {
	float: right;
}

.p-entry__body .alignleft {
	float: left;
}

.p-entry__body .aligncenter {
	display: block;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}

.p-entry__body blockquote.alignleft, .p-entry__body img.alignleft {
	margin: 7px 24px 7px 0;
}

.p-entry__body .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.p-entry__body blockquote.alignright, .p-entry__body img.alignright {
	margin: 7px 0 7px 24px;
}

.p-entry__body .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.p-entry__body blockquote.aligncenter, .p-entry__body img.aligncenter, .p-entry__body .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* text and headline */
.p-entry__body h1, .p-entry__body h2, .p-entry__body h3, .p-entry__body h4, .p-entry__body h5, .p-entry__body h6 {
	margin-bottom: 24.2px;
	clear: both;
	line-height: 1.4;
}

.p-entry__body h1 {
	font-size: 150%;
}

.p-entry__body h2 {
	font-size: 140%;
}

.p-entry__body h3 {
	font-size: 130%;
}

.p-entry__body h4 {
	font-size: 120%;
}

.p-entry__body h5 {
	font-size: 110%;
}

.p-entry__body h6 {
	font-size: 100%;
}

/* image */
.p-entry__body img[class*="align"], .p-entry__body img[class*="wp-image-"], .p-entry__body img[class*="attachment-"], .p-entry__body .size-full, .p-entry__body .size-large, .p-entry__body .wp-post-image, .p-entry__body img {
	max-width: 100%;
	height: auto;
}

/* list */
.p-entry__body li, .p-entry__body dt, .p-entry__body dd {
	line-height: 2.2;
}

.p-entry__body ul, .p-entry__body ol, .p-entry__body dl {
	margin-bottom: 24px;
}

.p-entry__body ol {
	margin-left: 1.5em;
	list-style: decimal outside none;
}

.p-entry__body ul {
	margin-left: 1.3em;
	list-style: circle outside none;
}

.p-entry__body li > ul, .p-entry__body li > ol {
	margin-bottom: 0;
}

.p-entry__body dt {
}

.p-entry__body dd {
	margin-bottom: 1em;
}

/* table */
.p-entry__body table {
	margin: 0 0 24px 0;
	border-collapse: collapse;
}

.p-entry__body td, .p-entry__body th {
	padding: 10px 15px 7px;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 2.2;
}

.p-entry__body th {
	background: #fafafa;
	font-weight: normal;
}

/* table style */
.table_no_border th, .table_no_border td {
	padding-left: 0;
	border: none;
}

.table_border_horizontal th, .table_border_horizontal td {
	padding-left: 0;
	border-right: none;
	border-left: none;
}

/* block quote */
.p-entry__body blockquote {
	position: relative;
	margin: 0 0 25px 0;
	padding: 27px 30px 0;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 4px 0px 0px #f2f2f2;
	box-shadow: 0px 4px 0px 0px #f2f2f2;
}

.p-entry__body blockquote:before {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 30px;
	height: 30px;
	color: #5cbcd7;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 40px;
	content: '"';
}

.p-entry__body blockquote:after {
	position: absolute;
	right: 0;
	bottom: 7px;
	width: 30px;
	height: 30px;
	color: #5cbcd7;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 60px;
	text-align: left;
	content: '"';
}

.p-entry__body blockquote cite {
	display: block;
	padding: 20px 0 0 0;
	border-top: 1px dotted #aaa;
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

/* captions */
.p-entry__body .wp-caption {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 24px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.p-entry__body .wp-caption-text {
	margin: 9px auto;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}

.p-entry__body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

/* gallery */
.gallery {
	margin-bottom: 20px;
}

.gallery a img {
	border: 0 !important;
}

.gallery-item {
	position: relative;
	margin: 0 4px 4px 0;
	float: left;
	overflow: hidden;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
	max-width: 7%;
	max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
	margin-right: 0;
}

.gallery-caption {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 6px 8px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	opacity: 0;
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 49px;
	content: "";
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
	display: none;
}

/* etc */
.p-entry__body .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.p-entry__body address {
	margin: 0 0 24px 0;
	line-height: 2.2;
}

.p-entry__body pre {
	margin: 0 0 27px 0;
	padding: 0 17px;
	overflow: auto;
	border-left: 5px solid #7fc120;
	background: url(img/common/pre.gif) repeat left top;
	font-size: 12px;
	line-height: 25px;
}

.p-entry__body .mejs-container {
	margin: 12px 0 25px;
}

@media only screen and (max-width: 767px) {
	.p-entry__body p {
  line-height: 2;
 }
}

/* p-shop-info */
.p-shop-info {
	position: relative;
	min-height: 400px;
}
.p-shop-info h3 {
	width: calc(50% - 40px);
}
.p-shop-info h3.borderBottm {
 padding-bottom: 10px;
}
.p-shop-info__list {
	font-size: 16px;
	line-height: 2;
	text-align: left;
	padding-right: 40px;
	position: relative;
	width: 50%;
}

.p-shop-info__list tr {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.p-shop-info__list tr:first-child {
	padding-top: 0;
}

.p-shop-info__list th {
 text-align: left;
	vertical-align: top;
	width: 8em;
}

.p-shop-info__list td {
}

.p-shop-info__list td img {
 width: auto;
}

.p-shop-info__map {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

.p-shop-info__map iframe {
	height: 400px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
 .p-shop-info h3 {
  width: 100%;
 }
	.p-shop-info__list {
	 font-size: 14px;
  line-height: 1.5;
  padding-right: 0;
  width: 100%;
 }
 .p-shop-info__list tr:first-child {
  border-top: 1px solid #ddd;
  padding-top: 10px;
 }
 .p-shop-info__list th {
  display: block;
  width: 100%;
 }
 .p-shop-info__list td {
  display: block;
  width: 100%;
 }
 .p-shop-info__map {
  margin-top: 20px;
  position: relative;
  width: 100%;
 }
 .p-shop-info__map iframe {
 }
}


/* p-shop-info */
.l-service-List {
 display: flex;
 flex-wrap: wrap;
 overflow: hidden;
}
.l-service-List figure {
 padding: 10px;
 width: 16.6%;
}
.l-service-List figure p {
 margin: 0 auto;
 position: relative;
 width: 120px;
 height: 120px;
}
.l-service-List figure img {
 position: absolute;
 left: 0;
 top: 0;
 z-index: 1;
}
.l-service-List figure p:before {
 content: '';
 background: #eee;
 border-radius: 50%;
 display: block;
 width: 100%;
 height: 100%;
}
.l-service-List figure figcaption {
 font-size: 16px;
 line-height: 1.5;
 text-align: center;
 margin-top: 10px;
}

@media only screen and (max-width: 991px) {
 .l-service-List figure {
  width: 20%;
 }
}

@media only screen and (max-width: 767px) {
 .l-service-List figure {
  width: 33.3%;
 }
 .l-service-List figure p {
  width: 80px;
  height: 80px;
 }
}

/* l-service-flow */
.l-service-flow {
}
.l-service-flow figure {
}
.l-service-flow figure:first-child:before {
 display: none;
}
.l-service-flow figure:before {
  content: "";
  display: inline-block;
  border-top: 4px solid #888;
  border-right: 4px solid #888;
  transform: rotate(135deg);
  margin: 10px 0;
  position: relative;
  left: 5%;
  width: 14px;
  height: 14px;
}
.l-service-flow figure p {
 display: table-cell;
 vertical-align: middle;
 width: 15%;
 min-width: 150px;
}
.l-service-flow figure figcaption {
 line-height: 1.5;
 background: #eee;
 display: table-cell;
 padding: 15px 10px 15px 40px;
 vertical-align: middle;
}
.l-service-flow figure figcaption span {
 font-weight: normal;
 display: block;
 margin-top: 10px;
}

@media only screen and (max-width: 767px) {
 .l-service-flow figure:before {
  left: 50%;
 }
 .l-service-flow figure p {
  width: 25%;
  min-width: initial;
 }
 .l-service-flow figure figcaption {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
 }
}

/* l-faq-list */
.l-faq-list {
}
.l-faq-list .e-head {
 font-size: 18px;
 line-height: 1.6;
 display: block;
 margin-bottom: 20px;
 padding-left: 3.5em;
 padding-top: 0.35em;
 position: relative;
}
.l-faq-list .e-head:before {
 background: #888;
 color: #fff;
 content: 'Q';
 line-height: 40px;
 text-align: center;
 position: absolute;
 left: 0;
 top: 0;
 width: 40px;
 height: 40px;
}
.l-faq-list .e-text {
 border-bottom: 1px solid #ddd;
 display: block;
 line-height: 2;
 margin-bottom: 30px;
 padding: 0.3em 0 30px 4em;
 position: relative;
}
.l-faq-list .e-text:before {
 color: #000;
 content: 'A.';
 font-size: 18px;
 text-align: center;
 position: absolute;
 left: 0;
 top: 0;
 width: 40px;
}

@media only screen and (max-width: 767px) {
 .l-faq-list .e-head {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 3.5em;
 }
 .l-faq-list .e-text {
  padding: 0.2em 0 30px 3.5em;
 }
 .l-faq-list .e-text:before {
  font-size: 16px;
 }
}

/* l-anchor-list */
.l-anchor-list {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -10px;
}
.l-anchor-list li {
 line-height: 1.5;
 text-align: center;
 background: #f4f4f4;
 border: 1px solid #ddd;
 display: flex;
 margin: 0 10px 20px;
 width: calc(25% - 20px);
}
.l-anchor-list li a {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 20px;
 width: 100%;
 height: 100%;
}

@media only screen and (max-width: 767px) {
 .l-anchor-list li {
  margin: 0 5px 10px;
  width: calc(50% - 10px);
 }
 .l-anchor-list li a {
  padding: 15px;
 }
}



/* Utility ----------------------------------------------------------------- */
.u-center {
	text-align: center;
}

.u-clearfix::after {
	display: table;
	clear: both;
	content: " ";
}

.u-hidden {
	display: none;
}

.u-show_media {
	display: none !important;
}

.u-radius img {
 border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.u-show_media {
  display: block !important;
 }
  .u-hide_media {
  display: none !important;
 }
}


/* col layout - カラムレイアウト */
.post_row {
	margin-right: -15px;
	margin-left: -15px;
	line-height: 2;
}

.post_row:before, .post_row:after {
	display: table;
	content: " ";
}

.post_row:after {
	clear: both;
}

.post_col, .post_col-2, .post_col-3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 1px;
	margin-bottom: 2em;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

@media screen and (min-width: 768px) {
	.post_col-2 {
		width: 50%;
		/* 2カラム */
	}
	.post_col-3 {
		width: 33.33333%;
	}
}

@media screen and (min-width: 1024px) {
	.post_col-2 {
		width: 50%;
		/* 2カラム */
	}
	.post_col-3 {
		width: 33.33333%;
	}
}

/* headline - 見出しのスタイル */
.style3a, .style3b, .style4a, .style4b, .style5a, .style5b, .style6 {
	line-height: 1.6;
}

/* h3 */
.style3a {
	margin: 3em 0 1.5em;
	padding: 1.1em .2em 1em;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	font-size: 22px;
	font-weight: 400;
}

.style3b {
	margin: 3em 0 1.5em;
	padding: 1.1em .9em 1em;
	border-top: 2px solid #222;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	-webkit-box-shadow: 0px 1px 2px #f7f7f7;
	box-shadow: 0px 1px 2px #f7f7f7;
	font-size: 22px;
	font-weight: 400;
}

/* h4 */
.style4a {
	margin: 2.5em 2px 1.2em;
	padding: .3em 0 .3em .8em;
	border-bottom: none;
	border-left: 2px solid #222;
	font-size: 18px;
	font-weight: 400;
}

.style4b {
	margin: 2.5em 0 1.2em;
	padding: .9em 0 .8em;
	border-bottom: 1px dotted #aaa;
	font-size: 18px;
	font-weight: 400;
}

/* h5 */
.style5a {
	margin: 2em 0 1em;
	padding: .5em .8em .3em 1em;
	background: #f5f5f5;
	-webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
	box-shadow: 0px 2px 0px 0px #f2f2f2;
	font-size: 18px;
	font-weight: 700;
}

.style5b {
	margin: 2em 0 1em;
	padding: .5em .8em .4em 1em;
	border-radius: 4px;
	background: #222;
	-webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
	box-shadow: 0px 2px 0px 0px #f2f2f2;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

/* h6 */
.style6 {
	position: relative;
	margin: 2em 0 1em;
	padding: .5em .8em .8em 1.3em;
	color: #222;
	font-size: 16px;
}

.style6:before {
	position: absolute;
	top: .5em;
	left: .2em;
	width: 12px;
	height: 12px;
	background: #222;
	content: "";
}

.news_headline1 {
	position: relative;
	margin: 80px 0 25px 0;
	padding: .5em;
	border-left: 8px solid #444;
	font-size: 1.2em;
	line-height: 1.2;
}

.news_headline1:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #ddd;
	content: "";
}

.news_headline2 {
	margin: 40px 0 20px 0;
	padding: 0 .5em;
	border-left: 6px solid #545454;
	font-size: 1.1em;
	line-height: 26px;
}

.balloon {
	display: block;
	z-index: 0;
	position: relative;
	width: auto;
	min-width: 115px;
	margin: 50px 0 22px;
	padding: .5em 18px .5em;
	clear: both;
	border-bottom: 0;
	background: #222;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}

.balloon:after {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 30px;
	width: 0px;
	height: 0px;
	margin-left: -10px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
	content: "";
}

/* flame - 囲み枠 */
.well {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	min-height: 20px;
	margin-bottom: 20px;
	padding: 19px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
	margin: 1em 0 30px;
	padding: 1em 1.5em;
	border: 1px solid #cdcdcd;
	background: #fcfcfc;
	-webkit-box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
	box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
	line-height: 2;
}

.well3 {
	margin: 2em 0 2.5em;
	padding: 1em 1.5em;
	border: 1px dashed #cdcdcd;
	background: #fcfcfc;
	-webkit-box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
	box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
	line-height: 2.0;
}

.wl_red {
	border-color: #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}

.wl_yellow {
	border-color: #faebcc;
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.wl_blue {
	border-color: #bce8f1;
	background-color: #d9edf7;
	color: #31708f;
}

.wl_green {
	border-color: #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}

/* button - CSSボタンのスタイル */
.q_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 200px;
	max-width: 90%;
	margin: 0;
	padding: .6em 1.3em .5em;
	background-color: #535353;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.q_button:hover, .q_button:focus {
	background-color: #7d7d7d;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
	color: #fff;
	text-decoration: none;
}

/* Button option */
.rounded {
	border-radius: 6px;
}

.pill {
	border-radius: 50px;
}

.sz_full {
	display: block;
	min-width: 100px;
	max-width: 100%;
	padding: 1em 1.5em .9em;
	font-size: 110%;
}

.sz_l {
	min-width: 350px;
	max-width: 90%;
	padding: .8em 1.5em .7em;
	font-size: 110%;
}

@media screen and (max-width: 767px) {
	.sz_l {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
 }
}

.sz_s {
	min-width: 100px;
	max-width: 90%;
	padding: .4em 1em .3em;
	font-size: 85%;
}

.bt_red {
	background: #c01f0e;
	color: #fff;
}

.bt_red:hover, .bt_red:focus {
	background-color: #d33929;
	color: #fff;
}

.bt_yellow {
	background: #f1c40f;
	color: #fff;
}

.bt_yellow:hover, .bt_yellow:focus {
	background-color: #f9d441;
	color: #fff;
}

.bt_blue {
	background: #2980b9;
	color: #fff;
}

.bt_blue:hover, .bt_blue:focus {
	background-color: #3a91c9;
	color: #fff;
}

.bt_green {
	background: #27ae60;
	color: #fff;
}

.bt_green:hover, .bt_green:focus {
	background-color: #39c574;
	color: #fff;
}

/* Youtube responsive - Youtube動画のレスポンシブ表示 */
.ytube {
	position: relative;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.ytube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Table responsive - テーブルのレスポンシブ表示 */
.rps_table {
	line-height: 2.0;
}

@media only screen and (max-width: 480px) {
	.rps_table tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.rps_table th, .rps_table td {
		display: list-item;
		border: none;
		list-style-type: none;
	}
}

/* Cardlink style - カードリンクのスタイル */
.cardlink {
	word-wrap: break-word;
	max-width: 100%;
	margin: 10px 0;
	padding: 12px;
	border: 1px solid #ddd;
	background: #fafafa;
}

.cardlink_thumbnail {
	margin-right: 20px;
	float: left;
}

.cardlink_content {
	line-height: 1.6;
}

.cardlink_timestamp {
	display: inline;
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
}

.cardlink_title {
	margin: 0 0 5px;
	font-size: 16px;
}

.cardlink_title a {
	color: #000;
	text-decoration: none;
}

.cardlink_title a:hover {
	text-decoration: underline;
}

.cardlink_excerpt {
	overflow: hidden;
	color: #333;
	font-size: 12px;
	line-height: 1.8;
}

.cardlink_footer {
	clear: both;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) {
	.cardlink_thumbnail {
  float: none;
 }
 .cardlink_timestamp {
  line-height: 2.4;
  vertical-align: middle;
 }
 .cardlink_excerpt {
  float: none;
 }
}

/* Contactform - お問い合わせフォーム */
.wpcf7 {
	width: 100%;
}

.wpcf7 form {
}

.wpcf7 p {
	margin-bottom: 20px;
}

.wpcf7 input,
.wpcf7 textarea {
 color: #474747;
	line-height: 1.2;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 8px;
	width: 60%;
 min-width: 300px;
}
.wpcf7 select, .wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	padding: 8px;
	border: 1px solid #ccc;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 1.2;
}

.wpcf7 .wpcf7-list-item {
	display: block;
}

.wpcf7 textarea {
	height: 200px;
	width: 100%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 1px solid #ddd;
	outline: none;
	-webkit-box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 .wpcf7-submit {
 color: #fff;
 font-size: 16px;
 line-height: 1.5;
 text-align: center;
 text-decoration: none;
 background-color: #000;
	box-sizing: border-box;
 border: none !important;
 cursor: pointer;
	display: block;
 margin: 30px auto 0;
 outline: none;
 transition: all .3s;
	position: relative;
 width: 30%;
 min-width: 250px;
 height: 48px;
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
	-webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.wpcf7 .wpcf7-submit:hover {
 opacity: 0.7;
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
	background: pink; }

.wpcf7 .wpcf7-submit .wpcf7-response-output {
	-webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 margin: 10px 0 0;
 padding: 8px 35px 8px 14px;
 border-radius: 4px;
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
	border: 1px solid #EED3D7;
 background-color: #F2DEDE;
 color: #B94A48;
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
	border: 1px solid #BCE8F1;
 background-color: #D9EDF7;
 color: #3A87AD;
}

.wpcf7 form table {
 width: 100%;
}
.wpcf7 form table tr {
 letter-spacing: -.5em;
 display: block;
 margin-bottom: 20px;
}
.wpcf7 form table th {
 letter-spacing: 0;
 text-align: left;
 display: inline-block;
 padding-right: 10px;
 padding-top: 12px;
 vertical-align: top;
 width: 200px;
}
.wpcf7 form table th .must:after {
 content: "※";
 color: red;
 margin-left: 0.5em;
}
.wpcf7 form table td {
 letter-spacing: 0;
 display: inline-block;
 width: calc(100% - 200px);
}
.wpcf7 form table td .note {
 color: #474747;
 font-size: 16px;
 line-height: 1.5;
 display: block;
 margin-top: 10px;
}

/* errors */
.wpcf7 input:-internal-autofill-previewed,
.wpcf7 input:-internal-autofill-selected,
.wpcf7 textarea:-internal-autofill-previewed,
.wpcf7 textarea:-internal-autofill-selected,
.wpcf7 select:-internal-autofill-previewed,
.wpcf7 select:-internal-autofill-selected {
 color: #474747 !important;
 background-color: rgba(250, 255, 189, 0.5) !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
 color: red;
 font-size: 16px;
 margin-top: 10px;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
 color: red;
 line-height: 1.5;
 text-align: center;
 background: #f4f4f4;
 border: none;
 padding: 20px;
}

/* sent */
.wpcf7 div.wpcf7-mail-sent-ok {
 border: none;
 margin: 0;
 padding: 0;
}
.wpcf7 form.sent .c-section_text,
.wpcf7 form.sent .btn_submit,
.wpcf7 form.sent table {
 display: none;
}

@media screen and (max-width: 767px) {
 .wpcf7 input,
 .wpcf7 textarea {
  width: 100%;
  min-width: 100%;
 }
 .wpcf7 textarea {
  min-width: initial;
 }
 .wpcf7 form table th {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
 }
 .wpcf7 form table td {
  display: block;
  width: 100%;
 }
}





/* font-size - フォントサイズ */
.text70 {
	font-size: 70%; }

.text80 {
	font-size: 80%; }

.text90 {
	font-size: 90%; }

.text100 {
	font-size: 100%; }

.text110 {
	font-size: 110%; }

.text120 {
	font-size: 120%; }

.text130 {
	font-size: 130%; }

.text140 {
	font-size: 140%; }

.text150 {
	font-size: 150%; }

.text160 {
	font-size: 160%; }

.text170 {
	font-size: 170%; }

.text180 {
	font-size: 180%; }

.text190 {
	font-size: 190%; }

.text200 {
	font-size: 200%; }

.text210 {
	font-size: 210%; }

.text220 {
	font-size: 220%; }

.b {
	font-weight: 700; }

/* 太字 */
.u {
	text-decoration: underline; }

/* 下線 */
.del {
	text-decoration: line-through; }

/* 打ち消し線 */
/* font-color - フォントカラー */
/* 赤色 */
.red {
	color: red; }

/* 青色 */
.blue {
	color: #0068b7; }

/* 緑色 */
.green {
	color: #82ae46; }

/* 橙色 */
.orange {
	color: #ff7d00; }

/* 黄色 */
.yellow {
	color: #fff000; }

/* ピンク */
.pink {
	color: #ff0084; }

/* ピンク */
.グレー {
	color: #999999; }


/* background-color - 背景色 */
/* 青色の文字背景 */
.bg-blue {
	padding: 2px; background-color: #4ab0f5; }

/* 赤色の文字背景 */
.bg-red {
	padding: 2px; background-color: red; }

/* 黄色の文字背景 */
.bg-yellow {
	padding: 2px; background-color: #ff0; }

/* text-align - 配置 */
.align1 {
	text-align: center !important; }

/* 中央寄せ */
.align2 {
	text-align: right !important; }

/* 右寄せ */
.align3 {
	text-align: left !important; }

/* 左寄せ */
/* float - 回り込み */
/* 右に回り込み */
.r-flo {
	margin: 10px; float: right; }

/* 左に回り込み */
.l-flo {
	margin: 10px; float: left; }

.f-clear {
	clear: both; }

/* 回り込みの解除 */
/* hover - 画像リンクマウスオーバー時の不透明度 */
a img.fade {
	-webkit-transition: all .3s; outline: none; background: none !important; transition: all .3s; }

a:hover img.fade {
	-ms-filter: "alpha( opacity=70 )"; background: none !important; filter: alpha(opacity=70); opacity: 0.7; }

/* text-style - テキストスタイル */
/* 注意書き等で二行目以降を字下げ */
.att {
	padding-left: 1em; text-indent: -1em; }

/* テキストボックス */
.att_box {
	margin: 2em 0 2.5em;
 padding: 1em 1.2em;
 border: 1px dotted #cccccc;
 background: #fcfcfc;
 -webkit-box-shadow: 0px 4px 0px 0px #f7f7f7;
 box-shadow: 0px 4px 0px 0px #f7f7f7;
 line-height: 2.0;
}

/* margin - 要素の外側の余白 */
.m0 {	margin: 0 !important; }

/* margin 0px を指定するクラス */
.mt0 {	margin-top: 0 !important; }

/* margin-top0px を指定するクラス */
.mr0 {	margin-right: 0 !important; }

/* margin-right0px を指定するクラス*/
.mb0 {	margin-bottom: 0 !important; }

/* margin-bottom0px を指定するクラス*/
.ml0 {	margin-left: 0 !important; }

/* margin-left0px を指定するクラス*/
.m5 {	margin: 5px !important; }

.mt5 {	margin-top: 5px !important; }

.mr5 {	margin-right: 5px !important; }

.mb5 {	margin-bottom: 5px !important; }

.ml5 {	margin-left: 5px !important; }

.m10 {	margin: 10px !important; }

.mt10 {	margin-top: 10px !important; }

.mr10 {	margin-right: 10px !important; }

.mb10 {	margin-bottom: 10px !important; }

.ml10 {	margin-left: 10px !important; }

.m15 {	margin: 15px !important; }

.mt15 {	margin-top: 15px !important; }

.mr15 {	margin-right: 15px !important; }

.mb15 {	margin-bottom: 15px !important; }

.ml15 {	margin-left: 15px !important; }

.m20 {	margin: 20px !important; }

.mt20 {	margin-top: 20px !important; }

.mr20 {	margin-right: 20px !important; }

.mb20 {	margin-bottom: 20px !important; }

.ml20 {	margin-left: 20px !important; }

.m25 {	margin: 25px !important; }

.mt25 {	margin-top: 25px !important; }

.mr25 {	margin-right: 25px !important; }

.mb25 {	margin-bottom: 25px !important; }

.ml25 {	margin-left: 25px !important; }

.m30 {	margin: 30px !important; }

.mt30 {	margin-top: 30px !important; }

.mr30 {	margin-right: 30px !important; }

.mb30 {	margin-bottom: 30px !important; }

.ml30 {	margin-left: 30px !important; }

.m35 {	margin: 35px !important; }

.mt35 {	margin-top: 35px !important; }

.mr35 {	margin-right: 35px !important; }

.mb35 {	margin-bottom: 35px !important; }

.ml35 {	margin-left: 35px !important; }

.m40 {	margin: 40px !important; }

.mt40 {	margin-top: 40px !important; }

.mr40 {	margin-right: 40px !important; }

.mb40 {	margin-bottom: 40px !important; }

.ml40 {	margin-left: 40px !important; }

.m45 {	margin: 45px !important; }

.mt45 {	margin-top: 45px !important; }

.mr45 {	margin-right: 45px !important; }

.mb45 {	margin-bottom: 45px !important; }

.ml45 {	margin-left: 45px !important; }

.m50 {	margin: 50px !important; }

.mt50 {	margin-top: 50px !important; }

.mr50 {	margin-right: 50px !important; }

.mb50 {	margin-bottom: 50px !important; }

.ml50 {	margin-left: 50px !important; }

.m55 {	margin: 55px !important; }

.mt55 {	margin-top: 55px !important; }

.mr55 {	margin-right: 55px !important; }

.mb55 {	margin-bottom: 55px !important; }

.ml55 {	margin-left: 55px !important; }

.m60 {	margin: 60px !important; }

.mt60 {	margin-top: 60px !important; }

.mr60 {	margin-right: 60px !important; }

.mb60 {	margin-bottom: 60px !important; }

.ml60 {	margin-left: 60px !important; }

.m65 {	margin: 65px !important; }

.mt65 {	margin-top: 65px !important; }

.mr65 {	margin-right: 65px !important; }

.mb65 {	margin-bottom: 65px !important; }

.ml65 {	margin-left: 65px !important; }

.m70 {	margin: 70px !important; }

.mt70 {	margin-top: 70px !important; }

.mr70 {	margin-right: 70px !important; }

.mb70 {	margin-bottom: 70px !important; }

.ml70 {	margin-left: 70px !important; }

.m75 {	margin: 75px !important; }

.mt75 {	margin-top: 75px !important; }

.mr75 {	margin-right: 75px !important; }

.mb75 {	margin-bottom: 75px !important; }

.ml75 {	margin-left: 75px !important; }

.m80 {	margin: 80px !important; }

.mt80 {	margin-top: 80px !important; }

.mr80 {	margin-right: 80px !important; }

.mb80 {	margin-bottom: 80px !important; }

.ml80 {	margin-left: 80px !important; }

/* padding - 要素の内側の余白 */
.p0 {	padding: 0 !important; }

.pt0 {	padding-top: 0 !important; }

.pr0 {	padding-right: 0 !important; }

.pb0 {	padding-bottom: 0 !important; }

.pl0 {	padding-left: 0 !important; }

.p5 {	padding: 5px !important; }

.pt5 {	padding-top: 5px !important; }

.pr5 {	padding-right: 5px !important; }

.pb5 {	padding-bottom: 5px !important; }

.pl5 {	padding-left: 5px !important; }

.p10 {	padding: 10px !important; }

.pt10 {	padding-top: 10px !important; }

.pr10 {	padding-right: 10px !important; }

.pb10 {	padding-bottom: 10px !important; }

.pl10 {	padding-left: 10px !important; }

.p15 {	padding: 15px !important; }

.pt15 {	padding-top: 15px !important; }

.pr15 {	padding-right: 15px !important; }

.pb15 {	padding-bottom: 15px !important; }

.pl15 {	padding-left: 15px !important; }

.p20 {	padding: 20px !important; }

.pt20 {	padding-top: 20px !important; }

.pr20 {	padding-right: 20px !important; }

.pb20 {	padding-bottom: 20px !important; }

.pl20 {	padding-left: 20px !important; }

.p25 {	padding: 25px !important; }

.pt25 {	padding-top: 25px !important; }

.pr25 {	padding-right: 25px !important; }

.pb25 {	padding-bottom: 25px !important; }

.pl25 {	padding-left: 25px !important; }

.p30 {	padding: 30px !important; }

.pt30 {	padding-top: 30px !important; }

.pr30 {	padding-right: 30px !important; }

.pb30 {	padding-bottom: 30px !important; }

.pl30 {	padding-left: 30px !important; }

.p35 {	padding: 35px !important; }

.pt35 {	padding-top: 35px !important; }

.pr35 {	padding-right: 35px !important; }

.pb35 {	padding-bottom: 35px !important; }

.pl35 {	padding-left: 35px !important; }

.p40 {	padding: 40px !important; }

.pt40 {	padding-top: 40px !important; }

.pr40 {	padding-right: 40px !important; }

.pb40 {	padding-bottom: 40px !important; }

.pl40 {	padding-left: 40px !important; }

.p45 {	padding: 45px !important; }

.pt45 {	padding-top: 45px !important; }

.pr45 {	padding-right: 45px !important; }

.pb45 {	padding-bottom: 45px !important; }

.pl45 {	padding-left: 45px !important; }

.p50 {	padding: 50px !important; }

.pt50 {	padding-top: 50px !important; }

.pr50 {	padding-right: 50px !important; }

.pb50 {	padding-bottom: 50px !important; }

.pl50 {	padding-left: 50px !important; }

.p55 {	padding: 55px !important; }

.pt55 {	padding-top: 55px !important; }

.pr55 {	padding-right: 55px !important; }

.pb55 {	padding-bottom: 55px !important; }

.pl55 {	padding-left: 55px !important; }

.p60 {	padding: 60px !important; }

.pt60 {	padding-top: 60px !important; }

.pr60 {	padding-right: 60px !important; }

.pb60 {	padding-bottom: 60px !important; }

.pl60 {	padding-left: 60px !important; }

.p65 {	padding: 65px !important; }

.pt65 {	padding-top: 65px !important; }

.pr65 {	padding-right: 65px !important; }

.pb65 {	padding-bottom: 65px !important; }

.pl65 {	padding-left: 65px !important; }

.p70 {	padding: 70px !important; }

.pt70 {	padding-top: 70px !important; }

.pr70 {	padding-right: 70px !important; }

.pb70 {	padding-bottom: 70px !important; }

.pl70 {	padding-left: 70px !important; }

.p75 {	padding: 75px !important; }

.pt75 {	padding-top: 75px !important; }

.pr75 {	padding-right: 75px !important; }

.pb75 {	padding-bottom: 75px !important; }

.pl75 {	padding-left: 75px !important; }

.p80 {	padding: 80px !important; }

.pt80 {	padding-top: 80px !important; }

.pr80 {	padding-right: 80px !important; }

.pb80 {	padding-bottom: 80px !important; }

.pl80 {	padding-left: 80px !important; }



/* ▼ 2020.09 ADD ▼ */
.p-entry__body img {
	width: auto;
}
@media only screen and (max-width: 1199px) {
	.l-header__upper {
		display: block;
		position: absolute;
		left: 160px;
		right: 60px;
		padding: 0;
	}
	.l-header__desc,
	.l-header__address-btn,
	.l-header__address .e-time {
		display: none;
	}
	.l-header__address .e-tel {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		text-align: right;
		white-space: nowrap;
		/* word-break: keep-all; */
	}
	.l-header__address .e-tel b {
		font-size: 14px;
	}
}

/* ▼ 2020.09 ADD ▼ */
.p-entry__body img {
width: auto;
}

/* ▼ 2023.09 ADD ▼ */
.wpcf7 select, .wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	min-width: auto;
}
span.wpcf7-list-item {
	margin: 0;
}