﻿@charset "utf-8";

/* =======================================
共通
======================================= */
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #454242;
	line-height: 1.5;
}

.inbox {
	padding: 0px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_c {
	text-align: center;
}


.btn01 {
	font-size: 16px;
	text-align: center;
	border: 1px solid #467218;
	border-bottom: 3px solid #467218;
}

.btn02 {
	font-size: 16px;
	text-align: center;
	background-color: #467218;
}

.btn01 a, .btn02 a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.btn01 a {
	color: #467218;
	background: url(../img/common/arrow01.png) no-repeat center right 10px;
}

.btn02 a {
	color: #fff;
	background: url(../img/common/arrow02.png) no-repeat center right 10px;
}

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

/*com-banner
--------------------------------------------*/
.banner-wrap {
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
	border: solid 2px #ef93a8;
}

.banner-ttl {
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	background: #ef93a8;
	margin-top: -30px;
	margin-bottom: 12px;
}

.banner-tel {
	margin: 0 auto 10px;
	text-align: center;
	margin-bottom: 15px;
}

.banner-tel a {
	font-family: "游ゴシック",sans-serif;
	font-size: 35px;
	color: #ef93a8;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1em;
}

.banner-tel span {
	padding-left: 7%;
	background: url('../img/banner/banner-tel-icon.png')no-repeat left top 45%/7%;
}

.banner-contact {
	width: 98%;
	text-align: center;
	border-radius: 6px;
	border: solid 2px #ef93a8;
	margin: 0 auto 10px;
}

.banner-contact a {
	display: block;
	padding: 10px 0;
	background: url('../img/banner/banner-arrow.png') no-repeat right 7px top 50%;
}

.banner-contact span {
	padding-left: 26px;
	background: url('../img/common/mail-icon.png')no-repeat left bottom 50%;
}

.banner-contact img {
	line-height: 1em;
	margin-top: -5px;
	width: 70%;
}

.banner-eigyou {
	margin-bottom: 15px;
}

.banner-right dl,.banner-right dt,.banner-right dd {
	box-sizing: border-box;
	font-size: 12px;
}

.banner-right dl {
	border: dashed 1px #c1c1c1;
}

.banner-right dl:last-child {
	border-top: none;
}

.banner-right dt,.banner-right dd {
	width: 100%;
	vertical-align: middle;
}

.banner-right dt {
	background: #f2f2f2;
	padding: 5px;
}

.banner-right dd {
	padding: 5px 5px 10px 5px;
	background: rgba(255, 255, 255, 0.6);
}

.banner-add {
	font-size: 12px;
}

/*pagetop----------*/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 15px;
	cursor: pointer;
	z-index: 999;
}

/*header
--------------------------------------------*/
#header {
	padding: 5px 0 10px 0;
}

#header h1 span {
  color: #664f48;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
    padding: 3px 0px;
}

.h1_wrap {
	position: relative;
	left: 0;
	width: 50%;
	top: 7px;
}

.h1_wrap a {
	display: block;
}

.h-cont-info {
	display: none;
}

.h-cont-wrap {
	margin-right: 20px;
}

.h-tel span {
	font-family: "游ゴシック",sans-serif;
	font-weight: bold;
	color: #ef93a8;
	font-size: 28px;
	padding-left: 20px;
	background: url('../img/common/tel.icon.png')no-repeat left top 50%/6%;
}

.h-mail {
	background: #fff;
	border: solid 2px #ef93a8;
	text-align: center;
	border-radius: 5px;
}

.h-mail a {
	padding: 0 0 3px 15px;
	display: block;
	background: url('../img/common/mail-icon.png')no-repeat left 8px top 50%;
}

.h-eigyou dl,.h-eigyou dt,.h-eigyou dd, {
	font-size: 12px;
	box-sizing: border-box;
}

.h-eigyou {
	font-size: 12px;
}

.h-eigyou dl {
	border: dotted 1px #bfbfbf;
}

.h-eigyou dl:first-child {
	border-bottom: none;
}

.h-eigyou dt,.h-eigyou dd {
	display: inline-block;
	display: table-cell;
}

.h-eigyou dt {
	text-align: center;
	width: 60px;
	padding: 3px 8px;
	vertical-align: middle;
	background: #f2f2f2;
}

.h-eigyou dd {
	padding: 6px;
}

