* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	word-wrap: break-word;
	background: #fff;
	color: #000;
	font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

ul,
ol {
	list-style: none;
}
nav a {
	text-decoration: none;
}
a[href^='tel:'] {
	pointer-events: none;
	text-decoration: none;
	color: inherit;
}
@media screen and (max-width: 800px) {
	a[href^='tel:'] {
		pointer-events: auto;
	}
}
img {
	height: auto;
}
img,
iframe {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}
a[href]:hover img {
	opacity: 0.7;
}
button {
	border: 0;
}
address,
em,
dfn,
cite {
	font-style: normal;
}
small {
	font-size: inherit;
}

#content {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	padding: 0 5%;
	box-sizing: border-box;
}

@media screen and (min-width: 801px) {
	#content {
		padding: 0 20px;
	}
}

/*====================================================
  inr
====================================================*/
.inr {
	max-width: 840px;
	margin: 0 auto;
}

/*====================================================
  Device display
====================================================*/
.pc, .pc-ib {
	display: none !important;
}

.ib {
	display: inline-block;
}

.smt-ib {
	display: inline-block !important;
}


@media only screen and (min-width: 800px) {
	.pc {
		display: block !important;
	}
	.pc-ib {
		display: inline-block !important;
	}
	.smt, .smt-ib {
		display: none !important;
	}
}

.btn {
	color: #fff;
	background-color: #71B8AB;
	font-size: min(5.5vw,20px);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 368px;
	max-width: 100%;
	padding: 1.32em 0.5em;
	margin: 0 auto;
	transition: opacity 0.3s ease;
	text-decoration: none;
	box-sizing: border-box;
}

.btn:hover {
	opacity: 0.7;
}


/*local
--------------------------------------------------------------*/
.info-wp {
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
}
.info-wp>:nth-child(1) {
	flex: 0 0 55%;
	padding: 20px 0 20px;
}
.info-wp>:nth-child(2) {
	flex: 0 0 45%;
	text-align: right;
}
.info-wp>:nth-child(2) button {
	vertical-align: top;
}
.info-wp .logo {
	width: 33%;
}
@media screen and (max-width: 800px) {
	.info-wp .logo {
		width: 70%;
	}
}

#copyright {
	font-size: 0.75rem;
	line-height: 1.4;
	text-align: center;
	padding: 0.7em 0.7em 0.9em;
	background: #F579AD;
	color: #fff;
}
@media screen and (max-width: 800px) {
	#copyright {
		font-size: 0.7rem;
	}
}

/*simple
--------------------------------------------------------------*/
.time-wp {
	text-align: right;
	margin-bottom: 1em;
}

.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}

.txt-strong {
	color: #F80602;
	font-weight: bold;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.w100p {
	width: 100% !important;
}
.mw-d1 {
	max-width: 1100px !important;
	box-sizing: border-box !important;
}
.mw-d2 {
	max-width: 1065px !important;
	box-sizing: border-box !important;
}
.bgc-d1 {
	background-color: #fff !important;
}
.bgc-d2 {
	background-color: #FBED21 !important;
}
.bgc-d3 {
	background-color: #fffbf8 !important;
}
.bgi-d1 {
	background-image: url(/assets/img/mogi/bg-01.jpg) !important;
}
.red {
	color: #FF0000 !important;
}
.c-d1 {
	color: #F579AD !important;
}
.dn {
	display: none !important;
}

.sta {
	color: #0059B8;
}

.sun {
	color: #DB004F;
}

.db {
	display: block !important;
}
.dib {
	display: inline-block !important;
}
.di {
	display: inline !important;
}
.df {
	display: flex !important;
}
@media screen and (max-width: 800px) {
	.tb-pb-d1 {
		padding-bottom: 30px !important;
	}
	.tb-dn {
		display: none !important;
	}
	.tb-db {
		display: block !important;
	}
	.tb-dib {
		display: inline-block !important;
	}
	.tb-di {
		display: inline !important;
	}
	.tb-df {
		display: flex !important;
	}
}
@media screen and (max-width: 500px) {
	.sp-px0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sp-dn {
		display: none !important;
	}
	.sp-db {
		display: block !important;
	}
	.sp-dib {
		display: inline-block !important;
	}
	.sp-di {
		display: inline !important;
	}
	.sp-df {
		display: flex !important;
	}
}
.posr {
	position-rirative !important;
}
.ofh {
	overflow: hidden !important;
}

.about_img {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.about_img {
		margin: 20px auto;
	}
}

/*title
--------------------------------------------------------------*/
.title {
	font-size: min(6vw,32px);
	line-height: 1.18;
}

.title-bg {
	color: #fff;
	background-color: #3F80C3;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 14px 10px;
}

.title-border {
	color: #3F80C3;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom: 3px solid #3F80C3;
}

.title_slush {
	font-size: min(6vw,32px);
	line-height: 1.18;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
}

.title_slush_inr {
    display: flex;
    gap: 30px;
    align-items: center;
}

.title_slush .title_slush_inr::before ,
.title_slush .title_slush_inr::after {
	content: "";
	display: block;
	width: 3px;
	height: 85%;
	background-color: #070304;
	transform: rotate(-31deg);
}

.title_slush .title_slush_inr::after {
	transform: rotate(31deg);
}

.title_slush .marker {
    display: inline-block;
    line-height: 1.15;
	color: #DD0014;
	font-size: min(8vw,45px);
	background: linear-gradient(transparent 70%, #EDE349 70%, #EDE349 100%, transparent 100%)
}

@media screen and (max-width: 800px) {
	.title_slush_inr {
		gap: 5%;
		width: 100%;
		justify-content: center;
		align-items: flex-end;
	}

	.title_slush .marker {
		display: inline;
	}

	.title_slush .title_slush_inr::before ,
	.title_slush .title_slush_inr::after {
		height: 70%;
	}
}

/*tabs
--------------------------------------------------------------*/
.tabs {
	max-width: 560px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.tab-button {
	font-size: 18px;
	font-weight: bold;
	flex-grow: 1;
	padding: 18px 20px;
	cursor: pointer;
	border: none;
	color: #fff;
	background-color: #CCCCCC;
	outline: none;
	transition: background-color 0.3s;
	border-bottom: 3px solid transparent;
}

.tab-button.active {
	background-color: #71B8AB;
}

.tab-content .content {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	height: 0;
}

.tab-content .content.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	padding: 37px 0 0;
}

.credit_note {
	font-weight: bold;
	color: #2F69A9;
	margin-bottom: .5em;
	margin-top: 1em;
}

.credit_img {
	text-align: center;
}

.credit_img img {
    width: 60%;
    min-width: 250px;
}