@import url("hover-min.css");
@import url("https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

.bg-green {
	background-color: #71a733
}

.bg-blue {
	background-color: #075c9f
}

.bg-blue-light {
	background-color: #7ba8d7
}

.bg-white {
	background-color: white;
	position: relative
}

.bg-navy {
	background-color: navy
}

.bg-gray {
	background-color: #ccc
}

.bg-light-gray {
	background-color: #e9e9e9
}

.bg-black {
	background-color: #222;
	position: relative
}

.bg-gold {
	background-color: #bfaf63
}

.bg-pink {
	background-color: #d85189
}

.bg-beige.linkbox:hover {
	background: #dcdaca;
	transition: .5s
}

body {
	background-color: white;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.va-top {
	vertical-align: top
}

.abs {
	position: absolute
}

.rel {
	position: relative
}

.fix {
	position: fixed
}

.overflow-hidden {
	overflow: hidden
}

.inline-block {
	display: inline-block
}

.block {
	display: block
}

.w100 {
	width: 100%;
	overflow: hidden
}

.w100v {
	width: 100%
}

.h100v {
	height: 100vh
}

.h100per {
	height: 100%
}

.linkbox {
	cursor: pointer
}

.narrower {
	letter-spacing: -1.5px
}

.nowrap {
	white-space: nowrap
}

@media (min-width: 768px) {
	.shadow {
		-webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5)
	}
}

.box-r {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

a {
	color: white
}

a:hover {
	color: white
}

a:hover {
	text-decoration: none
}

a.disable {
	cursor: default
}

a.link-black {
	color: black
}

a.link-black:hover {
	color: black
}

a.link-white {
	color: white
}

a.link-white:hover {
	color: white
}

a.link-green {
	color: #71a733
}

a.link-green:hover {
	color: #71a733;
	text-decoration: underline
}

a.link-blue {
	color: #075c9f
}

a.link-blue:hover {
	color: #075c9f
}

.link-blue.hvr-sweep-to-bottom {
	border: solid 1px #abbcc9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden
}

.link-blue.hvr-sweep-to-bottom:before {
	background-color: #075c9f
}

.link-blue.hvr-sweep-to-bottom:hover {
	color: white
}

a.link-outer:after {
	content: "\f08e";
	margin-left: .5em;
	font-family: 'fontawesome'
}

a.outerlink {
	display: block;
	line-height: 1.2em
}

a.outerlink i {
	float: left;
	padding-right: 5px
}

a.outerlink p {
	overflow: auto
}

.anchor_wrap {
	margin-top: -50px;
	padding-top: 50px
}

@media (min-width: 768px) {
	.anchor_wrap {
		margin-top: 0;
		padding-top: 0
	}
}

.just {
	text-align: justify;
	text-justify: inter-ideograph
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2
}

p {
	font-size: 14px;
	line-height: 1.5;
	color: #454545
}

.img-fluid {
	min-height: 1px;
	max-width: 100%;
	height: auto
}

dl.horizontal dt {
	float: left
}

dl.horizontal dd {
	overflow: auto
}

a.link-btn {
	display: block;
	padding: 20px;
	text-align: center;
	line-height: 1em;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 18px
}

@media (min-width: 576px) {
	a.link-btn {
		font-size: 18px
	}
}

@media (min-width: 768px) {
	a.link-btn {
		font-size: 22px
	}
}

@media (min-width: 992px) {
	a.link-btn {
		font-size: 20px
	}
}

@media (min-width: 1200px) {
	a.link-btn {
		font-size: 24px
	}
}

a.link-btn-green {
	background: #71a733;
	color: white
}

a.link-btn-gold {
	background: #bfaf63;
	color: white
}

.footer {
	padding: 50px 0 !important
}

.footer a {
	color: white
}

.footer a:hover {
	color: white
}

.footer-link a {
	color: white;
	display: inline-block;
	padding: 0 15px;
	margin: 0 5px
}

.footer-link a:hover {
	color: white
}

.footer-logo {
	padding: 10px
}

.footer-logo-item {
	width: 250px;
	height: auto
}

.box-r-right {
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px
}

.border-solid {
	border-width: 1px;
	border-style: solid
}

.border-top {
	border-top-style: solid;
	border-top-width: 1px
}

.border-gray {
	border-color: #ccc !important
}

.border-gray-dark {
	border-color: #999 !important
}

.border-blue {
	border-color: #075c9f !important
}

.border-pink {
	border-color: #d85189 !important
}

.border-black {
	border-color: black !important
}

.border-b-dot-gray {
	border-bottom: dotted 1px #999
}

.border-lr {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px
}

.border-lr-black {
	border-color: #222
}

.border-lr-gray {
	border-color: #ccc
}

.border-lr-blue {
	border-color: #075c9f
}

.border-lr-pink {
	border-color: #d85189
}

@media (min-width: 768px) {
	.br-md-gray {
		border-right: solid 1px #ccc
	}
}

@media (min-width: 768px) {
	.bl-md-gray {
		border-left: solid 1px #ccc
	}
}

.container {
	width: 100%
}

@media (min-width: 576px) {
	.container {
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-top {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 1200px) {
	.container-top {
		max-width: 1140px
	}
}

.p05 {
	padding: 5px 0
}

.p10 {
	padding: 10px 0
}

.p15 {
	padding: 15px 0
}

.p20 {
	padding: 20px 0
}

.p30 {
	padding: 30px 0
}

.p40 {
	padding: 40px 0
}

.p50 {
	padding: 50px 0
}

.p60 {
	padding: 60px 0
}

.p70 {
	padding: 70px 0
}

.p80 {
	padding: 80px 0
}

.p90 {
	padding: 90px 0
}

.p120 {
	padding: 120px 0
}

.p0505 {
	padding: 5px
}

.p50i {
	padding: 50px inherit
}

.p01050 {
	padding: 1px 5px 0
}

.p010 {
	padding: 0 10px
}

.p1010 {
	padding: 10px
}

.p1015 {
	padding: 10px 15px
}

.p1515 {
	padding: 15px
}

.p2020 {
	padding: 20px
}

.p3020 {
	padding: 30px 20px
}

.p3030 {
	padding: 30px 30px
}

.p5050 {
	padding: 50px 50px
}

.p8080 {
	padding: 80px 80px
}

.p9090 {
	padding: 90px 9px
}

.p0515 {
	padding: 5px 15px
}

.p0520 {
	padding: 5px 20px
}

.p4015 {
	padding: 40px 15px
}

.pr2em {
	padding-right: 2em
}

.pt10 {
	padding-top: 10px
}

.pt15 {
	padding-top: 15px
}

.pt20 {
	padding-top: 20px
}

.pt30 {
	padding-top: 30px
}

.pt35 {
	padding-top: 35px
}

.pt40 {
	padding-top: 40px
}

.pt50 {
	padding-top: 50px
}

.pt80 {
	padding-top: 80px
}

.pt100 {
	padding-top: 100px
}

.pb10 {
	padding-bottom: 10px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.pb40 {
	padding-bottom: 40px
}

.pb50 {
	padding-bottom: 50px
}

.pb80 {
	padding-bottom: 80px
}

.pb100 {
	padding-bottom: 100px
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.mt0 {
	margin-top: 0
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt50 {
	margin-top: 50px
}

.mt100 {
	margin-top: 100px
}

.mt110 {
	margin-top: 110px
}

.mt120 {
	margin-top: 120px
}

.mt130 {
	margin-top: 130px
}

.mt140 {
	margin-top: 140px
}

.mt150 {
	margin-top: 150px
}

.mt15-xs {
	margin-top: 15px
}

@media (min-width: 768px) {
	.mt15-xs {
		margin-top: 0
	}
}

.mb0 {
	margin-bottom: 0
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb50 {
	margin-bottom: 50px
}

.mb100 {
	margin-bottom: 100px
}

.mb15-xs {
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.mb15-xs {
		margin-bottom: 0
	}
}

.text-normal {
	font-weight: normal
}

.text-bold {
	font-weight: bold
}

.text-center-xs-md-left {
	text-align: center
}

@media (min-width: 768px) {
	.text-center-xs-md-left {
		text-align: left
	}
}

.text-center-xs-md-right {
	text-align: center
}

@media (min-width: 768px) {
	.text-center-xs-md-right {
		text-align: right
	}
}

.text-green {
	color: #71a733
}

.text-gold {
	color: #bfaf63
}

.text-white {
	color: white
}

.text-gray {
	color: #666666
}

.text-black {
	color: #222
}

.text-blue {
	color: #075c9f
}

.text-blue-light {
	color: #7ba8d7
}

.text-pink {
	color: #d85189
}

.text-beige {
	color: #777460
}

.text-red {
	color: #990000
}

.lh1em {
	line-height: 1.0
}

.lh12em {
	line-height: 1.2
}

.lh15em {
	line-height: 1.5
}

.lh18em {
	line-height: 1.8
}

.font-tinos400 {
	font-family: 'Tinos', serif;
	font-weight: 400
}

.font-tinos700 {
	font-family: 'Tinos', serif;
	font-weight: 700
}

.font-notoserif200 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 200
}

.font-notoserif300 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300
}

.font-notoserif400 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400
}

.font-notoserif500 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500
}

.font-notoserif900 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 900
}

.font-notosans100 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100
}

.font-notosans300 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300
}

.font-notosans400 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400
}

