@charset "utf-8";
/*
Theme Name: mitani gyogu
Theme URI:https://tcd-theme.com/tcd083
Description:WordPressテーマ「ANTHEM」の子テーマ
Template:anthem_tcd083
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.16.5
*/



/*--------------------------------------
 共通
--------------------------------------*/
/* カラー・フォント */
:root {
  --blue-main: #05489B;
  --wave-blue: rgb(90,180,235);
  /* 商品カラー見本用 */
  --blue-1: #2a55a8;
  --blue-2: #2A65A8;
  --blue-3: #2F5E8F;
  --blue-4: #043A7A;
  --blue-5: #003d89;
  --blue-6: #1F3F7A;
  --blue-7: #0B5C7A;
  
  --font-ttl: "ab-kirigirisu";
  --font-en: "Oswald";
}

/* フォント */
body, input, textarea {
    letter-spacing: 0.078rem;
}
button, select {
    font-family: var(--tcd-font-type1) !important;
}
.af-kiri {
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
	font-weight: 400;
	font-style: normal;
}
.en {
    font-family: var(--font-en), var(--tcd-font-type1), sans-serif;
}

/* タイトル */
.ttl_catch {
    line-height: 1;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-weight: 400;
    font-style: normal;
	text-align: center;
	margin-bottom: 18px;
}
.ttl_desc {
    font-size: 42px;
	text-align: center;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--blue-main);
}
#page_header .sub_title, #page_header .desc, #related_product .headline {
    font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
}
@media screen and (max-width: 750px) {
	.ttl_catch {
        margin: 0 20px !important;
    }
    .ttl_desc {
        font-size: 32px;
    }
}

/* カラー */
.bg-l_blue {
	background-color: rgb(188 225 241 / 60%);
}
.wh {
	color: #fff;
}
.gr {
    color: #555;
}
.bl {
    color: #1183e4;
}

/* 改行 */
.il-b {
  display: inline-block;
}
.spbr {
	display: none;
}
.pcbr {
    display: block;
    height: 0;
    width: 0;
}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}
@media (max-width: 750px) {
  .spbr {
	display: block;
    height: 0;
    width: 0;
	}
  .pcbr {
	display: none;
	}
  .pc-only {
	display: none !important;
	}
  .sp-only {
	display: block !important;
	}
}

/* PCSP inline表示 */
.pc_inline {
    display: none !important;
}
.sp_inline {
    display: inline !important;
}
@media screen and (min-width: 751px){
.pc_inline {
    display: inline !important;
}
.sp_inline {
    display: none !important;
}}

/* ※indent */
.indent {
    padding-left: 2em;
    text-indent: -1.5em;
}

/* 強調 */
.marker {
	background: linear-gradient(transparent 50%, #fff6a8 50%);
    padding: 0 0.1em;
    font-weight: 600;
}

/* リスト */
.post_content ul {
    list-style: none !important;
    margin-left: 1.5em !important;
}
.post_content ul li {
    list-style:none;
	line-height: 1.8 !important;
    margin-bottom: 0.5em;
}
.post_content ul li::before {
    content: '●';
    color: #6ca8d5;
    padding-right: 6px;
    margin-left: -1.5em;
}

/* 青ボタン */
.btn_wrap {
    text-align: center;
    margin: 50px 0 0 0;
}
.btn_wrap a {
    color: #fff !important;
	border: 1px solid var(--blue-main);
	background: var(--blue-main);
    display: inline-block;
    min-width: 270px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn_wrap a:hover {
    color: #fff;
    background: #1183e4;
    border-color: #1183e4;
}
@media screen and (max-width: 750px) {
	.btn_wrap a {
		font-size: 14px;
		min-width: 200px;
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
}

/* 背景画像（固定） */
#container {
	position: relative;
	z-index: 0;
	background: url(./images/ami-bg.webp);
	background-size: 750px 750px;
	background-repeat: repeat;
	background-attachment: fixed;
}
/* 網模様レイヤー */
.home #container::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
	linear-gradient(45deg,
	  transparent 49%,
	  #dddddd7a 49%,
	  #dddddd7a 51%,
	  transparent 51%),
	linear-gradient(-45deg,
	  transparent 49%,
	  #dddddd7a 49%,
	  #dddddd7a 51%,
	  transparent 51%);
	background-size: 30px 30px, 30px 30px;
}

/* PC時telリンク無効 */
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* 本文行間 */
.post_content p {
    line-height: 1.8 !important;
}
.lh-15 {line-height: 1.5 !important;}





/* Header ----------------------------*/
/* ヘッダーメニュー高さ */
/* メガメニューの背景なし */
.megamenu_product_category_list .animate_background {
    background: unset;
}
/* フル幅 */
@media screen and (min-width: 1252px) {
	#header_bottom_inner, #header_top_inner {
		width: auto;
		margin: 0 0 0 50px;
	}
	#global_menu {
		text-align: right;
	}
	#global_menu > ul {
    letter-spacing: 0;
	}
	#global_menu > ul > li {
		font-size: 15px;
		font-weight: 600;
	}
	#global_menu > ul > li > a {
		padding: 0 20px;
		letter-spacing: 0.078rem;
	}
	#global_menu > ul > li > a:hover {
		background: #beebff !important;
	}
	#global_menu > ul > li.contact > a {
		background: #1183e4;
		color: #fff;
	}
	#global_menu > ul > li.contact > a:hover {
		background: #7fd7ff !important;
	}
	#global_menu > ul > li.contact.current-menu-item > a {
		color: #fff !important;
	}
}



/* Footer ----------------------------*/
/* イチ押しアイテム */
#footer_carousel .headline {
    font-size: 36px;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-weight: 400;
    font-style: normal;
}
#footer_carousel_inner a:hover .desc {
	color: #08e3ff !important;
}
#footer_carousel_inner .item .image {
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
@media screen and (max-width: 750px) {
	#footer_carousel .headline {
		display: block !important;
		font-size: 30px;
        margin: 0px 0 30px 0;
	}
}

/* menu */
#footer_bottom {
	background: var(--blue-main);
}
@media screen and (min-width: 1252px) {
	#footer_bottom {
		width: 100%;
		height: auto;
	}
	#footer_sns {
		right: 80px;
	}
}