/*PCナビ非表示==============*/
#nav {
	display: none;
}

/*スマホナビ==============*/
.sp_tel,
#sp_navi .trigger_li {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    border: 1.5px solid #fa637f;
}

.sp_tel {
    right: 55px;
    padding: 3px;
    position: absolute;
}

.sp_tel a {
	display: block;
}

.sp_tel img {
	margin-top: 3px;
	width: 50%;
	height: auto;
}

#sp_navi {
    position: absolute;
    top: 32px;
    right: 10px;
}

#sp_navi .trigger_li {
    padding: 7px 3px 0px;
    position: relative;
    border-radius: 6px;
}

#sp_navi .trigger_li a {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
}

.main-navigation {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
    max-height: 90%;
    overflow-y: scroll;
    padding: 0;
    background-color: rgba(255, 255, 255,.9);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity, visibility, .3s ease-in-out;
}

.active .main-navigation {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.main-navigation ul {
    flex-direction: column;
    border-left: none;
    width: 100%;
}

.main-navigation ul>li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fa637f;
}

.main-navigation ul>li a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    color: #fa637f;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fa637f;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*　共通　▲　*/

/*active付与後の動き　▼　*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
/*active付与後の動き　▲　*/

/*main visual
--------------------------------------------*/
#mainvis {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    top: 30px;
}

.bx-wrapper {
	height: 280px;
}

#mainvis .top-mv-wrap {
    position: absolute;
    z-index: 100;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    text-align: center;
}

.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}

.slider img {
	position: absolute;
	min-height: 100%;
	margin: 0 auto;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}

.bx01, .bx02, .bx03{
	height: 280px;
}

.bx01 {
	background: url(../img/slider/slider01_bg.jpg) center center / 250% no-repeat;
}
.bx02 {
	background: url(../img/slider/slider02_bg.jpg) center center / 250% no-repeat;
}
.bx03 {
	background: url(../img/slider/slider03_bg.jpg) center center / 250% no-repeat;
}

.bx-viewport {
	height: 280px;
}


/*top
--------------------------------------------*/
/*TOP-共通--------------------*/

.t-ttl01 {
	text-align: center;
	margin-bottom: 30px;
}

.t-ttl01 span {
	color: #a59a9b;
	font-size: 14px;
} 

.t-ttl {
	padding-bottom: 10px;
	position: relative;
	border-bottom:  solid 1px #e8d6d6;
}

.t-ttl::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 158px;
	background: #ef93a8;
	margin-left: -79px;
}

/*top-greeting
--------------------------------------------*/
.t-greeting-wrap>div {
	float: none;
	margin-bottom: 10px;
}

.t-greeting-wrap img {
	width: 100%;
}

.t-sec01-p {
	margin-bottom: 30px;
}

/*top-care
--------------------------------------------*/
#t-sec02,#t-sec03,#t-sec04 {
	margin-bottom: 5px;
}

.care-wrap {
	background-repeat: no-repeat;
}

.care-sec-ttl {
	width: 100%;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	position: relative;
	background-size: 150%;
}

.top-katakori .care-sec-ttl {
	background-image: url('../img/top/katakori-bk02.jpg');
	background-position: right 50% bottom;
}

.top-youtsu .care-sec-ttl {
	background-image: url('../img/top/youtsu-bk02.jpg');
	background-position: right 50% bottom;
}

.top-whitning .care-sec-ttl {
	background-image: url('../img/top/whitning-bk02.jpg');
	background-position: right 50% bottom;
}

.care-sec-txt {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 30px 0;
}

.care-sec-txt h2 {
	margin-bottom: 20px;
}

.top-katakori h2 img {
	width: 25%;
}

.top-youtsu h2 img {
	width: 20%;
}

.top-whitning h2 img {
	width: 50%;
}

.care-sec-txt p {
	color: #a59a9b;
	margin-bottom: 15px;
}

.more-btn a {
	width: 200px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
	border: solid 2px #ef93a8;
	border-radius: 8px;
	padding: 10px 0;
	background-image: url('../img/common/arrow.png');
	background-repeat: no-repeat;
	background-position: right 5% top 55%;
}

.more-btn img {
	vertical-align: middle;
}

/*top-news/facebook
--------------------------------------------*/
#t-sec05 {
	padding-top: 25px;
}

