@charset "UTF-8";

/*!---------------------------------------
 * Omotenashi
 * built 2013-07-01
 * last updated 2019-07-09
 * Licensed under the MIT License.
 * ---------------------------------------
 * (C) 2015 Munenori Nishimura
 * https://twitter.com/mune_nori
 * -------------------------------------*/


/*----------------------------------------
	Web Font Icon
----------------------------------------*/

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'M PLUS 1p';
  src: url('/files/fonts/MPLUS1p-Light.woff2') format('woff2'),
  url('/files/fonts/MPLUS1p-Light.woff') format('woff');/* Super Modern Browsers */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'M PLUS 1p';
  src: url('/files/fonts/MPLUS1p-Regular.woff2') format('woff2'),
  url('/files/fonts/MPLUS1p-Regular.woff') format('woff'); /* Super Modern Browsers */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'M PLUS 1p';
  src: url('/files/fonts/MPLUS1p-Medium.woff2') format('woff2'),
  url('/files/fonts/MPLUS1p-Medium.woff') format('woff'); /* Super Modern Browsers */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'M PLUS 1p';
  src: url('/files/fonts/MPLUS1p-Bold.woff2') format('woff2'),
  url('/files/fonts/MPLUS1p-Bold.woff') format('woff'); /* Super Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('https://shibakenhonpo.tokyo/files/fonts/roboto-v20-latin-regular.woff2') format('woff2'); /* Super Modern Browsers */
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('https://shibakenhonpo.tokyo/files/fonts/roboto-v20-latin-500.woff2') format('woff2'); /* Super Modern Browsers */
}

.fontNotoSans {
	font-family: "M PLUS 1p", sans-serif, serif;
}
.fontRoboto {
	font-family: "Roboto", sans-serif;
}

/*----------------------------------------
	clearfix
----------------------------------------*/

.contentsNavi:after,
.container:after,
.section:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

p > small {
  line-height: 1.4;
  display: block;
  margin: 10px 0;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

select:focus, input[type="text"]:focus {
  outline: 0;/*iPhone、選択時の青枠除去*/
  }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
	/* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
	/* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*	`fieldset` elements in all browsers.
*/

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

.clear {
	display: none;
}

.fb-like.fb_iframe_widget span {
    width: 190px !important;/*Facebookいいねボタンレイアウト修正*/
    left: 0px;
}

/* hoverキャンセル */
.hoverNone {
    pointer-events: none;
}
/*----------------------------------------
	Magnific Popup CSS
----------------------------------------*/

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #f3faff !important;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #ffffff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #ffffff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #007bbb !important;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #007bbb !important;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow-left::before {
  border-left: 3px solid #007bbb !important;
  border-bottom: 3px solid #007bbb !important;
}
.mfp-arrow-right::before {
  border-right: 3px solid #007bbb !important;
  border-top: 3px solid #007bbb !important;
}
/*.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #ffffff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #ffffff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}*/
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 4px rgba(0, 123, 187, 0.3) !important;
	box-shadow: 0 0 4px rgba(0, 123, 187, 0.3) !important;
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #333333 !important;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.pcf4_yoyaku span {
	display: none;
}
.pcf4_yoyaku1 span {
	padding: 5px 7px;
	margin-left: 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 12px;
	font-size: 12px;
	font-size: .75rem;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 123, 187, 0.7);
	pointer-events: none;
}
.pcf4_yoyaku2 i {
	color: rgba(255,0,0,.5);
}
.pcf4_yoyaku2 a {
	display: block;
	line-height: 160%;
	color: red;
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-radius: 19px;
	width: fit-content;
}
.pcf4_yoyaku2 span {
	padding: 5px 7px;
	margin-left: 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 12px;
	font-size: 12px;
	font-size: .75rem;
	color: #dbdbdb !important;
	text-align: center;
	text-decoration: none;
	background: rgba(245, 245, 245, 0.7);
	pointer-events: none;
}
/*----------------------------------------
	Main
----------------------------------------*/

.breadcrumb {
	width: 100%;
	background: none;
}
.breadcrumb ul {
    list-style: none;
    display: flex;
    max-width: 1100px;
    padding: 10px 20px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.breadcrumb ul a {
	margin: 0 0px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	text-decoration: none;
	color: #333333 !important;
}
.breadcrumb ul a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.breadcrumb ul strong {
	margin: 0 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	font-size: 0.8125rem;
}

.crumbsIcons {
  display: none;
}

@media only screen and (max-width: 999px) {
	.br-pc {
  display: none;
}
}

/*----------------------------------------
	Mail CSS
----------------------------------------*/

.btn {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	color: #b5b5b5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn__reset {
	width: 150px;
	font-size: 18px;
	font-size: 1.125rem;
}
.btn__reset:hover {
	opacity: .6;
}
.btn__submit {
	width: 300px;
	background: #007BBB;
	border: 1px solid #007BBB;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}
.btn__submit:hover {
	opacity: .6;
}
.btn__comment {
	width: 300px;
	background: #007BBB;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}
.btn__comment:hover {
	opacity: .6;
}
.btnContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.blogComment {
	margin: 40px 0 0;
	padding: 5px;
/*	border: 1px solid #e0e0e0;*/
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blogComment .submit {
	margin-top: 0;
	padding: 30px 0;
	text-align: center;
}
.blogComment__hl {
	margin: 10px 0 20px;
	background: none;
	border: none;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
	color: #333333;
}
.blogComment__hl:after {
	display: none;
}
.blogCommentList {
	margin: 10px 0;
	padding: 0 15px 40px;
	border-bottom: 1px solid #e0e0e0;
}
.comment {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #e0e0e0;
}
.comment:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.blogCommentSend {
	margin: 40px 0 0;
}
.blogCommentSend__hl {
	font-size: 18px;
	font-size: 1.125rem;
	color: #333333;
}
#BlogCommentAddForm {
	padding: 0 !important;
}
.authCaptcha {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.authCaptcha__image {
	margin: 0;
	vertical-align: middle;
}
.authCaptcha__message {
	margin: 0 10px;
}
#blogCommentMessage {
	width: 100%;
}
.resultMessage {
	padding: 20px 0;
	font-size: 18px;
	font-size: 1.125rem;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
}
.video {
	margin: 40px auto;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.googleMap {
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	position: relative;
	overflow: hidden;
}
.googleMap iframe,
.googleMap object,
.googleMap embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
input,
select {
	padding: 2px 4px;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	vertical-align: top;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #bdbdbd;
	font-size: 12px;
	font-size: 0.75rem;
}
input:-moz-placeholder,
select:-moz-placeholder {
	/* Firefox 18- */
	color: #bdbdbd;
	font-size: 12px;
	font-size: 0.75rem;
}
input::-moz-placeholder,
select::-moz-placeholder {
	/* Firefox 19+ */
	color: #bdbdbd;
	font-size: 12px;
	font-size: 0.75rem;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #bdbdbd;
	font-size: 12px;
	font-size: 0.75rem;
}
input:not([type='submit']):focus {
	outline: 0;
	background: rgba(232, 245, 233, 0.3);
}
input[type='search'] {
	-webkit-appearance: none;
}
input[type='time'] {
	font-family: "M PLUS 1p", sans-serif, serif;
}
textarea {
	padding: 4px 6px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
}
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}
textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #bdbdbd;
}
textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #bdbdbd;
}
textarea:-ms-input-placeholder {
	color: #bdbdbd;
}
textarea:focus {
	outline: 0;
	background: rgba(232, 245, 233, 0.3);
}
#MailMessageNameKoinu,
#MailMessageTel {
	width: 500px;
}
#FieldMessageName1,
#FieldMessageNameKana1 {
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}
/*
#FieldMessageName1 .mail-before-attachment,
#FieldMessageNameKana1 .mail-before-attachment {
	margin-right: 5px;
}
*/
#FieldMessageName2,
#FieldMessageNameKana2 {
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	margin-left: 10px;
}
/*
#FieldMessageName2 .mail-before-attachment,
#FieldMessageNameKana2 .mail-before-attachment {
	margin-right: 5px;
}
*/
#FieldMessageSex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#FieldMessageSex label {
	margin-right: 20px;
}
#MailMessageEmail1,
#MailMessageName1,
#MailMessageNameKana1 {
	margin: 5px 0 5px 0;
}
#FieldMessageTel1,
#FieldMessageTel2,
#FieldMessageTel3 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#FieldMessageTel1 .mail-after-attachment,
#FieldMessageTel2 .mail-after-attachment,
#FieldMessageTel3 .mail-after-attachment {
	margin: 0 5px;
}
#FieldMessageZip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#MailMessageZip {
	width: calc(200px - 20px);
}
#FieldMessageZip .mail-before-attachment {
	margin-right: 5px;
	width: 15px;
}
#FieldMessageZip .mail-attention {
	margin-left: 5px;
}
#FieldMessageDate,
#FieldMessageDate2 {
	margin: 2.5px 0;
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 50%;
	align-items: center;
}
#FieldMessageTime,
#FieldMessageTime2 {
	margin: 2.5px 0;
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 50%;	
	align-items: center;
}
#FieldMessageAddress1,
#FieldMessageAddress2 {
	margin: 5px 0;
	display: block;
}
#FieldMessageCategory {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#MailMessageMessage {
	width: 100%;
}
#FieldMessageRoot {
	margin-bottom: 5px;
	display: block;
}
.form-s {
	width: calc(250px - 5px);
}
.form-l {
	width: 500px;
}
.error-message {
	margin: 5px 0 0;
	color: #b71c1c;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
	display: none; /*表示エリアのレイアウト崩れ防止のため、一旦非表示。form-errorクラスで代用する。*/
}
.form-error {
	background: #FFECE5 !important;
}
.authCaptcha {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.authCaptcha__message {
	margin-left: 10px;
}
.authCaptcha .error-message {
	width: 100%;
}
#MailMessageAuthCaptcha {
	width: 200px;
}
.submit {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.submit input {
	margin: 0 10px;
}
.checkboxInput {
	display: none;
}
.checkboxInput:checked + .checkboxInput-style {
	color: #00acc1;
}
.checkboxInput:checked + .checkboxInput-style:after {
	content: "";
	width: 6px;
	height: 12px;
	display: block;
	border-bottom: 4px solid #00acc1;
	border-right: 4px solid #00acc1;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	position: absolute;
	top: -3px;
	left: 5px;
	cursor: pointer;
}
.checkboxInput-style {
	padding-left: 22px;
	position: relative;
	white-space: nowrap;
	top: -1px;
}
.checkboxInput-style:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #eceff1;
	-webkit-box-shadow: 0 0 0 2px white inset;
	box-shadow: 0 0 0 2px white inset;
	border: 1px solid #b0bec5;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0;
	cursor: pointer;
}
.checkboxInput-style-noText {
	padding-left: 15px;
}
.radioInput {
	display: none;
}
.radioInput:checked + .radioInput-style {
	color: #00acc1;
}
.radioInput:checked + .radioInput-style:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #00acc1;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 3px;
	cursor: pointer;
}
.radioInput-style {
	margin-right: 20px;
	padding-left: 22px;
	position: relative;
	white-space: nowrap;
}
.radioInput-style:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #eceff1;
	-webkit-box-shadow: 0 0 0 2px white inset;
	box-shadow: 0 0 0 2px white inset;
	border: 1px solid #b0bec5;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0;
	cursor: pointer;
}
.headline {
	margin: 0 0 40px;
	line-height: 120%;
	font-size: 30px;
	font-size: 1.875rem;
	position: relative;
	text-align: center;
	font-weight: normal;
}
.headline * {
	line-height: 120%;
}
.headline--left {
	text-align: left;
}
.headline--center {
	text-align: center;
}
.headline--right {
	text-align: right;
}
.headline__underline {
	padding-bottom: 25px;
}
.headline__underline:before {
	margin-left: -30px;
	content: '';
	width: 60px;
	height: 1px;
	background: #558b2f;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.headline__underline--left {
	padding-bottom: 25px;
	text-align: left;
	font-weight: normal;
}
.headline__underline--left:before {
	margin-left: 0;
	content: '';
	width: 60px;
	height: 1px;
	background: #558b2f;
	position: absolute;
	bottom: 0;
	left: 0;
}
.headline__underline--right {
	padding-bottom: 25px;
	text-align: right;
	font-weight: normal;
}
.headline__underline--right:before {
	margin-left: 0;
	content: '';
	width: 60px;
	height: 1px;
	background: #558b2f;
	position: absolute;
	bottom: 0;
	left: inherit;
	right: 0;
}
.headline__border {
	padding: .4em .6em;
	line-height: 120%;
	border-radius: 3px;
	border: 1px solid #333333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.headline__sideBorder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.headline__sideBorder--text {
	margin: 0 20px;
	display: block;
}
.headline__sideBorder--line {
	width: 40px;
	height: 1px;
	display: block;
	background-color: #333333;
}
.headline__fs--xs {
	font-size: 18px;
	font-size: 1.125rem;
}
.headline__fs--s {
	font-size: 24px;
	font-size: 1.5rem;
}
.headline__fs--m {
	font-size: 30px;
	font-size: 1.875rem;
}
.headline__fs--l {
	font-size: 36px;
	font-size: 2.25rem;
}

