@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 15px;
	line-height: 1.9;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1,h2,h3,h4{
	line-height: 1.5;
}
.txt_red{
	color: #E6290F;
	font-weight: bold;
}
.txt_brown{
	color: #723B26;
	font-weight: bold;
}
.txt_yellow{
	color: #FFEF87;
	font-weight: bold;
}
.txt_blue{
	color: #295698;
	font-weight: bold;
}

.txt_marker_yellow{
	padding: 0 7px;
	background: #FFEF87;
	font-weight: bold;
	line-height: 1.4;
}
.txt_marker_pink{
	padding: 0 7px;
	background: #FFD4CF;
	font-weight: bold;
	line-height: 1.4;
}

/* .rank_list .container span {
    padding: 0 7px;
} */

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
	max-width: 230px;
}
.boder_title {
	border-bottom: 1px solid #BFA275;
	border-left: 6px solid #BFA275;
	padding: 0 0 7px 15px;
	margin-bottom: 20px;
	font-size: 20px;
	}
/* ▼ btn
--------------------------------------- */
.btn a{
	display: flex;
    position: relative;
	justify-content: center;
	align-items: center;
	background: #1ACC28;
	box-shadow: 0 4px 0 #1BA025;
	border-radius: 5px;
	max-width: 500px;
	margin: 0 auto;
	padding: 15px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
}
/* .btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-2px) rotate(45deg);
    box-sizing: border-box;
    border-radius: 2px;

} */

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	border-bottom: 1px solid #BFA275;
	}
	header .container{
		padding: 15px 20px;
	}




/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 40px auto 100px;
	/* overflow: hidden; */
}

.main_flex{
	display: flex;
	}
	.main_flex main{
		flex:3.2;
	}
	.main_flex aside{
		flex:1;
		padding-left: 3%;
}

/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	flex-wrap: wrap;
}


/* ▼ aside_rank
----------------------------------------*/
.aside_rank{
	background: rgb(99,81,59);
	background: linear-gradient(0deg, rgba(99,81,59,1) 0%, rgba(191,162,117,1) 100%);
	padding: 6px;
	margin-bottom: 40px;
	border-radius: 10px;
	}
	.aside_rank > div{
		background: #fff;
		border-radius: 10px;
	}
	.aside_rank h2{
		background: #A83425 url(../img/side_rank_title_bg.png)no-repeat center/95%;
		border-radius: 10px 10px 0 0;
		padding: 20px 5px 15px;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.aside_rank h2::before{
		content: "";
		display: block;
		width: 48px;
		height: 33px;
		background: url(../img/side_rank_icon.png)no-repeat center/95%;
		position: absolute;
		margin: auto;
		top: -23px;
		left: 0;
		right: 0;
	}
	.gizagiza{
		width: 100%;
		height: 6px;
		background: url(../img/gizagiza.png)no-repeat center/cover;
		margin-bottom: 10px;
	}
	.aside_rank h2 span{
		font-size: 18px;
	}
	.aside_rank ul{
		padding: 0px 15px;
	}
	.aside_rank ul li:not(:last-child){
		border-bottom: 1px dashed #63513B
	}
	.aside_rank ul li a{
		display: flex;
		padding: 15px 10px 15px 50px;
		position: relative;
		line-height: 1.3;
	}
	.aside_rank ul li a::before{
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.aside_rank ul li:nth-child(1) a::before{background: url(../img/side_rank_icon01.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(2) a::before{background: url(../img/side_rank_icon02.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(3) a::before{background: url(../img/side_rank_icon03.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(4) a::before{background: url(../img/side_rank_icon04.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(5) a::before{background: url(../img/side_rank_icon05.png)no-repeat center/cover;}
	.aside_rank ul li a::after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background: url(../img/side_rank_arrow.png)no-repeat center/100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}

/* ▼ vendor
----------------------------------------*/
#vendor h2{
	margin-bottom: 20px;
	color: #63513B;
	font-size: 18px;
	}
	#vendor ul li:first-child{
		border-top: 1px solid #BFA275;
	}
	#vendor ul li{
		padding: 6px 0;
		border-bottom: 1px solid #BFA275;
		position: relative;
	}
	#vendor ul li a{
		display: flex;
		align-items: center;
		position: relative;
	}
	#vendor ul li a::before {
			content: "";
			bottom: 0;
			right: 0;
			border-top: 6px solid transparent;
			border-right: 6px solid #C9C9C9; /* ラベルの色はここで変更 */
			position: absolute;
			z-index: 100;
	}
	#vendor ul li a p{
		width: 115px;
		padding-left: 10px;
		font-size: 13px;
		line-height: 1.4;
	}
	#vendor ul li a img{
		width: calc(100% - 120px);
	}

#links td {
    padding: 10px;
    width: 10%;
    vertical-align: middle;
    border-bottom: 1px solid #c1c1c1;
}
#links td a {
    color: #295698;
    padding: 0 0 5px;
    text-decoration: underline;
    position: relative;
    text-decoration-color: #295698;
    color: #295698;
    font-weight: bold;
}

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events:none;
}

