@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%;
}
body {
	font-size: 62.5%;
	font-size: 1.6rem;
	font-size: 16px;
	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;
}
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;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

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

a {
  color: #000;
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  line-height: 150%;
  background: none;
  border: none;
}

div table th, 
div table td {
font-weight: 400;
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: 1040px;
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;
  text-align: left;

}


.site-logo-image.header-site-logo-image {
display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 0;
  padding-left: 0;
  width: 100% !important;
  height: 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 {
font-size: 200%;
color: #D25;
}

.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;
display: block;
padding: 8px 0;
margin: 0 auto;
background: none;
color: #000;
height: 40px;
}
.navi .item-label,
.navi .item-description {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}


.navi-in {
  max-width: 1040px;
  margin: 0 auto;
padding: 0;
}

.navi-in > ul {
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
line-height: 130%;
color: #000;
}
.navi-in > ul li {
display: block;
height: auto;
line-height: inherit;
  width: auto;
  text-align: center;
margin: 0 0;
padding: 0 0;
border-right: 1px solid #000;
}
.navi-in > ul li:first-child {
border-left: 1px solid #000;
}
.navi-in > ul li a {
color: #000;
}
.navi-in > ul li a {
display: block;
padding: 0 1.15em;
margin: 0 0;
line-height: 1.2;
}


.navi-in a:hover{
color: #000;
background-color: #F5F5F5;
    -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-image: url(../../uploads/2025/04/foot_bottom.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#footer-in {
  position: relative;
  border-top: 1px solid #CCC;
  max-width: 1040px;
  display: block;
  margin: 0 auto;
  padding: 32px 0;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1032px) {
  #footer-in {
    padding: 24px 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_pc {
margin-bottom: 0;
display: block;
}
p.foot_add_txt_sp {
display: none;
}
@media only screen and (max-width: 1032px) {
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%;
max-width: calc(100% / 3 - 2px );
	vertical-align: middle;
	text-align: center;
	box-sizing:border-box;
	font-size: 80%;
}
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: 40px;
}
}

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


.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: 280px;
width: 28%;
}
.foot_flex_right {
order: 2;
display: block;
  width: calc(72% - 24px);
  max-width: 720px;
}


@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;
text-align: center;
}
.site-logo-image.footer-site-logo-image {
  margin: 0 auto!important;
}
}

p.foot_company {
line-height: 150%;
margin-bottom: 0 !important;
}
p.foot_tel {
font-weight: 500;
line-height: 150%;
margin-bottom: 0 !important;
}

.foot_tel_icon {
position: relative;
display: flex;
align-items: center;
font-weight: 500;
line-height: 150%;
padding-left: 1.15em;
margin-bottom: 0 !important;
}
.foot_tel_icon:before {
position: absolute;
margin-left: -1.15em;
margin-top: -0.04em;
    content: "";
    display: inline-block;
  background-image: url(../../uploads/2024/02/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.95em;
    height: 0.95em;
}


p.foot_tel i {
margin-top: -0.05em;
margin-right: 3px;
}
p.foot_tel a {
text-decoration: none;
color: #000;
}

.flex_footer_schedule {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

@media screen and (max-width: 1032px) {
.flex_footer_schedule {
display: block;
margin: 0 auto;
margin-top: -0.05em;
text-align: center;
}
p.foot_tel i {
margin-top: -0.1em;
margin-right: 3px;
}
p.foot_tel {
display: inline-block;
text-align: center;
margin-bottom: 0 !important;
}
}

dl.footer_schedule{
  display: flex;
  clear: both;
  margin: 0 0;
  margin-right: 16px;
  padding: 0;
  line-height: 150%;
}

dl.footer_schedule dt {
display: inline-block;
  margin: 0;
  margin-right: 4px;
  padding: 0;
}

@media screen and (max-width: 1032px) {
dl.footer_schedule{
justify-content: center;
  margin: 0 auto;
  margin-right: auto;
  white-space: nowrap;
}
}


.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_sns {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
margin-top: 8px;
padding: 0;
}
ul.foot_sns li {
display: inline-block;
margin: 0 4px;
padding: 0;
}
ul.foot_sns li i {
color: #479557;
font-weight: 900;
font-size: 250%;
}
ul.foot_sns li i.color_line {
color: #479557;
}

ul.foot_sns li i.color_insta {
color: #479557;
}



ul.foot_menu {
margin: 0;
padding: 0;
}
ul.foot_menu li {
position: relative;
list-style: none;
line-height: 150%;
font-weight: 500;
margin: 0;
padding: 0;
margin-bottom: 8px;
}
ul.foot_menu li a {
position: relative;
display: block;
font-weight: 700;
}
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;
font-weight: 400;
}


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 8px;
padding-left: 1.8em;
	background: #FFF; /* Old browsers */
	background: url(../../uploads/2025/04/icon_title.png), -moz-linear-gradient(top,  #FFF 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: url(../../uploads/2025/04/icon_title.png), -webkit-linear-gradient(top,  #FFF 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../../uploads/2025/04/icon_title.png), 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: 1040px;
	background-color: #CCC;
	padding: 0;
	margin-bottom: 40px;
}
.top_main h2 {
	font-size: 250%;
	font-weight: 400;
	margin-bottom: 0;
}
.top_main p {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	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);
	font-weight: normal;
}

