<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/******************************************************************************
  COMMON
*******************************************************************************/
body {
    /* ルート要素を変更する */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	word-wrap:break-word !important;
}

@media (min-width: 320px) {
  html {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
    /* 14px @ 320px increasing to 16px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

a {
	text-decoration:none;
	color: rgb(0,0,0,1);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
a:hover,
a:active {
  color: rgb(0,0,0,1);
  opacity: .5;
  filter: alpha(opacity=70);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (min-width: 320px) {
  h1 {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.5));
    /* 18px @ 320px increasing to 26px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
  h2 {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 0.3125));
	/* 17px @ 320px increasing to 22px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
  h3 {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.25));
	/* 16px @ 320px increasing to 20px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
  h4 {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
    /* 14px @ 320px increasing to 16px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
  h5 {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.0625));
    /* 14px @ 320px increasing to 15px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
}

h1, h2, h3, h4 {
	font-weight: bold;
}
h5, h6 {
	font-weight: normal
}
h1.cursive {
	font-family: "Permanent Marker";
} 
h2.cursive, h3.cursive, h4.cursive {
	font-family: "Rock Salt";
} 

@media (min-width: 320px) {
/* 30px @ 320px increasing to 60px @ 1920px */
  .margin-bottom-l {
    margin-bottom: calc(1.875rem + ((1vw - 0.2rem) * 1.875))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
  .margin-top-l {
    margin-top: calc(1.875rem + ((1vw - 0.2rem) * 1.875))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
  .padding-l {
    padding: calc(1.875rem + ((1vw - 0.2rem) * 1.875))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
/* 20px @ 320px increasing to 40px @ 1920px */
  .margin-bottom-m {
    margin-bottom: calc(1.25rem + ((1vw - 0.2rem) * 1.25))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
  .margin-top-m {
    margin-top: calc(1.25rem + ((1vw - 0.2rem) * 1.25));
    /* Safari resize fix */
    min-height: 0vw;
  }
  .padding-m {
    padding: calc(1.25rem + ((1vw - 0.2rem) * 1.25));
    /* Safari resize fix */
    min-height: 0vw;
  }
/* 10px @ 320px increasing to 20px @ 1920px */
  .margin-bottom-s {
    margin-bottom: calc(0.625rem + ((1vw - 0.2rem) * 0.625))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
  .margin-top-s {
    margin-top: calc(0.625rem + ((1vw - 0.2rem) * 0.625))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
  .padding-s {
    padding: calc(0.625rem + ((1vw - 0.2rem) * 0.625))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
/* 6px @ 320px increasing to 10px @ 1920px */
  .padding-xs {
    padding: calc(0.375rem + ((1vw - 3.2px) * 0.25));
    /* Safari resize fix */
    min-height: 0vw;
  }
}


/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  .margin-bottom-l {
    margin-bottom: 60px!important;
  }
  .margin-top-l {
    margin-top: 60px!important;
  }
  .padding-l {
    padding: 60px!important;
  }
  .margin-bottom-m {
    margin-bottom: 40px!important;
  }
  .margin-top-m {
    margin-top: 40px!important;
  }
  .padding-m {
    padding: 40px!important;
  }
  .margin-bottom-s {
    margin-bottom: 20px!important;
  }
  .margin-top-s {
    margin-top: 20px!important;
  }
  .padding-s {
    padding: 20px!important;
  }
  .padding-xs {
    padding: 10px!important;
  }
}

.dovetail {
	color: rgb(94,81,66);
}
.timber-frame {
	color: rgb(149, 97, 52);
}
.hand-hewn {
	color: rgb(0, 91, 172);
}

/******************************************************************************
  HEADING and TITLE Effects
*******************************************************************************/
/** WP記事 **/
#line-share {
	float: left;
	padding-top: 5px
}
#line-share ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0
}
#line-share ul li {
	padding-left:  20px
	
}
@media only screen and (max-width: 767px) {
  #line-share {
	padding-top: 0px
  }
}


.fa-circle-info {
	color: red;
}



.v-align {
	vertical-align: middle;
}
.smaller {
	font-size: 0.75em;
}
.citation {
	font-size: 12px;
}
.icons-m {
	font-size: 1.3em;
}
.border-box {
border: 1px solid #CCC;
}

.padding-side-s {
	padding: 0 10px;
}


@media (min-width: 320px) {
  .content {
	padding: 0 5px;
	margin-bottom: 60px;
    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  .content {
	padding: 0 15px;
	margin-bottom: 60px
  }
}

@media (min-width: 320px) {
  .wp-block-media-text__content {
    padding: calc(0rem + ((1vw - 3.2px) * 1.25)) calc(0rem + ((1vw - 3.2px) * 1.875)) calc(0rem + ((1vw - 3.2px) * 0.625))!important;
    /* 0px @ 320px increasing to 20px @ 1920px */
	/* 0px @ 320px increasing to 10px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
  .content {
	padding: 0 calc(0.3125rem + ((1vw - 3.2px) * 0.625));
	/* 5px @ 320px increasing to 15px @ 1920px */
	/* 5px @ 320px increasing to 15px @ 1920px */
	margin-bottom: calc(1.875rem + ((1vw - 3.2px) * 1.875));
	/* 30px @ 320px increasing to 60px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  .wp-block-media-text__content {
    padding: 20px 30px 10px!important;
  }
  .content {
    padding: 0 15px;
	margin-bottom: 60px;
  }
}





#logo-collapse {
	padding: 3px;
}
@media (min-width: 320px) {
.title-container {
    margin: 0 auto calc(0.9375rem + ((1vw - 3.2px) * 0.625));
    /* 15px @ 320px increasing to 25px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
.title-container {
    margin: 0 auto 25px;
  }
}
.title-box {
	border-bottom-width: 1px;
	margin-bottom: 30px;
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.title-box:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 45px;
}
.title {
	color: #333333;
	margin: 0;
	padding: 14px 3px;
	font-family: "Meiryo";
}


.profile {
	color: #333333;
	font-family: "Meiryo UI";
	margin: 0 0 8px 0;
}
h3.profile {
	font-size: 16px;
	font-weight: bold;
}
h4.profile {
	font-size: 16px;
}
.txt-copy {
	font-family: "Meiryo UI","ヒラギノ角ゴ Pro W3";
}


.title-box-centered {
	border-bottom-width: 1px;
	margin-bottom: 30px;
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.title-box-centered:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 70px;
}
.title-box-centered:after {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  right: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 70px;
}



/******************************************************************************
  Breadcrumbs
*******************************************************************************/
.breadcrumb-box .container {
  overflow: hidden;
}
.breadcrumb-box .container #wrapper {
  border-top: dotted 1px #999999;
  border-bottom: dotted 1px #999999;
}
ul.breadcrumb {
  padding: 10px 0 10px 5px;
  list-style: none;
  margin: 0;
}
ul.breadcrumb &gt; li {
  line-height: 1.5rem;
  text-shadow: none;
  display: inline-block;
}
ul.breadcrumb &gt; li + li:before {
  padding: 0 15px;
  color: rgb(93,81,65,1);
  content:"/\00a0";
}
ul.breadcrumb&gt;.active{
  color: rgb(0,0,0,0.75);
  font-weight: bold
}
li#breadcrumbs {
	margin: 0;
}


/******************************************************************************
  PHP entries
*******************************************************************************/
@media (min-width: 320px) {
  #whats-new .title-box, #news .title-box, #category .title-box, #sidebar .title-box {
	/* 4px @ 320px increasing to 7px @ 1920px */
	padding: calc(0.25rem + ((1vw - 0.2rem) * 0.1875)) 0;
    /* Safari resize fix */
    min-height: 0vw;
  }

  #whats-new .entry h3, #news .entry h3, #announcement-top h3, #sidemenu-popular-top h3, #search .entry h3, #category .entry h3, #sidebar .title-box h3 {
	/* 7px @ 320px increasing to 12px @ 1920px */
	padding: calc(0.4375rem + ((1vw - 3.2px) * 0.3125));
	/* 14px @ 320px increasing to 16px @ 1920px */
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
    /* Safari resize fix */
    min-height: 0vw;
  }
}

@media (min-width: 1920px) {
  #whats-new .title-box, #news .title-box, #announcement-top h3, #sidemenu-popular-top h3, #search .entry h3, #category .title-box, #sidebar .title-box {
	padding: 0.4375rem;
  }
  #whats-new .entry h3, #news .entry h3, #search .entry h3, #category .entry h3, #sidebar .title-box h3 {
	padding: 0.75rem;
	font-size: 16px;
  }
}



