@charset "UTF-8";

/*!
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
*/

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

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

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

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


html, body {
  overflow-x: hidden;
}
.carousel-content .slick-track {
    padding: 0 0;
}

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

.block {
    margin-bottom: 0;
}
article {
    margin-bottom: 0 !important;
}

section {
padding: 0;
margin: 0;
margin-bottom: 0 !important;
}
.entry-content {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}


.content {
margin-top: 0 !important;
margin-bottom: 0 !important;
}


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

.logo-menu-button.menu-button {
    padding-left: 8px;
}
#sb_instagram #sbi_images {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.breadcrumb {
    margin-top: 16px !important;
max-width: 1280px;
}
@media only screen and (max-width: 1280px) {
.breadcrumb {
padding: 0 16px!important;
}
}
@media only screen and (max-width: 640px) {
.breadcrumb {
display: none;
}
}


.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

}



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


.top_main {
    margin-top: 0;
}
@media (max-width: 1023px) {
.top_main {
    margin-top: 50px;
}
.title {
        margin-top: 66px !important;
    }
}

/* =============================================
   ヘッダー2段構成
   ============================================= */



#header-container-in {
  display:     flex !important;
  flex-wrap:   wrap !important;
  align-items: center !important;
  padding:     0 0px !important;
}

/* 1段目左：ロゴ（コンテンツ幅のみ取る） */
#header {
  flex:  0 0 auto !important;
  order: 1 !important;
}

/* header-in の幅制限を解除 */
#header-in.wrap {
  max-width: none !important;
  width:     auto !important;
  padding:   0 !important;
  margin:    0 !important;
}

/* ボタン全体 */
.my-contact-wrap {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-left: auto;
  margin-right: 16px;

  order: 2;
  flex: 0 0 auto;
}

/* 共通ボタン */
.my-contact-btn {
  display: inline-block;
  padding: 10px 24px;

  background-color: #c0392b;
  color: #fff !important;

  font-size: 14px;
  font-weight: bold;

  border-radius: 4px;
  text-decoration: none !important;
  white-space: nowrap;

  transition: background-color 0.2s;
}

/* hover */
.my-contact-btn:hover {
  background-color: #96281b;
}

/* 2つ目だけ色変更したい場合 */
.sub-btn {
  background-color: #34495e;
}

.sub-btn:hover {
  background-color: #22313f;
}



.navi_kaigyou_pc {
    display: block;
}
@media (max-width: 1023px) {
    .navi_kaigyou_pc {
    display: none;
}
}

/* 2段目：ナビを全幅で下へ */
#navi {
  flex:        0 0 100% !important;
  order:       3 !important;
  width:       100% !important;
  margin-left: 0 !important;
  background-color: #FFF;
    border-top: 1px solid #191;
    border-bottom: 1px solid #191;
}

#navi-in.wrap {
  max-width: none !important;
  padding:   0 30px !important;
}



.navi-in > ul li {
    margin: 0;
    width: calc(6 / 100);
    height: auto;
    position: relative;
    padding: 8px 0;
}

.navi-in > ul li ul li {
    display: block;
    margin: 0;
    width: 220px;
    height: 60px;
}

#navi .navi-in > ul > li > a {
  color:   #000;
}

.navi-in > ul .sub-menu,
.navi-in > ul .sub-menu li {
    margin: 0;
    padding: 0;
}
.navi-in > ul .sub-menu li .caption-wrap {
    height: auto;
}



/* スマホ非表示 */
@media (max-width: 1023px) {
  .my-contact-btn {
    display: none !important;
  }
  #navi {
    display: none !important;  /* ← これを追加 */
  }
}


.navi-in a:hover {
  background-color: #F5F5F5 !important;
  color: #000 !important;
}


/********* フッター *************************************************/
#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  background: #DCDCDD;
}
#footer-in {
  position: relative;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}
.top_content #footer-in {
  max-width: 1280px !important;
}
@media only screen and (max-width: 1280px) {
.top_content #footer-in {
  padding: 40px 16px;
	padding-top: 0;
	padding-bottom: 0;
}
}
@media only screen and (max-width: 1280px) {
#footer-in {
  padding: 40px 16px;
}
}

