/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*以下追記*/
.head-img{
	padding-top: 0px;
	margin-bottom: 0;
}
.head-txt{
	padding-top: 20px;
	margin-bottom: 45px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}
.head-txt p{
	font-size: 32px;
	line-height: 1.77;
}
.head-txt p.big-txt{
	font-size: 32px;
	margin-bottom: 10px;
}
.tokuten-miniimg{
	width: 70%;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.zaiko-obi{
	margin-bottom: 45px;
}
.zaiko-teximg{
	width: 34%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.tokuten-block{
	margin-bottom: 80px;
}
.event-block{
	margin-bottom: 20px;
}
.tokuten-box{
	padding:  70px 0px 30px;
	background: #e8e8e8;
	text-align: center;
}
.tokuten-box.ex{
	padding-top: 30px;
}
.tokuten-box h2{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	color: #9e1b32;
	margin-bottom: 40px;
}
.tokuten-txt{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	margin-bottom: 30px;
}
.tokuten-txt p{
	font-size: 32px;
	line-height: 1.77;
}
.tokuten-notes{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.tokuten-notes p,.tokuten-notes{
	font-size: 26px;
	line-height: 1.5;
}
.tokuten-box{
	background: #fff;
}
.tokuten-box.bot{
	border-top: 2px solid #000000;
}
.div_block_1.car.bot{
	border-top: 2px solid #000000;
}
.tokuten-box ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	background: #fff;
}
.tokuten-box li{
	list-style: none;
	padding-bottom: 110px;
	margin-bottom: 60px;
	color: #000000;
	background: #fff;
	border-bottom: 2px solid #000000;
}
.tokuten-box li img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tokuten-box li:last-child{
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: 0;
}
.tokuten-box li img{
	margin-bottom: 0;
}
.tokuten-img{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.used-img{
	width:88%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 60px;
}
.used-img.last{
	margin-top: 50px;
	margin-bottom: 30px;
}
.zaiko-btn{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.zaiko-btn2{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
h2.ttl-img{
	margin-bottom: 0;
	margin-top: 0;
}
h2.ttl-img img{
	margin-bottom: 0;
}
ul.car-box{
	list-style: none;
	padding: 0;
}
.obi-img1{
	margin-top: 150px;
	margin-bottom: 60px;
}
.obi-img2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.car-box li{
	padding-bottom: 60px;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}
.car-box li:last-child{
	margin-top: -20px;
	width: 100%;
}
.car-box li.ex{
	margin-bottom: 80px;
}
.car-box li img{
	margin-bottom: 0;
}
.tokuten-block{
    margin-top: 20px;
	margin-bottom: 20px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}
.tokuten-block.ex{
	margin-top: 40px;
}
.name-tex{
	font-size: 58px;
	margin-bottom: 80px;
	color: #fff;
	font-weight: 600;
	margin-top: 0%;
	line-height: 1.4;
}
.tel-tex{
	font-size: 48px;
	font-weight: 600;
	padding-bottom: 0%;
}
.tel-tex a{
	color: #fff!important;
	text-decoration: none;
	pointer-events: none;
}
.zaiko-box{
	padding-top: 0px;
	padding-bottom: 55px;
	background: #b9b9b9;
	margin-bottom: 0px;
}
.zaiko-box.ex{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #fff;
	margin-bottom: 100px;
}
.zaiko-tex{
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.zaiko-texbig p{
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.zaiko-tex p{
	font-size: 32px;
	line-height: 1.77;
	font-family: 'Noto Sans JP', sans-serif;
}
.zaiko-texnotes p{
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.63;
}
.zaiko-box .zaiko-texnotes p{
	margin-bottom: 0;
}
.shop-texex{
	margin-top: 0px;
	margin-bottom: 55px;
	font-size: 30px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.con-btn{
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.bottom-text{
	margin-top: 65px;
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}
.ex-texbox{
	margin-top: -25px;
	text-align: center;
	margin-bottom: 50px;
}
.ex-texbox p{
	border: 2px solid #fff;
	padding: 20px 40px;
	color: #fff;
	line-height: 1.58;
	font-size: 24px;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
}
.ex-notes{
	margin-top: 10px;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}
.ex-notes.ptn2{
	margin-top: 0px;
	margin-bottom:80px;
}
.div_block_1.mb{
	margin-bottom: 100px;
}
.shop-tex{
	text-align: center;
	margin-bottom: 65px;
	color: #fff;
	font-size: 36px;
}
.shop-tex a{
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.shop-tex a:hover{
	color: #fff;
}
.text-block-2-ex .con-btn{
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.tel-tex{
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.tel-notes{
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.tel-tex img{
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-block-2{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.tel-tex2{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
	font-size: 28px;
	line-height: 1.5;
	margin-top: 66px;
}
.map-img{
	margin-bottom: 70px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}
.tel-tex3{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 64px;
	font-size: 28px;
	line-height: 1.5;
}
.sns-link{
	width: 26.4%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}
.sns-link li{
	width: 39%;
	list-style: none;
}
@media screen and (max-width: 1080px) {
	
	.shop-texex{
		margin-top: 0px;
		margin-bottom: 5.5vw;
		font-size: 3vw;
	}
	.head-txt{
		padding-top: 3vw;
		margin-bottom: 4vw;
	}
	.head-txt p.big-txt{
		font-size: 4.4vw;
	}	
	.head-txt p{
		font-size: 3.3vw;
		margin-bottom: 7vw;
	}	
	.tel-tex a{
		pointer-events: all;
	}
	.tokuten-box h2{
		font-size: 5.0vw;
		margin-bottom: 4vw;
	}
	.tokuten-txt{
		margin-bottom: 5vw;
	}
	.tokuten-txt p{
		font-size: 3.7vw;
	}
	.tokuten-notes p,.tokuten-notes{
		font-size: 3.0vw;
	}
	.name-tex{
        font-size: 5.8vw;
		margin-bottom: 8vw;
    }
	.tokuten-notes p,.tokuten-notes{
		font-size:2.7vw;
	}
    .tel-tex{
        font-size: 5.4vw;
        padding-bottom: 0%;
		margin-bottom: 1%;
    }
	ul.car-box{
		margin-bottom: 6vw;
	}
	.obi-img1{
		margin-top: 15%;
		margin-bottom:8%;
	}
	.obi-img2{
		margin-top: 0%;
		margin-bottom: 0px;
	}
    .car-box li{
        padding-bottom: 5%;
    }
	.car-box li:last-child{
		margin-top: -1%;
		padding-bottom: 2%;
	}
	.car-box li.ex{
		margin-bottom: 7%;
	}
    .tokuten-box{
        padding: 6% 0% 3%;
    }
	.tokuten-box.ex{
		padding-top:3%;
	}
    .tokuten-box li{
        margin-bottom: 9%;
		padding-bottom: 9%;
		border-bottom: 1px solid #000;
    }
    .tokuten-box li:last-child{
        margin-bottom: 6%;
		border-bottom: 0;
    }
	.head-img{
		padding-top: 0vw;
	}
    .zaiko-box{
        padding-top: 0vw;
        padding-bottom:6vw;
		margin-bottom: 0vw;
    }
	.zaiko-box.ex{
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 10vw;
	}
    .zaiko-tex{
        margin-bottom: 4vw;
    }
    .zaiko-tex p{
        font-size:  3.7vw;
    }
    .zaiko-texbig p{
        font-size:  5.0vw;
		margin-bottom: 3vw;
    }
    .zaiko-texnotes p{
        font-size:  2.6vw;
    }
	.used-img{
		padding-top: 7vw;
		margin-bottom: 7vw;
	}
	.used-img.last{
		margin-bottom: 5vw;
	}
	.tokuten-img{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3vw;
	}
	.zaiko-btn{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1vw;
	}
	.zaiko-btn2{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.div-block-4{
		margin-bottom: 3vw!important;
	}
	.div-block-4 h1{
		margin-bottom: 6vw;
	}
	.tokuten-miniimg{
		width: 70%;
		margin-top: 6vw;
		margin-bottom: 5vw;
		margin-left: auto;
		margin-right: auto;
	}
	.zaiko-obi{
		margin-bottom: 6vw;
	}
	.zaiko-teximg{
		width: 34%;
		margin-bottom: 5vw;
		margin-left: auto;
		margin-right: auto;
	}
	.tokuten-block{
		margin-bottom: 10vw;
	}
	.event-block{
		margin-bottom: 3vw;
	}
	/*.shop-tex{
		margin-top: 0vw;
		margin-bottom: 0vw;
		font-size: 3.3vw;
	}*/
	.tokuten-block{
		margin-top: 2%!important;
		margin-bottom: 2%!important;
		width: 82%;
		margin-left: auto;
		margin-right: auto;
	}
	.tokuten-block.ex{
		margin-top: 4%!important;
	}
	.con-btn{
		width: 76%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0vw;
	}
	.bottom-text{
		margin-top: 3vw;
		font-size: 4.4vw;
	}
	.ex-texbox{
		margin-top:-3vw;
		text-align: center;
		margin-bottom: 7vw;
	}
	.ex-texbox p{
		border: 2px solid #fff;
		padding: 4vw 3vw;
		font-size: 2.3vw;
	}
	.ex-notes{
		margin-top:1vw;
		font-size: 2.3vw;
		text-align: center;
		font-weight: 500;
	}
	.ex-notes.ptn2{
		margin-top: 0px;
		margin-bottom:8vw;
		line-height:1.5;
	}
	.div_block_1.mb{
		margin-bottom: 10vw;
	}
	.shop-tex{
		text-align: center;
		margin-bottom: 6.5vw;
		color: #fff;
		font-size: 3.6vw;
	}
	
	.shop-tex a{
		display: inline-block;
		padding-bottom:1vw;
		border-bottom: 2px solid #fff;
		color: #fff;
	}
	.text-block-2-ex .con-btn{
		width: 63%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 6vw;
	}
	.tel-tex{
		width: 63%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2vw;
	}
	.tel-notes{
		text-align: center;
		color: #fff;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: 4vw;
		font-size: 2.3vw;
	}
	.tel-tex img{
		width: 75%;
		display: block;
	}
	.text-block-2{
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.tel-tex2{
		width: 63%;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		margin-bottom: 3.5vw;
		font-size: 2.8vw;
		line-height: 1.5;
		margin-top: 6.6vw;
	}
	.map-img{
		margin-bottom: 7vw;
		width: 76%;
		margin-left: auto;
		margin-right: auto;
	}
	.tel-tex3{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		text-align: center;
		margin-bottom: 6.4vw;
		font-size: 2.8vw;
		line-height: 1.5;
	}
	.sns-link{
		width: 26.4%;
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
	}
	.sns-link li{
		width: 39%;
		list-style: none;
	}
}

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.ex-txt{
	width: 33.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 65px;
}
.ex-img{
	padding-top: 60px;
}

.ex-img .img-box{
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1080px){
.sp-only{
	display: block;
}
.pc-only{
	display: none;
}	
.ex-txt{
	width: 33.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4vw;
	margin-bottom: 6.6vw;
}
.ex-img{
	padding-top: 6vw;
}	
}