@charset "utf-8";
/*---------------------------------------------------------
Theme Name: Parthenon
Template: lightning
Author: FINE PROPS
Author URI: 
---------------------------------------------------------*/


@import url("css/common.css");
@import url("css/top.css");
@import url("css/animate.css");

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

html {
	overflow-y: scroll; /* for mozilla: always display scrollbar */
}
body,div,dl,dt,dd,ul,ol,pre,form,fieldset,input,textarea,p,blockquote, table, th,td,
tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption,
article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
    margin: 1.8rem 0;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
	zoom:1;
	line-height:1;
}
li:last-child{
	mragin-bottom:0;
}
ol li {
    list-style-type: decimal;
    margin-left: 2rem;
	
}

a:active, a:focus{ outline:none; } 
a{
	color: #1e73be;
}
a:hover{
    /*color: #053a95;*/
    opacity: 0.5;
}

br {
	letter-spacing:normal;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
	max-width: 100%;
}

/*--- default */
html {
	font-size: 62.5%;
}

body {
	font-family: Arial, Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif	;
	color: #333;
	font-size: 16px;
}

dd,dt{
border:none;	
}

.container｛

｝
.write-rl{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.write-rl p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.bgInfo {
	position: fixed;
	height: 100%;
	z-index: -1;
}
.bgMatsu {
	background: url(../images/teaser/bg_matsu.gif) top center no-repeat;
}



/*============================================================
  HEADER
=============================================================*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	
}

#headerPC {

}
#headerPC .headerIn {
	text-align: center;
    position: fixed;
    width: 250px;
    padding: 0;
    height: 100vh;
	overflow: auto;
}

#headerSP {
	display: none;
}
.hdlogo {
    margin: 20px;
}
.hdlogo .logo {

}
.hdcont {
    font-size: 14px;
    margin-bottom: 60px;
    text-align: center;
}
.hdcont .navi li {
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid;
    border-color: rgba(5, 58, 149, 0.2);
}
.hdcont .navi li a {
    text-decoration: none;
	padding: 12px 10px;
    color: #333;
    display: block;
    margin: 0;
}
.hdcont .navi li a:hover {
    background: rgba(5, 58, 149, 0.8);
    color: #fff;
    opacity: 1;
}


@media screen and (max-width: 1024px) {
	#headerPC {
		display: none;
	}
	#headerSP {

		display:block;
	}
	.header {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.header .hdlogo {
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.navbar-toggle {
		top:5px;
		right:5px;
		position:fixed;
		z-index:210;
		display: block;
		/*background: url(/wp-content/themes/parthenon/images/common/menu.png) 0 0 no-repeat;*/
		background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255,255,255,.8);  
		overflow: hidden;
		border-radius: 2px;
		width: 34px;
		height: 34px;
		cursor: pointer;
		text-indent: -9999px;
		background-size: 24px 24px;
		transition: border-color .5s ease-out;
	}
	.navbar-toggle.on{
		background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(0,0,0,0);  
	}


	.headbox {
		position: fixed;
		z-index: 100;
	}

	.hdlogo {
		font-size: 14px;
		color: #fff;
		padding: 5rem 1rem 0;
		text-align: center;
	}
	.hdlogo img{
		width: 50%;
	}
	
}
#vk-mobile-nav-menu-btn{
	display:none;
}


.pullmenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
    background: rgba(255,255,255,0.97);
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	padding-bottom: 30px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.pullmenu .list li {
	text-align: center;
	border-bottom: 1px solid;
    border-color: rgba(5, 58, 149, 0.2);
	margin: 0;
    padding: 0;
}
.pullmenu .list li a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
    padding: 12px 30px;
    color: #333;
    display: block;
    margin: 0;
}	

.pullmenu .list li a:hover{
	background: rgba(5, 58, 149, 0.8);
    color: #fff;
    opacity: 1;

}


