@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}
body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	line-height: 2;		/*行間*/
}
/*リセット*/
figure {
	margin: 0;
}
dd {
	margin: 0;
}
nav {
	margin: 0;
	padding: 0;
}
/*table全般の設定*/
table {
	border-collapse:collapse;
}
/*画像全般の設定*/
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*videoタグ*/
video {
	max-width: 100%;
}
/*iframeタグ*/
iframe {
	width: 100%;
}
/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	transition: 0.3s;
}
a:hover {
	color: #d70101;	/*マウスオン時の文字色*/
}
/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
 max-width:;				/*最大幅。これ以上広がらないように。後半の大きな端末用の「#menubar > ul」と数字を揃える。*/
	margin: 0 auto;
	height: 100%;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}
/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	flex: 0 0 auto;
	padding: 20px;					/*ヘッダー内の余白*/
}
/*ロゴ画像*/
header #logo {
	line-height: 0;
	margin: 0 auto;
	width: 200px;		/*ロゴ画像の幅*/
}
/*電話番号ブロック*/
header address {
	font-style: normal;	/*addressがデフォルトで斜体になってしまうのを標準にする*/
	margin-right: 80px;	/*右側に空けるスペース。ハンバーガーメニューに重ならないようにする為です。*/
}
/*電話番号のアイコン（アイコンにはFont Awesomeを使用）*/
header address i {
	color: #d70101;			/*アイコンの色*/
	padding-right: 10px;	/*アイコンの右側に空ける余白*/
}
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	z-index: 100;
	top: 25px;		/*上からの配置場所指定*/
	right: 20px;	/*右からの配置場所指定*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(images/ham.png) no-repeat center top/50px;/*背景色、ハンバーガメニュー画像の読み込み、50pxは幅の指定*/
}
/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: #ff0000 url(images/ham.png) no-repeat center bottom/50px;
}
/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #b60000;	/*背景色。諸事情あって、下のbackgroundのグラデーションのどちらかの色を抜いて下さい。*/
}
/*メニュー1個あたりの設定*/
#menubar ul a {
	display: block;
	text-decoration: none;
	background:#fff;
	padding: 15px 20px;	/*上下、左右へのメニュー内の余白*/
	color: #000;	/*文字色*/
}
#menubar ul li {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right:1px solid #000;
}
#menubar ul li:last-child {
	border-right:none;
}
/*マウスオン時のメニュー色*/
#menubar > ul > li > a:hover {
	background:#000;
	color:#fff;
}
/*ドロップダウンメニューのリンクタグ*/
#menubar .ddmenu {
	cursor: default;	/*リンク要素のカーソルを矢印に変更しておく*/
}
/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f078";	/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	font-weight: bold;	/*この手の設定がないとアイコンが出ない場合があります*/
	margin-right: 1em;	/*アイコンとテキストとの間に空けるスペース*/
}
/*メニューの設定
---------------------------------------------------------------------------*/
#menubar {
	height: 0px;
	overflow: hidden;
}
/*2023/07/26追加*/
#menubar {
	animation: opa1 0.5s 0.3s both;	/*0.3秒の間だけ非表示にし、その後0.5秒かけてフェードイン表示*/
	position: relative;
	z-index: 1;	/*スライドショーの下に隠れないようにするため*/
}
/*小さな端末用のメニューブロック*/
#menubar.db {
	position: fixed;
	overflow: auto;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 90px 20px;				/*上下、左右へのメニューブロック内の余白*/
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}
/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#menubar .ddmenu_parent ul {
	display: none;
}
/*ドロップダウンメニュー1個あたりの設定*/
#menubar .ddmenu_parent ul a {
	background: #000;	/*背景色*/
	color: #eee;		/*文字色*/
}
/*マウスオン時*/
#menubar .ddmenu_parent ul a:hover {
	background: #eee;	/*背景色*/
	color: #d70101;			/*文字色*/
}
/* パンくずリスト */
.pan_area ul {
	list-style: none;
}
.pan_area ul li {
	display: inline;
	font-size:12px;
}
.pan_area ul li a {
	color: #0472c9;
	text-decoration: none;
}
.pan_area ul li + li:before {
	content: ">";
	margin:.5em;
}
/*contentsブロック
---------------------------------------------------------------------------*/
#contents {
	min-height: 0%;		/*IE対策*/
	flex: 1 0 auto;
}
/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	display: block;			/*IE対策*/
	margin: 50px 3% 100px;	/*上、左右、下へのブロックの外側にとるスペース*/
}
/*mainブロック内のh2タグ*/
main h2 {
	border-bottom: 4px solid #444;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
}
/*mainブロック内のh2タグに下線を引くための指定。*/
main h2 span.uline {
	display: inline-block;
	border-bottom: 4px solid #d70101;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	position: relative;
	bottom: -4px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 20px;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}