@media only screen and (max-width: 1032px) {
  #footer-in {
    padding: 32px 16px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
}
}


.copy {
  text-box-trim: trim-both;
display: block;
padding: 24px 0;
line-height: 1.5;
    text-align: center;
}
.copy p {
line-height: 1.5;
margin-bottom: 0;
}
@media screen and (max-width: 1032px) {
.copy {
display: block;
padding: 16px 0;
	padding-bottom: 60px;
}
}




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: #FFFF;
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;
}


/*フッターモバイルポップアップ*/
.mobile-footer-menu-buttons .menu-button .fas,
.mobile-footer-menu-buttons .menu-button .far {
  color: #FFF;
}
.mobile-footer-menu-buttons .menu-button {
background-color: #004ea2;
  border-left: 1px solid #FFF;
}
.mobile-footer-menu-buttons .menu-button::first-child {
background-color: #004ea2 !important;
  border-left: none;
}
.mobile-footer-menu-buttons .menu-button a {
  color: #FFF;
}


.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 !important;
  padding: 0 !important;
}
.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%;
margin-bottom: 0 !important;
}
p.foot_tel {
line-height: 150%;
margin-bottom: 0 !important;
}

.foot_tel_icon {
position: relative;
display: flex;
align-items: center;
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;
}
}


/* =========================================
   フッターメニュー 4列グリッド
   ========================================= */
.footer_menu_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 32px 0;
}

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

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;
}
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%;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

ul.foot_menu li a {
position: relative;
display: block;
font-weight: bold;
padding-left: 1em;
    text-decoration: none;
}
ul.foot_menu li a:before {
  position: absolute;
  content: "▶";
  margin: 0;
  margin-left: -1em;
  padding: 0;
  font-size: 80% !important;
  color: #00a0e9;
}
ul.foot_menu li:last-child {
margin-bottom: 0;
}

ul.foot_menu li .non_yaji a {
padding-left: 0 !important;
}
ul.foot_menu li .non_yaji a:before {
display: none !important;
content: "";
}

ul.foot_menu li a:hover {
  color: #000 !important;
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;
margin-left: 1em;
}

ul.foot_menu li ul li a {
font-weight: normal;
}



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 #FFF;
}

ul.foot_menu li a {
padding: 12px 24px;
	background: #EEE;
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 {
margin: 0;
padding: 0;
}

ul.foot_menu li ul li {
margin: 0;
display: block;
padding: 0;
}
ul.foot_menu li ul li a {
display: block;
padding: 12px 24px;
padding-left: 32px;
  color: #000 !important;
background-color: #CCC;
}
ul.foot_menu li .non_yaji a {
padding-left: 32px !important;
}
ul.foot_menu li ul li {
margin-right: 0;
}
ul.foot_menu li ul li a {
padding-right: 0;
margin-right: 0;
}
}


