/*
 Theme Name:   sydney child
 Theme URI:    http://example.com/sydney-child/
 Description:  Sydney Child Theme
 Author:       
 Author URI:   
 Template:     sydney
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sydney-child
*/

*{
	font-family: sans-serif;
}

/* フッター */
.row {
	margin: 0 auto;
}

footer{
	position: relative;/* 表示位置 */
	bottom: 0;/* 下からの距離 */
	width: 100%;/* 横を画面最大まで伸ばす */
}

header{
	display: none;
}

header .col-md-4.col-sm-8.col-xs-12 img{
	transition: 0.5s;/* アニメーションに費やす時間 */
}

header .col-md-4.col-sm-8.col-xs-12 img:hover{
	transform: scale(1.2,1.2);/* 大きさを変える */
}

#policy_01{
	
	
		
}


	
.header-clone {
    display: inline-block!important;
}

.site-header {
    padding: 0;
	position: fixed!important;
}

.sydney-hero-area {
    display: none;
}

.wijbc_title{
	color: #aa9649!important;
    font-family: serif;
    text-align: center;
	line-height: 54px;
	font-size: 42px;
}

.wijbc_lead01{
    font-family: serif;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}

.wijbc_lead02{
    font-family: serif;
    text-align: center;
	line-height: 54px;
}

.wijbc_lead03{
    border-bottom: 1px solid #aa9649;
    padding: 8px 0;
	font-family: serif;
}

.wijbc_lead04{
    color: #aa9649!important;
    font-size: 32px;
    font-family: sans-serif;
    text-align: left;
}

.trialread {
    text-align: center;
    transition: .5s;
}

.trialread:hover {
    transform: scale(1.2);
}

.trialread a {
    border: 1px solid #aa9649;
    margin: 0 auto;
    padding: 12px 36px;
    color: #aa9649;
}

h6.wijbc_jbcc {
    font-size: 10px;
    line-height: 12px;
	font-family: serif;
}

h6.wijbc_jbcc span {
	font-family: serif;
}

.inbound_subtitle {
    border-bottom: 1px solid #666;
    padding: 4px 0;
    font-family: serif;
}

.inbound_subtitle2 {
    font-size: 18px;
    margin: 0 0 16px;
    font-family: serif;
    color: #888!important;
}

.content-area .post-wrap, .contact-form-wrap{
	padding-right: 0;
}

.page-header, .toppage_logo, #menu-item-818, #menu-item-819, .page-id-21 #menu-item-820, .page-id-21 #menu-item-821{
	display: none;/* 非表示 */
}

.byline{
	display: none!important;/* 非表示 */
}

.posted-on a{
	pointer-events: none;
}

#menu-item-818 a img, #menu-item-819 a img, #menu-item-820 a img, #menu-item-821 a img {
    width: 24px;
	height: 24px;
}

.page-id-21 #menu-item-818, .page-id-21 #menu-item-819{
	display: block;
}

.col-md-8.col-sm-4.col-xs-12 {
    display: flex;
    justify-content: flex-end;
}

.header-inner{
height: 840px;/* 高さ */
object-fit: cover;/* 画像、動画のトリミング */
}

/* 画面(ブラウザ)横サイズ760以上を対象 */
@media screen and (min-width: 760px){
/*#content .container, .slick-initialized .slick-slide, .slick-slider {
    width: 800px!important;
}*/

.slick-slide img, .slick-list {
    width: 100%;
}

/*.thumbnail .slick-track {
    width: 1450px !important;
}*/

.thumbnail .slick-img {
    width: 214px !important;
    margin: 20px 10px 50px;
}

.slider .slick-slide img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    height: 566px;
}

.thumbnail .slick-slide img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.page-id-21 video#bgvid{
    display: inline;
}
	
.page-id-21 video#bgvid_sp{
    display: none;
}
	
#mainnav {
    display: block;
    float: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
	

	
.site-header {
    padding: 20px 0;
}
	
.btn-menu span {
    display: none;
}
	
.page-id-21 header .col-md-4.col-sm-8.col-xs-12 img {
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
    filter: brightness(100);
}
	
.wijbc_jbcc_sp, .display_sp{
	display: none!important;
}
	
.wijbc_jbcc_pc{
	-webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
	
#home_policy{
	margin: 0;
}

.header-inner{
display: none;
}
	
td{
	border: 1px solid #abaab1;
	background-color: #eee;
	font-family: sans-serif;
}
	


