@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");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");





/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	height: 100%;
	font-size: 13px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}

body {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #555;		/*全体の文字色*/
	line-height: 2;		/*行間*/
	overflow-x: hidden;
}

/*リセット*/
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%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}


h3.menu {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

h3.menu:before,
h3.menu:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #a9a9a9;
  border-bottom: solid 2px #a9a9a9;
}

h3.menu:before {
  left: 0;
}

h3.menu:after {
  right: 0;
}

h3.menu2 {
  font-size: 1.1rem;
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

h3.menu2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h3.menu2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

h3.menu3 {
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #778899;
  border-radius: 10px;
  background: #f9f9f9;
}

h3.menu3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #778899 transparent transparent transparent;
}

h3.menu3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

h3.menu4 {
  position: relative;
  color: #158b2b;
  font-size: 23px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h3.menu4:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3.menu5 {
  position: relative;
  color: #0066cc;
  font-size: 23px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h3.menu5:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #99ccff;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3.menu6 {
  position: relative;
  color: #cc0066;
  font-size: 23px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h3.menu6:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #ff6699;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h5.headline {
  font-size: 14px;
  position: relative;
  padding-left: 9em;
}

h5.headline a {
  color: #0000ff;
  text-decoration: underline;
}

h5.headline a:hover {
	text-decoration: none;
}

h5.headline span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  color: #fff;
  border-radius: 10px;
  background: #0075a9;
}

h5.headline span i {
  margin-right: 0.5rem;
}

h5.headline span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #0075a9;
}

.heading01 {
	display: inline;
	font-size: 20px;
	background-image: linear-gradient(rgba(0,0,0,0) 90%, rgb(252,81,133) 90%);
}

.heading02 {
	display: inline;
	font-size: 18px;
	background-image: linear-gradient(rgba(0,0,0,0) 90%, rgb(89,136,255) 90%);
}

table {
  margin: 0px auto;
}

.tbl-r02 th {
  width: 220px;
  background: #7d7d7d;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.tbl-r02 td {
  width: 130px;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  padding: 10px;
  text-align: center;
}

input.nimotulist[type="button"]{
padding:10px 10px;
width:100%;
background: #47a6e8;
background: -moz-linear-gradient(top, #2e2e2e 0%, #b0b0b0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(100%,#b0b0b0));
background: -webkit-linear-gradient(top, #2e2e2e 0%,#b0b0b0 100%);
background: -o-linear-gradient(top, #2e2e2e 0%,#b0b0b0 100%);
background: linear-gradient(to bottom, #2e2e2e 0%,#b0b0b0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#b0b0b0',GradientType=0 );
border:0;
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
line-height:1.5;
font-size:120%;
color:#fff;
  margin-top: 10px;
  margin-bottom: -10px;
}

input.nimotulist[type="button"]:hover{
width:100%;
background: #47a6e8;
background: -moz-linear-gradient(top, #b0b0b0 0%, #2e2e2e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0b0b0), color-stop(100%,#2e2e2e));
background: -webkit-linear-gradient(top, #b0b0b0 0%,#2e2e2e 100%);
background: -o-linear-gradient(top, #b0b0b0 0%,#2e2e2e 100%);
background: linear-gradient(to bottom, #b0b0b0 0%,#2e2e2e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#2e2e2e',GradientType=0 );
cursor:pointer;
}

/* リスト */
ol.topic-path {
margin-top:0; /* マージン（上） */
margin-bottom:0; /* マージン（下） */
padding: 7px 5px; /* パディング（上下、左右） */
background-color: #f9f9f9; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 100%; /* 文字サイズ */
clear:both;
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(../images/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(../images/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
text-decoration: underline;
	color: #57524b;	/*文字色*/
}

/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #57524b;	/*文字色*/
	transition: 0.4s;
        text-decoration: none;
}

a:hover {
	opacity: 0.7;	/*マウスオン時に80%の透明度にする*/
}

/*headerWrap
---------------------------------------------------------------------------*/
#headWrap {
   width:100%;
  height: 130px;
   margin:0 auto;
   padding:6px 0;
   background:#343a40;
}

h1 {	
	text-align: center;
}

h1.type {
	padding-top: 20px;
}

  /* トーストメッセージのスタイル */
  .toast-message {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
  }

  @keyframes fadein {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeout {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(20px); }
  }

/*sectionタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section,
main > article {
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 2% 5%;		/*ボックス内の余白*/
}

/*section_nerタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_ner,
main > article {
	display: block;
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 6% 5%;		/*ボックス内の余白*/
}

/*section_ncrタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_ncr,
main > article {
	display: block;
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 2% 5% 8% 5%;		/*ボックス内の余白*/
}

/*section_nnrタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_nnr,
main > article {
	display: block;
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 5% 5% 7% 5%;		/*ボックス内の余白*/
}

/*section_norタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_nor,
main > article {
	display: block;
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 1% 5% 1% 5%;		/*ボックス内の余白*/
}

/*section_norタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_nkr,
main > article {
	display: block;
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 5% 5% 1% 5%;		/*ボックス内の余白*/
}

/*section_nsrタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_nsr,
main > article {
	display: block;
	margin: 0 auto;
	max-width: 1300px;	/*最大幅。これ以上広がらない。*/
	padding: 0 5% 8% 5%;		/*ボックス内の余白*/
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	max-width: 1400px;	/*最大幅。これ以上幅が広がらないように。*/
	padding: 0 10px 0 10px;	/*上下、左右へのブロック内の余白*/
}

/*container2ブロック
---------------------------------------------------------------------------*/
#container2 {
	margin: 0 auto;
	max-width: 1400px;	/*最大幅。これ以上幅が広がらないように。*/
	padding: 40px 10px 0 10px;	/*上下、左右へのブロック内の余白*/
}