/* CTA */
.footer-cta {
    padding: 60px 0 80px;
}
.cta-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.cta-btn {
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	flex: 1;
	display: flex; 
	align-items: center;
	justify-content: center;
	min-height: 56px;
	flex-direction: column;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}
.cta-note {
	display: block;
	font-size: 12px;
	opacity: 0.8;
	margin-bottom: 4px;
}
.cta-btn.cta-mail {
  background: #eaf6fd;
  color: #004374;
}
.cta-btn.cta-mail .mail-txt {
	position: relative;
}
.cta-btn.cta-mail .mail-txt:before {
    position: absolute;
    content: "\f0e0";
    font-family: "design_plus";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    font-size: 20px;
}
.cta-btn.cta-guide {
  background: rgb(40, 120, 190);
  color: #fff;
}
.cta-btn.cta-guide .guide-txt {
	position: relative;
}
.cta-btn.cta-guide .guide-txt:before {
    position: absolute;
    content: "\f518";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    font-size: 20px;
}
.cta-btn.cta-tel {
    color: #fff;
	background: rgb(255 255 255 / 5%);
}
.cta-btn.cta-tel .tel-number {
	position: relative;
    font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.15em;
}
.cta-btn.cta-tel .tel-number:before {
    position: absolute;
    content: "\f095";
    font-family: "design_plus";
    font-weight: 900;
    top: 55%;
    transform: translateY(-50%);
    left: -37px;
    font-size: 35px;
}
.cta-btn.cta-tel .tel-time {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 4px;
}

.cta-btn:hover {
	transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: #7fd7ff;
}

.cta-btn.cta-mail:after, .cta-btn.cta-guide:after {
    position: absolute;
    content: "\e910";
    font-family: "design_plus";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 16px;
}

/* ロゴ */
.footer-nav {
	display: flex;
	justify-content: space-around;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.footer-logo {
    color: #fff;
}
.footer-logo img {
	height: 70px;
	width: auto;
}
.footer-logo .cta-note {
    font-size: 13px;
    opacity: 1;
    margin-bottom: 7px;
}

/* SNS */
.footer-sns {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.sns-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}
.sns-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.sns-icon:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.sns-icon.x svg {
  width: 20px;
}
.sns-icon.yt svg {
  width: 22px;
}

/* メニュー */
.footer-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  color: #fff;
}
.footer-menu__col {
  font-size: 14px;
}
.footer-menu__title {
  font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 6px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}