#article .entry .content p {
	margin: 20px 0;
	font-size: 16px;
    /* Safari resize fix */
    min-height: 0vw;
}
@media (min-width: 320px) {
  #article .entry &gt; .content &gt; p:first-child {
	font-style: normal;
	/* 14px @ 320px increasing to 16px @ 1920px */
	font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
	/* 5px @ 320px increasing to 20px @ 1920px */
	margin: calc(0.3125rem + ((1vw - 3.2px) * 0.9375)) 0;
    /* Safari resize fix */
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  #article .entry &gt; .content &gt; p:first-child {
	font-style: italic;
	font-size: 16px;
	margin: 20px 0
  }
}
@media (min-width: 320px) {
  #article .entry .content p:nth-child(2).has-text-align-right {
    /* 12px @ 320px increasing to 14px @ 1920px */
	font-size: calc(0.75rem + ((1vw - 3.2px) * 0.125));
	/* 5px @ 320px increasing to 20px @ 1920px */
	margin: calc(0.3125rem + ((1vw - 3.2px) * 0.9375)) 0;
    /* Safari resize fix */
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  #article .entry .content p:nth-child(2).has-text-align-right {
    font-size: 14px;
	margin: 20px 0
  }
}

#whats-new .entry,
#news .entry,
#search .entry,
#category .entry,
#tag .entry {
	padding: 0 3px;
	font-family: 'メイリオ', Meiryo,'Noto Sans Japanese', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif 
}