/* 表 左マス */
td.company_table_01 {
	text-align: center !important;/* テキストの揃え方 */
	width: 15%;/* 幅 */
	border-left: hidden;
	border-right: hidden;
	background-color: #f7f7f7;
	border-collapse: separate;
	padding: 25px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 4px;
}

/* 表 右マス */
td.company_table_02 {
	width: 90%;
	border-right: hidden;
	border-left: hidden;
	padding: 25px;
	padding-right: 0;
	font-size: 13px;
	color: #47425d;
}
	


/*会社　地図*/
	
	.gtext {
		text-align: center;
    margin-top: 60px;
    font-size: 20px;
    margin-bottom: -40px;
    letter-spacing: 4px;
    font-family: initial;
	}	
	
.gmap{
	display: flex;
   margin-top: 100px;	
    width: 810px;
    margin-right: auto;
    margin-left: auto;
}	

.gmap1 {
	margin-right: 30px;
	
}

.gmap1 p, .gmap2 p {
	text-align: center;
    font-size: 21px;
}
	
/* 改行 */
.br_sp {
	display: none;
}

/* owned mediaの画像 */
.owned_media_img{
	transition: 0.5s;
}

.owned_media_img.owned_media_05{
	width: auto;
	height: 100%;
}


.owned_media_img.owned_media_06{
	width: 100%;
	height: 320px;
}
.owned_media_img.owned_media_07{
	width: 100%;
	height: 100%;
}	

/* :hoverはカーソルを重ねた時に起きるアクションのこと */
.owned_media_01:hover .owned_media_img{
	transform: scale(1.2,1.2);
	
}

/* owned mediaのテキスト */
.owned_media_02{
	opacity: 0;/* 透明度 */
	transition: 0.5s;
}

.owned_media_01:hover .owned_media_02{
	opacity: 1;
}

/* servicesのマス毎指定 */
.services_01{
	border-right: solid thin #fff;/* 対象物右の線 */
}

/* servicesの最後のマス */
.services_01#content_last{
	border-right: hidden !important;

}


}

/* 画面(ブラウザ)横サイズ760以上を対象(最後部) */
	

	
#panel-21-0-0-0 > .panel-widget-style {
	background-image :none!important;
	
}



.content-area,.col-md-9{
	width: 100% !important;
	
}



.page .hentry .entry-header{
display: none;
}

.page-wrap .content-wrapper{
width: 100%;
background-color: rgba(255, 255, 255, 0.0);	/* 背景色 */
}

.page-wrap{
padding: 0 !important;/* 対象物の内側の空白 */
}

.content-area .hentry{
padding-top: 0 !important;
}

.content-area .hentry:after{
background-color: rgba(255, 0, 0, 0.0) !important;
}

/* News欄 */
.wp-show-posts-entry-header,.wp-show-posts-entry-summary{
padding: 0 16px;
}

.wp-show-posts-entry-meta{
padding-top: 8px;
}

.wp-show-posts-inner{
	background-color: #fff;
	min-height: 180px;/* 高さの最低値 */
	transition: 0.5s;
}


.wp-show-posts-inner:hover{
	transform: scale(1.2,1.2);
	background-color: #ccc;
	z-index: 5;/* レイヤーの重ね順 */
}

.wp-show-posts-entry-summary{
	margin-bottom: 16px !important;
}
/* News欄(最後尾) */

/* 表 */
table{
	background-color: rgba(255, 255, 255, 0.5);	
	width: 69%;
    margin-right: auto;
    margin-left: auto;
}

.postid-692 table {
	width: 100%;
}

.postid-694 table {
	width: 100%;
}

.site-header.fixed{
	position: fixed !important;
}

.panel-row-style{
	padding: 0 !important;
}

.entry-thumb, .post.type-post, .post-navigation{
	max-width: 840px;/* 幅の最大値 */
	margin: 0 auto;
}

.post-navigation{
	padding: 16px 0;
}

body.custom-background{
	background-attachment: fixed;/* 背景画像の移動・固定指示 */
	background-repeat: no-repeat;/* 背景の繰り返し表示 */
	background-size: cover;/* 背景のトリミング */
    overscroll-behavior: contain!important;
}

/* services背景 */
.services_01{
	background-color: rgba(255, 255, 255, 0.7);
	display: block;/* 表示方法 */
	height: 320px;
	position: relative;
	transition: 0.5s;
}



.services_01:hover{
	background-color: rgba(225, 225, 225, 1.0);
}

