<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#mainBlock {
	width: 70%;
}

.side {
	width: 300px;
}

.f_color_1 {
	color: #cf257d;
}

.navi-pc {
  border-right: 1px dotted #000;
  padding: 0px 20px;
  font-family: serif;
}

.navi-pc:first-child {
  border-left: 1px dotted #000;
}

.navi-pc a {
  color: #000;
  text-decoration: none;
}

.g-navgtion.pc {
  width: 100%;
	margin: 4% auto;
}

.g-navgtion.pc ul li a {
	display: block;
	font-size: 16px;
}

.item {
	margin: 5px 10px;
}

.btn_list {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.btn_link {
	color: #fff;
	display: block;
	padding: 15px 50px;
	border-radius: 8px;
	text-decoration: none;
	background-color: #e297be;
	box-shadow: 0px 1px 0px 0px #9a9595;
}

.btn_link.last {
	background-color: #c6b79b;
	margin-bottom: 35px;
}

.home-heading {
	color: #000;
	font-size: 24px;
	margin: 25px auto;
	font-family: serif;
}

.site-main .infoBlock00 dl.cnt1 dd .cnt_right {
	width: 100%;
	float: none;
}

.niptPage-Notice p {
	text-align: center;
}

.niptPage-heading {
	color: #e297be;
	text-align: center;
	margin: 0 0 20px 0;
}

.Notice-txt {
	color: #ff0000;
	font-size: 20px;
}

.small-red {
	font-size: 15px;
}

.small-black {
	color: #000;
	font-size: 15px;
	margin-bottom: 20px;
}

/*.headerimg .header_text .nipt_main_ttl {
	position: static;
	background: #e59ac1;
	padding: 10px;
	font-size: 14px;
	width: 210px;
	text-align: center;
	margin: 0 auto 20px;
	letter-spacing: .2em;
}*/
/*.headerimg .header_text .nipt_main_ttl {
    position: static;
    background: #e59ac1;
    padding: 5px;
    font-size: 16px;
    width: 240px;
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: .2em;
    line-height: 1.5;
}*/
/*20201102追加*/
.headerimg .header_text .nipt_main_ttl {
    position: static;
    /*background: #e87db4;*/
	/*20201106追加*/
	background: #f1b3d3;
    padding: 5px;
    font-size: 18px;
    font-weight: bold !important;
    width: 360px;
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: .2em;
    line-height: 1.5;
}

.headerimg .header_text .nipt_main_ttl:before {
	content: none;
}

@media screen and (max-width: 768px) {
.niptPage-Notice p {
	text-align: left;
}

.niptPage-heading {
	text-align: left;
}

.btn_link {
	color: #fff;
	font-size: 15px;
	width: 350px;
	background-color: #e297be;
	display: block;
	text-align: center;
	padding: 15px 10px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0px 1px 0px 0px #9a9595;
	margin: 0 0 15px;
}

.btn_link.last {
	background-color: #c6b79b;
	padding: 18px 10px;
	margin: 0 0 50px;
}

.niptPage-Notice {
	width: 87%;
	margin: auto;
}
}

.infoTitle.pc {
	position: relative;
}

.infoBlock00 .infoTitle-pc  {
	color: #e59ac1;
	font-size: 22px;
	height: 100%;
	display: block;
	position: absolute;
	left: 40px;
	top: 35px;
	writing-mode: vertical-rl;
	font-family: serif;
	letter-spacing: .2em;
}

.Medical-contents {
	font-size: 20px;
	font-family: arial,sans-serif;
	font-weight: bold;
}

.sub-nipt {
	font-size: 22px;
}

.header_text {
	margin: 0 0 0 -780px;
	position: relative;
	top: 200px;
	left: 50%;
	text-align: center;
	letter-spacing: 5px;
}
/* 2020/09/18 EXC修正 */
.header_text p {
	/* color: #000; */
	/* font-weight: bold; */
	margin: 0 0 20px 0;
	font-family: serif;
	letter-spacing: 5px;
	
}

.header_txt1 {
	font-size: 16px;
}
/* 2020/09/18 EXC追加 */
.header_txt2 {
	font-size: 25px;
	color:#666;
	font-weight: normal;
}
/* 2020/09/18 EXC追加 */
.header_txt3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
/* 2020/09/18 EXC追加 */
.main_ttl {
    font-size: 24px;
	font-weight: bold !important;
    margin-bottom: 20px;
	position: relative;
	top: 125px;
    left: 421px;
    color: #fff;
}

.header .headerimg .main_ttl {
	width: 340px;
	display: block;
	white-space: initial;
}

.header .headerimg .main_ttl:before {
	content: none;
}

.headerimg .header_text .header_txt2 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 1.4;
	margin: 0 0 20px;
}
.headerimg .header_text .header_txt2 span {
	font-size: 23px;
	font-weight:bold;
}