#whats-new .entry p,
#news .entry p,
#search .entry p,
#category .entry p,
#tag .entry p {
	padding: 2px 5px 5px;
}


#whats-new .entry h3,
#news .entry h3,
#search .entry h3,
#category .entry h3,
#tag .entry h3 {
	margin: 0.7rem 0;
	background-color:rgb(93,81,65,0.5)/**rgb(151,161,166,0.3)**/;
	border-radius: 0px;
	font-weight: normal;
}
#whats-new .entry h3:before,
#news .entry h3:before,
#search .entry h3:before,
#category .entry h3:before,
#tag .entry h3:before {
	content: "●";
	color: #fff;
	margin-right: 0.5em;
}


#whats-new .entry h3 a,
#news .entry h3 a,
#article .entry h3 a,
#search .entry h3 a,
#category .entry h3 a,
#tag .entry h3 a {
	color: #000;
}


#whats-new .entry .date,
#news .entry .date,
#article .entry .date,
#search .entry .date,
#category .entry .date,
#tag .entry .date {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9b9b9b;
	font-size: 0.85rem;
}
#whats-new .entry .date:before,
#news .entry .date:before,
#article .entry .date:before,
#search .entry .date:before,
#category .entry .date:before,
#tag .entry .date:before {
	content: url(../img/icon_calendar.jpg);
	vertical-align: middle;
	padding-right: 0.5em;
}
#search .entry .date .lable-category,
#news .entry .date .lable-category,
#article .entry .date .lable-category,
#search .entry .date .lable-category,
#category .entry .date .lable-category,
#tag .entry .date .lable-category {
	display:inline-block;
	font-size: 0.75rem;
}
#search .entry .date .lable-category a,
#news .entry .date .lable-category a,
#article .entry .date .lable-category a,
#search .entry .date .lable-category a,
#category .entry .date .lable-category a,
#tag .entry .date .lable-category a {
	padding: 2px 5px 0 5px;
	text-decoration:none;
	color: #FFF;
	display: inline-block;
	background: #fb4c35;
	border-color: #fb4c35;
	margin-left: 5px
}
#search .entry .date .lable-category a:hover,
#news .entry .date .lable-category a:hover,
#article .entry .date .lable-category a:hover,
#search .entry .date .lable-category a:hover,
#category .entry .date .lable-category a:hover,
#tag .entry .date .lable-category a:hover{
	background: #000;
	border-color: #000;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