.font-notosans500 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500
}

.font-notosans700 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700
}

.font-mplus400 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400
}

.font-mplus500 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500
}

.font-mplus700 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700
}

.font-mplus800 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800
}

.font-roboto100 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100
}

.font-roboto300 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300
}

.font-roboto400 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400
}

.font-roboto500 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500
}

.font-h1 {
	font-size: 30px
}

@media (min-width: 992px) {
	.font-h1 {
		font-size: 36px
	}
}

.font-h2 {
	font-size: 24px;
	letter-spacing: .3rem
}

@media (min-width: 992px) {
	.font-h2 {
		font-size: 28px
	}
}

.font-h3 {
	font-size: 20px;
	letter-spacing: .3rem
}

@media (min-width: 992px) {
	.font-h3 {
		font-size: 24px
	}
}

.font100 {
	font-size: 100%
}

.font10 {
	font-size: 10px
}

.font11 {
	font-size: 11px
}

.font12 {
	font-size: 12px
}

.font13 {
	font-size: 13px
}

.font14 {
	font-size: 14px
}

.font15 {
	font-size: 15px
}

.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font19 {
	font-size: 19px
}

.font20 {
	font-size: 20px
}

.font21 {
	font-size: 21px
}

.font22 {
	font-size: 22px
}

.font23 {
	font-size: 23px
}

