/*! 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: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.head-txt p{
	font-size: 32px;
	line-height: 1.77;
}
.head-txt p.big-txt{
	font-size: 36px;
	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:  45px 45px;
	background: #dadfe3;
	text-align: center;
}
.tokuten-box h2{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	color: #001e50;
	margin-bottom: 40px;
}
.tokuten-txt{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	margin-bottom: 30px;
}
.tokuten-txt .big{
	font-size: 50px;
}
.tokuten-txt .blue{
	color: #001e50;
}
.tokuten-txt p{
	font-size: 32px;
	line-height: 1.77;
}
.notes{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	margin-top: 5px;
	font-size: 16px;
}
.notes p{
	font-size: 26px;
}
.tokuten-notes{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
}
.tokuten-notes p{
	font-size: 26px;
}
.tokuten-box ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.tokuten-box li{
	margin-bottom: 45px;
}
.tokuten-box li:last-child{
	margin-bottom: 0px;
}
.tokuten-box li img{
	margin-bottom: 0;
}
.tokuten-img{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.tokuten-box.ptn2{
	border-top: 2px solid #001e50;
	padding-bottom: 90px;
}
.tokuten-img.ptn2{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}
.zaiko-btn{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px;
}
.zaiko-btn2{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
}
.zaiko-obi img{
	margin-bottom: 0;
	display: block;
}
h2.ttl-img{
	margin-bottom: 0;
	margin-top: 0;
}
h2.ttl-img img{
	margin-bottom: 0;
}
.main-img{
	margin-bottom: 30px;
}
.car-wrap{
	padding: 0 0px 0px;
}
.car-wrap2{
	padding: 0 70px 0px;
}
.car-wrap2 ul.car-box{
	margin-top: 0;
}
ul.car-box{
	list-style: none;
	padding: 0;
	margin-top: 0px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.car-box li{
	padding-bottom: 40px;
}
.car-box li img{
	margin-bottom: 0;
}
.name-tex{
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-top: 2%;
	margin-bottom: 2.5%;
	line-height: 1.4;
}
.tel-tex{
	font-size: 38px;
	text-align: center;
	font-weight: 600;
	padding-bottom: 0%;
	margin-bottom: 1.5%;
}
.tel-tex a{
	color: #fff!important;
	text-decoration: none;
	pointer-events: none;
}
.zaiko-box{
	padding-top: 55px;
	padding-bottom: 75px;
}
.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;
}
.zaiko-texnotes p{
	font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
}
.plus-obi{
	width: calc(100% - 90px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.image-31{
	margin-bottom: 0px;
	padding-top: 20px;
}
.pic-list{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	margin-top: 0px;
}
.pic-list li{
	width: 100%;
	margin-bottom: 72px;
	list-style: none;
	position: relative;
}
/*.pic-list li p{
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 3px;
}*/
.pic-list li p span{
	font-size: 12px;
}
.pic-list li p.notes{
	font-size: 12px;
	text-align: left;
	margin-top: 0;
}
.car-obi{
	margin-top: 50px;
	margin-bottom: 50px;
}
.zaiko-tex.ptn2,.zaiko-tex.ptn2 p{
	margin-bottom: 0;
}
.bnr-box{
	margin-bottom: 106px;
}
.bnr-box .img-box{
	position: relative;
}
.link-btn{
	position: absolute;
	bottom: 12%;
	width: 43.6%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right:0;
}
.link-btn2{
	position: absolute;
	bottom: 4.3%;
	width: 34%;
	right:3%;
}
.note-box{
	margin-top: 20px;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
}
.note-box.ptn2{
	margin-top: 100px;
}
.note-box.ptn3{
	margin-top: 5px;
}
.notes{
	padding-top: 3px;
	padding-left: 2%;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}
