/*common_css*/
@charset "utf-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: CSSをReset
02: /css/default.cssを変更
03: Default
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
	font-weight: normal;
	line-height: inherit;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 2px solid #1c1c1c;
}

img {
	border: none;
	line-height: 1.0;
}

b,
em,
i,
strong,
address {
	font-style: normal;
}

/** ================================================================================
		02./css/default.cssを変更
================================================================================ **/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
}

/** ================================================================================
		03.Default
================================================================================ **/
html {
	overflow: auto;
}

body {
	margin: 0 auto;
	min-width: 1000px;
	background: #ffffff;
	color: #000;
	font-size: 17px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	line-height: 1.5;

	-webkit-text-size-adjust: 100%;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

body {
	font-family: 'M PLUS 1p', sans-serif;
	padding: 88px 0 0;
	position: relative;
}

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

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.mincho {
	font-family: 'Noto Serif JP', serif;
}

.basic {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

p a {
	text-decoration: underline;
	color: #0059d0;
}

p a:hover {
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover img {
	/*opacity: 0.8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);*/
}

/**PC電話ボタン無効**/
a[href^="tel"],
a[href=""] {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	a[href^="tel"] {
		pointer-events: auto;
	}
}

.note_wrap p,
.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.note2 {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}

figure img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}
	body {
		overflow: hidden;
		position: relative;
		transform: none;
		padding-top: 0;
		font-size: 14px;
	}

	/**post制御**/
	p {
		word-break: break-all;
	}

	table {
		width: 100%;
		word-break: break-all;
	}

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

	/**post制御**/
}


/* -------------------------------------
ベーススタイル設定

1.clearfix,clear
2.font
3.float
4.text-align
5.margin
6.padding
-------------------------------------*/
/*0.clock */
.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.flex {
	display: flex;
}

/*1. clearfix,clear */

/* For modern browsers */
.cf:before,
.cf:after {
	display: block;
	overflow: hidden;
	content: "";
}

.cf:after {
	clear: both;
}

.clear {
	clear: both;
}

body .lh2 {
	line-height: 2.0;
}

/*2. font 必要なら追加　優先順位：高*/
body .fw_b {
	font-weight: bold;
}

body .fz12 {
	font-size: 12px;
}

body .fz13 {
	font-size: 13px;
}

body .fz14 {
	font-size: 14px;
}

body .fz16 {
	font-size: 16px;
}

body .fz18 {
	font-size: 18px;
	/*16*/
}

body .fz20 {
	font-size: 20px;
	/*16*/
}

body .fz22 {
	font-size: 22px;
	/*16*/
}

body .fz24 {
	font-size: 24px;
	/*18*/
}

body .fz26 {
	font-size: 26px;
	/*20*/
}

body .fz28 {
	font-size: 28px;
	/*20*/
}

body .fz30 {
	font-size: 30px;
	/*28*/
}

body .fz32 {
	font-size: 32px;
	/*28*/
}

body .fz35 {
	font-size: 32px;
	/*28*/
}

body .fz40 {
	font-size: 40px;
	/*36*/
}

body .fz44 {
	font-size: 44px;
	/*36*/
}

body .fz46 {
	font-size: 46px;
	/*40*/
}

body .fz54 {
	font-size: 54px;
	/*42*/
}

@media screen and (max-width: 768px) {
	body .fz18 {
		font-size: 16px;
		/*16*/
	}

	body .fz20 {
		font-size: 16px;
		/*16*/
	}

	body .fz22 {
		font-size: 16px;
		/*16*/
	}

	body .fz24 {
		font-size: 18px;
		/*18*/
	}

	body .fz26 {
		font-size: 20px;
		/*20*/
	}

	body .fz28 {
		font-size: 22px;
		/*20*/
	}

	body .fz30 {
		font-size: 22px;
		/*28*/
	}

	body .fz32 {
		font-size: 22px;
		/*28*/
	}

	body .fz35 {
		font-size: 22px;
		/*28*/
	}

	body .fz40 {
		font-size: 24px;
		/*36*/
	}

	body .fz44 {
		font-size: 26px;
		/*36*/
	}

	body .fz46 {
		font-size: 26px;
		/*40*/
	}

	body .fz54 {
		font-size: 28px;
		/*42*/
	}
}

/*3. float */
.f_L {
	display: inline;
	float: left;
}

.f_R {
	display: inline;
	float: right;
}

/*4. text-align 優先順位：高 */
body .t_R {
	text-align: right;
}

body .m_t_R {
	margin-left: auto;
	margin-right: 0;
}

body .t_L {
	text-align: left;
}

body .m_t_L {
	margin-right: auto;
	margin-left: 0;
}

body .t_C,
body .t_CL,
body .t_CR {
	text-align: center;
}

body .ai_c {
	align-items: center;
}

body .ai_fe {
	align-items: flex-end;
}

body .ai_fs {
	align-items: flex-start;
}

body .ai_s {
	align-items: stretch;
}

body .jc_c {
	justify-content: center;
}

body .jc_fs {
	justify-content: flex-start;
}

body .jc_sb {
	justify-content: space-between;
}

body .jc_sa {
	justify-content: space-around;
}

@media screen and (max-width: 768px) {
	body .t_CL {
		text-align: left;
	}

	body .t_CR {
		text-align: right;
	}
}

/*5. margin 必要なら追加　優先順位：高 */
body .m0 {
	margin: 0;
}

body .mb0 {
	margin-bottom: 0;
}

body .mb5 {
	margin-bottom: 5px;
}

body .mb10 {
	margin-bottom: 10px;
}

body .mb15 {
	margin-bottom: 15px;
}

body .mb20 {
	margin-bottom: 20px;
}

body .mb30 {
	margin-bottom: 30px;
}

body .mb40 {
	margin-bottom: 40px;
}

body .mb50 {
	margin-bottom: 50px;
}

body .mb80 {
	margin-bottom: 80px;
}

body .mb100 {
	margin-bottom: 100px;
}

body .mb150 {
	margin-bottom: 150px;
}

body .mt0 {
	margin-top: 0px;
}

body .mt5 {
	margin-top: 5px;
}

body .mt10 {
	margin-top: 10px;
}

body .mt15 {
	margin-top: 15px;
}

body .mt20 {
	margin-top: 20px;
}

body .mt30 {
	margin-top: 30px;
}

body .mt40 {
	margin-top: 40px;
}

body .mt50 {
	margin-top: 50px;
}

body .mt80 {
	margin-top: 80px;
}

body .mt100 {
	margin-top: 100px;
}

body .mt150 {
	margin-top: 150px;
}

body .ml0 {
	margin-left: 0;
}

body .ml5 {
	margin-left: 5px;
}

body .ml10 {
	margin-left: 10px;
}

body .ml15 {
	margin-left: 15px;
}

body .ml20 {
	margin-left: 20px;
}

body .ml30 {
	margin-left: 30px;
}

body .mr0 {
	margin-right: 0;
}

body .mr5 {
	margin-right: 5px;
}

body .mr10 {
	margin-right: 10px;
}

body .mr15 {
	margin-right: 15px;
}

body .mr20 {
	margin-right: 20px;
}

body .mr30 {
	margin-right: 30px;
}


@media screen and (max-width: 768px) {

	/*5. margin 30以上は1/2 */
	body .mb30 {
		margin-bottom: 15px;
	}

	body .mb40 {
		margin-bottom: 20px;
	}

	body .mb50 {
		margin-bottom: 25px;
	}

	body .mb80 {
		margin-bottom: 40px;
	}

	body .mb100 {
		margin-bottom: 50px;
	}

	body .mb150 {
		margin-bottom: 75px;
	}

	body .mt30 {
		margin-top: 15px;
	}

	body .mt40 {
		margin-top: 20px;
	}

	body .mt50 {
		margin-top: 25px;
	}

	body .mt80 {
		margin-top: 40px;
	}

	body .mt100 {
		margin-top: 50px;
	}

	body .mt150 {
		margin-top: 75px;
	}
}

/*6. padding 優先順位:高*/
body .p0 {
	padding: 0;
}

body .plr5 {
	padding: 0 5px;
}

body .plr10 {
	padding: 0 10px;
}

body .plr15 {
	padding: 0 15px;
}

body .plr20 {
	padding: 0 20px;
}

body .ptb10 {
	padding: 10px 0;
}

body .ptb20 {
	padding: 20px 0;
}

body .pall10 {
	padding: 10px;
}

body .pall20 {
	padding: 20px;
}

body .p0 {
	padding: 0;
}

body .pb0 {
	padding-bottom: 0;
}

body .pb5 {
	padding-bottom: 5px;
}

body .pb10 {
	padding-bottom: 10px;
}

body .pb15 {
	padding-bottom: 15px;
}

body .pb20 {
	padding-bottom: 20px;
}

body .pb30 {
	padding-bottom: 30px;
}

body .pb40 {
	padding-bottom: 40px;
}

body .pb50 {
	padding-bottom: 50px;
}

body .pb70 {
	padding-bottom: 70px;
}

body .pb80 {
	padding-bottom: 80px;
}

body .pb100 {
	padding-bottom: 100px;
}

body .pb150 {
	padding-bottom: 150px;
}

body .pt0 {
	padding-top: 0px;
}

body .pt5 {
	padding-top: 5px;
}

body .pt10 {
	padding-top: 10px;
}

body .pt15 {
	padding-top: 15px;
}

body .pt20 {
	padding-top: 20px;
}

body .pt30 {
	padding-top: 30px;
}

body .pt40 {
	padding-top: 40px;
}

body .pt50 {
	padding-top: 50px;
}

body .pt70 {
	padding-top: 70px;
}

body .pt80 {
	padding-top: 80px;
}

body .pt100 {
	padding-top: 100px;
}

body .pt150 {
	padding-top: 150px;
}

body .pl0 {
	padding-left: 0;
}

body .pl5 {
	padding-left: 5px;
}

body .pl10 {
	padding-left: 10px;
}

body .pl15 {
	padding-left: 15px;
}

body .pl20 {
	padding-left: 20px;
}

body .pl30 {
	padding-left: 30px;
}

body .pr0 {
	padding-right: 0;
}

body .pr5 {
	padding-right: 5px;
}

body .pr10 {
	padding-right: 10px;
}

body .pr15 {
	padding-right: 15px;
}

body .pr20 {
	padding-right: 20px;
}

body .pr30 {
	padding-right: 30px;
}

@media screen and (max-width: 768px) {
	body .pb20 {
		padding-bottom: 15px;
	}

	body .pb30 {
		padding-bottom: 20px;
	}

	body .pb40 {
		padding-bottom: 20px;
	}

	body .pb50 {
		padding-bottom: 25px;
	}

	body .pb70 {
		padding-bottom: 35px;
	}

	body .pb80 {
		padding-bottom: 40px;
	}

	body .pb100 {
		padding-bottom: 50px;
	}

	body .pb150 {
		padding-bottom: 75px;
	}

	body .pt20 {
		padding-top: 15px;
	}

	body .pt30 {
		padding-top: 20px;
	}

	body .pt40 {
		padding-top: 20px;
	}

	body .pt50 {
		padding-top: 25px;
	}

	body .pt70 {
		padding-top: 35px;
	}

	body .pt80 {
		padding-top: 40px;
	}

	body .pt100 {
		padding-top: 50px;
	}

	body .pt150 {
		padding-top: 75px;
	}
}


/* -------------------------------------
幅
-------------------------------------*/
body .w100p,
body .w1000,
body .w980,
body .w900,
body .w800,
body .w700,
body .w650,
body .w600 {
	margin-right: auto;
	margin-left: auto;
}

body .w100p {
	width: 100%;
}

body .w1000 {
	width: 1000px;
}

body .w980 {
	width: 980px;
}

body .w900 {
	width: 900px;
}

body .w800 {
	width: 800px;
}

body .w700 {
	width: 700px;
}

body .w650 {
	width: 650px;
}

body .w600 {
	width: 600px;
}

@media screen and (max-width: 768px) {

	body .w100p,
	body .w1000,
	body .w980,
	body .w900,
	body .w800,
	body .w700,
	body .w650,
	body .w600 {
		margin-right: auto;
		margin-left: auto;
	}

	body .w100p {
		width: 100%;
	}

	body .w1000 {
		width: 100%;
	}

	body .w980 {
		width: 100%;
	}

	body .w900 {
		width: 100%;
	}

	body .w800 {
		width: 100%;
	}

	body .w700 {
		width: 100%;
	}

	body .w650 {
		width: 100%;
	}

	body .w600 {
		width: 100%;
	}

	body .w100p>*,
	body .w1000>*,
	body .w980>*,
	body .w900>*,
	body .w800>*,
	body .w700>*,
	body .w650>*,
	body .w600>* {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	body .w100p>.max,
	body .w100p.max,
	body .w1000>.max,
	body .w1000.max,
	body .w980>.max,
	body .w980.max,
	body .w900>.max,
	body .w900.max,
	body .w800>.max,
	body .w800.max,
	body .w700>.max,
	body .w700.max,
	body .w650>.max,
	body .w650.max,
	body .w600>.max,
	body .w600.max {
		width: 100%;
	}
}

body .calc1000 {
	padding-right: calc((100% - 1000px) / 2);
	padding-left: calc((100% - 1000px) / 2);
}

body .calc980 {
	padding-right: calc((100% - 980px) / 2);
	padding-left: calc((100% - 980px) / 2);
}

@media screen and (max-width: 768px) {

	body .calc980,
	body .calc1000 {
		padding-right: 0;
		padding-left: 0;
	}

	body .calc980>.max,
	body .calc1000>.max {
		width: 100%;
	}

	body .calc980>*,
	body .calc1000>* {
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}
}

/* -------------------------------------
文字装飾
-------------------------------------*/
/**黄色マーカー**/
b.liner {
	background: -webkit-linear-gradient(transparent 50%, rgba(212, 168, 114, 0.4) 0%);
	background: linear-gradient(transparent 50%, rgba(212, 168, 114, 0.4) 0%);
	font-size: 1.2em;
}

b.liner:before,
b.liner:after {
	content: "";
	display: inline-block;
	width: 5px;
}

/* -------------------------------------
改行
-------------------------------------*/
.pc {}

.sp {
	display: none;
}

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

	.sp {
		display: block;
	}
}


/* -------------------------------------
横並びボックスの数
-------------------------------------*/
/**２つ並び**/
.box2C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box2C>* {
	width: 48%;
}

.box2C:after {
	display: block;
	width: 48%;
	content: "";
}

/**3つ並び**/
.box3C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box3C>* {
	width: 32%;
}

.box3C:after {
	display: block;
	width: 32%;
	content: "";
}

/**4つ並び**/
.box4C {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box4C>* {
	width: 24.5%;
}

.box4C:after,
.box4C:before {
	display: block;
	width: 24.5%;
	content: "";
}

.box4C:before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (max-width: 768px) {

	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	/**２つ並び**/
	.box2C {
		width: 100%;
	}

	.box2C.box1C_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.box2C.box2C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box2C.box1C_sp>* {
		width: 100%;
	}

	.box2C.box1C_sp:after {
		display: none;
	}

	.box2C.box2C_sp>*,
	.box2C.box2C_sp::after {
		width: 48%;
	}

	.box2C.box2C_sp.sp1c>*,
	.box2C.box2C_sp.sp1c::after {
		/*		min-width: 300px;*/
	}

	/**3つ並び**/
	.box3C {
		width: 100%;
	}

	.box3C.box1C_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.box3C.box2C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box3C.box3C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box3C.box1C_sp>* {
		width: 100%;
	}

	.box3C.box1C_sp:after {
		display: none;
	}

	.box3C.box2C_sp>*,
	.box3C.box2C_sp::after {
		width: 48%;
	}

	.box3C.box3C_sp>*,
	.box3C.box3C_sp::after {
		width: 31%;
	}

	/**4つ並び**/
	.box4C {
		width: 100%;
	}

	.box4C.box1C_sp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.box4C.box2C_sp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.box4C.box1C_sp>* {
		width: 100%;
	}

	.box4C.box2C_sp>* {
		width: 48%;
	}

	.box4C:after,
	.box4C:before {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	/* -------------------------------------
横並びボックスの数
-------------------------------------*/
	.sp1c {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column !important;
	}

	.sp1c>*,
	.sp1c::after {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

/* -------------------------------------
見出し+テキスト+画像
.h-text-img>
div>h+p
figure>img

.h-text-img　：　見出し+テキスト　画像右
.h-text-img.left　：　画像左　見出し+テキスト
.h-text-img.center　：　画像+見出し+テキスト　縦並び
-------------------------------------*/
/* -------------------------------------
配置･･･画像の位置が基準
-------------------------------------*/
.h-text-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*配置*/
.h-text-img.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.h-text-img.left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.h-text-img.center_t {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
}

.h-text-img.center_b {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

/*画像*/
.h-text-img figure {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.h-text-img.right figure {
	margin-left: 30px;
}

.h-text-img.left figure {
	margin-right: 30px;
}

.h-text-img.center_t figure {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.h-text-img.center_b figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.h-text-img figure.w50p {
	width: 50%;
}


/*テキスト領域*/
.h-text-img .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pdf {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}


@media screen and (max-width: 768px) {

	/*配置*/
	.h-text-img.right.top,
	.h-text-img.left.top,
	.h-text-img.center_b.top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*画像*/
	.h-text-img.right figure {
		margin-left: 20px;
	}

	.h-text-img.left figure {
		margin-right: 20px;
	}

	.h-text-img.center_t figure {
		margin-bottom: 20px;
	}

	.h-text-img.center_b figure {
		margin-top: 20px;
	}

	.h-text-img.right.top figure,
	.h-text-img.left.top figure {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	/*テキスト領域*/
	.pdf {
		margin: 20px auto;
	}
}

@media screen and (max-width: 480px) {

	/*配置*/
	.h-text-img.right,
	.h-text-img.left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*画像*/
	.h-text-img.right figure,
	.h-text-img.left figure {
		margin: 0 auto 16px;
	}

	.h-text-img figure.w50p {
		width: 100%;
	}
}

/* -------------------------------------
写真+テキスト
-------------------------------------*/
.img-text {}

.img-text figure {
	margin: 0 auto 20px;
	width: 980px;
}

.img-text .richtext {
	margin: 0 auto 40px;
	width: 700px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.img-text figure {
		width: 100%;
	}

	.img-text .richtext {
		width: 95%;
	}
}

/**------------------------------
互い違い（てれこ）画像右始まり
.tereco > * >
div>h+p
figure>img
------------------------------**/
.tereco {}

.tereco>* {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto;
}

.tereco>*:nth-child(even) {
	flex-flow: row-reverse;
}

.tereco>*>div {
	flex: 1;
}

.tereco figure {
	flex: none;
	margin: 0 0 0 30px;
}

.tereco>*:nth-child(even) figure {
	margin: 0 30px 0 0;
}

@media screen and (max-width:768px) {
	.tereco>* {
		flex-flow: column;
		margin: 20px auto;
	}

	.tereco>*:nth-child(even) {
		flex-flow: column;
	}

	.tereco figure,
	.tereco>*:nth-child(even) figure {
		margin: 20px 0
	}
}

/**------------------------------
互い違い（てれこ）画像左始まり
------------------------------**/
.tereco.left>* {
	flex-flow: row-reverse;
}

.tereco.left>*:nth-child(even) {
	flex-flow: row;
}

.tereco.left figure {
	margin: 0 30px 0 0;
}

.tereco.left>*:nth-child(even) figure {
	margin: 0 0 0 30px;
}

@media screen and (max-width:768px) {
	.tereco.left>* {
		flex-flow: column;
		margin: 20px auto;
	}

	.tereco.left>*:nth-child(even) {
		flex-flow: column;
	}

	.tereco.left figure,
	.tereco.left>*:nth-child(even) figure {
		margin: 20px 0
	}
}

/* -------------------------------------
テーブル
-------------------------------------*/
.table table {
	margin: 30px auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #aaa;
}

.table th,
.table td {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	background: #fff;
}

.table th {
	width: 25%;
	background: #f5f5f5;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {

	.table table,
	.table tbody,
	.table tr,
	.table th,
	.table td {
		display: block;
		border: none;
	}

	.table table {
		border-bottom: 1px solid #aaa;
	}

	.table th,
	.table td {
		padding: 10px;
		border: 1px solid #aaa;
		border-bottom: none;
	}

	.table th {
		width: 100%;
	}
}

/* -------------------------------------
tableA
-------------------------------------*/
.tableA table,
table.tableA {
	width: 100%;
	border-top: 1px dotted red;
}

.tableA tr {
	border-bottom: 1px dotted red;
}

.tableA tr:nth-of-type(odd) {
	background: yellow;
}

.tableA tr:nth-of-type(even) {
	background: pink;
}

.tableA th,
.tableA td {
	padding: 20px 16px;
	vertical-align: top;
	text-align: left;
}

.tableA th {
	width: 25%;
	font-weight: bold;
}

.tableA td a:hover {}

@media screen and (max-width: 768px) {

	.tableA th,
	.tableA td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.tableA th {
		min-width: 6em;
		font-size: 0.9rem;
		font-size: 13px;
	}
}


/* -------------------------------------
tableB
-------------------------------------*/
.tableB table,
table.tableB {
	width: 100%;
	border-top: 1px dotted #aaa;
	background: #fff;
	/*	border: 1px solid red;*/
}

.tableB tr {
	border-bottom: 1px dotted #aaa;
}

.tableB th,
.tableB td {
	padding: 16px 20px;
	vertical-align: middle;
	text-align: left;
}

.tableB th {
	width: 25%;
	background: #ccc;
}

.tableB td a:hover {}

@media screen and (max-width: 768px) {

	.tableB th,
	.tableB td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.tableB th {
		width: 25%;
		min-width: 6em;
		font-size: 0.9rem;
		font-size: 13px;
	}
}


/* -------------------------------------
tableC
-------------------------------------*/
.tableC table,
table.tableC {
	width: 100%;
	border-top: 1px dotted #aaa;
	background: #fff
}

.tableC tr {
	border-bottom: 1px dotted #aaa;
}

.tableC th,
.tableC td {
	padding: 16px 20px;
	vertical-align: middle;
	text-align: left;
}

.tableC th {
	width: 25%;
	background: #ccc;
}

.tableC td a:hover {}

@media screen and (max-width: 768px) {

	.tableC th,
	.tableC td {
		display: block;
		width: 100%;
		font-size: 14px;
	}

	.tableC th {
		padding: 6px 10px;
	}

	.tableC td {
		padding: 6px 10px 20px;
	}
}


/* -------------------------------------
tableD
-------------------------------------*/
.tableD table,
table.tableD {
	width: 100%;
}

.tableD th,
.tableD td {
	display: block;
	width: 100%;
}

.tableD th {
	margin-bottom: 10px;
	padding: 14px;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: left;
	background: #f4f4f4;
}

.tableD td {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.tableD th {
		margin-bottom: 4px;
		font-size: 0.9rem;
	}

	.tableD td {
		margin-bottom: 20px;
	}
}


/* -------------------------------------
吹き出し
-------------------------------------*/
/**塗りつぶし（下）**/
.balloon1_B {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon1_B:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 5px;
	border-style: solid;
	border-color: #e0edff transparent transparent transparent;
	content: "";
}

/**塗りつぶし（上）**/
.balloon1_T {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon1_T:before {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 5px;
	border-style: solid;
	border-color: transparent transparent #e0edff transparent;
	content: "";
}

/**塗りつぶし（左）**/
.balloon1_L {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon1_L:before {
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent #e0edff transparent transparent;
	content: "";
}

/**塗りつぶし（右）**/
.balloon1_R {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background: #e0edff;
	color: #555;
	font-size: 16px;
}

.balloon1_R:before {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #e0edff;
	content: "";
}

/**線（下）**/
.balloon2_B {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_B:before {
	position: absolute;
	bottom: -18px;
	left: 50%;
	z-index: 2;
	margin-left: -6px;
	border-width: 9px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	content: "";
}

.balloon2_B:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 1;
	margin-left: -7px;
	border-width: 10px 7px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	content: "";
}

/**線（上）**/
.balloon2_T {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_T:before {
	position: absolute;
	top: -18px;
	left: 50%;
	z-index: 2;
	margin-left: -6px;
	border-width: 9px 6px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	content: "";
}

.balloon2_T:after {
	position: absolute;
	top: -20px;
	left: 50%;
	z-index: 1;
	margin-left: -7px;
	border-width: 10px 7px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
	content: "";
}

/**線（左）**/
.balloon2_L {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_L:before {
	position: absolute;
	top: 50%;
	left: -18px;
	z-index: 2;
	margin-top: -6px;
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: "";
}

.balloon2_L:after {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	margin-top: -7px;
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
	content: "";
}

/**線（右）**/
.balloon2_R {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	border: solid 1px #555;
	background: #FFF;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.balloon2_R:before {
	position: absolute;
	top: 50%;
	right: -18px;
	z-index: 2;
	margin-top: -6px;
	border-width: 6px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	content: "";
}

.balloon2_R:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	margin-top: -7px;
	border-width: 7px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
	content: "";
}

/* -------------------------------------
カテゴリボタン
-------------------------------------*/
.catBtn {
	display: flex;
	margin: 40px auto;

	justify-content: center;
	flex-wrap: wrap;
	color: #005a9c;
}

.catBtn a {
	position: relative;
	display: block;
	margin: 5px;
	padding: 8px 30px 8px 20px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #005a9c;
	border: 1px solid #005a9c;
	color: #fff;
	border-radius: 0 0 0 8px;
}

.catBtn a:after {
	display: block;
	content: "▼";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 10px;
}

.catBtn a:hover {
	background: #fff;
	color: #005a9c;
}


@media screen and (max-width: 768px) {
	.catBtn {
		display: flex;
		margin: 20px auto;
		width: 90%;

		flex-wrap: wrap;
		justify-content: space-between;
	}

	.catBtn a {
		margin: 0 0 8px;
		padding: 5px 10px;
		width: 48%;
		letter-spacing: 0;
		font-size: 12px;
	}
}


/* -------------------------------------
写真のエフェクト
-------------------------------------*/
/**4辺ぼかし：親要素にかける**/
.blur_w {
	position: relative;
	display: inline-block;
}

.blur_w:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	box-shadow:
		inset 0 0 40px #fff,
		inset 0 0 40px #fff,
		inset 0 0 40px #fff,
		inset 0 0 40px #fff;
	content: "";
}

/**角丸：画像に直接かけれる**/
.radius {
	border-radius: 15px;
}

/**hover時画像拡大**/
.scale {
	overflow: hidden;
}

.scale img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
}

a:hover .scale img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/**-------------------------------------
地図 動画 iframe
-------------------------------------**/
iframe {
	width: 100%;
}

.youtube {
	margin: 30px auto 20px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.youtube {
		margin: 20px auto 10px;
	}
}


/* -------------------------------------
パンくず
-------------------------------------*/
#breadcrumb {
	margin: 5px auto 20px;
	width: 100%;
	font-size: 14px;
	padding: 8px 0;
}

/*家アイコン*/
#breadcrumb ul {
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#breadcrumb ul:before {
	display: inline-block;
	content: "\e88a";
	vertical-align: middle;
	font-size: 14px;
	font-family: 'Material Icons';
}

#breadcrumb ul li {
	display: inline-block;
	padding: 0 5px;
}

#breadcrumb ul li+li:before {
	content: "> ";
	display: inline-block;
	margin: 0 10px 0 0;
}

#breadcrumb a {
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px) {
	#breadcrumb {}

	#breadcrumb ul {
		padding: 0 2%;
	}
}


/* -------------------------------------
ページャー
-------------------------------------*/
.pagenation {
	margin: 50px auto 30px;
	text-align: center;
}

.pagenation span {
	display: inline-block;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #005a9c;
	background: #fff;
	color: #005a9c;
	text-align: center;
	line-height: 38px;
}

.pagenation span.page {
	background: #005a9c;
	color: #fff;
}

.pagenation span a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0059d0;
}

.pagenation span a:hover {
	background: #005a9c;
	color: #fff;
}

@media screen and (max-width: 768px) {
    .pagenation {
    	margin: 20px auto;
    }
	.pagenation span {
		margin: 3px;
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
}



/* -------------------------------------
フォーム
-------------------------------------*/
/**エラー**/
.alert {
	margin: 5px 0;
	color: #ff0000;
}

form table th {
	position: relative;
}

/**必須**/
.require {
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 2em;
	border-radius: 3px;
	background: #cc0000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
}

/**送信ボタン**/
.form_button {
	position: relative;
	display: flex;
	margin: 20px auto;
	width: 100%;
	text-align: center;

	align-items: center;
	justify-content: center;
}

.form_button input[type="submit"],
.form_button input.submit,
.form_button a {
	display: inline-block;
	margin: 0 30px 10px;
	padding: 15px 30px;
	width: 300px;
	border: 1px solid #005a9c;
	background: #005a9c;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}

.form_button a {
	border: 1px solid #005a9c;
	background: #005a9c;
}

.form_button input[type="submit"]:hover,
.form_button input.submit:hover,
.form_button a:hover {
	background: #fff;
	color: #005a9c;
}

/*入力タグ*/
form input[type="text"],
form textarea,
form select {
	padding: 5px 4px;
	height: 30px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 5px;
}

form input[type="text"] {
	width: 80%;
}

form textarea {
	padding: 2px;
	min-height: 150px;
}

form select {
	padding: 0 10px;
	font-size: 14px;
}

/*電話*/
form input.owlet-input-tel1,
form input.owlet-input-tel2,
form input.owlet-input-tel3,
form input.zip1,
form input.zip2 {
	width: 5em;
}

/*名前*/
form input.owlet-input-name-sei,
form input.owlet-input-name-mei {
	width: 8em;
}

/*label*/
form label {
	display: block;
}

/*ボタン*/
form button {
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}

/*記入例*/
form .owlet-input-sample {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}

/**フォーム規約**/
.owlet-rules {
	margin: 0 auto 30px;
	width: 90%;
	max-width: 900px;
}

.owlet-rules-title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.owlet-rules-body {
	overflow-y: scroll;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 15px;
	height: 200px;
	border: 1px solid #dcdcdc;
}

.owlet-rules-agree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.owlet-rules-agree .require {
	position: static;
	margin: 0 15px;
}

@media screen and (max-width: 768px) {
	.form_button {
		flex-flow: column-reverse;
	}

	/*iPhone独自スタイル解除*/
	form input[type="button"],
	form input[type="text"],
	form input[type="submit"] {
		border-radius: 0;

		-webkit-appearance: none;
	}

	/*入力タグ*/
	form input[type="text"],
	form textarea,
	form select {
		font-size: 13px;
		width: 95%;
	}
}/*widget:7d85429a-3808-4cbf-90d5-986b3c54fb8d*/[data-lib="1"]{@charset "utf-8";}[data-lib="1"] body{font-family: 'M PLUS 1p', sans-serif;
	padding: 88px 0 0;
	position: relative;}[data-lib="1"] p,[data-lib="1"] 
.richtext,[data-lib="1"] 
ul,[data-lib="1"] 
a{transform: rotate(0.03deg);}[data-lib="1"] picture img{max-width: 100%;}[data-lib="1"] .form table{margin: 30px auto;
	width: 100%;
	max-width: 800px;
	border-collapse: separate;
	background: #fff;
	border-radius: 15px;}[data-lib="1"] .form th,[data-lib="1"] 
.form td{padding: 15px;
	vertical-align: top;
	text-align: left;
	background: #fff;}[data-lib="1"] .form th{background-color: #e4effd;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 0 0 0 15px;}[data-lib="1"] .form td{padding: 15px 15px 25px;}[data-lib="1"] .form table,[data-lib="1"] 
.form tbody,[data-lib="1"] 
.form tr,[data-lib="1"] 
.form th,[data-lib="1"] 
.form td{display: block;}[data-lib="1"] .require{top: 0;
	right: 0.5em;
	bottom: 0;
	margin: auto 5px;}[data-lib="1"] .cat{display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 5px 15px;}[data-lib="1"] .cat2{display: inline-block;
	background: #fff;
	border: 1px solid #1e1e1e;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 5px 15px;}[data-lib="1"] .futi{-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;}[data-lib="1"] .material-icons{vertical-align: middle;
	line-height: 1;}[data-lib="1"] .b_lightblue{background: #eef8fa;}[data-lib="1"] .b_blue{background: #005a9c;}[data-lib="1"] .b_pink{background: #faeef3;}[data-lib="1"] .b_yellow{background: #faf7ee;}[data-lib="1"] .b_green{background: #eefaf5;}[data-lib="1"] .c_blue{color: #005a9c;}[data-lib="1"] .titZ{display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 1000px;}[data-lib="1"] .titZ h2{padding: 15px 30px;
	font-size: 28px;
	margin-left: calc((100% - 1000px) / 2);
	font-weight: bold;
	flex: 1;
	border-left: 3px solid #1e1e1e;}[data-lib="1"] .titZ h2 small{display: block;
	font-size: 16px;
	margin: 10px 0 0;
	font-weight: normal;}[data-lib="1"] .titZ figure{width: 55%;
	height: 250px;
	flex: none;}[data-lib="1"] .titA{font-size: 36px;
	font-weight: bold;}[data-lib="1"] .titA img{display: block;
	margin: 5px auto;}[data-lib="1"] .titA small{font-size: 22px;
	display: block;}[data-lib="1"] .titB{background: #005a9c;
	color: #fff;
	padding: 15px 15px;
	position: relative;}[data-lib="1"] .titB:after{content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #005a9c;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;}[data-lib="1"] .titC{background: #005a9c;
	color: #fff;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;}[data-lib="1"] .titD{border-bottom: 1px solid #1e1e1e;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	position: relative;}[data-lib="1"] .titD:before,[data-lib="1"] 
.titD:after{content: "";
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #1e1e1e;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -4px;
	line-height: 1;}[data-lib="1"] .titD:before{left: 0;}[data-lib="1"] .titD:after{right: 0;}[data-lib="1"] .btnA,[data-lib="1"] 
.btnB{width: 90%;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 2em 13px 15px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
	max-width: 320px;
	border: 1px solid #005a9c;
	background: #005a9c;
	color: #fff;}[data-lib="1"] .btnA:after,[data-lib="1"] 
.btnB:after{position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;}[data-lib="1"] .btnA:hover,[data-lib="1"] 
.btnB:hover{background: #fff;
	color: #005a9c;}[data-lib="1"] .btnA.long{max-width: none;
	margin-top: 30px;}[data-lib="1"] .btnB{width: 15em;
	margin-left: auto;
	margin-right: 0;}[data-lib="1"] .btnB.t_C{margin-right: auto;}[data-lib="1"] .btnC{color: #0059d0;
	font-size: 18px;
	font-weight: bold;}[data-lib="1"] .btnC:before{content: "keyboard_arrow_right";
	font-family: 'Material Icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	text-align: center;
	line-height: 1.2em;
	border-radius: 50%;
	background: #0059d0;}[data-lib="1"] .btnT{font-size: 14px;}[data-lib="1"] .btnT img{vertical-align: middle;
	margin-left: 10px;}[data-lib="1"] header{position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0 0 15px;
	min-width: 1000px;
	background: #fff;
	z-index: 1000;
	margin: 0;
	width: 100%;}[data-lib="1"] header h1{width: 100%;
	margin: 0 auto;
	font-size: 10px;}[data-lib="1"] header .logo img{height: 37px;
	width: auto;
	margin-top: 5px;}[data-lib="1"] header nav{text-align: center;
	flex: 1;}[data-lib="1"] header nav ul{display: flex;
	justify-content: flex-end;}[data-lib="1"] header nav ul a{display: block;
	padding: 10px 0.7vw;
	font-size: 18px;
	transition-duration: 0.3s;}[data-lib="1"] header nav ul a:hover{color: #005a9c;
	transform: scale(1.1);
	transition-duration: 0.3s;}[data-lib="1"] header .menu2{display: flex;
	justify-content: flex-end;
	position: relative;
	top: calc(-1 * (1em + 5px));
	right: 0;}[data-lib="1"] header .menu2 a{width: 12.5vw;
	min-width: 120px;
	text-align: center;
	display: block;
	background: #005a9c;
	color: #fff;
	border-radius: 0 0 0 10px;
	font-size: 16px;
	padding: 10px 0 5px;
	margin: 0 0 0 5px;}[data-lib="1"] header .menu2 a span{display: block;
	text-align: center;
	margin-bottom: 5px;}[data-lib="1"] header .menu2 a span img{display: block;
	margin: 0 auto;}[data-lib="1"] header .menu2 .tel{display: none;}[data-lib="1"] header .menu2 .bgred{background: #cd2a50;}[data-lib="1"] footer{width: 1000px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;}[data-lib="1"] footer .sitemap{display: flex;
	flex: 1;
	margin: 70px 0 0;}[data-lib="1"] footer .sitemap ul{border-left: 1px solid #1e1e1e;
	padding: 0 15px;
	flex: 1;}[data-lib="1"] footer .sitemap ul li{padding: 3px 0;}[data-lib="1"] footer .sitemap a:hover{color: #0059d0;}[data-lib="1"] footer .copyright{font-size: 14px;
	width: 100%;
	margin-top: -2em;}[data-lib="1"] .bnr-list{display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 80px auto 0;
	font-size: 16px;}[data-lib="1"] .bnr-list .bnr01{display: flex;
	width: 48%;
	background: #005a9c;
	color: #fff;
	padding: 5px;
	align-items: center;}[data-lib="1"] .bnr-list .bnr01:hover{border-radius: 0 0 0 20px;}[data-lib="1"] .bnr-list .bnr01 figure{flex: none;
	width: 43%;}[data-lib="1"] .bnr-list .bnr01 img{display: block;}[data-lib="1"] .bnr-list .bnr01:hover figure{border-radius: 0 0 0 20px;}[data-lib="1"] .bnr-list .bnr01 .text{padding: 0 20px;}[data-lib="1"] .bnr-list .bnr01 h4{font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;}[data-lib="1"] section{margin: 80px auto;}[data-lib="1"] p{line-height: 1.8;}[data-lib="1"] .slider_inner .slick-prev{left: -20px;
	z-index: 10;}[data-lib="1"] .slider_inner .slick-next{right: -20px;
	z-index: 10;}[data-lib="1"] .slider_inner .slick-prev,[data-lib="1"] 
.slider_inner .slick-next{width: 30px;
	height: 30px;}[data-lib="1"] .slider_inner .slick-prev:before,[data-lib="1"] 
.slider_inner .slick-next:before{display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	content: "\e5cc";
	font-family: 'Material Icons';
	color: #1e1e1e;
	border-radius: 50%;
	font-weight: normal;}[data-lib="1"] .slider_inner .slick-prev:before{content: "\e5cb";}[data-lib="1"] .slider{margin: 80px 0;}[data-lib="1"] .slider img{height: 300px;}[data-lib="1"] .hero{display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin: 0 auto 50px;}[data-lib="1"] .hero h2{width: 28%;
	text-align: center;
	flex: none;}[data-lib="1"] .hero h2 img{width: 50%;
	max-width: 206px;}[data-lib="1"] .hero .slider_inner{flex: 1;
	max-width: 1000px;
	width: 72%;}[data-lib="1"] .curve img{width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0 0 50px;}[data-lib="1"] .tbl{padding: 0 15px 15px;
	margin: 15px 0 0;
	border: 1px solid #1e1e1e;
	position: relative;
	z-index: 0;}[data-lib="1"] .tbl+.tbl{border-top: 1px dashed #fff;
	margin: -1px 0 0;
	z-index: 1;}[data-lib="1"] .calender{width: 100%;
	font-size: 16px;}[data-lib="1"] .calender dl{border-bottom: 1px solid #1e1e1e;
	display: flex;
	align-items: center;
	justify-content: space-between;}[data-lib="1"] .calender dl>*{padding: 10px 0;}[data-lib="1"] .calender dl dt{width: 130px;
	font-weight: bold;
	flex: none;
	margin: 0 10px 0 0;
	text-align: left;}[data-lib="1"] .calender dl dd{flex: 1;
	text-align: center;}[data-lib="1"] .calender dl + dl dt{font-size: 1.15em;}[data-lib="1"] .calender dl + dl dd{color: #005a9c;}[data-lib="1"] .calender p{margin: 8px 0 0;}[data-lib="1"] .inqBtn .tel{font-weight: bold;
	display: flex;
	align-items: center;}[data-lib="1"] .inqBtn .tel span{color: #005a9c;
	font-size: 36px;
	margin: 0 0 0 10px;
	line-height: 1;}[data-lib="1"] .inqBtn .btnA{max-width: 400px;
	margin: 10px auto;
	width: 100%;}[data-lib="1"] .infotable th{font-weight: bold;
	white-space: nowrap;}[data-lib="1"] .infotable hr{width: 50px;
	margin: 0.7em 0;}[data-lib="1"] .infotable th,[data-lib="1"] 
.infotable td{text-align: left;
	padding: 4px 5px;
	vertical-align: top;
	font-size: 16px;}[data-lib="1"] .map iframe{display: block;
	width: 100%;
	height: 100%;
	min-height: 450px;}[data-lib="1"] .address{margin: 80px auto;}[data-lib="1"] .address .left{width: 390px;
	margin: 0 80px 0 0;}[data-lib="1"] .address .right{flex: 1;}[data-lib="1"] .address dl{font-size: 14px;}[data-lib="1"] .aside .tel{justify-content: center;}[data-lib="1"] .aside .tel.jc_fs{justify-content: flex-start;}[data-lib="1"] .aside .inqBtn .btnA{margin: 10px auto;}[data-lib="1"] .top-news{background: #eef8fa;
	padding: 30px;
	border-radius: 15px;}[data-lib="1"] .news-list{margin: 25px 0;}[data-lib="1"] .news-list li{margin: 0 0 25px;}[data-lib="1"] .news-list li a:hover h4{text-decoration: underline;}[data-lib="1"] .news-list .cat{width: 6em;}[data-lib="1"] .news-list time{font-size: 14px;}[data-lib="1"] .news-list h4{margin: 10px 0;
	font-size: 18px;}[data-lib="1"] .card{border: 1px solid #1e1e1e;
	padding: 20px 30px;}[data-lib="1"] .card dl{margin: 30px 20px 0;}[data-lib="1"] .card dl img{max-height: 50px;
	width: auto;}[data-lib="1"] .card dl+dl{width: 40%;}[data-lib="1"] .card dl+dl img{max-height: none;}[data-lib="1"] .card dt{position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 15px;}[data-lib="1"] .card dt:after{content: "";
	flex: 1;
	height: 1px;
	background: #1e1e1e;
	margin: 0 0 0 10px;}[data-lib="1"] .card dt:before{content: "";
	width: 8px;
	height: 8px;
	display: block;
	background: #fff;
	border: 1px solid #1e1e1e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;}[data-lib="1"] .card dd{margin: 0 0 30px;}[data-lib="1"] .top-about{background:
		url(../images/ill_01.png) no-repeat bottom left 5% / auto 80%,
		url(../images/ill_02.png) no-repeat bottom right 5% / auto 80%;}[data-lib="1"] .top-about .richtext{font-size: 20px;
	line-height: 2;}[data-lib="1"] .guide-list{margin: 80px auto;}[data-lib="1"] .guide-list ul{margin: 40px auto 30px;
	transform: none;}[data-lib="1"] .guide-list ul li{width: 49%;
	border: 1px solid #1e1e1e;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;}[data-lib="1"] .guide-list ul li a{display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;}[data-lib="1"] .guide-list ul li:hover{border-color: #005a9c;}[data-lib="1"] .guide-list ul li a:hover{background: #005a9c;
	color: #fff;}[data-lib="1"] .guide-list ul li a:after{position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;
	font-weight: normal;}[data-lib="1"] .guide-list ul li small{font-size: 17px;
	display: block;}[data-lib="1"] .features{margin: 80px auto 0;
	overflow: hidden;}[data-lib="1"] .tereco.right>*,[data-lib="1"] 
.tereco.left>*{margin-bottom: 80px;}[data-lib="1"] .tereco.right figure,[data-lib="1"] 
.tereco.left figure{width: 50%;}[data-lib="1"] .tereco.right figure img,[data-lib="1"] 
.tereco.left figure img{width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0 30px 0;}[data-lib="1"] .tereco.right>*>div,[data-lib="1"] 
.tereco.left>*>div{padding-right: calc((100% - 1000px) / 2);}[data-lib="1"] .tereco.right>*:nth-child(odd) figure img,[data-lib="1"] 
.tereco.left>*:nth-child(even) figure img{border-radius: 0 0 0 30px;}[data-lib="1"] .tereco.right>*:nth-child(odd)>div,[data-lib="1"] 
.tereco.left>*:nth-child(even)>div{padding-right: 0;
	padding-left: calc((100% - 1000px) / 2);}[data-lib="1"] .tereco.right h3,[data-lib="1"] 
.tereco.left h3{margin: 20px 0 15px;
	font-size: 28px;
	font-weight: bold;}[data-lib="1"] .tereco.right p,[data-lib="1"] 
.tereco.left p{line-height: 1.8;}[data-lib="1"] .tereco.right .btnB,[data-lib="1"] 
.tereco.left .btnB{margin-top: 30px;}[data-lib="1"] .h-text{display: flex;
	justify-content: space-between;}[data-lib="1"] .h-text dt{font-weight: bold;
	width: 280px;
	flex: none;
	margin: 0 50px 0 0;}[data-lib="1"] .h-text dt>*{font-weight: bold;}[data-lib="1"] .h-text dt small{display: block;}[data-lib="1"] .h-text dd{flex: 1;
	line-height: 1.8;}[data-lib="1"] .h-text .btnB{margin-top: 30px;}[data-lib="1"] .blog-list{margin: 50px auto 80px;}[data-lib="1"] .blog-list a{display: block;
	margin: 0 15px 15px;}[data-lib="1"] .blog-list figure{margin: 0 0 10px;}[data-lib="1"] .blog-list .cat{padding: 0 10px;
	font-size: 14px;}[data-lib="1"] .blog-list time{font-size: 14px;}[data-lib="1"] .blog-list h4{font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;}[data-lib="1"] .bgfix{height: 500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #1e1e1e;
	margin: 80px auto;}[data-lib="1"] .waku-list{background: #005a9c;
	color: #fff;
	padding: 30px;
	max-width: 1000px;
	margin: 50px auto;
	text-align: center;}[data-lib="1"] .waku-list h3{background: #fff;
	color: #005a9c;
	padding: 5px;}[data-lib="1"] .waku-list ul{display: inline-block;}[data-lib="1"] .waku-list li{padding: 0 0 10px 70px;
	position: relative;
	text-align: left;}[data-lib="1"] .waku-list li:before{position: absolute;
	top: 0.5em;
	left: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;}[data-lib="1"] .hospital-list li{margin-bottom: 20px;}[data-lib="1"] .hospital-list h3{font-size: 1.17em;
	background: #005a9c;
	color: #fff;
	padding: 15px;
	margin: 5px 0 10px;
	position: relative;}[data-lib="1"] .hospital-list h3:after{content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #005a9c transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;}[data-lib="1"] .machine-list li{display: flex;
	margin: 50px auto;}[data-lib="1"] .machine-list figure{width: 400px;
	margin: 0 0 0 30px;
	flex: none;}[data-lib="1"] .machine-list .text{flex: 1;}[data-lib="1"] .machine-list .text .titB{margin-bottom: 15px;}[data-lib="1"] .flow{display: flex;}[data-lib="1"] .flow .h-text-img,[data-lib="1"] 
.flow dl{border: 1px solid #1e1e1e;
	border-radius: 0 0 0 50px;
	margin-bottom: 50px;
	position: relative;}[data-lib="1"] .h-text-img:after,[data-lib="1"] 
.flow dl:after{content: "";
	width: 1px;
	height: 50px;
	display: block;
	background: #1e1e1e;
	position: absolute;
	top: 100%;
	left: 50%;}[data-lib="1"] .flow .h-text-img:last-child:after,[data-lib="1"] 
.flow dl:last-child:after{display: none;}[data-lib="1"] .flow .h-text-img figure{width: 300px;
	line-height: 0;}[data-lib="1"] .flow .h-text-img .text{padding: 15px;}[data-lib="1"] .flow dl{padding: 15px 30px 30px;}[data-lib="1"] .flow .h-text-img .text h3{margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;}[data-lib="1"] .flow dl dt{margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;}[data-lib="1"] .flow .left{flex: 1;}[data-lib="1"] .flow .right{margin-left: 30px;
	width: 300px;
	flex: none;}[data-lib="1"] .kanri-list{border: 1px solid #1e1e1e;
	padding: 20px;
	background: #fff;}[data-lib="1"] .faq{border: 1px solid #e5e1e1;
	border-radius: 20px;
	margin: 0 auto 40px;}[data-lib="1"] .faq dt{border-bottom: 1px solid #e5e1e1;
	margin: 0;
	margin-top: 0px;
	padding: 25px 30px 25px 110px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	min-height: 60px;
	color: #005a9c;}[data-lib="1"] .faq dt:before{content: 'Q';
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #005a9c;
	box-sizing: border-box;
	border-radius: 50%;
	color: #005a9c;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 22px;}[data-lib="1"] .faq dd{padding: 25px 30px 25px 110px;
	position: relative;
	color: #2e2828;
	min-height: 60px;}[data-lib="1"] .faq dd:before{content: 'A';
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #005a9c;
	background: #005a9c;
	box-sizing: border-box;
	border-radius: 25px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 18px;}[data-lib="1"] .btnA.t_L{margin-right: 0!important;
	margin-left: 0!important;}[data-lib="1"] .i_phone:before{content: "phone_iphone";
	font-family: 'Material Icons';
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	font-size: 1.7em;
	vertical-align: middle;
	font-weight: normal;}[data-lib="1"] .btnD{width: 100%;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 2em 13px 15px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
	max-width: 400px;
	border: 1px solid #cd2a50;
	background: #cd2a50;
	color:  #fff;}[data-lib="1"] .btnD:after{position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;}[data-lib="1"] .btnD.t_L{margin-right: 0;
	margin-left: 0;}[data-lib="1"] .btnD:hover{background: #fff;
	color: #cd2a50;}[data-lib="1"] header .menu2 .resv{background: #009c4b;
	background: #cd2a50;}[data-lib="1"] header .menu2 .popup{color: #fff;
	padding:15px;
	text-align: center;
	font-size: 16px;
	display: none;
	background: #cd2a50;
	position: absolute;
	top: 120%;
	right: 0;
	width: 130%;
	border-radius: 0;}[data-lib="1"] header .menu2 .popup:before{content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #cd2a50 transparent;
	position: absolute;
	top: -10px;
	right:70px;}[data-lib="1"] .kome{font-size: 14px;
	margin:10px;
	text-align: center;
	color:#cd2a50;}[data-lib="1"] .kome p{display: inline-block;
	text-indent: -1em;
	padding-left: 1em;}[data-lib="1"] .btnE{width: 90%;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 2em 13px 15px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
	border: 1px solid #ed9051;
	background: #ed9051;
	color: #fff;}[data-lib="1"] .btnE:after{position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	content: "\e5cc";
	font-family: 'Material Icons';
	line-height: 1.0;}[data-lib="1"] .btnE.t_L{margin-right: 0;
	margin-left: 0;}[data-lib="1"] .btnE:hover{background: #fff;
	color: #ed9051;}@media screen and (max-width: 768px){[data-lib="1"] body{overflow: hidden;
	position: relative;
	transform: none;
	padding-top: 0;
	font-size: 14px;}[data-lib="1"] .form{width: 90%;
	margin: 0 auto;}[data-lib="1"] .form th{padding: 5px 10px;}[data-lib="1"] .form td{padding: 10px 0px 15px;}[data-lib="1"] .cat{min-width: 6em;}[data-lib="1"] .titZ{display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-flow: column-reverse;
	min-width: auto;
	margin: 5px 0 0;}[data-lib="1"] .titZ h2{padding: 15px;
	font-size: 22px;
	margin: 0 2% 0 10%;
	font-weight: bold;
	flex: none;
	width: 88%;
	border-left: 3px solid #1e1e1e;
	position: relative;
	z-index: 5;}[data-lib="1"] .titZ h2 small{display: block;
	font-size: 14px;
	margin: 5px 0 0;
	font-weight: normal;}[data-lib="1"] .titZ figure{width: 100%;
	height: 40vw;
	flex: none;}[data-lib="1"] .titA{font-size: 22px;
	font-weight: bold;
	max-width: 90vw;
	margin-left: auto;
	margin-right: auto;}[data-lib="1"] .titA img{max-width: 55px;}[data-lib="1"] .titA small{font-size: 16px;}[data-lib="1"] .titB:after{border-width: 10px 10px 0 10px;
	border-color: #005a9c transparent transparent transparent;
	right: auto;
	left: 50%;
	top: auto;
	bottom: -10px;
	margin-left: -10px;}[data-lib="1"] .titC,[data-lib="1"] 
	.titD{font-size: 18px;}[data-lib="1"] .titC{padding: 10px;}[data-lib="1"] .titD{padding: 10px 0;}[data-lib="1"] .btnA,[data-lib="1"] 
	.btnB{max-width: 90vw;
	width: 100%;
	margin-left: auto;
	margin-right: auto;}[data-lib="1"] .btnA.long{max-width: 90vw;}[data-lib="1"] .btnT{font-size: 12px;}[data-lib="1"] header{display: block;
	padding: 10px 0 0 15px;
	position: static;}[data-lib="1"] header h1{display: none;}[data-lib="1"] header .logo img{width: 180px;
	height: auto;
	margin-top: 0;}[data-lib="1"] header nav{position: fixed;
	top: 0;
	right: -300px;
	z-index: 1000;
	box-sizing: border-box;
	padding-top: 60px;
	width: 300px;
	height: 100%;
	background: #1e1e1e;
	font-size: 16px;
	justify-content: flex-start;
	align-items: flex-start;}[data-lib="1"] header nav ul{width: 100%;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;}[data-lib="1"] header nav ul li{width: 100%;
	text-align: left;}[data-lib="1"] header nav ul li a{display: block;
	width: 100%;
	padding: 10px 28px;
	color: #fff;
	text-decoration: none;}[data-lib="1"] header nav ul li a:hover{color: #fff;}[data-lib="1"] header .hamburger{position: fixed;
	display: block;
	top: 0;
	right: 0;
	z-index: 3;
	z-index: 1500;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	background: #1e1e1e;
	color: #fff;}[data-lib="1"] header .hamburger:after{position: absolute;
	right: 0;
	left: 0;
	bottom: 6px;
	margin: 0 auto;
	content: "メニュー";
	text-align: center;
	font-size: 9px;
	letter-spacing: -1px;}[data-lib="1"] header .hamburger.open:after{color: #fff;
	content: "閉じる";
	letter-spacing: 0;}[data-lib="1"] header .hamburger span{position: absolute;
	width: 24px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	right: 0;
	left: 0;
	margin: 0 auto;}[data-lib="1"] header .hamburger span:nth-child(1){top: 8px;}[data-lib="1"] header .hamburger span:nth-child(2){top: 16px;}[data-lib="1"] header .hamburger span:nth-child(3){top: 24px;}[data-lib="1"] header .hamburger.open{background: none;}[data-lib="1"] header .hamburger.open span{background: #fff;}[data-lib="1"] header .hamburger.open span:nth-child(1){top: 16px;
	transform: rotate(45deg);}[data-lib="1"] header .hamburger.open span:nth-child(2){top: 16px;
	transform: rotate(-45deg);}[data-lib="1"] header .hamburger.open span:nth-child(3){display: none;}[data-lib="1"] header .menu2{display: block;
	position: fixed;
	top: 0;
	right: 55px;
	z-index: 1000;
	position: static;}[data-lib="1"] header .menu2 .mail{display: none;}[data-lib="1"] header .menu2 a{width: auto;
	min-width: auto;
	font-size: 11px;
	padding: 5px 8px 0;
	margin: 0 0 0 5px;
	height: 50px;
	box-shadow: 0 0 0 1px #ffffff;}[data-lib="1"] header .menu2 a span{margin-bottom: 2px;
	font-size: 20px;}[data-lib="1"] footer{width: 90%;
	margin: 20px auto;
	flex-flow: column;
	align-items: center;
	padding-bottom: 80px;}[data-lib="1"] footer .pagetop img{width: 120px;}[data-lib="1"] footer .sitemap{display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin: 0 auto 20px;
	font-size: 14px;}[data-lib="1"] footer .sitemap ul{border-left: 1px solid #1e1e1e;
	padding: 0 15px;
	flex: none;
	width: 50%;}[data-lib="1"] footer .copyright{font-size: 12px;
	margin-top: 0;
	text-align: center;}[data-lib="1"] .bnr-list{flex-flow: column;
	width: 90%;
	margin: 30px auto 0;}[data-lib="1"] .bnr-list .bnr01{width: 100%;
	margin-bottom: 10px;}[data-lib="1"] .bnr-list .bnr01 figure{width: 40%;}[data-lib="1"] .bnr-list .bnr01 .text{padding: 0 10px;
	font-size: 12px;}[data-lib="1"] .bnr-list .bnr01 h4{font-size: 16px;
	margin: 0 0 5px;}[data-lib="1"] section{margin: 20px auto;}[data-lib="1"] .slider{margin: 40px 0;}[data-lib="1"] .slider img{height: 110px;}[data-lib="1"] .hero{display: flex;
	justify-content: flex-end;
	align-items: stretch;
	margin: 20px auto 20px;}[data-lib="1"] .hero h2{width: 25%;
	text-align: center;
	flex: none;
	padding: 20px 0 0;}[data-lib="1"] .hero h2 img{width: 85%;}[data-lib="1"] .curve img{border-radius: 0 0 0 30px;}[data-lib="1"] .calender{width: 100%;}[data-lib="1"] .inqBtn .tel span{color: #005a9c;
	font-size: 30px;
	margin: 0 0 0 10px;
	line-height: 1;}[data-lib="1"] .inqBtn .btnA{max-width: none;
	width: 100%;
	margin: 10px 0;}[data-lib="1"] .infotable,[data-lib="1"] 
	.infotable tbody{display: block;
	text-align: left;}[data-lib="1"] .infotable tr{display: flex;
	flex-wrap: wrap;
	align-items: center;}[data-lib="1"] .infotable th,[data-lib="1"] 
	.infotable td{display: block;
	padding: 8px 5px 0;
	font-size: 16px;}[data-lib="1"] .infotable th+th{flex: 1;}[data-lib="1"] .infotable td{width: 100%;
	padding-top: 0;
	font-size: 14px;}[data-lib="1"] .infotable hr{width: 100%;}[data-lib="1"] .address{padding: 0 5%;
	margin: 30px auto;}[data-lib="1"] .address .left{width: 100%;
	margin: 0 80px 30px 0;}[data-lib="1"] .address .right{flex: 1;}[data-lib="1"] .address dl{font-size: 14px;}[data-lib="1"] .aside.w1000{width: 90%;}[data-lib="1"] .aside h2 img{width: 80%;
	max-width: 300px;}[data-lib="1"] .aside .tel{justify-content: center;}[data-lib="1"] .aside .inqBtn .btnA{margin: 10px auto;}[data-lib="1"] .map{margin-top: 20px;}[data-lib="1"] .map iframe{min-height: 300px;}[data-lib="1"] .top-news{padding: 20px 10px;}[data-lib="1"] .news-list{margin: 15px 0;}[data-lib="1"] .news-list li{margin: 0 0 20px;}[data-lib="1"] .news-list .cat{padding: 0 10px;}[data-lib="1"] .news-list h4{margin: 5px 0;
	font-size: 16px;}[data-lib="1"] .w1000.card{padding: 15px 0;
	width: 90%;}[data-lib="1"] .w1000.card .flex{flex-flow: column;}[data-lib="1"] .card dl,[data-lib="1"] 
	.card dl+dl{width: 100%;
	margin: 15px 0 0;}[data-lib="1"] .card dl img{max-height: none;
	width: auto;}[data-lib="1"] .card dl .min img{width: 130px;}[data-lib="1"] .card dd{margin: 0 0 10px;
	text-align: center;}[data-lib="1"] .top-about{margin: 30px auto;
	padding: 0 5% 20px;
	background:
			url(../images/ill_01.png) no-repeat bottom 80px left 8% / auto 30%,
			url(../images/ill_02.png) no-repeat bottom 80px right 8% / auto 30%;}[data-lib="1"] .top-about .richtext{font-size: 16px;
	line-height: 2;}[data-lib="1"] .top-about .btnA{margin-top: 180px;}[data-lib="1"] .guide-list{margin: 20px auto;}[data-lib="1"] .guide-list ul{margin: 20px auto;
	transform: none;
	border-bottom: 1px solid #1e1e1e;}[data-lib="1"] .guide-list ul li{width: 100%;
	border: none;
	border-top: 1px solid #1e1e1e;
	font-size: 18px;
	margin: 0;}[data-lib="1"] .guide-list ul li small{font-size: 14px;}[data-lib="1"] .tereco.right,[data-lib="1"] 
	.tereco.left{margin: 30px auto 0;}[data-lib="1"] .tereco.right>*,[data-lib="1"] 
	.tereco.right>*:nth-child(odd),[data-lib="1"] 
	.tereco.left>*,[data-lib="1"] 
	.tereco.left>*:nth-child(even){margin-bottom: 40px;
	flex-flow: column-reverse;}[data-lib="1"] .tereco.right figure,[data-lib="1"] 
	.tereco.left figure{width: 90%;
	margin: 0;
	margin-right: 10%;}[data-lib="1"] .tereco.right>*>div,[data-lib="1"] 
	.tereco.left>*>div{padding: 15px;}[data-lib="1"] .tereco.right>*:nth-child(odd)>figure,[data-lib="1"] 
	.tereco.left>*:nth-child(even)>figure{width: 90%;
	margin: 0;
	margin-left: 10%;}[data-lib="1"] .tereco.right>*:nth-child(odd)>div,[data-lib="1"] 
	.tereco.left>*:nth-child(even)>div{padding: 15px;}[data-lib="1"] .terecp.right .cat,[data-lib="1"] 
	.tereco.left .cat{margin-bottom: 15px;}[data-lib="1"] .tereco.right h3,[data-lib="1"] 
	.tereco.left h3{margin: 0 0 10px;
	font-size: 22px;}[data-lib="1"] .tereco.right .btnB,[data-lib="1"] 
	.tereco.left .btnB{width: 100%;
	margin-top: 15px;}[data-lib="1"] .greeting{margin: 20px auto;}[data-lib="1"] .h-text{flex-flow: column;}[data-lib="1"] .h-text dt{width: 100%;
	margin: 0 0 15px;}[data-lib="1"] .h-text dt>*{font-weight: bold;}[data-lib="1"] .h-text dt small{display: block;}[data-lib="1"] .h-text dd{flex: 1;
	line-height: 1.8;}[data-lib="1"] .h-text .btnB{margin-top: 30px;}[data-lib="1"] .blog-list{margin: 50px auto;}[data-lib="1"] .bgfix{height: 250px;
	background-position: center;
	background-size: cover;
	margin: 0 auto 40px;
	background-color: #005a9c;
	background-attachment:scroll;}[data-lib="1"] .waku-list{padding: 20px 15px;
	width: 90%;
	margin: 20px auto;}[data-lib="1"] .waku-list li{padding: 0 0 10px 40px;}[data-lib="1"] .waku-list li:before{width: 30px;
	margin: 0 10px 0 0;}[data-lib="1"] .hospital-list li{margin-bottom: 20px;}[data-lib="1"] .hospital-list h3{font-size: 1.17em;
	padding: 15px;
	margin: 0 0 15px;
	position: relative;}[data-lib="1"] .machine-list li{flex-flow: column-reverse;
	margin: 20px auto;}[data-lib="1"] .machine-list figure{width: 100%;
	margin: 0;}[data-lib="1"] .machine-list .text{flex: 1;}[data-lib="1"] .machine-list .text .titB{margin-bottom: 15px;}[data-lib="1"] .flow{display: block;
	margin-bottom: 40px;}[data-lib="1"] .flow .h-text-img,[data-lib="1"] 
	.flow dl{border-radius: 0 0 0 30px;
	margin-bottom: 20px;}[data-lib="1"] .h-text-img:after,[data-lib="1"] 
	.flow dl:after{width: 1px;
	height: 20px;}[data-lib="1"] .flow .h-text-img .text{padding: 15px;}[data-lib="1"] .flow dl{padding: 15px;}[data-lib="1"] .flow .h-text-img .text h3{margin-bottom: 5px;
	font-size: 16px;}[data-lib="1"] .flow dl dt{margin-bottom: 5px;
	font-size: 16px;}[data-lib="1"] .flow .right{width: 100%;
	margin-left: 0;}[data-lib="1"] .kanri-list{border: 1px solid #1e1e1e;
	padding: 5px 10px;
	background: #fff;}[data-lib="1"] .faq{border-radius: 10px;
	margin: 0 auto 20px;}[data-lib="1"] .faq dt{padding: 20px 15px 20px 50px;
	font-size: 15px;
	min-height: 60px;}[data-lib="1"] .faq dt:before{width: 30px;
	height: 30px;
	left: 10px;
	top: 15px;
	font-size: 17px;}[data-lib="1"] .faq dd{padding: 20px 15px 20px 50px;
	min-height: 60px;}[data-lib="1"] .faq dd:before{width: 30px;
	height: 30px;
	left: 10px;
	top: 15px;
	font-size: 17px;}[data-lib="1"] header nav ul a{font-size: 18px;}[data-lib="1"] header .menu2 .page{position: absolute;
	top: 0;
	right: 55px;}[data-lib="1"] header .menu2 .resv{border-radius: 0;
	font-size: 17px;
	height: 60px;
	line-height: 1;
	position:fixed;
	left: 0;
	bottom:0;
	z-index: 50;
	width: 100%;
	margin: 0;
	border:none;
	padding-top: 0px;
	box-shadow: none;
	border-top:1px solid #cd2a50;
	align-content: center;}[data-lib="1"] header .menu2 a.popup{display: none;
	position:fixed;
	bottom:0;
	right:0;
	width: 75%;
	top:auto;
	font-size: 11px;
	padding:5px 5px 0;
	height: 80px;
	text-align: left;
	z-index: 50;
	background: #fff;
	color: #cd2a50;
	box-shadow: none;
	border-top:1px solid #cd2a50;
	border-radius: 0;
	letter-spacing: -1px;}[data-lib="1"] header .menu2 a.popup:before{display: none;}}@media screen and (max-width: 1150px){[data-lib="1"] header nav ul a{font-size: 14px;}}/*widget:f039b83d-7341-4fc2-86e1-bd6d1331e342*/[data-lib="247"] section{padding: 0 0 50px;
	width: 1000px;
	margin: 0 auto;}[data-lib="247"] .sns{display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;}[data-lib="247"] .sns > *{margin: 0 5px 5px 0;
	color: #fff;
	padding: 3px 0;
	width: 100px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;}[data-lib="247"] .sns  i{margin: 0 5px 0 0;}[data-lib="247"] .sns .line{background: #00b900;}[data-lib="247"] .sns .line i{font-size: 16px;}[data-lib="247"] .sns .gb{background: #3a5b97;}[data-lib="247"] .sns .ht{background: #4e73b5;}[data-lib="247"] .sns .pk{background: #ec4058;}[data-lib="247"] .sns .pr{background: #d7071d;}[data-lib="247"] .sns .tw{background: #50aff0;}[data-lib="247"] .category{display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.0;
	align-items: center;}[data-lib="247"] em{display: inline-block;
	padding: 5px 15px;
	margin: 0;
	color: #fff;}[data-lib="247"] em[data-name="お知らせ"]{background: #005a9c;}[data-lib="247"] time{color: #000;
	margin: 0 15px;}[data-lib="247"] .entry-content{background: #eef8fa;
	padding: 30px;
	margin: 30px auto;
	font-size: 14px;
	width: 90%;}[data-lib="247"] .entry-content dt{font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto 15px;}[data-lib="247"] .entry-content dd{margin: 0 0 10px;}[data-lib="247"] .entry-content dd a{text-decoration: underline;}[data-lib="247"] .entry-content dd a:hover{text-decoration: none;}[data-lib="247"] h2{font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	margin: 20px auto;}[data-lib="247"] figure{margin: 15px auto;
	padding: 0 5%;}[data-lib="247"] .youtube{margin: 20px 0;}[data-lib="247"] .richtext{margin: 50px 5%;}[data-lib="247"] .titD{margin: 30px auto;}@media screen and (max-width: 768px){[data-lib="247"] section{width: 90%;}[data-lib="247"]{padding: 20px 0;}[data-lib="247"] h2{font-size: 1.3em;}[data-lib="247"] figure{padding: 0;}[data-lib="247"] .entry-content{padding: 15px;
	margin: 20px auto;
	width:100%;}[data-lib="247"] .entry-content dt{margin: 0 auto 10px;}[data-lib="247"] .richtext{margin: 20px 0;}[data-lib="247"] .titD{margin: 15px auto;}}/*widget:a4122327-f969-4b70-ab42-498487fb04cb*/[data-lib="38"] img{width: 280px;}@media screen and (max-width: 768px){[data-lib="38"] img{width: 200px;}}