#title {
height: 200px;
	background: url(../../uploads/2025/04/slide_back.jpg);
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;
	object-fit: cover;
	clear: both;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 24px;
	width: 100%;
	}
@media screen and (max-width: 1023px){
#main_top {
margin-top: 70px;
}
}
@media screen and (max-width: 1023px) {
#title {
	margin-bottom: 16px;
	width: 100%;
	margin-top: 70px;
	}
}
@media only screen and (max-width: 640px) {
#title {
	height: 100px;
}
}

.title {
position: relative;
display: block;
height: 100%;
  margin: 0 auto;
  width: auto;
  max-width: 1040px;
  padding: 0;
	background: url(../../uploads/2025/04/title_back.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}


.title:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	right: 16px;
	z-index: -1;
	content: '';
	box-shadow: 0 8px 8px rgba(0,0,0,0.2);
	border-radius: 100px / 16px;
}


@media only screen and (max-width: 1080px) {
.title {
padding: 0 16px;
}
}
@media only screen and (max-width: 640px) {
.title {
    margin: 0 0;
	padding: 0 8px;
	background-position: right bottom;
}
}

.title_txt {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0;
}
#title h2 {
	display: block;
	color: #D25;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

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

.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 {
	font-weight: 500;
	line-height: 110%;
	margin-bottom: 16px;
	border-left: solid 7px #148cc2;
	padding-left: 8px;
	padding-top: 2px;
}
.title_main {
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 10px;
}

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

.ttl_balloon5 {
  font-weight: bold;
  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;
line-height: 1.0;
	display: inline-block;
	text-align: center;
	font-size: 80%;
	min-width: 6.5em;
}
ul.tag_category li a {
	display: block;
	padding: 0.25em 1em;
	background-color: #D25;
	color: #FFF;
	border-radius: 4px;
	text-decoration: none;
}




.flex_news {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 24px;
}
.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: 24px;
}
@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;
}
}



.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 {
padding-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}

.shousai_ryaku_waku {
position: relative;
display: block;
font-weight: 500;
  border-bottom: solid 3px #ccc;
}
.shousai_ryaku_waku::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #D25;
  bottom: -3px;
  width: 20%;
}
.shousai_ryaku h4 {
font-weight: 500;
line-height: 150%;
margin-bottom: 0;
}
.shousai_ryaku {
padding-bottom: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.list_pic {
position: relative;
display: block;
height: 0;
padding-bottom: 120%;
overflow: hidden;
}
.list_pic img {
  position: absolute;
  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: 150%;
padding: 0;
margin: 0;
font-size: 80% !important;
}
.bt_news a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_news a:hover {
color: #D25;
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: #D25;
  font-weight: 900;
  }
  


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

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

.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;
  font-weight: 500;
  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;
  font-size: 150%;
  margin-left: -1em;
  font-weight: 400;
}

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;
font-size: 85%;
}
table.wp-calendar-table th {
font-weight: 700;
}
.widget-sidebar {
font-size: 85%;
}
.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 {
  font-weight: bold;
  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;
}
}


/********* ボックス　*************************************************/

.box_rose {
display: block;
	background: url(../../uploads/2025/04/box_back.png);
	background-size: cover;
	padding: 24px 24px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin: 0;
}
.box_rose h4 {
  text-box-trim: trim-start;
}
.box_content_rose {
position: relative;
display: block;
	background: url(../../uploads/2025/04/content_back.jpg);
	background-size: cover;
	background-color: #FFF;
	padding: 40px 40px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin: 0;
}
.box_content_rose:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	z-index: -1;
	content: '';
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	border-radius: 100px / 15px;
}

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


@media screen and (max-width: 640px){
.box_rose {
	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;
}
.box_content_rose {
	padding: 24px 24px;
}
}