.font24 {
	font-size: 24px
}

.font30 {
	font-size: 30px
}

.font36 {
	font-size: 36px
}

.font40 {
	font-size: 40px
}

.font48 {
	font-size: 48px
}

.font54 {
	font-size: 54px
}

.font1014 {
	font-size: 10px
}

@media (min-width: 768px) {
	.font1014 {
		font-size: 14px
	}
}

.font1214 {
	font-size: 12px
}

@media (min-width: 768px) {
	.font1214 {
		font-size: 14px
	}
}

.font1416 {
	font-size: 14px
}

@media (min-width: 768px) {
	.font1416 {
		font-size: 16px
	}
}

.font1618 {
	font-size: 16px
}

@media (min-width: 768px) {
	.font1618 {
		font-size: 18px
	}
}

.font1620 {
	font-size: 16px
}

@media (min-width: 768px) {
	.font1620 {
		font-size: 20px
	}
}

.font1824 {
	font-size: 18px
}

@media (min-width: 768px) {
	.font1824 {
		font-size: 24px
	}
}

.font2030 {
	font-size: 20px
}

@media (min-width: 768px) {
	.font2030 {
		font-size: 30px
	}
}

.font2026 {
	font-size: 20px
}

@media (min-width: 768px) {
	.font2026 {
		font-size: 26px
	}
}