/*mainブロック内のh3タグ*/
main h3 {
	border-bottom: 4px solid #444;	/*下線の幅、線種、色*/
	padding: 20px 20px 0px;			/*上、左右、下への余白*/
}
/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}
#mainImg {
	margin-bottom:30px;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	font-size: 0.7rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px;		/*ボックス内の余白*/
	border-top: 1px solid #000;
}
/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: #999;	/*文字色*/
}
/*リンクテキストのマウスオン時*/
#footermenu a:hover {
	color: #ccc;	/*文字色*/
}
/*ulタグ（メニューの列単位）*/
#footermenu ul {
	float:left;
	margin: 0;
	padding: 0 20px;
	list-style: none;
}
#footermenu ul:last-child:{ padding:0;}
/*title*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}
.f_info {
	width:50%;
	margin:0 auto;
	overflow:hidden;
}
.f_logo {
	float:left;
	margin-right:40px;

}
/*フッター設定
---------------------------------------------------------------------------*/
footer small {
	font-size: 100%;
}
footer {
	font-size: 0.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: #d70101;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
}
/*リンクテキスト*/
footer a {
	color: #fff;
	text-decoration: none;
}
/*リンクテキストのマウスオン時*/
footer a:hover {
	color: #fff;
}
/*著作部分*/
footer .pr {
	display: block;
}
/*「ブログ」ブロック
---------------------------------------------------------------------------*/
.blog_area {
	margin:50px 0 0;
}
.blog {
	width:1020px;
	margin:0 auto;
	padding:0;
}
.blog li {
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.blog .thumb {
	float:left;
	width:30%;
}
.blog .thumb img {
}
.blog .desc {
	float:right;
	width:65%;
}
.blog a {
	color:#0472c9;
}
.blog a:hover {
	color:#d70101;
}
/*ブログ一覧ブロック*/
.postcard {
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:30px 140px;
}
.postcard .thumb {
	float:left;
	width:30%;
}
.postcard .desc {
	float:right;
	width:65%;
}
/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
.news_area {
	width:1020px;
	margin:50px auto;
	padding:0;
}
.news {
	padding:0;
}
.news li {
	list-style:none;
	border-bottom:1px solid #ccc;
	padding:20px;
}
.news li dl dt {
	float:left;
	margin-right:20px;
}
.news li dl dd a {
	color:#0472c9;
	text-decoration:none;
}
.news li dl dd a:hover {
	color:#d70101;
}
/*お知らせ一覧ブロック*/
.news-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}
.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 140px;
}
.news-list .item a:hover {
	color:#0472c9;
}
.news-list .item a p.date {
	margin-right:30px;
}
.news-list .item:first-child a {
	border-top: 1px solid #CCC;
}

