@charset "utf-8";

@font-face {
font-family: Cormorant Garamond;
src: url('/fonts/CormorantGaramond-Regular.ttf') format("truetype");
}

@font-face {
font-family: Cormorant Garamond;
src: url('/fonts/EBGaramond-Regular.ttf');
unicode-range: U+0030-0039;
}

@font-face {
font-family: YuGothicM;
src: local("Yu Gothic Medium");
}

/* ------------------------------
▼ body
------------------------------ */

body {
font-family: Cormorant Garamond, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 1.3rem;
line-height: 1.8;
}

body > div {
font-family: Cormorant Garamond, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 1.3rem;
line-height: 1.8;
}

.goth {
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

/* ------------------------------
▲ body
▼ a
------------------------------ */

a {
color: #666;
text-decoration: none;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
a:hover,
a:focus {
color: #666;
text-decoration: none;
opacity: .3;
-webkit-opacity: .3;
-moz-opacity: .3;
filter: alpha(opacity=30);	/* IE lt 8 */
-ms-filter: "alpha(opacity=30)"; /* IE 8 */
}

a.arrow {
display: block;
position: relative;
padding-right: 12px;
}
a.arrow:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 0;
width: 6px;
height: 6px;
margin: -2px 0 0 0;
border-top: solid 1px #666;
border-right: solid 1px #666;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* ------------------------------
▲ a
▼ h1〜h6
------------------------------ */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: Cormorant Garamond, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ------------------------------
▲ h1〜h6
▼ hr
------------------------------ */

/* ------------------------------
▲ hr
▼ list
------------------------------ */

ol.decimal li {
list-style-type: decimal;
margin-left: 2rem;
}
ol.decimal_zero li {
list-style-type: decimal-leading-zero;
margin-left: 3.4rem;
}

/* ------------------------------
▲ list
▼ p
------------------------------ */

p { margin-bottom: 1.6rem }

/* ------------------------------
▲ p
▼ margin
------------------------------ */

.mt_no { margin-top: 0; }
.mb_no { margin-bottom: 0; }
.pt_no { padding-top: 0; }
.pb_no { padding-bottom: 0; }

.mt_1rm { margin-top: 1rem; }
.mt_2rm { margin-top: 2rem; }
.mt_3rm { margin-top: 3rem; }

.mb_1rm { margin-bottom: 1rem; }
.mb_2rm { margin-bottom: 2rem; }
.mb_3rm { margin-bottom: 3rem; }

.ml_1rm { margin-left: 1rem; }
.mr_1rm { margin-right: 1rem; }

.mt_1px { margin-top: 1px; }
.mt_2px { margin-top: 2px; }
.mt_3px { margin-top: 3px; }

.mb_1px { margin-bottom: 1px; }
.mb_2px { margin-bottom: 2px; }
.mb_3px { margin-bottom: 3px; }

.pt_1rm { padding-top: 1rem; }
.pt_2rm { padding-top: 2rem; }
.pt_3rm { padding-top: 3rem; }

/* ------------------------------
▲ margin
▼ full
------------------------------ */

.row.full {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-bottom: 2rem;
}
.row.full img { width: 100%; }

@media only screen and (max-width: 640px) {
	.full {
	overflow: hidden;
	width: auto;
	max-height: 320px;
	}
	.full img.object-fit-img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
	}
}

/* ------------------------------
▲ full
▼ header
------------------------------ */

.top_right_sp {
text-align: right;
padding: 6px 10px 6px 0;
background: #000;
}
.top_right_sp .lang {
color: #fff;
}
.top_right_sp .lang a {
color: #fff;
}
@media only screen and (min-width: 960px) {
	.top_right_sp {
	padding: 14px 10px 10px 0;
	}
}

.top_right {
position: fixed;
top: 0;
left: 0;
display: block;
background: rgba(0, 0, 0, .8);
height: 40px;
width: 100%;
z-index: 9999;
}
.top_right .lang {
text-align: right;
padding: 10px 40px 0 0;
color: #fff;
}
.top_right .lang a {
color: #fff;
}

.site-header {
padding: 0;
position: relative;
box-shadow: none;
background: rgba(0, 0, 0, .8);
}

.title-area-sp {
position: relative;
height: 72px;
}
.title-area-sp .site-title {
display: none;
}

.title-area {
padding-bottom: 0;
padding-top: 0;
}
.title-area .site-title {
display: none;
}
.title-area .site-description {
display: none;
}

/* ------------------------------
▲ header
▼ logo
------------------------------ */



/* ------------------------------
▲ logo
▼ drawer
------------------------------ */

.drawer_menu .drawer_button {
color: #fff;
display: none;
}
.drawer_menu .drawer_button .drawer_bar {
background: #fff;
}
.drawer_menu .drawer_bg {
width: 100%;
height: 100%;
position: fixed;
z-index: 999;
background: rgba(255, 255, 255, .3);
display: none;
top: 0;
left: 0;
}
.drawer_menu .drawer_button {
display: block;
background: none;
border: none;
padding: 0;
width: 42px;
letter-spacing: 0.1em;
cursor: pointer;
position: absolute;
top: 4px;
right: 14px;
z-index: 1001;
text-align: center;
outline: none;
}
.drawer_menu .drawer_button.active .drawer_bar {
width: 49px;
}
.drawer_menu .drawer_button.active .drawer_bar1 {
transform: rotate(30deg);
}
.drawer_menu .drawer_button.active .drawer_bar2 {
opacity: 0;
}
.drawer_menu .drawer_button.active .drawer_bar3 {
transform: rotate(-30deg);
}
.drawer_menu .drawer_button.active .drawer_menu_text {
display: none;
}
.drawer_menu .drawer_button.active .drawer_close {
display: block;
}
.drawer_menu .drawer_bar {
display: block;
height: 2px;
margin: 10px 0;
transition: all 0.2s;
transform-origin: 0 0;
}
.drawer_menu .drawer_text {
text-align: center;
font-size: 1rem;
}
.drawer_menu .drawer_close {
letter-spacing: 0.08em;
display: none;
}
.drawer_menu .drawer_menu_text {
display: block;
}

.drawer_menu .nav_drawer {
width: 250px;
height: 100%;
transition: all 0.2s;
transform: translate(250px);
position: fixed;
top: 0;
right: 0;
z-index: 1000;
background: #000;
overflow-x: hidden;
overflow-y: auto;
}
.drawer_menu .drawer_nav {
display: block;
position: relative;
margin-top: 40px;
padding-left: 20px;
}
.drawer_menu .drawer_nav li {
font-size: 1.6rem;
text-align: left;
background: #000;
height: auto;
line-height: 50px;
position: relative;
}
.drawer_menu .drawer_nav li a {
background: #000;
color: #fff;
display: block;
text-align: left;
}
/* スマートフォン2階層目 */
.drawer_menu .drawer_nav li:hover ul.second_level {
display: block;
}
.drawer_menu .drawer_nav li ul.second_level {
visibility: visible;
position: relative;
padding: 0;
z-index: 1001;
}
.drawer_menu .drawer_nav li ul.second_level li {
border-top: 1px solid #eee;
}
.drawer_menu .drawer_nav li ul.second_level li a {
padding-left: 20px;
}
.drawer_menu .nav_drawer.open {
transform: translate(0);
}
.drawer_menu.left .drawer_button {
right: auto;
left: 32px;
}
.drawer_menu.left .nav_drawer {
transform: translate(-250px);
right: auto;
left: 0;
}
.drawer_menu.left .nav_drawer.open {
transform: translate(0);
}

/* ------------------------------
▲ header
▼ gmenu
------------------------------ */

.gmenu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 50px;
text-align: center;
display: table;
table-layout: fixed;
z-index: 9999;
}
.gmenu > li {
width: 100%;
display: table-cell;
height: 50px;
line-height: 50px;
background: rgba(0, 0, 0, .8);
}
.gmenu > li a {
display: block;
color: #fff;
}
.gmenu > li a:hover {
color: #fff;
}
.gmenu_none:hover,
.gmenu_multi:hover,
.gmenu_mega:hover,
.gmenu_single:hover {
background: rgba(0, 0, 0, .8);
-webkit-transition: .2s ease;
transition: .2s ease;
}
.gmenu_second_level {
margin-left: 0;
}
.gmenu_second_level li {
padding: 12px 12px 12px 12px;
text-align: left;
border-top: 1px solid #444;
}
.gmenu_second_level li a:hover {

}
.gmenu_third_level {
margin-left: 0;
}
.gmenu_third_level li {
padding: 8px 8px 8px 16px;
text-align: left;
border-top: 1px solid #444;
}
.gmenu_third_level li a:hover {
background: rgba(102, 102, 102, .3);
}
.gmenu_fourth_level {
margin-left: 0;
}
.gmenu_fourth_level li {
padding: 8px 8px 8px 16px;
text-align: left;
border-top: 1px solid #444;
}
.gmenu_fourth_level li a:hover {
background: rgba(102, 102, 102, .3);
}
.init_bottom:after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
margin: 0 0 4px 15px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.gmenu:before,
.gmenu:after {
content: "";
display: table;
}
.gmenu:after { clear: both; }
.gmenu { *zoom: 1; }