/* servicesのアイコン画像 */
.services_img{
	display: block;
    width: 65px;
    position: absolute;
    left: 56%;
    margin-left: -50px;
    top: 35%;
}

.services_01 .services_img{
	opacity: 1;
	transition: 0.5s;
}

.services_01:hover .services_img{
	opacity: 0;
}

.services_02{
	display:block;
	position: relative;
	margin:0;
	padding: 16px 16px;
}

.services_01 .services_02{
	opacity: 0;
	transition: 0.5s;
}

.services_01:hover .services_02{
	opacity: 1;
}

/* servicesのテキスト */
.services_03{
	display: block;
	position: relative;
	padding: 0 20px;
	top: 117px;
	font-size: 13px;
}

.services_01 .services_03{
	opacity: 0;
	transition: 0.5s;
}

.services_01:hover .services_03{
	opacity: 1;
}

.services_04{
	display: block;
	word-break: keep-all;
	text-align: center;
	position: absolute;
	bottom: 16px;
	
}


.services_01 .services_04 {
	bottom: 32px; 
	transition: 0.5s;
	width: 100%;
	left: 2px;
}

.services_01:hover .services_04{
	bottom: 140px; 
}
/* servicesのテキスト(最後尾) */

.owned_media_01{
	height: 320px;
	display: block;
	position: relative;
	overflow: hidden;/* はみ出た部分の表示 */
}

.owned_media_img{
	object-fit: cover;
	position: absolute;
	left: 0;
	
}

.owned_media_02{
	height: 320px;
	display: block;
	position: relative;
	padding: 64px 0 32px;
	left: 0;
}

/* owned mediaのオーバーレイ */
#owned_media_01{
	background-color: rgba(150, 150, 150, 0.8);
}

#owned_media_02{
	background-color: rgba(150, 150, 150, 0.8);
}

#owned_media_03{
	background-color: rgba(150, 150, 150, 0.8);
}

#owned_media_04{
	background-color: rgba(150, 150, 150, 0.8);
}

#owned_media_05{
	background-color: rgba(150, 150, 150, 0.8);
}
/* owned mediaのオーバーレイ(最後尾) */

/* owned mediaのテキスト */
.owned_media_03{
	margin: 32px 0;
	margin-top: 40px;
}

.owned_media_04{
	margin: 32px 0;
}

.owned_media_03, .owned_media_04{
	color: #fff !important;/* 文字色 */
}

a:hover .owned_media_04{
	color: #fff;	
}
/* owned mediaのテキスト(最後尾) */

/* メインページヘッダー */
#home_header{

}

#home_policy{
	/*position: absolute;*/
    width: 100%;
}

#home_policy #policy_01{
	margin-top: 192px;
	transition: 1s;
}

#home_policy input:checked~#policy_01{
	margin-top: 120px;
}

#policy_02{
}

#home_policy #policy_03{
	margin-bottom: 320px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: 1s 0.5s;
	color: #eee;
    text-shadow: 0px 0px 4px black;
}

#home_policy input:checked~#policy_03{
	margin-bottom: 240px;
	height: auto;
	opacity: 1;
}

#home_policy label{
	position: absolute;
	display: block;
	top: 500px;
	left: 0;
	right: 0;
	cursor: pointer;
	transition:0.5s;
	border: 2px solid #eee;
	width: 9%;
	left: 46%;
    font-size: 1vw;
    box-shadow: 0px 0px 2px black;
    text-shadow: 0px 0px 4px black;
}

div.policy_04 {
    display: block;
    border: 1px solid #444;
    width: 9%;
    font-size: 1vw;
    /*box-shadow: 0px 0px 2px black;*/
    /*text-shadow: 0px 0px 4px black;*/
    margin: 60px auto;
    color: #eee;
    letter-spacing: 2px;
    font-weight: 700;
    transition: .5s;
    text-align: center;
}

div.policy_04:hover {
    transform: scale(1.5);
}

div.policy_04 a {
    color: #444;
	display: block;
}

#home_policy label::after{
	content: "more";
	color: #eee;
}

#home_policy input:checked+label{
	margin-top: -26px;
}

#home_policy input:checked+label::after{
	content: "close";
}

/* チェックボックス */
#home_policy input{
	display: none;
}

/* メインページヘッダー(最後尾) */
#pg-529-1{
padding-top: 800px;
}

/* 背景動画 */
video#bgvid, video#bgvid_sp {
	position: fixed;
	right: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	background-color: #000;
    display: none;
    transform: translate(50%, 0);
}