.menucont {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #262626;
}
.menucont .tit {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.menucont .txt {
	text-align: center;
	color: #fff;
	font-size: 10px;
	margin: 1em 0 1.5em;
}

.menucont .btn {
	display: flex;
	justify-content: space-between;
}
.menucont .btn a {
	width: 47%;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0.62em 0;
	font-size: 16px;
}
.menucont .btn a img {
	vertical-align: middle;
	margin-right: 5px;
}
.menucont .btn a.tel img {
	width: 13px;
	margin-top: -2px;
}
.menucont .btn a.mail img {
	width: 17px;
	margin-top: -2px;
}
.menucont .note {
	color: #fff;
	font-size: 10px;
	padding-top: 0.5em;
}
.menucont .logo {
	text-align: center;
	margin: 2em 0 0;
}



/*============================================================
  gNavi
=============================================================*/

.header_gNavi{
    background: #4796b3;
    color: #fff;
    padding: 1rem;
    height: rem;
    font-size: 1.6rem;
    line-height: 1;
    height: 3.6rem;
    margin-bottom: 30px;

}




.header_gNavi .logo{
	

}

.header_gNavi .logo img{
	

}

.header_gNavi .header_search{
	

}


/*============================================================
  breadSection
=============================================================*/

.breadSection {
	border: none;
	margin: 20px;
	
}
.breadSection .breadcrumb{
padding: 0;
margin: 0;		
}

.breadSection .breadcrumb li{
		margin-left:0;
	
}
.breadSection .breadcrumb>li+li:before {
	    content: ">​";

}
/*============================================================
  contents
=============================================================*/
#contents {
    position: relative;
    z-index: 3;
        background: #fafafa;
	padding:0;
}
#contents a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
#contents a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


/*============================================================
  TEASER
=============================================================*/
.teaserPage {
	overflow: hidden;
	max-width: 1120px;
	margin: 0 auto 1em;
	padding: 90px 0 80px;
	text-align: center;
}
.teaserPage .inner {
	margin: 0 auto;
	max-width: 1120px;
	line-height:1.2;
}
.teaserPage .inner .phrase {
	font-size: 14px;
	font-weight: 400!important;

}
.teaserPage .inner .teaserTit {
	font-size: 80px;
	font-weight: 400!important;
}
.teaserPage .inner .textJAP {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
.teaserPage {
	margin: 0 auto 0em;
	padding: 10px 0 10px;
}
.teaserPage .inner {
	max-width: 1120px;
	line-height:1.2;
}
.teaserPage .inner .phrase {
	font-size: 12px;
	font-weight: 400!important;
}
.teaserPage .inner .teaserTit {
	font-size: 40px;
	font-weight: 400!important;
}
.teaserPage .inner .textJAP {
	font-size: 20px;
}
}

/*============================================================
  main
=============================================================*/
#main_col{
    padding-left: 0;
    padding-right: 0;
    background: #fafafa;
    width: 100%;
    position: relative;
}
#main_side{
	padding-left:0;
	padding-right:0;
	width: 100% !important;
}
@media screen and (min-width : 1025px) {
#main_col{
	width:calc(100% - 250px);
}
#main_side{
	width: 250px !important;
}
}

/*============================================================  WRAPPER
=============================================================*/
#wrapper {
	margin: 0 auto;
	/*overflow:hidden;*/
}
@media screen and (max-width: 767px) {
#wrapper {
	min-width: 320px;
}
}

/*============================================================
  INNER
=============================================================*/
.inner {
	max-width: 1024px;
	margin: 0 auto;
}
.inner .noSpace {
	margin: 0px auto 1rem auto;
}
 @media screen and (max-width: 767px) {
.inner {
	margin-left: 14px;
	margin-right: 14px;
}
.inner .noSpace {
	margin: auto -14px 1rem -14px;
}
}
/*============================================================
  CONTENT
=============================================================*/
#content {
	position: relative;
	margin: 0 auto 0;
}
#content .inner {
}
@media screen and (max-width: 767px) {
#content {
	position: relative;
}
#content .inner {
}
}