/* single menu */
.gmenu > .gmenu_single {
position: relative;
}
.gmenu_single .gmenu_second_level {
position: absolute;
top: 40px;
width: 100%;
background: rgba(0, 0, 0, .8);
-webkit-transition: .2s ease;
transition: .2s ease;
visibility: hidden;
opacity: 0;
z-index: 1;
}
.gmenu_single:hover > .gmenu_second_level {
top: 50px;
visibility: visible;
opacity: 1;
}

/* multi menu */
.gmenu > .gmenu_multi {
position: relative;
}
.gmenu_multi .gmenu_second_level {
position: absolute;
top: 40px;
width: 100%;
background: rgba(102, 102, 102, 1);
-webkit-transition: all .2s ease;
transition: all .2s ease;
visibility: hidden;
opacity: 0;
z-index: 1;
}
.gmenu_multi:hover .gmenu_second_level {
top: 50px;
visibility: visible;
opacity: 1;
}
.gmenu_multi .gmenu_second_level li {
position: relative;
}
.gmenu_multi .gmenu_second_level li:hover {
background: rgba(102, 102, 102, 1);
}
.gmenu_multi .gmenu_second_level li .gmenu_third_level {
position: absolute;
top: -1px;
left: 100%;
width: 100%;
background: rgba(102, 102, 102, 1);
-webkit-transition: all .2s ease;
transition: all .2s ease;
visibility: hidden;
opacity: 0;
}
.gmenu_multi .gmenu_second_level li:hover .gmenu_third_level {
visibility: visible;
opacity: 1;
}
.gmenu_multi .gmenu_second-level li .gmenu_third_level li {
position: relative;
}
.gmenu_multi .gmenu_second_level li .gmenu_third_level li:hover {
background: rgba(102, 102, 102, 1);
}
.gmenu_multi .gmenu_second_level li .gmenu_third_level li .gmenu_fourth_level {
position: absolute;
top: -1px;
left: 100%;
width: 100%;
background: rgba(102, 102, 102, 1);
-webkit-transition: all .2s ease;
transition: all .2s ease;
visibility: hidden;
opacity: 0;
}
.gmenu_multi .gmenu_second_level li .gmenu_third_level li:hover .gmenu_fourth_level {
visibility: visible;
opacity: 1;
}
.init_right:after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
margin: 0 0 3px 15px;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* mega menu */
.gmenu_mega .gmenu_second_level {
position: absolute;
top: 40px;
left: 0;
box-sizing: border-box;
width: 100%;
padding: 20px 2%;
background: rgba(102, 102, 102, 1);
-webkit-transition: all .2s ease;
transition: all .2s ease;
visibility: hidden;
opacity: 0;
z-index: 1;
}
.gmenu_mega:hover .gmenu_second_level {
top: 50px;
visibility: visible;
opacity: 1;
}
.gmenu_mega .gmenu_second_level > li {
float: left;
width: 32%;
border: none;
}
.gmenu_mega .gmenu_second_level > li:nth-child(3n+2) {
margin: 0 1%;
}