.footer-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu__list li {
  margin: 6px 0;
  line-height: 1.8;
}
.footer-menu__list li.is-child {
  padding-left: 1.4em;
  font-size: 13px;
  position: relative;
}
.footer-menu .is-child::before {
  content: "－";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-menu a:hover {
  color: rgb(90, 180, 235) !important;
}
@media (max-width: 768px) {
  .footer-menu {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-menu__title {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
	.footer-cta {
		padding: 0 20px 40px;
	}
	.cta-wrap {
		flex-direction: column;
		gap: 12px;
		margin: 20px 0 0;
	}
	.cta-btn {
		width: 100%;
		text-align: center;
		padding: 14px 0;
		font-size: 18px;
	}
	.footer-nav {
		flex-direction: column;
		gap: 20px;
		margin: 0 20px;
		padding-bottom: 40px;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-sns {
		justify-content: center;
		margin-top: 16px;
		margin-bottom: 24px;
	}
}

/* wave */
.ft-wave {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ft-wave .wave1 {
  fill: rgba(90,180,235,.35);
}
.ft-wave .wave2 {
  fill: rgba(90,180,235,.2);
}

/* SNS */
/*フローティングバナー*/
.floating-banner {
  position: fixed;
  top: 30%;
  right: 5px;
  z-index:999;
  font-size:0;
  display: none;
}
@media only screen and (max-width: 750px){
	.floating-banner {
		right: -100px;
	}
}
.snsbtniti li{
	padding: 0 5px 5px;
	text-align: center !important;
}
.flowbtn8{
	border-radius:50%;
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	font-size:28px;
	text-decoration:none;
	transition:.5s;
}
.flowbtn8:hover{
	color:#fff!important;
}
.flowbtn8 i{
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
/* X */
.flowbtn8.fl_x2{
	border:solid 1px #494949;
	color:#494949;
}
/* Xマウスホバー時 */
.flowbtn8.fl_x2:hover{
	border:solid 1px #494949;
	background:#494949;
}
/* Instagram */
.flowbtn8.insta_btn2 {
	border:solid 1px #c6529a;
	color:#c6529a;
	font-size:28px;
}
/* Instagramマウスホバー時 */
.flowbtn8.insta_btn2:hover{
	border:solid 1px #c6529a;
	background:#c6529a;
}
/* Facebook */
.flowbtn8.fl_fb2{
	border:solid 1px #3b5998;
	color:#3b5998;
}
/* Facebookマウスホバー時 */
.flowbtn8.fl_fb2:hover{
	border:solid 1px #3b5998;
	background:#3b5998;
}
/* YouTube */
.flowbtn8.fl_yu2{
	border:solid 1px #fc0d1c;
	color:#fc0d1c;
	font-size:28px;	
}
/* YouTubeマウスホバー時 */
.flowbtn8.fl_yu2:hover{
	border:solid 1px #fc0d1c;
	background:#fc0d1c;
}
/* LINE */
.flowbtn8.fl_li2{
	border:solid 1px #00c300;
	color:#00c300;
	font-size:28px;
}
/* LINEマウスホバー時 */
.flowbtn8.fl_li2:hover{
	border:solid 1px #00c300;
	background:#00c300;
}
/* お問い合わせ */
.flowbtn8.fl_ma2{
	border:solid 1px #03A9F4;
	color:#03A9F4;	
	font-size:28px;
}
/* お問い合わせマウスホバー時 */
.flowbtn8.fl_ma2:hover{
	border:solid 1px #03A9F4;
	background:#03A9F4;
}





/*--------------------------------------
TOP
--------------------------------------*/
/* タイトル（ラインナップ）*/
#header_carousel_wrap .headline {
    font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* タイトル・説明文（取り扱いアイテム・ブログ） */
.index_product_list .cb_catch, .index_post_slider .cb_catch {
    line-height: 1;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-weight: 400;
    font-style: normal;
}
.index_product_list .cb_desc, .index_post_slider .cb_desc {
	margin-top: 18px;
    line-height: 1;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--blue-main);
}
@media screen and (max-width: 750px) {
	.index_product_list .cb_desc, .index_post_slider .cb_desc {
		line-height: 1 !important;
		margin: 0 auto !important;
	}
}

/* タイトル・説明文（フリーエリア） */
.index_free_space .cb_catch {
    line-height: 1;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-weight: 400;
    font-style: normal;
}
.index_free_space .cb_desc {
    font-size: 42px;
	text-align: center;
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--blue-main);
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
    .index_free_space .cb_desc {
        font-size: 32px;
		margin-bottom: 30px;
    }
	.index_free_space .cb_catch {
        margin: 0 20px !important;
    }
}

/* ▼ お知らせリスト */
.index_free_space#news .cb_contents_inner {
    max-width: 900px;
    margin: 0 auto;
}
.news-list ul, .news-list-ajax ul {
    list-style: none !important;
    margin-left: 0 !important;
	margin-bottom: 20px !important;
}
.news-list-ajax {
    padding: 5px 0;
    /*max-width: 900px;
    margin: 0 auto;*/
}
.post_content ul li.news-item:before {
	display: none;
}
.news-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	gap: 16px;
}
.news-date {
	width: 100px;
    color: #333;
    font-size: 0.95em;
    white-space: nowrap;
    flex-shrink: 0;
}
.news-title {
	flex: 1;
	font-weight: 700;
	line-height: 1.7;
}
.news-title a {
	color: #333 !important;
	text-decoration: none;
}
.news-title a:hover {
	color: rgba(var(--tcd-link-color), 1)!important;
}

/* ▼ カテゴリボタン */
.news-category-buttons {
    margin: 40px 0 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.news-cat-btn {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    width: 120px;
}
.news-category-buttons button {
    background: none;
    background-color: #fff;
    cursor: pointer;
}

/* ▼ 色設定 ▼ */
/* デフォルト色（お知らせ） */
.news-cat-btn {
	color: #02377c !important;
	border: 1px solid #02377c;
}
.news-cat-btn:hover, .news-cat-btn.active {
	color: #fff !important;
	background-color: #02377c;
	font-weight: 600;
	text-decoration: none !important;
}
/* カテゴリー色 */
.news-cat-btn.cat-all {
	color: #737373 !important;
	border: 1px solid #ccc;
}
.news-cat-btn.cat-all:hover, .news-cat-btn.cat-all.active {
	color: #fff !important;
	background-color: #ccc;
	font-weight: 600;
	text-decoration: none !important;
}
.news-cat-btn.cat-event {
	color: #0073aa !important;
	border: 1px solid #0073aa;
}
.news-cat-btn.cat-event:hover, .news-cat-btn.cat-event.active {
	color: #fff !important;
	background-color: #0073aa;
	font-weight: 600;
	text-decoration: none !important;
}
.news-cat-btn.cat-repairs {
	color: #e67e22 !important;
	border: 1px solid #e67e22;
}
.news-cat-btn.cat-repairs:hover, .news-cat-btn.cat-repairs.active {
	color: #fff !important;
	background-color: #e67e22;
	font-weight: 600;
	text-decoration: none !important;
}
.news-cat-btn.cat-campaign {
	color: #27ae60 !important;
	border: 1px solid #27ae60;
}
.news-cat-btn.cat-campaign:hover, .news-cat-btn.cat-campaign.active {
	color: #fff !important;
	background-color: #27ae60;
	font-weight: 600;
	text-decoration: none !important;
}
.news-cat-btn.cat-products {
	color: #e74c3c !important;
	border: 1px solid #e74c3c;
}
.news-cat-btn.cat-products:hover, .news-cat-btn.cat-products.active {
	color: #fff !important;
	background-color: #e74c3c;
	font-weight: 600;
	text-decoration: none !important;
}
.news-cat-btn.cat-newproducts {
	color: #e91e63 !important;
	border: 1px solid #e91e63;
}
.news-cat-btn.cat-newproducts:hover, .news-cat-btn.newproducts.active {
	color: #fff !important;
	background-color: #e91e63;
	font-weight: 600;
	text-decoration: none !important;
}

/* カテゴリーアイコン */
.news-categories {
  width: 170px;
  line-height: 1.8;
  flex-shrink: 0;
}
/* デフォルト色（お知らせ） */
.news-categories a {
	display: inline-block;
    padding: 3px;
    text-align: center;
	font-size: 0.8em;
    width: 130px;
	color: #fff !important;
	background-color: #02377c;
	border: 1px solid #02377c;
	text-decoration: none !important;
}
.news-categories a:hover {
	color: #02377c !important;
	background-color: #fff;
	border: 1px solid #02377c;
}
/* カテゴリー色 */
.news-categories a.cat-event {
	color: #fff !important;
	background-color: #0073aa;
	border: 1px solid #0073aa;
}
.news-categories a.cat-event:hover {
	color: #0073aa !important;
	background-color: #fff;
	border: 1px solid #0073aa;
}
.news-categories a.cat-repairs {
	color: #fff !important;
	background-color: #e67e22;
	border: 1px solid #e67e22;
}
.news-categories a.cat-repairs:hover {
	color: #e67e22 !important;
	background-color: #fff;
	border: 1px solid #e67e22;
}
.news-categories a.cat-campaign {
	color: #fff !important;
	background-color: #27ae60;
	border: 1px solid #27ae60;
	text-decoration: none !important;
}
.news-categories a.cat-campaign:hover {
	color: #27ae60 !important;
	background-color: #fff;
	border: 1px solid #27ae60;
}
.news-categories a.cat-products {
	color: #fff !important;
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	text-decoration: none !important;
}
.news-categories a.cat-products:hover {
	color: #e74c3c !important;
	background-color: #fff;
	border: 1px solid #e74c3c;
}
.news-categories a.cat-newproducts {
	color: #fff !important;
	background-color: #e91e63;
	border: 1px solid #e91e63;
	text-decoration: none !important;
}
.news-categories a.cat-newproducts:hover {
	color: #e91e63 !important;
	background-color: #fff;
	border: 1px solid #e91e63;
}
@media screen and (max-width: 750px) {
	.home .news-list-ajax {
		padding: 15px 0 0;
		margin: 0;
	}
	.news-cat-btn {
		padding: 3px 5px;
		font-size: 12px;
		width: 90px;
	}
	.news-item {
		display: block;
		padding: 10px;
	}
	.news-date, .news-categories, .news-title {
		display: inline-block;
		width: auto;
		margin-bottom: 6px;
		margin-right: 10px;
	}
	.news-title {
		display: block;
		width: auto;
		margin-bottom: 0;
	}
	.news-categories a {
		width: auto;
		padding: 2px 5px;
		font-size: 12px;
	}
}

/* ブログ */
.index_post_slider .meta, #blog_list .meta {
    display: flex;
    align-items: center;
}


/* MOVIE */
/* カラー赤 */
.index_free_space#movie .cb_desc {
	color: #FF0000;
}
.index_free_space#movie .btn_wrap a {
	border: 1px solid #bb011b;
	background: #bb011b;
}
.index_free_space#movie .btn_wrap a:hover {
    background: #FF0000;
    border-color: #FF0000;
}