/*============================================================
  ASIDE
=============================================================*/
aside {
	width: 200px;
	float: right;
	position: relative;
}
 @media screen and (max-width: 767px) {
aside {
	float: none;
	width: auto;
	position: relative;
}
}
/*=========SIDE NAVI 01=========*/
.sideNav01 {
	font-size: 1.4rem;
	margin-bottom: 1.8em;
}
.sideNav01 .titSide01 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.sideNav01 ul {
	border-top: 1px solid #000;
}
.sideNav01 ul li {
	border-bottom: 1px solid #efefef;
	background: url(../images/icon/icon_link_01b.svg) 97% center no-repeat;
	text-align: left;
	background-size: 3px;
}
.sideNav01 ul li a {
	display: block;
	padding: 0.8em 0em;
	text-decoration: none;
}
.sideNav01 ul li a:hover {
	color: #c6c6c6;
}
@media screen and (max-width: 767px) {
.sideNav01 .titSide01 {
	font-size: 1.6rem;
	text-align: center;
	border-top: 1px solid #000000;
	padding: 0.5em 0 0.3em;
}
.sideNav01 ul li a {
	padding: 1.5em 0em;
}
}
/*=========SIDE NAVI 02=========*/
.sideNav02 {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	background-color: #FFDD00;
}
@media screen and (max-width: 767px) {
.sideNav01 {
}
}
/*=========SIDE BANNER=========*/
.sideBanner {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	background-color: #FFDD00;
}
@media screen and (max-width: 767px) {
.sideBanner {
}
}


/*============================================================
	PAGE TOP
=============================================================*/
#page-top {
	position: fixed;
    bottom: 60px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
}
#page-top {
	display: block;
	padding-top: 50px;

}
@media screen and (max-width: 767px) {
	#page-top {
		position: fixed;
		bottom:25px;
		right: 10px;
		cursor:pointer;
		z-index:999;
		width: 30px;
	}
}


/*============================================================
  FOOTER
=============================================================*/

footer {
	position:relative;
	z-index:8;
    border: none !important;	
}
.ftcontent {
	padding: 8rem 0 6rem 0;
	background: rgba(5, 58, 149, 0.5);
}
.ftpanel {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}

.ftbox01 dd {
	margin-top: 3rem;
}

.ftbox01 .tit-ftcontact {
    font-size: 1.2rem;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5rem;
    background: none;
    border-radius: unset;
}

.ftbox01 .tit-ftcontact img {
	margin-right: 1.5rem;
}

.ftbox01 .comTxt {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
}

.ftbox02 a {
	display: block;
	color: #fff;
	font-size: 1.3rem;
}

.ftbox02 li + li{
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
.ftcontent {
	padding: 1em 0;
	border-bottom: none;
	border-top: 1px solid #ddd;
}
.ftcontent .inner {
	margin: 0;
}
.ftpanel {
	display: block;
}
.ftbox01 {
	width: 100%;
	padding: 1.5em 15px;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftbox01 dt {
	float: none;
	width:  auto;
	margin-bottom: 1.5em;
	text-align: center;
}
.ftbox01 dd {
	overflow: hidden;
	text-align: center;
	padding: 0;
}

.ftbox01 .comTxt {
	display: inline-block;
	text-align: left;
}
.ftbox01 dd .txt01 {
	font-size: 15px;
	font-weight: bold;
}
.ftbox01 dd .txt01 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.ftbox01 dd .txt02 {
	font-size: 13px;
	margin: 0.3em 0 0 ;
}
.ftbox02 {
	width: 100%;
    display: block;
    text-align: left;
    padding: 1.5em 15px;
    border-right: none;
}
.ftcont .tit {
	font-size: 13px;
	margin-bottom: 1em;
}
.ftcont .tel {
	width: 100%;
	margin: 0 auto;
}
.ftcont .tel a {
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #fff;;
	padding: 1.2em 0 1.2em 25px;
	background:#000 url(../images/common/icon_tel_w.svg) 33% center no-repeat;
	background-size: 15px;
	font-weight: 400!important;
	pointer-events: none;
}
.ftcont .tel span {
	display: none;
}
.ftcont .txt {
	padding: 0.5em 0 0;
	font-size: 10px;
}
.ftbox02 .btn {
	width: 100%;
	margin: 1em 0 0;
}
.ftbox02 .btn a {
	font-size: 12px;
}
.ftbox02 .btn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.ftbox02 .btn a span {
	background: url(../images/common/icon_email.svg) 0 center no-repeat;
	background-size: 20px;
}
}


.ftlik {
	padding: 5em 0;
}
.ftlik .list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ftlik .list li {
	padding: 0 15px;
}
.ftlik .list li a {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
.ftlik {
	padding: 0 0 0.5em;
}
.ftlik .list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ftlik .list li {
	width: 50%;
	padding: 0.5em 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftlik .list li a {
	font-size: 12px;
}
}
#copyright {
    background: rgba(5, 58, 148, 0.8);
    text-align: center;
    padding: 1.25rem 0;
    color: #fff;
    font-size: 12px;
}



/*-----------------------------------------
/* Opening
-----------------------------------------*/
.Opening {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width:100%;
	z-index:-10;
}
.Opening ul li{
	position: relative;
	overflow: hidden;
	height: 100%;
	width:100%;
	text-align: center;
}
.Opening:before {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 5;
}


/*-----------------------------------------

 edit-area
-----------------------------------------*/

.wp-block-ub-tabbed-content-tab-title-wrap{
	
margin-right: 0;
}

.entry-tag dl {
    margin-bottom: 0;
    display: flex;
}
.tagcloud{
	
	padding-right:1rem;
}

.cat_label{
    background: #999999;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    color: #fff;	

}
.class_label{
    background: #FFF;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    color: #333;
    border: 1px solid #333;

}



#section_block{
margin: 3rem 0 12rem 0;
	
}