ul.foot_menu li a:hover {
text-decoration: none;
background-color: #F9F9F9;
  color: #000 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


@media screen and (max-width: 1032px) {
  ul.foot_menu ul.sub-menu {
    display: none;  /* 初期は非表示 */
    padding: 0;
    margin: 0;
  }

  ul.foot_menu li.has-submenu > a::after {
    content: "＋";
    float: right;
    color: #00a0e9;
    font-size: 80%;
  }

  ul.foot_menu li.open > a::after {
    content: "－";
  }
}


/* =========================================
   フッターメニュー テキスト色変更（PCのみ）
   黒文字 / ホバーでアンダーライン表示
   ========================================= */
@media screen and (min-width: 1033px) {
  ul.foot_menu li a {
    color: #000;
  }
  ul.foot_menu li a:hover {
    color: #000 !important;
    text-decoration: underline;
    background-color: transparent;
  }
}


.footer_schList {
display: block;
	margin: 0 auto;
	border: 2px #004DA1 solid;
	border-radius: 11px;
}
.footer_schList .ttl {
padding: 0.5em 1em;
background: #004DA1;
color: #FFF;
font-weight: bold;
border-radius: 8px 8px 0 0;
}
.footer_schList .ttl small {
		font-size: 80%;
}
.footer_schList ._list_wrap {
padding: 24px;
background: #FFFCDA;
	border: 2px #004DA1 solid;
border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 640px) {
.footer_schList .ttl {
padding: 0.5em 14px;
}
.footer_schList ._list_wrap {
padding: 16px;
}
}


.grid_footer_schList {
  display: grid;
  gap: 16px;
  grid-template-columns: [label] 10em [input] 1fr;
}

@media screen and (max-width: 640px) {
.grid_footer_schList {
  display: grid;
  gap: 8px;
  grid-template-columns: [label] 8em [input] 1fr;
}
}
.grid_footer_schList > .schList_name {
  grid-column: label;
  color: #0075c1;
font-weight: bold;
line-height: 1.5;
/*  place-content: center;*/
}

.grid_footer_schList > .schList_cont {
  grid-column: input;
font-weight: bold;
}

ul.list_footer_schList {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
ul.list_footer_schList li {
display: inline-block;
list-style: none;
margin: 0;
margin-right: 1em;
padding: 0;
}
ul.list_footer_schList li:nth-child(5n) {
width: 40%;
}
@media screen and (max-width: 1032px) {
ul.list_footer_schList li:nth-child(5n) {
width: inherit;
}
}



.footer_schList ._list_wrap ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.footer_schList ._list_wrap ._inner_wrap {
				display: flex;
			}
				.footer_schList ._list_wrap ._inner_wrap .pre {
					display: block;
					width: 9em;
					height: 100%;
					color: #0075c1;
					font-weight: bold;
					font-size: 150%;
					font-size: 160%;
				}
				.footer_schList ._list_wrap ._inner_wrap li {
					display: inline-block;
					list-style: none;
					margin: 0 .5em .5em;
					font-weight: bold;
					font-size: 140%;
				}
				.footer_schList ._list_wrap ._inner_wrap ._sub {
					display: flex;
					font-size: 140%;
				}
					.footer_schList ._list_wrap ._inner_wrap ._sub dt {
						margin: 0 .5em .5em;
						margin-right: 0;
						padding: 0 .5em;
						background: #595757;
						color: #f9f8ee;
						font-weight: bold;
					}
					.footer_schList ._list_wrap ._inner_wrap ._sub dd {
						margin: 0 .5em .5em;
						font-weight: bold;
					}
				.footer_schList ._list_wrap ._inner_wrap * + ._sub {
					margin-top: 8px;
				}
			.footer_schList ._list_wrap ._inner_wrap + ._inner_wrap {
				margin-top: 20px;
			}
@media only screen and (max-width: 640px) {
	.footer_schList .ttl small {
		display: block;
		margin-top: 8px;
	}
	.footer_schList ._list_wrap ._inner_wrap .pre {
		min-width: 9em;
	}
}


	
/********* メイン タイトル ***********************************************/




ul.list_no {
	margin: 0;
	padding: 0;
}
ul.list_no li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0;
}

ul.list_dott {
  margin: 0;
  padding: 0;
}

ul.list_dott li {
  position: relative;
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ul.list_dott li:before {
  position: absolute;
  content: "・";
  margin-left: -1.0em;
}

ul.list_kome {
  margin: 0;
  padding: 0;
}
ul.list_kome li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}
ul.list_kome li:before {
  position: absolute;
  content: "※";
  margin-left: -1.0em;
}

ul.list_kome_red {
  margin: 0;
  padding: 0;
}
ul.list_kome_red li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}
ul.list_kome_red li:before {
  position: absolute;
  content: "※";
  margin-left: -1.0em;
color: #F00;
}