/* ------------------------------
▲ gmenu
▼ breadcrumb
------------------------------ */

.breadcrumb {
font-size: 1.3rem;
margin-bottom: 3rem;
padding-top: 6px;
}

/* ------------------------------
▲ breadcrumb
▼ site-inner
------------------------------ */

.archive-description {
display: none;
}

.site_top {
margin-top: 70px;
}
.home .site_top {
margin-top: 0;
}

.site-inner {
margin-top: 2rem;
padding: 0 30px 0;
margin-bottom: 2rem;
}

@media only screen and (min-width: 960px) {
	.content {
		width: 100%;
		clear: both;
	}
	.site-inner {
		margin-top: 1rem;
		margin-bottom: 3rem;
	}
	.sidebar {
		width: 100%;
    clear: both;
	}
}

/* ------------------------------
▲ site-inner
▼ home
------------------------------ */

#slider {
position: relative;
height: 320px;
margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {
	#slider {
	position: relative;
	height: 680px;
	}
}

#slider .tit {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
text-align: center;
color: #fff;
z-index: 998;
}

.logo_en {
font-size: 6vw;
line-height: 1.2;
white-space: nowrap;
}
.logo_ja {
font-size: 6vw;
line-height: 1.2;
white-space: nowrap;
}
.logo_ja .small {
font-size: 3vw;
}