/* タイトルとテキスト */
h1, h2, h3, h4, h5, h6, p{
	white-space: normal;/* 半角スペース・タブ・改行の表示 */
	word-wrap: break-word;/* 単語の途中での改行 */
	
}

.owned_media_img {
  position: relative;
  }

.owned_media_img + p .onece {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: black;
  /*文字の装飾は省略*/
  }





owned_media_01 {
  position: relative;
}
/*3つともabsoluteに*/
.owned_media_img, .onece, .owned_media_02, .owned_media_03, .owned_media_04 {
  position: absolute;
}
.owned_media_img {
 
}
.onece, .owned_media_02 {
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
  width: 1000px;
  text-align: center;
}
.owned_media_03 {
 position: absolute;
  top: 10%;
  left: 50%;
  
  transform : translate(-50%,0%);
  width: 500px;
  text-align: center;
  
}

.owned_media_04 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform : translate(-50%,-50%);
  width: 300px;
  text-align: center;
}

p.onece {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 70%;
    text-align: center;
    z-index: 500;
    background-color: rgba(19, 18, 18, 0.8);
    color: #fff;
	 font-size: 16pt;
}

p.twice {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 50%;
    text-align: center;
    z-index: 500;
    background-color: rgba(19, 18, 18, 0.8);
    color: #fff;
	 font-size: 16pt;
}

p.three {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 50%;
    text-align: center;
    z-index: 500;
    background-color: rgba(19, 18, 18, 0.8);
    color: #fff;
	 font-size: 16pt;
}

.owned_media_img.owned_media_05 {
    width: auto;
    object-fit: cover;
	 bottom: 1px;
	 width: 100%;
}

.services_04 {
	font-size: 18px;
}

.test4  p{
	left: 23%;
	margin-bottom: 62px;
}

.test3  p{
	left: 38%;
	margin-bottom: 62px;
}

.test2  p{
	left: 35%;
	margin-bottom: 62px;
}

.test1  p{
	left: 32%;
	margin-bottom: 62px;
}

img.japan_img {
	width: 1000px;
	display: block;
	margin: 1px auto;
	margin-right: 100px auto 50px;
	filter: drop-shadow(0px 0px 4px black);
	
}
.mountain {
	height: 100%;
}

#sidebar-footer.footer-widgets {
	background-color: rgba(255,255,255,0.8)!important;
}

/* list category posts */
div#category_list {
    width: 100%;
}

div#category_list ul#lcp_instance_0 {
    list-style: none;
	padding: 0;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-right: -47px;
	
}

div#category_list ul#lcp_instance_0 li {
   width: calc(24.285% - (.5815*30px));
    background-color: #fff;
    margin-bottom: 32px;
    position: relative;
    height: 100px;
    padding: 150px 12px 225px;
    display: block;
	font-size: 12px;
	transition: .5s;
	margin-right: 24px;
	font-size: 17px;
}


div#category_list ul#lcp_instance_0 li:hover {
	transform: scale(1.15, 1.15);
}

div#category_list ul#lcp_instance_0 li a:last-child {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    margin: 0;
	left: 0;
}

div#category_list ul#lcp_instance_0 li a:last-child img {
    height: 150px;
    width: 300px;
    object-fit: cover;
    margin-top: 0;
}

div#category_list ul#lcp_instance_0 li a:first-child {
    width: 100%;
    display: block;
    margin: 8px 0;
	font-size: 24px;
	color: black;
	
}

div#category_list ul#lcp_instance_0 li a:nth-child(3), div#category_list ul#lcp_instance_0 li a:nth-child(2) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#category_list ul#lcp_instance_0 li a:nth-child(3) img, div#category_list ul#lcp_instance_0 li a:nth-child(2) img {
    height: 150px;
    width: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin-top: 0;
}

/*list2*/

div#category_list2 {
    width: 100%;
}

div#category_list2 ul#lcp_instance_0 {
    display: flex;
  justify-content: center;
  
  flex-wrap: wrap;
	margin: 87px;
	width: 110%;
   margin-left: -66px;
}

div#category_list2 ul#lcp_instance_0 li {
   width: calc(24.285% - (.5815*30px));
    background-color: #fff;
    margin-bottom: 32px;
    position: relative;
    height: 100px;
    padding: 150px 12px 215px;
    display: block;
	font-size: 14px;
	transition: .5s;
	margin-right: 24px;
	text-align: left !important;
	
}