.front_page .front-btn a {
	margin: 15px 0 0;
}

.bg_nipt {
	background: #fff;
	padding: 0;
	width: 100%;
}
/* 2020/09/15 EXC修正 */
.bg_nipt .inner {
/* 2021/10/07 コメントアウト */
	/*background: url(./images/bg.jpg) no-repeat top center / contain;*/
	padding: 45px 15px 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.bg_nipt .inner p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.7;
	letter-spacing: .075em;
}

.arrow {
	margin: 30px 0;
}

.fw_b {
	font-weight: bold;
}

.bg_nipt .inner p.fz_l {
	font-size: 20px;
}

.number_list {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
}

.front-btn {
	display: flex;
	justify-content: space-between;
}

.front_page .infoBlock00 {
	margin-left: 0;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}

.front_page .infoBlock00 p.chatch {
    /* 2020/11/06 EXC追加 */
	color: #de004f;
	/* color: #da73a9; */
	font-size: 28px;
	text-align: center;
	font-family: serif;
	line-height: 1.4;
	margin: 10px 0 30px;
}

.greetingText {
	line-height: 1.8;
	font-size: 16px;
}

.greetingImages {
	padding: 0 2em 2em 0;
}

.front_page .infoBlock00 p {
	font-size: 1em;
	line-height: 1.8;
}

.front_page .infoBlock00 .txt {
	margin: 0 0 20px;
}

.concept {
	margin: 30px 0 0;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
}

.concept .txt span {
	color: #c50000;
	font-weight: bold;
}

.c_ttl_1 {
	overflow: hidden;
	text-align: center;
	width: 100%;
	/* 2020/11/06 EXC追加 */
	color: #de004f;
	/* color: #da73a9; */
	font-family: serif;
	font-size: 28px;
	letter-spacing: .075em;
}

.c_ttl_1 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

.c_ttl_1 span:before,
.c_ttl_1 span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #e5e5e5;
}

.c_ttl_1 span:before {
	right: 100%;
}

.c_ttl_1 span:after {
	left: 100%;
}

.front_page .infoBlock00 p.sub_con {
	margin: 30px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.72;
	text-align: center;
}

.front_page .infoBlock00 dl {
	width: 100%;
}

.front_page .infoBlock00 dl dd {
	box-sizing: border-box;
	width: 100%;
	float: none;
	padding: 0 20px;
}

.infoTitle.pc {
	margin-top: -20px;
	position: absolute;
}

.front_page .greetingImages {
	font: none;
}

.infoBlock_wrap {
	padding: 0 0 0 90px;
}

.c_btn_1 {
	border: solid 1px #d270a3;
	border-width: 1px 1px 3px;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	width: 415px;
	margin: auto;
	/* 2020/11/05 EXC追加 */
	color: #500;
	/* color: #fff; */
	text-decoration: none;
	background: #e69ac1;
	font-family: serif;
	position: relative;
	font-size: 22px;
	text-align: center;
}

.c_btn_1:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -2px 0 0;
	transform: rotate(135deg);
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
}

.c_btn_2 {
	border: solid 1px #d270a3;
	border-width: 1px 1px 3px;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	margin: auto;
	color: #fff;
	text-decoration: none;
	background: #e69ac1;
	font-family: serif;
	position: relative;
	font-size: 22px;
	text-align: center;
}

.c_btn_1:hover ,
.c_btn_2:hover {
	color: #fff;
}