#t-news {
	float: none;
	margin-bottom: 30px;
}

#t-news li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #a59a9b; 
}

#t-news li:first-child {
	padding-top: 20px;
	border-top: solid 1px #a59a9b; 
}

#t-news li:last-child {
	border-bottom: solid 1px #a59a9b; 
}

#t-news a {
	display: block;
}

#t-news time {
	font-size: 12px;
	display: block;
	color: #ef93a8;
}

.more-txt {
	color: #fa637f;
}

.t-all-news {
}

.t-all-news a {
	display: block;
	color: #c50303;
	text-align: right; 
}

.t-all-news span {
	padding-right: 20px;
	background: url('../img/common/arrow.png') no-repeat right top 50%;
}

#fb {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

/*footer
--------------------------------------------*/
#footer {
	margin-top: 35px;
}

.footer-wrap {
	background: #fcf2f6;
	padding:  20px 0;
}

.ft-nav {
	display: none;
}

.f-logo {
	margin-bottom: 10px;
}

.f-info {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

.f-info img {
	width: 50%;
	height: auto;
}


.f-tel {
	width: 215px;
	margin: 0 auto;
	font-family: "游ゴシック",sans-serif;
	padding-left: 30px;
	color: #fa637f;
	background: url('../img/common/tel.icon.png') no-repeat left 20px top 50% / 6%;
}

.f-tel a {
	font-weight: bold;
	font-size: 30px;
	color: #fa637f;
}

.f-add {
	font-size: 12px;
}

.f-add dt,.f-add dd {
	color: #2d2d2d;
	display: inline-block;
}

.f-add dt {
	padding: 2px 15px;
	background: #fff;
	margin-right: 10px;
}

.f-cont-in  {
	float: none;
}

.f-cont-mail {
	width: 85%;
	margin: 0 auto;
	float: none;
	background: #fff;
	border: solid 2px #fa637f;
	border-radius: 10px;
	margin-top: 10px;
}

.f-cont-mail a {
	display: block;
	text-align: center;
	position: relative;
	padding: 36px 0 14px 0;
	background-image: url('../img/common/h-mail.png');
	background-repeat: no-repeat;
	background-position: left 50% top 20px;
}

.f-cont-mail img {
	display: none;
}

.f-eigyou {
	float: none;
}

.shinryoubi dl,.shinryoubi dt,.shinryoubi dd {
	box-sizing: border-box;
}

.shinryoubi dt,.shinryoubi dd {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.day-time {
	color: #fff;
	background-color: #ef93a8;
}

.day-time dt {
	background-image: url('../img/common/footer-date-time-sura.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 10px;
}

.day-time span {
	position: absolute;
}

.day-time span:first-child {
	left: 2px;
	bottom: 2px;
}

.day-time span:last-child {
	right: 2px;
	top: 2px;
}

.kyushinbi img {
	width: 98%;
	height: auto;
}

.shinryoubi dt,.shinryoubi dd  {
	border-right: dotted 1px #ccc;
}

.before-time {
	border-bottom: 1px solid #ccc;
}

.before-time,.after-time {
	background: #fff;
}

.before-time span,.after-time span {
	display: block;
	font-size: 12px;
}

.before-time span:first-child,.after-time span:first-child {
	padding-bottom: 5px;
	margin-bottom: 2px;
	background: url('../img/common/footer-arrow.png') no-repeat left 50% bottom;
}

.before-time .before-time-info span {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	font-size: 12px;
	color: #FA637F;
}

.before-time dt,.before-time dd {
	vertical-align: middle;
	padding: 2px 0;
}

.after-time dt,.after-time dd, {
	vertical-align: middle;
}

.shinryou-txt {
	text-align: center;
}

.shinryou-txt span {
	font-size: 12px;
	display: block;
}

.shinryoubi dt {
	position: relative;
	width: 250px;
}

.shinryoubi dd {
	width: 12.5%;
}

.copyright {
	color: #fff;
	background: #ef93a8; 
	font-size: 12px;
	padding: 5px 0;
	margin-top: 1px;
	text-align: center;
}

.copyright a {
	color: #fff;
}

/*下層
--------------------------------------------*/

/*下層共通--------------------*/

#bread {
	display: none
}

/*下層共通パーツ--------------------*/
.k-body {
	color: #454242;
}

#main_area {
	height: 120px;
	margin: 30px 0 20px 0;
}

.ma-ttl  {
	margin: 0 auto;
	position: relative;
	padding: 35px 0 20px 0 ;
	text-align: center;
	background: url('../img/common/ma-dotted.png') repeat-x bottom left;
}

.lumbago-ttl img {
	width: 20%;
}

.shoulder-ttl img,.company-ttl img {
	width: 27%;
}

.whitening-ttl img {
	width: 59%;
}

.news-ttl img {
	width: 34%;
}

.privacy-ttl img {
	width: 75%;
}

.site_map-ttl img {
	width: 50%;
}


.title01 {
	font-size: 19px;
	color: #fff;
	padding: 10px;
	background: #ef93a8;
	border-radius: 10px;
	margin-bottom: 20px;
}

.title01 span {
	padding-left: 30px;
	background: url('../img/common/ttl01-maru.png') no-repeat left 10px top 50%;
}

.title02 {
	font-size: 17px;
	color: #454242;
	padding: 8px 0 8px 15px;
	background: #f2f2f2;
	border-left: solid 10px #ef93a8;
	margin-bottom: 15px;
}

#bread {
	font-size: 12px;
	padding: 10px 0 60px 0;
}

