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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.body {
	margin: 0;
}
/*aタグの下線なし*/
a {
	text-decoration: none;
}
/*投稿日付消す*/
.page .date-tags {
    display: none;
}
/* 次のページの大きいボタン非表示 */
.pagination-next-link {
	display: none;
}
.page-numbers {
	height: 40px;
	width: 40px;
	line-height: 40px;
}
/* ページネーション現在のページの表示 */
.pagination .current {
    background-color: #f2f6fe;
}
/* ページネーションホバー時 */
.pagination a:hover {
   background-color: #f2f6fe;
   transition-duration:0.2s;
}
/* 各ページのタイトル調整 */
.page .entry-title, .article .entry-title {
	background-color: initial;
	color: #000000;
	font-size: 1.8em;
	margin-bottom: 40px;
	padding-left: 0;
}
.article h1 {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	line-height: 1.5;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
}
.article h2 {
	background-color: #1b44d0;
	color: #ffffff;
}
.article h3 {
	border-right: initial;
	border-bottom: initial;
	border-top: initial;
	border-left-color: #1b44d0;
}
.article h4 {
	border-top: 2px solid #1b44d0;
    border-bottom: 2px solid #1b44d0;
}

/*ヘッダー*/
.header-container {
	background-color: initial;
}
.header {
	background-color: rgba(27,68,208,0.9);
	height: 80px;
}
/*トップページでヘッダー非表示*/
.page-id-22 .header-container {
	display: none;
}
/*トップページでスクロールでヘッダー表示*/
.page-id-22 .header-container.fixed-header {
	display: block;
}

/*ヘッダー問い合わせボタン等*/
.header-container-in.hlt-top-menu {
	display: initial;
}
.header-in {
	align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	width: 100%;
}
.header-in:after {
	content: none;
}
.site-name-text-link {
	padding: 0 1.5em;
}
.logo-image {
	padding: 0;
	margin: 0;
}
.logo-image a {
    display: block;
}
.logo-header img {
	height: 60px;
	width: auto;
	vertical-align: top;
}
.my-header {
	align-items: center;
    display: flex;
	gap: 1px;
}
.my-header a {
  text-decoration: none;
}
.my-box > span {
	display: block;
    font-size: 12px;
	line-height: initial;
}
.my-box .my-box2 {
	font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
	padding: 0px 20px 5px 10px;
}
.my-box .my-box2 {
	color: #ffffff;
	padding-left: 5px;
	letter-spacing: 0.1em;
}
.my-box .my-box3 {
	text-align: center;
	letter-spacing: 0.1em;
}
.my-banner a {
	display: block;
	background-color: #0187ec;
	color: #fff;
	font-size: 14px;
	line-height: 80px;
	padding-left: 20px;
	padding-right: 20px;
	outline: 2px solid #0187ec;
	outline-offset: -2px;
}
.my-banner a:hover {
	background-color: #fff;
	color: #0187ec;
	transition : 0.5s;	
}
.my-banner02 a {
	display: block;
	line-height: initial;
	background-color: #07c654;
    color: #fff;
    font-size: 14px;
	text-align: center;
	padding: 20px;
	outline: 2px solid #07c654;
	outline-offset: -2px;

}	
.my-banner02 a:hover {
	background-color: #fff;
	color: #07c654;
	transition : 0.5s;
}


/*メニュー表示設定*/
.navi {
	background-color: initial;
	background-color: rgba(27,68,208,0.8);
}
.navi-in > ul li {
	height: 60px!important;
	line-height: 60px;
}
.navi-in a:hover {
	background-color: rgba(27,68,208,1)!important;
	opacity: 0.5;
	transition : 0.8s;
}

/*アピールエリアのサイズ調整*/

#appeal { 
    height: calc(100vw * calc(1310/ 2000)); 
}
.appeal {
	background-position: bottom center;
}
/*アピールエリアの中身調整*/
.appeal-content {
	background-color: transparent;
	color: #ffffff;
	max-width: 860px;
}
.appeal-message img {
	width: 25%;
	height: auto;
}
.appeal-message h1 {
	margin-top: 20px;
	font-size: 38px;
 
}
/*アピールエリアのボタン配置*/
.appeal-message .bn {
	display: flex;
	justify-content:space-between;
	margin-top: 50px;
}
.appeal-message .bn p.bncon a {
	display: block;
	color: #ffffff;
	background-color: #1b44d0;
	border: solid #ffffff;
	border-radius: 10px;
	width: 250px;
	height: auto;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.45;
}
.appeal-message .bn p.bncon a:hover{
	opacity: 0.7;
	transition : 0.8s;
}

