/*
Theme Name: HIRAKU SUZUKI
*/


html, body { height: 100%; }
html { font-size: 62.5%; }
html { scroll-behavior: smooth;}
body {
	margin: 0 auto;
	text-align: center;
  font-family:  "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN", MS Gothic, futura, myriad pro, arial, movement, helvetica, sans-serif;
	color: #000;
	font-size: 1.3rem;
	line-height: 160%; 
	padding:0px;
	overflow-x: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


img {
	border: 0px;
	vertical-align:bottom;
}

a img{
	border: 0px;
	text-decoration: none;
}


ol,ul{list-style:none;}

a {
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
}

a.c {
	background-color:#000;
	color:#fff;
	text-decoration: none;
	padding:0;
	margin:0;
}

#contents a:hover {
	background-color:#000;
	color:#fff;
	text-decoration: none;
	padding:0;
	margin:0;
	-moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}



.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

table {
	text-align: left;
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	margin:1.4rem 0 0 0;
	padding: 0px;
}

td {
	text-align: left;
	margin:0px;
	padding: 0 0px 0 0;
	vertical-align: top; 
}

td:first-child {
	padding: 0 15px 0 0;
	text-align: right;
	white-space: nowrap
}




/* MENU */


#header {
	width: 80%;
	height: 100px;
	margin: 20px auto 20px auto;
	position: relative;
}


h1{
	font-weight: normal;
	font-size: 2.4rem;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	vertical-align:bottom;
}




/* グローバルナビの現在地ハイライト */
.is-current a,.luxbar-item.is-current > a,
.luxbar-item.current-menu-item > a,
.luxbar-item.current_page_item > a,
.luxbar-item.current-menu-ancestor > a,
.luxbar-item.current_page_ancestor > a {
  background-color:#000 !important;
  color:#fff !important;
}

/* 左メニュー（CV / TEXTS / PUBLICATIONS など）のハイライト */
.contents-left li.is-current > a {
  background-color:#000 !important;
  color:#fff !important;
}

	
h2{
font-style: normal;
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 140%; 
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}

#cv h2{
font-style: normal;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 140%; 
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}

.cv-en#cv h2{
font-style: normal;
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 140%; 
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}


.font-g-12px{
	font-size: 12px;
	line-height:140%;
	color: #333333;
	font-weight: bold;
}

.font-w-12px{
	font-size: 12px;
	line-height:140%;
	color: #ffffff;
}
.font-w-14px{
	font-size: 14px;
	line-height:140%;
	color: #ffffff;
}
.font-g-14px{
	font-size: 14px;
	line-height:140%;
	color: #333333;
}
.font-g-16px{
	font-size: 16px;
	line-height:140%;
	color:#333333;
	font-weight: bold;
}
.font-b-16px{
	font-size: 16px;
	line-height:140%;
	color:#00877D;
	font-weight: bold;
}

big{
	font-size: 150%;
	line-height:160%;
}
/* Content */

#base {
	width: 100%;
	margin: 40px auto 0 auto;	
}

#contents {
	width: 80%;
	margin: 0px auto 0px auto;
	position: relative;
		text-align: left;
}


.news-left{
	width: 30%;
	float:left;
	padding: 50px 0px 50px 0px;
				animation: fadeIn 1s ease 0s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0s 1 forwards;
	opacity: 0;
}
.news-left img{	 
	width: 100%;
	height: auto;
}

.news-right{
	width: 60%;
	float:right;
	padding: 50px 0px 50px 0px;
				animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
	opacity: 0;
				text-align: justify;
text-justify: inter-ideograph;
}


.news-right a {
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
	border-bottom:1px solid #333;
}

.tag a {
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
	border-bottom:1px solid #fff;
}

@media screen and (max-width: 767px){
.news-left{
	width: 100%;
	padding: 0px 0px 15px 0px;
	float:none;
}
.news-left img{	 
	width: 100%;
	height: auto;
}
.news-right{
	width: 100%;
	padding: 0px 0px 30px 0px;
	text-align: left;
	float:none;
}
}