/* YouTube */
.movie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.movie-item {
	display: flex;
	flex-direction: column;
	padding: 30px;
    background: #fff;
    box-shadow: 2px -1px 20px #e1e1e1;
    border-radius: 5px;
    z-index: 1;
}
.video-shadow {
  position: relative;
  border-radius: 3px;
}
.video-shadow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(187, 1, 27, 0.85),rgba(255, 0, 0, 0.85));
  transform: translate(8px, 8px);
  border-radius: 3px;
  z-index: -1;
  transition: transform 0.2s ease;
}
.video-shadow:hover::after {
  transform: translate(12px, 12px);
}
.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 3px;
  transition: transform 0.25s ease;
}
.video-shadow:hover .video-thumb {
  transform: translate(-2px, -2px);
}
.video-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  backface-visibility: hidden;
}
.play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
}
.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.video-thumb:hover .play-icon {
  background: rgba(0,0,0,0.75);
}
.movie-text {
  margin-top: 24px;
}
.movie-title {
    text-align: center;
}
.movie-desc {
  font-size: 0.9rem;
  line-height: 1.6 !important;
  color: #555;
}
@media (max-width: 750px) {
  .movie-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* お店のご案内 */
.index_free_space#company {
    background: rgb(188 225 241 / 60%);
    padding: 80px 0;
    margin-bottom: 0;
}
.index_free_space#company .btn_wrap a {
    border: 1px solid #fff;
}

.shop-info {
    background-color: #fff;
    padding: clamp(3em, 4.8vw, 4.5em);
	border-radius: 10px;
}
.shop-info-inner {
    display: flex;
    align-items: flex-start;
    gap: clamp(3em, 4.8vw, 4.5em);
}
.shop_image {
    flex-shrink: 0;
    flex-basis: 30%;
}
.shop_info {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 65%;
    flex-grow: 1;
}
.shop_info dl, .shop_info dt, .shop_info dd, .shop_info figure {
    padding: 0;
    margin: 0;
}
.shop_info-item {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: clamp(1em, 3vw, 2em);
    padding: 20px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	border-color: rgba(15, 18, 81, 0.18);
}
.shop_info-item .shop_info-item-ttl {
    color: var(--blue-main);
    line-height: 1.8;
    letter-spacing: 0.078rem;
    width: clamp(120px, 9vw, 150px);
    flex-shrink: 0;
}
.shop_info-item-text {
    word-break: break-word;
}
.shop_info-item .shop_info-item-text {
    width: 100%;
	margin-bottom: 0;
    line-height: 1.8;
}
.shop_info-item:nth-of-type(1) .shop_info-item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: clamp(0.84em, 1.8vw, 1.2em);
}
@media (min-width: 901px) {
    .shop_info-item:first-child {
        padding-top: 0;
    }
}
.shop_map-button {
    flex-shrink: 0;
    margin-top: 0.5em;
    font-size: clamp(0.96875rem, 0.96875rem + 0vw, 0.96875rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.06rem;
}
.shop_map-button-anchor {
    display: inline-flex;
    padding: 0.4em 1.2em;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
	align-items: center;
}
.shop_info-item .shop_phone-number {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.18rem;
}
@media (min-width: 901px) {
    .shop_info-item .shop_phone-number {
        pointer-events: none;
    }
}
.shop_map {
    overflow: hidden;
    margin-top: 10px;
}
/* Googleマップ・口コミ非表示 */
.g-map {
	padding-top: 0;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 400px;
}
.g-map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    height: calc(100% + (150px * 2));
	width: 100%;
}
@media (max-width: 900px) {
	.g-map {
		height: 420px;
	}
}

@media (max-width: 900px) {
    .shop-info {
        padding: clamp(1.5em, 3.3vw, 2em);
    }
	.shop-info-inner {
        flex-wrap: wrap;
        gap: clamp(1.5em, 3.3vw, 2em);
    }
	.shop_image {
        flex-basis: 100%;
    }
	.shop_info {
        flex-basis: 100%;
    }
	.shop_info-item {
        column-gap: clamp(2em, 3.6vw, 3em);
    }
	.shop_info-item .shop_info-item-ttl {
        width: 20vw;
    }
	.shop_info-item:nth-of-type(1) .shop_info-item-text {
        flex-wrap: wrap;
        row-gap: 12px;
    }
}




/*--------------------------------------
お知らせ
--------------------------------------*/
/* アーカイブ */
#news_list .image_wrap, #related_post .image_wrap {
    display: none;
}
#news_list a, #related_post .item {
    height: auto !important;
}
#news_list .title_area_inner, #related_post .title_area_inner {
    padding: 30px !important;
	position: relative;
    top: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
}
@media screen and (min-width: 751px) {
    #news_list .title_area, #related_post .title_area {
        width: 100% !important;
		border-left: 1px solid #ddd;
		float: none;
    }
	#news_archive #main_col {
		background: none;
		border: none;
		padding: 0;
	}
}
@media screen and (max-width: 750px) {
    #news_list .title_area, #related_post .title_area {
        width: 100% !important;
		border-left: none;
		float: none;
    }
	#news_list .item a {
        height: auto !important;
    }
    #news_list .title_area_inner, #related_post .title_area_inner {
        padding: 20px !important;
    }
}