/*headerブロック（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページの画像ロゴ(png画像)設定*/
.home header #logo {
	position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
	width: 300px;				/*ロゴ画像の幅*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 3S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}

/*ロゴアニメーションを使わない場合の設定*/
.home header #logo {display: block;}
.home svg {display: none;}

/*トップページ以外のロゴ画像の幅*/
header #logo {
	width: 150px;
}

.head1 {
	background-color: #111;
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 20px;		/*上からの配置場所*/
	right: 20px;	/*左からの配置場所*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}

/*×印が出ている状態の設定。*/
#menubar_hdr.close {
	background: #ff0000 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*メニューの設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;}

/*ボックス全体の設定*/
#menubar {
	display: none;				/*デフォルトで非表示にしておく*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 1S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	position: fixed;overflow: auto;z-index: 99;	/*fixedはスクロールしても動かない為の指定*/
	left: 25%;top: 0px;
	width: 50%;
	height: 100%;
	padding: 50px;		/*ボックス内の余白*/
	text-align: center;	/*テキストをセンタリング*/
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*メニュー１個あたりの設定*/
#menubar li {
	margin-bottom: 20px;	/*下に空けるスペース*/
}

#menubar a {
	display: block;text-decoration: none;
	text-align: center;	/*テキストをセンタリング*/
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	border-radius: 5px;	/*角丸の指定*/
	box-shadow: 0px 0px 50px 10px rgba(255,255,255,0.4);	/*ボックスの影。右へ、下へ、ぼかし幅、範囲。255,255,255は白の事で0.4は色が40%出た状態の事。*/
	padding: 5px;	/*余白*/
}

/*メニュー内のspanタグ（小さい日本語部分）*/
#menubar span {
	display: block;
	font-size: 0.7rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*見積もりメニューアイコン設定
---------------------------------------------------------------------------*/
/*見積もりメニューアイコンブロック*/
#guidebar {
	display: none;
}

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	flex: 1;
}

/*トップページ以外のページのmain上部に余白をとる*/
body:not(.home) main {
	padding-top: 0px;
}

/*mainブロック内のh2タグ*/
main h2 {
	margin-bottom: 30px;	/*下に空けるスペース*/
	position: relative;		/*アニメーションに必要な設定*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
	border-bottom: 3px solid #dcdcdc;	/*デフォルトのラインの色。下の「bottom」と「height」の３ヶ所の数字部分を合わせる*/
}

/*下線スタイル*/
main h2 .uline {
	display: inline-block;position: relative;
	padding: 10px 20px;	/*h2タグ内の余白。上下、左右への順番。*/
	bottom: -3px;		/*上の「border-bottom」と下の「height」の３ヶ所の数字部分を合わせる。※この行だけマイナスをつけるように。*/
}
main h2 .uline::before {
	content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;
	height: 3px;	/*ラインの高さ。上の「border-bottom」と「bottom」の３ヶ所の数字部分を合わせる*/
	background: #696969;		/*アニメーション時のラインの色*/
	transition: 1s 0.5s;		/*1sはアニメーションの実行時間は1秒。0.5秒遅れてスタートする指定。*/
	transform: scaleX(0);		/*幅。最初は0にして見えなくしておく。*/
	transform-origin: left top;	/*線の出現起点が左からになるように。中央からの出現がよければこの１行削除。*/
}
main h2.linestyle .uline::before {
	transform: scaleX(1);
}

