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


/*---------------------------------
  メインビジュアル
---------------------------------*/
#k-mainvisualwrap01 {
    width: 100%;
    padding: 8rem 0;
    background: url("../images/subpagetitlebg1.jpg") center center;
    background-size: cover;
    margin-top: 17rem;
    display: flex;
    align-items: center;
}
#k-mainvisualwrap02 {
    width: 100%;
    position: relative;
}
#k-mainvisualtitlewrap01 {
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 1;
    text-align: left;
    top: 50%;
    left: 20%;
}
#k-mainvisualtitlewrap01 p {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 2;
}
.blacktitle01 {
    color: #222;
    filter: drop-shadow(1px 1px 1px #fff);
}
.whitetitle01 {
    color: #fff;
    filter: drop-shadow(1px 1px 1px #222);
}
@media screen and (max-width:750px) {
#k-mainvisualwrap01 {
    width: 100%;
    padding: 5rem 0;
    background: url("../images/subpagetitlebg1.jpg") center center;
    background-size: cover;
    margin-top: 0rem;
}
#k-mainvisualwrap02 {
    width: 100%;
    position: relative;
}
#k-mainvisualtitlewrap01 {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    top: 50%;
    left: 50%;
}
#k-mainvisualtitlewrap01 p {
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.7;
}
.blacktitle01 {
    color: #222;
    filter: drop-shadow(1px 1px 1px #fff);
}
.whitetitle01 {
    color: #fff;
    filter: drop-shadow(1px 1px 1px #222);
}
}


/*---------------------------------
  メインコンテンツ
---------------------------------*/
#k-maincontentswrap01 {
    width: 100%;
}

#k-maincontentswrap01 a:link {
}
#k-maincontentswrap01 img {

}
@media screen and (max-width:750px) {
#k-maincontentswrap01 {
    width: 100%;
    padding: 0 0 30px;
}

#k-maincontentswrap01 a:link {

}
#k-maincontentswrap01 img {

}
}


/*---------------------------------
  コンテンツ
---------------------------------*/
.contntswrap01 {
    width: 100%;
}

.contntswrap01a {
background: #f8f8f6;
}

.contntswrap01b {
background: #FFFFFF;
}





.contntswrap01:last-child {
    padding: 0;
}
.contntsyellowwrap01 {
    width: 100%;
    background: #f3f1ea;
    padding: 70px 0;
}
.contntsinner01 {
    width: 1200px;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    padding: 10rem 0px 0;
}
.contntsinner01:last-child {
}
.contntsinner02 {
    width: 1200px;
    margin: 0 auto 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid #5d481d;
}
.contntsinner02:last-child {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}
@media screen and (max-width:750px) {
.contntswrap01 {
    width: 100%;
}

.contntswrap01a {
background: #f8f8f6;
}

.contntswrap01b {
background: #FFFFFF;
}


.contntswrap01:last-child {
    padding: 0;
}
.contntsyellowwrap01 {
    width: 100%;
    background: #f3f1ea;
    padding: 30px 0;
}
.contntsinner01 {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 2.4rem;
}
.contntsinner01:first-child {
    padding: 5rem 2.4rem 3rem;
}
.contntsinner02 {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #5d481d;
}
.contntsinner02:last-child {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}
}


/*---------------------------------
  タイトル
---------------------------------*/
.subpage-heading--main {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;

}
.subpage-heading--main p {
    display: block;
    font-size: 3.8rem;
    font-weight: 400;
    }

.subpage-heading--main p span::after {
content: "";
    display: block;
    width: 5rem;
    height: .5rem;
    background: #ec75a2;
    margin: 1.5rem auto 0;
}

@media screen and (max-width:750px) {
.subpage-heading--main {
    width: 100%;
    text-align: center;
margin-bottom: 4rem;
}
.subpage-heading--main p {
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
}
.subpage-heading--main p span::after {
content: "";
    display: block;
    width: 5rem;
    height: .5rem;
    background: #ec75a2;
    margin: 1.5rem auto 0;
}
}