#bread li {
	position: relative;
	color: #a59a9b;
	float: left;
	margin-right: 2px;
	padding-right: 15px;
	background: url(../img/common/bread_arrow.png.png) no-repeat center right;
}

#bread li::after {
	content: ">";
    position: absolute;
    display: block;
    right: 1px;
    top: -2px;
    color: #a59a9b;
    font-size: 13px;
}

#bread li:last-child::after {
	display: none;
}

#bread li:last-child {
	background: none;
}

#bread li a {
	color: #a59a9b;
}


/*腰痛・肩こり・ホワイトニング共通パーツ--------------------*/
#main_area {
	background: url('../img/common/ma-mv.jpg')no-repeat center center;
}

.care-mg {
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.care-mg img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.about-care-list li {
	margin-bottom: 30px;
}

.about-care-list li:last-child {
	margin-bottom: 40px;
}
.care-txt {
	margin-top: 15px;
}

.setsubi-wrap {
	margin-bottom: 30px;
}

.setsubi-wrap li {
	box-sizing: border-box;
	width: 100%;
	margin: 0 40px 15px 0;
	border: solid 2px #f2f2f2;
	padding: 10px;
}

.setsubi-wrap li:nth-child(2n) {
	margin-right: 0;
}

.setsubi-img {
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.setsubi-img img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.setsubi-wrap dl,.setsubi-wrap dt,.setsubi-wrap dd, {
	box-sizing: border-box;
}

.setsubi-wrap dt {
	padding: 5px 0 5px 20px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #454242;
	font-size: 16px;
	position: relative;
	background: url('../img/common/carelist-dotted.png') repeat-x bottom left;
}

.setsubi-wrap dt::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9.5px;
	width: 11px;
	height: 19px;
	background: #ef93a8;
	border-radius: 2px;
}

.menu li {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.menu-info span:first-child {
	position: relative;
	float: left;
	display: block;
	width: 70%;
	padding-left: 20px;
}

.menu-info span:first-child::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 11px;
	height: 16px;
	background: #ef93a8;
	border-radius: 2px;
}

.menu-info span:last-child {
	float: right;
}

.pink {
	color: #fa637f;
}

.no-post {
	padding: 40px 0 60px 0;
	text-align: center;
}

/*院案内--------------------*/
.company-wrap {
	margin-bottom: 30px;
}

.company-img {
	margin-bottom: 15px;
}

.company-info dl,.company-info dt,.company-info dd, {
	box-sizing: border-box;
}

.company-info dd {
	background: #fff;
}

.company-info dt,.company-info dd {
	padding: 8px 0 8px 20px;
}

.company-info dt {
	background: #f2f2f2;
}

.company-info dd {
	padding-left: 18px;
}

.company-imglist {
	margin-top: 40px;
}

.company-imglist li {
	margin-right: 3%;
    float: left;
    width: 48%;
    margin-bottom: 3%;
}

.company-imglist li:nth-child(2n) {
	margin-right: 0;
}

#map iframe {
	width: 100%;
	height: 350px;
}

/*お問い合わせ--------------------------------*/
/*contact
--------------------------------------------*/
#contact {
	margin-bottom: 115px;
}