.text-block-ex{
	text-align: center;
	border: 2px solid #fff;
	padding: 20px 10px;
	line-height: 1.56;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	margin-top: 30px;
}
.div_block_4 h2{
	margin-top: 60px;
	margin-bottom: 0;
}
.div_block_4 h2 img{
	margin-bottom: 0;
}
.cam-img{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
	.head-txt{
		padding-top: 2vw;
		padding-bottom: 5vw;
	}
	.head-txt p.big-txt{
		font-size: 4.4vw;
	}	
	.head-txt p{
		font-size: 3.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{
		font-size: 3.0vw;
	}
	.tokuten-txt .big{
		font-size: 5.4vw;
	}
	.name-tex{
        font-size: 4.4vw;
		margin-bottom: 1%;
    }
	.notes{
		margin-top: 5px;
	}
	.notes p,.notes{
		font-size:2.3vw;
		line-height: 1.3;
		margin-top: 0;
	}
	.tokuten-notes p{
		font-size:3.0vw;
	}
    .tel-tex{
        font-size: 5.4vw;
        padding-bottom: 1%;
		margin-bottom: 1%;
    }
	.tokuten-img.ptn2 p{
		font-size: 3.0vw;
		line-height: 1.45;
	}
    .car-box li{
        padding-bottom: 6vw;
    }
    .tokuten-box{
        padding: 5% 0%;
    }
	.tokuten-box.ptn2{
		padding-bottom: 12%;
	}
    .tokuten-box li{
        margin-bottom: 5%;
    }
    .tokuten-box li:last-child{
        margin-bottom: 0%;
    }
	.head-img{
		padding-top: 0vw;
	}
    .zaiko-box{
        padding-top: 6vw;
        padding-bottom:6vw;
    }
    .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:  3.0vw;
    }
	.tokuten-img{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1vw;
	}
	.zaiko-btn{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1vw;
	}
	.zaiko-btn2{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
	}
	.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;
	}
	.plus-obi{
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6vw;
    }
	.image-31{
		margin-bottom: 0vw;
		padding-top: 2vw;
	}
	.main-img{
		margin-bottom: 5vw;
	}
	.car-wrap{
		padding: 0 0px 0vw;
	}
	.car-wrap2{
		padding: 0 7% 0vw;
	}
	ul.car-box{
		margin-top: 0vw;
		margin-bottom: 0;
		width: 100%;
	}
	.pic-list{
	display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		margin-top: 0vw;
	}
	.pic-list li{
		width: 100%;
		margin-bottom: 13vw;
		list-style: none;
	}
	.pic-list li:first-child{
		width: 100%;
	}
	/*.pic-list li p{
		font-size: 3.0vw;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: 3px;
	}*/
	.pic-list li p span{
		font-size: 2.3vw;
	}
	.pic-list li p.notes{
		font-size: 2.3vw;
		text-align: left;
		margin-top: 0;
	}
	.car-obi{
		margin-top: 7vw;
		margin-bottom: 4vw;
	}
	.zaiko-tex.ptn2,.zaiko-tex.ptn2 p{
		margin-bottom: 2vw;
	}
	.bnr-box{
		margin-bottom: 12vw;
	}
	.notes{
		padding-top:1vw;
		padding-left: 2%;
		font-size: 2.3vw;
	}
	.text-block-ex{
		text-align: center;
		border: 2px solid #fff;
		padding: 3vw 2vw;
		font-size: 3.0vw;
		margin-top: 1vw;
	}
	.div_block_4 h2{
		margin-top: 7vw;
		margin-bottom: 0;
	}
	.div_block_4 h2 img{
		margin-bottom: 0;
	}
	.note-box{
		margin-top: 1vw;
		width: 86%;
		font-size: 2.3vw;
	}
	.note-box.ptn2{
		margin-top: 12vw;
	}
	.note-box.ptn3{
		margin-top: 0.5vw;
	}
	.cam-img{
		margin-bottom: 8vw;
	}
}
@media screen and (max-width: 479px) {
	
}