/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}

.img-box1 {
   text-align:center;
   margin-top: 30px;
   margin-bottom: 20px;
}

.img-box1 img{
    margin:  0 10px 10px 10px;
}

.img-box2 {
   text-align:center;
}

.img-box2 img{
    margin:  0 10px 10px 10px;
}

.img-box3 {
   text-align:center;
}

.img-box3 img{
    margin:  0 10px 20px 10px;
    width: 75%;
}

.img-box4 {
   text-align:center;
}

.img-box4 img{
    margin:  20px 10px 20px 10px;
    width: 70%;
}

.img-box5 {
   text-align:center;
}

.img-box5 img{
    margin:  20px 0px 20px 0px;
    width: 100%;
}

.img-box6 img{
    margin:  0 0 20px 0;
    width: 100%;
}

.img-box7 {
   text-align:center;
}

.img-box7 img{
    margin:  10px 0px 20px 0px;
    width: 70%;
}

.img-box8 {
   text-align:center;
}

.img-box8 img{
    margin:  0px 0px 20px 0px;
    width: 70%;
}

.img-box9 {
   text-align:center;
   margin-top: 10px;
   margin-bottom: 20px;
}

.img-box9 img{
    margin:  0 10px 10px 10px;
}

.img-box10 {
   text-align:center;
}

.img-box10 img{
    margin:  20px 10px 20px 10px;
    width: 50%;
}

.img-box11 {
   text-align:center;
}

.img-box11 img{
    margin:  20px 10px 20px 10px;
    width: 75%;
}

p.hogo {
   text-align:center;
   margin-top: 30px;
   margin-bottom: 20px;
}

.information {
	margin: 0 auto;
	width: 100%;
}

.oshirase {
   text-align: right;
   margin:0 10px 10px 0;
}

.oshirase a:hover {
text-decoration: underline;
}

p.purc {
  text-align: center;
   margin-bottom:0px;
}

.areatop {/*親div*/
  position: relative;/*相対配置*/
  }

.areatop p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:50px;
  top: 50px;
  left: 80px;
  }

.areatop img {
  width: 100%;
  }


/* ========SITEMAP========= */
.sitemap_content_center h3 {
   width: 300px;
   margin-bottom:8px;
   padding-left:10px;
   color:#696969;
   font-size:17px;
   border-bottom:1px solid #999;
   line-height:25px;
   background:url("../images/sm_h3.gif") 0 0 no-repeat;
}