.contents-left{
	width: 25%;
	float:left;
	padding: 25px 0px 20px 0px;
		text-align: left;
					animation: fadeIn 1s ease 0s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0s 1 forwards;
	opacity: 0;
}

.contents-left ul,.contents-left ul li{
		padding: 0px;
		margin: 4px 0px 4px 0px;
		}

.contents-left ul li {
	font-size: 1.9rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}

.contents-left ul li a{
	font-size: 1.9rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
			display:inline-block; 
			background-clip: content-box;
			margin: 0px;
			padding:  0px; 
			line-height: 100%; 
}

.contents-left ul li a:hover{
			display:inline-block; 
			background-clip: content-box;
			margin: 0px;
			padding:  0px; 
			line-height: 100%; 
}


#cv .contents-left ul li {
	font-size: 1.5rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}

#cv .contents-left ul li a{
	font-size: 1.5rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
			display:inline-block; 
			background-clip: content-box;
			margin: 0px;
			padding:  0px; 
			line-height: 100%; 
}

.cv-en#cv .contents-left ul li {
	font-size: 1.9rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}

.cv-en#cv .contents-left ul li a{
	font-size: 1.9rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
			display:inline-block; 
			background-clip: content-box;
			margin: 0px;
			padding:  0px; 
			line-height: 100%; 
}


.contents-right{
	width: 75%;
	float:right;
	padding: 25px 0px 100px 0px;
				animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
	opacity: 0;
				text-align: justify;
text-justify: inter-ideograph;
}

.contents-right a {
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
	border-bottom:1px solid #333;
}

.contents-right h2{
font-style: normal;
	font-size: 1.9rem;
	line-height: 140%; 
	padding: 0px;
	margin: 0px;
}


.texts-box{
	min-height:100vh;
}

@media screen and (max-width: 767px){
.contents-left{
	display:none;
}

.contents-right{
	width: 100%;
	padding: 0px 0px 30px 0px;
	text-align: left;
	float:none;
}
#texts .contents-right{
	padding: 0px 0px 30px 0px;
}
}

.works-menu{
	width: 100%;
	padding: 0px 0px 25px 0px;
		text-align: left;
					animation: fadeIn 1s ease 0s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0s 1 forwards;
	opacity: 0;
}

.works-menu ul, .works-menu li{
		padding: 0px;
		margin: 0px;
		}
		
		
.works-menu ul li{
		display:inline-block; 
		text-align: left;
		padding: 0px;
		margin: 0px;
		}

.works-menu ul li + li::before {
  content: "｜";
  padding: 0 0.2em;
}

.works-menu ul li a{
	font-size: 1.9rem;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
			display:inline-block; 
			background-clip: content-box;
			margin: 0px;
			padding:  0px; 
			line-height: 100%; 
}

.works-menu ul li a:hover{
			display:inline-block; 
			background-clip: content-box;
			margin: 0px;
			padding:  0px; 
			line-height: 100%; 
}

.works01 a#wmenu01,.works02 a#wmenu02,.works03 a#wmenu03,.works04 a#wmenu04,.works05 a#wmenu05,.works06 a#wmenu06,.works07 a#wmenu07,.works08 a#wmenu08,.works09 a#wmenu09,.works10 a#wmenu10{
	background-color:#000;
	color:#fff;
}

.works-list{
	 width: 100%;
          margin: 0 auto 0 auto;
          				animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
	opacity: 0;
				text-align: justify;
text-justify: inter-ideograph;
    }
    
.works-list div{
	width: 24%;
        padding: 0 1% 1% 0;
        float:left;
}

.works-list div:nth-child(4n) {
	padding: 0 0 1% 0;
}

@media screen and (min-width: 768px) and  (max-width: 1024px){
.works-list div{
	width: 32%;
	float:left;
        padding: 0 1% 1% 0;
}
.works-list div:nth-child(4n) {
	padding: 0 1% 1% 0;
}
.works-list div:nth-child(3n) {
	padding: 0 0 1% 0;
}
}

