@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Rasa');

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

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

.mincho-text {
  font-family: serif;
}

/********* HTML再定義 ****/

html {
	-ms-text-size-adjust: 100%;
  text-box-trim: trim-both;
}
body {
	line-height: 180%;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
  text-box-trim: trim-both;
}
body {	
/* font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
font-family: "Droid Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Verdana, sans-serif;
  text-box-trim: trim-both;
}



.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
article h2,
article h3,
article h4,
article h5 {
  margin: 0;
  margin-bottom: 0;
  border: none;
  background: none;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
line-height: 1.5;
  background: none;
  border: none;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}
p,
.entry-content p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

a {
  color: #000;
  text-decoration: none;
}

a {
  color: #36a3c0;
  text-decoration: underline;
}

div table th, 
div table td {
font-size: 1em;
}


/********* 全体 ***********************************************/


.eye-catch-wrap {
border: 5px solid #F2F2F2;
}
.eye-catch-wrap img,
.eye-catch-wrap figure {
display: block;
width: 100%;
max-width: inherit;
}
@media screen and (max-width: 640px){
.eye-catch-wrap {
border: 3px solid #F2F2F2;
}
}
.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
    width: 100%;
    height: auto;
	max-width: none;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom

}




/********* ヘッダー *************************************************/

.header-container {
padding: 0;
margin: 0 auto;
}
.header-container-in {
margin: 0;
padding: 0 0;
}
@media screen and (max-width: 1023px) {
.header-container {
display: none;
}
}