#gallery h5 .lable-category {
	display:inline-block;
	font-size: 0.8rem;
}
#gallery h5 .lable-category a {
	padding: 3px 5px 2px 5px;
	text-decoration:none;
	color: #FFF;
	display: inline-block;
	background: rgb(51,153,102,.8);
	border-color: rgb(51,153,102,.8);
	margin-left: 5px
}
#gallery h5 .lable-category a:hover {
	background: #000;
	border-color: #000;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
#search .entry .description,
#news .entry .description,
#article .entry .description,
#search .entry .description,
#category .entry .description,
#tag .entry .description{
	font-size: 0.9rem;
	margin: 0.5rem 0.5rem 1.5rem;
}
#news .entry .tags {
	margin: 0.5rem 0.5rem 1rem;
	font-size: 0.85rem;
}
#news .entry .tags a {
	margin-right: 10px;
	border: solid 1px #999999;
	display: inline-block;
	padding: 3px 4px 2px 5px;
}
#news .entry .tags a:last-child {
	margin-right: 0
}


@media (min-width: 320px) {
  #article .entry .wp-block-heading,
  #article .entry .wp-block-media-text {
    margin-top: calc(1.25rem + ((1vw - 3.2px) * 1.25));
    /* 20px @ 320px increasing to 40px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
  #article .entry .wp-block-media-text {
    margin-bottom: calc(1.25rem + ((1vw - 3.2px) * 1.25));
    /* 20px @ 320px increasing to 40px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  #article .entry .wp-block-heading,
  #article .entry .wp-block-media-text {
    margin-top: 40px;
  }
  #article .entry .wp-block-media-text {
    margin-bottom: 40px;
  }
}

#article .entry ul.video {
	list-style-type: none;
	padding: 5px 10px 10px;
}
#article .entry ul.video li {
	padding: 5px;
}
#article .entry ul.episodes {
	list-style-type: none;
	padding: 5px 15px 10px;
}
#article .entry ul.episodes li {
	padding: 15px;
}


#whats-new .entry .btn-more,
#news .entry .btn-more,
#search .btn-more,
#category .entry .btn-more,
#search .entry .btn-more,
#tag .entry .btn-more {
	float:right;
}

.attachment-thumbnail {
	padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
	border-radius:.25rem;
	max-width:100%;
	height:auto
}

#entry-meta {
	margin-bottom: 20px;
}
#entry-meta a:link {
	text-decoration: underline;
}
#social {
	margin-bottom: 40px;
}


#pagination #prev {
	float: left;
}
#pagination #next {
	float: right;
}


.pagination {
	display: inline-block;
	text-align: center;
	margin-top:40px
}
.page-numbers {
	margin-left: 17px;
	border: solid 1px #999999;
	box-sizing: border-box;
	padding: 3px 7px;
}
.current {
	background-color: gray;
	color: white;
}

.wp-block-button__link {
	font-size: 0.9rem!important
}



/* スクリーンリーダー限定テキスト： the_post_navigation() 用 */ 
.screen-reader-text { 
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* 前の投稿へのリンクを左寄せ */
.nav-previous {
  float: left;
  margin-left: 10px;
}
/* 次の投稿へのリンクを右寄せ */
.nav-next {
  float: right;
  margin-right: 10px;
}
/* リンクが長い場合に重ならないように */
.nav-previous,
.nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

ul.wp-block-list,
ol.wp-block-list {
	margin: 1rem 0;
}
.wp-block-list li {
	padding: 0.8rem 0;
}

#2-columns {
	margin-top: 25px 
}



/******************************************************************************
 SIDEBAR
*******************************************************************************/
#sidebar {
	margin-bottom: 40px;
}
.fb-page {
	display:block !important;
	margin:0px auto !important;
}
#announcement {
	margin-bottom: 25px;
	border-bottom: solid 1px #1e1e1e;
}
#announcement h3 {
	display: flex;
	align-items: center;
}
#announcement h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #1e1e1e;
	margin-right: 1rem
}
#announcement .entry h5 {
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b9b9b9;
}
#announcement .entry h5:last-child {
	border-bottom-width: 0;
	margin-bottom: 0
}
#announcement .entry h5 a {
	text-decoration: none;
}