.headline__fs--xl {
	font-size: 42px;
	font-size: 2.625rem;
}

.headline__sub {
	margin-top: -.05em;
	display: block;
	width: 100%;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff url(../images/common/loader.gif) no-repeat center;
	z-index: 99999;
}

.pagination {
	padding-bottom: 60px;
	text-align: center;
}

.pagination .current,
.pagination .disabled {
	border: .5px solid #007BBB;
	background: #007BBB;
	color: #ffffff;
	margin: 8px 1px;
	padding: 4px 7px;
}

.pagination span {
	margin: 0 2px;
	display: inline-block;
	border-radius: 2px;
}

.pagination a {
	margin: 0 1px;
	padding: 4px 7px;
	display: inline-block;
	border-radius: 2px;
	border: .5px solid #007BBB;
	background: #FFF;
	text-decoration: none;
	white-space: nowrap;
	color: #007BBB;
}

.pagination a:hover {
	background: #ffffff;
	color: #007BBB;
}

.disabled {
	display: none;
}

.contentsNavi {
	margin: 20px 10px 40px;
	position: relative;
}

.contentsNavi .prev-link {
	float: left;
}

.contentsNavi .next-link {
	float: right;
}

.prev-link::before {
  content: '\f060';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: .5rem;
}

.next-link::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: .5rem;
}