.font2436 {
	font-size: 24px
}

@media (min-width: 768px) {
	.font2436 {
		font-size: 36px
	}
}

.font2440 {
	font-size: 24px
}

@media (min-width: 768px) {
	.font2440 {
		font-size: 40px
	}
}

.font3654 {
	font-size: 36px
}

@media (min-width: 768px) {
	.font3654 {
		font-size: 54px
	}
}

.font2430 {
	font-size: 24px;
	transition: .5s
}

@media (min-width: 992px) {
	.font2430 {
		font-size: 30px
	}
}

.font3648 {
	font-size: 36px;
	transition: .5s
}

@media (min-width: 992px) {
	.font3648 {
		font-size: 48px
	}
}

.font141620 {
	font-size: 14px
}

@media (min-width: 360px) {
	.font141620 {
		font-size: 16px
	}
}

@media (min-width: 400px) {
	.font141620 {
		font-size: 20px
	}
}

@media (min-width: 992px) {
	.font141620 {
		font-size: 20px
	}
}

.font181824 {
	font-size: 16px
}

@media (min-width: 768px) {
	.font181824 {
		font-size: 18px
	}
}

@media (min-width: 992px) {
	.font181824 {
		font-size: 22px
	}
}

@media (min-width: 1200px) {
	.font181824 {
		font-size: 24px
	}
}

.letterspace-l {
	letter-spacing: 1em
}

.letterspace-n {
	letter-spacing: -0.1em
}

.font-rem12 {
	font-size: 1.2rem
}

.font-rem14 {
	font-size: 1.4rem
}

.font-rem16 {
	font-size: 1.6rem
}

.font-rem18 {
	font-size: 1.8rem
}

.font-rem24 {
	font-size: 2.4rem
}

.bb-gray-pm30 {
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.bb-gray-pm15 {
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.border-gray10 {
	border: solid 10px #e9e9e9
}

.h500 {
	height: 500px
}

.h550 {
	height: 550px
}

.h600 {
	height: 600px
}

.page-header {
	position: relative;
	height: 282px
}

.page-header::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #075d9f transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px
}

.page-tit {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%
}

@media (min-width: 576px) {
	.page-tit {
		top: 110px
	}
}

.page-tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 5px;
	background: #075c9f
}

.mk-item-wrap {
	padding: 15px 0
}

@media (min-width: 576px) {
	.mk-item-wrap {
		padding: 50px 0
	}
}

.mk-item-list-wrap {
	padding: 15px 0
}

@media (min-width: 576px) {
	.mk-item-list-wrap {
		padding: 30px 0 50px
	}
}

.mk-item {
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 50px;
	background: white
}

.mk-item-edit {
	margin-bottom: 30px
}

.mk-item-edit .mk-item-inner h2 {
	border-bottom: none;
	margin: 0;
	padding: 15px 0
}

.mk-item-inner {
	padding: 15px
}

@media (min-width: 576px) {
	.mk-item-inner {
		padding: 20px
	}
}

.mk-item-inner p {
	font-size: 16px;
	word-break: break-all;
}

.mk-item-inner h2 {
	color: #075c9f;
	font-size: 18px;
	border-bottom: solid 1px #075c9f;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500
}

.item-link-btn {
	font-size: 20px;
	text-align: center;
	display: block;
	background: #bfaf63;
	line-height: 1em;
	padding: 25px 20px;
	transition: .5s
}

.item-link-btn::after {
	content: "\f08e";
	font-family: "FontAwesome";
	margin-left: 10px
}