.section_title{
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
	
}
.link_btn{
	max-width: 900px;
    text-align: right;
    margin: 2rem auto;	
	
}


.h1dM02{
    border: none;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
}
.h1dM02 .sub_title{
	position: relative;
    padding: 0;
    display: block;
	
}

.h1dM02 .sub_title_txt{
    position: relative;
    z-index: 2;
    background-color: #fafafa;
    text-align: left;
    /* padding-right: 1rem; */
    padding: 0 1rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	
}

.h1dM02 .sub_title:before{
     position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: .2rem;
    background-color: #053a95;

}
	
.sub_title{
	font-size: 1.6rem;
    padding-left: 1rem;
}

.post_content{
	
	
}
#edit-area{

	
}
#edit-area p{
	margin-bottom:1rem;
}

/* table */
.post_content table {
  margin: 0 0 24px 0;
}

.post_content td, .post_content th {
  border: 1px solid #bbb;
  padding: 1rem;
  line-height: 2.2;
  background: #fff;
}

.post_content th {
  background: #ddd;
  font-weight: normal;
}


/*-----------------------------------------

 index_news
-----------------------------------------*/



#index_news {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 50;
}
#newsticker{
	background: rgba(31, 72, 140, 0.8);
}
#index_news .ticker {
    position: relative;
    overflow: hidden;
    height: 60px !important;
    margin: 0;
	padding-left:0;
	padding-right:0;
}

#index_news ul {
	margin:0; position:absolute; top:0px; color:#fff; 
}	
#index_news ul li {
	height:60px; overflow:hidden; 
}
#index_news ul .date {
	/*width:90px;*/
	width:auto;
	height:60px; 
	margin:0 10px 0 40px; 
	line-height:60px; 
	display:block; 
	color:#fff; 
	font-size:12px; 
	float:left; 
}
#index_news ul .title {
	height:60px; 
	line-height:60px; 
	display:block; 
	text-decoration:none; color:#fff; 
}
#index_news ul .title a {
	color: #fff;
	font-size:14px;
	text-decoration: none;
}
#index_news ul .title a:hover {
	color: #bebebe !important; 
}
.ticker ul {
	width: 100%; 
	position: relative;
}
.ticker ul li {
	width: 100%; display: none; 
}
#index_news .archive_link {
	padding-left:0;
	padding-right:0;	
	
}
#index_news .archive_link a {
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    display: block;
	font-size:14px;
    color: #fff;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}
#index_news .archive_link a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
#index_news .archive_link a:after {
    content: '>';
    font-size: 14px;
    margin-left: 18px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
#index_news .archive_link a {	
    height: auto;
    line-height: 2;
}
#index_news ul .date {
	margin:0 10px 0 10px; 
}
}




/*-----------------------------------------

rental-header
-----------------------------------------*/


.rental-header{

}