#announcement .entry .date {
	margin-bottom: 5px;
}
#announcement-top {
	margin-bottom: 20px;
	padding: 0 24px;
}
#announcement-top h3 {
	display: flex;
	align-items: center;
}
#announcement-top h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #1e1e1e;
	margin-right: 1rem
}
#announcement-top .entry {
	border-bottom: solid 1px #1e1e1e;
}
#announcement-top .entry h4 {
	font-weight:normal;
	margin: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b9b9b9;
}
#announcement-top .entry h4:last-child {
	border-bottom-width: 0;
	margin-bottom: 0
}
#announcement-top .entry h4 a {
	color: black;
	text-decoration: none;
}
#announcement-top .entry .date {
	margin-bottom: 5px;
}









#sidemenu-category {
	border: solid 2px rgb(51,153,102,0.8);
	border-radius: 0px;
	font-family: 'Noto Sans Japanese', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif !important;
}
#sidemenu-category h3 {
	background: rgb(51,153,102,0.8);
	padding: 15px;
	margin: 0;
	color: #FFF
}
#sidemenu-category ul {
	margin: 0;
	padding: 10px
}
#sidemenu-category ul li {
	padding: 20px 30px;
	list-style-type: none;
	border-bottom: dotted 1px #D6D6D6;
	display: block
}
#sidemenu-category ul li:last-child {
	border:none;
}
#sidemenu-category ul li:before {
	font-family: FontAwesome;
	content: '\f35a';
	vertical-align: top;
	padding-right: 0.5rem;
}

#sidemenu-popular {
	font-family: 'Noto Sans Japanese', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif !important;
}
#sidemenu-popular h3 {
	padding: 15px;
	margin: 0;
	text-align: center;
}
#sidemenu-popular ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#sidemenu-popular ul li {
	padding: 0 0 20px 0;
}
#sidemenu-popular ul li h5 {
	margin: 0;
}

#sidemenu-popular-top {
	font-family: 'Noto Sans Japanese', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif !important;
	margin-bottom: 20px;
	padding: 0 24px;
}
#sidemenu-popular-top h3 {
	padding: 15px;
	margin: 0;
	text-align: center;
}
#sidemenu-popular-top ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#sidemenu-popular-top ul li {
	padding: 0 0 20px 0;
}
#sidemenu-popular-top ul li h5 {
	margin: 0;
}


#sidebar #banner .bnr {
	padding: 10px;
}
#banner .bnr {
	margin-bottom: 15px;
	padding: 0 20px
}


/**
.text-overlay {
	position: relative;
	width: 100%;
	display: block
}
text-overlay img{
	width: 100%
}
.text-overlay h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	background: rgb(0,0,0,0.75);
	padding: 20px 5px;
	text-align:left;
	max-width: 400px;
	min-width: 210px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: normal;
}
.text-overlay a {
	color: #FFF;
	font-size: 1.4rem;
	display: block;
}

**/



/******************************************************************************
 Product Pages
*******************************************************************************/
.text-timberframe {
	color: #6a020e!important;
	font-weight: bold!important;
}
.text-dovetaillog {
	color: #123b00!important;
	font-weight: bold!important;
}
.text-timberlike {
	color: #235db3!important;
	font-weight: bold!important;
}


.title-timberframe {
	color: #6a020e;
	font-family: Meiryo;
	font-weight: bold;
	font-size: 1.25rem;
}
.title-dovetaillog {
	color: #123b00;
	font-family: Meiryo;
	font-weight: bold;
	font-size: 1.25rem;
}
.title-timberlike {
	color: #235db3;
	font-family: Meiryo;
	font-weight: bold;
	font-size: 1.25rem;
}


.txt-1 {
	color: #00aeef!important;
	font-weight: bold;
}
.txt-2 {
	color: #bcc300!important;
	font-weight: bold;
}
.txt-3 {
	color: #49c148!important;
	font-weight: bold;
}
.txt-4 {
	color: #6b297a!important;
	font-weight: bold;
}

.bg-black {
	background-color: #000;
}


