@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined);

/*!
Theme Name: JCT2025
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

html {
	background: #fff;
}
body {
	width: 100vw;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


.article h2, .article h3, .article h4, .article h5, .article h6 {
    /* margin-bottom: 1.62em; */
    margin-bottom: 0.6em;
}
.article h2 {
	margin-bottom: 0.6em;
    color: darkgreen;
    text-align: center;
}

.article h2 > span {
    border-bottom: solid 3px #aca;
    padding: 0.4em 1em
}
p {
	min-height: 1em;
}


.hidden {
	display: none;
}
.clearfix::after {
content: “”;
display: block;
clear: both;
}

.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}


.largefont {
	font-size: 1.6em;
	font-weight: bold;
}

.aligncenter.largefont > p {
    margin-top: 1em;
	margin-bottom: 1em;
}

.flex {
	display: flex;
}
.flex-sa {
	justify-content: space-around;
}

.flex_wrap > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
}
.flex_wrap > ul > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8em;
	height: 8em;
	/*background: lightblue;*/
	border: solid 3px lightblue;
	border-radius: 4em;
	line-height: 160%;
	color: #666;
	font-weight: bold;
}

#toc {
	display: none;
}

img.etc-card {
	width: 60%;
}

.contact {
    display: block;
    margin-top: 2em;
}
.phone {
	color: blue;
}


.price {
	font-weight: bold;
}
#agency-price-image {
	
}


.clearfix {
	content: "";
	display: block;
	clear: both;
}



/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v13/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



#header {
	background: #fff;
}
header .logo-text {
	/*padding: 20px 0 30px;*/
	padding: 10px 0 10px;
    font-size: 1em;
    width: 70%;
}
header .logo:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10em;
	height: 3em;
	margin-left: -12em;
	background: url(/images/JCTrust-logo-B_960x280.png);
	background-size: contain;
	background-repeat: no-repeat;
}


.navi {
    background-color: var(--cocoon-white-color);
    position: absolute;
    right: 0;
    top: 1em;
    z-index: 100;
}
#navi-in {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 600px;
}
.navi-in> ul li {
	width: 8.8em;
}
.navi-in .top-page-link {
	display: none;
}


#container {
	width: 100vw;
	
	text-align: center;
	
	
}

#content {
	width: 100vw;
	max-width: 1000px;
	margin: 20px auto 0;
	text-align: left;
}
#content .main {
	margin: 0 auto;
	background: transparent;
}
.no-sidebar .content-in {
    display: block;
    width: 100%;
}



#header-container {
	height: 3em;
}



.page.home #container {
	width: 100vw;
	height: 100vh;
	/*background: url(/images/topimages/topimage_2005_1920x1253.jpg);*/
	background: url(/images/topimages/topimage_2007_1920x1280.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center center;
}
.page.home #header-container {
	margin-bottom: calc(100vh - 110px);
}
.page.home #content {
	/*width: 1000px;*/
    margin: 20px auto 0;
    text-align: left;
    
    
}
.page.home #content .main {
	/*margin-top: -140px;*/
}



#topimage {
	width: 100vw;
	height: 100vh;
	
}
.home.page .topimage_layer {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
    /*
    float: left;
    display: table;
    */
    height: 100vh;
    min-height: 500px;
    /*
    margin-top: -100vh;
    */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}

.home.page .topimage_layer .topimage_layer_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.home.page .topimage_layer .topimage_layer_inner p {
    position: relative;
    top: 0rem;
    left: 100vw;
    background: rgba(20, 20, 100, 0.5);
    color: #fff;
    /*font-family: serif;*/
    line-height: 1.2em;
    text-shadow: 0vw 0vw 4vw rgba(0, 0, 0, 1),
    0.4vw 0.2vw 0.2vw rgba(0, 0, 0, .5);
    text-align: center;
}
.home.page #layer_1 .topimage_layer_inner p {
	background: rgba(60, 160, 20, 0.5);
}
.home.page #layer_2 .topimage_layer_inner p {
	background: rgba(60, 40, 120, 0.5);
}
.home.page #layer_3 .topimage_layer_inner p {
	background: rgba(200, 80, 80, 0.6);
}
.home.page #layer_4 .topimage_layer_inner p {
	background: rgba(20, 80, 240, 0.5);
}
.home.page #layer_5 .topimage_layer_inner p {
	display: block;
	top: 0;
	background: transparent;
	color: #000;
	text-shadow: none;
}