/*スライドショー（slickを使用）
---------------------------------------------------------------------------*/
.mainimg {
	position: relative;
}
/*丸いページナビボタン全体を囲むブロック*/
ul.slick-dots {
	margin:0;
	padding: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -40px;	/*下からの配置場所指定*/
}
/*丸いページナビボタン１個あたりの設定*/
ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
/*buttonタグ*/
ul.slick-dots li button {
	border: none;
	padding: 0;
	display: block;
	text-indent: -9999px;	/*デフォルトで文字が出るので画面の外に追い出す指定*/
	width: 12px;			/*ボタンの幅*/
	height: 12px;			/*ボタンの高さ*/
	border-radius: 50%;		/*丸くする指定*/
	cursor: pointer;		/*クリックで画像へジャンプするので、わかりやすいようhover時にpointerになるように。*/
	background: #000;		/*背景色。白。*/
}
/*buttonのアクティブ時（現在表示されている画像を示すボタン）*/
ul.slick-dots li.slick-active button {
	background: #d70101;	/*色*/
}
.sliderArea {
	background: #000;
	overflow:clip;
}
.sliderWide {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.sliderWide .slick-arrow {
	opacity: 0;
	transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
	opacity: 1;
}
.slider {
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}
.slider .slick-list {
	overflow: visible;
}
.slider .slick-track {
}
.slider .slick-slide {
	background:#fff;
	padding: 0 10px;
	opacity: .5;
	transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
	opacity: 1;
}
.slider .slick-slide a {
	display: block;
}
.slider .slick-slide a:hover {
	display: block;
	opacity: .7;
}
.slider img {
	height: auto;
	width: 100%;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-dots {
	bottom: -33px;
}
.slick-dotted.slick-slider {
	margin-bottom:0 !important;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color:#d70101;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*アイコン
---------------------------------------------------------------------------*/
/*アイコンの共通設定*/
.icon {
	display: inline-block;
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	background: #999;	/*背景色。iconクラスだけ適用した場合に出る色です。*/
	color: #fff;		/*文字色*/
	font-size: 0.7em;	/*文字サイズを70%に。*/
	border-radius: 3px;	/*角を丸くする指定*/
	margin-right: 3px;	/*アイコンが並んだ際に間にとるスペース*/
}
/*NEWアイコン*/
.newicon {
	background: #e82600;	/*背景色*/
}
/*option1アイコン*/
.option1 {
	background: #e80068;	/*背景色*/
}
/*option2アイコン*/
.option2 {
	background: #009def;	/*背景色*/
}
/*詳細ページ
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}
/*大きな画像のボックスの中の画像*/
#item-image img {
	width: 100%;
}
/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;
}
.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}
/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}
/*ボタン*/
.btn, a.btn, button.btn {
	font-size:16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
/*ボタンのマウスオン時*/
.btn a:hover, .btn input:hover {
	filter: brightness(1.2);	/*少しだけ明るくする*/
	cursor: pointer;
}
/*listブロック内でのボタン*/
.list .btn a, .list .btn input {
	margin-top: 10px;	/*上にスペースを空ける*/
	display: block;		/*横幅いっぱいに広げる*/
}
a.btn-border {
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;
}
a.btn-border:hover {
	color: #fff;
	background: #000;
}
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #d70101;		/*背景色*/
	color: #fff;				/*文字色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #444;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}
/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #444;	/*テーブルの下線。幅、線種、色*/
}
/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}
/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #1c1c1c;	/*背景色*/
	color:#fff;
}