@media screen and (max-width: 767px){
.works-list div{
	width: 49%;
	float:left;
        padding: 0 1% 1% 0;
}
.works-list div:nth-child(4n) {
	padding: 0 1% 1% 0;
}
.works-list div:nth-child(3n) {
	padding: 0 1% 1% 0;
}
.works-list div:nth-child(2n) {
	padding: 0 0 1% 0;
}
}

@media screen and (max-width: 600px){
.works-list div{
	width: 100%;
	float:none;
        padding: 0 0 20px 0;
}
.works-list div:nth-child(4n) {
	width: 100%;
	float:none;
        padding: 0 0 20px 0;
}
.works-list div:nth-child(3n) {
	width: 100%;
	float:none;
        padding: 0 0 20px 0;
}
.works-list div:nth-child(2n) {
	width: 100%;
	float:none;
        padding: 0 0 20px 0;
}
}

.works-list div .caption {
	text-align: 		left;
	color:			#fff;
        padding: 0 0 0 20px;
        font-size:	120%;
}
.works-list div .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.works-list div:hover .mask {
	opacity:		1;	
}

    
.works-list div img{
	width: 100%;
	height: auto;
}
    
.works-list div.works-title{
  display: flex;
  align-items: center;

  width: 100%;
  font-size: 80%;
  text-align: left;
  white-space: nowrap;
}

/* タイトル：必要な分だけ使い、溢れたら省略 */
.works-list div.works-title .works-title01{
  flex: 0 1 auto;          /* ★ ここが重要 */
  min-width: 0;            /* Safari対策 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 年号：内容分だけ */
.works-list div.works-title .works-title02{
  flex: 0 0 auto;
  margin-left: 2px;
}

.works-list div:hover .works-title{
	color: #000;
		opacity: 0.5;	
			-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.works-contents{
	 width: 100%;
          margin: 0 auto 0 auto;
          				animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
	opacity: 0;
				text-align: justify;
text-justify: inter-ideograph;
    }

.slide-item{
	font-size: 1.0rem;
    }

.sp-item{
	font-size: 1.0rem;
	 width: 100%;
  padding: 0 0 20px 0;
    }

.sp-item img{
	 width: 100% !important;
	 height: auto !important;
    }

.sp-item img.featherlight-img {
    max-width: 100% !important;
    max-height: auto !important;
     width:auto;
    height:auto;
    margin: auto;
    vertical-align: bottom;
}
     
.movie {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      margin: 0;
    padding: 0;
}

.movie-f {
  width: 100%;
  height: 100%;
}
.movie-f iframe {

}

.works-images {
	padding: 50px 0px 0px 0px;
}



h3.works-title{
	font-size: 100%;
	line-height: 120%; 
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

h3.works-title span{
font-style: normal;
	font-size: 100%;
	line-height: 120%; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
}

div.pub-list{
  width: 48%;
  padding: 2% 4% 2% 0;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

div.pub-list:nth-child(odd) {
	width: 48%;
        padding: 2% 0 2% 0;
}

.pub-box{
        display:table;
}

.pub-img{
	width: 47%;
        padding: 0 3% 0 0;
        display: table-cell;
}

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

.pub-txt{
	width: 47%;
        padding: 0 0 0 3%;
        text-align:left;
        	font-size: 1.2rem;
        	line-height: 130%; 
        display: table-cell;
        vertical-align:top;
        position:relative;
}

@media screen and (max-width: 1024px){
div.pub-list{
	width: 100%;
        padding: 5% 0 5% 0;
}

div.pub-list:nth-child(odd) {
	width: 100%;
        padding: 5% 0 5% 0;
}
.pub-txt{
	width: 49%;
        padding: 0 0 0 1%;
}
}


.pdf-link{
        padding: 15px 0 0 0;
}

@media screen and (min-width: 1280px){
.pub-txt{
        	line-height: 150%; 
}
.pdf-link{
        position: absolute;
        bottom:0px;
}
}

.texts-list{
        padding: 15px 0 0px 0;
}

.texts-man{
	padding: 0px 0px 15px 0px;
	font-weight: bold;
}

h2.texts-title{
	font-size: 120%;
	line-height: 120%; 
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}


.contact-list-d{
	display:table;
	padding: 0px 0px 30px 0px;
}

.contact-list{
	display:table;
	padding: 0px 0px 30px 0px;
}

.contact-left{
	width: 70px;
    display: table-cell;
    	vertical-align:middle;
	padding: 1px 20px 1px 0px;
		text-align: center;
					animation: fadeIn 1s ease 0s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0s 1 forwards;
	opacity: 0;
}

.contact-list-d .contact-left img{
	width: 70px;
}

.contact-left img{
	width: 70px;
}

#contact #contents .contact-left a {
	color: #000;
	background-color:#fff;
	text-decoration: none;
	padding:0;
	margin:0;
	border:0;
}

#contact #contents .contact-left a:hover {
	background-color:#fff;
}

.contact-right{
    display: table-cell;
    	vertical-align:middle;
    	text-align: left;
				animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
	opacity: 0;
				text-align: justify;
text-justify: inter-ideograph;
}

#contact #contents a {
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
	border-bottom:1px solid #333;
}

#contact #contents a:hover {
	background-color:#000;
	color:#fff;
	text-decoration: none;
	padding:0;
	margin:0;
	-moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

#box-contact{
	padding: 20px 0px 0px 0px;
	font-size: 14px;
}