.sitemap_content_center {
  width: 300px;
  height: 300px;
  margin-right: 28px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.sitemap_content_center li {
   margin:0 0 0 10px;
   font-size:15px;
}


/* ========引越しの流れ========= */
.flow-menu .flow-detail {
  border: 3px solid #778899;
	border-radius: 8px;
}

.flow-menu .flow-detail:not(:last-child) {
	margin-bottom: 48px;
	position: relative;
}

.flow-menu .flow-detail:not(:last-child)::after {
	content: url("../images/flow_yajirushi.png");
	display: block;
	transform: translate(-8px, 16px);
	margin: 0 0 0 46%;
	position: absolute;
}

.flow-detail .order {
	display: flex;
}

.flow-detail .order .flow-numberbox {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #778899;
	color: #fff;
	min-width: 80px;
	min-height: 60px;
	font-size: 2rem;
	font-weight: bold;
	border-top-left-radius: 4px;
}

.flow-detail .order h4 {
	padding: 0.5em 1em;
	font-size: 1.5rem;
	margin: 0;
	border: none;
	color: #696969;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flow-detail .support h5{
	font-size: 1.0rem;
	margin-left: 2rem;
}

.flow-detail .support {
	padding: 24px;
}

.support a {
	color: #0000ff;
}

.support a:hover {
	text-decoration: underline;
}

ul.flow-detail-list {
	margin: 0 0 1rem 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.flow-detail-list:last-child {
	margin: 0;
}

ul.flow-detail-list li {
	width: calc(30% - 2rem);
	margin-left: 4rem;
        list-style-type:    circle;
}

/* ========買い取り========= */
.goods-menu .goods-detail {
  border: 3px solid #696969;
	border-radius: 8px;
}

.goods-menu .goods-detail:not(:last-child) {
	margin-bottom: 48px;
	position: relative;
}

.goods-menu .goods-detail:not(:last-child)::after {
	content: url("../images/flow_yajirushi.png");
	display: block;
	transform: translate(-8px, 16px);
	margin: 0 0 0 46%;
	position: absolute;
}

.goods-detail .order {
	display: flex;
}

.goods-detail .order .goods-numberbox {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #696969;
	color: #fff;
	min-width: 80px;
	min-height: 60px;
	font-size: 2rem;
	font-weight: bold;
	border-top-left-radius: 4px;
}

.goods-detail .order h4 {
	padding: 0.5em 1em;
	font-size: 1.5rem;
	margin: 0;
	border: none;
	color: #696969;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.goods-detail .buy h5{
	font-size: 1.0rem;
	margin-left: 2rem;
}

.goods-detail .buy {
	padding: 24px;
}

ul.goods-detail-list {
	margin: 0 0 1rem 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.goods-detail-list:last-child {
	margin: 0;
}

/* next prev article link */
#previous_next_article { margin:0 15px 40px; margin-bottom: 50px; padding:15px 0; }
#previous_next_article p { margin:0; font-size:11px; line-height:200%; }
#previous_next_article p.prev_article { float:left; }
#previous_next_article p.next_article { float:right; }
#previous_next_article a { display:inline-block; text-decoration:none; color:#fff; padding:5px 20px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#previous_next_article p.prev_article a { background:#888 url("../images/bg_list_01.png") no-repeat left 12px; padding-left:26px; text-decoration: none; }
#previous_next_article p.next_article a { background:#888 url("../images/bg_list_02.png") no-repeat right 12px; padding-right:26px; text-decoration: none; }
#previous_next_article p.prev_article a:hover, #previous_next_article p.next_article a:hover { background-color:#666; color:#fff; text-decoration: none; }


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.7rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
	background: #111;		/*背景色*/
	color: #fff;			/*文字色*/
}

/*リンクテキスト*/
footer a {text-decoration: none;color: #fff;}

/* リンク色（マウスオーバー） */
footer a:hover {
	opacity: 0.7;
color: #fff;
text-decoration: none;
}

/*著作部分*/
footer .pr {display: block;}

/*フッターにあるアイコン類
---------------------------------------------------------------------------*/
/*アイコン類を囲むブロック*/
ul.icon {
	list-style: none;
	margin: 0;padding: 0;
	margin-bottom: 30px;	/*下に空けるスペース*/
}

/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*リストタグを横並びにさせる指定*/
}

/*アイコン画像の設定*/
ul.icon img {
	width: 30px;	/*アイコン画像の幅*/
}

/*画像のマウスオン時*/
ul.icon img:hover {
	opacity: 0.8;	/*透明度。0.8は色が80%出た状態の事。*/
}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#footermenu {
	margin: 0;padding: 0;
	margin-bottom: 15px;	/*下に空けるスペース*/
}

/*メニュー１個あたり*/
#footermenu li {
	display: inline-block;	/*横並びにする*/
	padding: 0 10px;		/*上下、左右への余白*/
	font-size: 1.2em;
}


/*スライドショー（slickを使用）
---------------------------------------------------------------------------*/
/*丸いページナビボタン全体を囲むブロック*/
ul.slick-dots {
	margin:0;padding: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;	/*下からの配置場所指定*/
}

/*丸いページナビボタン１個あたりの設定*/
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: #fff;		/*背景色。白。*/	
}

/*buttonのアクティブ時（現在表示されている画像を示すボタン）*/
ul.slick-dots li.slick-active button {
	background: #a29276;	/*色*/
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}


/*listブロック
---------------------------------------------------------------------------*/
.list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list2 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list3 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list3-container p {
	text-align: center;
	margin: 7px 5px 10px 5px;
}

.list4 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list8 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	position: relative;
}

.list9 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 8px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list10 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list10-container p {
	text-align: center;
	margin: 7px 5px 10px 5px;
}