div#category_list2 ul#lcp_instance_0 li:hover {
	transform: scale(1.2, 1.2);
}

div#category_list2 ul#lcp_instance_0 li a:last-child {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    margin: 0;
	left: 0;
}

div#category_list2 ul#lcp_instance_0 li a:last-child img {
    height: 150px;
    width: 300px;
    object-fit: cover;
    margin-top: 0;
}

div#category_list2 ul#lcp_instance_0 li a:first-child {
    width: 100%;
    display: block;
    margin: 8px 0;
	font-size: 24px;
	color: black;
	text-align: center;
	margin-bottom: 19px;
	
}


header#masthead.site-header{
	background-color: rgba(249,249,249,0.0);
}


header#masthead.site-header.float-header {
	background-color: rgba(249,249,249,0.0);
}


.site-header.float-header #mainnav {
	padding: 20px;
}

.site-footer {
    background-color: #d5c8a0!important;
}

footer#colophon .site-info.container {
    display: flex
;
    justify-content: space-between;
    margin: 0 auto;
    width: 100vw;
}

.site-info.container img {
    margin-top: -5px;
}

a.go-top.show{
	display: none;
}

#colophon.site-footer {
	margin-top: 112px;
}
.page-id-21 #mainnav .menu-menu-container ul li a {
	color: white;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.page-id-21 #mainnav .menu-menu-container ul li a::after {
	position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #696868;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.page-id-21 #mainnav .menu-menu-container ul li a:hover::after{
	bottom: -1px;
  opacity: 1;
  visibility: visible;
}


.page-id-279  #mainnav .menu-menu-container ul li a {
	color: #696868;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.page-id-279 #mainnav .menu-menu-container ul li a::after {
	position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:#696868;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.page-id-279 #mainnav .menu-menu-container ul li a:hover::after{
	bottom: -1px;
  opacity: 1;
  visibility: visible;
}

 #mainnav .menu-menu-container ul li a {
	color: #696868;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
 #mainnav .menu-menu-container ul li a::after {
	position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #696868;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
 #mainnav .menu-menu-container ul li a:hover::after{
	bottom: -1px;
  opacity: 1;
  visibility: visible;
}

.postid-692  #mainnav .menu-menu-container ul li a {
	color: #696868;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.postid-692 #mainnav .menu-menu-container ul li a::after {
	position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:#696868;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.postid-692 #mainnav .menu-menu-container ul li a:hover::after{
	bottom: -1px;
  opacity: 1;
  visibility: visible;
}

.postid-694  #mainnav .menu-menu-container ul li a {
	color: #696868;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.postid-694 #mainnav .menu-menu-container ul li a::after {
	position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:#696868;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.postid-694 #mainnav .menu-menu-container ul li a:hover::after{
	bottom: -1px;
  opacity: 1;
  visibility: visible;
}

.site-logo {
	max-height: 62px;
}

.header-wrap .container {
    margin: 0 16px;
    width: 100%;
}

div#category_list2 ul#lcp_instance_0 li {
	text-align: center;
	color: #8e8a8a;
}

div#category_list2 ul#lcp_instance_0 li a:first-child {
	color: #a5a0a0;
	border-bottom: 1px solid #bdbcba;
   padding-bottom: 11px;
	letter-spacing: 5px;
   padding-top: 11px;
	font-size: 16px;
	
}




h1.title-post.entry-title {
	color: #696868;
}

.siteorigin-widget-tinymce.textwidget h2 {
	margin-bottom: 50px;
	margin-top: 35px;
	
}

.navigation {
	display: none;
}

.morebt p{
	border: 2px solid #eeeeee;
	letter-spacing: 2px;
	width: 95px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.morebt a{
	color: #eeeeee;
}

#home_policy label::after{
	letter-spacing: 2px;
}

p.dogname {
	font-family: cursive;
}

.entry-thumb {
	display: none;
}
.n2-padding div#n2-ss-2 .n2-ss-slider-2 {
	width: 68%;
	margin-left: auto;
   margin-right: auto;
}



.hentry .title-post {
	font-weight: 200;
}

div#category_list ul#lcp_instance_0 li a:first-child {
	padding-top: 10px;
	font-family: monospace;
	font-size: 16px; 
	border-bottom: 1px dotted ;
	padding-bottom: 5px;
}

div#category_list ul#lcp_instance_0 li {
	font-size: 12px;
	padding: 150px 30px 225px;
}

