@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.tagline {
    font-size: 12px;
}
.logo {
    text-align: left;
    width: 50%;
}
.telephone_number {
	width: 40%;
	float: right;
	position: absolute;
	right: 0;
	padding-top: 60px;
}
.fixed-header .telephone_number {
	display: none;
	top: 100px;
}
.fixed-header .logo {
    display: none;
}
.fixed-header {
	background: #666;
}
.fixed-header .navi-in > ul li:hover > ul {
    display: block;
}
.font_16 {
	font-size: 16px;
}
.number {
	font-size: 32px;
	font-weight: 600;
	color: #060;
	margin-top: -10px;
}
.entry-header {
	display: none;
}
.header-container {
	position: relative;
}
.wrap {
    max-width: 1000px;
}

.navi {
    background-color: #666;
	position: relative;
	z-index: 10;
}
.navi-in a {
    color: #fff;
}
.navi-in a:hover {
    background-color: #333;
    color: #fff;
}
.current_page_item {
	background-color: #333;
	color: #fff;
}
.navi-in > ul .sub-menu {
    background-color: #666;
	width: 280px;
}
#myslideshow1 {
	margin-top: -40px;
    margin-bottom: 50px;
    max-height: 800px;
    overflow: hidden;
	width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
	padding: 0 0 10px;
}
.ss-caption {
    display: none;
}
.content {
    margin-top: -39px;
}
.single .content {
	margin-top: 0;
}
.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
	padding: 30px 10% 10px;
}
.full-img {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%) !important;
}
.article h1 {
	font-weight: normal;
	font-size: 40px;
}
.article h2 {
    clear: both;
    font-size: 128.6%;
    padding: 13px 0px 8px 1.5em;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #000;
	background: transparent;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: 114.3%;
}
.article h2:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1bb";
	position: absolute;
	margin-left: -30px;
}
.article h2.ex_title:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f015";
	position: absolute;
	margin-left: -30px;
}
.article h4 {
	clear: both;
	margin: 30px 0px 10px;
	padding: 0px 0px 2px;
	border-top: none;
	border-bottom: 1px dotted #ccc;
    color: #007854;
}
.article h6 {
	border: none;
}

p, .paragraph {
    margin: 0 0 1.4em;
}
ul.inline-block {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
}
ul.inline-block li {
	max-width: 32%;
    padding: 0px;
    margin: 0 0 2em;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2em;
	font-size: 14px;
}
.ex_link li {
	width: 24%;
}
.ex_link img {
	width: 250px;
}
/*
.wp-block-column:not(:first-child) {
    margin-left: 1em !important;
}
*/
div.link_title {
	margin-top: -33px;
	color: #fff;
	font-size: 14px;
}
.to_about a img {
	border-bottom: 5px solid #f00;
}
.card-title {
	font-size: 20px;
	font-weight: 600;
}
.footer {
    border-top: 1px solid #ccc;
    background: #f3f3f3;
}
.footer .logo {
	display: none;
}
.textwidget p {
	line-height: 1.5;
}
.profile {
    width: 800px !important;
    margin: 10px auto 20px !important;
}
.profile th {
    text-align: right;
	width: 200px;
	font-weight: normal;
}
.profile th,
.profile td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #ddd;
    background: none;
	padding: 0.25em 1em;
}
/* ここからフォーム関係 */

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="date"], form select, form textarea {
		background: #ffffee;
	}

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="date"], form select, form textarea {
    width: 95%;
}
form input[type="radio"]:checked ~ span.wpcf7-list-item-label {
    color: #007854;
	text-decoration: underline;
}
input[type="tel"]
{
	width: 91%;
	background: #ffffee;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px 5px;
}

#mail_777 {
	width: 950px;
	margin: 0 auto;
}
#mail_777 p {
	padding: 0 2em;
}
div#mail_777 table{
	font-size: 100%;
}



div#mail_777 table th , div#mail_777 table td {
	vertical-align: middle;
}
div#mail_777 table th {
	width: 280px;
	font-weight: normal;
	text-align: left;
	padding: 1em;
}
div#mail_777 dl {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

div#mail_777 dl dt {
	float: none;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	padding: 10px 15px;
}
div#mail_777 dl dd {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-left: 0;
}
div#mail_777 span.required {
	border: 1px solid #f00;
	border-radius: 5px;
	padding: 3px 5px 2px 5px;
	background: #fff;
	margin: 0 0 0 0.5em;
}

/* ここまでフォーム関係 */




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
	.article h1 {
		font-size: 36px;
	}
	.tagline {
		display: none;
	}
	.telephone_number {
		display: none;
	}
	.current_page_item {
		background-color: transparent;
	}
	.menu-drawer a:hover {
		color: #060;
	}
	.wrap {
		width: 95% !important;
	}
	#mail_777 {
		width: 95%;
	}
	div#mail_777 table th {
		width: 220px;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){
	.article h1 {
		font-size: 30px;
	}
	div.link_title {
		margin-top: -30px;
		font-size: 11px;
	}
	
	div#mail_777 table{
		font-size: 90%;
	}
	input[type="tel"]{
		width: 45%;
	}
	form textarea {
		width: 100%;
	}
	
}
/*640px以下*/
@media screen and (max-width: 640px){
	ul.inline-block li {
		max-width: 32%;
	}
	.ex_link li {
		width: 32%;
	}
	div#mail_777 table th {
		width: 180px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.article h1 {
		font-size: 26px;
	}
	ul.inline-block li {
		max-width: 49%;
		font-size: 12px;
	}
	.ex_link li {
		width: 49%;
	}
	div.link_title {
		margin-top: -28px;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0 !important;
	}
	.card-title {
		font-size: 16px;
	}
	.profile th {
		width: 160px;
	}
	div#mail_777 table{
		width: 100%;
		font-size: 70%;
	}
	div#mail_777 table th {
		width: 160px;
	}
	div#mail_777 table th,
	div#mail_777 table td {
		font-size: 12px;
	}
	div#mail_777 dl dt {
		width: 100%;
	}
	div#mail_777 input::placeholder {
		font-size: 14px;
	}
	.search-edit, input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="email"], input[type="number"],
	input[type="search"], input[type="tel"],
	input[type="time"], input[type="url"],
	textarea, select {
		font-size: 14px;
	}
}