.item-link-btn:hover {
	background: #a49544
}

.item-link-btn.off {
	background: #adabab;
	color: #fff;
}

.item-link-btn.off:hover {
	background: #adabab;
	color: #fff;
}

.item-link-btn.off::after {
	display: none;
}

.fiximg {
	width: 100%;
	height: 442px;
	position: fixed;
	z-index: -1;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 442px;
	background-image: url("../img/bg_living.jpg")
}

@media screen and (min-width: 768px) {
	.fiximg {
		height: 502px;
		background-size: cover
	}
}

.fiximg-empty {
	height: 110px
}

@media screen and (min-width: 768px) {
	.fiximg-empty {
		height: 130px
	}
}

.btn-edit {
	display: block;
	background: #b4cde9;
	color: #024980;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.btn-edit:hover {
	background: #075c9f;
	color: white
}

.btn-delete {
	display: block;
	background: #ccc;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.btn-delete:hover {
	background: #333;
	color: white
}

.btn-add {
	display: block;
	background: #d85189;
	color: white;
	font-size: 20px;
	text-align: center;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: solid 4px #fff;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5)
}

.btn-add:hover {
	background: #f778ad
}

.form-group label,
.form-group .label {
	color: #075c9f;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700
}

.form-group input[type="text"],
.form-group textarea {
	background-color: #f1f1f1
}

.form-group input::placeholder {
	color: #bbb
}

.form-group textarea::placeholder {
	color: #bbb
}

.file-img-wrap {
	height: 340px;
	isplay: block;
	min-width: 100%;
	min-height: 200px;
	border: 5px dashed #eee;
	padding: 10px;
	margin-top: 15px
}

.btn-blue {
	color: #fff;
	background-color: #075c9f;
	border-color: #075c9f;
	padding: 15px 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.btn-blue:hover {
	color: #fff
}

.btn-pink {
	color: #fff;
	font-size: 18px;
	background-color: #d85189;
	border-color: #d85189;
	padding: 15px 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.btn-pink:hover {
	color: #fff;
	background-color: #f778ad
}

input[type="file"] {
	display: none
}

label.label-file {
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	background-color: #71a733;
	border: solid 1px #71a733;
	padding: 10px 30px;
	margin-top: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

#file-message {
	font-size: 12px
}

.mk-tit-status {
	display: inline-block;
	background-color: #075c9f;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	font-size: 20px;
	font-weight: bold;
	color: white
}

.bread {
	background: #f1f1f1;
	border-top: solid 1px #ddd
}

.footer-menu-item {
	display: inline-block;
	margin: 0 10px
}

.red {
	border: solid 1px red
}

.telno {
	color: #fff57e
}

.telno:hover {
	color: #fff57e
}

.telno:visited {
	color: #fff57e
}

.pagetop {
	position: fixed;
	bottom: 8px;
	right: 10px;
	line-height: 1
}

.pagetop a {
	color: rgba(205, 205, 205, 0.7);
	font-size: 40px
}

@media (min-width: 992px) {
	.pagetop a {
		font-size: 60px
	}
}

.pagination {
	margin: 20px 0 30px 0;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.alert {
	padding: .3rem 1rem;
}

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

.complete_txt {
	padding: 50px 0;
	font-size: 25px;
	color: #fff;
}

.ftcomplete {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.diblock {
	display: block !important;
}

.error {
	border: 1px solid #980707;
	background: #f7eeee !important;
}


.h-orientation {
    height: 200px;
    width: auto;
    position: relative;
}


.h-orientation img
{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;	
}

.detect-img
{
	display: none;
}
.w-orientation
{
	text-align: center;
}
.w-orientation img{
	width: 100%;
}
@media (min-width:576px){
.h-orientation  {
	height: 120px;

}
.w-orientation  {
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.w-orientation img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*IE対策*/
}
}
@media (min-width:992px){
.h-orientation {
    height: 175px;
}
	

}