/*アピールエリアとcontentの余白調整*/
#content, .entry-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.content {
	overflow-x: clip;
}
#main {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-id-22 h1.entry-title {
	display: none;
}
#sidebar {
	padding-top: 0;
}
/* カバーブロック用：インナーブロックの中央寄せを追加 */
.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
/* TOP商品メニュー */
.main_products {
	padding-left: 100px!important;
	padding-right: 100px!important;
	padding-top: 100px;
	padding-bottom: 80px;
	margin-bottom: 0;
}
.main_products_con {
	padding-bottom: 30px;
	box-shadow: 0 0 7px 3px rgba(27,68,208,0.1);
}
.main_products_con h3 {
	border: none;
	padding-top: 0;
	padding-bottom: 15px;
	line-height: 1.2;

}
.m_p_price {
	margin-bottom: 0!important;
}
.main_products_con p {
	margin-bottom: 10px;
}
.main_products_con p.m_p_w, .main_products_con p.m_p_w_02 {
	margin-bottom: 0;
}
.main_products_con p.m_p_w_02 {
	line-height: 1.68;
}
.main_products_con p.m_p_plan {
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 30px;
}
.main_products_contop_01 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #DBECF9;
}
.main_products_b01 a.btn {
	background-color: #006fbc;
	border-radius: 0px;
	color: #ffffff;
	width: 50%;
	padding: 14px;
}
.main_products_b01 a.btn:hover {
	border: 2px solid #006fbc;
	background-color: #fff;
	color: #006fbc;
	transition : 0.8s;
	opacity: 1;
}
.main_products_contop_02 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #feebc8;
}
.main_products_b02 a.btn {
	background-color: #e17a00;
	border-radius: 0px;
	color: #ffffff;
	width: 50%;
	padding: 14px;
}
.main_products_b02 a.btn:hover {
	border: 2px solid #e17a00;
	background-color: #fff;
	color: #e17a00;
	transition : 0.8s;
	opacity: 1;
}

/* NEWS */
.newstitle {
	padding-top: 6.5rem;
	padding-bottom: 6.5rem;
}
.news p, .featuretitle p, .columntitle p {
	padding-left: 25px;
	margin-bottom: 0;
	font-size: 14px;
}
.page-id-22 h2 {
	padding-top: 0;
    padding-bottom: 0;
	font-size: 40px;
	letter-spacing: 0.12em;
	border: none;
	text-align: left;
}
.news ul {
	padding-left: 20px;
	padding-right: 20px;
}
.news ul li {
    line-height: 3;
    border-bottom: 1px solid #ccc;
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	align-items: center;
	padding-bottom: 0.8em;
}
.news ul li:last-of-type {
	border-bottom: none;
}
.news ul li a {
	position: relative;
	width: 83%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 110px;
}
.news ul li a:hover {
	background-color: #f2f6fe;
	transition : 0.8s;
}

.news ul li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
	content: "詳しくみる　≫";
	font-size: 0.8em;
}

/* 特徴 */
.feature {
	padding-top: 100px;
	padding-bottom: 80px;
}
.featuretitle {
    padding-bottom: 30px;
	border-bottom: 3px solid #1b44d0;
}
.featuretitle a.btn {
	display: block;
	border-radius: 0px;
	border: 1px solid #1b44d0;
	background-color: #fff;
	margin-bottom: 10px!important;
	color: #1b44d0;
	padding-left:30px;
	margin-right: 25px;
}
.featuretitle a.btn:hover {
	background-color: #1b44d0;
	color: #ffffff;
	transition : 0.8s;
	opacity: 1;
}
.featurecon {
    padding-top: 10px;
}
.featurecon p {
	margin-bottom: 20px;
	color: #1b44d0;
}
.mo_detail_bn a.btn {
	display: block;
	border-radius: 0px;
	border: 1px solid #1b44d0;
	background-color: #fff;
	color: #1b44d0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.mo_detail_bn a.btn:hover {
	background-color: #1b44d0;
	color: #ffffff;
	transition : 0.8s;
	opacity: 1;
}