.box_home {
position: relative;
}
.box_home a { display: block; }
.box_home .img { width: 100%; }
.box_home .tit {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
font-size: 2.1rem;
color: #fff;
text-align: center;
white-space: nowrap;
}

.box_home2 a { display: block; }
.box_home2 .img { margin-bottom: 0.6rem; }
.box_home2 .tit {
font-size: 1.8rem;
text-align: center;
}

#home_info {
margin-top: 2rem;
margin-bottom: 3rem;
}
.info_tit {
text-align: center;
font-size: 2rem;
margin: 0;
padding-bottom: 0.4rem;
}
.info_inner {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 2rem 0 2rem;
}
.info_inner2 {
border-bottom: 1px solid #eee;
padding: 2rem 0 2rem;
}

.works_tit {
text-align: center;
font-size: 2rem;
margin: 0 0 2rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid #eee;
}

.box_info {
text-align: center;
}
.box_info a {
display: block;
}
.box_info .date {
margin-bottom: 1rem;
text-align: center;
font-size: 1.6rem;
}
.box_info .tit {
text-align: center;
font-size: 2.8rem;
font-weight: normal;
margin-bottom: 0;
}
.box_info .place {
margin-top: 1rem;
text-align: center;
font-size: 1.3rem;
}


/* ------------------------------
▲ home
▼ page
------------------------------ */

.page-tit {
text-align: center;
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 3rem;
}

h2 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 2rem;
}

h3 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}

.box_page .txt {
font-size: 1.4rem;
line-height: 1.8;
text-align: justify;
}

.profle table tbody {
border: 0px solid #f1f1f1;
}
.profle table tbody tr {
border-bottom: 0px solid #f1f1f1;
}
.profle table td {
border-top: 0px solid #eee;
}

.profle table .td1 {
padding: 6px;
text-align: left;
}
.profle table .td2 {
padding: 6px;
text-align: left;
}

@media only screen and (min-width: 1023px) {
	.profle table .td1 {
	padding: 6px 30px 6px 6px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 160px;
	}
	.profle table .td2 {
	text-align: left;
	vertical-align: top;
	}
}

.study-tit1 {
font-size: 2.3rem;
font-weight: bold;
margin-bottom: 2rem;
}
@media only screen and (min-width: 1023px) {
	.study-tit1 {
		font-size: 3.6rem;
	}
}

.study-tit2 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 2rem;
}
@media only screen and (min-width: 1023px) {
	.study-tit2 {
		font-size: 2.8rem;
	}
}

.card {
padding: 6px;
}

.page-id-11 .page-tit {
display: none;
}

.page-id-539 .box_page .txt {
font-size: 1.8rem;
line-height: 1.8;
}

/* ------------------------------
▲ page
▼ category
------------------------------ */

