/*------------------------------------------
	全体
------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	text-align: center;
}
body{
	display: grid;
    align-content: start;
    gap: 5em;
	font-family: 'Noto Sans JP', 'Gothic A1', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-feature-settings: "palt";
	font-weight: 700;
	background: #232323;
	color: #FFFFFF;
	padding: 2rem 2rem 1rem;
}
body > *{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
p{
	word-break:break-all;
	text-align: justify;
	text-align-last: left;
}
a{
	display: block;
	text-decoration: none;
}
ul, li {
    list-style-type: none;
    display: block;
	word-break:break-all;
}
img{
	width: 100%;
	flex-shrink: 0;
}
section {
    display: grid;
    align-content: start;
    gap: 3rem;
}
@media all and (min-width:960px){
}
@media all and (max-width:750px){
	body{
		padding: 1rem;
		gap: 2em;
	}
	section{
		gap: 2rem;
	}
}
/*------------------------------------------
	header ヘッダー
------------------------------------------*/
header {
}
a.headerLogo {
    max-width: 150px;
    min-width: 100px;
    width: 15%;
}

/*------------------------------------------
	flyer チラシ
------------------------------------------*/
#flyer{
	width: 80%;
    margin: 0 auto;
}
#flyer a.flyerLink {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
#flyer a.flyerLink span.flyerTxt{
    position: absolute;
    display: block;
	max-width: 80%;
    width: 12em;
    /*background: #e60013;
    color: #FFFFFF;*/
    padding: 1em;
    border-radius: 3em;
    /*border: 3px #FFFFFF solid;*/
	font-size: clamp(16px, 4vw, 32px);
    line-height: 1.2em;
}

/*------------------------------------------
	coupon クーポン
------------------------------------------*/
#coupon{
	width: 80%;
    margin: 0 auto;
}

/*------------------------------------------
	shop 店舗情報
------------------------------------------*/
#shop{
	width: 80%;
    margin: 0 auto;
}
.shopTxt {
    display: flex;
    justify-content: space-between;
    text-align: left;
    text-align-last: left;
	gap: 1rem;
}
.shopTxt > * {
    width: 50%;
}
ul.shopBox {
    display: grid;
    align-content: start;
    gap: 1rem;
    font-size: clamp(16px, 2vw, 20px);
}
ul.shopBox * {
    line-height: 1em;
}
li.shopInfo.tel a{
    font-size: 2.5em;
	color: #FFFFFF;
}

li.shopInfo.hours {
    display: flex;
    align-items: center;
}
li.shopInfo.hours .hoursHd{
    width: 2em;
    padding: 0.5em;
    border: 1px #FFFFFF solid;
    margin-right: 0.5em;
}
li.shopInfo.hours ul.hoursDl {
    display: grid;
    gap: 0.5em;
}
li.shopInfo.hours ul.hoursDl li span {
    display: inline-block;
    width: 5em;
    text-align-last: justify;
    margin-right: 0.5em;
}
.shopLink a{
	background: #C0BDBD;
    color: #000000;
    display: inline-block;
    padding: 1em 2em;
    border-radius: 1em;
    font-size: clamp(18px, 2vw, 24px);
    margin-top: 1em;
    max-width: 90%;
}

@media all and (max-width:750px){
	.shopTxt {
		flex-direction: column;
	}
	.shopTxt > *{
		width: 100%;
	}
}


/*------------------------------------------
	intr 本田屋とは
------------------------------------------*/
#intr{
	/*overflow: clip;*/	
	color:  #F3EDE6;
}
#intr h3{
	font-size: clamp(20px, 4vw, 32px);
	line-height: 1.4em;
    margin-bottom: 1em;
}
#intr p{
	font-size: 0.8em;
	font-weight: 400;
	text-align-last: right;
}
@media all and (max-width:750px){
	#intr p {
		padding-top: 2em;
	}
}
/*------------------------------------------
	brand パートナーブランド
------------------------------------------*/
#brand {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
#brand > * {
    width: calc(50% - 0.5em);
}

/*------------------------------------------
	service サービス
------------------------------------------*/
#service ul.serviceBox{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;	
    gap: 2em;
    margin-top: 2em;
}
#service ul.serviceBox li.serviceDl{
    width: calc(50% - 1em);
}

@media all and (max-width:750px){
	#service ul.serviceBox{	
		gap: 1em;
		margin-top: 1em;
	}
	#service ul.serviceBox li.serviceDl{
		width: calc(50% - 0.5em);
	}
}

/*------------------------------------------
	links リンク情報
------------------------------------------*/
#links h4{
	font-size: clamp(18px, 3vw, 28px);
	margin-bottom: 1rem;
}
#links .linksBox{
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
#links .linksBox > * {
    width: calc(50% - 0.5em);
}


/*------------------------------------------
	footer フッター
------------------------------------------*/
footer ul.infoLinks{
	display: grid;
	align-content: start;
    gap: 2em;
}
footer small {
    display: block;
    margin-top: 5rem;
	font-weight: 400;
}
footer small a{
	display: inline-block;
	color: #FFFFFF;
}
@media all and (max-width:750px){
	footer ul.infoLinks{
		gap: 1em;
	}
	footer small{
		margin-top: 2rem;
	}
}

/*------------------------------------------
	page_top ページトップへ戻る
------------------------------------------*/
#top_button{
	position: fixed;
    right: 10;
    bottom: 10px;
    width: max-content;
}
#page_top{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6C6C6C;
  opacity: 0.5;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 25%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}