.rental-header h1{
	background-color: rgba(255, 255, 255, 0.7);
    padding: 1rem 5rem;
    position: relative;
}
.rental-header h1:before{
	/*
	content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #e6e400 transparent;
    border-width: 0px 50px 50px 50px;
	*/
}

.rental-header h1:after{
  /*  
	content: "";
    position: absolute;
    top: -20px;
    left: -25px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #63c5e6 transparent;
    border-width: 0px 0px 30px 30px;
	*/
}	
.rental-header h1 .sub_title_txt{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	
}




.racilities_items {
    /* padding: 0 1rem; */
    background: #f0f0f0;
}



.link_btn a{
	padding: 1rem;
    background: #63c5e6;
    color: #fff;
	
}
.link_btn a:hover{
	
	text-decoration: none;
    opacity: 0.5;	
}
i {
    padding-right: 0.5rem;
}










/*-----------------------------------------
/* Design　customize
-----------------------------------------*/

.entry-body p:empty:before {
    content: "​";
    line-height: 1.6rem;
}
.entry-body table{
		height:0!important;
}
.entry-body tr{
		height:0!important;
}
.nowrap {
	white-space: nowrap;
}

.pre{
	white-space: pre;
}

h2{
	margin: 50px 0 25px;
    margin: 50px 0 25px;
    font-size: 1.429em;
    font-weight: bold;
    border: none;
	
}
.h2dM02{
position: relative;
    text-align: center;;
}
.h2dM02 strong{
	position: relative;
    z-index: 2;
    background-color: #fafafa;
    text-align: left;
    /* padding-right: 1rem; */
    padding: 0 1rem;
}

.h2dM02:before{
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: .2rem;
    background-color: #4796b3;
}


.subSection-title,h3{
    font-size: 2.2rem;
    border-bottom: 1px solid #4796b3;
}


.subSection-title:after, h3:after{
left: 0;	
	
}


.subSection-title.has-text-align-center:after, h3.has-text-align-center:after{
left: 35%;	
	
}

h4{
  font-size:2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	
}

#edit-area h4:before{
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 100%;
    height: 1px;
    /* left: 30px; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    background-color: #4796b3;
    border-radius: 2px;
	
	
}


h5{
	font-size:1.8rem;
}
/*postlist */


.postList{
	display:flex;
	flex-wrap: wrap;
}
.postList .media{
	width:30%;
}
.postList .goods {
    width: 100%;
    display: flex;
    padding: 1rem;
}
.postList .goods h2{
    border: none;
    padding: 0;
    font-size: 1.2rem;
}
.postList .goods .media-left{
    width: 30%;
    text-align: center;	
}
.postList .goods .media-body{
    width: 60%;
		padding: 0 1rem;
}
@media (min-width: 992px){
.postList .goods {
    width: 50%;	
	  margin: 0;
}
}

.postList .xo_event {
    width: 100%;
    margin: 0 0 2rem 0;
}

.postList .xo_event .item{
    background: #ebebeb;
    position: relative;
    padding-bottom: 30px;
}
.postList .xo_event .item:before{
position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25px solid #d3d3d3;
    border-left: 25px solid transparent;
    right: 0;
    bottom: 0;
}
.postList .xo_event .item:hover{
    opacity: 0.7;	
}


.postList .xo_event .postList_thumbnail {
    width: 100%;
    overflow: hidden;	
}
.postList .xo_event .itemCont{
	/*padding-right: 25px;*/
}
.postList .xo_event .itemCont .date_event{
	padding: 25px;
    border-bottom: 1px solid #000;
    font-size: 1.5rem;
	
}
.postList .xo_event .itemCont .tit{
font-size: 1.6rem;
    padding: 18px 25px 10px 25px;
    min-height: 85px;	
	
}	
.postList .xo_event .itemCont .cat_meta{
	padding: 10px 25px ;
	display: none;
	
}

.xo_event .entry-meta-dataList{
	display:none;
}


.event_archive .entry-tag{
	display:none;	
}

@media (min-width: 992px){
.postList .xo_event {
	width: calc(33.33% - 20px);
	margin: 0 10px 2rem 10px;
}
}