.home.page .topimage_layer #catch_1 {
    height: auto;
    min-height: 2em;
    font-size: 2rem;
    line-height: 2em;
}
.home.page .topimage_layer #catch_2 {
    height: 3em;
    padding: 0.3em 0;
    font-size: 1.5rem;
    line-height: 1.6em;
}
.home.page .topimage_layer #catch_3 {
    height: 3em;
    padding: 0.3em 0;
    color: rgb(17, 5, 71);
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0vw 0vw 2vw rgba(0, 0, 0, .75),
    0.4vw 0.2vw 0.2vw rgba(0, 0, 0, .5);
    line-height: 1.5em;
}
.home.page .topimage_layer #catch_4 {
    height: 3em;
    font-size: 2rem;
    line-height: 3em;
}
.home.page .topimage_layer #catch_5 {
	font-size: 1.8rem;
}



.main_menu {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0;
	padding:0;
}
.main_menu li {
	display: block;
	width: 30%;
	height: 15em;
	margin: 1em
	padding: 0 2em 1em;
	border: solid 1px #aaa;
	border-radius: 0.4em;
}
.main_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	
	background: #fff;
	border-radius: 0.4em;
	
	text-decoration: none;
}
.main_menu li .title {
	display: block;
	width: 100%;
	background: forestgreen;
	border-radius: 0.4em 0.4em 0 0;
	text-align: center;
	color: #fff;
	line-height: 3em;
}
.main_menu li dd {
	margin: 0;
	padding: 1em 1em;
	font-size: 1rem;
	color: #000;
}


.entry-header .entry-title {
	color: green;
	text-align: center;
	margin: 0 0 1em;
}


#profile {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
	line-height: 280%;
}
#profile dt {
    width: 10em;
    /*width: 7em;*/
    margin: 0 1em 0 0;
    border-bottom: solid 1px #ccc;
}
#profile dd {
    width: calc(100% - 11em);
    /*width: calc(100% - 8em);*/
    margin: 0;
    border-bottom: solid 1px #ccc;
}
#profile dd ol {
	padding: 1em 0 0 1em;
	line-height: 200%;
}



.date-tags {
	display: none;
}
.author-info {
	display: none;
}


.page.home h1 {
	display: none;
}

#staff_agency_1 {
	background: url(/images/staff-agancy_112_1920x1280.jpg);
}
#staff_agency_3 {
	height: 20em;
}
#agency-price {
	width: 55%;
}
#agency-price-image {
	width: 40% !important;
    height: 100%;
    overflow: hidden;
}



.mobile-footer-menu-buttons {
	display: none;
}



#admin-panel {
	display: none;
}


/*
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?mgdqi2');
  src:  url('fonts/icomoon.eot?mgdqi2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?mgdqi2') format('truetype'),
    url('fonts/icomoon.woff?mgdqi2') format('woff'),
    url('fonts/icomoon.svg?mgdqi2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  
header .logo-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

#content {
	width: 100%;
}
  
  
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

#header-container {
	height: 6em;
}
header {
	display: block;
	width: 100%;
	height: 4em;
}
header .header-in {
	display: block;
	width: 100%;
	height: calc(4em + 30px);
}
header .tagline {
	display: none;
}
header .logo {
	width: 70%;
	height: 4em;
	padding: 10px 0;
}
header .logo:before {
	display: block;
	width: 100%;
	height: 3em;
	margin: 0;
	background-position: center center;
	/*
	margin: -0.8em 0 0 0;
	*/
}
header .logo a {
	display: block;
	width: 100%;
	height: 4em;
	margin:0;
	padding: 2em 0;
}
header .logo a {
	position: relative;
	top: 0.8em;
	font-size: 16px;
}


