@charset "UTF-8";

/*!
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 {
	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;
}




header .logo-text {
	padding: 20px 0 30px;
    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: 3em;
}
#navi-in {
	width: 600px;
}


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

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



.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;
    margin: 0 1em 0 0;
    border-bottom: solid 1px #ccc;
}
#profile dd {
    width: calc(100% - 11em);
    margin: 0;
    border-bottom: solid 1px #ccc;
}
#profile dd ol {
	padding: 1em 1em 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;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}