/* ページャー上余白 */
#next_prev_post {
    margin-top: 100px;
}
@media screen and (max-width: 1050px) {
	#next_prev_post {
		margin-top: 100px !important;
	}
}
@media screen and (max-width: 750px) {
	#next_prev_post {
		margin-top: 60px !important;
	}
}
@media screen and (max-width: 550px) {
	#next_prev_post {
		margin-top: 60px !important;
	}
}

/* カテゴリー表示 */
#news_list .news-category, .single-news .news-category {
  margin-bottom: 10px;
}
/* ▼ カテゴリー別色分け */
#news_list .news-category .cat, .single-news .news-category .cat {
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.8em;
  line-height: 1.8;
  min-width: 130px;
  text-align: center;
  color: #fff;
  background-color: #02377c;
  border: 1px solid #02377c;
  margin-right: 6px;
}
#news_list .news-category .cat-event, .single-news .news-category .cat-event {
  background-color: #0073aa;
  border-color: #0073aa;
}
#news_list .news-category .cat-repairs, .single-news .news-category .cat-repairs {
  background-color: #e67e22;
  border-color: #e67e22;
}
#news_list .news-category .cat-campaign, .single-news .news-category .cat-campaign {
  background-color: #27ae60;
  border-color: #27ae60;
}
#news_list .news-category .cat-products, .single-news .news-category .cat-products {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
#news_list .news-category .cat-newproducts, .single-news .news-category .cat-newproducts {
  background-color: #e91e63;
  border-color: #e91e63;
}

.single-news .news-category .cat a {
  color: inherit;
  text-decoration: none;
}
.single-news .news-category .cat a:hover {
  opacity: 0.8;
}

/* カテゴリーアーカイブ */
.tax-news_category #news_archive .headline {
    margin: 0 0 50px;
    font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #05489b;
}
@media screen and (max-width: 750px) {
	.tax-news_category #news_archive .headline {
		font-size: 32px;
		margin: 0;
		background: none;
	}
}


/* ウィジェット */
.widget_headline {
    background: #05489b !important;
}
.menu-news_menu-container ul.menu {
    position: relative;
    top: -1px;
}
.menu-news_menu-container ul.menu li {
    line-height: 2;
    background: none;
    position: relative;
    font-size: 14px;
}
.menu-news_menu-container ul.menu li a {
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: 0 0 -1px 0;
    text-decoration: none;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-news_menu-container ul.menu li a:hover, .tcd_category_list a:hover, .styled_post_list1 a:hover .title, .p-dropdown__list li a:hover {
    color: #03A9F4 !important;
    font-weight: 600;
}



/*--------------------------------------
ブログ
--------------------------------------*/
#related_post .headline {
    font-family: var(--tcd-font-type1);
}



/*--------------------------------------
取り扱いアイテム
--------------------------------------*/
/* 文字サイズ */
.single-product .cb_product_free .post_content p {
	font-size: 0.97em;
}
@media screen and (max-width: 750px) {
	.single-product .cb_product_free .post_content p {
    font-size: 1.1em;
	}
}

/* セクションタイトル削除 */
.product_content .headline_area {
    display: none;
}
@media screen and (min-width: 751px) {
	.product_content:first-child {
		padding-top: 0;
	}
}

/* メインコンテンツ行間調整 */
.content_header .desc {
    line-height: 2 !important;
}
#product_side_content .middle_area .desc, #product_side_content .bottom_area .desc {
    line-height: 1.6;
}

/* サイドバーボタン周辺コメント */
#product_side_content .top_area .catch {
    font-family: var(--tcd-font-type1);
}
#product_side_content .middle_area ul.list {
    list-style: disc;
}
#product_side_content .middle_area ul.list li {
    line-height: 1.5;
    margin-bottom: 0.5em;
}
#product_side_content .middle_area ul.list li:last-child {
    margin-bottom: 0;
}
#product_side_content .bottom_area .desc {
    margin: 10px 0;
    text-align: center;
}
#product_side_content .bottom_area .price_label {
    text-align: center;
}
@media screen and (min-width: 751px) {
	#product_side_content .middle_area {
			padding: 30px 40px;

	}
}
@media screen and (max-width: 750px) {
	#product_side_content ul.list {
		margin-left: 1em;
	}
}

/* モダールウィンドウ */
#tn-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
#tn-modal .tn-modal-inner {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  margin: 8vh auto;
  padding: 24px 20px 30px;
  overflow-y: auto;
  border-radius: 6px;
  box-sizing: border-box;
}
#tn-modal .tn-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 24px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}
#tn-modal h2 {
  font-size: 20px;
  margin: 20px 0 !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #444;
}

#tn-modal h3 {
  font-size: 16px;
  margin-top: 18px !important;
  margin-bottom: 6px;
  font-weight: bold;
}
#tn-modal p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 1em;
  border-bottom: dotted #dbdbdb 2px;
}
#tn-modal p:last-child {
    margin-bottom: 2em;
}
@media (max-width: 600px) {
  #tn-modal .tn-modal-inner {
    padding: 20px 16px 26px;
  }
  #tn-modal h2 {
    font-size: 18px;
  }
  #tn-modal h3 {
    font-size: 15px;
  }
  #tn-modal p {
    font-size: 13px;
  }
}

/* 拡大アイコン */
.zoomable a {
  position: relative;
  display: inline-block;
}
.zoomable a::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 6px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: .85;
  transform: scale(1);
  transition:
    opacity .2s ease,
    transform .2s ease,
    background-color .2s ease;
}
@media (hover: hover) {
  .zoomable a:hover::after {
    opacity: 1;
    transform: scale(1.15);
    background: rgba(0,0,0,.8);
  }
  .zoomable a:hover img {
    filter: brightness(1.05);
  }
}
@media (hover: none) {
  .zoomable a::after {
    opacity: 1;
    transform: none;
  }
}
/* UI設計 */
.zoomable a:focus-visible {
  outline: 3px solid #0a7cff;
  outline-offset: 4px;
}
.zoomable a:focus-visible::after {
  opacity: 1;
  transform: scale(1.15);
}