#box-contact h2{
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
		line-height: 120%; 
}

#promotion {
	padding: 5px 0px 0px 0px;
	
}



.contents a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
-moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

.cat-list{

}


.cat-list li{
	 margin: 0px 0px 30px 0px;
}

.cat-list li ul{
	 padding: 0px 0px 0px 50px;
}

.cat-list li ul li{
	 	width: 160px;
	 padding: 0px 20px 0px 0px;
		float:left;
}

.cat-list li ul li img{
	 	width: 160px;
	 	height: 160px;
	 padding: 0px 0px 0px 0px;
	 		border-radius: 3px;
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	behavior: url(/PIE.htc); /* for IE */
}

.cat-list li ul li div{
	 	width: 160px;
	 	height: 160px;
	 padding: 0px 0px 0px 0px;
		margin: -160px 0px 0px 0px;
}
		
.cat-list li ul li div div{
	 	width: 150px;
	 	height: 70px;
	 	margin: 80px 0px 0px 0px;
	 	padding: 5px;
		vertical-align:bottom;
		opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80)";
background-color: #fff;
	font-size: 10px;
	line-height: 150%; 
	letter-spacing: 0px;
}

.cat-list li ul li a{
	 	color: #999;
}

.cat-list li ul li a:hover {
	color: #ccc;
	padding:0;
	margin:0;
}

	
		
.cat-left {
	width: 400px;
	margin: 0px;
	 padding: 170px 0px 30px 0px;
		float:left;
	text-align: center;
}

.cat-right {
	width: 400px;
	margin: 0px;
	 padding: 30px 0px 30px 15px;
		float:left;
}

.cat-right img{
	width: 150px;
	margin: 0px;
	 padding: 0px 10px 10px 0px;
		float:left;
}

.cat-title {
	margin: 0px;
	 padding: 50px 0px 50px 0px;
	text-align: center;
}

.sen{
	text-align: left;
	padding: 0px;
	margin: 0px;
	clear: both;
			border-bottom: 1px solid #ccc;
	}	

.contents-right .sen{
	text-align: left;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
			border-bottom: 1px solid #ccc;
	}	
	
.post {
	width: 660px;
	margin:auto;
	 padding: 100px 20px 50px 0px;
	text-align: left;
}