/*---------------------------------
  コンテンツリスト（共通）
---------------------------------*/
.contntslistwrap01 {
    width: 100%;
    padding: 0 0 50px;
}
table.tablelist01 {
    width: 100%;
}
table.tablelist01 td {
    width: 25%;
}
table.tablelist02 {
    width: 100%;
}
table.tablelist02 td {
    width: 20%;
}
table.tablelist03 {
    width: 100%;
}
table.tablelist03 td {
    width: calc(100% / 3);
}
table.tablelist04 {
    width: 100%;
}
table.tablelist04 td {
    width: auto;
}
table.tablelist04 td:nth-child(1) {
    width: 6em;
}
table.tablelist05 {
    width: 100%;
}
table.tablelist05 tr {
    border-bottom: 1px solid #dad9d8;
}
table.tablelist05 tr:nth-child(1) td {
    padding: 0 0 15px;
}
table.tablelist05 td {
    width: auto;
    padding: 15px 0;
}
table.tablelist05 td:nth-child(1) {
    width: 15rem;
}

ul.listdetailwrap01 {
    display: block;
    padding: 0 0 30px;
}
ul.listdetailwrap01:last-child {
    padding: 0;
}
ul.listdetailwrap01 li {
    display: block;
}
ul.listdetailwrap01 li:nth-child(1) {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
}
@media screen and (max-width:750px) {
.contntslistwrap01 {
    width: 100%;
    padding: 0 0 30px;
}
table.tablelist01 {
    width: 100%;
}
table.tablelist01 td {
    width: 100%;
    display: block;
}
table.tablelist02 {
    width: 100%;
}
table.tablelist02 td {
    width: 100%;
    display: block;
}
table.tablelist03 {
    width: 100%;
}
table.tablelist03 td {
    width: 100%;
    display: block;
}
table.tablelist04 {
    width: 100%;
}
table.tablelist04 td {
    width: auto;
}
table.tablelist04 td:nth-child(1) {
    width: 6em;
}
table.tablelist05 {
    width: 100%;
}
table.tablelist05 tr {
    border-bottom: 1px solid #dad9d8;
}
table.tablelist05 tr:nth-child(1) td {
    padding: 0 0 15px;
}
table.tablelist05 td {
    width: auto;
    padding: 15px 0;
}
table.tablelist05 td:nth-child(1) {
    width: 13rem;
}

ul.listdetailwrap01 {
    display: block;
    padding: 0 0 30px;
}
ul.listdetailwrap01:last-child {
    padding: 0;
}
ul.listdetailwrap01 li {
    display: block;
}
ul.listdetailwrap01 li:nth-child(1) {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
}
}


/*---------------------------------
  コンテンツ詳細（共通）
---------------------------------*/
.contentsdetailwrap01 {
    display: table;
    width: 100%;
    padding: 0 0rem 6rem;
}
.contentsdetailwrap01:last-child {

}
.contentsdetailinner01 {
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 400;
    padding: 0 0.5%;
}
.contentsdetailinner01 iframe{
    height: 700px;
}
.contentsdetailtitle01 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1.3rem;
    color: #000;
}
.contentsdetailtitle02 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    color: #000;
}
.contentsdetailtitle03 {
    margin-bottom: 1.3rem;
    padding: 0 0 1rem 0.5rem;
    border-bottom: 1px solid #000;
    font-size: 2rem;
    letter-spacing: .2rem;
}
.contents2columnswrap01 {
    display: table-cell;
    vertical-align: middle;
}
.contents2columnswrap01:nth-child(1) {
    width: 700px;
}
.contents2columnswrap01:nth-child(2) {
    width: calc(100% - 700px - 50px);
    padding: 0 0 0 50px;
    font-size: 1.7rem;
    line-height: 2.2;
}
.contents2columnswrap02 {
    display: flex;
    gap: 0 20px;
}
.contents2columnswrap02inner01 {
    width: calc(100% / 2);
}

.contents2columnswrap03 {
    width: 100%;
    display: table;
    padding: 0 0.5% 50px;
}
.contents2columnswrap03:last-child {
    padding: 0 0.5%;
}
.contents2columnswrap03inner01 {
    display: table-cell;
    vertical-align: top;
}
.contents2columnswrap03inner01:nth-child(1) {
    width: calc(100% - 490px - 50px);
}
.contents2columnswrap03inner01:nth-child(2) {
    width: 490px;
    padding: 0 0 0 50px;
}