.list11 {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

.list11-container p {
	text-align: center;
	margin: 7px 5px 10px 5px;
}

/*ボックス内のh4タグ*/
.list h4 {
	margin: 0;
	color: #666;	/*文字色*/
}
.list h4 a {
	color: #666;	/*リンクテキストの文字色*/
}

.list h4.part {
  text-align: center;
}

/*ボックス内のpタグ*/
.list p {
	margin: 0;
	font-size: 0.8em;	/*文字サイズを80%に*/
}

/*list内のNEWマーク*/
.list .new {
	font-size: 0.6em;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
	transform: rotate(-30deg);	/*回転。まっすぐ表示させたいならこの１行を削除。*/
}

/*list内でのbtn*/
.list .btn {
	margin-top: 1em;	/*ボタンの上に１文字分のスペースを空ける*/
}
.list .btn a {
	display: block;
}

/*横スライドショーコーナー（slickを使用）
---------------------------------------------------------------------------*/
/*スライドショー全体を囲むボックス*/
.pickup {
	position: relative;
	display: flex;			/*flexボックスを使う指定*/
	margin-top: 0;
}

/*１個あたりのボックス*/
.pickup .slick-slide {
	margin: 5px !important;
	width: auto;
}

/*ボックス内の画像*/
.pickup .list img {
	object-fit: cover;	/*トリミングのタイプ*/
	width: 100%;		/*画像の幅*/
	font-family: 'object-fit: cover;';	/*IE対策*/
}


/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff, #f7f7f7);	/*背景グラデーション*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	border: 1px solid #e4e2d7;		/*枠線の幅、線種、色*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #635741;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*AREA
---------------------------------------------------------------------------*/
/*AREAボックス全体*/
.area {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

.area dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff, #f7f7f7);	/*背景グラデーション*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	border: 1px solid #e4e2d7;		/*枠線の幅、線種、色*/
}

/*アイコン（Font Awesome）*/
.area dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f101";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #635741;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}

/*回答*/
.area dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.area dt span {text-indent: 0;}


/*btnの設定
---------------------------------------------------------------------------*/
p.btn {margin: 0;}

/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	font-size: 1em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	background: linear-gradient(150deg, #BBBBBB, #111);/*背景グラデーション。#logoと合わせています。*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする指定*/
	color: #fff;			/*文字色*/
	transition: 0.3s;		/*hoverまでにかける時間。0.3秒。*/
	padding: 1em 2em;		/*余白*/
	margin: 0 auto 30px;	/*ボタンの外側に空けるスペース。上、左右、下への順番。*/
	border-radius:3px;
	-webkit-border-radius:15px;
	-moz-border-radius:3px;
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	cursor: pointer;		/*inputタグを使う場合に「手」のマークになるように。リンクと同じ表示になるようにという事です。*/
	opacity: 0.8;			/*冒頭のリンクテキストのhoverと合わせました*/
	transform: scale(1.02);	/*実寸の102%に拡大*/
}

/*listブロック内のボタン*/
.list .btn a {
	margin: 0;
}


/*トップページのスライドショー（vegasを使用）
---------------------------------------------------------------------------*/
#mainimg {
    width: 100vw;
    height: 100vh;
}

/*SVGロゴ設定*/
#svg-logo {
	position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
	width: 300px;		/*幅*/
    stroke: #fff;		/*ここはこのままで変更しない（文字色の指定ではありません）*/
    stroke-width: 12;	/*ロゴをなぞった際の線の太さを指定して下さい。*/
}

/*スクロールを促すアイコン*/
.scroll {
	position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);
	width: 30px;	/*画像の幅*/
	opacity: 0.7;	/*透明度。0.7は色が70%出た状態の事。*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #eee;		/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*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;	/*左よせにする*/
}


/*背景色パターン
---------------------------------------------------------------------------*/
.bg1 {
	background: #eeece7;
}

/*背景色パターン
---------------------------------------------------------------------------*/
.bg2 {
	background: #efefff;
}

/*背景色パターン
---------------------------------------------------------------------------*/
.bg3 {
	background: #e2ffc6;
}

/*背景色パターン
---------------------------------------------------------------------------*/
.bg4 {
	background: #e5e5e5;
}

/*背景色パターン
---------------------------------------------------------------------------*/
.bg5 {
	background: #e5f2ff;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

/*mitumori設定
---------------------------------------------------------------------------*/
.mitumori-show {display: block;}

/*ボタンの設定*/
.mitumori a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 0px;		/*右からの配置場所指定*/
	bottom: 600px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	width: 12%;		/*幅*/
	line-height: 60px;	/*高さ*/
}