.navi {
	display: block;
	top: 6em;
	left: 0;
	background: transparent;
}
.navi::before {
	content:'menu';
      	font-family: 'Material Icons Outlined';
    	font-size: 2em;
    	/*color: white;*/
    	position: absolute;
    	top: -2.4em;
    	right: 2em;
    	color: lightblue;
}
.navi-menu-icon::before{
	    

}
#navi-in {
	display: none;
	background: rgba(100,100,100,0.5);
	width: 100%;
	margin: 0;
	padding: 1em;
}
#navi.active #navi-in {
	display: block;
}
.navi-in > .menu-header {
	display: block;
}
.navi-in ul {
	position:　relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	z-index: 100;
}
.navi-in ul li {
	width: 100%;
	margin: 0.2em 0;
}
.navi-in a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 3.6em;
}
.navi-in .top-page-link {
	display: block;
}


/*
.navi {
	display: none;
    position: absolute;
    top: 6em;
    height: 100%
    background: palegreen;
    z-index: 100;
}
.navi::before {
    content: "■";
    position: absolute;
    top: -4em;
    right: 2em;
    display: block;
    width: 2em;
    height: 2em;
    color: #fff;
}
.navi-in {
	
	height: 100%;
}
.navi-in .menu-pc {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
*/

.no-sidebar .content .main {
	/*width: calc(100% - 2em);*/
}
#content .main {
	margin: 0;
	padding: 1em 1em;
}

.entry-header .entry-title {
	font-size: 1.5em;
}


.home.page #main .entry-header {
	display: none;
}


.home.page .topimage_layer p {
	padding: 1em;
	width: calc(100% - 0em);
}

.home.page ul.main_menu {
	flex-wrap: wrap;
	padding-inline-start: 0;
}
.home.page .main_menu li {
	min-width: 96%;
	height: auto;
}



.article h2 {
	padding: 0;
}
.article h2 > span {
	display: inline-block;
	width: 100%;
	padding: 0.4em 0.4em;
}



#profile {
	width: auto;
}
#profile dt {
    width: 7em;
    /*width: 10em;*/
    margin: 0;
}
#profile dd {
    width: calc(100% - 7em);
    /*width: calc(100% - 11em);*/
    line-height: 170%;
}
/*
#profile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
	line-height: 280%;
}
#profile dt {
    width: 7em;
    width: 10em;
    margin: 0;
    padding: 0.4em 0.4em;
    border-bottom: solid 1px #ccc;
}
#profile dd {
    width: calc(100% - 8em);
    width: calc(100% - 11em);
    margin: 0;
    padding: 0.4em 0.4em;
    border-bottom: solid 1px #ccc;
}
#profile dd ol {
	padding: 1em 1em 0 1em;
	line-height: 200%;
}
*/



img.etc-card {
	width: 100%;
}



.page-id-27 .entry-content > .largefont {
	font-size: 1.4em;
}
.page-id-27 .entry-content > .largefont > br {
	display: none;
}
.flex_wrap > ul {
	padding: 0;
}
.flex_wrap > ul > li {
	width: 6em;
	height: 6em;
	border-radius: 3em;
	line-height: 120%;
}
#staff_agency_3 {
	flex-direction: column;
	height: auto;
}
#agency-price-image {
	width: 80% !important;
	height: auto;
	margin: 0 auto 2em;
}


.entry-footer {
	display: none;
}


footer {
	display: block;
	width: 100%;
	height: 8em;
}
#footer-in > p {
    margin: 1em auto;
    width: calc(100% - 4em);
    height: 6em;
    text-align: center;
}


}