.contents2columnswrap04 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contents2columnswrap04inner01:nth-child(1) {
    width: 300px;
}
.contents2columnswrap04inner01:nth-child(2) {
    width: calc(100% - 700px - 50px);
    padding: 0 0 0 100px;
    font-size: 1.7rem;
    line-height: 2.2;
}
.contents2columnswrap04inner02:nth-child(1) {
    width: 700px;
    order: 2;
}
.contents2columnswrap04inner02:nth-child(2) {
    width: calc(100% - 700px - 50px);
    padding: 0 50px 0 0;
    font-size: 1.7rem;
    line-height: 2.2;
    order: 1;
}

.contents3columnswrap01 {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 65px;
}
.contents3columnswrap01inner01 {
    width: 29.72%;;
}
.contents3columnswrap01inner01 img {
    padding: 0 0 10px;
}

.contents4columnswrap01 {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 25px;
}
.contents4columnswrap01inner01 {
    width: 23.4%;
}
.contents4columnswrap01inner01 img {
    padding: 0 0 10px;
}
.contentsimg {
    width: 45%;
    margin: 2rem auto 0;
}
.contentsimg img {
    width: 100%;
}
@media screen and (max-width:750px) {
.contentsdetailwrap01 {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
}
.contentsdetailwrap01:last-child {

}
.contentsdetailinner01 {
    font-size: 1.5rem;
    line-height: 2.2;
    font-weight: 400;
    /* padding: 0 3rem; */
}
.contentsdetailinner01 iframe{
    height: 400px;
}    
.contentsdetailtitle01 {/* width: calc(100% - 6rem); */margin: 0 auto;padding: 0 0 1rem 0;border-bottom: 1px solid #000;margin-bottom: 1.3rem;}
.contentsdetailtitle02 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    color: #000;
}
.contentsdetailtitle03 {/* width: calc(100% - 6rem); */margin: 0 auto;padding: 0 0 1rem 0;border-bottom: 1px solid #000;margin-bottom: 1.3rem;}
.contents2columnswrap01 {
    display: block;
    vertical-align: middle;
}
.contents2columnswrap01:nth-child(1) {
    width: 100%;
}
.contents2columnswrap01:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-size: 1.5rem;
    line-height: 2.2;
}
.contents2columnswrap02 {
    display: block;
    gap: 0 20px;
}
.contents2columnswrap02inner01 {
    width: 100%;
    padding: 0 0 30px;
}
.contents2columnswrap02inner01:last-child {
    padding: 0;
}

.contents2columnswrap03 {
    width: 100%;
    display: block;
    padding: 0 0.5% 30px;
}
.contents2columnswrap03:last-child {
    padding: 0 0.5%;
}
.contents2columnswrap03inner01 {
    display: block;
    vertical-align: top;
}
.contents2columnswrap03inner01:nth-child(1) {
    width: 100%;
}
.contents2columnswrap03inner01:nth-child(2) {
    width: 100%;
    padding: 20px 0 0;
}

.contents2columnswrap04 {
    display: block;
    align-items: center;
}
.contents2columnswrap04inner01:nth-child(1) {
    width: 100%;
    text-align: center;
}
.contents2columnswrap04inner01:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-size: 1.7rem;
    line-height: 2.2;
}
.contents2columnswrap04inner02:nth-child(1) {
    width: 100%;
    order: 1;
}
.contents2columnswrap04inner02:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-size: 1.7rem;
    line-height: 2.2;
    order: 2;
}

.contents3columnswrap01 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    gap: 0;
}
.contents3columnswrap01inner01 {
    width: 100%;
    padding: 0 0 15px;
}
.contents3columnswrap01inner01:last-child {
    padding: 0;
}
.contents3columnswrap01inner01 img {
    padding: 0 0 10px;
}

.contents4columnswrap01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}
.contents4columnswrap01inner01 {
    width: 49%;
    padding: 0 0 15px;
    text-align: center;
}
.contents4columnswrap01inner01 img {
    padding: 0 0 10px;
}
.contentsimg {
    width: 100%;
    margin: 2rem auto 0;
}
.contentsimg img {
    width: 100%;
}

}