.c_btn_2:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -2px 0 0;
	transform: rotate(135deg);
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
}

.front_page .infoBlock00 dl.cnt1 dd .content_wrap {
	display: flex;
	justify-content: space-between;
}

.front_page .infoBlock00 dl.cnt1 dd .content_wrap .content_txt {
	font-size: 16px;
}

.front_page .infoBlock00 dl.cnt1 dd .content_wrap .content_txt._space {
	margin: 30px 0 0;
}

.front_page .infoBlock00 dl.cnt1 dd .content_wrap .content_txt._color01 {
	color: #c30065;
}

.front_page .infoBlock00 dl.cnt1 dd .cnt_left {
	float: none;
	width: 360px;
	margin: 0;
	padding: 0 15px 0 0;
}

.front_page .infoBlock00 dl.cnt1 dt {
	width: 100%;
	float: none;
}

.front_page .infoBlock00 p.content {
	font-size: 16px;
	margin: 20px 0;
}

.con_info_block { 
	border-radius: 5px;
	background: #fff0f8;
	margin: 30px 0 0;
}

.front_page .con_info_block .info_ttl { 
	font-size: 20px;
	/* 2020/11/06 EXC追加 */
	color: #de004f;
	/* color: #e59ac1; */
	font-weight: bold;
	padding: 15px 20px;
	border-bottom: dotted 1px #e59ac1;
}

.con_info_block .info_list { 
	display: flex;
	justify-content: space-between;
}
.con_info_block .info_list:nth-child(2) { 
	padding: 30px 20px 0;
}
.con_info_block .info_list:nth-child(3) { 
	padding: 5px 20px 5px;
}
/*.con_info_block .info_list:nth-child(3) { 
	padding: 5px 20px 30px;
}*/
.con_info_block .info_list:nth-child(4) { 
	padding: 5px 20px 30px;
}
.con_info_block .info_list .item { 
	width: 47%;
}

.con_info_block .info_list .item .c_btn_2 { 
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
}
.con_info_block .info_list:nth-child(3) .item .c_btn_2 { 
	background: #fff8fc;
    color: #d677a8;
	font-size: 1.1rem;
}
.con_info_block .info_list:nth-child(3) .item .c_btn_2:after { 
	border-left: 10px solid #e69ac1;
}
.front_page .wk {
	width: 100%;
}

.sideContactMail {
	padding: 0;
	border: none;
	background: none;
	width:200px;
}

.side .btn-mypage01, 
.side .btn-mypage02 {
	padding: 5px 14px;
}

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

	.main_ttl {
		width: 100%;
	}

	.page-id-2158 .headerimg .header_text .nipt_main_ttl {
		margin: 0 auto 10px;
	}

	/*.page-id-2158 .headerimg .header_text .header_txt2 {
		font-size: 20px;
    margin: 0;
        font-family: 'Noto Serif JP', serif !important;
        margin-top: 20px;
        font-weight: 100;
	}*/
	/*20201102追加*/
	.page-id-2158 .headerimg .header_text .header_txt2 {
	font-size: 16px !important;
    margin: 0;
    font-family: 'Noto Serif JP', serif !important;
    margin-top: 15px !important;
    font-weight: 100;
	}
    .page-id-2158 .headerimg .header_text .header_txt3sp {
		font-size: 13px;
    margin-top: 15px;
        font-family: 'Noto Serif JP', serif !important;
        font-weight: 500;
	}

	.header_text {
		margin: 0;
		position: relative;
		top: 95px;
		left: initial; 
		text-align: center;
		letter-spacing: 5px;
	}
/* 2020/09/18 EXC修正 */
	.header_text p {
		/* color: #000; */
		/* font-weight: bold; */
		margin: 0 0 10px 0;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 1px;	
	}

	.header_txt1 {
		font-size: 8px;
	}

	.header_txt2 {
		font-size: 14px;
	}

	.header_txt3 {
		font-size: 6px;
	}
 

	.sideContents {
		display: none;
	}

	#mainBlock {
		width: 96%;
		margin: auto;
	}

	.mypage-nav {
		position: absolute;
    top: 30px;
    width: 90%;
		left: 0;
	}