.head_flex {
display: flex;
max-width: 1080px;
height: 80px;
margin: 0 auto;
padding: 0 0;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.head_flex_left {
display: block;
max-width: 360px;
width: 40%;
}
.head_flex_right{
display: block;
width: 60%;
}
haeder {
padding: 0 !important;
margin: 0 !important;
height: auto !important;
}
.header {
display: block;
padding: 0 !important;
padding-top: 0 !important;
margin: 0 !important;
height: auto !important;
text-align: left !important;
}
.header-in {
float: none;
margin: 0 !important;
padding: 0 0 !important;
width: 100%;
height: auto !important;
text-align: left !important;
}



h1.logo.logo-header.logo-image,
h1.logo.logo-header.logo-image a {
display: block;
  padding: 0;
  margin: 0;
  line-height: 1.0 !important;
  text-align: left;
  width: auto !important;
}


.site-logo-image.header-site-logo-image {
display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 0;
  padding-left: 0;
  height: 60px !important;
  width: auto !important;
}




@media only screen and (max-width: 640px) {
.header {
padding: 1em 1em;
}
}




.head_add_flex {
    display: none;
}
.head_add_flex_mail,
.head_add_flexd_tel {
    display: none;
}
@media only screen and (max-width: 640px) {
.head_add_flex {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.head_add_flex_mail,
.head_add_flexd_tel {
display: inline-block;
max-width: calc(100% / 2 - 8px);
text-align: center;
margin: 0 4px;
}

.head_add_flex_mail {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.head_add_flexd_tel {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
}


ul.bt_contact_top,
ul.bt_contact_top_sns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	padding: 0;
}
ul.bt_contact_top li,
ul.bt_contact_top_sns li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-left: 8px;
	text-decoration: none;
}
ul.bt_contact_top_sns li {
	margin-left: 8px;
}
/*
ul.bt_contact_top li:first-child {
	margin-top: auto;
}
*/


ul.bt_contact_top li a:hover img,
ul.bt_contact_top_sns li a:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

ul.bt_contact_top li .toptel {
max-width: 240px;
}
ul.bt_contact_top li .topmail {
max-width: 192px;
}

/************************************
** ヘッダーレイアウト ヘッダー固定時崩れ防止
************************************/
.header-container-in.hlt-top-menu {
  display: block;
  margin: 0 auto;
  width: 100%;
}



@media screen and (max-width: 1023px) {
.mobile-header-menu-buttons.mobile-menu-buttons {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
padding: 0 16px;
min-height: 70px;
}


.logo-menu-button.menu-button {
display: inline-block;
max-height: 70px !important;
margin: 0;
padding: 0;
}
.logo-menu-button.menu-button .site-logo-image {
width: auto;
height: auto !important;
max-height: 70px !important;
min-height: inherit;
display: block;
margin: 0 0;
padding: 8px 0;
}
.navi-menu-icon.menu-icon {
color: #000;
}

.mobile_head_right {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
padding: 8px 0;
}
.mobile_head_right_icon {
display: block;
width: 56px;
max-width: 56px;
padding: 0;
}
.mobile_head_right_icon img {
position: relative;
z-index: 2;
display: block;
margin: 0;
max-width: 100%;
}
.mobile_head_right_menu {
display: block;
margin-left: 16px;
padding: 0;
max-width: 56px;
}



}
/*モバイルボタンメニューを右から開く*/
.navi-menu-content {
  right: 0;
  left: unset;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
/*モバイルボタンメニュー閉じるボタンを右側に*/
.menu-close-button {
  text-align: right;
  padding-right: 10px;
}
.navi-menu-content.menu-content {
  max-height: 80vh;
}


/************************************
** ナビゲーション
************************************/

.navi {
text-align: center;
padding: 8px 0;
margin: 0 auto;
color: #000;
height: 64px;
background: #c3edfd;
}
.navi .item-label,
.navi .item-description {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}


.navi-in {
  max-width: 1080px;
  height: 100%;
display: flex;
width: 100%;
flex-flow: column;
justify-content: center;
  margin: 0 auto;
padding: 0;
  text-box-trim: trim-both;
  text-box-edge: text;
}

.navi-in > ul {
display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 !important;
padding: 0 !important;
line-height: 1.0;
color: #000;
}
.navi-in > ul li {
display: inline-block;
height: auto;
line-height: inherit;
  width: calc(100% / 7);
  max-width: inherit;
margin: 0 0;
margin-left: 0;
margin-right: 0;
padding: 0 0;
padding-right: 0;
padding-align: center;
border-right: 1px solid #000;
}
.navi-in > ul li:first-child {
border-left: 1px solid #000;
}
.navi-in > ul li a {
display: block;
width: 100%;
color: #000;
}
.navi-in > ul li a {
display: block;
padding: 0 0;
margin: 0 0;
line-height: 1.2;
}


.navi-in a:hover{
color: #000;
background-color: #c3edfd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navi-in > ul li ul {
display: block;
background: rgba(255,255,255,0.7) !important;
margin: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important
}
.navi-in > ul li ul li {
position: relative;
display: block;
}
.navi-in > ul li ul li a {
background: #FFF !important;
}
.navi-in > ul li ul li ul {
position: absolute !important;
top: 0.02em !important;
}
.navi-in > ul li ul li ul li {
height: auto !important;
}
.top-has-sub.has-sub.has-icon,
.sub-has-sub.has-sub.has-icon {
display: none;
top:50%;
transform: translateY(-50%);
}



/********* フッター *************************************************/
#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  background: #feffdf;
}
#footer-in {
  position: relative;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 1032px) {
  #footer-in {
    padding: 32px 16px;
	padding-top: 0;
	border-top: none;
}
}



ul.bt_foot_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px 0;
	margin-bottom: 0;
	padding: 0;
}
ul.bt_foot_sns li {
	display: inline-block;
	padding: 0;
	margin: 0 4px;
	text-decoration: none;
}

ul.bt_foot_sns li img {
max-width: 40px !important;
}
@media only screen and (max-width: 1032px) {
ul.bt_foot_sns {
	margin: 8px 0;
	margin-bottom: 0;
}
}




ul.bt_foot_sns li a:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}



.foot_add_flex {
    display: block;
	margin-bottom: 8px;
}
.foot_add_grid_mail,
.foot_add_grid_tel {
display: inline-block;
margin: 0;
}