#contact .tel {
	font-size: 45px;
	margin-top: 15px;
	padding-left: 25px;
	background-image: url(../img/common/icon_tel.png);
}

.cont_dl dt, .cont_dl dd {
	width: 100%;
	box-sizing: border-box;
}

.cont_dl dt {
	padding: 12px 15px 12px 37px;
	vertical-align: top;
	background: url(../img/common/dt_img.png) no-repeat 20px 20px;
	background-color: #f2f2f2;
}

.cont_dl dt span {
	color: #ef93a8;
	font-size: 12px;
	margin-left: 10px;
}

.cont_dl dd {
	padding: 12px 20px;
	vertical-align: middle;
}

.cont_dl dd li {
	padding-right: 15px;
	display: inline-block;
}

#contact_form textarea, #contact_form dd input[type=text], #contact_form dd input[type=num] {
	width: 98%;
	padding: 5px;
	border: 1px solid #959595;
}

#contact_form input#post {
    width: 140px;
}

#contact_form input#captcha {
    width: 260px !important;
}

#contact_form textarea {
	height: 130px;
}

.contact_btn ul {
	margin-top: 50px;
	text-align: center;
}

.contact_btn li {
	padding: 0px 10px;
	display: inline-block;
}

.error-text {
	color: #f44336;
}

#form_btn {
	color: #fff;
	font-size: 18px;
	border: none;
	cursor: pointer;
	padding: 13px 55px;
	background-color: #ef93a8;
}

#pc01 {
	width: 15%!important;
}

#pc02 {
	width: 20%!important;
}

#address {
	margin-top: 10px;
}

.contact_btn li {
	position: relative;
	margin-bottom: 10px;
}

.contact_btn li::before {
	content: ">";
	display: block;
	position: absolute;
	font-size: 20px;
	left: 45px;
	top: 18%;
	color: #fff;
}

.recap-inwrap {
	width: 300px;
	margin: 0 auto;
}

.send-comp {
	margin-top: 30px;
	text-align: center;
}

.send-comp p {
	line-height: 1.5em;
}

.send-comp-ttl {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

/*プライバシーポリシー--------------------*/
.privacy_box {
	margin-bottom: 30px;
}

/*サイトマップー--------------------*/
.site_list li {
	border-bottom: solid 1px #c9c9c9;
	margin-bottom: 15px;
	background: url('../img/common/arrow.png')no-repeat left top 5px;
}

.site_list a {
	display: block;
	padding: 0 0 15px 25px;
}


/*新着情報--------------------*/

.news-all-list-wrap li {
	margin-bottom: 30px;
	background: #f2f2f2;
	box-sizing: border-box;
}

.news-all-list-wrap a {
	padding: 20px;
	display: block;
}

.news-all-table dl {
}

.news-all-table dt {
	font-weight: bold;
	border-bottom: solid 2px #fff;
	position: relative;
	padding: 0 0 13px 15px;
	margin-bottom:10px;
}

.news-all-table dt::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 25px;
	background: #ef93a8;
	border-radius: 2px;
}

.news-all-table dd {
	margin-bottom: 30px;
}

.news-time-more {
	text-align: center;
}

.news-time-more time {
	float: left;
	margin-bottom: 8px;
}

.news-time-more span {
	float: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	padding: 10px 30px 8px 45px;
	background: #ef93a8;
	position: relative;
	float: left;
}

.news-time-more span::before {
	content: ">";
	position: absolute;
	display: block;
	left: 100px;
	top: 7px;
	font-size: 14px
}

/*個別ページ--------------------*/

.news-s-txt{
	box-sizing: border-box;
	background: #f2f2f2;
	padding: 20px;
}

.news-s-txt p {
	margin-bottom: 15px;
}

.s-news-time {
	font-size: 12px;
	text-align: right;
}

.page_btn {
	margin-top: 10px;
}

.page_btn a {
	color: #ef93a8;
}

/*ページネーション--------------------*/

ul.pagenation {
	margin-top: 20px;
	text-align: center;
}

.pagenation li {
	padding: 0px 10px;
	display: inline-block;
}

.pagenation li.current {
	color: #fff;
	padding: 5px 7px;
	margin: 0 5px;
	font-size: 16px;
	background-color: #ef93a8;
}