/* 2020/09/15 EXC修正 */
/* 2021/03/11 EXC修正 */
	.page-template-frontpage-page .headerimg {
        /* background: url(/wp-content/uploads/2019/11/main_images_03sp.jpg) no-repeat left top/contain; */
		/* padding: 26%; */
		position: relative;
		/* height: auto; */
		height: auto !important;
        background-color: #fff;
		margin-bottom: 10px;
	}

	.page-template-frontpage-page .header_text {
		margin: 0;
        width: 100%;
        left: -0;
        bottom: 15px;
        font-size: 13px;
	}

	.page-template-frontpage-page .headerimg .header_text .header_txt2 {
        display: block !important;
        font-size: 18px;
        line-height: 1.4em;
        margin: 10px 0;
        width: 100%;
        word-break: break-all;
        white-space: normal;
        letter-spacing: .075em;
	}

	.page-template-frontpage-page .content {
        display: block;
	}

	.front-btn {
		display: block;
        margin: 20px auto;
	}

	.bg_nipt .inner p {
		font-size: 14px;
	}

	.bg_nipt .inner {
		background-size: contain;
		padding: 20px 10px 20px;
	}

	.sub-nipt {
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.7;
    letter-spacing: .05em;
	}

	.arrow {
		margin: 15px 0;
	}

	.bg_nipt .inner p.fz_l {
    font-size: 14px;
	}

	.front_page .infoBlock00 {
		padding: 30px 0;
	}

	.infoBlock_wrap {
		padding: 0;
	}

	.front_page .greetingImages {
		padding: 0;
    text-align: center;
	}

	.front_page .greetingImages img {
		display: block;
    margin: 0 auto 20px;
	}

	.front_page .infoBlock00 p.chatch {
		font-size: 24px;
	}

	.c_ttl_1 {
    font-size: 22px;
	}

	.c_ttl_1 span {
		margin: 0 1.5em;
	}

	.front_page .infoBlock00 p.sub_con {
		font-size: 16px;
	}

	.c_btn_1 {
		width: 100%;
    font-size: 16px;
	}
	
	.c_btn_3 {
	border: solid 2px #d270a3;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	margin: auto;
	color: #757575;
	text-decoration: none;
	background: #fff;
	font-family: serif;
	font-weight: bold;
	position: relative;
	font-size: 22px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	}

	.c_btn_3:hover {
	color: #d90071;
	}

	.c_btn_3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -2px 0 0;
	transform: rotate(135deg);
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
	}

	.front_page .infoBlock00 dl.cnt1 dd.last {
		padding: 0;
	}

	.front_page .infoBlock00 dl.cnt1 dd .cnt_left {
		width: 100%;
    display: block;
		padding: 0;
		margin: 0 0 10px;
	}

	.front_page .con_info_block .info_ttl,
	.con_info_block .info_list {
		padding: 10px;
	}

	.con_info_block .info_list .item {
		width: 100%;
	}

	.con_info_block .info_list .item .c_btn_2 {
		padding: 10px;
    font-size: 20px;
	}

	.front_page .infoBlock00 dl.cnt1 dd .content_wrap {
		display: block;
	}

	.number_list {
		display: block;
	}

	.number_list .item {
		margin: 20px 0;
	}

}

/*↓↓↓マーカーアニメーション↓↓↓*/
.marker-animation .active {
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 6s ease;
    font-weight: bold;
}
/*↑↑↑マーカーアニメーション↑↑↑*/

@media screen and (max-width: 320px) {
	.header_text {
		margin: 0;
		position: relative;
		top: 80px;
		left: initial;
		text-align: center;
		letter-spacing: 1px;
	}

	.header_text p {
		color: #000;
		font-weight: bold;
		margin: 0 0 10px 0;
		font-family: serif;
	}

	.header_txt1 {
		font-size: 8px;
	}

	.header_txt2 {
		font-size: 12px;
	}

	.header_txt3 {
		font-size: 8px;
	}
}
@media screen and (max-width: 480px) {
.headerimg .header_text .header_txt2 span {
	font-size: 15px;
	font-weight:normal;
}
}