.cel{
	font-size: 13px;
	background-color: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#E0E0E0));
background: -webkit-linear-gradient(#fff, #E0E0E0);
background: -moz-linear-gradient(#fff, #E0E0E0);
background: -ms-linear-gradient(#fff, #E0E0E0);
background: -o-linear-gradient(#fff, #E0E0E0);
background: linear-gradient(#fff, #E0E0E0);
-pie-background: linear-gradient(#fff, #E0E0E0);
behavior: url(PIE.htc);
}
.cel01{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	line-height:140%;
	padding: 5px 5px 5px 10px;
	background-color: #434A4B;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#434A4B), to(#121415));
background: -webkit-linear-gradient(#434A4B, #121415);
background: -moz-linear-gradient(#434A4B, #121415);
background: -ms-linear-gradient(#434A4B, #121415);
background: -o-linear-gradient(#434A4B, #121415);
background: linear-gradient(#434A4B, #121415);
-pie-background: linear-gradient(#434A4B, #121415);
behavior: url(PIE.htc);
}

.cel02{
	padding: 5px;
	font-size: 13px;
	color: #333333;
	line-height:140%;
	background-color: #FFFFFF;
}

.cel03{
	font-weight: bold;
	border-top: 1px solid #00877D;
	border-bottom: 1px dotted #323232;
	padding: 5px;
	background-color: #FFFFFF;
}

.cel04{
	border-bottom: 1px dotted #323232;
	padding: 5px;
	background-color: #FFFFFF;
}


.staff{
	padding: 5px;
	font-size: 12px;
	color: #333333;
	line-height:140%;
	background-color: #E9E3D3;
}


#title {
	padding: 0px 0px 8px 0px;
}


.next {
	text-align: right;
	padding: 0px 20px 0px 0px;
    margin:0;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
}
.next a{
	text-align: right;
	padding: 0px 20px 0px 0px;
    margin:0;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
}
.next a:hover {
	text-align: right;
	padding: 0px 20px 4px 0px;
    margin:0;
  text-decoration: underline;
}

.square{
	clear:left;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	padding: 5px;
	}



.img-left{

	float:left;

	margin-right: 10px;

	}

.img-right{

	float:right;

	margin-left: 10px;

	}
	

.time {

	color: #ccc;
    font-size: 80%;
}


.subtitle{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(/images/icons.gif) left top no-repeat;
	color: #555555;
	font-size: 12px;
	line-height: 150%; 
	font-weight: bold;
}

.news {
	padding: 0px 0px 0px 0px;
	border: 1px #666666 dotted;
}

.magenta{
	color: #D52558;

	}
.gray{

	color: #555555;

	}
	
.tb01 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2EA98F;
		background-color: #ffffff;
	}
	
.tb02 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

.tb03 {
	padding: 4px;
	margin: 0px;
	background-color: #caf2eb;
	}

.tb04 {
	padding: 4px;
	margin: 0px;
	background-color: #e4faf7;
	}

.tb05 {
	padding: 2px;
	margin: 0px;
	background-color: #2EA98F;
	  color :#FFF;
	}
.tb06 {
	text-align: center;
	}
.tb07 {
	padding: 6px 6px 6px 6px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2EA98F;
	}
.tb08 {
	background-color: #FFF;
	}
.tbl {
	padding: 4px;
	margin: 4px;
		background: url(/images/tb.gif) center top repeat;
	}
	
.tb00 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	}

	
.photo-box{
	width: 180px;
	height:160px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	line-height:130%;
	background-image: url(images/photoback.gif);
	background-repeat: no-repeat;
	float:left;
}

.photo{
	width: 140px;
	height:150px;
	margin: 0 auto;
	padding: 14px 15px 0px 5px;
	font-size: 12px;
	color: #333333;
}

.photo img {
	margin: 0px 0px 5px 0px;
}

.photo a {
	font-size: 13px;
	line-height:130%;
	color: #00877D;
	text-decoration: none;
	padding:0;
	margin:0;
}

.photo a:hover,
.photo a:active {
	color: #00877D;
	text-decoration: underline;
	padding:0;
	margin:0;
}

.service-img {
	vertical-align:top;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: left;
	}


.main{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

.main div.contents{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}


.pan {
	margin: 0px;
	padding: 0px 10px 15px 0px;
	font-size: 10px;
	text-align: right;
	color: #666;
}



.thm-box{
	width: 720px;
	padding:0;
	margin: auto;
}


.thm{
	width: 150px;
	height: 255px;
	padding: 10px 0px 10px 20px ;
	float: left;
	   overflow:hidden;
	   	margin: 0 auto;
}

.thm img{
	height: 225px;
		margin: 0 auto;
}

.thm p{
	padding: 10px 0px 0px 0px ;
		font-size: 10px;
	text-align: center;
		color: #666;
}

.thm a {
	text-decoration: none;
		color: #666;
	}
	
.thm a:hover {
	text-decoration: none;
	color: #999;
	}


.thm2{
	width: 150px;
	height: 135px;
	padding: 10px 0px 10px 20px ;
	float: left;
	   overflow:hidden;
	   	margin: 0 auto;
}

.thm2 div{
	width: 150px;
	height: 100px;
	   overflow:hidden;
		margin: 0 auto;
			text-align: left;
}

.thm2 img{
	width: 150px;
		margin: 0 auto;
}

.thm2 p{
	padding: 10px 0px 0px 0px ;
		font-size: 10px;
	text-align: center;
		color: #666;
}

.thm2 a {
	text-decoration: none;
		color: #666;
	}
	
.thm2 a:hover {
	text-decoration: none;
	color: #999;
	}

  /* Footer
-----------------------------------------*/


#footer {
	width: 80%;
	margin: 20px auto 20px auto;
	text-align: left;
			    z-index: 10;
   overflow:hidden;
   list-style:none;
     z-index: 100;
     font-size: 1.2rem;
     font-style: normal;
	line-height: 140%; 
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}

 .news-time{
	font-size: 10px;
	color: #ddd;
}


#footer02 {
	width: 100%;
	border-top: 1px solid #333;
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
background: #000;
	    z-index: 100;
}

#footer02-box {
	width: 80%;
	margin: 0px auto 0px auto;
	text-align: left;
	font-size: 11px;
	line-height: 140%; 	
	background: #000;
	z-index: 10;
		 color :#fff;
}

#footer02-box a{
	 color :#777;
}

#footer02-box a:hover{
	color: #999;
}

#footer02-box p{
	padding: 15px 0px 0px 0px;
	font-size: 10px;
	line-height: 140%; 	
	color: #333;
}

#footer02-box p a{
	color: #333;
}

#footer02-box p a:hover{
	color: #999;
}


#footer02-01 {
	margin: 0px;
	padding: 20px 20px 15px 45px;
	float:left;
		text-align: left;
}

#footer02-02 {
	margin: 0px;
	padding: 20px 30px 15px 0px;
	float:right;
		text-align: right;
}