.sticky{
	background-color:inherit;
}
a[href$=".pdf"]::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f1c1";
    padding-left: 0.5rem;
    color: red;
    font-weight: bold;	
}
.img a[href$=".pdf"]::after{
	content:none;
}
a[href$=".xls"]::after,
a[href$=".xlsx"]::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f1c3";
    padding-left: 0.5rem;
    color: green;
    font-weight: bold;	
}
a[href$=".doc"]::after,
a[href$=".docx"]::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f1c2";
    padding-left: 0.5rem;
    color: blue;
    font-weight: bold;	
}
a[href$=".zip"]::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f1c6";
    padding-left: 0.5rem;
    color: gray;
    font-weight: bold;	
}
.pdf::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f1c1";
    padding-left: 0.1rem;
    color: red;
    font-weight: bold;
}
.link::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f35d";
    padding-left: 0.1rem;
    color: blue;
    font-weight: bold;
}

.overscroll{
	overflow-x: scroll;
		display:block;	
}
.overscroll::-webkit-scrollbar{
	height: 7px;

}
.overscroll::-webkit-scrollbar-thumb{
    background:#63c5e6;
    border-radius: 10px	
}
.overscroll::-webkit-scrollbar-track{

}

.table tbody tr td, 
.table tbody tr th, .table td, .table th, 
.table thead tr td, .table thead tr th, 
table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th
{
	padding:1rem;
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	
}


/*

テーブル
*/


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption,th {
	text-align: left;
}


td, th{	
	display: block;
}
.overscroll td,.overscroll th{
display: table-cell;
}
@media (min-width: 1025px){
td, th{
display: table-cell;
}
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	width:100%;
	max-width:100%;
	padding-right: 10px;
    padding-left: 10px;	
}

@media (min-width: 1025px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 960px;
}
}


.bgImg{	
	height: 100vh;
    background-size: cover;
    position: relative;
    /* width: auto; */
    width: 100%;
    background-position: center;	
}
@media screen and (min-width : 1025px) {
.bgImg{	
    width: calc(100vw - 250px);	
}
}


.slick-slider{
    position: fixed;
    height: 100vh;
    width: 100%;
	}


.main_title{
	z-index: 8;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
}
.main_title .main_title_inner{
	background-color: rgba(255, 255, 255, 0.8);
    font-size: 2rem;
}

.main_title .inner_img{
	margin-bottom:1rem;
	
}
.main_title .inner_txt{

}


.animation_box .txt_animation {

}

.vk-mobile-nav-menu-btn{
	border:none;
}
.vk-mobile-nav-menu-btn.menu-open{
	border:none;
}

.entry-meta-dataList dt{
	background-color:#9c9c9c;
	
}

.entry-meta-dataList dd a{
	font-size: 12px !important;
    color: #464646 !important;
	
}

.xo-event-calendar table tbody tr{
	
}
.yrc-sub-section{
display: block
}


/*-----------------------------------------

 wp-block customize
-----------------------------------------*/


.entry-body ul {
	padding-left: 1rem;
    margin: 0 1rem;
	
}
.entry-body ul li{
	list-style: disc;
	
}
.entry-body ul li:marker{

	
}