/* ▼▼▼ フッター
===================================== */
footer {

}
.footer_nav{
	background: #F4EDE5;
	padding: 10px  0 ;
	}
	.footer_nav p{
		text-align: right;
	}
	.footer_nav a{
		text-decoration: underline;
        margin-left: 10px;
	}
	.footer_nav a:hover{
		text-decoration: none;
	}
	#footer_inner {
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}


/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}
.pagetop img{
	max-width: 40px;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	padding: 10px;
	font-size: 13px;
	text-align: center;
}


/* ▼▼▼ 404
====================================================== */
#not_found{
	padding: 8vw 20px;
	}
	#not_found p{
		font-size: 14px;
		text-align: center;
	}
	#not_found p.arial{
		margin-bottom: 10px;
		font-size: 42px;
		font-family: "Arial", "メイリオ";
	}
	#not_found p.arial + p{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#not_found p.txt{
		margin-bottom: 30px;
		line-height: 1.9;
	}
	#not_found .top_btn a{
		display: inline-block;
		padding: 15px 40px;
		border: 1px solid #ccc;
	}
  .footer__inner {
    background: #f4ede5;
  }
  
  .footer__list--sm {
    width: 10.6875rem;
  }
  
  .footer__list--lg {
    width: calc(100% - 20.0625rem);
  }
  
  .footer__list-term {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  
  .footer__subList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.625rem;
  }
  
  .footer__subList-link {
    color: var(--Text_blue);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-decoration: underline;
  }
  
  .footer__subList-link:hover {
    text-decoration: none;
  }

  .footer__wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 9.375rem;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 9.6875rem;
  }
  /* ▼▼▼ 480px〜768px
  ====================================================== */
  @media screen and (max-width: 768px) {
    .footer__list--sm {
      width: 100%;
    }
    .footer__list--lg {
      width: 100%;
    }
    .footer__wrapper {
      flex-direction: column;
      gap: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
	body{
		font-size: 13px;
	}


	#wrapper {width: 100%;overflow: hidden;}
	#main{
		margin-bottom: 60px;
	}
	#search_results #main{
		margin-top: 0;
	}
	.container {
		padding: 0 15px;
	}
	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		margin: auto;
	}
	.boder_title {
		}
	/* ▼ btn
	--------------------------------------- */
	.btn a{
		padding: 15px 20px;
		font-size: 16px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */





	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}


.main_flex{
	display: block;
	}
	.main_flex aside{
		display: none;
	}



	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
		display: block;
	}

    /* SPのみ業者メイン画像下に余白 */
    .merchant_main_img {
        margin-bottom: 20px;
    }


	/* ▼▼▼ フッター
	====================================================== */
	.footer_nav p {
	    text-align: center;
	}
	/* ▼ ページ上部へ戻る
	--------------------------------------- */

	/* ▼▼▼ 404
	====================================================== */
	#not_found{
		padding: 100px 20px 60px;
		}
		#not_found p.arial{
			margin-bottom: 10px;
			font-size: 39px;
		}
		#not_found p.arial + p{
			font-size: 17px;
		}
		#not_found p.txt{
			line-height: 1.6;
		}

}