#fukusyu-img {
	background: url(/images/fukusyu2.jpg) left top no-repeat;
}



#slideshow {
    top: 0px;
    left: 0px;
        	margin: 0 auto;
	text-align: center;
	     z-index: 0;
}


#slideshow img {
width: 100% !important;
    height: auto !important;
   min-width:815px;
     z-index: 0;
     	margin: 0 auto;
	text-align: center;
    top: 0;
    left: 0px;
position:fixed;
}


.navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.navigation a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px
	}
	

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
/* Store */

.item-pickup-left{
	width: 	200px;
    padding: 20px 30px 20px 20px;
	float: left;
}

.item-pickup-left img{
	width: 	200px;
}

.item-pickup-left p{
    padding:2px 0 15px 0;
    margin: 0;
	text-align: left;
}


.item-pickup-right{
	width: 	550px;
    padding: 20px 0px 20px 0px;
	float: left;
}

.item-pickup-right select{
    padding: 0px 5px 0px 0px;
    vertical-align:top;
}


.item-box{
	width: 	170px;
	height: 170px;
    padding: 10px 0 25px 0;
	float: left;
}

.item-img{
	width: 150px;
	height: 150px;
    padding:0;
}

.item-img a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
	border-width: 0px;
}

.item-title{
	width: 150px;
    padding:0;
    margin:5px 0 0 0;
	color: #ffffff;
	text-align: left;
	font-size: 13px;
}

.item-title a{
    text-decoration: none;
	color: #ffffff;
}

.item-title a:hover{
    text-decoration: none;
	color: #999999;
}

.item-ex{
    padding:0 0 0 0;
    margin: 0;
	text-align: left;
}

.item-ex p{
    padding:0;
    margin: 0;
	color: #777777;
    font-size: 11px;
　line-height: 11px;
}