/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
	display: block;
}
.tbonly {
	display: block;
}
.sponly {
	display: none !important;
}
.pcnone {
	display: none;
}
@media screen and (max-width:750px) {
.pconly {
	display: none !important;
}
.tbonly {
	display: none !important;
}
.sponly {
	display: block;
}
.pcnone {
	display: inline-block;
}
.spnone {
	display: none !important;
}
}


/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}


/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
	text-indent: -1em;
	padding: 0 0 0 1em;
}

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

}

/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "";
	white-space: pre;
}
.spno-break:before {
	content: "\A";
	white-space: pre;
}
@media screen and (max-width:750px) {
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "\A";
	white-space: pre;
}
.spno-break:before {
	content: "";
	white-space: pre;
}
}


/*---------------------------------
  医師紹介
---------------------------------*/
ul.doctorname01 {
    line-height: 1.2;
    font-weight: 500;
}
ul.doctorname01 li {
    display: block;
}
ul.doctorname01 li:nth-child(1) {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: .1rem;
}
ul.doctorname01 li:nth-child(2) {
    font-size: 4rem;
}
.doctorbtnwrap01 {
    width: 260px;
    padding: 30px 0 0;
}
@media screen and (max-width:750px) {
ul.doctorname01 {
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}
ul.doctorname01 li {
    display: block;
}
ul.doctorname01 li:nth-child(1) {
    font-size: 1.8rem;
}
ul.doctorname01 li:nth-child(2) {
    font-size: 2.8rem;
}
.doctorbtnwrap01 {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0 0;
}
}


/*---------------------------------
  当院について
---------------------------------*/
.aboutcatch01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
}
.aboutcatch02 {
    display: table;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0.5em;
    margin: 0 auto 30px;
    color: #fff;
    background: #44403b;
}
.aboutcatch03 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 7.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
    color: #44403b;
    text-align: center;
}

.aboutdetailwrap01 {
    display: table;
    width: 64%;
    margin: 0 auto 50px;
}
.aboutdetailwrap01:last-child {
    margin: 0 auto;
}
.aboutlogowrap01 {
    width: 237px;
    margin: 0 auto 30px;
}
@media screen and (max-width:750px) {
.aboutcatch01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
}
.aboutcatch02 {
    display: table;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0.5em;
    margin: 0 auto 30px;
    color: #fff;
    background: #44403b;
}
.aboutcatch03 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
    color: #44403b;
    text-align: center;
}

.aboutdetailwrap01 {
    display: table;
    width: 94%;
    margin: 0 auto 30px;
}
.aboutdetailwrap01:last-child {
    margin: 0 auto;
}
.aboutlogowrap01 {
    width: 15rem;
    margin: 0 auto 3rem;
}
}


/*---------------------------------
  施設案内・アクセス
---------------------------------*/
.accesswrap01 {
    display: block;
    padding: 0 0 50px;
}
.accesswrap01:last-child {
    padding: 0;
}
.accesswrap01 iframe {
    width: 100%;
    height: 500px;
}
.fontbold {
    font-weight: 600;
}
.tel01 {
    font-size: 2.6rem;
    line-height: 1;
}
.accesstitlewrap01 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
}
.accesstitlewrap02 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dad9d8;
}
.icon01 {
    width: 30px !important;
    padding: 0 0 0 10px;
}
.icon02 {
    width: 40px !important;
    padding: 0 0 0 10px;
}
.accessmapwrap01 {
    display: flex;
    gap: 0 24px;
}
.accessmapinner01 {
    width: 615px;
}
.accessmapinner01:nth-child(2) {
    width: calc(100% - 615px - 24px);
}
.accessmapinner01 img {
    border: 1px solid #c5c5c5;
}
.accessdetailwrap01 {
    padding: 0 0 50px;
}
.accessdetailwrap01:last-child {
    padding: 0;
}
.accessdetailwrap01 table {
    width: 100%;
    text-align: center;
}
.accessdetailwrap01 table td {
  width: calc(100% / 4);
  padding: 3rem .5rem;
  border-right: 1px solid #dad9d8;
}
.accessdetailwrap01 table td:last-child {
    border-right: 0 solid #dad9d8;
}
p.accessattention01 {
    width: 92%;
    margin: 0 auto;
}
.accessdetailfontlarge01 {
    font-size: 2.0rem;
    font-weight: 600;
}