.date1 {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 7px;
	padding-top: 0px;
	font-family: initial;
}

span#text-1 {
		color: #aa9649;
	}
img.text-logo {
	height: 60px;
}

a#aboutus {
    display: block;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    transition: .5s;
}

a#aboutus:hover {
    transform: scale(1.2);
    background-color: #fff;
    color: #444;
}

a#aboutus p {
    font-family: serif;
    font-weight: 600;
}

/* 画面(ブラウザ)横サイズ760以下を対象 */
@media screen and (max-width: 760px){
.site-info.container {
    flex-wrap: wrap;
}

.site-info.container a{
	width: 33%;
}

.site-info.container img {
    margin: 0 auto;
}

a#aboutus p {
    font-size: 6vw;
    padding: 12px;
}

.thumbnail .slick-img {
    width: 64px !important;
    margin: 10px 5px;
}

.page-id-21 video#bgvid_sp{
    display: inline;
    width: 100%;
	bottom: 25%;
	transform: translate(50%, 25%);
}
	
.page-id-21 video#bgvid{
    display: none;
}
	
p{
	font-size: 12px;
	line-height: 20px;
}
	
#pgc-1146-14-0, #pgc-1146-14-1, #pgc-1146-15-0, #pgc-1146-15-1, #pgc-1146-16-0, #pgc-1146-16-1 {
    width: 50%!important;
    width: calc(50% - ( 0.5 * 30px ) )!important;
}

.site-info.container {
    font-size: 3vw;
}
	
div.policy_04:hover {
    transform: scale(1.0);
}
	
.owned_media_04 {
    font-size: 3.5vw;
    margin: 16px 0;
    top: 60%;
}
	
.entry-content{
	margin-top: 0!important;
}
	
/*div#content.page-wrap {
    padding: 0px!important;
}*/
	
.header-wrap {
    text-align: left;
    padding: 20px 0 12px;
	height: 64px;
}
	
.header-wrap .container{
	margin: 0;
    padding: 0;
}
	
input#drawer-check {
    opacity: 0;
}
	

	
.btn-menu{
	width: 30px;
	height: 20px;
	position: relative;
    display: inline-block;
    right: 0;
}
	
.btn-menu span {
    background-color: #666;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 4px;
    left: 0;
    transition: .5s;
}

input#drawer-check {
    opacity: 0;
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
}
	
.col-md-8.col-sm-4.col-xs-12 #mainnav-mobi.mainnav {
    margin: 0!important;
    margin-top: 16px!important;
    width: 101vw!important;
    background-color: rgba(225, 227, 228, 0.9)!important;
    position: fixed;
    right: 0!important;
    height: 100vh;
}
	
/*.btn-menu span:nth-child(1) {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}*/
	
.btn-menu.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-225deg);
    transform: translateY(10px) rotate(-225deg);
}
	
/*.btn-menu. span:nth-child(2) {
    opacity: 1;
}*/
	
.btn-menu.active span:nth-child(2) {
    opacity: 0;
}
	
/*.btn-menu span:nth-child(3) {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}*/
	
.btn-menu.active span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(225deg);
    transform: translateY(-10px) rotate(225deg);
}
		
.btn-menu span:nth-child(1) {
    top: 0;
}
	
.btn-menu span:nth-child(2) {
    top: 50%;
}
	
.btn-menu span:nth-child(3) {
    top: 100%;
}
	
.wijbc_jbcc_pc, .non_display_sp{
	display: none!important;
}
	
.entry-content h3 {
    margin: 16px auto;
    font-size: 18px;
}
	
h1.title-post.entry-title {
    font-size: 18px!important;
    line-height: 26px!important;
}

.single .sydney-hero-area{
	height: 0px;
}
	
.single .post.type-post{
	margin-top: 0;
}
	
.single .single-meta{
	font-size: 10px;
}
	
.category-news p {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 18px;
}
	
.single .page-wrap .content-wrapper{
	padding: 0;
}
	
.jbchcb_ec {
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -ms-justify-content: space-evenly!important;
    justify-content: space-evenly!important;
}
	
.jbchcb_ec .panel-grid-cell {
    width: 33.3333%!important;
    width: calc(33.3333% - ( 0.66666666666667 * 30px ) )!important;
}
	
.wijbc_title {
    line-height: 32px;
    font-size: 24px;
}
	
h3.wijbc_title, h3.wijbc_lead02{
	margin: 0 auto!important;
	line-height: 28px;
}
	