#job-application-form,
#general-form,
#general-en-form {
	border: 1px solid #c0c0c0;
	padding: 30px;
	margin-bottom: 60px;
	font-size: 1.05rem;
	font-family: "Meiryo UI","ヒラギノ角ゴ Pro W3";
}
#book-purchasing ul {
	margin: 0;
	padding: 0;
	font-size: 12px
}
#book-purchasing ul li {
	padding: 3px 0;
	list-style-type: none;
}
#book-purchasing ul li:last-child {
	padding: 15px 0 0;
	list-style-type: none;
	font-size: 13px
}
ul.purchasing-instruction {
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 15px
}
ul.purchasing-instruction li {
	padding: 5px 0;
	list-style-type: none;
	font-style: italic
}
.col-form-label {
	color: #1197CB
}

@media (min-width: 320px) {
  mb-3 {
    margin: calc(0rem + ((1vw - 3.2px) * 1.875)) 0;
    /* 0px @ 320px increasing to 30px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  mb-3 {
    margin: 30px 0;
  }
}

.reason,#inquiry {
	margin-bottom: 50px;
	padding-bottom: 150px
}


.col-form-label {
	margin-top: 6px;
}
.fileinput-label {
	margin-top: 45px
}

.form-check-label {
	padding-left: 7px
}
.form-check-inline {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 25px
}

.phpfb-centered {
	text-align: center;
	font-size: 1.25rem;
}
.form-btn {
	font-size: 1.25rem;
}

#jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
/**********background-color:#eeeeee**********/
  background-color: #F6F6F6;
}
#jumbotron-wht {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #FFF;
}
#jumbotron h1,
#jumbotron .h1,
#jumbotron-wht .h1 {
  color: inherit;
}
#jumbotron p,
#jumbotron-wht p {
  margin-bottom: 15px;
/**********font-size:21px;**********/
  font-weight: 200;
}
#jumbotron &gt; hr,
#jumbotron-wht &gt; hr {
  border-top-color: #d5d5d5;
}
.container #jumbotron,
.container-fluid #jumbotron {
  border-radius: 6px;
}
#jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #jumbotron,
  #jumbotron-wht {
    padding: 48px 0;
  }
  .container #jumbotron,
  .container-fluid #jumbotron,
  .container #jumbotron-wht {
    padding-left: 60px;
    padding-right: 60px;
  }
  #jumbotron h1,
  #jumbotron .h1 {
    font-size: 63px;
  }
}

/******************** YouTube Responsive  ********************/
.youtube {
	width: 90%; /* 横幅変更 */
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.youtube .embed-responsive {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******************************************************************************
  RETURN TO TOP
*******************************************************************************/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 2
}


/********************  Top Page  ********************/
.container-fluid#product-line {
	background-color: rgb(140,103,62,.05)
}



@media (min-width: 320px) {
  /* 0px @ 320px increasing to 20px @ 1920px */
  #product-line p {
    padding: 5px calc(0rem + ((1vw - 3.2px) * 1.25));
    /* Safari resize fix */
    min-height: 0vw;
  }
  /* 0.15rem(2.4px) @ 20rem(320px) increasing to 0.5rem(8px) @ 120rem(1920px) */
  .list-group-item {
	padding: calc(0.15rem + ((1vw - 0.2rem) * 0.35))!important;
    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
  #product-line p {
    padding: 5px 20px;
  }
  .list-group-item {
	padding: 0.5rem!important;
  }
}