.category-tit {
text-align: center;
}
.box_category .tit {
text-align: center;
font-size: 1.3rem;
line-height: 1.8;
}
.box_category .img img.object-fit-img {
width: 100%;
height: 240px;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
.box_category .img { margin-bottom: 1rem; }

/* paper */
.paper {
list-style-type: none;
padding-left: 0;
margin: 30px 0;
}
.paper,
.paper li a {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.paper a {
font-weight: 300;
padding-top: 1px;
text-decoration:none;
border: 1px solid #ddd;
border-left-width: 0;
min-width:36px;
min-height:36px;
color: #333;
}
.paper li:not([class*="current"]) a:hover {
background-color: #eee;
}
.paper li:first-of-type a {
border-left-width: 1px;
}
.paper li.first span,
.paper li.last span,
.paper li.previous span,
.paper li.next span {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}
.paper li.first a::before,
.paper li.last a::after,
.paper li.previous a::before,
.paper li.next a::after {
display: inline-block;
font-family: Fontawesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}

.paper li.previous a::before { content: "<"; }
.paper li.next a::after { content: ">"; }
.paper li.current a {
color: #fff;
background: rgba(102, 102, 102, 1);
cursor: default;
pointer-events: none;
}
.paper > li:first-child > a {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.paper > li:last-child > a {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}

@media only screen and ( max-width: 500px ) {
	.paper li {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	.paper li.current,
	.paper li.first,
	.paper li.last,
	.paper li.previous,
	.paper li.next{
	position: initial;
	top: initial;
	left: initial;
	}
	.paper li.previous a { border-left-width: 0; }
}

.paper li.first,
.paper li.last {
display: none;
}
.paper li.previous a { border-left-width: 1px; }
.nolinks {
pointer-events: none;
cursor: default;
text-decoration:none;
}

@media only screen and ( min-width: 501px ) {
	.paper li.previous,
	.paper li.next {
		display: none;
	}
	.paper li:nth-child(3) a { border-left-width: 1px; }
}

/* ------------------------------
▲ category
▼ single
------------------------------ */

.single-tit {
text-align: center;
font-size: 1.8rem;
}
.box_single .date {
margin: 1rem 2rem 2rem;
text-align: right;
}
.box_single .txt {
font-size: 1.4rem;
line-height: 1.6;
}
.gallery-caption,
.wp-caption-text {
padding-top: 6px;
text-align: left;
font-size: 1.2rem;
font-weight: normal;
}
.post-edit-link { display: none; }

.box_cp1 {
margin-top: 3rem;
}
.box_cp2 {
margin-top: 1rem;
}
.box_cp1,
.box_cp2 {
text-align: left;
}
@media only screen and (min-width: 800px) {
	.box_cp1,
	.box_cp2 {
		text-align: right;
	}
}
.box_cp1 .tit,
.box_cp2 .tit {
font-weight: bold;
font-size: 1.4rem;
}
.box_cp1 .desc,
.box_cp2 .desc {
margin-top: 0.6rem;
font-size: 1.2rem;
}

.box_cp1 .sbdesc,
.box_cp2 .sbdesc {
margin-top: 0.6rem;
font-size: 1.2rem;
}

/* nav_single */
.nav_single {
margin: 2rem 0 3rem;
}

.nav_single .nav_prev {
position: static;
float: left;
}

.nav_single .nav_next {
position: static;
float: right;
}

.nav_single a {
display: block;
}

/*
@media only screen and (min-width: 801px) {
	.nav_single {
	margin: 0;
	}
	.nav_single .nav_prev {
	position: fixed;
	top: 50%;
	left: 20px;
	padding: 0;
	margin: -30px 0 0;
	display: inline-block;
	z-index: 31;
	width: 60px;
	height: 60px;
	overflow: hidden;
	}
	.nav_single .nav_next {
	position: fixed;
	top: 50%;
	right: 20px;
	padding: 0;
	margin: -30px 0 0;
	display: inline-block;
	z-index: 31;
	width: 60px;
	height: 60px;
	overflow: hidden;
	}
	.nav_single a {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	}
	.nav_single a span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
	.nav_single .nav_prev a:before {
	content: '';
	display: inline-block;
	margin-top: 21px;
	margin-left: 25px;
	width: 18px;
	height: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}
	.nav_single .nav_next a:before {
	content: '';
	display: inline-block;
	margin-top: 21px;
	margin-left: 16px;
	width: 18px;
	height: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
}
*/

/* ------------------------------
▲ single
▼ slick
------------------------------ */

.slick-slider {
position: relative;
}

.slick-prev:before,
.slick-next:before {
color: #666;
font-size: 2.8rem;
}
.slick-prev {
display: inline-block;
height: 40px;
position: absolute;
top: 40%;
z-index: 10;
}
.slick-next {
display: inline-block;
height: 40px;
position: absolute;
top: 40%;
z-index: 10;
}
.slick-prev:before {
content: '<';
}
.slick-next:before {
content: '>';
}

/* slide_box */
.slide_box {
display: none;
}
.slide_box.slick-initialized {
display: block;
}
.slide_box {
margin: 3rem 0 3rem;
}

.slide_box figure { margin-right: 1px; }
.slide_box figure a { display: block; }
.slide_box .img {
margin: 0 auto 1rem;
max-width: 640px;
height: auto;
}
@media only screen and (min-width: 960px) {
	.slide_box .img {
		max-width: 480px;
	}
}
.slide_box .txt {
text-align: center;
font-size: 1.2rem;
}

/* ------------------------------
▲ slick
▼ sidebar
------------------------------ */


/* ------------------------------
▲ sidebar
▼ page top
------------------------------ */

#pagetop {
position: fixed;
bottom: 0;
right: 0;
z-index: 90;
}

#pagetop a {
background: #666666;
color: #fff !important;
display: block;
height: 59px;
line-height: 59px;
text-align: center;
width: 59px;
}

/* ------------------------------
▲ page top
▼ footer
------------------------------ */

.site-footer {
background: rgba(0, 0, 0, .8);
color: #fff;
}

#menu_footer.menu {
display: block;
margin: 1rem 0 3rem;
}
#menu_footer li { display: inline-block; }
#menu_footer li a {
color: #fff;
}