.date-wrap {
text-align:right;
margin: 0 1rem 1rem 0;
}
.date-wrap time {
/* 2020/11/05 EXC 追加 */
color:#666;
/* color:#939393; */
font-size:13px;
font-weight:bold;
padding: 0px 0.8rem;
border-left: 5px solid #dddddd;
border-right: 5px solid #dddddd;
}

h3 {
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 1.3rem;
    line-height: 1.5;
}
h4 {
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 1.3rem;
    line-height: 1.5;
}
h5 {
    font-size: 1.4rem;
    font-weight: bold;
	margin-bottom: 1.3rem;
    line-height: 1.5;
}
h6 {
    font-size: 1.2rem;
    font-weight: bold;
	margin-bottom: 1.3rem;
    line-height: 1.5;
}
.dataTables_wrapper {
    margin: 1rem 0;
	/* 2020/12/07 E追加 */
	overflow: auto;
}
img {
    margin: 1rem 0;
}
.side img {
    margin: 0;
}
p.title_h2 {
	margin-bottom:0 !important;
}

.sideContactMail a {
    /* 2020/11/05 EXC追加 */
    /*color:#202020; */
    /* color:#fff; */
	/* 2020/11/06 奥村追加 */
    color:#757575;
    text-decoration:none;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
    font-weight:700;
}

/* 2020/09/11 EXC追加 */
.headerimg {
	position:relative;
}

@media screen and (max-width: 640px) {
.main_ttl {
	width:100% !important;
	padding:10px;
	height:250px;
	color:#fff;
	background:#00000052;
	padding-top:100px;
	text-align:center;
	position:initial;
}
/* 2020/10/13 EXC追加 */
.sp_footer_search-box {
    text-align:center;
}
.sp_footer_search-box img {
    margin-bottom:5px !important;
	height:20px;
}
.sp_footer_blog {
    text-align:center;
	background: #E59AC1;
	border-radius: 15px;
	height:35px;
	margin: 0 30px 15px 30px;
    padding: 5px;
}
.sp_footer_blog a {
    color: #444444 !important;
	font-size:1rem;
	display:block;
}
.nav-previous {
    margin-bottom: 10px;
}
.c_btn_1 {
    background: #fff;
    position: relative;
    display: block;
    padding: 20px 0;
    margin: auto;
    width: 360px;
    border: solid 2px #e07ab0;
    color: #757575;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    transition: .4s;
}
.square_btn2 {
    background: #fff;
    position: relative;
    display: block;
    padding: 20px 0;
    margin: auto;
    width: 360px;
    border: solid 2px #e07ab0;
    color: #757575;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    transition: .4s;
}
/* 2020/11/30 EXC修正 */
.sp-tel img {
    width: 140px;
    height: 15.5px;
    margin: 10px 0 0 0;
}
.logoBlock img {
    height: 62px;
	/* 2021/02/05 追加 */
	margin: 60px 0 0 0;
}
/* 2020/11/30 EXC追加 */
p.logoBlock.sp {
    margin-bottom: 5px !important;
}
/* 2020/11/30 EXC追加 */
.sp_header_yoyaku_btn {
    border: solid 2px #d270a3;
    border-radius: 5px;
	padding: 5px;
    display: block;
	margin: 10px auto 10px auto;
	color: #757575;
    text-decoration: none;
	background: #fff;
	font-family: sans-serif;
    position: relative;
	font-size: 16px;
    text-align: center;
	font-weight: bold;
}
/* 2021/02/02 追加 */
.sp_header_floating_nav {
    text-align: center;
	position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 55px;
	left: 0px;
	transition: .5s;
}
.sp_header_floating_nav.hide {
    transform: translateY(-100%);
}
/* 2021/02/22 追加 */
.navi.sp.hide {
    transform: translateY(-212%);
}
/* 2021/02/05 追加 */
.sp_header_floating_btn {
    border: solid 2px #d270a3;
    border-radius: 5px;
    padding: 8px 30px;
    display: initial;
    margin: 0 auto 10px auto;
    color: #757575;
    text-decoration: none;
    background: #fff;
    font-family: sans-serif;
    position: relative;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
	top: 15px;
}
/* 2021/02/05 追加 */
div#footer-menusp {
	text-align: center;
    position: fixed;
    width: 100%;
    bottom: -5vw;
    z-index: 9999;
    padding: 0;
    background: #fff;
    height: 90px;
}
/* 2021/02/05 追加 */
.sp_footer_floating_btn {
    border: solid 2px #d270a3;
    border-radius: 5px;
    /* padding: 3px 25px; */
	padding: 3px;
    display: inline-block;
    margin: 0 auto 10px auto;
    color: #757575;
    text-decoration: none;
    background: #fff;
    font-family: sans-serif;
    position: relative;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
	top: 7.5px;
	height: 57.5px;
}
/* 2021/02/05 追加 */
div.mainbox {
    height: auto;
    margin: 0 0 3em;
}
/* 2021/02/05 追加 */
article.mypage-nav {
    display: none;
}
/* 2021/02/05 追加 */
h1.blog-title {
    top: -390px;
	left: 0px;
}
/* 2021/03/01 追加 */
.sp_footer_credit {
	text-align:center;
}
}