/*tel設定
---------------------------------------------------------------------------*/
.tel-show {display: block;}

/*ボタンの設定*/
.tel a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 0px;		/*右からの配置場所指定*/
	bottom: 540px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	width: 12%;		/*幅*/
	line-height: 60px;	/*高さ*/
}

/*mitumori2設定
---------------------------------------------------------------------------*/
.mitumori2-show {display: block;}

/*ボタンの設定*/
.mitumori2 a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 0px;		/*右からの配置場所指定*/
	bottom: 600px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	width: 12%;		/*幅*/
	line-height: 60px;	/*高さ*/
}

/*tel2設定
---------------------------------------------------------------------------*/
.tel2-show {display: block;}

/*ボタンの設定*/
.tel2 a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 0px;		/*右からの配置場所指定*/
	bottom: 540px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	width: 12%;		/*幅*/
	line-height: 60px;	/*高さ*/
}

/*pp設定
---------------------------------------------------------------------------*/
.privacy_box {
	height: 160px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 13px;
	line-height: normal;
	padding: 15px 15px 10px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 20px;
}

p.privacy {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.privacy_box p.det {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 15px;
}

ul.privacy li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 13px;
}

ul.privacy2 li {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 13px;
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #a29276 !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;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #666; color: #fff; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.look .color-check {color: #ffcc00 !important;}
.small {font-size: 0.6em;}


/*レスポンシブ用CSS
---------------------------------------------------------------------------*/
@media screen and (max-width:572px) {

.img-box1 p {
   text-align:left;
}

.youtube-responsive{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.youtube-responsive iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}
  .tbl-r02 {
    width: 80%;
}
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
}

.goods-detail .order .goods-numberbox {
	min-width: 50px;
	min-height: 20px;
	font-size: 1.5rem;
}

.goods-detail .order h4 {
	padding: 1em 1em;
	font-size: 1.2rem;
}

.goods-detail .buy h5{
	margin-left: 0.8rem;
}

.goods-detail .order .goods-numberbox {
	min-width: 50px;
	min-height: 20px;
	font-size: 1.5rem;
}

.goods-detail .order h4 {
	padding: 1em 1em;
	font-size: 1.2rem;
}

.goods-detail .buy h5{
	margin-left: 0.8rem;
}

ul.goods-detail-list li {
	width: calc(100% - 2rem);
	margin-left: 2.5rem;
}

h3.menu3 {
  font-size: 1.3rem;
}

.list h4 {
	margin: 7px 5px 2px 5px;
}

.img-box4 img{
    width: 90%;
}

.img-box7 img{
    width: 100%;
}

.img-box8 img{
    width: 100%;
}

.img-box9 img{
    width: 60%;
}

.img-box10 img{
    width: 90%;
}

.img-box11 img{
    width: 100%;
}

.areatop p {
    font-size:21px;
    white-space: nowrap;
    top:30%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
  }

h1.type {
	padding-top: 35px;
}

.heading01 {
	font-size: 15px;
}

.heading02 {
	font-size: 15px;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: none;}

/*ボタンの設定*/
.pagetop a {
	display: none;
}

/*メニュー電話番号
---------------------------------------------------------------------------*/
.menutel {
	margin: 0 auto;
	width: 100%;
}

h1 {	
	margin: 0 auto;
	padding-top: 35px;
	width: 60%;
}

/*list3ブロック
---------------------------------------------------------------------------*/
/*list3ブロック全体を囲むブロック*/
.list3-container {
	text-align: center;
}

/*list4ブロック
---------------------------------------------------------------------------*/
/*list4ブロック全体を囲むブロック*/
.list4-container {
	text-align: center;
}

.list4 .h3.menu {
	text-align: center;
}

.list4 .text {
	margin-right: 0;
	text-align: left;
}

.list6-container {
	text-align: center;
}

/*list10ブロック
---------------------------------------------------------------------------*/
/*list10ブロック全体を囲むブロック*/
.list10-container {
	text-align: center;
}

/*list11ブロック
---------------------------------------------------------------------------*/
/*list11ブロック全体を囲むブロック*/
.list11-container {
	text-align: center;
}

/*pp設定
---------------------------------------------------------------------------*/
h4.privacy {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.6;
	margin-top: 30px;
}

.privacy_box {
	height: 200px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 14px;
	line-height: normal;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 25px;
}

p.privacy {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.privacy_box p {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 15px;
}

ul.privacy li {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}

ul.privacy2 li {
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}

/*section_nnrタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section_nnr,
main > article {
	padding-bottom: 15%;		/*ボックス内の余白*/
}

/*サイトマップ
---------------------------------------------------------------------------*/
.sitemap_content_center {
  width: 100%;
  height: auto;
  margin-right: 4px;
  margin-bottom: 20px;
   padding-bottom:10px;
   border-left:1px solid #999;
   border-right:1px solid #999;
   border-bottom:1px solid #999;
   border-top:1px solid #999;
   border-radius: 5px;
   text-align: left;
}

.sitemap_content_center h3 {
  width: auto;
  margin-top: 0px;
   margin-bottom:10px;
   padding-left:20px;
   color:#000;
   font-size:13px;
   border-bottom:1px solid #999;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   line-height:39px;
   height: 35px;
   background:#f5f5f5 url("../images/sm_h3.gif") 0 0 no-repeat;
   text-indent: 1px;
}

.sitemap_content_center h3 a {
  color: #696969;
}

.sitemap_content_center li {
   margin:0 0 0 10px;
   font-size:14px;
  height: auto;
}

}