.foot_add_grid_mail {
margin-bottom: 8px;
}
@media only screen and (max-width: 1032px) {
.foot_add_flex {
display: none;
/*    display: flex;*/
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.foot_add_grid_mail,
.foot_add_grid_tel {
display: inline-block;
max-width: calc(100% / 2 - 8px);
text-align: center;
margin: 0 4px;
}

.foot_add_grid_mail {
margin-bottom: 16px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.foot_add_grid_mail {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
}

p.foot_add_txt {
margin-bottom: 0;
line-height: 1.5;
display: block;
}
p.foot_add_txt_pc {
margin-bottom: 0;
line-height: 1.5;
display: block;
}
p.foot_add_txt_sp {
display: none;
}
@media only screen and (max-width: 1032px) {
p.foot_add_txt {
text-align: center;
}
p.foot_add_txt_pc {
display: none;
}
p.foot_add_txt_sp {
margin-bottom: 0;
display: block;
text-align: center;
}
}



 

/************************
/ ページトップボタン
/************************/
#go-to-top {bottom: 68px;}

.footerMenu_aki {
display: none;
}

#footerMenu {
	display: none;
}

@media screen and (max-width: 1032px) {
.footerMenu_aki {
display: block;
padding-top: 60px;
}

#footerMenu {
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	overflow: none;
	left: 0;
	transition: all 0.4s ease-in-out;
}
#footerMenu.show {
	height: 60px;
	padding: 0 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.footerMenu {
position: relative;
	display: block;
margin: 0 auto;
color: #FFF;
}
}




ul.footerMenulist {
    display:flex;
    flex-wrap:wrap;
margin: 0;
padding: 0;
	height: 60px;
justify-content: center;
align-items: center;
}
ul.footerMenulist li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: inline-block;
	line-height: 150%;
width: calc(100% / 2 );
	vertical-align: middle;
	text-align: center;
	box-sizing:border-box;
}
ul.footerMenulist li a {
display: flex;
background-color: #e18c41;
color: #FFF;
text-decoration: none;
width: 100%;
	height: 100%;
align-items: center;
justify-content: center;
}
ul.footerMenulist li:nth-child(2) a {
background-color: #64a137;
}
ul.footerMenulist li .imagecenter00 {
width: auto;
max-height: 60px;
}




ul.footerMenulist li a:hover {
	background-color: #EEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



.foot_under {
display: block;
text-align: center;
}
.copy {
display: block;
color: #555;
text-align: center;
padding: 16px 0;
}

@media screen and (max-width: 1032px) {
.foot_under {
margin-top: 24px;
}
.copy {
padding-top: 8px;
margin-bottom: 0;
}
}

/*フッターモバイルポップアップ*/
.mobile-footer-menu-buttons .menu-button .fas {
  color: #f9b54f;
}



.foot_add_pc {
display: block;
}
.foot_add_pad {
display: none;
}
@media screen and (max-width: 1032px) {
.foot_add_pc {
display: none;
}
.foot_add_pad {
display: block;
}
}

.footer-bottom {
display: block;
  margin: 0;
  padding: 0;
}
.foot_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.foot_flex_left {
order: 1;
display: block;
max-width: 320px;
width: 32%;
}
.foot_flex_right {
order: 2;
display: block;
  width: calc(68% - 24px);
  max-width: 680px;
}


@media screen and (max-width: 1032px) {
.foot_flex {
  display: block;
}
.foot_flex_left {
max-width: inherit;
padding: 0 2em;
width: auto;
margin: 0 auto;
margin-top: 16px;
text-align: center;
}
.foot_flex_right {
width: auto;
max-width: inherit;
  margin-left: auto;

}
}
.logo.logo-footer.logo-image {
text-align: center !important;
display: block;
margin-bottom: 8px;
float: none;
}
.logo.logo-footer.logo-image,
.logo.logo-footer.logo-image a {
text-align: center;
display: block;
width: auto !important;
  padding: 0 !important;
  margin: 0 !important;

}
.logo.logo-footer.logo-image a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.site-logo-image.footer-site-logo-image {
display: inline-block;
float: none;
  padding: 0 !important;
  margin: 0 auto !important;
  height: auto !important;
max-width: 240px !important;
width: inherit;
}
@media screen and (max-width: 1032px) {
.logo.logo-footer.logo-image,
.logo.logo-footer.logo-image a {
  margin: 0 auto!important;
margin-bottom: 12px!important;
text-align: center;
}
.site-logo-image.footer-site-logo-image {
  margin: 0 auto!important;
}
}

p.foot_company {
line-height: 150%;
}


.footer_menu_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1032px) {
.footer_menu_box {
  display: block;
}
}