@media screen and (min-width: 641px) {
.sp_footer_search-box {
    display:none;
}
.sp_footer_blog {
    display:none;
}
.sp_header_yoyaku_btn {
    display:none;
}
.sp_footer_banner {
    display:none;
}
/* 2021/02/05 追加 */
.sp_header_floating_nav {
    display:none;
}
/* 2021/02/05 追加 */
.sp_footer_floating_btn {
    display:none;
}
/* 2021/02/05 追加 */
h1.blog-title {
    top: -230px;
}
/* 2021/03/01 追加 */
.sp_footer_credit {
	display:none;
}
}

/*↓↓↓マーカーアニメーション↓↓↓*/
.marker-animation.active {
    background-position: -100% .5em;
}
/* マーカー黄色 */
.mark-yellow {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 6s ease;
    font-weight: bold;
}
/* マーカー水色 */
.mark-blue {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153,255,255) 50%) !important;
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(153,255,255) 50%) !important;
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(153,255,255) 50%) !important;
    background-image: -o-linear-gradient(left, transparent 50%, rgba(153,255,255) 50%) !important;
    background-image: linear-gradient(left, transparent 50%, rgba(153,255,255) 50%) !important;
	background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 6s ease;
    font-weight: bold;
}
/* マーカーピンク色 */
.mark-pink {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%) !important;
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%) !important;
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%) !important;
    background-image: -o-linear-gradient(left, transparent 50%, rgba(255,230,255) 50%) !important;
    background-image: linear-gradient(left, transparent 50%, rgba(255,230,255) 50%) !important;
	background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 6s ease;
    font-weight: bold;
}
/*↑↑↑マーカーアニメーション↑↑↑*/

/* 2020/11/05 EXC追加 */
.closed-pink {
    color: #e60077;
}

/* 2020/11/06 追加 */
.c_btn_1 {
    background: #fff;
    position: relative;
    display: block;
    padding: 20px 0;
    margin: auto;
    width: 320px;
    border: solid 2px #e07ab0;
    color: #757575;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    transition: .4s;
}
.square_btn2 {
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin: 0 10px 10px 10px;
    width: 70%;
    border: solid 2px #e07ab0;
    color: #757575;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    transition: .4s;
	text-shadow: none;
}
.c_btn_1:hover {
  background: #fff;
  color: #e07ab0;
}
.c_btn_1:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -2px 0 0;
	transform: rotate(135deg);
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid #d90071 !important;
	border-bottom: 10px solid transparent;
}

.hp-news h2, .hp_holiday h2 {
    width: 100% !important;
}
/* 2020/12/07 追加 */
.responsive-table-scroll {
    overflow: auto;
}
/* 2020/12/08 追加 */
a.btn-mypage01, a.btn-mypage02 {
    padding: 5px 15px;
}
.nav-wrap.side2 {
    text-align: center;
}
/* 2021/04/05 追加 */
img.header-lower-img {
    width: 100%;
	height: auto;
	margin: 0px;
}</pre></body></html>