/* 商品 ------------------*/
/* 商品について */
.net-about {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
}
.net-about .about-img {
    flex: 0 0 240px;
    text-align: center;
}
.net-about .about-img img {
  max-width: 100%;
  height: auto;
}
.net-about .about-note {
    flex: 1;
}
.net-about .about-note p {
	margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  .net-about {
    flex-direction: column;
  }
  .net-about .about-img {
    flex: none;
  }
}

/* サイズ一覧イントロ */
.net-size-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 10px 30px;
}
.net-size-illustration {
  flex: 0 0 260px;
  text-align: center;
}
.net-size-illustration.w300 {
  flex: 0 0 300px;
  text-align: center;
}
.net-size-note {
  flex: 1;
}
.net-size-note p {
  font-size: 0.95em;
  margin: 0;
}
.net-size-note-small {
  font-size: 13px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .net-size-intro {
    flex-direction: column;
  }
  .net-size-illustration {
    flex: none;
  }
}

/* 既製品・対象 */
.tn-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.tn-made, .tn-target {
	font-weight: bold;
	line-height: 1.5;
}
.tn-made {
	display: inline-block;
    padding: 1px 12px;
    background: #394dbd;
    color: #fff;
    border-radius: 5px;
}
.tn-made.odr {
    background: #e91e63;
}
.tn-target-red {
  color: red;
}
@media screen and (max-width: 768px) {
	.tn-icon {
		align-items: start;
		flex-direction: column;
		gap: 5px;
	}
	.tn-made, .tn-target {
		font-size: 15px;
	}
}

/* サイズ一覧アコーディオン */
.tn-accordion {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.tn-accordion-head {
    width: 100%;
    padding: 10px 16px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
		color: #000;
    font-size: 1.1em;
		font-weight: bold;
    text-align: left;
    column-gap: 1em;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
		background-image: linear-gradient(180deg, rgb(251 251 251), rgb(233 233 233));
}
.tn-acc-icon {
  font-size: 25px;
  transition: transform 0.3s ease;
}
.tn-accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 15px;
  transition: max-height 0.45s ease, padding 0.25s ease;
}
/* 閉じるとき用 */
.tn-accordion:not(.is-open) .tn-accordion-body {
  transition: max-height 0.25s ease, padding 0.2s ease;
}

/* 開くとき用 */
.tn-accordion.is-open .tn-accordion-body {
  transition: max-height 0.45s ease, padding 0.25s ease;
  padding: 15px 15px 0;
}
.tn-accordion.is-open .tn-acc-icon {
  transform: rotate(45deg);
}

/* 投網用 */
.toami-kisei .tn-acc-title {
    width: 90%;
}
.toami-kisei .tn-acc-title .target {
    display: block;
    color: #3F51B5;
    font-size: 0.85em;
    margin-top: 6px;
    padding: 0 0 5px 2px;
}

/* 料金表 */
.tn-table-wrap {
  overflow-x: auto;
}
.tn-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
.tn-table th, .tn-table td {
	border: 1px solid #999 !important;
    padding: 8px !important;
    text-align: center;
    font-size: 14px;
    line-height: 1.5 !important;
	vertical-align: middle;
}
p.tn-note {
    font-weight: bold;
    font-size: 14px !important;
}
.tn-table .gry {
    display: block;
    font-size: 90%;
    color: #737373;
}
.tn-table a.glightbox {
    text-decoration: underline;
}
.glightbox-clean .gdesc-inner {
    padding: 10px !important;
}
.glightbox-clean .gslide-title {
    font-size: 1.5em !important;
	font-family: var(--tcd-font-type1) !important;
    margin-bottom: 10px !important;
    text-align: center;
}


/* 品番太字・幅 */
.tn-table td:first-child, .tn-table th:first-child {
  font-weight: bold;
	/*width: 18%;*/
  white-space: nowrap;
}


/* 価格赤 */
.tn-table td.price {
  color: #a90000;
  font-weight: bold;
	white-space: nowrap;
}

.tn-order-btn {
	display: inline-block;
    padding: 6px 12px;
    background: #c40000;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #c40000;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.tn-order-btn:hover:not(:disabled):not(.is-ordered) {
    opacity: 0.8;
}
/* 注文中 */
.tn-order-btn.is-ordered {
    background: #ccc;
    border: 1px solid #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
}
/* 欠品中・入荷未定 */
.tn-order-btn:disabled {
    background: #ccc;
    border: 1px solid #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 1;
}

@media screen and (max-width: 768px) {
  /* 1列目（品番）を固定 */
  .tn-table {
	  border-collapse: separate;
	  border-spacing: 0;
	  min-width: 770px;
	}
  .tn-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
  }
  .tn-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
  }

}


/* ミニカート */
.tn-mini-cart {
    position: fixed;
    bottom: 115px;
    right: 15px;
    width: 320px;
    max-height: 60vh;
    background: #fff;
    border: 1px solid #90a5b7;
    padding: 12px;
    z-index: 9999;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: -2px -2px 5px rgb(206 210 211 / 30%);
}
.tn-mini-cart h4 {
    font-size: 1.1em;
    margin-bottom: 0.8em;
}
.tn-cart-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    padding: 6px 3px;
	font-size: 0.9em;
	margin-bottom: 3px;
}
.tn-cart-list li + li {
    border-top: 1px solid #ccc;
}

.tn-item-info strong {
  display: block;
  font-size: 0.95em;
}
.tn-item-name {
	font-size: 0.85em;
    color: #555;
    margin-top: 0.4em;
    line-height: 1.1;
}
.tn-qty-wrap {
  display: flex;
  gap: 4px;
}
.tn-qty-wrap button {
    padding: 2px 0;
	font-size: 0.6em;
}
.tn-qty-wrap input.tn-qty {
  width: 30px;
  padding: 2px 4px;
  text-align: center;
  font-size: 0.9em;
}
.tn-qty-wrap button.tn-remove {
  font-size: 0.8em;
  padding: 1px 3px;
}

/* number input の上下スピンを非表示 */
.tn-mini-cart input[type="number"]::-webkit-outer-spin-button,
.tn-mini-cart input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tn-mini-cart input[type="number"] {
  -moz-appearance: textfield;
}