/*---------------------------------------------------------------------------
ここから下は画面幅1024px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {

#menubar_hdr {
	display: block;
	position: fixed;z-index: 98;
	top: 0px;		/*上からの配置場所*/
	right: 0px;	/*左からの配置場所*/
	width: 60px;	/*幅*/
	height: 65px;	/*高さ*/
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(../images/icon_menu_rp.png) no-repeat center top/65px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}

/*×印が出ている状態の設定。*/
#menubar_hdr.close {
	position: fixed;z-index: 100;
	right: 60px;	/*左からの配置場所*/
	background: #ff0000 url(../images/icon_menu_rp.png) no-repeat center bottom/65px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*ボックス全体の設定*/
#menubar {
	display: none;				/*デフォルトで非表示にしておく*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 1S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	position: fixed;overflow: auto;z-index: 99;	/*fixedはスクロールしても動かない為の指定*/
	left: 0%;top: 0px;
	width: 100%;
	height: 100%;
	padding: 50px;		/*ボックス内の余白*/
	text-align: center;	/*テキストをセンタリング*/
	background: rgba(0,0,0,0.8);	/*背景色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*見積もりメニューの設定
---------------------------------------------------------------------------*/
#guidebar_hdr {
	display: block;
	position: fixed;z-index: 98;
	top: 0px;		/*上からの配置場所*/
	right: 60px;	/*左からの配置場所*/
	width: 60px;	/*幅*/
	height: 65px;	/*高さ*/
	cursor: pointer;
	background: rgba(240,240,240,0.9) url(../images/icon_guide_rp.png) no-repeat center top/65px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}

/*×印が出ている状態の設定。*/
#guidebar_hdr.close {
	position: fixed;z-index: 100;
	right: 0px;	/*左からの配置場所*/
	background: #ff0000 url(../images/icon_guide_rp.png) no-repeat center bottom/65px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*ボックス全体の設定*/
#guidebar {
	display: none;				/*デフォルトで非表示にしておく*/
	animation-name: opa1;		/*@keyframesの指定*/
	animation-duration: 1S;		/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	position: fixed;overflow: auto;z-index: 99;	/*fixedはスクロールしても動かない為の指定*/
	left: 0%;top: 0px;
	width: 100%;
	height: 100%;
	padding: 50px;		/*ボックス内の余白*/
	text-align: center;	/*テキストをセンタリング*/
	background: rgba(255,255,255,0.9);	/*背景色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

#guidebar ul {list-style: none;}

/*見積もりメニュー１個あたりの設定*/
#guidebar li {
	margin-bottom: 20px;	/*下に空けるスペース*/
}

#guidebar li a {
	display: block;text-decoration: none;
	text-align: center;	/*テキストをセンタリング*/
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	border-radius: 5px;	/*角丸の指定*/
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.6);	/*ボックスの影。右へ、下へ、ぼかし幅、範囲。255,255,255は白の事で0.4は色が40%出た状態の事。*/
	padding: 5px;	/*余白*/
}

/*メニュー内のspanタグ（小さい日本語部分）*/
#guidebar span {
	display: block;
	font-size: 0.7rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: none;}

/*ボタンの設定*/
.pagetop a {
	display: none;
}