ul.list_check {
margin: 0;
padding: 0;
}
ul.list_check li {
list-style: none;
position: relative;
	margin: 0;
	padding: 0;
  padding-left: 1.0em;
}
ul.list_check li:before {
position: absolute;
  margin-left: -1.0em;
    font-weight: 900;
  content: '\f14a';
  color: #191;
  font-family: "Font Awesome 5 Free";
}

ul.list_check002 {
margin: 0;
padding: 0;
}
ul.list_check002 li {
list-style: none;
position: relative;
	margin: 0;
	padding: 0;
  padding-left: 1.0em;
	color: #4c494f;
}
ul.list_check002 li:before {
position: absolute;
  margin-left: -1.0em;
  content: '\f14a';
    font-weight: 900;
  color: #08C;
  font-family: "Font Awesome 5 Free";
}


.cta_btn_00 {
  font-weight: bold; /* 文字の太さ */
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.cta_btn_00-red {
  color: #F00; /* 文字色 */
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 0.5em;
  border-radius: 100vh;
  width: 100%; /* ボタン幅 */
  max-width: 350px; /* 最低ボタン幅 */
  transition: 0.3s;
  background: #FFF;
border: 1px solid #F00;
}

/* マウスオーバーした際のデザイン */
.cta_btn_00:hover {
  transform: scale(1.05);
}

.box_gray {
    background: #F5F5F5;
        padding: 16px 16px; /* 16pxから12pxに調整 */
    }




/************************************
** ボタン
************************************/

.bt_top, .bt_top_product {
	display: inline-block;
}
.bt_top a {
	position: relative;
	display: block;
	border: 2px solid #08C;
	background-color: #FFF;
	padding: 8px 30px;
	padding-right: 50px;
	text-decoration: none;
	color: #08C;
}
.bt_top a:hover {
	color: #FFF;
	border: 2px solid #FFF;
	background-color: #08C;
	font-weight: bold;
	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;
}



/************************************
** フォーム
************************************/


table.form_table {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	border: none;
	background: none;
	overflow: hidden;
}
table.form_table tr, table.form_table th, table.form_table td {
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
table.form_table th, table.form_table td {
	text-align: left;
	padding: 16px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

table.form_table p {
	margin-bottom: 0;
}
table.form_table th {
	vertical-align: top;
	background-color: #F5F5F5;
	width: 25%;
	font-weight: 600;
}

table.form_table td {
	background-color: #FFF;
}

@media screen and (max-width: 834px){
table.form_table {
	margin-bottom: 16px;
}
table.form_table th, table.form_table td {
display: block;
	width: auto;
	border: none;
	margin: 0 0;
line-height: 1.2;
}
table.form_table th {
padding: 4px 8px;
}
table.form_table td {
	padding: 16px 0;
}
} 
 .hissu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #F00;
}
.nini {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	color: #FFF !important;
	background-color: #06F;
}
 



.input-mini { width:90px !important }
.input-small { width: 200px !important }
.input-medium { width: 70% !important }
.input-large { width: 80% !important }
.input-xlarge { width: 90% !important }
.input-xxlarge { width: 90% !important }

@media screen and (max-width: 834px){
.input-small { width: 50% !important }
.input-medium { width: 90% !important }
.input-large { width: 90% !important }
.input-xlarge { width: 90% !important }
}

.btn {
	display:inline-block !important;
	width: auto !important;
	padding: 10px 100px !important;
	font-size: 130%;
	margin: 5px;
	margin-bottom:0;
	color:#333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;border:1px solid #ccc;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-primary{
	color:#fff !important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#369;
	background-image:-moz-linear-gradient(top,#F00,#900);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#F00),to(#900));
	background-image:-webkit-linear-gradient(top,#F00,#900);
	background-image:-o-linear-gradient(top,#F00,#900);
	background-image:linear-gradient(to bottom,#F00,#900);
	background-repeat:repeat-x;border-color:#F00 #900 #900;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F00',endColorstr='#900',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
@media only screen and (max-width: 834px) {
.btn {
	display:block !important;
	width: 100% !important;
	padding: 10px 0 !important;
	margin: 5px auto;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)

}
}



.box_online {
	display: block;
	margin: 5px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 16px;
}
.box_online h3, .box_online h4, .box_online h5 {
	line-height: 130%;
	margin-bottom: 5px;
	clear: none;
}
.box_online h3 {
	color: #06F;
}

.box_online h5 {
	color: #F60;
}

.box_online p {
	line-height: 130%;
}
.pic_online {
	max-width: 35% !important;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


@media screen and (max-width: 834px){
.box_online {
	padding: 8px;
	margin: 5px -16px;
}
.box_online h3, .box_online h4, .box_online h5 {
	clear: both;
}
.pic_online {
	max-width: 40% !important;
	float: right;
	margin-left: 10px;
}
}






.top_title {
text-align: center;
}
.top_title h3 {
    display: block;
	font-weight: 500;
	margin-bottom: 16px;
}

@media screen and (max-width: 640px){
.top_title h3 {
	margin-bottom: 8px;
}
}



/*** ブログ ***/
ul.list_top_blog_full {
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}
ul.list_top_blog_full li {
position: relative;
	display: inline-block;
	list-style: none;
	width: calc(100% / 4 - 8px);
	margin: 0;
	padding: 0;
font-size: 14px;
}
ul.list_top_blog_full li:nth-child(n+5) {
margin-top: 16px;
}

@media screen and (max-width: 640px){
ul.list_top_blog_full {
	margin-bottom: 16px;
}
ul.list_top_blog_full li {
	width: calc(100% / 2 - 8px);
}
ul.list_top_blog_full li:nth-child(n+3) {
margin-top: 16px;
}
}


ul.list_top_blog_full li h5 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 110%;
  margin-bottom: 4px;
}
ul.list_top_blog_full li h5 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 110%;
  margin-bottom: 8px;
}

ul.list_top_blog_full li h5 a {
display: block;
color: #0099FF;
text-decoration: none;
}
ul.list_top_blog_full li h5 a:hover {
text-decoration: underline;
}


ul.list_top_blog_full li p {
	margin-bottom: 0;
	font-size: 90%;
	letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}


.flex_top_blog_full {
display: flex;
flex-flow: column;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.flex_top_blog_full_pic {
display: block;
width: 100%;
margin-bottom: 8px;
}
.flex_top_blog_full_txt {
display: block;
width: 100%;
}



ul.list_top_blog {
    display:flex;
flex-flow: column;
    flex-wrap:wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
ul.list_top_blog li {
position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 24px 0;
	border-bottom: 1px solid #999;
font-size: 14px;
}

ul.list_top_blog li:first-child {
	border-top: 1px solid #999;
}
@media screen and (max-width: 834px){
ul.list_top_blog {
    display:block;
	width: auto;
	margin-bottom: 16px;
}
ul.list_top_blog li {
	padding: 24px 0;
}
}


ul.list_top_blog li h5 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 110%;
  margin-bottom: 8px;
}
ul.list_top_blog li h5 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 110%;
  margin-bottom: 8px;
}

ul.list_top_blog li h5 a {
display: block;
color: #0099FF;
text-decoration: none;
}
ul.list_top_blog li h5 a:hover {
text-decoration: underline;
}


ul.list_top_blog li p {
	margin-bottom: 0;
	font-size: 90%;
	letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.daytime_blog {
padding-bottom: 0;
}

.flex_top_blog {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.flex_top_blog_pic {
display: block;
width: 34%;
}
.flex_top_blog_txt {
display: block;
width: 62%;
}



.list_pic_top_blog {
position: relative;
display: block;
height: 0;
padding-bottom: 73%;
overflow: hidden;
background-color: #F5F5F5;
}
.list_pic_top_blog img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_pic_top_blog a img {
display: block;
}
	


.tab-4 {
    display: flex;
    flex-wrap: wrap;
justify-content: center;
}

.tab-4 > label {
display: flex;
/*flex: 1 1; 等間隔*/
    order: -1;
    position: relative;
    width: 7em;
    padding: .7em 1em;
    background-color: #F5F5F5;
    color: #000;
	justify-content: center;
font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 834px) {
.tab-4 > label {
    width: 6em;
    padding: .7em 0.5em;
}
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #08C;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #08C;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-4 label:has(:checked) + div {
    display: block;
}



table.table_top_news {
	table-layout: auto;
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	background: none;
	border-collapse: collapse;
}
table.table_top_news tr {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
table.table_top_news th, table.table_top_news td {
	background: none;
	border: none;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	font-weight: 400;
	margin: 0;
	padding: 0.4em 1.6em;
	text-align: left;
	vertical-align: middle;
	min-height: 5.4em;
	height: 5.4em;
}
table.table_top_news th {
	color: #555;
	width: 100px;
	padding-left: 0;
}
table.table_top_news td {
position: relative;
padding-right: 2em;
}

table.table_top_news td:after {
    position: absolute;
  font-family: "Font Awesome 5 Free";
    content: '\f138';
color: #999999;
	font-weight: 900;
right: 0%;
top:50%;
transform: translateY(-50%);
}

.table_top_news p {
	margin: 0;
	padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.table_top_news p a {
	color: #000;
	text-decoration: none;
}
.table_top_news p a:hover {
	color: #0099FF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tag_news {
	display: block;
	margin: 0;
	font-size: 80%;
	text-align: center;
	line-height: 100%;
	padding: 3px 1em;
	background-color: #F00;
	color: #FFF;
}

@media only screen and (max-width: 640px) {
table.table_top_news {
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
table.table_top_news th, table.table_top_news td {
	min-height: inherit;
	height: auto;
	padding: 0;
	display: block;
	width: auto;
	border: none;
}
table.table_top_news th {
	border-top: 1px solid #CCC;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0;
}


.tag_news {
	display: inline-block;
	margin: 0;
	margin-left: 8px;
	padding: 3px 1em;
}

table.table_top_news td {
display: flex;
width: 100%;
vertical-align: middle;
align-items: center;
padding-right: 1em;
	padding-bottom: 0.75em;
	min-height: 3em;
	height: 3em;
}
table.table_top_news td:after {
top:-0.5em;
transform: translateY(0%);
}

table.table_top_news p {
line-height: 150%;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
}
}


.bt {
display: inline-block;
margin: 0;
margin-right: 1.2em;
padding: 0;
}

.bt a {
display: block;
position: relative;
padding: 0;
color: #000;
text-decoration: none;
	border-bottom: 3px solid rgba(255,255,255,0.0);
}
.bt a:after {
    position: absolute;
  font-family: "Font Awesome 5 Free";
    content: '\f054';
	right: -1.2em;;
color: #0099FF;
	font-weight: 900;
}
.bt a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:hover:after {
	right: -1.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:before {
        content:"";
        display:block;
        position:absolute;
        left:0;
        bottom:0;
        width:0;
        height: 1px;
        background-color:#0099FF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
.bt a:hover:before{
        bottom:-2px;
  width: 135%;/*hover時に表示*/
}


/* ================================
   iPhone入力時のズレ修正CSS
   既存のCSSに追加してください
================================ */

/* 1. iPhoneの自動ズームを防止（最重要） */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    font-size: 16px !important; /* 16px以上で自動ズームを防止 */
}

/* 2. ビューポート設定（HTMLのheadタグ内に追加） */
/* 
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
を以下に変更：
<meta name="viewport" content="width=device-width, initial-scale=1.0">
*/



/* 4. フォーム入力時のスクロール改善 */
@media screen and (max-width: 834px) {
    input:focus,
    select:focus,
    textarea:focus {
        /* フォーカス時の挙動を改善 */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }
    
    /* テーブルセルの高さを最適化 */
    table.form_table td {
        padding: 12px 0; /* 16pxから12pxに調整 */
        min-height: auto;
    }
}

/* 5. selectボックスの高さを明示的に指定 */
@media screen and (max-width: 834px) {
    select.wpcf7-form-control {
        height: 44px; /* タップしやすい高さ */
        padding: 8px;
        font-size: 16px !important;
    }
}

/* 6. textareaの調整 */
@media screen and (max-width: 834px) {
    textarea.wpcf7-form-control {
        min-height: 120px;
        font-size: 16px !important;
        padding: 8px;
        resize: vertical; /* 縦方向のみリサイズ可能 */
    }
}

/* 7. 送信ボタンがキーボードで隠れないように */
@media screen and (max-width: 834px) {
    .btn.btn-primary {
        margin-top: 20px;
        margin-bottom: 30px; /* 下部に余白を追加 */
    }
}

/* 8. フォーカス時のスクロール位置を固定 */
@media screen and (max-width: 834px) {
    .wpcf7-form {
        position: relative;
        padding-bottom: 50px; /* フォーム下部に余白 */
    }
}

/* 9. チェックボックスのタップ領域を拡大 */
@media screen and (max-width: 834px) {
    .wpcf7-list-item {
        margin-bottom: 8px;
        padding: 8px 0;
    }
    
    .wpcf7-list-item label {
        display: inline-block;
        padding: 8px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }
    
    .wpcf7-list-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
    }
}

/* 10. iOS Safariの入力フィールド装飾を調整 */
@media screen and (max-width: 834px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 10px;
        background-color: #fff;
    }
    
    /* selectボックスに矢印を追加 */
    select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
        padding-right: 32px;
    }
}

/* 11. プレースホルダーのフォントサイズも統一 */
@media screen and (max-width: 834px) {
    input::placeholder,
    textarea::placeholder {
        font-size: 16px !important;
        color: #999;
    }
}

/* 12. フォーム全体のパディング調整 */
@media screen and (max-width: 834px) {
    .box_gray {
        padding: 12px 16px; /* 16pxから12pxに調整 */
    }
}

/* 13. iOS SafariのオートコンプリートUIの調整 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* 14. キーボード表示時のビューポート高さ対応 */
@media screen and (max-width: 834px) {
    @supports (-webkit-touch-callout: none) {
        /* iOS Safari専用 */
        body {
            min-height: -webkit-fill-available;
        }
    }
}


.grid_10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 24px;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
.grid_10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 16px;
}
}
.grid10_fivebox {
    grid-column: span 2 / span 2;
}
.grid10_fivebox02 {
    grid-column: span 2 / span 2;
}
@media only screen and (max-width: 640px) {
.grid10_fivebox {
    grid-column: span 10 / span 10;
}
.grid10_fivebox02 {
    grid-column: span 5 / span 5;
}
}


.grid_12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
.grid_12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
}
.grid_doublebox_pconly {
    grid-column: span 12 / span 12;
}
.grid_doublebox {
    grid-column: span 6 / span 6;
}
.grid_doublebox_only {
    grid-column: span 6 / span 6;
}
.grid_triplebox {
    grid-column: span 4 / span 4;
}
.grid_triplebox02 {
    grid-column: span 4 / span 4;
}
.grid_fourbox {
    grid-column: span 3 / span 3;
}
.grid_fourbox02 {
    grid-column: span 3 / span 3;
}
.grid_fivebox {
    grid-column: span 3 / span 3;
}
.grid_fivebox02 {
    grid-column: span 3 / span 3;
}
@media only screen and (max-width: 640px) {

.grid_doublebox_pconly {
    grid-column: span 6 / span 6;
}
.grid_doublebox {
    grid-column: span 12 / span 12;
}
.grid_triplebox {
    grid-column: span 12 / span 12;
}
.grid_triplebox02 {
    grid-column: span 6 / span 6;
}
.grid_fourbox {
    grid-column: span 6 / span 6;
}
.grid_fourbox02 {
    grid-column: span 12 / span 12;
}
.grid_fivebox02 {
    grid-column: span 6 / span 6;
}
}

.grid_double_txt_left {
    grid-column: span 6 / span 6;
}
.grid_double_pic_right {
    grid-column: span 6 / span 6;
}
@media only screen and (max-width: 640px) {
.grid_double_txt_left {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.grid_double_pic_right {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
}