.wijbc_lead01 {
    font-size: 14px;
    line-height: 22px;
}
	
h3.wijbc_lead01 {
    font-size: 22px;
    line-height: 30px;
}
	
article.status-publish {
    margin: 0 auto;
    width: 90vw;
}
	
h6.wijbc_jbcc{
	letter-spacing: -.10px;
}
	
h6.wijbc_jbcc span {
    font-size: 16px!important;
    line-height: 22px!important;
}
	
h6.wijbc_jbcc span:last-child {
    font-size: 12px!important;
}
	
.inbound_subtitle{
	font-size: 18px;
	margin: 16px 0!important;
}
	
.inbound_subtitle2{
	font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
}
	
.wijbc_lead02 {
    line-height: 42px;
}
	
.wijbc_jbcc_sp, .jbchcb{
	-webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
	
.jbchcb .panel-grid-cell{
	width: 45%!important;
}
	
.jbchcb_ec .panel-grid-cell{
	margin-bottom: 30px!important;
}
	
#home_policy{
	margin: 0 auto;
    margin: 10vh 0 40vh;
}
	
h2#home_services span, h2#home_owend span,  h2#home_news span {
    font-size: 5.5vw!important;
    color: #fff;
    text-shadow: 0px 0px 8px #444;
}
	
h2#home_company span {
    font-size: 5.5vw!important;
    color: #666;
}
	
.gmap1 p, .gmap2 p {
    text-align: center;
    font-size: 3.5vw;
}

/* モバイル版メニュー開く用アイコン */
.btn-menu{
	color: #000!important;
}

/* モバイル版メニュー */
#mainnav-mobi{
	background-color: #fbfbfb!important;
}

#mainnav-mobi ul li{
	border-top: none;
}
	
#mainnav-mobi ul > li > a{
	padding: 16px 50px;
}

#mainnav-mobi ul li a{
	color: #000!important;
}
/* モバイル版メニュー(最後尾) */
	
body.custom-background {background-image: none !important;/* 背景画像の指定 */}

.services_01{
	border-right: hidden !important;
	border-bottom: solid thin #fff;/* 対象物下の線 */
}
	
.services_01 .services_04 {
    bottom: 32px;
    transition: 0.5s;
    width: 100%;
    left: 2px;
    letter-spacing: 2px;
    font-size: 4.5vw;
}
	
.services_01#content_last{
	border-bottom: hidden !important;
}
	
.panel-grid-cell{
	padding: 0 !important;
	margin: 0 !important;
}
	
.owned_media_img{
	width: auto;
	height: 320px;
}

.owned_media_02{
	opacity: 1;
    padding: 80px 0 16px;
}
	
	.owned_media_03{
    margin-top: 60px;
	}
	
#policy_01{
	background-color: rgba(0, 0, 0, 0);
	transition: 0.5s;
}
	
.policy_04:active #policy_01{
	background-color: rgba(0, 0, 0, 0.8);
}
	
div.policy_04 {
    width: 33.3333%;
}
	
div.policy_04 a {
    font-size: 5vw;
}
	
.col-md-4.col-sm-8.col-xs-12{
	width: 70%;	
}
	
.col-md-8.col-sm-4.col-xs-12{
	width: 22%;	
    margin: 0 12px;
    display: inline-block;
    text-align: right;
}
	
#mainnav-mobi{
 	right: 0%!important;
	width: 333%!important;
	margin-top: 32px!important;
}
	img.japan_img {
		width: 70vw;
    display: block;
    margin: 40px auto;
	}

div#category_list2 ul#lcp_instance_0 li {
		width: 100%;
}	
	
div#category_list2 ul#lcp_instance_0 {
   margin-left: 0px;
   padding: 0px;		
}
	div#category_list2 ul#lcp_instance_0 li a:last-child img {
	width: 100%;	
}	

.siteorigin-widget-tinymce {
	margin-top: 80px;
	
	}	
	
div#category_list ul#lcp_instance_0 li {
	width: 100%;
	margin-right: 0px;
}

	div#category_list ul#lcp_instance_0 li a:last-child img {
   width: 100%;		
}	

	div#category_list ul#lcp_instance_0 {
		margin-right: auto;
		margin-left: auto;
	}	
	
	.entry-content {
		margin-top: 80px;
		padding-right: 10px;
	}	

	#home_policy label {
   left: 40%;
	top: 370px;	
	border: 2px solid #928d8d;
   width: 23%;	
}	
	
	#home_policy #policy_03 {
		color: #928d8d;
	}	
	
	#home_policy label::after{
		color: #928d8d;
	}
	
 #policy_03 p{
	font-size: 12px;
}
	