ul.foot_menu {
margin: 0;
padding: 0;
}
ul.foot_menu li {
position: relative;
list-style: none;
line-height: 150%;
margin: 0;
padding: 0;
margin-bottom: 8px;
}
ul.foot_menu li a {
position: relative;
display: block;
text-decoration: none;
color: #000;
}
ul.foot_menu li:last-child {
margin-bottom: 0;
}
ul.foot_menu li a:hover {
text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.foot_menu li ul li {
margin-bottom: 0;
}
ul.foot_menu li ul li a {
padding-left: 1em;
}


ul.foot_menu li ul li a:before {
  position: absolute;
  content: "-";
  margin: 0;
  margin-left: -1em;
  padding: 0;
}

ul.foot_menu li:nth-child(n+2) {
margin-top: 0;
}
ul.foot_menu li ul li:first-child {
margin-top: 0;
}
ul.foot_menu li ul li:nth-child(n+2) {
margin-top: 0;
}

@media screen and (max-width: 1032px) {

ul.foot_menu {
margin: 0 -16px;
margin-bottom: 0;
padding: 0;
width: auto;
}
ul.foot_menu li {
margin-bottom: 0;
border-top: 1px solid #EEE;
}

ul.foot_menu li a {
padding: 12px 12px;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFF 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #FFF 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #FFF 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat, repeat;
	background-position: left bottom, top;
	background-size: contain, auto;
margin-bottom: 0;
}
ul.foot_menu li a:before {
  margin-left: -1.2em;
}
ul.foot_menu li a:hover {
text-decoration: underline;
}
ul.foot_menu li ul {
display: none;
margin: 0;
padding: 0.75em 8px;
background-color: #FFF;
}

ul.foot_menu li ul li {
display: inline-block;
background: none;
padding: 0.2em 0;
margin-right: 0.5em;
min-width: 8em;
border-top: none;
}
ul.foot_menu li ul li a {
display: inline-block;
padding: 0.25em 16px;
background: none;
border-top:  none;
}

@media screen and (max-width: 1032px) {

ul.foot_menu li ul li {
margin-right: 0;
min-width:7em;
}
ul.foot_menu li ul li a {
padding-right: 0;
margin-right: 0;
}
}

ul.foot_menu li ul li a:before {
  margin-left: -1em;
}
ul.foot_menu li:nth-child(n+2) {
margin-top: 0;
}
ul.foot_menu li ul li:first-child {
margin-top: 0;
}
ul.foot_menu li a:hover {
text-decoration: none;
background-color: #F9F9F9;
color: #479557 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
}




/************************************
** タイトル
************************************/
.top_main {
    position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	background-color: #CCC;
	padding: 0;
	margin-bottom: 0;
}
.top_main h2 {
	margin-bottom: 0;
}
.top_main p {
	line-height: 120%;
	margin-bottom: 0;
}
.main_pic {
position: relative;
	z-index: 0;
display: block;
max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.main_txt {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 5%;
	color: #FFF;
	text-shadow: 1px 1px 2px  rgba(0,0,0,1.0);
}

.title {
     position: relative;
	 margin-top: 0;
	 padding-top: 24px;
	 padding-bottom: 24px;
	border-bottom: 3px solid #3db5d9;
	 margin-bottom: 0;
	 text-align: center;
  text-box-trim: trim-both;
	 }


.title h1,
.title h2,
.title h3 {
padding: 0;
padding-top: 0;
padding-bottom: 0;
margin: 0;
line-height: 1.5;
padding-top: 0;
margin-bottom: 0;
  text-box-trim: trim-both;
	text-decoration: none;
	color: #000;

}



@media screen and (max-width: 1023px) {
.title {
	 margin-top: 70px;
	 padding-top: 16px;
	 padding-bottom: 16px;
	border-bottom: 2px solid #3db5d9;
}
}
@media screen and (max-width: 640px) {
.title {
	 margin-top: 70px;
	border-bottom: 1px solid #3db5d9;
}
}


/********* セクション *************************************************/

.content_section1em {
display: block;
margin-bottom: 1em;
}
.content_section80 {
display: block;
margin-bottom: 64px;
}
.content_section {
display: block;
margin-bottom: 40px;
}
.content_section40 {
display: block;
margin-bottom: 40px;
}
.content_section32 {
display: block;
margin-bottom: 32px;
}
.content_section24 {
display: block;
margin-bottom: 24px;
}
.content_section16 {
display: block;
margin-bottom: 16px;
}
.content_section8 {
display: block;
margin-bottom: 8px;
}
.content_section40map {
display: block;
margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {

.content_section80 {
display: block;
margin-bottom: 32px;
}
.content_section {
margin-bottom: 32px;
}
.content_section40 {
margin-bottom: 32px;
}
.content_section32 {
margin-bottom: 24px;
}
.content_section24 {
margin-bottom: 16px;
}
.content_section16 {
margin-bottom: 8px;
}
.content_section8 {
margin-bottom: 8px;
}
.content_section40map {
margin-bottom: 32px;
}
}


/********* 見出し　*************************************************/


h4.title_main {
	line-height: 110%;
	margin-bottom: 16px;
	border-left: solid 7px #148cc2;
	padding-left: 8px;
	padding-top: 2px;
}
.title_main {
	line-height: 130%;
	margin-bottom: 10px;
}

h5.midashi_normal {
margin-bottom: 8px;
}

.ttl_balloon5 {
  border-bottom: 3px solid #4c9ac0 !important;
  padding: 0.3em !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
  position: relative;
  text-box-trim: trim-start;
}
.ttl_balloon5::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon5::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.ttl_balloon5 h4 {
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.ttl_balloon5 {
  padding: 0.2em !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 16px !important;
}
}

/********* お知らせ*************************************************/

ul.tag_category {
display: inline-block;
margin: 0;
margin-bottom: 2px;
padding: 0;
}
ul.tag_category li {
list-style: none;
margin: 0;
margin-left: 4px;
padding: 0;
	display: inline-block;
	text-align: center;
	min-width: 6em;
}
ul.tag_category li a {
	display: block;
	padding: 0 1.5em;
	background-color: #148CC2;
	color: #FFF;
	border-radius: 16px;
	text-decoration: none;
}



.flex_news {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_news_box {
display: flex;
justify-content: space-between;
flex-flow: column;
width: calc(100% / 2 - 8px);
padding-bottom: 16px;
border-bottom: 1px solid #CCC;
}
.flex_news_box .bt_news {
margin-top: auto;
}
.flex_news_box:nth-child(n+3) {
margin-top: 20px;
}
@media screen and (max-width: 640px) {
.flex_news {
display: block;
padding-bottom: 8px;
}
.flex_news_box {
width: auto;
}
.flex_news_box:nth-child(n+2) {
margin-top: 16px;
}
}

.flex_news_view {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_news_view_eyecach,
.flex_news_view_txt {
display: block;
width: calc(100% / 2 - 16px);
}
.flex_news_view_eyecach {
order: 2;
}
.flex_news_view_txt {
order: 1;
}
@media screen and (max-width: 640px) {
.flex_news_view {
display: block;
}
.flex_news_view_eyecach,
.flex_news_view_txt {
width: auto;
}
.flex_news_view_eyecach {
margin-bottom: 16px;
}
}


.pagination-next {
display: none;
}
.left_post,
.right_post {
white-space: nowrap;
}
.title_entry {
display: block;
line-height: 150%;
margin-bottom: 16px;
}
.entry_title h3,
.entry_title h4,
.entry_title p {
margin-bottom: 0 !important;
}
p.daytime {
  text-box-trim: trim-start;
margin-bottom: 0;
}



.title_entry {
display: block;
line-height: 150%;
margin-bottom: 16px;
}
.entry_title h3,
.entry_title h4,
.entry_title p {
margin-bottom: 0 !important;
}
p.daytime {
  text-box-trim: trim-start;
margin-bottom: 0;
}


.shousai_ryaku h4.title_main {
line-height: 150%;
margin-bottom: 0;
}
.shousai_ryaku {
padding-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.list_pic {
position: relative;
display: block;
overflow: hidden;
background: #555;
}
.list_pic img {
display: block;
  object-fit: contain;
  width: 100%;
  top: 0%;
  right: 0%;
}
.flex_newslist {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_newslist_pic {
order: 2;
display: block;
flex-flow: column;
width: calc(30% - 4px);
}
.flex_newslist_txt {
order: 1;
display: flex;
flex-flow: column;
width: calc(70% - 4px);
}


.bt_news {
display: inline-block;
line-height: 1.0;
text-box-trim: trim-both;
padding: 0;
margin: 0;
}
.bt_news a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_news a:hover {
color: #0194ff;
text-decoration: underline;
}

.bt_news a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #0194ff;
  font-weight: 900;
  }



.bt_more {
margin-top: auto;
display: inline-block;
}

.bt_more a {
position: relative;
display: block;
color: #194092;
text-decoration: none;
}

.bt_more a::after {
position: absolute;
left: 3.5em;
top: 0.6em;
content: "";
        margin-left: 4px;
        width: 40px;
        height: 8px;
        border-bottom: 1px solid #194092;
        border-right: 1px solid #194092;
        transform: skew(45deg);
}
.bt_more a:hover::after {
left: 4em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


ul.bt_pdf {
  margin: 0;
  padding: 0;
}
ul.bt_pdf li {
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 0;
}
ul.bt_pdf li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  min-width: 126px;
  background-color: #fff;
  border: 1px solid #555;
  color: #000;
  text-decoration: none;
  padding-left: 2.5em;
}

ul.bt_pdf li a:before {
  position: absolute;
  top: 50%;
transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #f00;
  margin-left: -1em;
  font-weight: 900;
}

ul.bt_pdf li a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

/********* サイドバー　*************************************************/
.calendar_wrap,
.wp-block-group {
display: block;
	background: url(../../uploads/2025/04/box_back.png);
	background-size: cover;
	padding: 16px 16px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin: 0;
}

table.wp-calendar-table {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table tr {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table th,
table.wp-calendar-table td {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table th {
}
.widget-sidebar {
}
.widget-sidebar ul {
margin: 0;
padding: 0;
}

.widget-sidebar ul li a {
margin: 0;
margin-bottom: 0;
padding-bottom: 0;
padding: 0;
text-decoration: underline;
}

@media screen and (max-width: 640px) {
table.wp-calendar-table {
width: 100%;
}

table.wp-calendar-table th,
table.wp-calendar-table td {
font-size: 100%;
}
.widget-sidebar {
font-size: 100%;
}
}


.wp-block-search__label {
display: none !important;
}
.wp-block-search__input {
height: 1em!important;
width: 100% !important;
padding: 1em !important;
}

.wp-block-search__button.wp-element-button {
padding: 0 0.5em;
height: inherit;
clear: both;
}


select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
box-sizing: border-box;
  display: inline-block;
  margin: 4px 0;
  width: auto;
  min-width: inherit;
  border-radius: 0;
}
select {
padding: 8px;
}
textarea {
  display: block;
}


/********* 見出し　*************************************************/


.ttl_balloon5 {
  border-bottom: 3px solid #4c9ac0 !important;
  padding: 0.3em !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
  position: relative;
  text-box-trim: trim-start;
}
.ttl_balloon5::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon5::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.ttl_balloon5 h4 {
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.ttl_balloon5 {
  padding: 0.2em !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 16px !important;
}
}
/********* grid　*************************************************/



.cc_grid_half {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
}
.cc_grid_txt {
grid-column: span 6 / span 6;
}
.cc_grid_pic {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}
.cc_grid_helf01 {
grid-column: span 6 / span 6;
}
.cc_grid_helf02 {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}

@media screen and (max-width: 640px){
.cc_grid_half {
display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 16px;
}
.cc_grid_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.cc_grid_pic {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helf01 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helf02 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
}

.cc_grid_txt h4 {
  text-box-trim: trim-start;
}


.box_manager {
display: block;
padding-bottom: 24px;
border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 640px){
.box_manager {
padding-bottom: 24px;
}
}


.cc_grid_3_2 {
display: grid;
grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.cc_grid_3_2_pic {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}

.cc_grid_3_2_txt {
    grid-column: span 8 / span 8;
}


@media screen and (max-width: 640px){
.cc_grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 16px;
}
.cc_grid_3_2_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
}

.cc_grid_3_2_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
}


.float_img_half_right {
display: block;
float: right;
max-width: calc(100% / 2 - 16px);
margin: 0;
margin-left: 24px;
margin-bottom: 16px;
}
@media screen and (max-width: 640px){
.float_img_half_right {
display: block;
float: none;
max-width: 100%;
margin: 0 auto;
margin-left: auto;
margin-bottom: 16px;
}
}


/********* grid　*************************************************/

.grid_double {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.grid_double_box_only {
    grid-column: span 6 / span 6;
}
@media only screen and (max-width: 640px) {
.grid_double {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
}

.grid_triple {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.grid_triplebox {
    grid-column: span 4 / span 4;
}
@media only screen and (max-width: 640px) {
.grid_triple {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.grid_triplebox {
    grid-column: span 12 / span 12;
}
}



.grid_threepic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
    
.grid_threepic001 {
    grid-column: span 4 / span 4;
}

.grid_threepic002 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
}

.grid_threepic003 {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}
@media only screen and (max-width: 640px) {
 .grid_threepic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
}
.grid_threepic001 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
}

.grid_threepic002 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
    grid-row-start: 2;
}

.grid_threepic003 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
    grid-row-start: 3;
}
}

.grid_features {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
    
.grid_features_pic {
    grid-column: span 4 / span 4;
}

.grid_features_txt {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media only screen and (max-width: 640px) {
.grid_features {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
    
.grid_features_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}

.grid_features_txt {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}

table.timeTable {
margin: 0;
padding: 0;
margin-bottom: 0;
padding-bottom: 0;
text-align: center;
}




.contact {
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  transition: all 0.5s;
}
@media screen and (min-width: 640px) {
  .contact {
    top: 80px;
    right: -100%;
    bottom: auto;
    width: auto;
    flex-direction: column;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    top: 150px;
  }
}
.contact.active {
  bottom: 0;
}
@media screen and (min-width: 640px) {
  .contact.active {
    right: 0;
  }
}
.contact__btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 50%;
  height: 50px;
}
@media screen and (min-width: 640px) {
  .contact__btn {
    width: clamp(
        3.4375rem,
        9.375vw + -4.0625rem,
        4.375rem
    );
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all 0.5s;
  }
  .contact__btn:hover::before {
    opacity: 0.7;
  }
}
.contact__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.contact__btn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .contact__btn_icon {
    margin-bottom: 10px;
  }
}
.contact__btn_text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .contact__btn_text {
    font-size: clamp(
        1rem,
        2.5vw + -1rem,
        1.5rem
    );
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.contact__btn.application::before {
  background-color: #ff3480;
  transition: all 0.5s;
}
.contact__btn.application .contact__btn_icon {
  width: 17px;
}
@media screen and (min-width: 640px) {
  .contact__btn.application .contact__btn_icon {
    width: clamp(
        1.125rem,
        2.8125vw + -1.125rem,
        1.6875rem
    );
  }
}
.contact__btn.request {
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .contact__btn.request {
    border-radius: 6px;
  }
}
.contact__btn.request::before {
  background-color: #60abd2;
  transition: all 0.5s;
}
.contact__btn.request .contact__btn_icon {
  width: 12px;
}
@media screen and (min-width: 640px) {
  .contact__btn.request .contact__btn_icon {
    width: clamp(
        0.875rem,
        1.875vw + -0.625rem,
        1.25rem
    );
  }
}


ul.bt_contact_oubo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
ul.bt_contact_oubo li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-left: 8px;
	text-decoration: none;
width: 240px;
}
ul.bt_contact_oubo li a {
	display: block;
	padding: 8px 4em;
	margin: 0;
	background-color: #36a1c1;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}
@media screen and (max-width: 640px){
ul.bt_contact_oubo li {
width: calc(100% / 2 - 4px);
}
ul.bt_contact_oubo li a {
	padding: 8px 3em;
}
}
ul.bt_contact_oubo li:first-child {
	margin-left: 0;
}



ul.bt_contact_oubo li a:hover img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