.tn-cart-toggle {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #d90000;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border: none;
}
.tn-cart-toggle i {
  color: #fff;
  font-size: 28px;
}
.tn-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ffcc00;
  color: #000;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  pointer-events: none;
}

.hidden {
  display: none;
}
.tn-cart-actions {
  display: flex;
  gap: 8px;
}
.tn-cart-actions button {
  flex: 1;
  font-size: 0.9em;
}
.tn-cart-actions a {
  flex: 2;
  text-align: center;
  background: #004098;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  font-size: 0.9em;
  border-radius: 3px;
}
.tn-cart-actions a:hover {
	background: #1183e4;
	color: #fff !important;
}

@media (max-width: 768px) {
    .tn-mini-cart {
        right: 16px;
        width: calc(100% - 58px);
        max-width: 420px;
    }
	.tn-cart-list li {
		font-size: 1.1em;
	}
	.tn-qty-wrap button {
		padding: 2px;
		font-size: 0.8em;
	}
}

/* ギャラリー5カラム */
.gallery5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 20px 10px 30px;
}
.gallery5 .photo {
  text-align: center;
}
.gallery5 .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery5 .caption {
	margin-top: 5px !important;
    font-size: 0.88em !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
  .gallery5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .gallery5 .caption {
    font-size: 13px;
  }
}

/* ギャラリー4カラム */
.gallery4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 10px 30px;
}
.gallery4 .photo {
  text-align: center;
}
.gallery4 .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery4 .caption {
	margin-top: 5px !important;
    font-size: 0.88em !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
  .gallery4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .gallery4 .caption {
    font-size: 13px;
  }
}

/* ギャラリー3カラム */
.gallery3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 10px 30px;
}
.gallery3 .photo {
  text-align: center;
}
.gallery3 .photo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery3 .caption {
	margin-top: 5px !important;
    font-size: 0.88em !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
  .gallery3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .gallery3 .caption {
    font-size: 13px;
  }
}

/* ギャラリー2カラム */
.gallery2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 10px 30px;
}
.gallery2 .photo {
  text-align: center;
}
.gallery2 .photo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery2 .caption {
	margin-top: 5px !important;
    font-size: 0.88em !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
  .gallery2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .gallery2 .caption {
    font-size: 13px;
  }
}

/* タイトル付BOX */
.ttl-box  {
  padding: 0 1rem;
  background-color: #f7f7f7;
  margin: auto 10px;
}
.ttl-box .ttl {
  display: inline-block;
  line-height: 1;
  padding: 1rem;
  margin: 0;
  border-left: 8px solid #8bd3dd;
}
.ttl-box .txt {
	padding: 0.5rem 1.5rem 1rem;
    margin: 0;
    font-size: 0.95em;
}
@media (max-width: 768px) {
	.ttl-box .ttl {
		font-size: 1.15em;
	}
	.ttl-box .txt {
		padding: 0.5rem 0;
		font-size: 1.1em;
	}
}

/*--------------------------------------
取り扱いアイテム一覧（related_product）
--------------------------------------
@media screen and (min-width: 951px) {
	#related_product .product_list .item {
			width: calc(100% / 6 + 1px);
			height: 230px;
	}
	#related_product .product_list .image_wrap {
			height: 100px;
	}
	#related_product .product_list .title {
			font-size: 15px !important;
			height: 50px;
	}
	#related_product .product_list .desc_area {
			padding: 10px 15px;
			height: 80px;
	}
	#related_product .product_list .desc {
			font-size: 14px !important;
	}
}
@media screen and (max-width: 750px) {
	#related_product .product_list .item {
      width: calc(50% + 1px);
			margin: 0 -1px -1px 0;
			float: left;
	}
}
@media screen and (max-width: 500px) {
	#related_product .product_list .item {
      width: calc(50% + 1px);
			margin: 0 -1px -1px 0;
			float: left;
			max-width: 450px;
	}
}*/




/*--------------------------------------
固定ページ
--------------------------------------*/
/* 上部余白 */
.page-template-default #main_contents {
    padding: 0 0 140px;
}
@media (max-width: 750px) {
	.page-template-default #main_contents {
		padding: 0 0 80px;
	}
}

/* ヘッダー高さ */
#page_header {
    height: 300px;
}
@media screen and (max-width: 1251px) {
    #page_header {
        height: 250px;
    }
}
@media screen and (max-width: 550px) {
	#page_header, #page_header.no_layer_image {
		height: 200px !important;
	}
}

/* 横幅拡張 */
.w-full {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	position: relative;
}
.p-inner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto;
}
@media (max-width: 750px) {
    .p-inner {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 1251px) {
    .page-template-default #main_contents {
        max-width: 1000px;
    }
}

/* セクションタイトル */
.head_en {
	position: relative;
	padding-left: 30px;
    margin: 0 !important;
    font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    color: var(--blue-main);
    letter-spacing: -0.1rem;
}
.head_en:before {
    position: absolute;
    content: "\f578";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 16px;
}
.head_jp {
    margin: 0 0 40px !important;
}
.head_jp:after {
    content: "";
    display: block;
    margin-top: 1.5rem;
    margin-left: .2rem;
    width: 2.8rem;
    height: .2rem;
    background-color: var(--blue-main);
}

/* セクション余白 */
.page-template-default #main_contents section {
    padding: 70px 0;
}
.page-template-default #main_contents section:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 750px) {
    .page-template-default #main_contents section {
        padding: 40px 0;
    }
}

/* サブタイトル */
.sub-ttl {
    font-size: 120%;
    background: #eaf5f9;
    padding: 1.3rem 1rem 1.3rem 2.5rem;
    position: relative;
    line-height: 1.2 !important;
}
.sub-ttl:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}

/* サブタイトル2 */
.sub-ttl2 {
	background: #003865;
    padding: 1rem 1rem 1rem 2.5rem !important;
    position: relative;
    line-height: 1.2 !important;
    font-size: 1.3em !important;
    color: #fff;
}
.sub-ttl2::after {
	position: absolute;
    top: 50%;
    left: 15px;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 3px;
    background: #27acd9;
    transform: translateY(-50%);
}

/* お買い物ガイド */
.post_content dd.detail {
    margin-bottom: 2em;
    line-height: 2;
    margin: 0.5em 0.5em 2.5em 1em;
}
.post_content dd.detail:last-child {
    margin-bottom: 0 !important;
}