.copyright {
margin: 3rem 0 2rem;
}

/* ------------------------------
▲ footer
▼ plugin
------------------------------ */

/* MW WP Form */
.connect .row {
margin-bottom: 1rem !important;
}
.form_bottom {
margin-bottom: 2px;
}
.mw_wp_form .error {
margin-bottom: 6px;
}
.connect code {
margin-left: 4px;
background-color: #666666;
border-color: #dfdfdf;
border-style: solid;
border-width: 1px;
color: #ffffff;
font-size: 0.75rem;
font-weight: normal;
padding: 0.2rem 0.27778rem 0.05556rem;
}
.connect table {
margin: 0 0 1em;
table-layout: fixed;
border-collapse: collapse;
border: #ddd solid 1px;
font-size: 100%;
width: 100%;
border-spacing: 2;
}
.connect table th {
background: rgba(160, 160, 160, .2);
width: 100%;
}
.connect table td {
background: rgba(160, 160, 160, .1);
}
.connect table th,
.connect table td {
border: #ddd solid 1px;
padding: 1.2em;
text-align: left;
vertical-align: top;
}
.connect input {
vertical-align: middle;
}
.connect input,
.connect select,
.connect textarea,
.connect textarea.textarea-small {
display: inline-block;
}
.connect textarea {
min-height: 250px!important;
}
.connect textarea.textarea-small {
min-height: initial!important;
height: 120px!important;
}

.connect #nam1,
.connect #nam2 {
max-width: 80px;
}

.connect label {
font-size: 1.3rem;
}

.connect [type='text'],
.connect textarea {
color: #333;
font-size: 1.6rem;
padding: 15px;
}

.mw_wp_form_preview .confirm_no {
display: none;
}

@media only screen and (min-width: 1023px) {
	.connect table th {
		width: 30%;
	}
}

/* Justified Gallery */
.featherlight-content .dgwt-rwpgg-ico-loupe{
display: none;
}

/* Google Maps Easy */
@media only screen and (min-width: 641px) {
	.sp_gmap {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.pc_gmap {
		display: none;
	}
}

/* ------------------------------
▲ plugin
------------------------------ */