h3{
font-style: normal;
	font-weight: bold;
	font-size: 100%;
	line-height: 140%; 
}

h3 a {
	color: #fff;
	text-decoration: none;
	padding:0;
	margin:0;
}

h3 a:hover {
	color: #999;
	text-decoration: underline;
	padding:0;
	margin:0;
}

.tag{
	font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho","ＭＳ Ｐ明朝" , "MS PMincho";
}



.active{color:red;}

.box-left {
	width: 420px;
	margin: 0px;
	 padding: 0px 0px 20px 0px;
		float:left;
}

.box-left img{
	 	width: 420px;
	 padding: 0px 0px 0px 0px;
	 		border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	behavior: url(/PIE.htc); /* for IE */
}

.box-right {
	width: 400px;
	margin: 0px;
	 padding: 0px 0px 20px 0px;
		float:right;
}



.photo-box{
	width: 720px;
	padding:0;
	margin: auto;
}

.photo-box{
	width: 750px;
	padding:0 0 0 40px;
	margin: auto;
}

.photo-box img{
max-width: 163px;
max-height: 241px;
}



.item {
width: 163px;
    margin: 6px;
    padding: 6px;
float: left;
}


.bx-wrapper{
	width: 100%;
	margin: 30px auto 30px auto;
		text-align: center;
}

.bxslider{
	width: 100%;
	margin: 0px auto 0px auto;
		text-align: center;
}

.bx-wrapper .bx-prev {
	width: 25px;
	height: 25px;
position: absolute;
top: 400px;
	left: calc(50% - 400px);
	left:-webkit-calc(50% - 400px);
		z-index: 2000;
			background: url(/wp2/images/bx-prev.png) left top no-repeat;
			background-size:10px 20px;
}

.bx-wrapper .bx-next {
	width: 25px;
	height: 25px;
position: absolute;
top: 400px;
	left: calc(50% + 390px);
	left:-webkit-calc(50% + 390px);
		z-index: 2000;
			background: url(/wp2/images/bx-next.png) left top no-repeat;
			background-size:10px 20px;
}


.bx-wrapper img{
	max-height: 450px;
	margin: 0px auto 15px -80px;
}

.bx-wrapper p{
	margin: 0px auto 15px -80px;
}

  /* luxbar
-----------------------------------------*/

.luxbar-default{width:100%;max-width:80%;margin: 40px auto 20px auto;position:relative;}

.luxbar-hamburger span,.luxbar-hamburger span::before,.luxbar-hamburger span::after{display:block;height:2px;width:26px;transition:0.6s ease}

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span{background-color:transparent}

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before,.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after{margin-top:0}

.luxbar-header{
	display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:58px}

.luxbar-menu-right .luxbar-hamburger{margin-left:auto}

.luxbar-brand{font-size:1.6em;padding:18px 24px 18px 24px}

.luxbar-menu{
		font-family : 'Crimson Text', CrimsonText, TimesNewRoman, 'Times New Roman', Times, 'Roboto Slab' , Garamond , 'MS Sans Serif', sans-serif;
	min-height:58px;transition:0.6s ease;width:100%}

.luxbar-navigation{display:flex;flex-direction:column;list-style:none;padding-left:0;margin:0}

.luxbar-menu a,.luxbar-item a{text-decoration:none;color:inherit;cursor:pointer}

.luxbar-item{
	font-size: 1.5rem;
	line-height: 100%; 
	margin:18px 0px 0px 3%;
	}

.luxbar-item a{margin:6px 0 6px 0;padding:0px 1px 0px 1px;display:block}