.entry-thumb, .post.type-post, .post-navigation {
		margin: 75px auto;
	}	
	
	#pgc-250-0-0.panel-grid-cell {
		margin-top: -210px  ;
	}
	
	#mainnav-mobi {
		margin-top: 81px!important;
	}
	
	#mainnav-mobi.mainnav {
		right: -49%!important;
    width: 461%!important;
	  margin-top: 37px!important;
	}	
	div#category_list2 ul#lcp_instance_0 {
		margin-top: 55px;
	}	
		
	.siteorigin-widget-tinymce {
		margin-top: -20px;
	}	
	
	
	
	.gmap1, .gmap2{
		margin-top: 40px;
	}	
	header#masthead.site-header {
		background-color: rgba(225, 227, 228, 0.8);
	}	
	
header#masthead.site-header.float-header{
	background-color: rgba(225, 227, 228, 0.9);	
	padding: 0;
}	
	
.hfeed header#masthead.site-header.fixed {
    padding: 0!important;
}

	.morebt p{
		border: 2px solid #928d8d
	}
	
	.morebt a{
		color: #928d8d
	}
	#policy_06 {
		margin-top: -24px;
	}
	
.page-id-21 #menu-item-818, .page-id-21 #menu-item-819{
	display: none;/* 非表示 */
}
	
.page-id-21 #menu-item-820, .page-id-21 #menu-item-821{
	display: block;
}
/*company*/
	div#content.page-wrap{
		/*margin-top: 60px;
		position: ;*/
	}
	
	.page .page-wrap .content-wrapper {
		padding : 0;
	}
	
	.n2-padding div#n2-ss-2 .n2-ss-slider-2 {
		width: 100%;
		height: 200px!important;
	}
	
	.entry-content {
		margin-top: 74px;
		padding-right: 0px;
	}
	.entry-content h3{
		margin: 37px 0px 30px;
	}
	
	#wrapper h2{
		margin: 68px 0 37px;
	}
	
	.btn-menu {
		margin-top: -15px;
	}
	
	.site-logo {
	max-height: 41px;
    width: auto;
    margin-top: -9px;
    left: 0;
	}
	
	.btn-menu:before {
		margin-left: 47px;
	}
	
	table {
		width:100%;
	}
	
	.company_table_01{
		background-color: #e4e2e2;
		border: 1px solid #969494	
	}
	
	.company_table_02{
		
		border-left: none;
	}
	
	td.company_table_01{
		border-left: none;
		border-right: none;
		padding-right: 35px;
		padding-left: 35px;
		font-size: 10px;
		font-weight: 600;
		padding-top: 25px;
      padding-bottom: 25px;
		
		
	}
	
	td.company_table_02{
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #adaaaa;
		border-top: 1px solid #adaaaa;
		font-size: 12px;
	}
	.gmap {
	margin-top: 26px;
}
	.gtext {
		margin-top: 40px;
		text-align: center;
		font-size: 17px;
      font-family: serif;
	}
	
	#menu-item-820.menu-item {
		width: 50%;
    float: right;
    padding-right: 20px;
    margin-right: 45px;
		text-align: right;
	}
/*	#menu-item-821.menu-item {
		width: 50%;
		margin-left: 65px;
		text-align: left;
	}*/
	
	
	
	#mainnav-mobi ul li {
		text-align: center;
	}
	
	div#category_list ul#lcp_instance_0 li {
		margin-top: 30px;
		padding: 190px 30px 205px;
		width: 90vw;
      margin-right: auto;
      margin-left: auto;
	}
	
div#category_list ul#lcp_instance_0 li a:nth-child(3) img, div#category_list ul#lcp_instance_0 li a:nth-child(2) img {
    height: 200px;
    width: 100%;
}
	
	p.onece{
		width: 100%;
    	font-size: 4vw;
    	padding: 8px;
	}
	
	p.twice {
		width: 100%;
    font-size: 4vw;
    padding: 8px;
	}
	
	p.three {
		width: 100%;
    font-size: 4vw;
    padding: 8px;
	}
	
	span#text-1 {
		color: #949595;
	}
	
	div#category_list2 ul#lcp_instance_0 li {
		margin-bottom: 60px;
	}
	div#category_list2 {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
/* 画面(ブラウザ)横サイズ760以下を対象(最後尾) */

}