ul.flow-detail-list li {
	width: calc(100% - 2rem);
	margin-left: 2.5rem;
}
}

/*---------------------------------------------------------------------------
ここから下は画面幅1400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:1400px) {

/*mitumori設定
---------------------------------------------------------------------------*/
.mitumori-show {display: none;}

/*ボタンの設定*/
.mitumori a {
	display: none;
}
/*tel設定
---------------------------------------------------------------------------*/
.tel-show {display: none;}

/*ボタンの設定*/
.tel a {
	display: none;}

/*mitumori2設定
---------------------------------------------------------------------------*/
.mitumori2-show {display: none;}

/*ボタンの設定*/
.mitumori2 a {
	display: none;
}
/*tel設定
---------------------------------------------------------------------------*/
.tel2-show {display: none;}

/*ボタンの設定*/
.tel2 a {
	display: none;}
}

/*---------------------------------------------------------------------------
ここから下は画面幅573px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:573px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;	/*基準となるフォントサイズの上書き*/
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(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.8em;		/*文字サイズを80%に。*/
	text-align: center;		/*文字をセンタリング*/
	margin-right: 1em;		/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「サービス」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #333;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}


/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*１個あたりのボックス設定*/
.list {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 32%;		/*幅。３列になります。*/
}

/*ボックス内のfigure画像*/
.list figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}

/*list2ブロック
---------------------------------------------------------------------------*/
/*list2ブロック全体を囲むブロック*/
.list2-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	text-align: center;
}

/*１個あたりのボックス設定*/
.list2 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 48%;
}

/*ボックス内のfigure画像*/
.list2 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list2 .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list2 h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}

/*list3ブロック
---------------------------------------------------------------------------*/
/*list3ブロック全体を囲むブロック*/
.list3-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	text-align: center;
}

/*１個あたりのボックス設定*/
.list3 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 46%;
	margin: 0 auto;
}

/*ボックス内のfigure画像*/
.list3 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list3 .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list3 h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}

/*list4ブロック
---------------------------------------------------------------------------*/
/*list4ブロック全体を囲むブロック*/
.list4-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*１個あたりのボックス設定*/
.list4 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 46%;
	margin: 0 auto;
	text-align: center;
}

/*ボックス内のfigure画像*/
.list4 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list4 .text {
	margin-right: 0;
	text-align: left;
}

/*ボックス内のh4タグ*/
.list4 h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}

/*list5ブロック
---------------------------------------------------------------------------*/
/*list5ブロック全体を囲むブロック*/
.list5-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*１個あたりのボックス設定*/
.list5 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 32%;		/*幅。３列になります。*/
}

/*ボックス内のfigure画像*/
.list5 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list5 .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list5 h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}

/*list6ブロック
---------------------------------------------------------------------------*/
/*list6ブロック全体を囲むブロック*/
.list6-container {
	display: flex;		/*flexボックスを使う指定*/
}

/*１個あたりのボックス設定*/
.list6 {
	width: 82%;
	margin: 0 auto;
	text-align: center;
}

/*list7ブロック
---------------------------------------------------------------------------*/
/*list7ブロック全体を囲むブロック*/
.list7-container {
	display: flex;		/*flexボックスを使う指定*/
}

/*１個あたりのボックス設定*/
.list7 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

/*list10ブロック
---------------------------------------------------------------------------*/
/*list10ブロック全体を囲むブロック*/
.list10-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-evenly;	/*並びかたの種類の指定*/
}

/*１個あたりのボックス設定*/
.list10 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 38%;		/*幅。３列になります。*/
}

/*ボックス内のfigure画像*/
.list10 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list10 .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list10 h4 {
	text-align: center;
	margin: 10px 0;	/*上下、左右への余白*/
}

/*list11ブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list11-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*１個あたりのボックス設定*/
.list11 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 32%;		/*幅。３列になります。*/
}

/*ボックス内のfigure画像*/
.list11 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list11 .text {
	margin-right: 0;
	text-align: center;
}

/*ボックス内のh4タグ*/
.list11 h4 {
	margin: 10px 0;	/*上下、左右への余白*/
	text-align: center;
}


.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pict {
  width: 170%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .comment {
  text-align: left;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}

.menutel {
	margin: 0 auto;
	width: 50%;
}

ul.goods-detail-list li {
	width: calc(25% - 2rem);
	margin-left: 8rem;
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