/* サービス */
.cstm-blk-fullwide-inner_s {
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
	margin-bottom: 0!important;
}
.services {
	padding-top: 100px;
	padding-bottom: 100px;
}
.servicetitle {
	padding-bottom: 30px;
	border-bottom: 3px solid #ffffff;
	margin-bottom: 50px!important;
}
.servicetitle h2, .contacttitle h2, .faqtitle h2, .areatitle h2 {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.servicetitle p {
	margin-bottom: 0;
	font-size: 14px;
}
/*ブロックカラムの幅調整*/
.services .wp-block-columns {
    gap: 2.2em;
}
.wp-block-columns .scon {
	gap: 0;
}
.snum {
	background-color: #1b44d0;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.services .wp-block-image {
    margin-bottom: 0;
}
.g-scon {
	margin-bottom: 2.2em!important;
}
.g-scon .wp-block-column a {
	display: block;
}
.g-scon .wp-block-column a:hover {
	opacity: 0.7;
	transition : 0.8s;
}
.scon {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;

}
.scon h3 {
	border: none;
	padding-left: 15px;
	font-size: 18px;
	color: #1b44d0;
	padding-right: 0;
}


/* お問い合わせ */
.contact {
	padding-top: 100px;
	padding-bottom: 130px;
}
.contacttitle {
	padding-bottom: 30px;
	border-bottom: 3px solid #1b44d0;
	margin-bottom: 60px!important;
}
.contacttitle p {
	margin-bottom: 0;
	font-size: 14px;
}
.conimg {
	width: 25%;
	height: auto;
	margin-bottom: 10px!important;
}
.LINEicon {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20%;
	height: auto;
	margin-bottom: 10px!important;
}
.contactcon p {
	color: #1b44d0;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: solid 2px;
}
.contactcon a.btn {
	display: block;
	border-radius: 0px;
	border: 1px solid #1b44d0;
	background-color: #fff;
	margin-bottom: 10px!important;
	color: #1b44d0;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 70%;
	margin: 0 auto;
}
.contactcon a.btn:hover {
	background-color: #1b44d0;
	color: #ffffff;
	transition : 0.8s;
	opacity: 1;
}
.contactcon-c, .contactcon-c-tel {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.contactcon-c-tel p {
	margin-bottom: 18px;
}
p.telnum {
	border-bottom: none;
	font-size: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.teltime {
	border-bottom: none;
	font-size: 14px;
}

/* FAQ */
.faqtitle {
	padding-top: 70px;
	padding-bottom: 30px;
	border-bottom: 3px solid #1b44d0;
	margin-bottom: 50px!important;
}
.faqtitle p {
	margin-bottom: 0;
	font-size: 14px;	
}
/* トグルの調整 */
/* トグル左詰め */
.cocoon-block-toggle.not-nested-style {
	margin-bottom: 10px;
}
.toggle-button {
	text-align: left;
	padding: 20px 60px 20px 30px;
    background-color: #f2f6fe;
    border: none;
    border-radius: 0;
    color: #1b44d0;
	margin-bottom: 0px;
}
.toggle-button:hover {
	background-color: #1b44d0;
	color: #ffffff;
	transition : 0.8s;
	opacity: 1
}
.toggle-checkbox:checked ~ .toggle-content	{
	border: none;
}
.toggle-content p {
	padding: 0px 14px;
}
/* もともとの＋ー消す */
.toggle-button::before {
    content: none; /*クリック前のアイコン*/
}
.toggle-checkbox:checked ~ .toggle-button::before {
    content: none; /*クリック後のアイコン*/
}
/* 右端に＋ーつける */
.toggle-button::after {
	content:'\f0fe';
    position:absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.3em;
}
.toggle-checkbox:checked ~ .toggle-button::after {
	content:'\f146';
    position:absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.faqlast {
	margin-bottom: 120px!important;
}
/* 対応エリア */
.area {
	padding-top: 100px;
	padding-bottom: 120px;	
}
.areatitle {
	padding-bottom: 30px;
	border-bottom: 3px solid #ffffff;
	margin-bottom: 60px!important;
}
.areatitle p {
	margin-bottom: 0;
	font-size: 14px;	
}
.areacon {
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
}
.areacon p {
	display: inline-block;
    text-align: left;
}
/* map */
.company {
	padding-top: 80px;
	padding-bottom: 50px;
	margin-bottom: 0;
}
.maplogo {
	padding-top: 20px;
}
.companycon {
	text-align: center;
}
p.address {
	line-height: 2.2em;
    display: inline-block;
    text-align: left;	
}
.insta {
	width: 10%;
	height: auto;
	margin-top: 10px;
}
.insta:hover{
	opacity: 0.8;
	transition : 0.5s;
}

/* フッター左・真ん中・右 */
.widget_nav_menu {
	margin-bottom: 0!important;
}
.widget_nav_menu ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
}
.widget_nav_menu ul li a:hover {
	opacity: 0.8;
	background: initial;
}

/* フッター */
.navi-footer-in a:hover {
	background-color: #0359c6;
}
/* フッターメニューの縦線調整 */
.menu-footer li:first-child {
	border-left: none;	
}
.menu-footer li:last-child {
	border-right: none!important;	
}
.copyright {
	margin-top: 30px;
}

/* パンくずリスト */
.breadcrumbs {
	font-size: 0.7em;
	padding: 0 10px 0 20px;
	white-space: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	color: #0187ec;
	opacity: 0.8;
}
.breadcrumbs::-webkit-scrollbar {
    display:none;
}
.breadcrumbs span {
	display: inline-block;
	padding: 0.5em 0;
}
.breadcrumbs a {
	text-decoration:none;
}
.breadcrumbs a:hover {
	color: #0187ec;
	opacity: 0.6;
	transition : 0.8s;
}
.breadcrumbs a i {
    margin-right: 0.5em;
	margin-left: 0.5em;
}
.breadcrumbs .fa-angle-right {
	padding: 0 0.5em;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
	width: 100%;
	margin-top: 50px;
	border: 1px solid #715a4d;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #a6a6a6;
}
.CF7_table ::placeholder {
	color:#797979;
}
/*「必須」文字*/
.CF7_req {
	font-size:.7em;
	padding: 5px;
	background: #DB1D32;/*赤*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/*「任意」文字*/
.CF7_unreq {
	font-size:.7em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
.CF7_table p {
	margin-bottom: 0;
}
table th, table td  {
	padding-top: 20px;
	padding-bottom: 20px;
}	
/* タイトル列 */
.CF7_table th {
	width: 30%;/*横幅*/
    background-color: #f2f6fe;
	text-align: left;
	padding-left: 20px;
}
/* 希望日時 */
.wpcf7-form select {
    display: inline;
    width: 60px;
    height: 30px;
    margin: 0px 5px 10px 8px;
    padding: 4px;
	border: 1px solid #a6a6a6;
	background-color: #fff;
	color:#715a4d;
}
.wpcf7-form select[name="menu-time"], .wpcf7-form select[name="menu-time2"], .wpcf7-form select[name="menu-time3"] {
    width: 100px;
 }
.wpcf7-form select[name="menu-month"], .wpcf7-form select[name="menu-day"], .wpcf7-form select[name="menu-time"]{
	margin-top:10px;
}
.wpcf7-form select[name="menu-month2"], .wpcf7-form select[name="menu-day2"], .wpcf7-form select[name="menu-time2"]{
	margin-top:10px;
}
/* レスポンシブ */
@media screen and (max-width: 480px){
	
.CF7_table tr, .CF7_table td, .CF7_table th {
	display: block;
	width: 100%;
	}
.CF7_table th, .CF7_table td {
	text-align:left;
	padding: 10px;
	}
.CF7_table th {
	background-color: #f2f6fe;	
	}
.CF7_table th p {
	padding-top:10px;
	padding-bottom:10px;
    }
.wpcf7-form select {
    margin: 0px 5px 10px 5px;
    padding: 4px;
    }

}

/* 「送信する」ボタン */
.CF7_btn{

}
.wpcf7 input.wpcf7-submit {
	width: 60%;
	display: block;
	background-color: #0187ec;/* 青*/
	border: 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 30px auto;
	border-radius: 0;
	padding: 15px;
}
.wpcf7 input.wpcf7-submit:hover {
	opacity: 0.8;
	transition : 0.5s;
}　
.wpcf7-spinner{
	width: 0;
	margin: 0;
}
/* プライバシーポリシー */
p.privacy {
	text-align: center;
	padding-top: 20px;
	padding-bottom:20px;
	margin-bottom:0px;
}   
p.privacy a {
	color:#000000;
	padding-left: 10px;
}
p.privacy a:hover {
	color:#B9222B;
}
/* エラーメッセージ */
.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
    font-size: 0.9em;
}

/* 月日時間のエラーメッセージの調整 */
.error .wpcf7-not-valid-tip {
    display: none;
 }

.error .error-message {
    color: #DB1D32;
    display: none; 
	font-size: 0.9em;
 }

.error:has(.wpcf7-not-valid-tip) .error-message {
    display: block;
 }
/* カテゴリー一覧ページ */
.category .archive-title {
	font-size: 1.8em;
	margin-bottom: 40px;
}
.category #list a {
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	border-bottom: 1px solid #1b44d0;
}
.category #list a:hover {
	background-color: #f2f6fe;
}
.carousel-entry-card-thumb,
.related-entry-card-thumb,
.widget-entry-card-thumb,
.entry-card-thumb,
.category .admin-pv{
	display: none;
}
.category .entry-card-content {
	margin-left: 0;
}
.category .entry-card-title {
	font-size: 1.5em;
	margin: 0 0 20px 0;
}
.category .entry-card-snippet {
	font-size: 1em;
	line-height: 1.8;
}
.category .entry-card-meta {
	font-size: 1.2em;
}

/* お知らせ一覧ページ */
.post-961 .wp-block-group {
	padding: 1.5%!important;
}
.post-961 h2 {
	font-size: 1.5em;
	background-color: initial;
	margin: 0 0 20px 0;
	padding: 10px 0;
	line-height: 1.6;
	border-bottom: 2px solid #1b44d0;
	border-top: 2px solid #1b44d0;

}
.post-961 h2 a {
	color: #000000;
	display: block;
}
.post-961 h2 a:hover {
	background-color: #f2f6fe;
	transition : 0.8s;
}
.article ul li, .article ol li {
	margin: 0 0 30px 0;
}
.post-961 .wp-block-post-date {
	text-align: right;
	font-size: 0.9em;
}

/* 記事一覧ページネーションの調整 */
.post-961 .wp-block-query-pagination {
	gap: 7px;
}
.post-961 .wp-block-query-pagination a:hover {
	background-color: #f2f6fe;
    transition-duration:0.2s;
	color: #000000;
}
.post-961 .wp-block-query-pagination > .wp-block-query-pagination-previous,
.post-961 .wp-block-query-pagination>.wp-block-query-pagination-next {
	border-color: var(--cocoon-three-d-border-colors);
    border-width: 1px;
    border-style: solid;
	border-radius: var(--cocoon-basic-border-radius);
	height: 40px;
	width: 40px;
    line-height: 35px;
	margin: 0!important;
	color: #000000;
}
.post-961 .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	margin-left: 15px;
}
.post-961 .wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	margin-right: 0px;
	margin-left: 15px;
}
.post-961 .page-numbers {
	margin-right: 2px;
	margin-left: 2px;
}
.post-961 .page-numbers.current {
	background-color: #f2f6fe!important;
}
.post-961 .wp-block-query-pagination > .wp-block-query-pagination-numbers {
	margin: 0!important;
}
.post-961 .wp-block-query-pagination>.wp-block-query-pagination-numbers a {
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.post-961 .wp-block-query-pagination > .wp-block-query-pagination-numbers a:hover {
	background-color: #f2f6fe!important;
    transition-duration:0.2s;
	color: #000000;
}

/* ページ送り */
.pager-post-navi {
	flex-direction: row;
}
.pager-post-navi a {
	width: 50%;
}
.pager-post-navi:first-child a {
	width: 100%;
}

.pager-post-navi a:hover {
	background-color: #f2f6fe;
}
.pager-post-navi a .iconfont {
	color: #1b44d0;
	font-size: 1.8em;
}
.prev-post-thumb,
.next-post-thumb {
	display:none;
}
.pager-post-navi a.prev-post .prev-post-title {
	line-height: 1.8;
}

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

/*アピールエリアのスマホ調整*/	
	.appeal-content {
		max-width: none;
		padding: 1.2em;
	}
	.appeal-message h1 {
	    font-size: 30px;
    }
	.appeal-message .bn {
        flex-direction: column;
        justify-content: center;
		align-items: center;
	}

    .appeal-message .bn p.bncon a {
		margin-bottom: 20px;

	}
/*スマホヘッダーメニューボタン*/	
	.mobile-menu-buttons {
		background: transparent!important;
        box-shadow: none;
　　}
	.mobile-header-menu-buttons {
		box-shadow: none;
		left: auto;
	    right: 40px;		
	}
	.mobile-header-menu-buttons .menu-button {
		background-color: rgba(27,68,208,0.8)!important;
		color: #ffffff;
		border-radius: 5px;
		margin: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mblt-header-mobile-buttons {
        margin-top: 0!important;
    }
/*スライドインメニュー*/	
	.navi-menu-content {
        background-color: rgba(27,68,208,0.8);  
    }
	#navi-menu-input:checked ~ #navi-menu-content {
		width: 70%;
	}
	.fa-times {
		font-size: 0.8em;
	}
	 ul.menu-drawer {
		margin-top: 50px;
	}
	 ul.menu-drawer a {
		color: #ffffff!important;
		line-height: 2em;
	}
	ul.menu-drawer a:hover{
		opacity: 0.8;
	    background: initial;
	}

/*スマホフッターメニューボタン*/	
	.mobile-footer-menu-buttons,
    .mobile-footer-menu-buttons .menu-button > a,
    .mobile-footer-menu-buttons .menu-button:hover {
		color: #fff;
		box-shadow: none;
		gap: 1px;
　　}
	.mobile-footer-menu-buttons {
		background-color: rgba(27,68,208,0.8)!important;
	}
	.mobile-footer-menu-buttons li:nth-child(1) {
		background-color: #FF3399!important;
	}	
	.mobile-footer-menu-buttons li:nth-child(2) {
		background-color: #0187ec;
	}	
	.mobile-footer-menu-buttons li:nth-child(3) {
		background-color: #07c654;
	}	
	.mobile-footer-menu-buttons li {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.mobile-footer-menu-buttons .menu-button > a .menu-icon {
		font-size: 20px;
	}
	.mobile-footer-menu-buttons .menu-button > a .menu-caption {
		font-size: 0.8em;
		padding-top: 5px;
	}
	.menu-button:nth-of-type(3) .fa-star:before {
		background-image: url( http://attaka-dou.com/solar/wp-content/uploads/2024/10/LINE_Brand_icon03.png );
        background-position: center 4px;
		background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 20px;
        width: 24px;
    }
/* キャプション */
	.menu-button:nth-of-type(3) .menu-caption {
        margin-top: -2px;
}	
	
/* TOP商品メニュー */	
.main_products {
	padding-left: 0px!important;
	padding-right: 0px!important;
    }	
	
/* NEWS */		
.news ul li a {
	width: 70%;
}	
	
/* サービス */
	.services .wp-block-columns {
		gap: 1em;
    }
	.services .wp-block-columns .scon {
		gap: 0;
    } 
	.scon {
		padding-top: 0px;
	    padding-bottom: 0px;
	}
	.snum {
		padding-top: 5px;
	    padding-bottom: 5px;
    }
	.scon p, .scon h3 {
		font-size: 0.8em;
		padding-right: 5px;
		padding-left: 7px;
	}
	.scon h3.long_h3 {
		font-size: 0.65em;
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}

/* お問い合わせ */
	.contactcon a.btn {
		width: 100%;
	}
	.contactcon-c-tel p {
		margin-bottom: 25px;
	}
	p.telnum {
		font-size: 20px;
		margin-bottom: 0;
	}
	.LINEicon {
	    padding-top: 0;
	}
	
/* エリア */
	.areacon {
	    font-size: 1.0em;
    }	

/* MAP */
	.insta {
		width: 15%;
	    height: auto;
	    margin-top: 20px;
    }
	p.address {
		font-size: 0.9em;
    }
/* フッター左・真ん中・右 */
	.widget_nav_menu ul li a {
		font-size: 0.9em;
		line-height: 2em;
　　}
	.footer-widgets {
		display: block;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
/*アピールエリアのスマホ調整*/	
	.appeal-content {
		max-width: none;
		padding: 1.2em;
	}
	.appeal-message img {
	    width: 50%;
	    height: auto;
		margin-top: 40px;
    }
    .appeal-message h1 {
	    margin-top: 20px;
	    font-size: 28px;
    }
	.appeal-message .bn p.bncon a {
		margin-bottom: 15px;
	}
/* トップページのh2の調節 */	
	.page-id-22 h2 {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
/* TOP商品メニュー */	
	.main_products {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0!important;
	}
	.main_products_b01 a.btn, .main_products_b02 a.btn {
		width: 60%;
	}
/* news */
	.news {
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.newstitle {
		padding-top : 2rem;
		padding-bottom: 2rem;
	}
	.news p, .featuretitle p, .columntitle p {
		text-align: center;
	}
	.news p, .featuretitle p, .columntitle p {
		padding-left: 0;
	}
	.news ul {
	padding-left: 20px;	
     }
	.news ul li {
		flex-direction: column-reverse;
		align-items: start;
		margin-bottom: 10px;
		
	}
	.news ul li a {
		position: relative;
	    width: 100%;
		line-height: 1.5;
		padding-right: 0;
		padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
	.news ul li a::after {
		display: none;
 
	}
	
	
	
/* 特徴 */
	.feature {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0!important;
	}
	.detail_bn {
		display: none;
	}
	.mo_detail_bn a.btn {
		display: block;
		width: 60%;
		margin: 0 auto;
		padding-left: 30px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
/* サービス */	
	.services {
		padding-top: 50px;
		padding-bottom: 20px;
		margin-bottom: 0!important;
	}
	.services .wp-block-columns {
		gap: 2.2em;
    }
	.scon {
		padding-top: 10px;
	    padding-bottom: 10px;
	}
	.snum {
		padding-top: 15px;
	    padding-bottom: 15px;
	}
	.scon p, .scon h3 {
		font-size: 1em;
		padding-right: 10px;
		padding-left: 10px;
	}
	.scon h3.long_h3 {
		font-size: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.w_img img {
		height: 45vw;
		width: auto;
		object-position: 20% 100%
	}
	.w_img_num {
		flex-basis: 15%!important;
	}


/* お問い合わせ */
	.contact {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0!important;		
	}
	.contactcon a.btn {
		width: 70%;
	}
	.contactcon-c-tel p {
		margin-bottom: 18px;
	}
	p.telnum {
		font-size: 25px;
		margin-bottom: 0;
	}
	.LINEicon {
	padding-top: 10px;
	}
/* FAQ */
	.faqtitle {
		padding-top: 20px;
	}
	.faqlast {
		margin-bottom: 50px!important;
	}

/* エリア */
	.area {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0!important;		
	}
	.areacon {
	    font-size: 1.2em;
    }	
	
/* MAP */
	.company {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0!important;			
	}
	.g_map {
		text-align: center;
	}
	p.address {
		font-size: 1em;
    }
	
/*フッターメニュー*/
	.footer, .footer-bottom {
		padding-right: 0;
		padding-left: 0;
	}
	.breadcrumbs {
        padding: 0 0 0 20px;
    }
/*スマホメニューボタン*/	
	.mobile-header-menu-buttons{
		box-shadow: none;
		left: auto;
	    right: 5px;		
	}
	.copyright {
		font-size: 0.9em;
		margin-top: 0;
	}
/* お知らせ一覧ページ */
	.post-961 ul {
		padding-left: 0!important;
	}
}

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