.contentsNavi a {
  text-decoration: none;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

.pagetop a {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.pagetop a:hover {
	opacity: .5;
}

.pagetop a i {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	color: #ffffff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

.baseTable {
	width: 100%;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.baseTable th,
.baseTable td {
	padding: 16px;
	line-height: 120%;
	border: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.baseTable td {
	vertical-align: middle;
}

.baseTable th {
	width: 22%;
	background: #fafafa;
	font-weight: 500;
	text-align: left;
}

/*----------------------------------------
	body
----------------------------------------*/

body {
	background: #ffffff;
	font-family: YakuHanJPs, "M PLUS 1p", sans-serif, serif;
	font-size: 16px;
	font-size: 1rem;
	color: #333333;
	text-align: left;
	font-weight: 400;
	letter-spacing: .03em;
}

body img {
	max-width: 100%;
	height: auto;
}

main img {
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

body {
	line-height: 160%;
}

body.fixed {
	position: fixed;
	width: 100%;
	z-index: -1;
}

a {
	color: #007BBB;
	outline: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a * {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover {
	color: #333333;
}

a:active {
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: 500;
}

.clearfix {
	min-height: 1px;
	_height: 1%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

main {
	position: relative;
	z-index: 0;
}

/*----------------------------------------
	container
----------------------------------------*/

.container {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
	position: relative;
}

/*----------------------------------------
	contents
----------------------------------------*/

.contents {
	padding-bottom: 100px;
}

.contentsTitle {
	margin-bottom: 80px;
	width: 100%;
	background: url(../img/common/bg_arches.png);
	background-position: bottom;
	background-repeat:repeat-x;
}

.contentsTitle__hl {
	margin: 0;
	width: 100%;
	height: 160px;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	border-bottom: 1px solid #EEE;*/
	vertical-align: middle;
	text-align: center;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.section {
	margin: 100px 0;
}
.section.search-box {
	margin: 0;
}
.section__hl {
	margin: 0 0 40px;
	padding-bottom: 25px;
	line-height: 120%;
	font-size: 30px;
	font-size: 1.875rem;
	position: relative;
	text-align: center;
	font-weight: 500;
}

.section__hl * {
	line-height: 120%;
}

.section__hl:before {
margin-left: -25%;
content: '';
width: 50%;
height: 3px;
background: rgba(0,123,187,.3);
position: absolute;
bottom: 0;
left: 50%;
border-radius: 2px;
}

.section__hl--left {
	text-align: left;
	font-weight: 500;
}

.section__hl--left:before {
	margin-left: 0;
	left: 0;
}

.section__hl--right {
	text-align: right;
	font-weight: 500;
}

.section__hl--right:before {
	margin-left: 0;
	left: inherit;
	right: 0;
}

.telLink a {
	text-decoration: none;
}

.boxshop img {
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: none;
}

/*----------------------------------------
	header
----------------------------------------*/

header {
	width: 100%;
	height: 204px !important;
	background: url(../img/common/bg_arches_up.png);
	background-position: bottom;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.hTop {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	position: relative;
	z-index: 3;
}

.hTop__hl {
	margin: 10px 30px;
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}

.hTop__hl a {
	display: block;
	font-size: 26px;
	font-size: 1.625rem;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}

.hTop__hl a:hover {
	opacity: .8;
}

.hTop__hl svg {
	height: 100px;
	vertical-align:bottom;
}

.hTop__contents {
	margin: auto 25px auto auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hContact {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	justify-content: space-between;
}

.hContact__item {
	margin: 0;
	line-height: 130%;
}

.hContact__item * {
	line-height: 130%;
}

.hContact__item--btn {
	margin-bottom: auto;
}

.hContact__item--tel {
	margin: auto 8px auto 0;
	text-align: center;
}

.hContact__item--hour {
	margin-top: 15px;
	font-size: 12px;
	font-size: 0.75rem;
}

.hContact__btn {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #007BBB;
	border: 1px solid #007BBB;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}
/*
.hContact__btn:hover {
	background: #ffffff;
	color: #007BBB;
}

.hContact__btn:hover * {
	color: #007BBB;
}

.hContact__btn:hover .fa {
	color: #007BBB;
	border: 1px solid #007BBB;
	border-top: none;
}
*/
.hContact__btn .fa {
	color: #ffffff;
}

.hContact__btn--text {
	color: #ffffff;
}

.hContact__tel {
	line-height: 120%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
	font-size: 1.75rem;
	pointer-events: none;
	text-decoration: none;
	font-weight: 500;
	color: #007BBB !important;
}

.hContact__tel .fa {
	margin-right: 5px;
	font-size: 22px;
	font-size: 1.375rem;
	color: #007BBB;
	position: relative;
	top: 0px;
}

.spMenu__btn {
	margin: 0 20px;
	width: 35px;
	height: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: none;
	cursor: pointer;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 6px;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.spMenu__btn.active .spMenu__btn--line:nth-child(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -6px;
}

.spMenu__btn--line {
	margin: 2px 0;
	width: 18px;
	height: 2px;
	display: block;
	background: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	top: 0;
}

nav.gNav {
	width: 100%;
	height: 64px;
	background: #FFF;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 10px;
	z-index: 2;
}
nav.gNav ul li {
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	float: left;*/
}
nav.gNav ul li + li a {
	background: url(../img/header/bdr_solid.png) left center no-repeat;
}
nav.gNav ul li:first-child a {
	background-image: none;
}
nav.gNav:after {
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	z-index: 2;
}

nav.gNav.fixed {
	position: fixed;
	top: 0;
}

nav .nav-menu__box {
	margin: 0 auto;
	max-width: 1100px;
}

nav .nav-menu__box.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

nav .nav-menu {
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

nav .nav-item {
	list-style: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	border-right: 1px solid rgba(255, 255, 255, 0.15);*/
	position: relative;
}

nav .nav-item:first-child {
/*	border-left: 1px solid rgba(255, 255, 255, 0.15);*/
}

nav .nav-item > a {
	width: auto;
	height: 63px;
	line-height: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-size: 0.9375rem;
	background: none;
	color: #ffffff !important;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

nav .nav-item > a:after {
	content: '';
	width: 100%;
	height: 240%;
	display: block;
	background: rgba(255, 255, 255, 0.15);
	-webkit-transform: skewY(-15deg);
	transform: skewY(-15deg);
	position: absolute;
	bottom: -290%;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav .nav-item > a:hover:after {
	bottom: -60%;
}

nav .nav-item.current > a:before {
	content: '';
	width: 98%;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 3px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

nav .nav-menu__sub {
	margin: 0;
	padding: 0;
	width: 150%;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 63px;
	left: 0;
	z-index: 2;
}

nav .nav-item:last-child .nav-menu__sub {
	right: 0;
	left: auto;
}
nav.gNav ul li + li .nav-menu__sub a {
	background: none;
	}

nav .nav-menu__sub > .menu {
	margin: 0;
	padding: 0;
}

nav .nav-menu__sub .menu-content {
	padding: 0;
	background: rgba(0,123,187,.7);
	list-style: none;
	border-radius: 5px;
	margin-top: 2px;
}

nav .nav-menu__sub .menu-content > a {
	width: 100%;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	background: rgba(0,123,187,.7);*/
	font-size: 15px;
	font-size: 0.9375rem;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

nav .nav-menu__sub .menu-content > a:after {
	content: '';
	width: 100%;
	height: 240%;
	display: block;
	background: rgba(255, 255, 255, 0.15);
	-webkit-transform: skewY(-15deg);
	transform: skewY(-15deg);
	position: absolute;
	bottom: -300%;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav .nav-menu__sub .menu-content > a:hover:after {
	bottom: -70%;
}
.li-level-1 {
	width: 137.5px;
}

/*----------------------------------------
	footer
----------------------------------------*/
/*.footer_menuList li.menu-content.li-level-1::before {
    content: "\f105";
    display: inline-block;
    margin-right: 3px;
    color: #d1cac5;
    line-height: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
}*/
.footer_menuList li.menu-content.li-level-2::before {
    content: "\f0da";
    display: inline-block;
    margin-right: 0px;
    color: #d1cac5;
    line-height: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: .625rem;
    vertical-align: middle;
}

.footer_menuList ul.nav-menu.ul-level-1 {
    column-count: 2;
    column-gap: 20px;
    margin: 0;
    padding: 0 20px;
    float: left;
}
.footer_menuList ul.menu.ul-level-2 {
    padding-left: 3px;
}
.footer_menuList ul li {
    list-style: none;
	width:100%;
}
.footer_menuList ul li a {
    color: #ffffff;
    font-size: .875rem;
    text-decoration: none;
}
.footer_menuList ul li a:hover {
    color: #ffffff !important;
	opacity: .8;
}

.fContactWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	max-width: 600px;
}

.fContact {
	padding: 0 15px;
	width: 100%;
	height: 440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/common/pho_bg_contact.jpg) no-repeat left;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #ffffff;
}

.fContact:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background:linear-gradient(0deg, rgba(0,123,187, 0.3), rgba(0,123,187, 0.2), rgba(0,123,187, 0.2));
	background:-webkit-linear-gradient(0deg, rgba(0,123,187, 0.3), rgba(0,123,187, 0.2), rgba(0,123,187, 0.2));
	background:-moz-linear-gradient(0deg, rgba(0,123,187, 0.3), rgba(0,123,187, 0.2), rgba(0,123,187, 0.2));
	background:-ms-linear-gradient(0deg, rgba(0,123,187, 0.3), rgba(0,123,187, 0.2), rgba(0,123,187, 0.2));
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.fContact * {
	position: relative;
	z-index: 0;
}

.fContactInner {
	display: flex;
}

.fContact__hl {
	margin: 0 auto 10px;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
}

.fContact__read {
	margin: 15px 0 0;
}

.fContact__read a,
.fContact__read a:visited{
	text-decoration: underline;
	color: #ffffff !important;
}

.fContact__tel {
	margin: 0;
	line-height: 120%;
	font-size: 42px;
	font-size: 2.625rem;
	letter-spacing: 0em;
	font-weight: 500;
	padding: 0 10px;
}

.fContact__tel a {
	text-decoration: none;
	color: #ffffff;
}

.fContact__time {
	margin: 0;
}

.fContact__mail {
	margin: 0 0 5px;
}

/*.fContact__mail a, .fa {
	transition: none !important;
}*/

.fContact__btn {
	margin: 30px auto 0;
}

.fContact__btn .btn {
	background: rgba(0,123,187,.7) !important;
	border: none;
	color: #FFF !important;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 20px;
	border-radius: 30px;
}

.fContact__btn .btn:hover {
	background: rgba(255, 255, 255, 0.5) !important;
	border: 1px solid #ffffff;
	color: #ffffff !important;
}

.fContact__btn .btn:hover .fa {
	color: #FFF;
	right: -5px;
}

.fContact__btn .btn .fa {
	margin-left: 10px;
	color: #ffffff;
	font-size: 15px;
	font-size: 0.9375rem;
	position: relative;
	top: 1px;
	right: 0;
}

footer {
	padding: 56px 0 50px;
	width: 100%;
	background: rgba(0,123,187, .7);
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

footer:before {
	content: '';
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fLeft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.shopName {
	margin: 5px 0;
	color: #ffffff;
	font-size: 17px;
	font-size: 1.0625rem;
	width:150px;
}

.fAddress {
	margin: 0;
	padding: 0;
}

.fAddress dt {
	width: 68px;
	float: left;
	clear: left;
	font-size: 14px;
	font-size: 0.875rem;
	color: #ffffff;
	position: relative;
}

.fAddress dt:before {
	content: '：';
	position: absolute;
	top: 0;
	right: 0;
}

.fAddress dd {
	margin: 0;
	padding-left: 68px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #ffffff;
}

.fAddress dd span {
	color: #ffffff;
}

.fAddress dd a {
	color: #ffffff;
}

.fRight {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-basis: 50%;
}

.snsList {
	margin: 10px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.snsList li {
	margin: 0 10px;
	list-style: none;
}

.snsList li a, .fContact__mail a {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: white;
	color: #000000;
	font-size: 22px;
	font-size: 1.375rem;
	text-decoration: none;
	transition: none !important;
}

.snsList li a:hover, .fContact__mail a:hover {
	background: rgba(255, 255, 255) !important;
	color: #007BBB !important;
}

.snsList li a i {
	color: #007BBB;
	font-size: 22px;
	font-size: 1.375rem;
}

.copy {
	line-height: 120%;
	color: #ffffff;
	text-align: center;
}

.copy small {
	font-size: 12px;
	font-size: 0.75rem;
	color: #ffffff;
}
.copy span {
    display: inline-block;
}

/*----------------------------------------
	sidebar
----------------------------------------*/

.sideNav {
	margin-bottom: 60px;
	width: 25%;
	min-width: 275px;
	display: flex;
}
.widget.widget-text-8.blogWidget {
    position: sticky;
    top: 100px;
}

.sideNav .articleArea {
	padding: 0;
}

.blogWidget {
	width: 100%;
	margin-bottom: 40px;
}

.blogWidget__hl {
	margin-bottom: 20px;
	width: 100%;
	background: #FFF;
	line-height: 40px;
	font-family: "M PLUS 1p", sans-serif, serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	color: #007BBB;
	text-indent: 10px;
	border-bottom: rgba(0,123,187,.3) 2px solid !important;
}

.depth-1 {
	padding-left: 5px;
}

.depth-1 li {
	padding: 0 10px 20px 10px;
	line-height: 140%;
	position: relative;
	list-style: none;
}

.depth-1 li a:before {
/*	content: '>';*/
	margin-right: 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 14px;
}

.bc-blog-tags li,
.bc-blog-categoryTag li {
	padding: 0 10px 20px 10px;
	line-height: 140%;
	position: relative;
	list-style: none;
}

.bc-blog-tags,
.bc-blog-categoryTag {
	padding-left: 5px;
}

.bc-blog-categoryTag .entryList__category,
.bc-blog-categoryTag .entryList__delivered,
.bc-blog-categoryTag .entryList__delivery,
.bc-blog-categoryTag .entryList__reserve,
.bc-blog-categoryTag .entryList__offer
 {
	margin: 0px;
}
.bc-blog-categoryTag a {
	font-size: 16px !important;
	font-size: 1rem !important;
	text-decoration: none;
}

.bc-blog-tags li a:before {
/*	content: '>';*/
	margin-right: 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 14px;
}

.depth-1 li a,
.bc-blog-tags li a,
.blogWidgetList__item a {
	text-decoration: none;
}

.blogWidgetList {
	padding-left: 5px;
}

.blogWidgetList__item {
	padding: 0 10px 20px 10px;
	line-height: 140%;
	position: relative;
	list-style: none;
}

.blogWidgetList__item a:before {
/*	content: '>';*/
	margin-right: 5px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 14px;
}

.blogWidgetCalender {
	padding: 20px;
	width: auto;
	border-radius: 3px;
	background: #FBFAF5;
	border: 1px solid #FBFAF5;
}

.blogWidgetCalender h3 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-size: 1.125rem;
	background: none;
	color: #558b2f;
	text-align: center;
	line-height: 18px;
}

.blogCalendar {
	width: 100%;
}

.blogCalendar tr {
	border-bottom: 1px solid #e0e0e0;
}

.blogCalendar tr:first-child {
	padding-bottom: 5px;
}

.blogCalendar th,
.blogCalendar td {
	padding: 5px 0;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
}

.blogCalendar th a,
.blogCalendar td a {
	color: #007BBB;
	font-size: 14px;
	font-size: 0.875rem;
}

.saturday {
	color: #1e88e5;
}

.sunday {
	color: #e53935;
}

.today {
	background: rgba(0, 0, 0, 0.2);
	color: #000000;
}

.today a {
	color: #000000;
}

#ContentSearchForm input[type="text"] {
	width: 100%;
}

.colBox {
	margin: 0 0 120px;
}

.colBox p {
	line-height: 180%;
}

.colBox img {
	vertical-align: bottom;
}

.colBox__bgColor {
	padding: 100px 0;
	background: #FBFAF5 !important;
}

.contents__hl {
	margin: 15px 0 30px;
	line-height: 130%;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 500;
}

.contents__hl--center {
	text-align: center;
}

.contents__hl br {
	line-height: 130%;
}

.contents__readBox {
	margin-top: 40px;
}

.contents__readBox--center {
	text-align: center;
}

.contents__readBox_left {
	margin: 0 auto;
}

.rowBox__2elem,
.blog__2elem {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.oyaken__2elem {
	margin: 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*.colBox .rowBox__2elem .boxInner {
margin: 20px auto;
width: calc(40% - 0px);
}*/

.rowBox__2elem .boxInner,
.rowBox__2elem--reverse .boxInner {
margin: 20px auto;
width: 50%;
}

.blog__2elem .boxInner {
margin: 0px 10px;
width: 60%;
}
.blog__2elem .image {
margin: 0px;
max-width: 400px;
width: 100%;
}

.oyaken__2elem .boxInner {
margin: 0px 0px;
width: calc(45% + 10px);
}

.rowBox__2elem--reverse {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 20px;
}

.rowBox__3elem {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rowBox__3elem:after {
	content: '';
	width: calc(33.333% - 15px);
	display: block;
}

.rowBox__3elem .boxInner {
	margin: 20px 0;
	width: calc(33.333% - 15px);
}

.rowBox__3elem--reverse {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rowBox__3elem--reverse:after {
	content: '';
	width: calc(33.333% - 30px);
	display: block;
}

.rowBox__3elem--reverse .boxInner {
	margin: 20px 0;
	width: calc(33.333% - 30px);
}

.rowBox__4elem {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rowBox__4elem:before {
	content: '';
	width: calc(25% - 20px);
	display: block;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.rowBox__4elem:after {
	content: '';
	width: calc(25% - 20px);
	display: block;
}

.rowBox__4elem .boxInner {
	margin: 10px 0;
	width: calc(25% - 20px);
}

.rowBox__4elem--reverse {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rowBox__4elem--reverse:before {
	content: '';
	width: calc(25% - 20px);
	display: block;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.rowBox__4elem--reverse:after {
	content: '';
	width: calc(25% - 20px);
	display: block;
}

.rowBox__4elem--reverse .boxInner {
	margin: 10px 0;
	width: calc(25% - 20px);
}


/*----------------------------------------
	index
----------------------------------------*/

/* main visual */

.mainVisual {
	margin-bottom: 60px;
}

.mainVisual__inner {
	width: 100%;
	position: relative;
	z-index: 0;
	background: #FFFFFF;
}

.mainVisual__inner:after {
	content: '';
	width: 100%;
	height: 6px;
/*	background: rgba(0, 0, 0, 0.15);*/
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
}

.mainVisual__inner .vegas-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mainVisual__hl__R {
	line-height: 160%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: calc(50%);
	color: #ffffff;
	font-size: 52px;
	font-size: 3.25rem;
	letter-spacing: .02em;
	font-weight: 700;
	z-index: 1;
	pointer-events: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.mainVisual__hl__L {
	margin: 0 15px;
/*	padding-bottom: 40px;*/
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: calc(25%);
	color: #ffffff;
	font-size: 52px;
	font-size: 3.25rem;
	letter-spacing: .02em;
	font-weight: 700;
	z-index: 1;
	pointer-events: none;
}

.mainVisualList__item {
	height: 560px !important;
	background-position: center;
	background-size: cover;
}

.mainVisualList__item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.mainVisualList__item a:hover:before {
	background: rgba(255, 255, 255, 0.2);
}

.mainVisualList__item a:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.mainVisualList__item img {
	display: none;
	vertical-align: bottom;
}

/* index contents */

.indexContents {
	margin: 0;
}

.indexContents .container {
	width: auto;
	max-width: 1100px;
}

.topNews {
	margin: -60px 0 -80px;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position:relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	background-image: url(../img/common/bg_arches.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* 左右の影 */
.topNews::before,
.topNews::after{
	content:"";
	position: absolute;
	z-index: -1;/*影を下の層に持っていく*/
	bottom: 10px;
	display: block;
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 5px #999;
}
 
/*　左側の影 */
.topNews::before{
	left: 9px;
	transform:rotate(-2deg);
}
 
/*　右側の影 */
.topNews::after{
	right: 9px;
	transform:rotate(2deg);
}

.topNews__box {
	width: 12%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	background: #000000;*/
	border-right: #ccc solid thin;
}

.topNews__box .topNews__hl {
	margin: 0 auto;
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	position: relative;
	text-align: center;
}

.topNews__box .topNews__hl:after {
	content: '';
	width: 50px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.topNews__box .topNews__hl a {
  color: #007BBB;
  text-decoration: none;
}

.topNews__box .topNews__hl span {
	margin-top: 5px;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #000000;
	font-weight: 500;
	line-height: 100%;
}

@media only screen and (min-width: 1000px) {
.topNewsList {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}

.topNewsList.box4 {
	height: 240px;
	overflow-y: scroll;
	min-width: 350px;
	max-width: 38%;
}

.topNewsList__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topNewsList__figure {
	width: 120px;
	height: auto;
}

.topNewsList__figure img {
	vertical-align: bottom;
}

.topNewsList__detail {
	width: 100%;
}

.topNewsList__detail a {
	padding: 10px 40px 10px 10px;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #000000;
	position: relative;
}

.topNewsList__detail a:after {
	content: '';
	background: rgba(0,123,187,.03);
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.topNewsList__detail a:hover:after {
	width: 100%;
}

.topNewsList__detail a:hover .topNewsList__hl {
	color: #48A0CE;
}

.topNewsList__detail a:hover .fas {
	right: 15px;
	color: #007BBB;
}

.topNewsList__detail a .fas {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.topNewsList__hl {
	margin: 5px 0 0;
	width: 100%;
	line-height: 130%;
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 1;
}

.topNewsList__meta {
	margin-bottom: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	z-index: 1;
}

.topNewsList__date {
padding-right: 10px;
	line-height: 20px;
	font-size: 14px;
	font-size: 0.875rem;
	color: rgb(51, 51, 51);
}

.topNewsList__category {
	margin: 0;
	padding: 0 6px;
	height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #757575;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #333333 !important;
	white-space: nowrap;
}

.topNewsList__delivered {
	margin: 0;
	padding: 0 8px;
	height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	border: 1px solid #757575;*/
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #fff !important;
	background:#e597b2;
}

.topNewsList__delivery {
	margin: 0;
	padding: 0 8px;
	height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	border: 1px solid #757575;*/
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #fff !important;
	background:	#89c3eb;
}

.topNewsList__reserve {
	margin: 0;
	padding: 0 8px;
	height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	border: 1px solid #757575;*/
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #fff !important;
	background:	#98d98e;
}

.topNewsList__offer {
	margin: 0;
	padding: 0 8px;
	height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	border: 1px solid #757575;*/
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #fff !important;
	background:	#89c3eb;
}

.topNewsList__noEntry {
	margin: 0;
	padding: 10px;
	background: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.new_s {
/*	display: inline-block;
	position: absolute;*/
	width: 20px;
	height: 20px;
/*	top: 0px;
	right: 0px;*/
	margin: 0 0 0 10px;
}

.new_s img {
	box-shadow: none;
}

.indexContainer {
	margin: 0 auto;
	max-width: 1100px;
}

.boxInner__top--right {
	padding: 0 5% 0 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxInner__top--left {
	padding: 0 3% 0 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*----------------------------------------
	menu
----------------------------------------*/

.menuTable {
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menuTable th,
.menuTable td {
	padding: 13px 13px 13px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 140%;
	vertical-align: top;
	font-weight: 500;
}

.menuTable th {
	width: 75%;
}

.menuTable td {
	padding-right: 0;
	width: 25%;
	white-space: nowrap;
	text-align: right;
}

.menuTable tbody:nth-of-type(n+2) {
	margin-top: -1px;
}

.menuTable.rowBox__3elem .boxInner,
.menuTable.rowBox__2elem .boxInner {
	margin: -1px 0 0;
}

.menuTable.rowBox__3elem th,
.menuTable.rowBox__2elem th {
	width: 100%;
}

.menuTable.rowBox__3elem--reverse .boxInner,
.menuTable.rowBox__2elem--reverse .boxInner {
	margin: -1px 0 0;
}

.menuTable.rowBox__3elem--reverse th,
.menuTable.rowBox__2elem--reverse th {
	width: 100%;
}

/*----------------------------------------
	shop
----------------------------------------*/

.shopInfo {
	margin: 0;
}

.shopInfo dt {
	margin: 0;
}

.shopInfo dd {
	margin: 0 0 15px;
}

#map {
	width: 100%;
	height: 480px;
}

#map .gm-style-iw {
	color: #333333;
}

/*----------------------------------------
	news
----------------------------------------*/

.entryContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.entryArea {
	margin-left: auto;
	padding-bottom: 80px;
	width: 71%;
}

.entryList {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.entryList__eyeCatch {
	margin: 0 auto;
	max-width: 300px;
}

#News .entryList__eyeCatch img {
	max-width: 250px;
}

.entryList__eyeCatch a:hover {
	opacity: .6;
}

.entryList__outline {
	margin: 0 15px;
	width: 100%;
	position: relative;
}

.entryList__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entryList__hl {
	margin: 10px 0;
	padding: 0 10px 10px;
	width: 100%;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
	font-family: "M PLUS 1p", sans-serif, serif;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: left;
	font-weight: 500;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.entryList__hl a {
	color: #007BBB;
	text-decoration: none;
}

.entryList__hl a:hover {
	color: #000000;
}

.entryList__date {
	padding: 0 10px;
	color: #757575;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.entryList__category,
.entryList__delivered,
.entryList__delivery,
.entryList__reserve,
.entryList__offer
 {
	margin: 0 0 0 10px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.entry__tag {
	margin-left: 10px;
	order: 1;
}

.entryList__delivered a:visited,
.entryList__delivery a:visited,
.entryList__reserve a:visited,
.entryList__offer a:visited
 {
color:#ffffff !important;
}
.entryList__category {
	padding: 6px 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 3px;
	border: thin solid #ccc;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}
.entryList__category a {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
	text-decoration: none;
}

.entryList__category a:hover {
	background: #ffffff;
	color: #007BBB !important;
	outline:none;
}

.entryList__delivered a {
	padding: 6px 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 3px;
	border: thin solid #e597b2;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	background:#e597b2;
}

.entryList__delivered a:hover {
	background: #ffffff;
	border: thin solid #ccc;
	color: #007BBB !important;
}

.entryList__delivery a {
	padding: 6px 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 3px;
	border: thin solid #89c3eb;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	background:	#89c3eb;
}

.entryList__delivery a:hover {
	background: #ffffff;
	border: thin solid #ccc;
	color: #007BBB !important;
}

.entryList__reserve a {
	padding: 6px 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 3px;
	border: thin solid #98d98e;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	background:	#98d98e;
}

.entryList__reserve a:hover {
	background: #ffffff;
	border: thin solid #ccc;
	color: #007BBB !important;
}

.entryList__offer a {
	padding: 6px 10px;
	line-height: 100%;
	display: inline-block;
	border-radius: 3px;
	border: thin solid #89c3eb;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	background:	#89c3eb;
}

.entryList__offer a:hover {
	background: #fff;
	border: thin solid #ccc;
	color: #007BBB !important;
}

.entryList__advance a:hover {
	background: #fff;
	border: thin solid #ccc;
	color: #007BBB !important;
}
.entryList__available a:hover {
	background: #fff;
	border: thin solid #ccc;
	color: #007BBB !important;
}

.entryList__body {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.entryList__excerpt {
	margin: 0;
}

.entryList__more {
    margin-left: auto;
    margin-right: 10px;
}

.entryList__more i {
	margin-right: 5px;
	display: inline-block;
/*	color: #558b2f;*/
	font-size: 12px;
	font-size: 0.75rem;
}

.entryList__more a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.entryList__more a:hover i {
/*	color: #000000;*/
}

.entryArea__detail {
	padding-bottom: 0;
}

.entry {
	padding-bottom: 80px;
}

.entry:last-child {
	padding-bottom: 20px;
}

.entry__header {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entry__hl {
	margin: 10px 0 15px;
	padding: 0 10px 15px;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 130%;
	text-align: left;
	order: 3;
}

.entry__date {
	padding: 0 15px 0 0;
	color: #757575;
}

.entryList__tag {
	padding: 10px 0 0 10px;
	color: #000;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

.entrySns {
	margin: 5px 0 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
	gap: 10px;
}

.entrySns__item {
    list-style: none;
}
.entrySns__item:last-child {
    margin-right: 0px;
}
.entry__item {
    margin-right: 15px;
}

.fb-like.fb_iframe_widget {
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fb-share-button.fb_iframe_widget > span {
  vertical-align: top !important;
}

.entryBody,
.eyeCatch,
.post-body {
	margin: 20px 0 !important;
	padding: 0 10px;
	clear: both;
}
.eyeCatch {
    max-width: 400px;
}
.img-upEyeCatch {
	width: 300px;
}

.post-detail,
#post-detail {
	margin: 40px 0 !important;
	padding: 0 10px;
}

.entry__meta {
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.entryMetaList {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.entryMetaList__item {
	margin-right: 20px;
	font-size: 14px;
	font-size: 0.875rem;
	list-style: none;
}

.entryArchive__hl {
	margin: 0 0 40px;
	padding: 10px 15px;
	background: none;
	border-radius: 4px;
	font-family: "M PLUS 1p", sans-serif, serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #007BBB;
}
.entryArchive__hl,
.entryArchive__hl__koinu {
	margin: 0 0 40px;
	padding: 10px 15px;
	background: none;
	border-radius: 4px;
	font-family: "M PLUS 1p", sans-serif, serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #007BBB;
	position: relative;
}
.entryArchive__hl:before,
.entryArchive__hl__koinu:before {
margin-left: -50%;
content: '';
width: 100%;
height: 2px;
background: rgba(0,123,187,.3);
position: absolute;
bottom: 0;
left: 50%;
}
.tag {
	padding: 2px 0 0 10px;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

/*----------------------------------------
	contact
----------------------------------------*/

.mail-description {
	margin-bottom: 40px;
}

.alert-message {
	margin: 15px auto !important;
	padding: 10px 20px;
	color: #C30;
	font-weight: 500;
	border: 5px solid #C30;
}

.thanks {
	padding-bottom: 200px;
}

.requiredTag {
	margin-top: 2px;
	padding: 2px 5px;
	height: 21px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: #c62828;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	float: right;
}

.optionalTag {
	margin-top: 2px;
	padding: 2px 5px;
	height: 21px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: #424242;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	float: right;
}

.preContents {
	padding: 20px;
	line-height: 120%;
	background: #fafafa;
	border: 1px solid #eeeeee;
	border-radius: 3px;
}

.preContents .preContentsHead {
	margin-bottom: 2px;
	display: block;
	font-family: "M PLUS 1p", sans-serif, serif;
	font-weight: 500;
	color: #9e9e9e;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.preContents code {
	line-height: 120%;
	font-size: 12px;
	font-size: 0.75rem;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.colorList {
	margin: 30px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.colorList > li {
	margin: 0 10px 20px;
	width: calc(50% - 20px);
	list-style: none;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
}

.colorListSub {
	margin-top: 5px;
	padding: 0;
}

.colorListSub > li {
	padding: 6px 10px;
	line-height: 140%;
	list-style: none;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
}

.colorListSub > li b {
	font-weight: 500;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.allow {
	text-align: center;
	font-size: 1.875rem;
	color: rgb(0, 123, 187);
}

.setsumei {
	padding: 25px;
/*	background: rgba(0,123,187, 0.2) !important;*/
	background: #FBFAF5 !important;
	-webkit-border-radius: 5px;
}
.setsumei_note {
	font-weight: 500;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.bc-caption {
	max-width: 400px !important;
	width: 100% !important;
}

.bc-caption-text {
	text-align: center;
	font-weight: 500;
}

.entry p{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mail_category{
	list-style: none;
	padding-left: 0;
}

/*----------------------------------------
	pcf4プラグイン
----------------------------------------*/

/*.pcf4_yoyaku2 {
	 display: flex;
	margin: 0 10px 30px auto;
	text-align: right;
	pointer-events: none;
}*/

.entryList__meta .pcf4_yoyaku2,
.entryList__meta .pcf4_yoyaku1 {
	display: block;
	margin: 0;
	position: absolute;
	bottom: 	10px;
	left: 10px;
}

/*.entryList__meta .pcf4_yoyaku2 a,*/
.entryList__meta .pcf4_yoyaku1 a {
	padding: 13px 15px;
}

/*.pcf4_yoyaku2 a,
.pcf4_yoyaku2 a:visited {
	padding: 15px 17px;
	line-height: 100%;
	display: inline-block;
	border-radius: 25px;
	font-size: 16px;
	font-size: 1rem;
	color: #dbdbdb !important;
	text-align: center;
	text-decoration: none;
	background: rgba(245, 245, 245, 0.7);
	margin: 0 0 0 auto;
	pointer-events: none;
 }*/

.pcf4_yoyaku1 {
	margin: 0 10px 30px auto;
	text-align: right;
 }

.entryList__outline .pcf4_yoyaku1 {
 	display: block;
  margin: 10px auto 0 0;
  width: fit-content;
 }
	
.pcf4_yoyaku1 a,
.pcf4_yoyaku1 a:visited {
  padding: 6px 11px;
  line-height: 160%;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 123, 187, 0.7);
  margin: 0 0 0 auto;
 }

.pcf4_yoyaku1 a:hover {
	color: #ffffff !important;
	background: rgba(0, 123, 187, 0.5);
 }

.pcf4_yoyaku {
	display: none;
}
	 
#ui-datepicker-div {
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}

#MailMessageTime,
#MailMessageTime2 {
/*	margin-right: 100px;*/
width: calc(100% - 80px);
}

#MailMessageDate input[readOnly = true],
#MailMessageDate input[readonly="readonly"],
#MailMessageDate2 input[readOnly = true],
#MailMessageDate2 input[readonly="readonly"]
 {
	background-color: #FFF;
}

#MailMessageDate,
#MailMessageDate2 {
	width: calc(100% - 80px);
}

#FieldMessageDate .mail-before-attachment,
#FieldMessageDate2 .mail-before-attachment
 {
	width: 90px;
}

#FieldMessageTime .mail-before-attachment,
#FieldMessageTime2 .mail-before-attachment
 {
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

video {
	background-color: gray;
	width: 100%;
	max-width: 640px;
}


/*----------------------------------------
	other
----------------------------------------*/

@media only screen and (min-width: 1120px) {
.pcNone {
	display: none !important;
}
.spVisible {
	display: none;
}
.tabVisible {
	display: none;
} 
.familytxt {
	margin-top: -100px;
	margin-bottom: 80px;
	text-align: center;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	* Remove all paddings around the image on small screen
	*/

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media only screen and (max-width: 499px) {
.mainVisual {
	margin-bottom: 0px;
}
#FieldMessageName1,
#FieldMessageNameKana1,
#FieldMessageName2,
#FieldMessageNameKana2 {
	width: calc(50% - 5px);
}
#MailMessageNameKoinu,
#MailMessageTel {
	width: 100%;
}
#FieldMessageDate, #FieldMessageDate2 {
	width: 100%;
}
#FieldMessageTime, #FieldMessageTime2 {
	width: 100%;
}
#MailMessageTime,
#MailMessageTime2 {
/*	margin-right: 100px;*/
width: calc(100% - 80px);
}
#FieldMessageDate .mail-before-attachment,
#FieldMessageDate2 .mail-before-attachment,
#FieldMessageTime .mail-before-attachment,
#FieldMessageTime2 .mail-before-attachment {
	width: 80px;
	text-align: left;
	padding-right: 0px;
}
header {
	height: auto !important;
}
.blog__2elem {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog__2elem .boxInner {
	width: 100%;
	margin: 10px 0 20px;
}
.blog__2elem .image {
margin: 0px 10px;
max-width: 400px;
width: 100%;
}
.oyaken__2elem {
	margin: 20px 0 0;
}
.oyaken__2elem .boxInner {
	width: 100%;
	margin: 0 0 20px;
}
.box1{
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}
.box2{
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}
.box3{
-webkit-box-ordinal-group:3;
-ms-flex-order:3;
-webkit-order:3;
order:3;
} 
.box4{
-webkit-box-ordinal-group:4;
-ms-flex-order:4;
-webkit-order:4;
order:4;
} 
.entryList__tag {
	padding: 5px 0 0 0;
	color: #000;
}
.entry__meta {
	border-top: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding: 10px 0;
}
.w530 {
	width: 100%;
}
.fl {
	float: none;
}
.fr {
	float: none;
}
.spNone {
	display: none !important;
}
.tabVisible {
	display: none;
}
.pcVisible {
	display: none;
}
.breadcrumb nav {
	padding: 5px 0;
}
.blogComment {
	margin: 40px 0 0;
	padding: 10px;
}
.blogComment .submit {
	padding: 15px 0 10px;
}
.blogComment__hl {
	font-size: 16px;
	font-size: 1rem;
}
.blogCommentList {
	margin-bottom: 20px;
	padding: 0 10px 20px;
}
.blogCommentSend__hl {
	margin: 10px 0;
	font-size: 16px;
	font-size: 1rem;
}
#BlogCommentAddForm {
	padding: 10px 0 !important;
}
#BlogCommentAddForm input {
	width: 100%;
}
.authCaptcha__image {
	margin: 0 0 10px;
}
.resultMessage {
	padding: 15px 0;
	font-size: 16px;
	font-size: 1rem;
}
input:not([type='checkbox']):not([type='radio']),
textarea {
	-webkit-appearance: none;
}
.form-s {
	width: 100%;
}
.form-l {
	width: 100%;
}
.authCaptcha {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#MailMessageAuthCaptcha {
	width: 94%;
}
.headline {
	margin: 0 0 30px;
	font-size: 18px;
	font-size: 1.125rem;
}
.headline__underline {
	padding-bottom: 15px;
	font-size: 18px;
	font-size: 1.125rem;
}
.headline__underline:before {
	margin-left: -15px;
	width: 30px;
}
.headline__underline--left {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
}
.headline__underline--left:before {
	width: 30px;
}
.headline__underline--right {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
}
.headline__underline--right:before {
	width: 30px;
}
.headline__sideBorder--text {
	margin: 0 10px;
}
.headline__sideBorder--line {
	width: 20px;
}
.headline__fs--xs {
	font-size: 16px;
	font-size: 1rem;
}
.headline__fs--s {
	font-size: 20px;
	font-size: 1.25rem;
}
.headline__fs--m {
	font-size: 22px;
	font-size: 1.375rem;
}
.headline__fs--l {
	font-size: 26px;
	font-size: 1.625rem;
}
.headline__fs--xl {
	font-size: 30px;
	font-size: 1.875rem;
}
.pagination {
	padding-bottom: 40px;
}
.pagination span {
	margin: 0;
}
/*.pagination .prev,
.pagination .next {
	margin: 8px auto;
	padding: 5px 10px;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}*/
.contentsNavi {
	margin: 20px 10px 40px;
}
.pagetop {
	bottom: 40px;
	right: 10px;
}
.pagetop a {
	width: 40px;
	height: 40px;
}
.baseTable th,
.baseTable td {
	padding: 12px 8px;
}
.baseTable__sp tr {
	display: block;
	width: 100%;
}
.baseTable__sp th,
.baseTable__sp td {
	margin-top: -1px;
	display: block;
	width: 100%;
}
body {
	font-size: 14px;
	font-size: 0.875rem;
}
a:hover {
	opacity: 1 !important;
}
a:hover img {
	opacity: 1 !important;
}
.container {
	width: auto;
	padding: 0 15px;
}
.contents {
	padding-bottom: 50px;
}
.contentsTitle {
	margin-bottom: 30px;
}
.contentsTitle__hl {
	height: 100px;
	font-size: 22px;
	font-size: 1.375rem;
}
.section {
	margin: 40px 0;
}
.section__hl {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
}
.section__hl:before {
	margin-left: -25%;
	width: 50%;
}
.section__hl--left {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
}
.section__hl--left:before {
	margin-left: 0;
}
.section__hl--right {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 20px;
	font-size: 1.25rem;
}
.section__hl--right:before {
	margin-left: 0;
}
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}
.hTop {
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background: rgba(0,123,187,.7) !important;
}
.hTop__hl {
	margin: 10px 5px 10px 10px;
}
.hTop__hl svg {
	max-height: 44px;
	margin-left: 5px;
	fill: #fff;
}
.hTop__contents {
	margin: 0 0 0 auto;
}
.hContact {
	margin: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hContact__item--btn {
	margin: 0 0 0 5px;
}
.hContact__item--tel {
	margin:	0px;
}
.hContact__item--hour {
	display: none;
}
.hContact__btn {
	padding: 0;
	background: none !important;
	border: none !important;
}
.hContact__btn:hover .fa {
	color: #FFF;
}
.hContact__btn .fa {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
}
.hContact__btn {	
		width: 35px;
	height: 35px;
}
.hContact__btn--text {
	display: none;
}
.hContact__tel {
	pointer-events: auto;
}
.hContact__tel .fa {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	color: #FFF;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	position: static;
}
.hContact__tel--num {
	display: none;
}
.spMenu__btn {
	margin: 0 15px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav.gNav {
	width: 100%;
	height: 100vh;
	display: none;
	background: rgba(255, 255, 255, 0.5) !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
nav.gNav:after {
	display: none;
}
nav.gNav ul li + li a {
	background: none;
}
nav .nav-menu__box {
	width: 260px;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-webkit-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-moz-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-ms-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
nav .nav-menu {
	padding-bottom: 220px;
	width: 100%;
	display: block;
}
nav .nav-item {
	width: 100%;
	border-right: none;
}
nav .nav-item:first-child {
	border-left: none;
}
nav .nav-item > a {
	padding: 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 48px;
}
nav .nav-item > a:after {
	display: none;
}
nav .nav-item.current > a:before {
	display: none;
}
nav .nav-menu__sub {
	display: block !important;
	position: static;
	border: none;
	width: 100%;
}
nav .nav-menu__sub .menu-content {
	padding: 0;
	background: none;
	list-style: none;
	border-radius: none;
	margin-top: 0px;
}
nav .nav-menu__sub .menu-content > a {
	padding: 0 20px 0 35px;
	height: 48px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
nav .nav-menu__sub .menu-content > a:after {
	display: none;
}
.fContact {
	padding: 40px 15px;
	height: auto;
}
.fContact__hl {
	font-size: 24px;
	font-size: 1.5rem;
}
.fContact__tel {
	font-size: 36px;
	font-size: 2.25rem;
}	
.fContact__tel a {
	color: #FFF !important;
}
.fContact__btn .btn {
	font-size: 18px;
	font-size: 1.125rem;
}
footer {
	padding: 20px 0;
}
footer .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.fLeft {
	width: auto;
	text-align: center;
}
.shopName {
	margin: 20px auto 0;
}
.fAddress {
	margin: 10px auto 0;
	text-align: left;
}
.fAddress dt {
	width: 58px;
	font-size: 12px;
	font-size: 0.75rem;
}
.fAddress dd {
	padding-left: 58px;
	font-size: 12px;
	font-size: 0.75rem;
}
.fRight {
	width: 100%;
}
.footer_menuList ul.nav-menu.ul-level-1 {
    padding: 0px;
}
.snsList {
	margin: 30px 0 0;
}
.copy {
	margin-top: 10px;
	padding-top: 15px;
	width: 100%;
}
.sideNav {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}
.colBox {
	margin: 50px 0;
}
.colBox__bgColor {
	padding: 40px 0;
}
.contents__hl {
	margin: 15px 0 20px;
	padding-right: 10px;
	font-size: 24px;
	font-size: 1.5rem;
}
.rowBox__2elem {
	margin: 0 15px;
	display: block;
}
.rowBox__2elem .boxInner {
	margin: 10px 0;
	width: 100%;
}
 .colBox .rowBox__2elem .boxInner {
	margin: 10px 0;
	width: 100%;
}
.rowBox__2elem--reverse {
	margin: 0 15px;
	display: block;
}
.rowBox__2elem--reverse .boxInner {
	margin: 20px 0;
	width: 100%;
}
.rowBox__3elem {
	margin: 0;
	display: block;
}
.rowBox__3elem:after {
	display: none;
}
.rowBox__3elem .boxInner {
	margin: 20px 0;
	width: 100%;
}
.rowBox__3elem--reverse {
	margin: 0;
	display: block;
}
.rowBox__3elem--reverse:after {
	display: none;
}
.rowBox__3elem--reverse .boxInner {
	margin: 20px 0;
	width: 100%;
}
.rowBox__4elem {
	margin: 0;
	display: block;
}
.rowBox__4elem:before {
	display: none;
}
.rowBox__4elem:after {
	display: none;
}
.rowBox__4elem .boxInner {
	margin: 20px 0;
	width: 100%;
}
.rowBox__4elem--reverse {
	margin: 0;
	display: block;
}
.rowBox__4elem--reverse:before {
	display: none;
}
.rowBox__4elem--reverse:after {
	display: none;
}
.rowBox__4elem--reverse .boxInner {
	margin: 10px 0;
	width: 100%;
}
.mainVisual__hl__L {
	font-size: 28px;
	font-size: 1.75rem;
	top: 0;
	bottom: 30px;
	left: 0;
	right: 0;
}
.mainVisual__hl__R {
	font-size: 28px;
	font-size: 1.75rem;
	top: 0;
	bottom: 40px;
	left: calc(40%);
	right: 0;
}

@-webkit-keyframes animationSample {
0% {
	opacity: 0;
	bottom: -50px;
}
100% {
	opacity: 1;
	top: 0px;
}
}

@keyframes animationSample {
0% {
	opacity: 0;
	bottom: -50px;
}
100% {
	opacity: 1;
	top: 0px;
}
}

.mainVisualList__item {
	height: 260px !important;
}
.indexContents {
	margin: 0 0 20px;
}
.topNews {
	margin: -30px 0 -20px;
	padding: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.topNews__box {
	padding: 16px 0;
	width: 100%;
	border-bottom: thin solid rgb(204, 204, 204);
	border-right: none;
}
.topNews__box .topNews__hl {
	font-size: 17px;
	font-size: 1.0625rem;
}
.topNews__box .topNews__hl span {
	font-size: 10px;
	font-size: 0.625rem;
}
.topNewsList {
	margin-top: 10px;
	width: 100%;
}
.topNewsList__item:last-child {
	margin-bottom: 0;
}
.topNewsList.box4 {
	max-width: initial;
}
.topNewsList__detail a {
	padding: 10px 30px 10px 10px;
}
.topNewsList__detail a .fas {
	right: 10px;
}
.topNewsList__date {
	padding-right: 5px;
}
.new_s {
	margin: 0 0 0 5px;
}
.topNewsList__hl {
	margin: 5px 0 !important;
	width: 100%;
}
.menuTable {
	margin-bottom: 0;
}
.menuTable tr {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.menuTable th,
.menuTable td {
	padding: 10px 15px 10px 0;
	font-size: 13px;
	font-size: 0.8125rem;
}
.menuTable td {
	width: auto;
}
#map {
	height: 300px !important;
}
.entryContainer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.entryArea {
	padding-bottom: 20px;
	width: 100%;
}
.entryList {
	margin: 40px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.entryList__eyeCatch {
	margin: 0 auto;
	width: 100%;
	float: none;
	display: flex;
	justify-content: center;
}
.entryList__outline {
	margin: 15px auto 0;
	width: 100%;
	float: none;
}
.entryList__hl {
	padding: 0 0 10px;
	font-size: 18px;
	font-size: 1.125rem;
}
.entryList__date {
	padding: 0px;
}
.entryList__category a {
	padding: 6px 8px;
	font-size: 11px;
	font-size: 0.6875rem;
}
.entryList__body {
	padding: 0px;
}
.entryList__more {
	margin-top: 10px;
}
.entry {
	padding-bottom: 40px;
}
.entry__header {
	margin-bottom: 0;
}
.entry__hl {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 0px 0px 15px;
}

.entrySns li {
	margin: 0px;
	}
.entrySns {
/*	justify-content: space-between;*/
	margin: 5px 0 0 0;
	width: 100%;
}
.entrySns__item {
    list-style: none;
    margin-right: 5px;
}
.entrySns__item:last-child {
    margin-right: 0px;
}
.entry__item {
    margin-right: 15px;
}
.entryArchive__hl {
	font-size: 16px;
	font-size: 1rem;
}
.entryArchive__hl__koinu {
	font-size: 18px;
	font-size: 1.125rem;
}
.mail-description {
	margin-bottom: 20px;
}
.thanks {
	padding-bottom: 40px;
}
.colorList {
	margin: 20px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.colorList > li {
	margin: 0 0 20px;
	width: 100%;
}
.colorListSub > li {
	font-size: 10px;
	font-size: 0.625rem;
}
.familytxt {
margin:-10px 25px 30px;
}
.blog__2elem .image {
margin:0 auto;
}
.oyaken__2elem .image {
margin:0 auto;
}
.entryBody, .eyeCatch, .post-body {
    margin: 20px auto !important;
    clear: both;
    padding: 0px;
}
.eyeCatch {
	text-align: center;
}
.bc-caption {
	margin: 0 auto;
}
.fContact:before {
	background: rgba(0,123,187, 0.3);
}
.btn__submit, 
.btn__reset {
	font-size: 0.875rem;
	height: 50px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/theme/honpo/img/common/angle-down-solid.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	padding-right: 30px;
}

.bc-blog-categoryTag a {
	font-size: 14px !important;
	font-size: 0.875rem !important;
	text-decoration: none;
	}

.snsList {
	margin: 10px 0 30px;
}
.snsList li {
    margin: 0 auto;
    list-style: none;
}
.footer_menuList ul.menu.ul-level-1 {
    column-gap: 0px;
    margin: 0px;
    padding: 0px;
}
.footer_menuList ul li a {
    font-size: .75rem;
}
}

@media only screen and (max-width: 350px) {
.bc-caption {
width: 100% !important;
}
.hTop__hl svg {
fill: none;
}
.mainVisual__hl__R {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: .01em;
}
.submit input {
	margin: 0px 5px;
}
.btn__submit, .btn__reset {
	font-size: 0.875rem;
	height: 50px;
}
.fContact__tel {
	font-size: 18px;
	font-size: 2rem;
	line-height: 150%;
}
.fContact__btn .btn {
	font-size: 1rem;
}
}

@media only screen and (min-width: 500px) and (max-width: 1119px) {
.w530 {
	width: 48.18%;
}
.tabNone {
	display: none !important;
}
.spVisible {
	display: none;
}
.pcVisible {
	display: none;
}
.authCaptcha__image {
	margin: 0 20px 10px 0;
}
	a:hover {
	opacity: 1 !important;
}
	a:hover img {
	opacity: 1 !important;
}
.container,
.rowBox__2elem,
.rowBox__2elem--reverse {
	width: auto;
	padding: 0 20px;
}
.section {
	margin: 60px 0;
}
.hContact {
	margin-right: 20px;
}

.hContact__tel {
	pointer-events: auto;
}

nav .nav-menu__sub .menu-content {
	padding: 0;
	background: rgba(0,123,187,.7);
	list-style: none;
	border-radius: 5px;
	margin-top: 3px;
}

nav .nav-menu__sub .menu-content > a {
	height: 48px;
	background: rgba(255, 255, 255, 0.1);
}
.entrySns__item {
    list-style: none;
    margin-right: 5px;
}
.entrySns__item:last-child {
    margin-right: 0px;
}
.entry__item {
    margin-right: 15px;
}
.entrySns__item {
	margin: 0px;
}
.familytxt {
margin:-50px 25px 50px;
}
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
.mainVisual {
	margin-bottom: 0px;
}
#FieldMessageName1,
#FieldMessageNameKana1,
#FieldMessageName2,
#FieldMessageNameKana2 {
	width: calc(50% - 5px);
}
#MailMessageNameKoinu,
#MailMessageTel {
	width: 100%;
}
#FieldMessageDate, #FieldMessageDate2,
#FieldMessageTime, #FieldMessageTime2	{
	width: 100%;
}
#FieldMessageDate .mail-before-attachment,
#FieldMessageDate2 .mail-before-attachment,
#FieldMessageTime .mail-before-attachment,
#FieldMessageTime2 .mail-before-attachment {
	width: 90px;
	text-align: left;
	padding-right: 0px;
}
header {
	height: auto !important;
}
.blog__2elem .boxInner {
	width: 100%;
	margin: 0px 20px;
}
.oyaken__2elem {
	margin: 20px 0 0;
}
.oyaken__2elem .boxInner {
	width: 100%;
	margin: 0 0 20px;
}
.box1{
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}
.box2{
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}
.box3{
-webkit-box-ordinal-group:3;
-ms-flex-order:3;
-webkit-order:3;
order:3;
} 
.box4{
-webkit-box-ordinal-group:4;
-ms-flex-order:4;
-webkit-order:4;
order:4;
} 
.entrySns {
	margin: 5px 0 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.entry__meta {
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
}
.w530 {
	width: 100%;
}
.fl {
	float: none;
}
.fr {
	float: none;
}
.blogCommentSend__hl {
	margin: 10px 0;
}
#BlogCommentAddForm {
	padding: 10px 0 !important;
}
#BlogCommentAddForm input {
	width: 100%;
}
input:not([type='checkbox']):not([type='radio']),
textarea {
	-webkit-appearance: none;
}
.form-s {
	width: 100%;
}
.form-l {
	width: 100%;
}
.authCaptcha {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#MailMessageAuthCaptcha {
	width: 96%;
}
.headline {
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 1.5rem;
}
.headline__underline {
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}
.headline__underline--left {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}
.headline__underline--right {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}
.headline__sideBorder--text {
	margin: 0 15px;
}
.headline__sideBorder--line {
	width: 30px;
}
.headline__fs--xs {
	font-size: 17px;
	font-size: 1.0625rem;
}
.headline__fs--s {
	font-size: 22px;
	font-size: 1.375rem;
}
.headline__fs--m {
	font-size: 26px;
	font-size: 1.625rem;
}
.headline__fs--l {
	font-size: 31px;
	font-size: 1.9375rem;
}
.headline__fs--xl {
	font-size: 36px;
	font-size: 2.25rem;
}
.contentsNavi {
	margin: 20px 10px 40px;
}
.baseTable__sp tr {
	display: block;
	width: 100%;
}
.baseTable__sp th,
.baseTable__sp td {
	margin-top: -1px;
	display: block;
	width: 100%;
}
.contentsTitle {
	margin-bottom: 60px;
}
.contentsTitle__hl {
	height: 130px;
	font-size: 26px;
	font-size: 1.625rem;
}
.section__hl {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}
.section__hl--left {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}
.section__hl--right {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 1.5rem;
}
	header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}
.hTop {
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background: rgba(0,123,187,.7) !important;
}
.hTop__hl {
	margin: 10px 5px 10px 10px;
}
.hTop__hl svg {
	max-height: 56px;
	margin-left: 5px;
	fill: #fff;
}
.hTop__contents {
	margin: 0 0 0 auto;
}
.hContact {
	margin: 0 !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hContact__item--btn {
	margin: 0 5px;
}
.hContact__item--tel {
	margin: 0 5px;
}
.hContact__item--hour {
	display: none;
}
.hContact__btn {
	padding: 0;
	background: none !important;
	border: none !important;
}
.hContact__btn:hover .fa {
	color: #FFF;
}
.hContact__btn .fa {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font-size: 18px;
	font-size: 1.125rem;
}
.hContact__btn--text {
	display: none;
}
.hContact__tel .fa {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	color: #FFF;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1.125rem;
	position: static;
}
.hContact__tel--num {
	display: none;
}
.spMenu__btn {
	margin: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav.gNav {
	width: 100%;
	height: 100vh;
	display: none;
	background: rgba(255, 255, 255, 0.5) !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
nav.gNav:after {
	display: none;
}
nav.gNav ul li + li a {
	background: none;
}
nav .nav-menu__box {
	width: 260px;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-webkit-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-moz-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-ms-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
nav .nav-menu {
	padding-bottom: 220px;
	width: 100%;
	display: block;
}
nav .nav-item {
	width: 100%;
	border-right: none;
}
nav .nav-item:first-child {
	border-left: none;
}
nav .nav-item > a {
	padding: 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 48px;
}
nav .nav-item > a:after {
	display: none;
}
nav .nav-item.current > a:before {
	display: none;
}
nav .nav-menu__sub {
	display: block !important;
	position: static;
	border: none;
}
nav .nav-menu__sub .menu-content > a {
	padding: 0 20px 0 35px;
	height: 48px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
nav .nav-menu__sub .menu-content > a:after {
	display: none;
}
nav .nav-menu__sub .menu-content {
	padding: 0;
	background: none;
	list-style: none;
	border-radius: none;
	margin-top: 0px;
	}
.fContact {
	padding: 60px 15px;
	height: auto;
}
.fContact__tel {
	font-size: 36px;
	font-size: 2.25rem;
}	
.fContact__tel a {
	color: #FFF !important;
}
footer {
	padding: 30px 0 20px;
}
footer .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.fLeft {
	width: auto;
	text-align: center;
}
.shopName {
	margin: 20px auto 0;
}
.fAddress {
	margin: 10px auto 0;
	text-align: left;
}
.fRight {
	width: 100%;
}
.footer_menuList ul.nav-menu.ul-level-1 {
    padding: 0px;
}
.snsList {
	margin: 10px 0 30px;
}
.copy {
	margin-top: 10px;
	padding-top: 15px;
	width: 100%;
}
.sideNav {
	width: 100%;
	float: none;
}
.colBox {
	margin: 60px 0;
}
.colBox__bgColor {
	padding: 70px 0;
}
.contents__hl {
	margin: 15px 0 20px;
	font-size: 26px;
	font-size: 1.625rem;
}
.rowBox__2elem .boxInner {
	width: calc(45% - 10px);
}
.rowBox__2elem--reverse .boxInner {
	width: calc(45% - 10px);
}
.contents__readBox_left {
	margin: 0 auto;
	text-align: center;
}
.rowBox__3elem {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.rowBox__3elem:after {
	width: calc(33.33% - 15px);
}
.rowBox__3elem .boxInner {
	margin: 20px 0;
	width: calc(33.33% - 15px);
}
.rowBox__3elem--reverse {
	margin: 0;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.rowBox__3elem--reverse:after {
	width: calc(50% - 20px);
}
.rowBox__3elem--reverse .boxInner {
	margin: 20px 0;
	width: calc(50% - 20px);
}
.rowBox__4elem {
	margin: 0;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.rowBox__4elem .boxInner {
	width: calc(50% - 30px);
}
.rowBox__4elem--reverse {
	margin: 0;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.rowBox__4elem--reverse:before {
	width: calc(50% - 30px);
}
.rowBox__4elem--reverse:after {
	width: calc(50% - 30px);
}
.rowBox__4elem--reverse .boxInner {
	width: calc(50% - 30px);
}
.mainVisual__hl__L {
	font-size: 40px;
	font-size: 2.5rem;
	top: 0;
	bottom: 30px;
	left: 0;
	right: 0;
}
.mainVisual__hl__R {
	font-size: 40px;
	font-size: 2.5rem;
	top: 0;
	bottom: 40px;
	left: calc(40%);
	right: 0;
}

@-webkit-keyframes animationSample {
0% {
	opacity: 0;
	bottom: -50px;
}
100% {
	opacity: 1;
	top: 0px;
}
}

@keyframes animationSample {
0% {
	opacity: 0;
	bottom: -50px;
}
100% {
	opacity: 1;
	top: 0px;
}
}

.mainVisualList__item {
	height: 340px !important;
}
.indexContents {
	margin: 0 0 50px;
}
.topNews {
	margin: -40px 50px -20px;
	padding: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.topNews__box {
	padding: 20px 0;
	width: 100%;
	border-bottom: thin solid rgb(204, 204, 204);
	border-right: none;
}
.topNewsList {
	margin-top: 10px;
	width: 100%;
}
.topNewsList.box4 {
	max-width: initial;
}
.topNewsList__item:last-child {
	margin-bottom: 0;
}
.topNewsList__hl {
	margin: 0 0 5px !important;
	width: 100%;
}
.menuTable {
	margin-bottom: 0;
}
.menuTable tr {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#map {
	height: 400px !important;
}
.entryContainer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.entryArea {
	padding-bottom: 40px;
	width: 100%;
}
.thanks {
	padding-bottom: 80px;
}
.colorList {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.colorList > li {
	margin: 0 0 20px;
	width: 100%;
}
}

@media only screen and (min-width: 788px) and (max-width: 999px) {
.mainVisual {
	margin-bottom: 0px;
}
#FieldMessageName1,
#FieldMessageNameKana1,
#FieldMessageName2,
#FieldMessageNameKana2 {
	width: calc(50% - 5px);
}
#MailMessageNameKoinu,
#MailMessageTel {
	width: 100%;
}
header {
	height: auto !important;
}
.sideNav {
	width: 100%;
	float: none;
}
input:not([type='checkbox']):not([type='radio']),
textarea {
	-webkit-appearance: none;
}
.familytxt {
	margin-top: -50px;
	margin-bottom: 50px;
}
.form-s {
	width: 100%;
}
.form-l {
	width: 100%;
}
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}
.hTop {
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background: rgba(0,123,187,.7) !important;
	max-width:1299px;
}
.hTop__hl {
	margin: 10px 5px 10px 10px;
}
.hTop__hl svg {
	max-height: 66px;
	margin-left: 5px;
	fill: #fff;
}
.hTop__contents {
	margin: 0 0 0 auto;
}
.hContact {
	margin: 0 !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hContact__item--btn {
	margin: 0 5px;
}
.hContact__item--tel {
	margin: 0 5px;
}
.hContact__item--hour {
	display: none;
}
.hContact__btn {
	padding: 0;
	background: none !important;
	border: none !important;
}
.hContact__btn:hover .fa {
	color: #000000;
}
.hContact__btn .fa {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font-size: 18px;
	font-size: 1.125rem;
}
.hContact__btn--text {
	display: none;
}
.hContact__tel .fa {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #007BBB;
	color: #FFF;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1.125rem;
	position: static;
}
.hContact__tel--num {
	display: none;
}
.spMenu__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav.gNav {
	width: 100%;
	height: 100vh;
	display: none;
	background: rgba(255, 255, 255, 0.5) !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
nav.gNav:after {
	display: none;
}
nav.gNav ul li + li a {
	background: none;
}
nav .nav-menu__box {
	width: 260px;
	height: 100%;
	background:linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-webkit-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-moz-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	background:-ms-linear-gradient(0deg, rgba(0,123,187, 1), rgba(0,123,187, .8), rgba(0,123,187, 0.6));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
nav .nav-menu {
	padding-bottom: 220px;
	width: 100%;
	display: block;
}
nav .nav-item {
	width: 100%;
	border-right: none;
}
nav .nav-item:first-child {
	border-left: none;
}
nav .nav-item > a {
	padding: 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 48px;
}
nav .nav-item > a:after {
	display: none;
}
nav .nav-item.current > a:before {
	display: none;
}
nav .nav-menu__sub {
	top: 63px;
	width: 100%;
	display: block !important;
	position: static;
	border: none;
}
nav .nav-menu__sub .menu-content > a {
	padding: 0 20px 0 35px;
	height: 48px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
nav .nav-menu__sub .menu-content > a:after {
	display: none;
}
nav .nav-menu__sub .menu-content {
	padding: 0;
	background: none;
	list-style: none;
	border-radius: none;
	margin-top: 0px;
}
.fContact__tel {
	font-size: 42px;
	font-size: 2.625rem;
}
.colBox {
	margin: 90px 0;
}
.contents__hl {
	margin: 15px 0 20px;
	font-size: 28px;
	font-size: 1.75rem;
}
	
@-webkit-keyframes animationSample {
0% {
	opacity: 0;
	bottom: -50px;
}
100% {
	opacity: 1;
	top: 0px;
}
}

@keyframes animationSample {
0% {
	opacity: 0;
	bottom: -50px;
}
100% {
	opacity: 1;
	top: 0px;
}
}

.mainVisual__hl__L {
	font-size: 48px;
	font-size: 3rem;
	top: 0;
	bottom: 50px;
	left: 0;
	right: 0;
}
.mainVisual__hl__R {
	font-size: 48px;
	font-size: 3rem;
	top: 0;
	bottom: 60px;
	left: calc(40%);
	right: 0;
}
.mainVisualList__item {
	height: 420px !important;
}
.indexContents {
	margin: 0 0 50px;
}
.topNews {
	margin: -40px 50px -20px;
	padding: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.topNews__box {
	padding: 20px 0;
	width: 100%;
	border-bottom: thin solid rgb(204, 204, 204);
	border-right: none;
}
.topNewsList {
	margin-top: 10px;
	width: 100%;
}
.topNewsList.box4 {
	max-width: initial;
}
.topNewsList__item:last-child {
	margin-bottom: 0;
}
.topNewsList__hl {
	margin: 0 0 5px !important;
	width: 100%;
}
.entryContainer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.entryArea {
	padding-bottom: 40px;
	width: 100%;
}
.familytxt {
	margin-top: -100px;
	margin-bottom: 50px;
}
}

@media only screen and (min-width: 1000px) {
.mainVisualList__item {
	height: 560px !important;
	background-position: top;
	background-size: cover;
}

.mainVisual {
	position: relative;
	top: -84px;
	margin-bottom: 60px;
}

.gNav {
	background: none !important;
}
/*.gNav ul li {
	width: fit-content;
}*/

.gNav ul .nav-item.menu-content.li-level-1 {
	width: fit-content;
}
.nav-menu__box {
	background: rgba(0,123,187,.7) !important;
	border-radius: 5px;
}
}