.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 1px solid #000;
  padding: 1em;
}
.table_design08 thead th {
  background-color: #d70101;
  color: #fff;
  border: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table_design08 thead th:last-of-type {
  border-right: 1px solid #000;
}
.table_design08 tbody th {
  color: #d70101;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #000;
  }
  .table_design08 tbody th{
    background: #d70101;
    color:#fff;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #d70101;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
}
.table_design07 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.table_design07 td {
	border: 1px solid #000;
  padding: 1em;
}
.table_design07 td.product {
	background-color:#000;
	color:#fff;
  padding: 1em;
	border-bottom:1px solid #fff;
}
@media screen and (max-width: 787px) {
.table_design07 tr {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
.table_design07 td.product {
	background-color:inherit;
	color:#000;
  padding: 1em;
	border:none;
	border-bottom:1px solid #000;
}
	.table_design07 td {
		border:none;
		border-bottom:1px solid #000;
}
}
/*ページネーション
---------------------------------------------------------------------------*/
.pagination {
	display: flex;
	justify-content: center;
	margin-bottom:50px;
}
.nav-links {
	display:flex;
}
.page-numbers {
	display:inline-block;
	margin-right:10px;
	padding:10px 20px;
	color:#666666;
	border-radius:3px;
	background:#ffffff;
	border: 1px solid #666666;
}
.page-numbers.current {
	padding:10px 20px;
	background:#d70101;
	color:#ffffff;
}
.page-numbers.prev, .page-numbers.next {
	background:transparent;
	box-shadow:none;
	border:none;
	color:#666666;
}
.page-numbers.dots {
	background:transparent;
	box-shadow:none;
	border:none;
	color:#666666;
}

/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
.page-numbers, .page-numbers.current {
	padding:5px 10px; /* パディングを小さく */
}
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {
	display: block;
}
/*ボタンの設定*/
.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 100px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。*/
	width: 2em;			/*幅*/
	line-height: 2em;	/*高さ*/
}
/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}
/*その他
---------------------------------------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.color-theme, .color-theme a {
	color: #d70101 !important;
}
.color-check, .color-check a {
	color: #f00 !important;
}
.c {
	text-align: center !important;
}
.ws {
	width: 95%;
	display: block;
}
.wl {
	width: 95%;
	display: block;
}
.mb30 {
	margin-bottom: 30px !important;
}
.look {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 20px;
	background: rgba(0,0,0,0.03);
	border-radius: 5px;
	margin: 5px 0;
}
.ofx {
	overflow-x: hidden;
}
#menubar .sp {display: none !important;}
#fixed_contact {display:none;}
@media (max-width: 640px) {
#menubar .pc {display:none !important;}
#menubar .sp {display: block !important;}
#fixed_contact {
	display:block;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: rgba(248,246,243,0.9);
    z-index: 9999;
  }
	 #fixed_contact ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: center;
  }
	 #fixed_contact ul li {
    list-style: none;
    margin: 0 10px;
    display: inline-block;
  }
}
/*見出し
---------------------------------------------------------------------------*/
.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	margin-bottom:0;
}
.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #da0102;
}
h3 {
  padding: .5em .7em;
  border-left: 5px solid #da0102;
  color: #333333;
	background: #f0f0f0;
}
/*トップコンテンツ
---------------------------------------------------------------------------*/
ul.pick_menu {
	width:1020px;
	margin:80px auto 50px;
	padding:0;
}
ul.pick_menu li {
	width:320px;
	float:left;
	margin-right:30px;
	list-style:none;
}
ul.pick_menu li:last-child {
	margin-right:0;
}
.pr_bnr {
	text-align:center;
}
.access_area {
	width:1020px;
	margin:0 auto 50px;
	padding:0;
}
.address {
	width:400px;
	float:left;
}
.map {
	width:580px;
	float:right;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#contents {
	margin-bottom:50px;
}
.inner {
	width:1020px;
	margin:50px auto 0;
}
.shop ul {
	margin:0 0 30px;
	padding:0;
	overflow:hidden;
}
.shop li {
	float:left;
	width:320px;
	margin-right:30px;
	list-style:none;
}
.shop li:last-child {
	margin-right:0;
}
.service_box {
	overflow:hidden;
}
.service_ph {
	float:left;
	width:30%;
}
.service_txt {
	float:right;
	width:65%;
}
/*お問合せ
---------------------------------------------------------------------------*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 10px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.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 textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.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;
}

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

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

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

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

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

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: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

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 {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

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

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

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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 90%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}
/*---------------------------------------------------------------------------
ここから下は画面幅640px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	flex-direction: column;	/*ロゴと電話番号を縦並びにする*/
}
.inner {
	width:90%;
	margin:50px auto 0;
}
#menubar ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	background: #b60000;
	width: 90%;
}
#menubar.db {
	position: fixed;
	overflow: auto;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 90px 0px;
	background: rgba(0,0,0,0.8);
}
#menubar ul li {
	border-top:none;
	border-bottom: 2px solid #000;
	border-right:none;
}
/*電話番号ブロック*/
header address {
	margin-right: 0px;
}
ul.pick_menu {
	width:90%;
	margin:50px auto 0;
	padding:0;
}
ul.pick_menu li {
	width:100%;
	float:none;
	margin-right:0px;
	margin-bottom:30px;
	list-style:none;
	text-align: center;
}
ul.pick_menu li:last-child {
	margin-right:0;
}
.blog_area {
	margin:50px 0 0;
}
.blog {
	width:80%;
	margin:0 auto;
	padding:0;
}
.blog li {
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.blog .thumb {
	float:right;
	width:50%;
	text-align:center;
}
.blog .thumb img {
}
.blog .desc {
	float:left;
	width:45%;
	margin: 30px auto 0px;
}
.news_area {
	width:100%;
	margin:50px auto;
	padding:0;
}
.news {
	padding:0;
}
.news li {
	list-style:none;
	border-bottom:1px solid #ccc;
	padding:20px;
}
.news li dl dt {
	float:left;
	margin-right:20px;
}
.access_area {
	width:90%;
	margin:0 auto 50px;
	padding:0;
}
.address {
	width:100%;
	float:none;
}
.map {
	width:100%;
	float:none;
}
.shop li {
	float:none;
	width:100%;
	margin-right:0px;
	margin-bottom:30px;
	list-style:none;
	text-align:center;
}
.shop li:last-child {
	margin-bottom:0px;
}
.service_ph {
	float:none;
	width:100%;
}
.service_txt {
	float:none;
	width:100%;
}
.postcard {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.postcard .desc h3 {
	margin-top:10px;
	margin-bottom:0;
}
.postcard .desc p {
	margin:0;
}
.f_info {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.f_logo {
	float:left;
	margin-right:0px;
	width:38%;
	text-align:center;

}
	#footermenu ul {
  padding: 0 0px 0 40px;
}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}





/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {
/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 18px;	/*基準となるフォントサイズの上書き*/
}
/*fixmenu。大きな端末で、メインメニューが画面上部についた時のスタイル。
---------------------------------------------------------------------------*/
.fixmenu {
	position: fixed !important;
	z-index: 100;
	left:0px;
	top:0px;
	width: 100%;
}
/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*電話番号ブロック*/
header address {
	margin-right: 0px;
}
/*menubar
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {
	display: none;
}
/*メニューのボックス全体の設定（※変更不要）*/
#menubar {
	height: auto;
	overflow: visible;
}
#menubar.db {
	position: static;
	overflow: visible;
	height: auto;
	padding: 0;
}
/*ドロップダウンに影響させない為。*/
#menubar > ul {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
 max-width:;				/*最大幅。これ以上広がらないように。前半の小さな端末用の「#container」と数字を揃える。*/
	margin: 0 auto;
}
/*メニュー１個あたりの設定*/
#menubar li {
	text-align: center;	/*テキストをセンタリング*/
	flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ddmenu ulの幅となる基準を作っておく*/
}
/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
#menubar ul ul {
	position: absolute;
	z-index: 100;
	width: 100%;
}
/*メニュー１個ごとに入れる線*/
#menubar .ddmenu_parent ul li a {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけ消す*/
}
/*最初のドロップダウンにのみ上の線を入れる*/
#menubar .ddmenu_parent ul li:first-of-type a {
	border-top: 1px solid #ccc;
}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px 50px;	/*上下、左右へのボックス内の余白*/
	border-top:1px solid #000;
}
/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}
/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.9em;		/*文字サイズを90%に。*/
	text-align: center;		/*文字をセンタリング*/
	border-radius: 3px;		/*角を少しだけ丸くする*/
	margin-right: 1.2em;	/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.5;		/*行間を少し狭く*/
	position: relative;
	top: 0.4em;	/*上下の配置バランスの微調整*/
}
/*bg1設定。サンプルテンプレートでは「求人情報」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #f32218;	/*背景色*/
}
/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}
/*サービスページ（listブロック）
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}
/*listボックス。１個あたりのボックスの指定です。*/
.list {
	width: 49%;	/*ボックスの幅*/
}
/*詳細ページ
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	width: 80%;
}
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}
/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}
/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}
/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 48%;
	display: inline;
}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