/* ご注文方法 */
.order-step {
  display: flex;
  gap: 45px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.order-step:last-child {
  margin-bottom: 0;
  align-items: flex-start;
}
.order-step-img {
  flex: 0 0 250px;
}
.order-step-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.order-step-text {
  flex: 1;
}
.order-step-text ol,
.order-step-text ul {
  margin: 0 0 10px 20px;
  padding: 0;
	margin-left: 2em !important;
}
@media screen and (max-width: 767px) {
  .order-step {
    flex-direction: column;
    gap: 15px;
  }
  .order-step-img {
    flex: 0 0 auto;
    order: 2;
  }
  .order-step-comment {
    order: 1;
  }
}


/* 運賃表 */
.shipping-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.shipping-table {
  min-width: 900px; /* 横幅確保 */
  border-collapse: collapse;
  font-size: 14px;
  text-align: right;
}
.shipping-table th,
.shipping-table td {
  padding: 8px !important;
  white-space: nowrap;
}
.shipping-table thead {
  background: #4b3f96;
  color: #fff;
}
.shipping-table th {
    background: #f5f5f5 !important;
    font-weight: 600 !important;
    color: #000;
	text-align: center;
}
.yu {
  background: #fff6a5 !important;
}
.ya {
  background: #b6f59b !important;
}

/* 特商法 */
.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.legal-table {
  min-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
}
.legal-table td, .legal-table th {
    line-height: 1.5 !important;
}
.legal-table td {
    vertical-align: middle;
}
.legal-table th {
	background: #f5f5f5 !important;
	font-weight: 600 !important;
    white-space: nowrap;
	width: 20%;
}
@media screen and (max-width: 767px) {
	.post_content .legal-table-wrap .s_table {
        white-space: unset !important;
    }
	.legal-table {
		min-width: 600px;
	}
}




/* お問い合わせ */
.tel-box {
    max-width: 700px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
	background: #efefef;
	box-shadow: 5px 5px var(--blue-main);
}
.tel-box .tel {
    margin: 0 !important;
	font-size: 2rem;
}
.tel-box .tel .num {
	font-family: var(--font-ttl), var(--tcd-font-type2), sans-serif;
    font-size: 2.5rem;
    letter-spacing: -0.2rem;
}
@media screen and (max-width: 750px) {
	.tel-box .tel {
		font-size: 1.7rem;
	}
	.tel-box .tel .num {
		font-size: 2rem;
	}
}


/*--------------------------------------
 Contact Form 7
--------------------------------------*/
/* 背景色・余白 */
.mailform {
    margin: 50px 0 100px;
}
.wpcf7 {
		width: auto !important;
    background: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 30px !important;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  align-items:stretch;
  margin-bottom: 60px !important;
}
.cf7__list dt, .cf7__list dd {
	padding: 2em 0;
  border-bottom: 1px solid #ccc;
  transition: all .3s;
}
.cf7__list dt {
	width: 35%;
	display: flex;
  align-items: center;
}
.cf7__list dd {
  width: 65%;
  margin-bottom: 0 !important;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd input[type="number"],
.cf7__list dd textarea {
	width: 100%;
    padding: 19px 20px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ebebeb;
	font-family: "Noto Sans JP", sans-serif !important;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}
.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}
.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  /*color: #a5a5a5;*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.cf7__list dd .wpcf7-list-item:not(:last-child) {
    margin-right: 10px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  border: 1px solid #bcbcbc;
  vertical-align: -5px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
.wpcf7 input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

.wpcf7 input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
.wpcf7 input[type="radio"] {
  border-radius: 50%;
  vertical-align: -4px;
}
.wpcf7 input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  text-align: center;
}

.wpcf7 input[type="submit"] {
  width: 260px !important;
  height: 60px !important;
  background: #000;
}

.wpcf7 input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

/* ドロップダウンメニュー幅 */
.wpcf7 select {
    max-width: 100%;
}
/* 楕円の入力枠 */
.wpcf7 select, .wpcf7 input[type="file"] {
    border-radius: 5px;
}
/* 郵便番号枠 */
.cf7__list dd input[type="text"].p-postal-code {
    width: 30%;
}
.wpcf7 .wpcf7-list-item-label {
    font-size: 15px !important;
}
/* テキストエリア */
.cf7__list dd textarea {
  line-height: 1.8;
}
/* プライバシーポリシー */
.cf7__button.privacy label {
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 10px;
	text-align: left;
}

/* エラーメッセージ・青枠削除 */
.wpcf7 form .wpcf7-response-output {
    border: 2px solid #fff;
	padding: 20px;
    font-size: 1.1em !important;
}
/* 送信後メッセージ */
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 120%;
    padding: 20px;
    font-weight: 700;
    line-height: 1.5;
}
/* 確認画面(id:223)では余白調整 */
.page-id-223 .cf7__list dt {
    padding: 2em 0;
}
@media screen and (max-width: 750px) {
  .cf7__list dt, .cf7__list dd {
    width: 100%;
    padding: 2em 0 1em;
	border-bottom: none;
  }
  .cf7__list dd {
	padding: 0;
  }
  .wpcf7 {
	padding: 0 0 30px !important;
	}
	.wpcf7 input[type="submit"] {
    width: 180px !important;
    height: 56px !important;
  }
  /* 確認画面(id:223)では余白調整 */
  .page-id-223 .cf7__list dt {
		padding: 2em 0 0.5em;
	}
}

/* 注文フォーム */
.cf7__list dd p.item {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    gap: 10px 15px;
    align-items: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 955px) {
    .cf7__list dd p.item {
        grid-template-columns: 1fr;
    }
}

/* 注文フォーム確認画面モダール */
/* モーダル背景 */
.confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 9999;
}

/* ボックス */
.confirm-box {
  background: #fff;
  width: 90%;
  max-width: 700px;
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;

  /* ★スクロール対応 */
  max-height: 80vh;
  overflow-y: auto;
}

/* ボタン横並び */
.cf7__button-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

/* ボタン */
.confirm-box button {
  padding: 10px 20px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.confirm-box .back_button {
  background: #999;
}

.confirm-box .cf7__list dt,
.confirm-box .cf7__list dd {
  font-size: 16px;
}