@media (min-width: 320px) {
  #featured-banners .row {
    padding: 0 calc(0rem + ((1vw - 3.2px) * 6.25));
    /* 0px @ 320px increasing to 100px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  #featured-banners .row {
    padding: 0 100px;
  }
}


			
/********************  Buttons by products  ********************/
.btn-timberframe {
  color: #ffffff;
  background-color: #A4081A;
  border-color: #6A0B16;
}
.btn-timberframe:hover,
.btn-timberframe:focus {
  color: #ffffff;
  background-color: #6a020e;
  border-color: #49020A;
  background-position: 0 -15px;
}
.btn-timberframe {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-timberframe {
  background-image: -webkit-linear-gradient(top, #A4081A 0%, #6a020e 100%);
  background-image: -o-linear-gradient(top, #A4081A 0%, #6a020e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A4081A), to(#6a020e));
  background-image: linear-gradient(to bottom, #A4081A 0%, #6a020e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA4081A', endColorstr='#ff6a020e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-dovetaillog {
  color: #ffffff;
  background-color: #266909;
  border-color: #184106;
}
.btn-dovetaillog:hover,
.btn-dovetaillog:focus {
  color: #ffffff;
  background-color: #123b00;
  border-color: #49020A;
  background-position: 0 -15px;
}
.btn-dovetaillog {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dovetaillog {
  background-image: -webkit-linear-gradient(top, #266909 0%, #123b00 100%);
  background-image: -o-linear-gradient(top, #266909 0%, #123b00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#266909), to(#123b00));
  background-image: linear-gradient(to bottom, #266909 0%, #123b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff266909', endColorstr='#ff123b00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-timberlike {
  color: #ffffff;
  background-color: #235db3;
  border-color: #1A4381;
}
.btn-timberlike:hover,
.btn-timberlike:focus {
  color: #ffffff;
  background-color: #083272;
  border-color: #05234E;
  background-position: 0 -15px;
}
.btn-timberlike {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-timberlike {
  background-image: -webkit-linear-gradient(top, #235db3 0%, #083272 100%);
  background-image: -o-linear-gradient(top, #235db3 0%, #083272 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#235db3), to(#083272));
  background-image: linear-gradient(to bottom, #235db3 0%, #083272 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff235db3', endColorstr='#ff083272', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}



/******************************************************************************
 NAVIGATION
*******************************************************************************/
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}


.nav {
	font-family: "Yu Gothic","Meiryo UI";
	font-weight: bold;
}


ul.nav li, ul.nav li a {
	line-height:5rem;
}
ul.dropdown-menu li, ul.dropdown-menu li a {
	line-height:3.5rem;
}


/******************************************************************************
 FOOTER
*******************************************************************************/
#footer {
	background-color: #000;
	bottom: 0px;
	min-height: 100%;
	height: auto;
	margin-bottom: -40px;
}
#ftr-nav {
	color: #999;
}

@media (min-width: 320px) {
  #ftr-nav {
    margin-left: calc(1.25rem + ((1vw - 3.2px) * 14.375));
	/* 20px @ 320px increasing to 250px @ 1920px */
    /* Safari resize fix */
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  #ftr-nav {
    margin-left: 250px;
  }
}

#ftr-nav ul {
	list-style: none;
	margin: 15px 0 0;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
#ftr-nav ul li{
	margin-left: 0;
	display: block;
	padding: 0 0 15px;
}
#ftr-nav ul li ul{
	margin-top: 0;
	padding-top: 0;
}
#ftr-nav ul li ul li:last-child {
	padding: 0;
}
#ftr-nav a {
	color: #999;
}
#ftr-nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#ftr-nav ul &gt; a:before {
	content: "";
    border-color: transparent #8A2908;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
.triangle-bottom {
	content: "";
    border-color: #BDBDBD transparent #BDBDBD transparent ;
    border-style: solid;
    border-width: 0.45em 0.35em 0 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.8em;
    position: relative;
}
#ftr-nav-b2b {
	margin-top: 25px;
	color: #999;
}
#ftr-nav-b2b ul{
	float:center;
	line-height:1.5rem;
}
#ftr-nav-b2b ul li{
	line-height: 1rem;
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 17px;
}
#ftr-nav-b2b ul li.last{
	border: none;
	padding-left: 10px;
}
#ftr-nav-b2b ul li a{
	line-height: 1rem;
	color: #999;
}
#ftr-nav-b2b ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#ftr-nav-b2b a {
	color: #999;
	font-family: Meiryo;
	font-size: 13px;
}
#ftr-nav-b2b a:hover {
	color: #FFF;
	text-decoration: none;
}
#ftr-nav-b2b #b2b {

}
#link-author {
	padding: 20px 0 10px
}
#link-author a {
	color: #999;
	font-family: Meiryo;
}
#link-author a:hover {
	color: #FFF;
	text-decoration: none;
}