.entry-body ol {
	padding-left: 1rem;
    margin: 0 1rem;
	
}
.entry-body ol li{
	
}
.entry-body ol li:marker{

	
}
.wp-block-group{
    margin-bottom: 2.4rem;
    padding: 1rem;	
	
}
.ub-buttons>.ub-button-container{
	margin:0;
}
.wp-block-ub-tabbed-content-tabs-title{
	    justify-content: space-around !important;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap{
	width: 100%;
	display: block;
}
.wp-block-ub-content-toggle-accordion-title{
	margin-bottom:0!important;
	
}


.wp-block-columns{
	margin-bottom:0!important;
	overflow:hidden;
}
.wp-block-column{
	margin-bottom:1.75rem;
		overflow:hidden;
}
.wp-block-table,
.wp-block-image{
	/*margin: 0 1rem;*/
	overflow:hidden;
}
.wp-block-column:not(:first-child) {
	margin-left: 1rem!important
}
.wp-block-column .wp-block-table,
.wp-block-column .wp-block-image,
.wp-block-column p{
	margin: 0!important;
}
.size-full img{
	width:100%;
	height:auto;
}

/*============================================================
  parts
=============================================================*/
.txt_block{
	padding: 0 1.6rem;

	
}

.btn_link{
	
	
}
.btn_link a{
    font-size: 1.6rem;
    background: #053a95;
    color: white;
    padding: 1rem 1rem 1rem 5rem;
}
.btn_link a:after{
	font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    content: "\f054";
    padding-left: 4rem;
    font-weight: bold;
    vertical-align: middle;
}

.fb-box{
width: 100%;
}
ul.page-numbers{
    margin: auto;	
}

.border-none{
	border:none;
}

.menu-sub {
    /* padding-left: 1rem; */
    display: none;
    text-align: center;
    padding-top: 0.5rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

}
a:hover .menu-sub{
	display:block;
	color:#fff;
	
}





.article_facility{
    background: #ebebeb;
    position: relative;
    padding-bottom: 30px;
}

.article_facility:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25px solid #d3d3d3;
    border-left: 25px solid transparent;
    right: 0;
    bottom: 0;
}


.article_facility .tit {
    text-align: center;
    display: block;
    padding: 20px 10px 10px 10px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.article_facility .item_txt{
    padding: 0 25px 10px 25PX;
    line-height: 1.5!important;
}
.article_facility .tit a:hover{
    color:  rgba(31, 72, 140, 0.8);
    opacity: 1;
}
.article_facility .item_txt a:hover{
    color:  rgba(31, 72, 140, 0.8);
    opacity: 1;
}
.download_box{
	padding: 55px 25px 25px 25px;;	
}
.article_facility h4:before{
	content:none !important;
}
.article_facility .tit a{
	
	
}
.article_facility .tit a{
	color: #333;
}
.article_facility .item_txt a{
	color: #333;	
}
.article_facility .tit a:hover{
color:#337ab7;
}
.article_facility .item_txt a:hover{
color:#337ab7;	
}







.side-box{
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: none!important;
}
.side-box a{
	background: rgba(5, 58, 149, 0.8);	
    padding: 1.25rem 0!important;
    color: #fff !important;
    line-height: 1.9;
    font-size: 12px;
}
.side-box a:hover{
	background: rgba(5, 58, 149, 0.6)!important;
}
.side-box a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    font-weight: bold;
    position: absolute;
    left: 1rem;
}

.guide-box{
	color: #fff;
    /*position: absolute;*/
    width: 100%;
    top: 430px;
    margin-top: 8rem!important;
}
.guide-box.guide-link{
	margin-top: 0!important;
}


.guide-box a {
	background: rgba(5, 58, 149, 0.8);
    padding: 1.25rem 0!important;
    color: #fff !important;
    line-height: 1.9;
    font-size: 12px;
}
.guide-box a:hover{
	background: rgba(5, 58, 149, 0.6)!important;
	
}
.guide-box a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: bold;
    position: absolute;
    right: 1rem;
}
.disable_link{
	pointer-events:none;
}

.guide-box:first-child{
	
}

@media screen and (max-width: 1024px) {
.guide-box{	
    top: 60%;
    position: relative;
    margin-top: 0!important;
}
.guide-box.guide-link{
	top: 70%;
}
}
.disable_link
	pointer-events:none;	
	
}




.goods_archive{
}
.goods_archive .goods_tax{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 5rem;

}
.goods_archive .goods_tax h2{
	width: 50%;
    margin: 0 auto;
}
.goods_archive .goods_tax h2 a{
	display: block;
    margin: 1rem;
    text-align: center;
    padding: 2rem 0;
    background: rgba(5, 58, 149, 0.6);
    color: #fff;	
}

[type=submit]{
	
	
}

.smf-action .smf-button-control__control{
	background: rgba(5, 58, 149);
    color: #ffF;
    font-size: 2rem;
}
.smf-action .smf-button-control__control:hover{
	opacity:0.5;
}
input{
	font-size:1.6rem!important;
	
}
.form-control{
	font-size:1.6rem!important;
	
}


.entry-meta_items_term .btn{	
		margin:0!important;
}



.user-select{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;	
	
}