.accesswrap01-list {
    padding: 0 20px;
}
.accesswrap01-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: .5rem;
}
.accesswrap01-list li:before {
    position: absolute;
    content: '○';
    font-size: 12px;
    line-height: 1;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #948b73;
}
.accesswrap02 {
    width: 70%;
    margin: 0 auto;
}
.accesswrap01-btn {
    display: flex;
    justify-content: center;
}
.accesswrap01-btn a {
    display: inline-block;
    padding: 0.8rem 3.6rem;
    margin-bottom: 6rem;
    text-align: center;
    color: #fff !important;
    background: #877d63;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    border-radius: 3px;
    position: relative;
}
.accesswrap01-btn a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2rem;
    background: url(../images/ic_arrow1.svg);
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
}



@media screen and (max-width:750px) {
.accesswrap01 {
    display: block;
    padding: 0 0 30px;
}
.accesswrap01:last-child {
    padding: 0;
}
.accesswrap01 iframe {
    width: 100%;
    height: 300px;
}
.fontbold {
    font-weight: 600;
}
.tel01 {
    font-size: 2.0rem;
    line-height: 1;
}
.accesstitlewrap01 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
}
.accesstitlewrap02 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dad9d8;
}
.icon01 {
    width: 30px !important;
    padding: 0 0 0 10px;
}
.icon02 {
    width: 40px !important;
    padding: 0 0 0 10px;
}
.accessmapwrap01 {
    display: block;
    gap: 0;
}
.accessmapinner01 {
    width: 100%;
}
.accessmapinner01:nth-child(2) {
    width: 100%;
    padding: 20px 0 0;
}
.accessmapinner01 img {
    border: 1px solid #c5c5c5;
}
.accessdetailwrap01 {
    padding: 0;
}
.accessdetailwrap01:last-child {
    padding: 0;
}
.accessdetailwrap01 table {
    width: 100%;
    text-align: center;
}
.accessdetailwrap01 table td {
    display: block;
    width: 100%;
    padding: 0 1em 1em 1em;
    margin: 0 0 1em;
    border-right: 0 solid #dad9d8;
    border-bottom: 1px solid #dad9d8;
}
.accessdetailwrap01 table td:last-child {
    padding: 0 1em 1em 1em;
    margin: 0;
    border-right: 0 solid #dad9d8;
    border-bottom: 1px solid #dad9d8;
}
p.accessattention01 {
    width: 100%;
    margin: 0 auto;
}
.accessdetailfontlarge01 {
    font-size: 2.0rem;
    font-weight: 600;
}
}


/*---------------------------------
  ピンクボタン
---------------------------------*/
.pinkbtn01 {
    width: 100%;
}
.pinkbtn01 a{
    width: 100%;
    display: block;
    text-align: center;
    background: #d87d97;
    padding: 1.8rem;
    color: #fff !important;
    position: relative;
    border-radius: 4px;
}
.pinkbtn01 a:visited{
    color: #fff !important;
}
.pinkbtn01 a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url(../images/ic_arrow1.svg);
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
}
.pinkbtn01 a:hover {
    opacity: 1;
    background: #bf5f7a;
    border-radius: 4px;
}
.pinkbtn01 a:hover::after {
    right: 1.6rem;
}
@media screen and (max-width:750px) {
.pinkbtn01 {
    width: 100%;
    text-align: center;
}
.pinkbtn01 a{
    display: inline-block;
    text-align: center;
    background: #d87d97;
    padding: 1rem 5rem;
    color: #fff !important;
    position: relative;
    border-radius: 4px;
}
.pinkbtn01 a:visited{
    color: #fff !important;
}
.pinkbtn01 a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url(../images/ic_arrow1.svg);
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
}
.pinkbtn01 a:hover {
    opacity: 1;
    background: #bf5f7a;
    border-radius: 4px;
}
.pinkbtn01 a:hover::after {
    right: 1.6rem;
}
}


/*---------------------------------
  モーダルカスタマイズ
---------------------------------*/
#cboxTitle {
    width: 100%;
    position: absolute;
    top: auto !important;
    left: 50% !important;
    bottom: 0px !important;
    color: #000 !important;
    background: #fff;
    padding: 10px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    text-align: center;
}