/********************  NEWS  ********************/
.news {
	width: 100%;
	height: 750px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #CCC;
}
.news-title {
	font-weight: bold;
	font-size: 1.2em;
	color: #DF7401;
}
.news-padding {
	padding: 0 30px;
}



/********************  RESPONSIVE EFFECTS  ********************/




/*
@media only screen and (min-width: 768px) {
#logo-nocollapse { display: block; padding:3px;}
#logo-collapse { display: none; }
#img-tit-p { display: block; }
#img-tit-t { display: none; }
#img-tit-s { display: none; }
.news p { padding: 25px 30px; font-size: 1.1em; }
.margin-top-slider { margin-top: 100px; }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
#logo-nocollapse { display: none; }
#logo-collapse { display: block; }
#img-tit-p { display: none; }
#img-tit-t { display: block; }
#img-tit-s { display: none; }
.news p { padding: 25px 20px; font-size: 1.05em; }
.margin-top-slider { margin-top: 50px; }
}


@media only screen and (max-width: 479px) {
#logo-nocollapse { display: none; }
#logo-collapse { display: block; }
#img-tit-p { display: none; }
#img-tit-t { display: none; }
#img-tit-s { display: block; }
.news p { padding: 25px 10px; font-size: 1em; }
.margin-top-slider { margin-top: 50px; }
}
*/



/********** NAV **********/
.nav-item {
	padding: 10px 25px;
	font-size: 1.1rem;
	font-weight: 400;
}
.nav-link {
	color: black
}
.autohide{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}
.scrolled-down{
	transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.3s ease-in-out;
}

.custom-toggler.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
}
.custom-toggler .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.45)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



/********** Banner Effects **********/
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}


.media__image { display: block; }


.media__body {
  background: rgba(41, 128, 185, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}


.media__body:hover { opacity: 1; }


.media__body:after,
.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}


.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}


.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}


.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


.media__body h2 { margin-top: 0; }


.media__body p { margin-bottom: 1.5em; }



/********** Featured Post Creative **********/
#featured-post-creative-xs {
	padding: 0 15px
}





/********** Case Study Page **********/



.links {
 margin: 100px;
 text-align: center;
}
.links img {
 vertical-align: middle;
}

@media (max-width: 768px) {
.links {
 margin: 50px 10px;
}
}


/********** English Page **********/
.container-fluid#product-line-en {
	background-color: rgb(140,103,62,.05)
}
.container-fluid#who-we-are {
	background-image: url("../img/who-we-are-bg.webp");
	background-size:cover;
	background-repeat: no-repeat;
}
.container-fluid#who-we-are &gt; .row {
	background-color: rgb(0,0,0,.7);
	color: #fff
}
.container-fluid#who-we-are .blurry-edge {
	position: relative;
	max-width: 450px;
	max-height: 450px;
	margin: 0 auto;
}
.container-fluid#who-we-are .blurry-edge::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 15px 15px rgb(0,0,0,.85);
}
#what-is-timber-frame ol li,
#what-is-dovetail-log ol li {
	padding-bottom: 1rem
}

#gallery .row img,
.gallery .row img {
	margin-bottom: 10px;
}
@media (min-width: 320px) {
#gallery .row img.img-thumbnail {
    width: 100%;
    height: 30vw;
    object-fit: cover;
	}
}
@media (min-width: 992px) {
#gallery .row img.img-thumbnail {
    width: 100%;
    height: 20vw;
    object-fit: cover;
	}
}
@media (min-width: 1920px) {
#gallery .row img.img-thumbnail {
    width: 100%;
    height: 10vw;
    object-fit: cover;
	}
}

@media (min-width: 320px) {
.gallery .row img.img-thumbnail {
    width: 100%;
    height: 40vw;
    object-fit: cover;
	}
}
@media (min-width: 992px) {
.gallery .row img.img-thumbnail {
    width: 100%;
    height: 30vw;
    object-fit: cover;
	}
}
@media (min-width: 1920px) {
.gallery .row img.img-thumbnail {
    width: 100%;
    height: 7vw;
    object-fit: cover;
	}
}

#hero-image {
	padding:0;
}</pre></body></html>