.luxbar-item a:hover {
opacity:1.0;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
background-color:#000;
color:#fff;
-moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

@-webkit-keyframes blink{
    50% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    50% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    50% {opacity:0.3;}
    100% {opacity:1;}
}

.lang {
	font-size: 1.5rem;line-height: 100%;position: absolute; right: 0px; top: -15px;}
.lang  a{margin:6px 0 6px 0px;padding:0px 1px 0px 1px;}
.lang a:hover {
opacity:1.0;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
background-color:#000;
color:#fff;
-moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

.luxbar-hamburger{padding:18px 12px 18px 12px;position:relative;cursor:pointer}

.luxbar-hamburger span::before,.luxbar-hamburger span::after{content:'';position:absolute}

.luxbar-hamburger span::before{margin-top:-8px}

.luxbar-hamburger span::after{margin-top:8px}

.luxbar-checkbox{display:none}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu{overflow:hidden;height:58px}

.luxbar-checkbox:checked ~ .luxbar-menu{transition:height 0.6s ease;height:100vh;overflow:auto}

.dropdown{position:relative;height:auto;min-height:58px}

.dropdown:hover>ul{position:relative;display:block;min-width:100%}

.dropdown>a::after{position:absolute;content:'';right:10px;top:25px;border-width:5px 5px 0;border-color:transparent;border-style:solid}

.dropdown>ul{display:block;overflow-x:hidden;list-style:none;padding:0}

.dropdown>ul .luxbar-item{min-width:100%;height:29px;padding:5px 10px 5px 40px}

.dropdown>ul .luxbar-item a{min-height:29px;line-height:29px;padding:0}

.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::before{transform:rotate(225deg)}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::after{transform:rotate(-225deg)}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::before{transform:rotate(45deg)}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::after{transform:rotate(-45deg)}
.luxbar-menu-light,.luxbar-menu-light .dropdown ul{background-color:#fff;color:#111}
.luxbar-menu-light .luxbar-hamburger span,.luxbar-menu-light .luxbar-hamburger span::before,.luxbar-menu-light .luxbar-hamburger span::after{background-color:#212121}


@media screen and (min-width: 768px)
{.luxbar-navigation{flex-flow:row;justify-content:flex-end}
.luxbar-hamburger{display:none}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu{overflow:visible}
.luxbar-checkbox:checked ~ .luxbar-menu{height:58px}
.luxbar-menu .luxbar-item{border-top:0}
.luxbar-menu-right .luxbar-header{margin-right:0}
.dropdown{height:58px}
.dropdown:hover>ul{position:absolute;left:0;top:58px;padding:0}
.dropdown>ul{display:none}
.dropdown>ul .luxbar-item{padding:5px 10px}
.dropdown>ul .luxbar-item a{white-space:nowrap}
}

@media screen and (min-width:1024px)
{.luxbar-item{
	font-size: 1.5rem;
	line-height: 100%; 
	margin:18px 0px 0px 7%;
	}
}

*:focus {
  outline: none;
}

.lightbox { 
display: none;
 }


 
.featherlight-img {
    max-width:100%;
    max-height:calc(100vh - 150px);
     width:auto;
    height:auto;
    margin: auto;
    vertical-align: bottom;
    -webkit-animation: render_update 1s linear 0s infinite;
       -moz-animation: render_update 1s linear 0s infinite;
         -o-animation: render_update 1s linear 0s infinite;
            animation: render_update 1s linear 0s infinite;
}

#contact #contents .spm a {
display:inline-block;
border-bottom: 1px solid #333;
	line-height: 100%; 
}

#contact #contents .spm a:hover {
border-bottom: 1px solid #fff;
}

.spm a img:hover, #contact #contents .spm a img:hover {
   filter: invert(200%);
   	-moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
    }

/* Language Switch */



.luxbar-navigation .lang ul.bogo-language-switcher {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.luxbar-navigation .lang ul.bogo-language-switcher li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 項目の間に「 / 」を表示 */
.luxbar-navigation .lang ul.bogo-language-switcher li + li::after {
  content: " / ";
  padding: 0 0.2em;
}

.luxbar-navigation .lang ul.bogo-language-switcher {
  flex-direction: row-reverse;
}

#news-loading div{
  display:inline-block;       
  width:7px;
  height:7px;
  border-radius:50%;
  background:#000;
  opacity:.45;
  animation:gptdot 1.2s ease-in-out infinite;
}

/* 呼吸っぽくちょっとだけ膨らむ */
@keyframes gptdot{
  0%,100%{ opacity:.45; transform:scale(1); }
  50%    { opacity:1;   transform:scale(1.3); }
}

.space {
	clear: both;
	height: 50px; 
}