@charset "UTF-8";
/* CSS Document */

* { 
	box-sizing: border-box; 
	line-height: 1.2em;
}
a { 
	color: #333;
	text-decoration: none;
}
a:hover {
    color: #be5f2f;
    cursor: pointer;
}
ul,li,dt,dd { 
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	width: 100%; 
	height: auto; 
	vertical-align: bottom;
}
h1,h2,h3,h4,h5 { 
	margin: 0; 
	padding:0; 
	font-weight: 300;
	font-size: 16px;
}
.cf {zoom:1;}
.cf:before,
.cf:after { content:""; display:table;}
.cf:after {clear:both;}

body { padding:0 !important; margin:0 !important;} 
.ver2018  { 
	background-image: url(/images2/bg.jpg)  !important;
	background-attachment: fixed;
	background-color:#eac590;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}
dl {
     font-size: 1em !important;
    margin-bottom: 0 !important;
    margin-top: 0;
}
a:hover img {opacity:1;}
.post_quote blockquote blockquote cite a, a:visited, a:hover {
    color: #000;
}
.small { font-size:.87em !important;}
.xsmall { font-size:.76em !important;}
.small { font-size:.86em !important;}
.br { display:inline-block;}
.strong { font-weight:800;}
.red { color:#ff3333;}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 2em;
    padding: 5px 2px ;
}
input, textarea, select {
    background-color: #fff;
    border: 1px solid #e4e6e8;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 5px 10px;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
    width: 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 5px 15px;
    color: #000;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 1em !important;
}

.wpcf7-recaptcha { padding:0 10% 30px;}
.recaptcha .wpcf7-form-control-wrap,
.recaptcha{ 
	padding-bottom:0 !important;
}
.recaptcha .wpcf7-form-control-wrap .wpcf7-recaptcha { padding:0 !important;}
.submit_p { padding-bottom:0 !important; margin-bottom: -30px !important; position:relative;}
div.wpcf7-response-output {
    margin: -60px 0.5em 1em;
}
.cart_cme {
	background: #efefef;
    padding: 20px 0 0;
    border-radius: 5px;
    margin: 20px 10% 20px;
}
/*-----------------------------------------------*/
@media screen and (max-width:26em){
/*------------------------------------------------*/
.cart_cme {
    margin: 20px 5% 0;
}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

header

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.ver2018 header {
	background:#fff;
	padding: 15px 0;
}
.header_inner {
	width:calc(90% - 20px) !important;
	max-width: calc(75em - 20px) !important;
	margin: 0 auto;
}
.header_inner .logo {
	float:left;
	max-width:180px;
	max-height:80px;
}
.header_inner nav{
	float: right;
	display: block;
	font-size: .75em;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 60px;
}
.header_inner nav.topmanu ul{
	transform: translateY(50%);
	float: left;
}
.header_inner nav.topmanu ul li{
	display: inline-block;
	list-style: none;
	padding: 0 1em;
}
.header_inner nav.topmanu ul li a,
.innerlist ul li a {
	position: relative;
	text-decoration: none;
	color: #333;
	line-height: 1em;
	padding-bottom: 5px;

}
.header_inner nav.topmanu ul li a:after,
.innerlist ul li a:after {
	content: '';
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #be5f2f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header_inner nav.topmanu ul li a:hover:after,
.innerlist ul li a:hover:after {
	-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.header_inner nav.topmanu .ful_menu {
	float: left;
}
.ful_menu {
	position: relative;
}
.nav2 { 
	width: 100%;
	display: none;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.2);
}
.nav2 .header_inner {
	max-width: calc(75em - 60px);
}
.nav2 .header_inner .logo{
	float:left;
	width:120px;
}
.shoplink { margin-top: 1em;}

.tel { padding:50px 0 0 1em; text-align:left; }
.tel .num { 
	font-size:18px;
	font-weight:600;
	display: inline-block;
   padding-right: .3em;
}
.wpcf7-validates-as-number {
	width:80px;
	margin:0 8px;
}
.contact_f p {
	padding:0 0 32px !important;
}
.contact_f p span:first-child {
	font-weight: 600;
}
.contact_sq > div {
	padding-bottom: 0!important;
}
.contact_sq > p {
	padding-bottom: 16px!important;
}
.contact_sq > div p{
	padding-bottom: 16px!important;
}
.contact_sq div p span:first-child {
	font-weight: 400;
}

/*------------------------------------------------*/
@media screen and (max-width:64em){
/*------------------------------------------------*/
.header_inner nav { display: none; }
	
}/*-----------------------------------------------*/
@media screen and (max-width:40em){
/*------------------------------------------------*/
.header_inner .logo {
	float:left;
	width:40%;
}
	.logo h1 {
    padding: 0 !important;
    text-align: center;
}
.ver2018 header {
	background:#fff;
	padding: 12px 0;
}
	
}/*------------------------------------------------*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

lyout&template

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.col2 { width:50%; float: left;}
.col3 { width:33.3%; float: left;}
.col4 { width:25%; float: left;}
.ver2018 .wrap { 
	width: calc(96% - 20px) !important;
	max-width: calc(75em - 20px);
	margin: 0 auto;
	padding: 50px 0;
}
.ver2018 .wrap .main_conte {
	float: left;
	width: 66.6%;
}
.ver2018 .wrap .side {
	float: left;
	width: 33.3%;
	padding:0 5px 0 20px;
}
.heading { padding: 0 0 30px 0;}
.heading_side {padding: 0 0 30px 0;}
.heading h2 {
	font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1em;
	color:#000;
	padding: 20px 0;
	border-bottom:1px solid rgba(138, 109, 59, 0.5);
}
.wrap_col1 .heading { padding-left:0;}
.heading h2 span {
	font-size: .3em;
	letter-spacing: 2px;
}
.tags {
	font-size: .625em;
	width: 100%;
	overflow: hidden;
	padding-left: 0.2em;
}
.tags ul {
	display:block;
	margin: 10px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
.tags ul li {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: all .3s ease;
}
.tags ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px 10px 3px;
	transition: all .3s ease;
	color:#333;
}
.tags ul li:hover {
	border: 1px solid #333;
}
.tags ul li:hover a {
	background:#333;
	color: #fff !important;
	text-decoration:none;
}
a.button {
	display: block;
	position: relative;
	width:400px;
	max-width: 90%;
	font-size:1em;
	text-align: center;
	margin: 30px auto;
	padding: 20px 15px;
	color: #fff !important;
	background: #333;
	overflow: hidden;
	z-index: 0;
	letter-spacing: 1px;
	line-height:1.6em;
	transition: all .3s ease;
}
a.button_s {
	display: block;
    position: relative;
    width: 100%;
    font-size: .87em;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 20px;
    color: #fff !important;
    background: #333;
	border-radius:3px;
    overflow: hidden;
    z-index: 2;
    letter-spacing: 1px;
    line-height: 1.6em;
    transition: all .3s ease;
}
a.button span:after,
a.button_s span:after{
	content: '\f105';
	display: inline-block;
	position: relative;
	font-family: FontAwesome;
    font-weight: 800;
    font-size: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: all .2s ease;
	opacity:0;
}
a.button_w {
	max-width:620px !important;
}
a.button span div,
a.button_s span div{ display:inline-block;}
a.button:hover,
a.button_s:hover {background: #000;}
a.button:hover span:after,
a.button_s:hover span:after{
	display: inline-block;
	padding-left:15px;
	opacity:1;
}
.ver2018 .wp-pagenavi {
   clear: both;
   padding-top: 30px;
	text-align: center;
}
.ver2018 .wp-pagenavi a, 
.ver2018 .wp-pagenavi span {
    text-decoration: none;
    background: #fff;
    border: 0;
    padding: 10px 10px;
    margin: 2px;
    color: #000;
    font-size: .87em;
}
.ver2018 .wp-pagenavi span.current {
    font-weight: bold;
    background: #000;
    color: #fff;
}
.servicelist { margin-bottom:20px;}
.contactform {
    padding: 0; 
}
.post_content > .part:first-child {
padding:0;
}
/*------------------------------------------------*/
@media screen and (max-width:64em){
/*------------------------------------------------*/
.col3 { width:50%; float: left;}
.col4 { width:50%; float: left;}
.ver2018 .wrap { 
	width:90%;
	max-width: 75em;
	margin: 0 auto;
	padding: 50px 0 0;
}
.ver2018 .wrap .main_conte {
	float: none;
	width: 100%;
}
.ver2018 .wrap .side {
	float: none;
	width: 100%;
	padding:50px 0 0 0;
}

.wrap_col1 {
    width: 90%;
    max-width: 70em;
    margin: 50px auto;
    padding: 0 0 10px;
}
	
}/*------------------------------------------------*/
@media screen and (max-width:42em){
/*-------------------------------------------------*/
.col2,.col3 { width:100%; float:none;}
	
}/*------------------------------------------------*/
@media screen and (max-width:26em){
/*-------------------------------------------------*/
.ver2018 .wrap { 
	width:94%;
	max-width: 75em;
	margin: 0 auto;
	padding: 30px 0 0;
}
.col4 { width:100%; float:none;}
.heading { padding: 0 0 30px 2%;}
.heading h2 {font-size: 1.2em; line-height: 1.2em; }
.heading h2 span {font-size: .5em;}
a.button span:after,a.button:hover span:after { display:none;}

}/*------------------------------------------------*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

postlist

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.posts { position:relative;}
.posts a { display: block;}
.posts  .post_img {
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: 0px solid #fff;
	width:100%;
}
.posts .post_img:before {
	content:"";
    display: block;
    padding-top: 66.666%; 
}
.posts .post_img .post_img_inner {
	position: absolute;
	transition: all .5s ease;
	transform: scale(1.05);
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(8, 4, 4,.3);
}
.posts:hover .post_img .post_img_inner {
	transform: scale(1);
	filter:brightness(50%);
}
.posts:after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 2em;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	top: calc(50% - 1.8em);
    left: calc(50% - 0.5em);
    opacity: 0;
    z-index: 90;
    border-radius: 50%;
    padding: 1em 1em;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    color: #fff;
    padding: 8px 10px 9px 14px;
	display: block;
	position: absolute;
	transform: scale(1.2) rotate(0.0001deg);
	transition: all .5s ease;
}
.posts:hover:after {
	transform: scale(1);
	opacity: 1;
}
.col2.posts { 
	position: relative;
	width: calc( 50% - 20px);
	margin: 0 10px 30px;
}
.posts .post_info {
	position: relative;
	background: #fff;
	margin: -30px 0 0 20px;
	padding:25px 20px 15px;
	z-index: 0;
	box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.2);
	transition: all .5s ease;
}
/*.posts:hover .post_info {
	transform: translateY(20px) rotate(0.0001deg);
}*/
.post_info_inner h3 {
	width:100%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: 800;
	padding: 5px 0 0;
}
.posts .post_info .post_info_inner h3 a  {
	position: relative;
	display:inline-block;
  height:1em;
}
.posts:hover .post_info .post_info_inner h3 {
	text-overflow:clip;
}
.posts:hover .post_info .post_info_inner h3 a span{
	position: relative;
	display:inline-block;
	width:auto;
	top:0;
	right:0;
	left:0;
}
.posts:hover .post_info .post_info_inner h3 a span{
	animation: scrolltitle 7s linear;
	backface-visibility: hidden;
}
.pickup .posts:hover .post_info .post_info_inner h3 a span {
	animation:none;
}
.pickup .posts:hover .post_info .post_info_inner h3 {
	text-overflow:ellipsis;
}

@keyframes scrolltitle {
	0% { left:0; opacity: 1;}
	60% { left:-150%; text-align: right; opacity: 1; }
	61% { left:-150%; opacity: 0; }
	62% { left:100%; opacity: 0;}
	63% { left:100%; opacity: 1;}
	100% { left:0; }
}
.post_info_inner .event { 
	padding: 5px 0;
	font-size: .8em;
}
.post_info_inner .date { 
	padding: 5px 0;
	font-size: .63em;
}
.post_info_inner .tags { height:3em;}
.post_cat {
	position: absolute;
	top:-10px;
	left:20px;
	display: inline-block;
	transform: scaleY(-30px);
}
.post_cat ul li {
	display:inline-block;
	background:#333;
	border: 1px solid #333;
	color: #fff;
	border-radius: 3px;
	padding: 2px 10px 3px;
	margin-right:-2px;
	font-size: .75em;
}
.post_cat ul li:hover {
	background: #fff;
	border: 1px solid #333;
}
.post_cat a { color: #fff !important;}
.post_cat:hover a { color: #333 !important;}
.c_furniture ul li { background-color: #669933; border: 1px solid #669933;}
.c_tableware ul li { background-color:#0099cc; border: 1px solid #0099cc;}
.c_news ul li { background-color:#0066cc; border: 1px solid #0066cc;}
.c_report ul li{ background-color:#ff6600; border: 1px solid #ff6600;}
.c_akioka ul li{ background-color:rebeccapurple; border: 1px solid rebeccapurple;}
.c_rental ul li,
.kintsugi_class ul li{ background-color:#33cccc; border: 1px solid #33cccc;}
.c_event ul li{ background-color:crimson; border: 1px solid crimson;}
.c_info ul li{ background-color:rgba(13,106,46,1.00); border: 1px solid rgba(13,106,46,1.00);}

.category svg { display:inline-block;}
.category svg.c_furniture { color: #669933;}
.category svg.c_tableware { color:#0099cc; }
.category svg.c_news { color:#0066cc;}
.category svg.c_report { color:#ff6600; }
.category svg.c_akioka { color:rebeccapurple;}
.category svg.c_rental,
.category svg.kintsugi_class { color:#33cccc;}
.category svg.c_rentalspace { color:#e768a2;}
.category svg.c_event { color:crimson; }
.category svg.c_info { color:rgba(13,106,46,1.00); }

.post_header .c_furniture ul li,
.post_header .c_tableware ul li, 
.post_header .c_news ul li,
.post_header .c_report ul li,
.post_header .c_akioka ul li,
.post_header .c_rental ul li,
.post_header .c_event ul li, 
.post_header .c_info ul li,
.post_header .kintsugi_class ul li { background-color: transparent; border: 0;}

.post_header .c_furniture ul li a { color: #669933; background-color: transparent; border: 0;}
.post_header .c_tableware ul li a { color:#0099cc;background-color: transparent; border: 0;}
.post_header .c_news ul li a {color:#0066cc; background-color:transparent; border: 0;}
.post_header .c_report ul li a { color:#ff6600; background-color: transparent; border: 0;}
.post_header .c_akioka ul li a { color:rebeccapurple; background-color: transparent; border: 0;}
.post_header .c_rental ul li a,
.post_header .kintsugi_class ul li a { color:#33cccc;background-color: transparent; border: 0;}
.post_header .c_event ul li a { color:crimson; background-color: transparent; border: 0;}
.post_header .c_info ul li a { color:rgba(13,106,46,1.00); background-color: transparent; border: 0;}

.post_related .posts {box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.2);}
.post_related .posts .post_info {
	position: relative;
	background: #fff;
	margin: 0;
	padding:20px 30px;
	z-index: 20;
	box-shadow:none;
	transition: all .5s ease;
}
.post_related .post_info_inner h3 {
	width:100%;
	position: relative;
	text-overflow: clip;
	text-align: justify;
	white-space:normal;
	font-size: 1em;
	font-weight: 800;
	padding: 5px 0 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}
.alwlink {position:relative; display:inline-block; text-decoration:underline; padding-left: 1em;}
.alwlink:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 2px;
}
.taglist { margin-bottom:50px;}
.taglist li {
    display: inline-block;
    width: auto;
    padding: 0 5px 7px 0 !important;
    margin: 0;
    border: 0;
}
.taglist li a {
    display: inline-block;
    padding: 6px 12px;
    background: #fff;
    border-radius: 3px;
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1rem;
    transition: .3s ease;
}
.taglist li a:hover {
    color: #fff;
    background-color: #000;
}
/*------------------------------------------------*/
@media screen and (max-width:42em){
/*------------------------------------------------*/
.col2.posts { 
	width: 100%;
	margin: 0 0 40px;
}
	
}/*------------------------------------------------*/
@media screen and (max-width:26em){
/*-------------------------------------------------*/
.col2.posts { margin: 0 0 20px;}
.post_info_inner h3 {font-size: .9em;}
.posts .post_info {
	margin: -30px 10px 0;
	padding:25px 15px 15px;
}
.post_info_inner .event { font-size: .6em;}
.post_info_inner h3 {
		padding: 0;
		width: 100%;
		position: relative;
		overflow: auto;
		text-overflow: clip;
		 white-space:normal;
		line-height: 1.8em;
		font-size: .87em !important;
	}
.pickup .posts:hover .post_info .post_info_inner h3 {
	text-overflow:clip
	}
.posts:after { display:none;}
	
}/*------------------------------------------------*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

footer

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

footer { 
	display: block;
	padding:0;
	background: #fff;
}
footer .wrap { padding-bottom: 0;}
footer .wrap .col3 {
	padding: 0 20px;
}
footer .wrap .col3 dt{
	font-size: 1em;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
footer .wrap .col3  dd {
	font-size: .85em;
	padding: 10px 0;
}
footer .wrap .col3  dd ul li {
	padding: 5px 0;
	letter-spacing: 1px;
}
footer .copyright {
	background: #333;
	padding: 20px;
	text-align: center;
	font-size: .75em;
	color: #fff;
}
.widget_wysija_cont {
    width: 100%;
     padding:0 !important; 
    background: #fff;
    margin: 0 !important;
    border-bottom:0 !important;
    box-sizing: border-box;
}
.widget_wysija_cont p {
    font-size: 1em !important;
}
#sb_instagram {
    width: 100%;
    margin: -2px auto 0;
    padding: 0;
    box-sizing: border-box;
}
footer a.returnbotton {
   width: 38px;
	padding: 30px 15px 5px;
   margin: 20px auto 0;
   display: block;
	background:#000;
	box-shadow: 1px 1px 3px 0px #999;
	position:relative;
	transition:all .2s ease;
}
footer a.returnbotton .return {
	display: block;
	position:relative;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    border-radius: 2px;
	 transition:all .2s ease;
}
footer a.returnbotton:hover .return {
	transform:translatey(-20px) rotate(-45deg);
}
footer a.returnbotton:before {
	 transition: .2s;
}
footer a.returnbotton:hover:before {
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 50%;
    height: 2px;
    border-radius: 3px;
    background: #fff;
	transition:.2s;
}
.footer_wtitter  dl dd{    
	height: 610px;
    overflow: auto;
    margin-bottom: 40px;
}
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
    background-color:#f7f7f7 !important;
}
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
    background-color: #b0e6d0 !important;
}
.wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
   top: calc(50% - 7px) !important;
	font-size:12px !important;
}


/*------------------------------------------------*/
@media screen and (max-width:64em){
/*------------------------------------------------*/
	footer .wrap .col3 { 
	width:50%; 
	float:left;
	padding:0;
}
footer .wrap .col3 dl { margin-bottom: 20px !important;}
footer .wrap .col3 dl.h_dl { float:left;	padding:0 10px;}
footer .wrap .footer_adj { 
	width:50% !important;
	float:left !important;
	padding:0 10px;
}
}/*-----------------------------------------------*/
@media screen and (max-width:52em){
/*------------------------------------------------*/
footer .footer_adj { 
	width:100% !important;
	float:none !important;
	padding:0 !important;
}

}/*-----------------------------------------------*/
@media screen and (max-width:26em){
/*------------------------------------------------*/
footer .wrap .col3 dl.h_dl { 
	width:100%; 
	float:none;
	padding:0;
}
footer .wrap .col3 { 
	width:100% !important;
	float:none !important;
	padding:0 !important;
}
footer .wrap .col3 dt{font-size: .87em;}
.footer_wtitter  dl dd{ height:300px; overflow:auto; }

	
}/*------------------------------------------------*/
	
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

top_main

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.pickup { padding-bottom: 30px;}
.other_contents { 
	position: relative;
	padding:0 10px 50px;
	transition: all .3s ease;
}
.other_contents .info_block {
	width: 100%;
	border: 1px solid #fff;
	margin: 0;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.2);
	transition: all .3s ease;
}
.other_contents .info_block .info_img {
	position: relative;
	overflow: hidden;
}
.other_contents .info_block .info_img .info_img_inner{
	position: relative;
	transform: scale(1.1);
	transition: all .3s ease;
}
.other_contents .info_block:hover .info_img .info_img_inner{
	transform: scale(1);
}
.other_contents .info_block:hover .info_img_extra .info_img_ex{
	transform: translateY(-30px) scale(1.1);
}
.other_contents .info_block .info_content {
	background: #fff;
	position: relative;
	padding: 10px;
}
.other_contents .info_block .info_content:before {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	top:-2px;
	left:calc(50% - 5px);
}
.other_contents .info_block .info_content h3 {
	font-size: .87em;
	font-weight: 800;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.other_contents .info_block .info_content h3+p {
	font-size: .6em;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
}
.other_contents:hover .info_block .info_img .info_img_inner {
	transform: scale(1);
	filter:brightness(60%);
}
.other_contents .info_block .info_img:after {
	content: '\f105';
    display: block;
    font-family: FontAwesome;
	position: absolute;
	top:50%;
	z-index: 90;
	width:100%;
	text-align: center;
	font-size: 2em;
	color:#fff;
	letter-spacing: 0;
	opacity: 0;
	transform: translateY(-50%) rotate(0.0001deg);
	transition: all .5s ease;
}
.other_contents:hover .info_block .info_img:after {
	opacity: 1;
}

/*------------------------------------------------*/
@media screen and (max-width:64em){
/*------------------------------------------------*/
.other_contents { padding:0 10px 20px; }
.content_bottom { padding-bottom: 50px !important;}
	
}/*-----------------------------------------------*/
@media screen and (max-width:26em){
/*------------------------------------------------*/
.other_contents { 
	padding:0 0 20px;
}
.pickup {
    padding-bottom: 30px;
}
	
	
}/*------------------------------------------------*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

side

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
aside { padding:0 !important;}
aside .info_block {
	width: 100%;
	border: 1px solid #fff;
	margin: 0 0 26px 0;
}
aside .info_block .info_img {
	position: relative;
	overflow: hidden;
}
aside .info_block .info_img .info_img_inner{
	transform: scale(1.1) translateY(-18%);
	transition: all .3s ease;
}
aside .info_block:hover .info_img .info_img_inner{
	transform: scale(1) translateY(-18%);
}
/*aside .info_block_mt { margin-top: 30px;} 
aside .info_block .info_img_extra {
	position: relative;
	height: 120px;
}
aside .info_block .info_img_extra .info_img_ex{
	transform: translateY(-20px) scale(0.95);
	transition: all .3s ease;
	position: relative;
	z-index: 99:
}
aside .info_block:hover .info_img_extra .info_img_ex{
	transform: translateY(-30px) scale(1.1);
}*/
aside .info_block .info_content {
	background: #fff;
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	padding: 15px 20px;
}
aside .info_block .info_content .alw{
	position: absolute;
    overflow: hidden;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 30px;
    height: 50px;
}
aside .info_block .info_content .alw .alw_content {
	position: relative;
	display: block;
	height: 50px;
}
aside .info_block .info_content .alw .alw_content:before {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left:-1em;
	content: '\f105\f105';
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 5px;
    font-weight: normal;
	letter-spacing: 30px;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: all .5s ease;
}
aside .info_block .info_content .alw .alw_content_out:before{
	content: '\f08e\f08e';
	padding-right: 5px;
	left:-2.3em;
    font-weight: normal;
	letter-spacing: 30px;
    font-size: 20px;
}
aside .info_block:hover .info_content .alw .alw_content:before {
	left:.4em;
	color:darkorange;
}
aside .info_block .info_content:before {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	top:-5px;
	left:10%;
}
aside .info_block .info_content h3 {
	font-size: .9em;
	font-weight: 800;
	line-height: 1.4em;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
aside .info_block .info_content h3+p {
	font-size: .625em;
	font-weight: 700;
	margin: 0;
}
.banner {
	position: relative;
	width: 100%;
	background: #fff;
	border: 5px solid #fff;
	margin: 0 0 20px 0;
	transition: all .5s ease;
	overflow: hidden;
	}
.banner .upright_logo {
	position: absolute;
	width: 90%;
	top:30%;
	left:0;
	z-index: 99;
	transition: all .5s ease;
}
.banner:hover .banner_inner { 
	transform: scale(1.1);
	transition: all .5s ease;
}
aside .prbanner { 
	border: 1px solid #fff;
	transition: all .3s ease;
	margin: 0 0 20px 0;
}
aside .prbanner:hover { 
	opacity: .9;
}

.mag_category  {
	margin:0 0 50px;
}
/*.mag_category ul { border-top:1px solid rgba(138, 109, 59, 0.5);}*/
.mag_category ul li.cat-item {
	font-size:1em;
	/*border-bottom:1px solid  rgba(138, 109, 59, 0.5);*/
	padding:5px 10px;
}
.mag_category ul li.cat-item a { position:relative;}
.mag_category ul li.cat-item a:before {
	content: '\f105';
	display: inline-block;
	position: relative;
	padding:0;
	font-family: FontAwesome;
    font-weight: 800;
    font-size: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: all .2s ease;
	opacity:0;
	transform:scalex(0);
}
.mag_category ul li.cat-item a:hover:before{
		opacity:1;
		padding:0 10px;
		transform:scalex(1);
}
nav.navigation .nav-links .nav-next, 
.nav-previous a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
    outline: medium none;
}
aside ul li a { 
	font-size:1em; 
	font-weight:800;
}

/*------------------------------------------------*/
@media screen and (max-width:64em){
/*------------------------------------------------*/
aside .info_block,
aside .banner,
aside .prbanner{
	width: calc(50% - 20px);
	float: left;
	border: 1px solid #fff;
	margin: 0 10px 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
	}
aside .prbanner:last-child { float:right !important;}
aside .info_block:before {
    content:"";
    display: block;
    padding-top: 64.4%;
}
aside .info_block .info_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
aside .info_block .info_img .info_img_inner,
aside .info_block:hover .info_img .info_img_inner {
	transform: scale(1);
}

}/*-----------------------------------------------*/
@media screen and (max-width:42em){
/*------------------------------------------------*/
aside .info_block,
aside .banner,
aside .prbanner{
	width: 100%;
	float: none;
	border: 1px solid #fff;
	margin: 0 0 30px;
	padding: 0;
}
aside .info_block:before {
    display: none;
}
aside .info_block .info_img {
    position:relative;
}
	
}/*-----------------------------------------------*/
@media screen and (max-width:26em){
/*------------------------------------------------*/
aside .info_block .info_content h3 {font-size: .87em;}
aside .info_block .info_img { padding-bottom: 60px;}
	
}/*------------------------------------------------*/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

post single

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.wrap_post {
    width: 90%;
    max-width: 70em;
    margin: 50px auto;
    padding:0;
	background: #fff;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.2);
	position: relative;
	text-align: justify;
	text-shadow: 0 0 0 grey;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
	animation: fadein .8s ease;
}
.wrap_post article .post_content > .part:first-child {
	padding: 0 15% 40px;
}
.emphasis {
  text-emphasis: dot #000;
  -webkit-text-emphasis: dot #000;
}
	
@keyframes fadein {
	0% { transform:translatey(50px); opacity:0; }
	100% { transform:translatey(0); opacity:1;}
}
.wrap_post a{ color:#da6e37;}
.wrap_post a.striking { color:#da6e37; transition:.2s;}
.wrap_post a.striking:hover { text-decoration:underline;}
.wrap_col1 {
	width: 90%;
    max-width: 70em;
    margin: 50px auto;
    padding:0;
}
.wrap_post article { 
	position: relative;
	padding-bottom: 50px;
}
.wrap_post article .category {
	display:inline-block;
	font-size: .75em;
	padding:0 0 10px 0;
	color: #666;
}
.post_header .category {
	display:inline-block;
}
.post_header .category ul.post-categories {
	display:inline-block;
	padding:0 0 0 5px;
}
.wrap_post article .category a:hover {text-decoration: underline;}
.wrap_post .post_header { padding: 60px 15% 60px; }
.wrap_post .post_header .tags ul { padding: 20px 0 0 0;}
.wrap_post .post_header .tags ul li {text-indent: 0;}
.wrap_post .post_date {
	font-size: .625em;
	color: #999;
	letter-spacing: 2px;
	text-align: right;
	margin: 0 5%;
	padding: 40px 10px 10px;
	border-bottom: 1px solid #ccc;
}
.wrap_post h1 {
	padding-bottom:30px;
	font-size: 2em;
	line-height: 1.6em;
	font-weight: 800;
}
.wrap_post article h2 {
	font-size: 1.2em;
	font-weight: 800;
	padding: 30px 15% 40px;
	line-height: 1.2em;
}
.wrap_post article h3 {
	font-size: 1.2em;
	font-weight: 600;
	padding: 30px 15% 60px;
	line-height: 1.2em;
}
.parking h3.red{
	padding: 0 5% 30px !important;
}
.parking iframe {
	width: 90%;
	margin: 0 5% 30px;
}
.wrap_post article h4 {
	font-size: 1.1em;
	font-weight: 600;
	padding: 30px 15% 30px;
	line-height: 1.2em;
}
.wrap_post article .service_box h4 {
    font-size: .86em;
    font-weight: 600;
    padding: 20px 0 4px 0;
    line-height: 1.2em;
}
.wrap_post article h2 span,
.wrap_post article h3 span{
	position: relative;
	display: inline-block;
}
.wrap_post article h2 span:after{
	content:'';
	position: absolute;
	bottom:-12px;
	left:0;
	display: block;
	width: 100%;
	height: 5px;
	background: #ccc;
} 
.wrap_post article h2+p.h-under,
.wrap_post article h2+p.h-under{ margin-top:-25px;}
.wrap_post article h3 span:before { 
	content:'';
	position: absolute;
	bottom:-12px;
	left:0;
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.wrap_post article p,
.wrap_post article div.part {
	padding: 0 15% 40px;
	margin: 0;
	line-height: 2.2em;
	font-size: 1.1em;
	letter-spacing: .06em;
	text-shadow: 0 0 0 #ccc; 
	position: relative;
}
.wrap_post article .kntg_imp p::after {
	content: '';
	display: block;
	width:70%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	position: absolute;
	bottom: 20px;
	left: 15%;
}
.wrap_post article .kntg_imp p:last-child::after {
	display: none;
}
.wrap_post article ul.list_col2 {padding:0 !important; margin:0 !important;}
.wrap_post article ul.list_col2 li {
	display:block;
	float:left;
	width:49%;
	padding:0;
	margin:0;
	text-indent: 0;
}
.wrap_post article ul.list_col2 li h3{
	padding:20px 15px 15px !important;
	font-size:1em;
}
.wrap_post article ul.list_col2 li p{
	padding:0 15px 20px !important;
	font-size:.76em;
	text-align:justify;
	line-height:1.6em;
}
.wrap_post article ul.list_col2 li:nth-child(odd) {
	margin-right:2%;
}
.wrap_post article .floatLtext {
	float:left;
	width:60% !important;
	line-height: 2.2em;
	font-size: 1em;
	letter-spacing: .06em;
	text-shadow: 0 0 0 #ccc; 
}
.wrap_post article .floatRimg {
	float:left;
	width:40%;
	font-size: 1.1em;
	letter-spacing: .06em;
	text-shadow: 0 0 0 #ccc; 
}
.wrap_post article .n_img_flL {
	float:left;
	width:50%;
	margin:0 2em 1em 0;
}
.wrap_post article .img { padding:0 5% 50px;}
.wrap_post article .img_wide { padding:0 0 50px;}
.wrap_post article .img_thin { padding:0 10% 50px;}
.wrap_post article .img_natural { padding:0 0 50px; text-align:center;}
.wrap_post article .img_natural img { width:auto !important; max-width:100%; }
.wrap_post article .img+.caption,
.wrap_post article .img_thin+.caption,
.wrap_post article .img_wide+.caption,
.wrap_post article .img_tall+.caption,
.wrap_post article .img_natural+.caption,
.wrap_post article .floatL img+.capiton,
.wrap_post article .part+.caption {
	font-size: .87em;
	text-align: center;
	color: #666;
	margin: -30px 15% 40px;
	line-height:1.4em;
}
.wrap_post article .part+.caption.part {
	padding: 0 15% 40px;
}
.part p {
	padding: 0 0 40px !important;
	font-size: 1em !important;
}
.h2_s,
.h3_s {
    padding-bottom: 16px !important;
}

.text_right { text-align:right;}
.wrap_post p.disc {
	padding: 0;
	font-size: .87em;
}
.page_col2 {
	display: flex;
	gap: 5%;
}
.page_col2_55p{
	width: 55%;
}
.page_col2_45p{
	width: 45%;
}
.page_col2_txt p {
	font-size: 1em !important;
    padding: 0 0 40px !important;
}
.page_col2_txt p:last-child {
    padding: 0 !important;
}
.page_col2 .caption {
	font-size:.875em;
	padding:10px 0 0;
	color: #666;
}
.wrap_post p.h_free {
	padding: 24px 24px 16px;
	font-size: .87em;
	margin-bottom: 24px;
	text-align: center;
	border: 1px solid #c64c0b;
}
.wrap_post p.h_free span{
	color: #c64c0b;
	font-size: 1.4em;
	font-weight: 600;
}
.wrap_post p.h_free a {
	color: #000;
	text-decoration: underline;
}
.wrap_post p.h_free a:hover {
	color: #c64c0b;
}
.wrap_post article dl.post_main {
	padding: 0 15% 30px;
	margin: 0;
	line-height: 2.2em;
}
.wrap_post article dl.post_main dt,
.wrap_post article dl.post_main dd{
	display:block;
	padding-right:1em;
	line-height:1.8em;
	padding-bottom:0.5em;
	font-size: 1.1em;
	letter-spacing: .06em;
	text-shadow: 0 0 0 #ccc; 
}
.wrap_post .sns {
	padding: 20px 5% 0;
}
.wrap_post .sns ul {
	display: block;
	text-align: right;
	padding: 0;
}
.wrap_post .sns ul li{
	display: inline-block;
	font-size: 1.8em;
	padding: 0 15px 0 0;
	text-indent: 0;
 }
.wrap_post .sns ul li a { color:#333;}
.wrap_post .sns ul li a:hover i { transition: .3s;}
.wrap_post .sns ul li a:hover .i_facebook{ color: #3b5998; transform: scale(1.2);}
.wrap_post .sns ul li a:hover .i_twitter{ color: #00acee; transform: scale(1.2);}
.wrap_post .post_content ul {padding: 0 15% .5em;}
.wrap_post .post_content ul li { 
	padding: 0 0 1.5em .5em;
	font-size: 1.1em;
	text-indent: -.5em;
	line-height: 2em;
}
.wrap_post .post_content .p-policy ul li ul{
    padding: 1em 0 0 0 !important;
}
.wrap_post .post_content .p-policy ul li ul li{
    font-size: 1em !important;
}
.wrap_post .post_content .p-policy ul li {
    padding: 0 0 0.8em 0.5em;
    font-size: 1.1em;
    text-indent: -0.5em;
    line-height: 1.8em;
}
.wrap_post .p-policy p {
    padding: 0 15% 20px !important;
}
.wrap_post .post_content ul.nest li { 
	font-weight:700;
	font-size:1.1em;
}
.wrap_post .post_content ul.nest li ul {
	display:block;
	margin:1em 0 0 0;
	padding:0;
}
.wrap_post .post_content ul.nest li ul li { 
	font-weight:400;
	font-size:.875em;
	list-style:circle;
	padding-bottom:1em;
	text-indent:0;
	line-height: 1.6em;
}
.wrap_post .post_content ul.nest li ul li ul li{
    font-size: 1em;
    list-style: disc;
    padding-bottom: 1em;
    text-indent: 0;
    line-height: 1.6em;
}
.wrap_post .post_header .tag ul {padding: 0;}
.wrap_post .post_header .tag ul li {padding: 3px 5px !important;}
.wrap_post .post_header .event_info {     
	margin: 30px 0 0 0;
}
.wrap_post .post_header .event_info dl { 
	margin:0 0 0 10px;
	 padding: 5px 0 5px 40px;
    border-left: 10px solid #ccc;
}
.wrap_post .post_header .event_info dl dt{ 
	display: block;
	float:left;
	width: 7em;
	margin: 0;
	padding: 0 1em 0 0;
	 line-height: 2em;
	font-weight: 800;
}
.wrap_post .post_header .event_info dl dd { 
	display: block;
	float:left;
	width:calc(100% - 7em);
	margin: 0;
	padding: 0 1em 0 0;
	line-height: 2em;
}
.wrap_post  ul.reglar, .wrap_post  ul.dot {
	padding: 1em 0 0;
}
.wrap_post  ul.reglar  li {
	padding: 0 0 1em 3em;
	text-indent:-3em
}
.wrap_post  ul.dot li {
	padding: 0 0 1em 1em;
	text-indent:-1em	
}
.wrap_post .post_header .writer {
	margin: 30px 0 0 0;
	padding:0 0 30px;
	font-size:1em;
}
.wrap_col1 .col3 { width: calc(100% / 3 - 14px);}
.wrap_col1 .col3:first-child { margin: 0 20px 0 0;}
.wrap_col1 .col3:last-child { margin: 0 0 0 20px;}

.post-navigation {
	position: relative;
	margin:  20px 5% 50px;
	border-top: 1px solid #ccc;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
    font-size: .87em;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ccc;
	transition: .3s;
}
.wrap_post .post-navigation .nav-previous,
.wrap_post .post-navigation .nav-next{
    float: none;
    width: 100%;
    font-size: inherit;
    padding-left:0;
    padding-right:0;
    border-right:0;
    background: none;
}
.wrap_post .post-navigation .nav-next a,
.wrap_post .post-navigation .nav-previous a {
    display: block;
    font-size: .87em;
    position: relative;
    width: 100%;
    padding: 1.2em 30px;
    transition: all .3s ease;
    z-index: 99;
}
.post-navigation .nav-next:before,
.post-navigation .nav-previous:before {
	font-family: FontAwesome;
    font-weight: normal;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: calc(50% - 10px);
	transition: .3s;
	z-index: 100;
}
.post-navigation .nav-next:before {content: '\f105'; right:10px;}
.post-navigation .nav-previous:before {content: '\f104'; left: 10px;}
.post-navigation .nav-next a,
.post-navigation .nav-previous a{
	display: block;
	position: relative;
	width: 100%;
	padding:1em 30px;
	text-align: center;
	transition:all .3s ease;
	z-index: 99;
}
.post-navigation .nav-next a:after,
.post-navigation .nav-previous a:after {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transform:  scaleX(0);
	background: #333;
	z-index: -1;
	transition: .2s;
}
.post-navigation .nav-next a:hover:after,
.post-navigation .nav-previous a:hover:after {
	transform: scaleX(1);
}
.post-navigation a:hover {
	color: #fff !important;
}
.post-navigation .nav-previous:hover:before,
.post-navigation .nav-next:hover:before { color:#fff;}

.wrap_post article .portlate_section{
	padding: 20px 15% 40px;
}
.wrap_post article .portlate_section_wide {
	padding: 20px 10% 40px !important;
}
.wrap_post article  .portlate_section .portlate { 
	float: left;
	width: 35%;
	padding-right: 5%;
}
.wrap_post article .portlate_section .portlate .caption {
	font-size:.875em;
	padding:10px 0 0;
	text-align:center;
}
.wrap_post article  .portlate_section .portlate_txt {
	float: left;
	width: 65%;
}
.wrap_post article  .portlate_section .portlate_txt p {
	padding: 0 0 1em !important;
	font-size: 1em;
}
.wrap_post article  .portlate_section .portlate_txt h3 {
	font-size: 1.2em;
	font-weight: 800;
	padding: 0 0 10px 0 !important;
}
.wrap_post article  .portlate_section .portlate_txt h4 {
	font-size: .87em;
	padding: 0 0 30px 0;
	line-height: 1.6em;
}
.wrap_post article .book_section{
	margin: 0 15% 40px;
	padding:30px;
	border:1px solid #ccc;
}
.wrap_post article .book_section .bookimg { 
	float: left;
	width: 30%;
	padding-right: 5%;
}
.wrap_post article .book_section .book_txt {
	float: left;
	width: 70%;
}
.wrap_post article .book_section .book_txt p {
	padding: 0;
	font-size: .87em;
	line-height:2em !important;
}
.wrap_post article .book_section .book_txt h3 {
	font-size: 1.2em;
	font-weight: 800;
	padding: 0 0 10px 0;
	line-height:1.4em;
}
.wrap_post article .book_section .book_txt h4 {
	font-size: .87em;
	padding: 0 0 30px 0;
}
.post_content_bottom .other_contents .banner { width:96%; margin:0 auto;}
article.postSingle { border-bottom: 0;}

article.postSingle .nomargin {
    text-align: center;
    padding: 0 0 10px !important;
    font-weight: 800;
}
a.button_s {
	display:block;
	padding-top:1em;
}
a.button_strong {
	background: #c64d09;
    padding: 32px 24px;
	margin-bottom:32px;
    font-size: 1em;
    font-weight: bold;
}
a.line {
	background: #06C755 !important;
}
a.line:hover {
	filter: brightness(1.1);
}
a.button_strong:hover {
	background:#dc6d2e;
}
.event_form { 
	border:1px solid #cfcfcf;
	margin:0 15%;
	padding:80px 50px 30px;
	border-radius:5px;
}
.event_form p{
	font-size:1em !important;
	padding:0 10% 30px !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    padding: 20px;
    text-align: center;
    color: #fff;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background: #f7e700;
    text-align: center;
    padding: 20px;
}

.datatitle {
	display: inline-block;
    padding: 3px 10px;
    margin-right: 1em;
    background: #999;
    font-size:.85em;
    color: #fff;
    border-radius: 3px;
    min-width: 4em;
    text-align: center;
}
.list_sec p { padding-bottom:30px !important;}

.floatL { 
 float:left;
 width:50%;
 padding-right:3em;
 padding-bottom:1em;
 }
 .floatR { 
 float:right;
 padding-left:3em;
 padding-bottom:1em;
 width:50%;
 }
.floatR_mini {
    margin-right: 15%;
    width: 26%;
}
.floatR_36 {
    margin-right: 15%;
    width: 36%;
    margin-top: 1em;
}
.floatR img:not(:last-child),
.floatL img:not(:last-child){
	margin-bottom: 16px;
}
.caption_f {
	font-size:.87em;
	padding:10px 0 40px;
}
.floatR .caption,
.floatL .caption {
	font-size: .87em;
    line-height: 1.4em;
    margin: -8px 0 8px;
}
 .wrap_post article .caption2 {
	display:block;
	padding: 10px 0 0; 
	font-size:.76em;
	text-align:center;
}
.wrap_post article .part dl { 
	display:block;
	margin-bottom:20px !important;
}
.wrap_post article .part dl.seigo {
    display: flex;
    margin-bottom: 20px !important;
}
.wrap_post article .part dl.seigo dt{
	float:none;
	width:9em;
}
.wrap_post article .part dl.seigo dd{
	float:none;
	width:calc( 100% - 9em);
	padding-left:1em;
}
.wrap_post article .part dl.seigo dd span{
	display:inline-block;
}
.wrap_post article .part dl dt{
	float:left;
   display:block;
	width:5em;
}
.wrap_post article .part dl dd{
	float:left;
   display:block;
	width:calc( 100% - 5em);
}
.wrap_post article .part dl dd p {
    padding: 0;
    margin: 0 0 1em 0;
    line-height: 2em;
    font-size: 1em;
   }
 .page-links {
    clear: both;
    font-size: 18px;
    margin: 0 0 50px;
    text-align: center;
}
 .page-links span, .page-links a  {
 	display:inline-block;
 	padding:7px 10px;
 	margin:0;
 }
.page-links a span {
 	display:inline-block;
 	padding:0;
 	margin:0;
 	transition:.5s;
 }
 .page-links a:hover {
 	background:#000;
 	color:#fff;
 	border:1px solid #000;
 }
 .page-links > a {
    border: 1px solid #ccc;
   }
ul.nextpage { 
	margin:30px 0; 
	position:relative;
	padding: 0 !important;
	text-align:center;
}
ul.nextpage::after { 
	content:''; 
	display:block; 
	width:1px; 
	height:100%; 
	background:#ccc;
	position:absolute; 
	left:50%; 
	top:0;
}
ul.nextpage li { 
  	display:inline-block;
  	padding:0 !important;
  text-indent: 0 !important;
  	color:#ccc;
  	transition:.5s;
  	width:unset;
  	text-align:left;
  }
ul.nextpage li:first-child {
    	text-align:right;
  }
  
ul.nextpage li a,
ul.nextpage li span {
    	display:block;
    	padding:20px;
   }
ul.nextpage li:first-child span:before, 
ul.nextpage li:first-child a:before{
    content: '\f104';
    font-family: FontAwesome;
    display:inline-block;
    padding-right: 10px;
    transition: .3s;
     text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.nextpage li:first-child span:hover:before, 
ul.nextpage li:first-child a:hover:before {
    padding-right: 15px;
}
ul.nextpage li:nth-child(2) span:after, 
ul.nextpage li:nth-child(2) a:after{
    content: '\f105';
    font-family: FontAwesome;
    display:inline-block;
    padding-left: 10px;
    transition: .3s;
     text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.nextpage li:nth-child(2) span:hover:after, 
ul.nextpage li:nth-child(2) a:hover:after {
	padding-left:15px;
}

.half .left {
	float:left;
	width:50%;
	padding-right:1%;
	padding-left:5%;
	position:relative;
}
.half .right {
	float:right;
	width:50%;
	padding-right:5%;
	padding-left:1%;
	position:relative;
}
.part_half .leftbox {
	float:left;
	width:50%;
	padding-right:1%;
	padding-left:0;
	position:relative;
}
p.half_p {
	 padding: 0 !important;
    margin: 0;
    line-height: 2.2em;
    font-size: 1em !important;
    letter-spacing: .06em;
    text-shadow: 0 0 0 #ccc;
}
div.half_caption {
	font-size: .76em;
    text-align: center;
    color: #666;
    margin: 5px auto 0;
    padding: 0;
    line-height: 1.4em;
}
.part_half .rightbox {
	float:right;
	width:50%;
	padding-right:0;
	padding-left:1%;
	position:relative;
}
.half2 .left {
	float:right;
	width:50%;
	padding-right:1%;
	padding-left:5%;
	position:relative;
}
.half2 .right {
	float:left;
	width:50%;
	padding-right:5%;
	padding-left:1%;
	position:relative;
}
.half .left .p,
.half .right .p,
.half2 .left .p,
.half2 .right .p,
.center_cap .p  {
	padding: 2em 0 0 0 !important;
    margin: 0;
    line-height: 1.8em;
    font-size: .9em !important;
    color:#333;
    text-align:left;
}
.center_cap {
	width:70%;
	margin:0  auto;
}
.p_bq {
	font-style: italic !important;
	width: 92%;
    margin: 0 auto !important;
}
.p_i {
	font-style: italic !important;
}
.img_right {
	  float: right;
    width: 40%;
    padding-right: 15%;
    padding-left: 3%;
}
.p_bq_caption {
 text-align:right !important;
font-size:.875em !important;
}

ul.img_c3 { display:block;}
ul.img_c3 li { 
	display:block;
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
}
ul.img_c3 li:nth-child(3n) {
	margin-right:0;
}
.exbr { 
	display:block;
	padding-top:1em;
	line-height: 2.2em;
    font-size: 1em;
    letter-spacing: .06em;
    text-shadow: 0 0 0 #ccc;
}
 ul.listimg{ display:block; margin:0; padding: 36px 0 !important;}
 ul.listimg li{ display:block; width:50%; padding:1px !important; float:left; text-indent:0 !important; }
article .h3_s {
    font-size: 1.1em !important;
    padding: 0 15% 1em !important;
    line-height: 1.2em;
}
article .h3_s span{
	font-size:.76em !important;
	font-weight:400 !important;
}
article .h3_s span:before {
	display:none !important;
}
.iv {
	font-weight:700;
}
.ex_header{
padding: 0 0 40px !important;
line-height: 1.8em !important;
}
.ex_h2 {
	font-size: 2em !important;
}
.ex_h2 div {
	display:inline-block;
	line-height: 1.4em;
}
ul.post_list_col3 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:40px;
}
ul.post_list_col3 li {
	width:30%;
	padding: 0 !important;
   text-indent: 0 !important;
}
ul.post_list_col3 li h4{
    font-size: .875em;
    padding: 20px 0;
    text-align: center;
}
ul.post_list_col3 li p{
	font-size: .874em;
    padding: 0;
    text-align: justify;
    text-indent: 0;
    line-height: 1.8em;
}
.post_col2_txtL60-imgR30 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex_reverse {
	flex-direction:row-reverse;
}
.post_col2_txtL60-imgR30 .txt60{
	width:60%;
}
.post_col2_txtL60-imgR30 .img32{
	width:32%;
}
.post_col2 h4 {
    padding: 0 0 30px !important;
}
.post_col2 p{
    padding: 0 0 30px !important;
    font-size: 1em !important;
}
.page_col3 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.page_col3 li {
	width: calc((100% - 16px) / 3);
	padding: 0 !important;
	text-indent: 0 !important;
}
.page_col3 li span{
	display: block;
	font-size: .875em;
	margin: 8px 0 0;
	text-align: center;
}
.post_box {
    border: 2px solid #c64d0c;
    padding: 20px;
    margin-left: 50%;
}
.post_box h2 {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.post_box p:last-child {
	padding-bottom:0 !important;
}
/*------------------------------------------------*/
@media screen and (max-width:64em){
/*------------------------------------------------*/
.wrap_post .post_header { padding: 60px 10% 60px; }
.wrap_post article h2 {
	padding: 40px 10%;
	line-height: 1.2em;
}
.wrap_post article .part+.caption.part {
	padding: 0 10% 24px;
}
.wrap_post .post_content ul {padding: 0 10% .5em;}
.wrap_post article p,
.wrap_post article div.part{padding: 0 10% 24px;}
.wrap_post article .img+.caption,
.wrap_post article .img_thin+.caption,
.wrap_post article .img_wide+.caption,
.wrap_post article .img_natural+.caption,
.wrap_post article .part+.caption {
	margin: -16px 10% 32px;
}
.wrap_post article .kntg_imp p::after {
	width:80%;
	bottom: 12px;
	left: 10%;
}
.img_right {
    padding-right: 10%;
}
.wrap_post article .portlate_section {padding: 20px 10% 40px;}
.wrap_post article .book_section{margin: 0 10% 40px;}
.event_form { 
	border:1px solid #cfcfcf;
	margin:0 10%;
	padding:50px 10px 0;
	border-radius:5px;
}
.event_form p{
	font-size:.87em !important;
	padding:0 5% 30px !important;
}
.floatR_mini {
    float: none;
    width: 40%;
    margin: 1em auto;
    padding-left: 0;
}
.floatR_36,.floatR_tall {
    float: none;
    width: 60%;
    margin: 1em auto;
    padding-left: 0;
	padding-right: 0;
}
.ex_h2 div {
	display:inline;
}
.wrap_post .p-policy h2 {
    padding: 20px 10% ;
}
.page_col3 li {
	width: calc((100% - 8px) / 2);
}
.post_box {
    margin-left: 0;
}
	
}/*-----------------------------------------------*/
@media screen and (max-width:48em){
/*------------------------------------------------*/
.wrap_post .post_header .event_info dl{ font-size: .87em;}
.wrap_post .post_content .p-policy ul li {
    font-size: 1em;
}
.wrap_post .p-policy p {
    padding: 0 10% 20px !important;
}
.wrap_post article p {font-size:1em;}
.post_related .posts { width:100%; float: none; margin-bottom: 10px;}
.post_related .posts:after { display: none;}
.post_related .posts .post_img {display: none;}
.post_related .posts .post_info { margin: 0;}
.wrap_col1 .col3 { width:100%;}
.wrap_col1 .col3:first-child { margin: 0 0 10px 0;}
.wrap_col1 .col3:last-child { margin: 0 0 15px 0;}
.wrap_post article .portlate_section .portlate_txt h3, 
	.wrap_post article .book_section .book_txt h3{font-size: 1.1em;}
.posts:hover .post_info .post_info_inner h3 {text-overflow:ellipsis;}
.posts:hover .post_info .post_info_inner h3 a {animation:none;}
.wrap_col1 {
    width: 90%;
    max-width: 70em;
    margin: 50px auto 0;
    padding: 0;
	}
.wrap_post article dl.post_main {
    padding: 0 8% 20px;
    margin: 0;
    line-height: 2.2em;
}
.wrap_post article dl.post_main dt, .wrap_post article dl.post_main dd {
    font-size: .87em;
    }
    
.half  .left,
.half  .right,
.half2  .left,
.half2  .right  {
	float:none;
	width:100%;
	padding-right:0;
	padding-left:0;
}
ul.img_c3 li { 
	display:block;
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
ul.img_c3 li:nth-child(2n) {
	margin-right:0;
}
.ex_h2 div {
	display:inline;
}
	ul.post_list_col3 {
		margin-bottom:0;
	}
ul.post_list_col3 li {
	width:100%;
	padding: 0 !important;
   text-indent: 0 !important;
	margin-bottom:20px;
}
ul.post_list_col3 li img{
	width:33%;
	margin:0 5% 0 0;
	float:left;
   text-indent: 0 !important;
}
ul.post_list_col3 li h4{
    font-size: 1em;
    padding: 0 0 20px;
    text-align: left;
}
.page_col2 {
	flex-wrap: wrap;
	flex-direction: column-reverse;
	gap: 24px;
}
.page_col2_55p,
.page_col2_45p{
	width: 100%;
}
.page_col2_txt p {
	font-size: 1em !important;
    padding: 0 0 24px !important;
}
.page_col2_txt p:last-child {
    padding: 0 !important;
}
.page_col2 .caption {
	font-size:.87em;
	text-align: center;
}
.part p,
.post_box p {
	font-size: .87em !important;
}
}/*-----------------------------------------------*/
@media screen and (max-width:26em){
/*------------------------------------------------*/
.header_inner .logo {width: 30%;}
.wrap_post article {padding-bottom: 10px;}
.wrap_post { width: 96%; margin: 10px auto;}
.wrap_post .post_date {padding: 20px 10px 10px;}
.wrap_post .post_header { padding: 10px 8% 30px; }
.wrap_post h1 {
    padding-bottom: 20px;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 800;
}
.wrap_post .post_header .event_info {
    margin: 30px 0 0 0;
}
.wrap_post .post_header .event_info dl  { 
	margin:0;
	display:block;
	 padding: 5px 0 5px 15px;
    border-left: 5px solid #ccc;
	 font-size:.76em !important;
}
.wrap_post .post_header .event_info dl dt{ width:6em;}
.wrap_post article h2 {
	padding: 30px 8% 20px;
	line-height: 1.4em;
	font-size: 1em;
}
.wrap_post .post_header .event_info dl dd { 
	text-align:left;
}
.wrap_post article .img {padding: 0 3% 20px;}
.wrap_post article .img+.caption, .wrap_post article .img_wide+.caption, .wrap_post article .img_natural+.caption {
	margin: -10px 3% 0; 
	font-size:.76em;
}
.wrap_post article p,
.exbr,
.wrap_post article div.part{padding: 0 8% 20px; font-size: .87em;}
.wpcf7-recaptcha { padding:0 8% 30px;}
.img_right {
    padding-right:8%;
}
.wrap_post article .portlate_section{padding: 0 2% 40px;}
.wrap_post article .book_section { padding:20px; margin:0 8% 20px;}
.wrap_post article .portlate_section .portlate_txt h3, 
.wrap_post article .book_section .book_txt h3{font-size: 1em; padding: 0 8% .5em !important;}
.wrap_post article .portlate_section .portlate_txt p {font-size: .87em; padding: 0px 8% !important;}
.wrap_post article .portlate_section .portlate, 
.wrap_post article .book_section .bookimg {
		float:none;
		width: 100%;
		padding: 20px 20% 40px;
}
	.wrap_post article .portlate_section .portlate_txt h4 {
    font-size: .87em;
    padding: 5px 8% 30px 8%;
    line-height: 1.6em;
}
.post_box {
	border:2px solid #ccc;
	padding: 24px;
}
.wrap_post article .floatLtext,
.wrap_post article .floatRimg {
	float:none;
	width:100% !important;
}
.mov_part {
	padding-left: 8% !important;
	padding-right: 8% !important;
}
.wrap_post article .floatLtext {
	padding:0 0 2em 0;
}
.wrap_post article .portlate_section .portlate_txt {
    float: none;
    width: 100%;
}
.wrap_post article .floatR,
.wrap_post article .floatL,
.wrap_post article .portlate_section .portlate_txt,
.wrap_post article .book_section .book_txt {
    float: none;
    width: 100%;
	padding:0;
	margin-bottom:20px;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {font-size: .76em;}
.wrap_post .post_header .writer {     
	font-size:.87em !important;
}
.wrap_post article h3 {font-size:.87em;}
.wrap_post .post_content ul li { 
	font-size: .87em;
	line-height:2em;
}
.wrap_post .post_content .p-policy ul li {
    font-size: .87em;
}
.img_right {
	  float: right;
    width: 50%;
    padding-right: 10%;
    padding-left: 3%;
}
.p_bq_caption {
font-size:.87em !important;
}
ul.img_c3 li { 
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.ttng { width:80%; margin-left:auto; margin-right:auto;}
.wrap_post article ul.list_col2 li {
	float:none;
	width:100%;
}
.wrap_post article ul.list_col2 li h3,.wrap_post article ul.list_col2 li p { font-size:1.2em;}

.part_half .leftbox,.part_half .rightbox {
	float:none;
	width:100%;
	padding-right:0;
	padding-left:0;
	position:relative;
}
.part_half div:first-child {padding-bottom:20px;}
p.half_p {
	 padding: 0 !important;
    margin: 0;
    line-height: 2.2em;
    font-size: 1em !important;
    letter-spacing: .06em;
    text-shadow: 0 0 0 #ccc;
}
 ul.listimg{ padding: 0 !important;}
article .h3_s {
	font-size:1em !important;
    padding: 20px 10% 1em !important;
}
.wrap_post .post_content ul.nest li { 
	font-size:.87em;
}
.portlate_txt h3 + p {
		padding-top:10px;
}
.wrap_post article .n_img_flL {
	float:none;
	width:100%;
	margin:0 0 1em 0;
}
.floatR_mini {
    width: 100%;
    padding: 0 15% !important;
}
.ex_h2 {
	font-size: 1.4em !important;
   width: 100%;
}
.wrap_post article .part dl.seigo {
    flex-wrap:wrap;
}
.wrap_post article .part dl.seigo dt{
	width:100%;
}
.wrap_post article .part dl.seigo dd{
	width:100%;
	padding-left:0;
	text-align: left;
}
.caption_f {
    font-size: .87em;
    padding: 10px 0 0;
}
	ul.post_list_col3 {
		margin-bottom:0;
	}
ul.post_list_col3 li {
	width:100%;
	padding: 0 !important;
   text-indent: 0 !important;
	margin-bottom:20px;
}
ul.post_list_col3 li img{
	width:33%;
	margin:0 5% 0 0;
	float:left;
   text-indent: 0 !important;
}
ul.post_list_col3 li h4{
    font-size: 1em !important;
    padding: 0 0 20px !important;
    text-align: left;
}
.post_col2_txtL60-imgR30 .txt60,
.post_col2_txtL60-imgR30 .img32{
	width:100%;
}
.wrap_post article h4 {
    font-size: 1em;
    font-weight: 600;
    padding: 30px 8% 30px;
    line-height: 1.4em;
}
a.button_strong {
    padding: 24px;
}
.wrap_post p.h_free span{
	font-size: 1.1em;
}
.wrap_post p.h_free {
    padding: 16px 16px 14px;
}
.page_col2_txt p {
	font-size: 1em !important;
}
.page_col2 .caption {
	font-size:.87em;
}
}/*-----------------------------------------------*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

 page

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.kids_gc {
	margin:40px 15%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
	padding: 24px;
    border: 2px dashed #e5b139;
    border-radius: 8px;
}
.kids_gc div:first-child{
	width: 300px;
}
.kids_gc div:last-child{
	width: calc(100% - 332px);
	font-size: 1.1em;
	line-height: 2em;
	text-align: justify;
}
.page_en { 
	color:#c64c0b !important;
	letter-spacing:2px;
	font-family: "メイリオ", "Meiryo", sans-serif !important;
	font-weight:800;
}
.page h1 { font-size:2.4em !important; font-family: "メイリオ", "Meiryo", sans-serif !important;}

.fL { float:left; width:60%; 
	line-height: 2.2em;
	padding:0 0 0 0;
    font-size: 1em !important;
    letter-spacing: .06em;
    text-shadow: 0 0 0 #ccc;
}
.fR { float:right; width:40%; }
h3.small { font-size: 1em !important; padding:0 !important; margin:0 0 10px 0; }

/* company  .............................................*/

.company dl  { 
	width:100%; 
	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.company dl dt { 
	display:block !important;
	float:left !important;
	width:22% !important;
	font-size:.76em !important;
}
.company dl dd { 
	display:block;
	float:right !important;
	width:77% !important;
	font-size:.76em !important;
}
.company dl dd ul{ 
	padding:0 !important;
}
.company dl dd ul li{
	  padding: 0 0 .5em 1em !important;
    text-indent: -1em;
    line-height: 1.5em;
}

.parking { border:1px solid #f3d99c; padding:0; border-radius:5px; background:#feffea; margin:0 15% 20px;}
.parking p {padding: 0 5% 40px !important;}
.parking h3 { font-size: 1.2em; font-weight: 600; padding: 30px 5% 30px !important; line-height: 1.2em;}

/* service  .............................................*/
.innerlist ul li{
	display:inline-block;
	padding:20px 0 0 0;
	font-size:.86em;
}
.innerlist ul li:after{
	content:'/';
	display:inline-block;
	padding:0 1em;
}
.innerlist ul li:last-child:after { display:none;}
.headline h2 {
	font-size: 1.4em !important;
   padding: 30px 0 40px !important;
}
.headline .site { 
	padding:0 0 20px !important;
	font-size:1em !important;
}
.headline .url { 
	padding:0 !important;
	font-size:.76em !important;
}
.rowgallay .col3{
	padding:0 10px 20px; 
}
.goods h4 { 
	padding:20px 0 5px;
	font-size:.86em;
	font-weight:800;
	line-height:1.6em;
	text-align: start;
}
.goods h4+span { 
	padding:0 0 20px;
	display:block;
	font-size:.76em;
	line-height:1.6em;
}
.goods p {
	font-size:.76em !important;
	line-height:1.6em !important;
	padding:20px 0 0 0 !important;
	border-top:1px solid #ccc;
}
.service_box { 
	border:1px solid #ccc;
	padding:50px 0 0;
	margin:0 10% 50px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
}
.service_img { 
	width:70%;
	margin:0 auto;
	padding-bottom:40px;
}

/* book  .............................................*/

.book h2 { font-size:1.4em !important;}
.book h2,
.book h3,
.book p { padding: 0 10% 40px !important;}

.book dl.accordion { 
	padding:0 !important; 
	margin:0 10% !important;
}
.book dl.accordion dt {
    display:block;
	padding:10px 0;
    position:relative;
    width:100%;
    border-top:#ccc 1px solid;
    cursor:pointer;
}
.book dl.accordion dt.open {border-bottom:#ccc 1px solid;}
.book dl.accordion dt h3 { 
	padding:5px 0 5px 30px !important; 
	margin-bottom:0 !important; 
	font-size:1.1em;
	font-weight:300;
}
.book dl.accordion dt .basedata { 
	font-size:.87em; 
	padding:0 0 0 30px;
	font-weight: 300;
}
.book dl.accordion dt>.bookclose {
   position:absolute; top:15px; left:8px; 
   font-size:1em;
   font-family:"fontello"; 
   opacity:1;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.book dl.accordion dt>.bookopen {
   position:absolute; 
	top:15px;
	left:8px; 
   font-size:1em;
   font-family:"fontello";
   opacity:0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.book dl.accordion dt.open>.bookclose {opacity:0;}
.book dl.accordion dt.open>.bookopen {opacity:1;}
.book .accordion dt:hover { background:#efefef;}
.book dl.accordion dd {       
      position:relative;
      padding:20px 0 !important;
      margin:0 !important;
      display:none;
}
.book .accordion dd .book{
    float:left;
    width:25%;
}
.book .accordion dd .detail{
    float:left;
    width:75%;
    padding:0 0 0 30px;
}
.book .accordion dd .detail p { 
	padding:0 1em 10px 2em !important; 
	margin:0 !important; 
	font-size:1em;
}
.book .accordion dd .detail .button2 {
	text-align:center !important; 
	position:absolute; 
	bottom:20px; 
	right:0;
}
.book dl.last { 
	border-bottom:#ccc 1px solid; 
	margin-bottom: 80px !important;
}
.book .booklistClm { 
	padding:40px 4% !important; 
	margin:0 10% !important; 
	border:0; 
	background:#f5f5f5;
	font-size:1em;
}
.book .booklistClm h3{ padding:0 0 20px;}
.book .booklistClm p {
	margin:20px 0 0 0 !important; 
	padding:0 !important; 
	font-size:.87em;
}
.right { text-align:right;}
.book dl.accordion dt.open {
    border-bottom: 0 !important;
}

@font-face {
      font-family: 'fontello';
      src: url('/wp-content/themes/tecblogger/fonts/fontello.eot?7219177');
      src: url('/wp-content/themes/tecblogger/fonts/fontello.eot?7219177#iefix') format('embedded-opentype'),
           url('/wp-content/themes/tecblogger/fonts/fontello.woff?7219177') format('woff'),
           url('/wp-content/themes/tecblogger/fonts/fontello.ttf?7219177') format('truetype'),
           url('/wp-content/themes/tecblogger/fonts/fontello.svg?7219177#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.book_icon { font-family:"fontello"; padding-right:10px;}
.monored { color:#be5f2f;}

.contactform div {
	line-height:2em;
	padding-bottom:30px;
	text-align: start;
	letter-spacing:1px;
}
.wrap_post article .contactform .category {
    display: inline-block;
    font-size: inherit;
    padding: 10px ;
    color: #000;
	 height: 2.4em;
}
.contactform div.contact_f { padding:0 !important; text-align:left !important;}
.contactform div.contact_f .wpcf7-select { padding:10px 1em !important; height:50px;}
.contactform div.contact_f span.f_title { font-weight:700; font-size:1em;}

ul.col2_img {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px 0;
}
ul.col2_img li {
	width:49.5%;
	margin-bottom:10px;
	padding:0 !important;
	text-indent:0 !important;
}
ul.col2_img li  span{
	display:block;
	text-align:center;
	font-size:.76em;
	padding:10px;
}


/*rentalspace  .............................................*/

.center_s { text-align:center; padding:0 0 50px !important;}
.font_s { font-size:.9em !important;}
.rentalspace dl dt,
.rentalspace dl dd { 
	display: block !important;
    float: none !important;
    padding-right: 1em;
    line-height: 2em;
    width: auto !important;
}
.rentalspace a,
.access a,
.ccj a { color:#be5f2f;}

.resv {
    text-align: center;
    padding: 20px 0 15px;
    margin: 0;
    background: #eee;
    border-radius: 0;
}
.resv a { 
	padding-bottom: 10px;
   display: inline-block;
}

.access .contactform { padding-top:0;}

.crn {
  padding: 20px 5% 40px;
  background: #efefef;
  border-radius: 5px;
 }
 .crn h2 {
  text-align: center;
	font-size:1.4em;
 }
.crn p {
	padding: 0 0 40px !important;
   font-size: 1em !important;
   line-height: 2em !important;
}
 .crn ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 !important;
 }
 .crn ul li {
	padding: 0 2%!important;
   box-sizing: border-box;
   list-style: none;
   text-indent: 0 !important;
 }
 .crn ul li div {
  text-align: center;
  margin: 10px 0 0;
	font-size:.76em;
 }
 .crn ul li img {
  width: 100%;
 }
 
 /* repair  .............................................*/
  .price_rep {
  	display:flex;
  	flex-wrap:wrap;
  	justify-content: space-between;
	padding-bottom: 0 !important;
  }
.rep_kintsugi table + p {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.kntg_h3 {
	padding-bottom: 40px !important;
}
.part_kt_color {
	padding-bottom:0 !important;
}
.part_kt_color dl {
	display:flex !important;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:space-between;
	margin-bottom:16px !important;
}
.part_kt_color dl dt,
.part_kt_color dl dd{
	width:100% !important;
}
.part_kt_color img{
	margin-bottom:32px;
}
.part_kt_color dl dt {
	padding-bottom:8px;
}
.part_kt_color dl dd {
	line-height:1.8em;
}
 .price_rep input {
 	display:none !important;
 }
 .price_rep label.rep_label{
 	position:relative;
 	z-index:1;
 	padding:2px;
 	width:49%;
 	font-size:0;
 	border:1px solid #333;
 	border-bottom:0;
 	border-radius:5px 5px 0 0;
 	transition:.3s;
 	cursor: pointer;
 }
  .price_rep label.rep_label span{
  	display:block;
  	font-size:16px;
  	text-align:center;
  	padding:20px;
  	background:#f5f5f5;
  }
input.rep_price[type="radio"]:checked + .rep_label span{
 background:#fff;
}
input.rep_price[type="radio"]:checked + .rep_label[for="rep_kin"]::after,
input.rep_price[type="radio"]:checked + .rep_label[for="rep_sikki"]::after {
 content:'';
 display:block;
 width:105%;
 height:1px;
 background:#333;
 position:absolute;
 bottom:0;
 left:100%;
}
input.rep_price[type="radio"]:checked + .rep_label[for="rep_sikki"]::after{
left:unset;
right:100%;
}
 .rep_exp {
 	width:100%;
 	position:relative;
 	z-index:2;
 	background:#fff;
 	padding:20px 0 0;
 	transition:.3s;
 }
input.rep_price_1[type="radio"]:checked ~ .rep_kintsugi,
input.rep_price_2[type="radio"]:checked ~ .rep_sikki {
    display: block;
    transform:translateY(0);
}
.rep_exp p {
padding:0 0 1em !important;
font-size:1em  !important;
line-height:1.6em;
}
.rep_exp table {
margin:0 0 20px;
border-top: 1px solid #ccc;
}
.rep_exp table th,
.rep_exp table td {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    font-size:1em;
}
.repeir table tr td {
    text-align: right;
}
.rep_exp table + p {
font-size:.875em !important;
margin-bottom:20px;
}
ul.exp {
    margin: 30px auto;
    padding:0 !important;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
ul.exp li {
    width: 49.5%;
    font-size: .875em !important;
    text-indent:0 !important;
    text-align: center;
    padding:0 0 10px !important;
}
ul.exp2 li {
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
ul.exp2 li div {
	width:49.5%;
}
ul.exp li span{
display:block;
padding:5px 0;
}
ul.exp2 li span{
width:100%;
text-align:center;
padding:10px 0 15px;
}
.repeir .profile {
display:flex;
flex-wrap:wrap;
margin-top:30px !important;
}
.repeir .profile .portlate{
 width:40%;
 padding-right:5%;
 }
 .repeir .profile .prof{
 width:60%;
 padding:0;
 }
 .repeir .profile .prof h3{
 font-size:1em;
 margin:0 0 30px 0;
 padding:0;
 }
 .repeir .profile .prof p{
 font-size:1em;
 margin:0;
 padding:0;
 }
 .repeir .flow {
    padding-top:60px !important;
    padding-bottom:0 !important;
}
 .repeir .flow h2 {
    font-size: 1.2em;
    padding: 0 0 60px;
    margin: 0;
}
 .repeir .flow ol {
    padding: 0 !important;
    margin:0 0 60px;
}
 .repeir .flow ol li {
    padding-bottom: 50px;
    font-size: 1em;
    line-height:1.8em;
    text-align: justify;
    line-height: 1.8em;
}
 .repeir .flow ol li h3{
 	margin:0;
 	padding:0 0 20px 0;
 	font-size:1em;
 }
  .repeir .flow2 {
    background: #f5f5f5;
    padding-top:60px !important;
    padding-bottom:30px !important;
    margin: 0 2% 60px !important;
    border-radius: 5px;
}
 .repeir .flow2 h2 {
    font-size: 1.2em;
    padding: 0 0 60px;
    margin: 0;
    text-align:center;
}
  .repeir .flow2 dl{
    margin:0;
    padding:0 0 20px;
}
  .repeir .flow2 dl dt{
  	width:100% !important;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
    border-bottom:1px solid #ccc;
    font-size:1em;
    float:none !important;
}
  .repeir .flow2 dl dd{
  	width:100% !important;
    margin:0;
    padding:0;
    font-size:1em;
    line-height:1.8em;
    text-align:justify;
    float:none !important;
}
 .repeir .attn {
 	border:1px solid #ccc;
 	padding:50px 5% 20px;
 }
  .repeir .attn h2{
  	padding: 0 0 40px !important;
  	text-align:center;
  }
  .repeir .attn ul{
  	padding:0 !important;
  }
    .repeir .attn ul li{
  	padding: 0 0 1.5em 1em;
    font-size: 1em;
    text-indent: -.5em;
    line-height: 1.8em;
    text-align: justify;
  }
  .repair_select {
  	display:flex;
  	flex-wrap:wrap;
  	justify-content:space-between;
    margin-top: 60px !important;
  }
  .repair_select a {
  	display:flex;
  	position:relative;
  	align-items:end;
  	justify-content:center;
  	width:49.5%;
  	height:250px;
  	border-radius:5px;
  	padding: 216px 0 12px;
  	text-align:center;
  	border: 1px solid #c9c9c9;
  	background:#000;
  	overflow: hidden;
 }
   .repair_select a span{
   	position:relative;
   	z-index:5;
   	font-weight: 700;
    font-size: 1em;
    color:#fff;
   }
  .repair_select a:after{
  	content:'';
   	position:absolute;
   	z-index:1;
   	bottom:45px;
   	width:100%;
   	height: calc(100% - 45px);
   	display:block;
   	background-size:cover;
   	background-position:center;
   	filter: grayscale(.6);
   	transition:.2s;
   }
.repair_select a:hover:after{
    filter: grayscale(0);
}
.repair_select a.re_kin_a:after{
    background-image:url(/wp-content/uploads/2021/12/page_rep_tjk1.jpg);
    }
.repair_select a.re_skk_a:after{
    background-image:url(/wp-content/uploads/2021/12/mt_main2.jpg);
 }


/* Q&A .............................................*/
.qa_block {
	width: 70%;
	margin: 0 auto;
}
.wrap_post .qa_block h2 {
	font-size: 2em;
	font-weight: 600;
	position: relative;
	padding: 30px 0 30px 0;
	margin: 30px 0;
	background: #fff;
	border-bottom: 2px solid #333;
}
.wrap_post .qa_block h2:nth-child(2) {
	margin-top: 0;
	padding-top: 0;
}
.qa_block dl {
	padding: 0;
	margin: 0 0 24px 0;
}
.qa_block dl.last-child {
	padding-bottom: 80px;
}
.qa_block dl dt {
	margin: 0 0 24px 0;
	padding: 16px 32px;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	border-radius: 5px;
	background: #333;
	color: #fff;
	position: relative;
}
.qa_block dl dt::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #333;
	position: absolute;
	transform: rotate(45deg);
	bottom: -3px;
	left: 16px;
	z-index: 1;
}
.qa_block dl dd {
	margin: 0;
	padding: 0 0 32px 0;
	font-size: 1.1em;
	line-height: 2em;
	text-align: justify;
}
.qa_block dl dd a,.qa_index li a {
	text-decoration: underline;
	font-size: 1em;
}
.qa_index li {
	display: block;
	padding: 4px 4px 4px;
	margin-bottom:2px;
}


/*------------------------------------------------*/
@media screen and (max-width: 64em){
/*------------------------------------------------*/
.kids_gc {
	margin:40px 10%;
	gap: 32px;
    border-radius: 8px;
}
.kids_gc div:first-child{
	width: 240px;
}
.kids_gc div:last-child{
	width: calc(100% - 272px);
	font-size: 1em;
}
.goods {
    width: 33.3%;
    float: left;
}
.wrap_post article h3 { padding: 30px 10% 30px; font-size: 1em;}
article .h3_s {padding: 0 10% 1em !important;}
.goods p {font-size:.76em !important;}
.innerlist ul li{
	display:block;
	padding:15px 0 0 0;
	font-size:.86em;
}
.innerlist ul li:after{ display:none; }
.innerlist ul li:last-child:after { display:none;}
.headline h2 { font-size: 1.2em !important; }
.service_box { 
	border:0;
	padding:inherit;
	margin:inherit;
	box-shadow: unset;
}

/* Q&A .............................................*/
.qa_block {
	width: 80%;
}
.wrap_post .qa_block h2 {
	font-size: 1.6em;
	padding: 24px 0;
	margin: 24px 0;
}

	
}/*-----------------------------------------------*/
@media screen and (max-width: 46em){
/*------------------------------------------------*/
.kids_gc {
	margin:32px 10%;
	gap: 24px;
    border-radius: 8px;
}
.kids_gc div:first-child{
	width: 100%;
	text-align: center;
}
.kids_gc div:first-child img{
	max-width: 300px;
	margin: 0 auto;
}
.kids_gc div:last-child{
	width: 100%;
	font-size: 1em;
}

.parking { margin:10px 8% 20px !important;}
	
/* book  .............................................*/
.book .accordion dd .detail p { 
	padding:0 0 10px 0 !important; 
}
book h2,
.book p { padding: 0 5% 40px !important;}
.book dl.accordion { margin:0 5% !important;}
.book dl.last { 
	margin-bottom: 40px !important;
}
	
.book .accordion dd .book{
    float:none;
    width:70%;
	 margin:0 auto;
}
.book .accordion dd .detail{
    float:none;
    width:100%;
    padding:20px 5% 0;
	font-size:.87em;
}
.book dl.accordion dt h3 { 
	padding:5px 0 5px 30px !important; 
	margin-bottom:0 !important; 
	font-size:.87em;
	font-weight:300;
}
.book dl.accordion dt .basedata { 
	font-size:.76em; 
	padding:0 0 0 30px;
	font-weight: 300;
}
.book dl.accordion dt>.bookclose,
.book dl.accordion dt>.bookopen { top:12px; }

.book h2 { font-size:1em !important; padding-left:7% !important;}

.repeir .profile .prof p {
    font-size: .875em;
}
.repeir .profile .prof {
    width: 70%;
   }
  .repeir .profile .portlate {
    width: 30%;
   }
 .rep_exp table th, .rep_exp table td,.repeir .flow ol li,.repeir .flow2 dl dt,.repeir .flow2 dl dd{
    font-size: .875em;
}
ul.exp li,.rep_exp table + p {
    font-size: .75em !important;
   }
  .repeir .profile .prof p,
  .repair_select a span {
    font-size: .875em;
}
.repair_select {
    margin-top: 30px !important;
}
}/*------------------------------------------------*/
@media screen and (max-width:26em){
/*------------------------------------------------*/
	.wrap_post article .post_content > .part:first-child {
	padding: 0 8% 40px;
}
.page h1 {
    font-size: 1.6em !important;
}
.wrap_post article h3 { padding: 30px 8% 30px;}
.fL,.fR { float:none; width:100%; }
.fR { padding-top:1em;}
.nopb { padding-bottom:0 !important;}

.repeir .profile .prof {
    width: 100%;
    padding: 30px 0 0;
}
.repeir .profile .portlate {
    width: 50%;
    padding-right: 0; 
}
.repair_select a {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 123px 0 9px;
}
.repair_select a:after {
    bottom: 35px;
    height: calc(100% - 35px);
    filter: grayscale(0);
}
.repair_select {
    margin-top: 0 !important;
}
.rep_exp table tbody tr {
display:block;
}
.rep_exp table tbody tr th,
.rep_exp table tbody tr td{
display:block;
width:100%;
}
.rep_exp table tbody tr th{
border:0;
padding:10px 10px 5px;
}
.rep_exp table tbody tr td{
text-align:right;
padding:0 10px 10px;
}
.repeir .flow ol {
    padding: 0 !important;
    margin: 0;
}
.repeir .profile .prof p, .repair_select a span {
    font-size: 1em;
}
.rep_exp table th, .rep_exp table td, .repeir .flow ol li, .repeir .flow2 dl dt, .repeir .flow2 dl dd,.repeir .attn ul li {
    font-size: 1em;
}
.repeir .flow ol li {
    padding-bottom: 30px;
   }
   .wrap_post article .part dl {
    margin-bottom: 10px !important;
}
.repeir .flow2 {
    padding-top: 40px !important;
    padding-bottom: 5px !important;
    margin: 0 2% 20px !important;
   }
  .repeir .flow2 h2 {
    padding: 0 0 30px;
   }
  .repeir .flow {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}
ul.exp2 li div {
	width:90%;
	margin:0 auto;
}
ul.exp2 li div:first-child {
	margin-bottom:2px;
}
/* company  .............................................*/
.company dl { padding: 20px 0;}
.company dl dt {
    float: none; 
    width: 100%; 
    padding-bottom: 10px;
    font-size: .84em !important;
}
.company dl dd {
    display: block;
    float: none; 
     width: 100%; 
    font-size: .84em !important;
}
.parking { margin:10px 5% 20px !important;}
.parking p { padding-bottom:20px !important;}
	
/* service  .............................................*/
.headline .site { letter-spacing:normal; padding: 0 0 5px !important;}
.wrap_post article h3 {font-size: 1em;}
.goods {
    width: 100%;
    float: left;
}
.goods p ,
.goods h4 {font-size:1em !important; text-align:left; padding-bottom:10px;}
.goods h4+span{font-size:1em !important; text-align:left; padding-top:10px;}
.service_img {width: 90%;}
.airrsv {
    padding: 0 1% 40px;
}
.crn ul {
	display:block;
	text-align:center;
}
 .crn ul li {
	display:inline-block;
	width:46%;
	 margin-bottom:10px;
 }
.crn h2 {
    font-size: 1.2em !important;
}
.crn {
    padding: 0 5% 20px;
	}
.crn p {
    padding: 10px 5% 20px !important;
	}

/* Q&A .............................................*/
.qa_block {
	width: 84%;
}
.wrap_post .qa_block h2 {
	font-size: 1.2em;
	padding: 16px 0;
	margin: 16px 0;
}
.qa_block dl dt {
	margin: 0 0 16px 0;
	padding: 16px;
	font-size: .875em;
}
.qa_block dl dd {
	margin: 0;
	padding: 0 0 24px 0;
	font-size: .875em;
}
}/*-----------------------------------------------*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

 404

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.content_404 {
	width: calc(90% - 40px) !important;
	margin:0 auto;
	padding:50px 0;
	font-size:1em;
	line-height:2em;
	font-weight:800;
	}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

 top2020

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body{
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
.ver2020 .col3 .post_info {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 25px 20px 15px;
    z-index: 0;
    box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.2);
    transition: all .5s ease;
}
.ver2020 .col3 .post_img {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0px solid #fff;
    width: 98%;
    margin: 0 auto;
}
.ver2020 section {
  width:96%;
  max-width: 1260px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.section_header {
	margin: 0 0 30px 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4em;
	font-family: 'PT Sans Caption';
}
.section_header span{
	display: block;
	margin: 0;
	font-size: 4em;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif ;
}
.slider {
  width:100%;
  max-width: 1260px;
  height: 0;
  padding-top: 38%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
	z-index:1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider::after {
	content: '';
    display: block;
    width: 96%;
    height: 0;
    padding-top: 35%;
    position: absolute;
    top: 20px;
    left: 2%;
    z-index: -1;
    background: rgba(0,0,0,.3);
    filter: blur(10px);
}
.slider-btn {
  display: none;
  width: 12px;
  height: 12px;
  margin: 32px 12px;
  z-index: 10;
  outline: 6px solid white;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider-btn:checked {
  -webkit-animation: check 0.5s linear forwards;
          animation: check 0.5s linear forwards;
}
.slider-btn:checked:nth-of-type(1) ~ .slider-inner {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.slider-btn:checked:nth-of-type(2) ~ .slider-inner {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.labelshape { 
	position: relative; 
	display: inline-block; 
	height: 20px; 
	width:20px; 
	border-radius: 10px; 
	background: #fff;  
	margin: 30px 10px; 
	transition: .2s; 
	z-index: 100;
	transform: translateY(60px);
}
.slider-btn:checked:nth-of-type(1) ~ .label1 {
  background: #000;
}
.slider-btn:checked:nth-of-type(2) ~ .label2 {
   background: #000;
}

.slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
	/*animation: slide 8s ease 0s infinite normal;*/
}

/*@keyframes slide {
0% { transform: translateX(0%);}
40% { transform: translateX(0%);}
50% { transform: translateX(-50%);}
90% { transform: translateX(-50%);}
100% { transform: translateX(0%);}	
}*/
.slider-contents {
  height: 100%;
  padding: 0;
  margin-right: 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-contents .slide_inner {
	border: 16px solid #fff;
	background: #fff;
	width: 100%;
}
.slider-contents .slide_inner .slide_info {
	float: left;
	width:50%;
}
.slider-contents .slide_inner .slide_img {
	float: right;
	width:50%;
}
.slider-contents .slide_inner .slide_info .slide_info_inner {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 0;
	padding-top: 66.666%;
}
.slider-contents .slide_inner .slide_info .slide_info_inner2 {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 40px 8%;
	text-align: left;
}
.slider-contents .slide_inner p.disc {
	font-size:1em;
	line-height:1.8em;
	padding-top: 20px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.slider-contents .slide_inner .date {
    padding: 5px 0 !important;
    font-size: .63em !important;
}
.slider-contents .slide_inner .slide_info h1 {
	font-size: 2.1em;
	line-height: 1.4em;
	padding: 0;
	font-weight: 700;
}
.slider-contents .slide_inner .slide_info .date,
.slider-contents .slide_inner .slide_info .org {
	font-size: 1em !important;
	line-height: 1.4em;
	padding: 0 0 10px;
	font-weight: 700;
}
a.more {
	display: block;
	font-size: .76em;
	color: #fff;
	width:160px;
	padding: 10px 40px;
	background: #333;
	font-weight: 700;
	border-radius: 30px;
	transition: .2s;
}
a.more_j {
	font-size:.86em;
	text-align:center;
}
a.slide_more {
	position: absolute;
	bottom:16px;
	left:50%;
	transform: translateX(-50%);
}
a.center_more {
	margin: 50px auto 100px;
}
a.more:hover {
	background: #000;
}
@-webkit-keyframes check {
  50% {
    outline-color: #E87E04;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #E87E04;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #E87E04;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #E87E04;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.ver2020 .col3 {
    width: 32%;
    float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}
.ver2020 .col3:nth-child(3n) {
	margin-right: 0;
}
.info_list {
	margin-bottom: 100px;
}
.info_list li{
	display: block;
	padding: 15px 0 12px;
	border-bottom: 1px dashed #333;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 2em;
}
.info_list li .info_date {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	margin-right: 1em;
	font-size: 12px;
	letter-spacing: .04em;
	background: #000;
	border-radius: 20px;
	transform: translateY(-.1em);
}
/*.info_list li a { color:#d01010 !important}*/
.servicelist .col3 .post_info {
	background:#000;
	color:#fff !important;
	padding: 15px 20px;
}
.servicelist .col3 .post_info a { color: #fff !important;}
.servicelist .col3 .post_info h3 { color:#fff !important;}
.servicelist  .post_img:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.servicelist .posts:hover .post_info .post_info_inner h3 a span{
	animation:none;
}
.servicelist .posts::after {
    top: calc(50% - 40px);
}
.ver2020 .wrap {
    width: 96% !important;
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 0;
}
.ver2020 .col4 {
	float: left;
	width:22%;
	margin-right: 4%;
}
.ver2020 .col4:last-child {
	margin-right: 0;
}
.ver2020 .other_contents {
    position: relative;
    padding: 0 0 50px;
    transition: all .3s ease;
}
/*-----------------------------------------------*/
@media screen and (max-width: 64em){
/*------------------------------------------------*/
.slider-contents .slide_inner .slide_info .slide_info_inner2 {
    padding: 0 5%;	
}
.slider-contents .slide_inner .slide_info h1 {
    font-size: 1.8em;
}
.slider-contents .slide_inner .slide_info h1 {
    font-size: 1.6em;
    padding-bottom: 20px;
}
}
/*-----------------------------------------------*/
@media screen and (max-width: 46em){
/*------------------------------------------------*/
.slider {
    padding-top: 105%;
	}
.slider-contents .slide_inner {
	border: 8px solid #fff;
	background: #fff;
	width: 100%;
}
.slider-contents .slide_inner .slide_info,
.slider-contents .slide_inner .slide_img {
	float: none;
	width:100%;
}
.slider-contents .slide_inner .slide_info .slide_info_inner2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    text-align: left;
}
.slider-contents .slide_inner .slide_info .slide_info_inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
}
.slider-contents .slide_inner .slide_info h1 {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 20px 0 0;
    font-weight: 700;
}
.slider-contents .slide_inner .slide_info .date, .slider-contents .slide_inner .slide_info .org {
    font-size: .875em;
    line-height: 1.4em;
    padding: 0 0 5px;
    font-weight: 700;
}
a.slide_more {
    position: relative;
    bottom: unset;
    left: unset;
    transform: translateX(0);
    margin: 20px auto 0;
}
.part_kt_color dl dt, .part_kt_color dl dd {
    font-size: .875em !important;
}
}
/*------------------------------------------------*/
@media screen and (max-width:29em){
/*------------------------------------------------*/
.slider {
    padding-top: 125%;
	}

.section_header {
    margin: 0 0 30px 0;
    font-size: 9px;
    line-height: 1.4em;
	margin-left: 2%;
}
.section_header span {
    font-size: 3em;
}
.info_list li .info_date {
    display:block;
	width: 100px;
    padding: 5px 20px;
    margin-right: 1em;
	margin-bottom: 14px;
    font-size: 10px;
    transform: translateY(0);
}
.info_list {
    width: 94%;
    margin: 0 auto 50px;
}
.info_list li {
    font-size: .875em;
}
 .info_list li:first-child {
	padding-top: 0;
}
.ver2020 .col3 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.ver2020 .col4 {
    float: left;
    width: 48%;
    margin-right: 4%;
	padding-bottom: 10px;
}
.ver2020 .col4:nth-child(even) {
		margin-right: 0;
}
.ver2020 .other_contents .info_block .info_content h3 {
    font-size: .76em;
    line-height: 1.6em;
    letter-spacing: .004em;
    text-align: center;
}
}
/*------------------------------------------------*/
@media screen and (max-width:24em){
/*------------------------------------------------*/
.slider {
    padding-top: 140%;
	}
.slider-contents .slide_inner p.disc {
    font-size: .875em;
}
}
/*------------------------------------------------*/
@media screen and (max-width:20em){
/*------------------------------------------------*/
.slider {
    padding-top: 140%;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

 Ms page

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.ms_headimg { 
    position:relative;
    padding:10px 10px 0;
}
.logo_co {
	width:68%;
	font-size:0;
	margin-left: 15%;
   margin-top: 30px;
}
.logo_co div {
	position:relative;
	width:90px;
	display:inline-block;
}
.logo_co .ms_logo {
	transform: scale(.8) translateY(-2px);
}
.logo_co .ms_logo::before {
	content:'';
	display:block;
	width:30px;
	height:1px;
	background:#444;
	transform:rotate(45deg) translateY(-50%);
	position:absolute;
	top:50%;
	right:-45px;
}
.logo_co .ms_logo::after {
	content:'';
	display:block;
	width:30px;
	height:1px;
	background:#444;
	transform:rotate(-45deg) translateY(-50%);
	position:absolute;
	top:50%;
	right:-45px;
}
.logo_co div:first-child {
	margin-right:24px;
}
.content_ms h1 {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: normal;
    padding: 20px 15% 80px;
}
.content_ms h1 span { font-size:.6em;}
.content_ms h3 {
    padding: 0 15% 10px !important;
	 letter-spacing: .06em;
}
.content_ms h2.mshead2 {
	 font-size: 1.8em;
    font-weight: 800;
    margin: 60px 15% 40px !important;
    padding: 10px 20px 10px 40px;
    line-height: 1.6em;
    border-left: 2px solid #cc3034;
}
.content_ms h3.type {
    display: inline-block;
    font-size: 1em !important;
    margin: 30px 0 0 15%;
    padding: 6px 12px !important;
    border-radius: 3px;
    color: #fff;
    background: #cc3034;
}
.content_ms h4.ex {
    font-size: 1.4em;
    font-weight: 600;
    margin: 20px 15% 30px;
    padding: 0;
    line-height: 1.6em;
	text-align:left;
}
.content_ms h4.ex span{font-size:.87em;　display:inline-block !important;}
.content_ms p + a { 
 display:block;
}
.content_ms a { text-decoration:underline; !important}
.content_ms .ms_qa dl{
	margin: 30px 15% 40px;
	font-size: 1.1em !important;
	text-align:justify;
	line-height:1.8em;
}
.font_s {
	font-size:1em !important;
}
.font_span_s {
	font-size:.875em !important;
}
.ms_form div > span:first-child {
    padding-bottom: 10px;
    display: block;
	 font-weight:700;
}
.font_span_s::before {
	background-color:transparent !important;
}
.profile {
	position:relative;
}
.ms_img{
	background-image:url(/images2/ms_2.jpg);
	background-size:cover;
	background-position:center;
	height:400px;
	position:relative;
	z-index:0;
}
.ms_detail {
	margin:-100px 15% 0;
}
.fmk_img {
    float: left;
    position: relative;
    width: 30%;
    min-width: 200px;
    z-index: 10px;
    border: 5px solid #fff;
}
.profile_txt {
	float:right;
	width:63%;
	padding:140px 0 0;
}
.profile_txt p,
.profile_txt h3 {
	padding: 0 0 40px !important;
}
.m_color {color: #cc3034;}
.content_ms .ms_qa dl dt {
    font-weight: 700;
	    letter-spacing: .05em;
    background: #ebedf0;
    padding: 20px 20px !important;
    border-radius: 3px;
    margin-bottom: 20px !important;
}
.content_ms .ms_qa dl dd {
    margin-left: 0;
    padding: 0 20px 30px 2.4em !important;
    text-indent: -1.15em;
    line-height: 2em;
    letter-spacing: .06em;
}
.content_ms .ms_qa dl dt span,
.content_ms .ms_qa dl dd span{
    display: inline-block;
    padding-right: 10px;
	font-weight:700;
}
.ms_slider {
	margin:0 15%;
}
.ms_form {
	margin:0 15%;
	border:1px solid #cfcfcf;
	border-radius:3px;
	padding:50px 50px 0;
	font-size:1em;
}
.ms_form2 div {
	margin-bottom:30px;
}
.ms_form2 div p{
   padding: 0 !important;
   text-align: left !important;
}
.ms_form span.wpcf7-list-item {
    display: block;
	font-weight:400 !important;
    margin: 0 0 .8em 1em;
}
.ms_form span.wpcf7-list-item label {
    font-weight:400 !important;
	font-size:1.1em;
}
.ms_form span.wpcf7-list-item:first-child {
 padding-top:20px;
}
.ms_work_detail {
	padding:40px 5%;
	border-radius:5px;
	background:#f4f4f4;
	margin:0 15% 20px;
}
.ms_work_detail h4{
   padding: 0 0 20px !important;
}
.ms_work_detail p{
   padding: 0  !important;
	font-size:.87em !important;
}
.ms_data {
	display:flex;
	flex-wrap:wrap;
}
.ms_data dl {
	width:50%;
	padding:0 0 10px 0;
	margin: 0;
}
.ms_data dl dt,.ms_data dl dd {
	display:inline-block;
	font-size:1em;
}
.ms_data dl dd { padding-left:1.5em;}
.ms_data dl dt span:before {
	content:'・ ';
}
.ms_data dl dt {width:30%;}

.ms_gift {
    margin: 30px 10%;
    padding: 50px 5%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background: #fff4d2;
}
.ms_gift .sec_txt {
	width:60%;
	padding-right:5%;
}
.ms_gift .sec_txt h2 {
	font-size: 1.6em;
   font-weight: 800;
   margin:0 0 40px 0;
	padding:0 0 0 30px;
   line-height: 1.6em;
   border-left: 2px solid #cc3034;
}
.ms_gift .sec_txt p {
	padding:0;
	margin:0;
	line-height: 1.8em;
}
.ms_gift .sec_img {
	width:40%;
}

/*-----------------------------------------------*/
@media screen and (max-width: 71em){
/*------------------------------------------------*/
	.content_ms h1 {
		font-size:1.8em;
	}
}
/*-----------------------------------------------*/
@media screen and (max-width: 64em){
/*------------------------------------------------*/
	.content_ms h1 {
		font-size:1.6em;
		padding: 80px 10%;
	}
	.content_ms h2.mshead2 {
    font-size: 1.4em;
	 margin: 60px 10% 40px;
	 padding: 10px 20px 10px 20px;
	}
	.ms_slider {
	margin:0 10%;
}
	.ms_detail {
	margin:-100px 10% 0;
}
.content_ms h4.ex,
.content_ms h3.type {
    margin-left: 10% ;
}
.content_ms .ms_qa dl {
    margin: 30px 10% 30px;
}
.ms_form {
    margin: 0 10%;
	}
.ms_work_detail {
	padding:30px 5%;
	margin:0 8% 20px;
}
}
/*-----------------------------------------------*/
@media screen and (max-width: 46em){
/*------------------------------------------------*/
.content_ms h1 br{ 
	display:none;
	}
.fmk_img {
    float: none;
    margin: 0 auto;
	}
.profile_txt {
    float: none;
    width: 100%;
    padding: 30px 0 0;
}
	.ms_form {
    padding: 50px 30px 0;
}
.ms_gift .sec_txt,.ms_gift .sec_img { width:100%; }
.ms_gift .sec_txt { padding-bottom:20px;}
}
/*-----------------------------------------------*/
@media screen and (max-width: 40em){
/*------------------------------------------------*/
.ms_headimg .logo_co {
	width:20%;
}
	.content_ms h1 {
    font-size: 1.4em;
    padding: 40px 10%;
}
	.ms_slider {
    margin: 0;
}
.content_ms .ms_qa dl dt { line-height:2em;}
.content_ms .ms_qa dl dd {
    padding: 0 20px 30px !important;
    text-indent: 0em;
    letter-spacing: normal;
}

}
/*------------------------------------------------*/
@media screen and (max-width:28em){
/*------------------------------------------------*/
.content_ms h2.mshead2 {
    font-size: 1.2em;
    margin: 30px 5% 20px !important;
    padding-left: 20px;
}
.ms_img {
    height: 200px;
}
	.ms_detail {
    margin: -50px 10% 0;
}
	.fmk_img {
    border: 3px solid #fff;
    width: 20% !important;
}
	.content_ms h4.ex {
    font-size: 1em;
}
.content_ms h4.ex, .content_ms h3.type {
    margin-left: 5%;
}
.content_ms h3.type {
    font-size: .875em !important;
	}
.content_ms .ms_qa dl {
    margin: 30px 5% 0px;
    font-size: .87em !important ;
}
.contactform div.contact_f {
    margin-bottom: 0;
}
.ms_form {
    padding: 25px 20px 0;
    margin: 0 5%;
	font-size: .87em;
}

.ms_data dl {
	width:100%;
	padding:0 0 20px 0;
}
.ms_work_detail h4 {
    padding: 0 0 20px 10px !important;
}
.ms_data dl dt,.ms_data dl dd{font-size:.87em;}
.ms_work_detail {
	padding:30px 5%;
	margin:0 8% 15px;
}
.ms_work_detail dl dt{ width:30%; }
.ms_work_detail p { line-height:1.4em !important;}
.ms_gift {
    margin: 30px 0;
    padding: 50px 5%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    background: #fff4d2;
}
.ms_gift .sec_txt h2 {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
.ms_gift {
    margin: 0 0 30px;
    padding: 40px 5%;
    border-radius: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo h1 {
    padding: 0;
}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

 shop list

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.shoplist {font-size:16px; margin: 0 auto; max-width: 1024px; padding:0 60px;}
.shoplist div { box-sizing: border-box;}
.shoplist h2 {font-size:24px; padding:60px 30px 20px; margin:0; font-weight:bold;}
.shoplist h2.area { border-bottom: 5px solid #333; padding: 30px 0 20px 0; max-width: 1024px; margin: 0 auto 50px; font-size: 1em; letter-spacing: 5px;}
.shoplist h3 {font-size:26px; padding:50px 10px 20px; margin:0; line-height:1.5em; font-weight:bold;}
.shoplist img {width:100%;}
.shoplist p {padding:40px 30px 20px; line-height:2em; box-sizing:border-box; max-width: 748px; margin: 0 auto;}
.shoplist div {box-sizing:border-box;}
.shoplist p strong { font-weight:bold;}
.area ul {padding-inline-start: 0; padding:0!important;}

.cf_margin { margin-bottom: 40px;}
.shoplist .shop {  max-width: 1024px; margin: 0 auto 80px; padding-bottom: 50px; position: relative;}
.shoplist .shop::after { content:''; display: block; background:#333; width:20px; height:20px; border-radius: 50%; position: absolute; bottom:0; left: calc(50% - 10px);}
.shoplist .shop .shop_head { display: inline-block;}
.shoplist .shop .shop_area { display: inline-block; background: #333; color: #fff; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; margin-right: 20px; padding: 1.2em 5px 1em 4px; font-size: .76em; position: relative; float: left; letter-spacing: .5em; border-radius: 5px;}
.shop_area3 { letter-spacing: .1em !important;}
.shoplist .shop .shop_area::after { content:''; display: block; background: #333; width: 5px; height: 5px; transform: rotate(45deg); position: absolute; top: calc(50% - 5px); right: -3px;}
.shoplist .shop .shop_web { font-size: .76em; letter-spacing: 1px; font-weight: 800; margin-bottom: 20px;}
.shoplist .shop .shop_web a { color: #666; text-decoration: none;}

.shoplist .shop h3 {font-size: 1.8em; margin: 0; padding: 0 0 5px; letter-spacing: 2px; font-weight: 700;}
.shoplist .shop .shop_img { float: left; width: 49.5%; position: relative;}
.shoplist .shop .shop_map { float: right; width: 49.5%; position: relative;}
.shoplist .shop .shop_img::after,
.shoplist .shop .shop_map::after { content:''; display: block; padding-top: 75%;}
.shoplist .shop .shop_img .shop_content,
.shoplist .shop .shop_map .shop_content { position: absolute; top:0; left:0; width: 100%; height: 100%; overflow: hidden;}
	
.shoplist .shop .shop_info_s { float: left; width: 40%;}
.shoplist .shop .shop_info_l { float:left; width: 60%;}
.shoplist .shop  dl { display: table; font-size: .87em; margin: 0; padding: 0; width: 100%; letter-spacing: .06em;}
.shoplist .shop  dl dt { display: table-cell; font-size: .87em; padding: 10px 0 0; width:12%; min-height: 4em; vertical-align: top; font-weight: 700; letter-spacing: 2px; }
.shoplist .shop dl dt span {display: block; border-bottom: 2px solid #333; padding-bottom: 5px;}
.shoplist .shop  dl dd { display: table-cell; font-size: 1em; padding: 10px 1em ; width:88%; vertical-align: top;text-align: left;}
.shop_info_s dl dt { width: 28% !important;}
.shop_info_s dl dd{ width: 72% !important;}
.shoplist .shop .shop_p { font-size: 1em; padding:20px 0; margin: 0; text-align: justify; max-width: 100%; line-height:1.8em;}
.shoplist a.button { font-size:20px; padding:20px 60px; border-radius:5px; background:#df7676; color:#fff; font-weight:bold; text-decoration:none; width:50%; margin:0 auto 60px; clear:both; display:block; text-align:center;   transition: 0.5s;}
.shoplist a.button:hover {background:#ff9898;}
.cf:before,.cf:after { content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}
.br { display: inline-block;}
.center { text-align: center;}
.area {text-align:center;}
.area ul li { display:inline-block; margin:0 4px 8px; padding:0 !important; font-size:1em !important; font-weight:700;}
.area ul li a {
	background: #eee;
    padding: 8px 16px;
    border-radius: 5px;
	transition:.2s;
}
.area ul li a:hover {
	background:#ccc;
	transform:translatexY(-2px);
}
.shoplist .h_link{
	margin: 0 auto;
    font-size: 1em;
	padding:0;
}
.shoplist .h_link a {
color: #c64c0a;
border: 1px solid #c64c0a;
padding: 8px 24px;
border-radius: 40px;
margin: 16px 0 8px;
display: inline-block;
font-weight:600;
transition:.2s;
}
.shoplist .h_link a:hover {
color: #fff;
background: #c64c0a;
}
.area_header { padding: 10px 20px !important; font-weight: 700; font-size: 1.2em !important; margin-bottom: 30px !important; background: #333; color: #fbfbfb;border-radius: 5px; text-align: center; margin-top:20px !important;;}
.emp_area { color:#999 !important; font-weight:400 !important;}
.emp_area div {
	background: #fff;
    padding: 8px 16px;
    border-radius: 5px;
	border:1px solid #eee;
}

@media screen and (max-width:768px){
	.area ul li a {
	font-size:.875em !important;
}
.shoplist {width: 100%; margin: 0 0 80px; padding: 0 40px; box-sizing: border-box;}
.shoplist .shop {width: 100%; margin: 0 0 40px; padding: 0 0 50px; position: relative;}
.shoplist p {padding:20px; line-height:2em; box-sizing:border-box; max-width: 748px; margin: 0 auto; font-size: .87em;}
.shoplist .shop .shop_area { padding: .8em 5px .4em; }
.shoplist .shop h3 {font-size: 1em; margin: 0; padding: 0; letter-spacing: 2px; font-weight: 700;}
.shoplist .shop .shop_p { font-size: .87em; padding:20px 0; margin: 0; text-align: justify; max-width: 100%;}
.shoplist .shop .shop_img { float:none; width: 100%; position: relative; margin-bottom: 20px;}
.shoplist .shop .shop_map { float:none; width:100%; position: relative;}
.shoplist .shop .shop_info_s,
.shoplist .shop .shop_info_l { float:none; width: 100%;}
.shoplist .shop  dl { display: table; font-size: .87em !important; margin: 0; padding: 0; width: 100%; letter-spacing: .06em;}
.shoplist .shop  dl dt {width:15%; min-width: 80px; font-size: .87em;}
.shoplist .shop dl dt span {display: block; border-bottom: 0; padding-bottom: 5px;}
.shoplist .shop  dl dd { display: table-cell; font-size: 1em; padding: 10px 1em ; width:88%; vertical-align: top;}
.shop_info dl dt,.shop_info_s dl dt { width: 15% !important; min-width: 80px;}
.shop_info dl dd,.shop_info_l dl dd { width: 80% !important;}
.area ul li {font-size: .875em;}
.cf_margin {
    margin-bottom: 20px;
}
.h_link {
    margin: 20px auto 0;
    padding: 0;
    font-size: .875em;
}
}

