@charset "UTF-8";

@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/notosanscjkjp-regular-webfont.woff') format('woff'),
		url('../fonts/notosanscjkjp-regular-webfont.eot') format('eot'),
		url('../fonts/notosanscjkjp-regular-webfont.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/notosanscjkjp-bold-webfont.woff') format('woff'),
		url('../fonts/notosanscjkjp-bold-webfont.eot') format('eot'),
		url('../fonts/notosanscjkjp-bold-webfont.ttf') format('truetype');
    font-display: swap;
}



/* common
---------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 10px;
}

body {
    color: #3f3c3c;
    margin: 0px;
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.15em;
    font-size: 1.2rem;
    line-height: 1.8;
    overflow: hidden;
}

a {
	color: #3f3c3c; 
}
.btn {
	display: inline-block;
	border: 1px solid #67458f;
	background: #fff;
	text-align: center;
}
.btn i {
	color: #67458f;
	font-style: normal;
}

@media (min-width: 768px),
print {
    body {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px),
print {
    body {
        font-size: 1.4rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 100%;
    line-height: inherit;
	color: #67458f;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 23px;
}


p {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

dl,
dt,
dd,
ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

label {
    font-weight: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    overflow: hidden;
}

* html .clearfix {
    height: 1px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: inline;
    /* bootstrapのimg-responsiveをインラインに */
}

a:hover,
a:focus {
    text-decoration: none;
}

a img {
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
section {
	margin-bottom: 80px;
}

.text_red {
	color: #f00;
}
.text_bold {
	font-weight: 700;
}
.text_underline {
	text-decoration: underline;
}
.mb_0 {
	margin-bottom: 0 !important;
}
.pb_0 {
	padding-bottom: 0 !important;
}
.mt_0 {
	margin-top: 0 !important;
}
.pt_0 {
	padding-top: 0 !important;
}
.br-md {
	display: none;
}
.br-sm {
	display: none;
}
.br-lg {
	display: block;
}
.br-1200 {
	display: block;
}


/*　PageTopボタンDesign
------------------------------------------------------------------*/

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

#pagetop img:hover {
    animation: rotates 0.7s linear infinite;
}

@keyframes rotates {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}


/*TOPページ*/


#header {
    position: fixed;
    height: 115px;
	padding: 0 5vw;
    width: 100%;
    z-index: 700;
    background-color: #fff;
    transition: 0.2s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header #hamburger {
	display: none;
}
#header #hamburger .btn_hamburger, #header #hamburger .btn_close {
	width: 38px;
    height: auto;
}
#header .menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#header .menu>.global_nav_1 {
	margin-bottom: 10px;
}
#header .menu ul:not(:first-of-type) {
	display: none;
}
#header .menu ul {
	display: flex;
	justify-content: flex-end;
}
#header .menu li {
	display: inline-block;
	margin-left: 14px;
	letter-spacing: 0.1em;
}
#header .menu li a:link,
#header .menu li a:visited{color: #67458f;text-decoration: none;}
#header .menu li a:hover,
#header .menu li a.active{
	background: #67458f;
  color: #fff;
}
/*#header .menu li:hover a{
	color: #fff;
	text-decoration: none;
}*/
#header .menu .global_nav_1 li:last-of-type span {
	line-height: 2;
    background: #67458f;
    display: inline-block;
    padding: 0 22px;
    border-radius: 20px!important;
	color: #fff;
}
#header .menu .global_nav_1 li:last-of-type span i {
	margin-right: 5px;
}
.sp-box {
    position: relative;
    margin-top: 115px;
	padding: 0 5vw;
}
.sp-box .sp-mask {
		border-radius: 50px;
	}
.catch_copy {
	position: absolute;
	top: 70%;
	left: 9%;
	background-color: rgba(255,255,255,0.6);
	width: 32%;
	height: 22%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catch_copy p {
	font-size: 1.6vw;
	color: #67458f;
	line-height: 1.4;
	letter-spacing: 0.3em;
}
.time {
	margin-bottom: 50px;
}
.time>p {
	margin: 50px auto;
	font-size: 17px;
	letter-spacing: 0.2em;
	line-height: 1.8;
	text-align: center;
}
.time .schedule_table {
  width: 100%;
	border: 1px solid #67458f;
	border-radius: 10px;
	border-spacing: 0;
	border-collapse: separate;
	overflow: hidden;
	padding: 0;
}
.time .schedule_table th {
	font-weight: 400;
}
.time .schedule_table thead tr {
	background-color: #67458f;	
}
.time .schedule_table thead th {
	font-size: 15px;
	color: #fff;
	padding: .8em 0 .5em;
	border-bottom: 1px solid #67458f;
	border-right: 1px solid #67458f;
	border-left: 1px solid #67458f;
}
.time .schedule_table thead th:first-of-type {
	font-size: 18px;
	width: 30%;
	letter-spacing: .2em;
}
.time .schedule_table tbody th {
	padding: 1em 0;
	font-size: 17px;
}
.time .schedule_table tbody td {
	font-size: 17px;
	color: #67458f;
}
.time .schedule_table tbody tr:not(:last-of-type) td, .time .schedule_table tbody tr:not(:last-of-type) th {
	border-bottom: 1px solid #67458f;
}
.time .schedule_table tbody td:last-of-type {
	/*color: #fff;*/
}
.time .schedule_text {
	padding-left: 80px;
    font-size: 16px;
    padding-right: 10px;
}
.time .schedule_text p {
	margin-bottom: .6em;
	letter-spacing: .14em
}
.time .schedule_text p:first-of-type span {
	color: #67458f;
}
.time .schedule_text p:nth-of-type(3) {
	color: rgba(255,0,0);
}
.time .schedule_text p a {
	color: #67458f;
	font-weight: bold;
	padding: 0.3em;
	padding-left: 1em;
    border-radius: 10px;
}
.time .schedule_text p a:hover {
	color: #fff;
	background: #67458f;
}
.time .schedule_text p a span {
	padding-left: .3em;
}
.time .schedule_text>p:last-of-type {
	display: none;
}
.interview_sheet {
	background: #f4eff9;
	padding: 40px 0;
}
.interview_sheet .row figure {
	width: 60px;
	margin-right: 40px;
}
.interview_sheet h3, .about h3, .info h3 {
	font-size: 20px;
}
.interview_sheet .row h3, .interview_sheet .row figure {
	display: inline-block;
}
.interview_sheet .row div, .interview_sheet .row p {
	background: #fff;
	height: 100px;
	display: flex;
	align-items: center;
}
.interview_sheet .row p span {
	text-align: left;
	font-size: 15px;
}
.interview_sheet .row div {
	justify-content: center;
}
.interview_sheet a {
	display: inline-block;
	width: 300px;
	height: 75px;
	border: 1px solid #67458f;
	border-radius: 16px;
	background: #fff;
	font-size: 16px;
	line-height: 4.7;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
.interview_sheet a:hover {
	background: #67458f;
	color: #fff;
}
.interview_sheet a:hover span {
	color: #fff;
}
.interview_sheet a span {
	color: #67458f;
	padding-left: 20px;
}
.about {
	margin-top: 120px;
}
.about h2, .info h2, .another h2, .news h2 {
	margin-bottom: 40px;
	font-size: 23px;
}
.about>div:first-of-type {
	margin-top: -118px;
    margin-bottom: 75px;
	position: relative;
}
.about>div:first-of-type .logo_mark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-280px, -50%);
}
.about .figure1 {
    position: relative;
    top: -75px;
}
.about .row>div:first-of-type {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .row>div:first-of-type p {
	font-size: 17px
}
.about .row p span {
	color: #67458f;
	display: block;
	margin-bottom: 7px;
}
.about .row:last-of-type ul {
	padding-left: 60px;
}
.about .row:last-of-type ul li {
	text-align: left;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1;
}
.about .row:last-of-type ul li span {
	font-size: 30px;
	color: #67458f;
	padding-right: 14px;
}
.about .row:last-of-type {
	flex-direction: row-reverse;
	margin-top: 30px;
}
.about .row:last-of-type div:first-of-type {
	position: relative;
	top: 22px;
}
.about .row:last-of-type div:first-of-type .figure2 {
	position: relative;
	top: -75px;
}
.info {
	margin-top: 90px;
}
.info h2 {
	position: relative;
}
.info h2 img {
    position: absolute;
    top: 50%;
    transform: translate(75px, -36px);
    left: 50%;
}
.info a {
	display: flex;
	max-width: 450px;
	height: 340px;
	padding: 60px 30px;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 24px 24px 20px -24px rgb(63 60 60 / 30%);
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.info a:hover {
	background: #67458f;
	color: #fff;
}
.info a:hover h3, info a:hover i, info a:hover p {
	color: #fff;
}
.info a:nth-of-type(2n+1) {
	margin-right: 30px;
}
.info .row {
	justify-content: center;
    margin-top: 70px;
    margin-bottom: 80px;
}
.info a i {
	font-size: 30px;
    color: #67458f;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(-50%, -50%);
}
.info a span {
	font-size: 55px;
	color: #aad7f1;
	position: absolute;
    top: 55px;
    left: 30px;
    line-height: 1;
}
.info a p {
	font-size: 16px;
}
.another {
	padding: 80px 0;
    background: url(../images/another_bg.jpg) no-repeat 20% top;
    background-size: cover;
}
.another h2 {
	position: relative;
	margin-bottom: 80px;
}
.another h2 img {
    position: absolute;
    top: 50%;
    transform: translate(110px, -36px);
    left: 50%;
}
.another .panel {
	display: flex;
	height: 395px;
	padding: 30px 40px;
	border-radius: 10px;
	margin-bottom: 40px;
	position: relative;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
}
.another .row>div:nth-of-type(2) .panel {
	padding-bottom: 0;
}
.another .row>div:last-of-type .panel {
	display: flex;
	justify-content: center;
	border: 1px solid #67458f;
}
.another div.panel span {
	font-size: 53px;
	color: #b7a0d5;
	position: absolute;
    top: -26px;
    left: 4px;
    line-height: 1;
}
.another .panel h3 {
	font-size: 19px;
	color: #fff;
	background: #67458f;
	width: 100%;
}
.another .panel div {
	height: 131px;
}
.another .panel img {
	margin-top: 30px;
}
.another .panel p, .another .panel a {
	font-size: 17px;
}
.another .panel p {
	margin-bottom: 10px;
}
.another div.panel a {
	text-decoration: underline;
	text-decoration-color: #67458f;
	padding: 0.3em;
}
.another div.panel a:hover {
	text-decoration: none;
	color: #fff;
	background: #67458f;
	border-radius: 10px;
}
.another .panel li {
	text-align: left;
}
.another .row>div:last-of-type a.panel i {
	color: #67458f;
	font-style: normal;
}
.another .row>div:last-of-type a.panel span {
	color: #3f3c3c;
	text-decoration: none;
	font-size: 17px;
}
.another .row>div:last-of-type a.panel:hover {
	background: #67458f;
}
.another .row>div:last-of-type a.panel:hover span {
	color: #fff;
}
.another .row>div:last-of-type a.panel:hover i {
	color: #fff;
}
.tab {
    margin-top: 80px;
    margin-bottom: 90px;
}
.tab .row>div {
	padding: 0 10px;
}
.examination {
	display: inline-block;
	width: 100%;
	height: 300px;
	background: url("../images/examination_bg.jpg") no-repeat center top;
	background-position: cover;
	padding: 20px;
}
.examination:hover, .clinic:hover {
	background: #67458f;
}
.clinic {
	display: inline-block;
	width: 100%;
	height: 300px;
	background: url("../images/clinic_bg.jpg") no-repeat center top;
	background-position: cover;
	padding: 20px;
}
.examination>div, .clinic>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	height: 260px;
}
.examination>div>p, .clinic>div>p {
	color: #fff;
}
.examination>div>img {
	width:  46px;
	height: auto;
}
.clinic>div>img {
	width:  62px;
	height: auto;
}
.news {
	padding: 60px 0 40px;
    background: url(../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
}
.news .row:first-of-type {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.news h2 {
	position: relative;
	margin-bottom: 40px;
}
.news h2 img {
    position: absolute;
    top: 50%;
    transform: translate(70px, -36px);
    left: 50%;
}
.news .row:first-of-type a {
	width: 300px;
	height: 37px;
	border-radius: 18px;
	font-size: 1.5rem;
	line-height: 2;
}
.news .row:first-of-type a:hover {
	background: #67458f;
	color: #fff;
}
.news .row:first-of-type a:hover i {
	color: #fff;
}
.news .news_container a, .news_archive .news_container a {
	width: 100%;
	display: inline-block;
}
.news .news_container>div>div {
	margin: 10px;
}
.news .news_container>div>div>div {
	margin-bottom: 10px;
}
.news .entry_title, .news_archive .entry_title {
	font-size: 15px;
	font-weight: 600;
	transition-duration: 0.3s;
}
.news .entry_title:hover, .news_archive .entry_title:hover {
	color: #67458f;
	transform: scale(1.1,1.1);
	transition-duration: 0.3s;	
}
.news .entry_meta span:first-of-type {
	display: inline-block;
    padding: 0 10px;
    background: #67458f;
    color: #fff;
}
.news .entry_meta span:nth-of-type(2), .news_archive .entry_meta span:nth-of-type(2) {
	color: #adb6e5;
}
.news .entry_meta span:nth-of-type(3) {
	color: #67458f;
	font-weight: bold;
}
.news .entry_content {
	font-size: 1.3rem;
}
.access_info {
	margin-top: 60px;
    margin-bottom: 60px;
}
.access_info .address {
	margin-top: 20px;
	margin-bottom: 10px;
}
.access_info .orientation {
	margin: 10px 0 20px;
}
.access_info a.btn {
	font-size: 11px;
	display: inline-block;
	width: 120px;
	border-radius: 12px;
	color: #67458f;
}
.access_info a.btn:hover {
	color: #fff;
	background: #67458f;
}
.access_info span {
	color: #67458f;
	font-size: 36px;
	line-height: 1;
}
.access_info .info_part>div {
	margin-top: 30px;
	background: #f4eff9;
	padding: 16px;
}
.access_info .info_part>div>p:first-of-type {
	font-size: 16px;
	color: #67458f;
}
.access_info .info_part>div>p:first-of-type span {
	font-size: 18px;
	font-weight: bold;
}
.access_info .info_part>div>p:last-of-type {
	letter-spacing: -.03em;
}
.access_info .map {
	width: 100%;
	height: 0;
	padding-top: 437px;
	position: relative;
}
.access_info .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer_nav {
	background: #67458f;
	padding: 20px 0;
}
.footer_nav .row {
	justify-content: space-between;
	align-items: center;
}
.footer_nav li {
	display: inline;
	font-size: 12px;
	padding-right: 40px;
}
.footer_nav li a {
	color: #fff;
}
.footer_nav p {
	color: #fff;
	font-size: 12px;
}

/*問診票の印刷設定*/
@media print {
    .hidden_print {
        display: none !important; 
    }
	.content_print {
		top:0 !IMPORTANT;
		left:0 !IMPORTANT;
		width:172mm !IMPORTANT;
		height:251mm !IMPORTANT;
		font-size: 11pt !important;
		margin: 0mm !important;
		padding: 0mm !important;
    }

}


/*問診票*/
.int_sheet .container {
	max-width: 1200px;
}
.int_sheet p, .int_sheet dt, .int_sheet dd label, .int_sheet p label {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.int_sheet dd label, .int_sheet p label {
	margin-right: 10px;
}
.int_sheet .tel p, .int_sheet .tel dt, .int_sheet .birthday dt, .int_sheet .gender dd label {
	font-size: 16px;
}
.int_sheet .container {
	margin-top: 115px;
}
.int_sheet .title {
	padding-top: 120px;
	padding-bottom: 80px;
}
.int_sheet .title h2 {
	font-size: 34px;
	color: #000;
	font-weight: 600;
}
.int_sheet .title p {
	font-size: 16px;
}
.int_sheet .title h2, .int_sheet .title p {
	display: inline-block;
}
.int_sheet dl {
	position: relative;
}
.int_sheet dd {
	margin-bottom: 10px;
	padding: 2px;
}
.int_sheet .name dt {
	position: absolute;
	left: 0;
	font-size: 17px
}
.int_sheet .name dt:nth-child(3) {
	font-size: 24px;
}
.int_sheet .name dd {
	padding-left: 130px;
	border-bottom: 1px solid #000;
}
.int_sheet input[type="text"] {
	width: 98%;
	border-radius: 8px;
}
.int_sheet input[type="checkbox"] {
	margin-right: 4px;
}
.int_sheet .gender dl:first-of-type {
	width: 30%;
}
.int_sheet .gender dl:first-of-type dd {
	text-align: right;
}
.int_sheet .gender dl:last-of-type {
	width: 70%;
}
.int_sheet .birthday>div {
	justify-content: flex-end;
	height: 40px;
	align-items: baseline;
}
.int_sheet .birthday label {
	margin-right: 0;
}
.int_sheet .birthday dt {
	margin-right: 20px;
	margin-bottom: 10px;
}
.int_sheet dd {
	font-size: 20px;
}
.int_sheet .address dt {
	font-size: 24px;
	position: absolute;
	left: 15px;
}
.int_sheet .address dt span {
	font-size: 24px;
	position: absolute;
	top: -10px;
	left: 100px;
	font-weight: normal;
}
.int_sheet .address dd {
	padding-left: 130px;
	border-bottom: 1px solid #000;
}
.int_sheet .address dd:first-of-type {
	width: 70%;
}
.int_sheet .address dd:last-of-type {
	padding-left: 0;
}
.int_sheet .tel p {
	width: 30%;
    text-align: right;
	padding-right: 40px;
}
.int_sheet .tel dt {
	position: absolute;
	left: 0;
}
.int_sheet .tel dd {
	padding-left: 90px;
	border-bottom: 1px solid #000;
}
.int_sheet .tel>dl {
	width: 70%;
}
.int_sheet form>dl:nth-child(3) {
	margin-top: 40px;
}
.int_sheet .Q1, .int_sheet .Q2, .int_sheet .Q3, .int_sheet .Q4, .int_sheet .Q5, .int_sheet .Q6, .int_sheet .Q7, .int_sheet .Q8, .int_sheet .Q9, .int_sheet .Q10 {
	margin-bottom: 20px;
}
.int_sheet .Q1>dd, .int_sheet .Q2>dd, .int_sheet .Q3>dd, .int_sheet .Q4>dd, .int_sheet .Q5>dd, .int_sheet .Q6>dd, .int_sheet .Q7>dd, .int_sheet .Q8>.row>p:first-of-type, .int_sheet .Q9>.row>p:first-of-type, .int_sheet .Q10>dd {
	padding-left: 30px;
}
.int_sheet .Q2 dd input {
	width: 85%;
}
.int_sheet .Q2 dd {
	font-size: 16px;
}
.int_sheet .Q3 dd p input {
	width: 80%;
}
.int_sheet .Q3 dt, .int_sheet .Q4 dt, .int_sheet .Q5 dt, .int_sheet .Q6 dt, .int_sheet .Q7 dt, .int_sheet .Q8 dt, .int_sheet .Q9 dt, .int_sheet .Q10 dt, .int_sheet .Q3 dd>p:nth-of-type(2) {
	margin-bottom: 5px;
}
.int_sheet .Q4 .row p input {
	width: 30%;
}
.int_sheet .Q4 .row div:first-of-type, .int_sheet .Q5 .row div:first-of-type, .int_sheet .Q6 .row div:first-of-type, .int_sheet .Q7 .row div:first-of-type {
	display: flex;
    justify-content: space-between;
    padding-right: 0;
}
.int_sheet .Q4 .row div:first-of-type label, .int_sheet .Q5 .row div:first-of-type label, .int_sheet .Q6 .row div:first-of-type label, .int_sheet .Q7 .row div:first-of-type label {
	margin-right: 0;
}
.int_sheet .Q4 .row div:last-of-type, .int_sheet .Q5 .row div:last-of-type, .int_sheet .Q6 .row div:last-of-type, .int_sheet .Q7 .row div:last-of-type {
	padding-left: 0;
}
.int_sheet .Q4 .row p:first-of-type {
	margin-bottom: 5px;
}
.int_sheet .Q5 .row p input, .int_sheet .Q6 .row p input, .int_sheet .Q9 .row input[type="text"] {
	width: 95%;
}
.int_sheet .Q8 .row label {
	width: 30%;
    max-width: 200px;
}
.int_sheet .Q8 .row>dt {
	padding-top: 8px;
}
.int_sheet .Q8 .row>dd {
	margin-bottom: 0;
}
.int_sheet .Q8 input[type="text"] {
	width: 12%;
}
.int_sheet .Q8>p,.int_sheet .Q9>p {
	margin-bottom: 5px;
}
.int_sheet button.btn {
	display: block;
    width: 300px;
    height: 75px;
    border: 1px solid #67458f;
    border-radius: 16px;
    background: #67458f;
	color: #fff;
    font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
    line-height: 4.4;
	margin: 50px auto;
}
.int_sheet button.btn:hover {
    background: #fff;
	color: #67458f;
}

/*医院紹介*/
.mv_subpage {
	margin-top: 115px;
	height: 180px;
	position: relative;
	background: url("../images/mv_subpage_6.jpg") top center no-repeat;
	background-size: cover;
}
.mv_subpage h2 {
	font-weight: 500;
    letter-spacing: .25em;
	text-align: center;
	color: #fff;
}
.mv_subpage>div {
	width: 100%;
	background: rgba(103,69,143);
}
.breadcrumb {
	background-color: #fff;
	padding: 10px 30px;
	margin-bottom: 0;
}
.breadcrumb a {
	color: #67458f;
	text-decoration: underline;
}
.breadcrumb a, .breadcrumb span {
	padding-right: 14px;	
}
.greeting {
	background: url("../images/greeting_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.greeting .container>div {
	max-width: 780px;
	padding: 80px;
	background: #fff;
	margin: 0 auto;
	border-radius: 100px;
}
.greeting h3 {
	margin-bottom: 60px;
	position: relative;
}
.greeting h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(68px, -36px);
}
.greeting p, .greeting div {
	font-size: 17px;
	line-height: 2;
}
.greeting p {
	text-align: left;
}
.greeting .container>div>div {
	margin-top: 30px;
}
.greeting .container>div>div p {
	text-align: center;
}
.greeting .container>div>div p:last-of-type {
	font-size: 20px;
}
.doctor {
	padding: 80px 0;
}
.doctor h3 {
	margin: 40px 0 100px;
	position: relative;
}
.doctor h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(50px, -36px);
}
.doctor .profile img {
    border-radius: 10px
}
.doctor .profile>div:last-of-type, .doctor .career {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.doctor .profile_box>p {
	font-size: 22px;
    margin-bottom: 36px;
}
.doctor .profile_box>div:first-of-type {
    margin-bottom: 20px;
}
.doctor .profile_box>div, .doctor .career {
    font-size: 16px;
}
.doctor h4 span {
	font-size: 1.5em;
    font-weight: bold;
}
.doctor .profile_box>div ul {
	padding-left: 18px;
}
.doctor .career {
	margin-top: 50px;
}
.doctor .career dl {
	position: relative;
}
.doctor .career dl dt {
	position: absolute;
	left: 18px;
	font-weight: normal;
}
.doctor .career dl dd {
	padding-left: 300px;
}
.picture h3 {
	padding: 80px 0;
	text-align: center;
	position: relative;
}
.picture h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(50px, -36px);
}
.picture .row>div {
	padding: 50px;
}
.picture .row img {
	box-shadow: 14px 14px 10px -14px rgb(63 60 60);
    border-radius: 10px;
}
.picture .row p {
	margin-top: 10px;
	font-size: 16px;
}

/*初診の方へ*/
.mv_subpage {
	display: flex;
	align-items: center;
	padding: 0;
}
.link {
    margin-top: 40px;
    margin-bottom: -40px;
    background: rgba(170,215,241,0.3);
    padding: 20px 0;
}
.link a {
	display: inline-block;
    width: 90%;
	max-width: 350px;
    height: 50px;
    border: 1px solid #67458f;
    border-radius: 16px;
    background: #fff;
    font-size: 16px;
    line-height: 3;
    text-align: center;
}
.link a:hover {
    background: #67458f;
	color: #fff;
}
.link a span {
	color: #67458f;
    padding-left: 20px;
}
.link a:hover span {
	color: #fff;
}
.feature {
	padding-top: 115px;
	margin-top: -115px;
}
.feature>.container {
	padding-top: 30px;
}
.feature h3 {
	padding: 80px 0;
	position: relative;
}
.feature h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(68px, -36px);
}
.feature h4, .feature p {
	font-size: 16px;
	padding-left: 50px;
}
.feature h4 {
	font-size: 20px;
	display: inline-block;
    margin-left: 50px;
    background: linear-gradient(transparent 50%, #aad7f1 0%);
    line-height: 1.4;
    margin-bottom: 20px;
	padding-left: 0;
}
.feature .feature_item>div {
	padding: 10px 30px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 24px 24px 20px -24px rgb(63 60 60 / 30%);
    position: relative;
}
.feature .feature_item>div:nth-of-type(1) {
	margin-left: 125px;
}
.feature .feature_item>div:nth-of-type(2) {
	margin-left: 200px;
}
.feature .feature_item>div:nth-of-type(3) {
	margin-left: 50px;
}
.feature .feature_item>div:nth-of-type(4) {
	margin-left: 300px;
}
.feature .feature_item>div:nth-of-type(5) {
	margin-left: 100px;
}
.feature .feature_item h4 span {
    font-size: 55px;
    color: #aad7f1;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 1;
}
.reservation {
	margin-bottom: 0;
	padding-top: 115px;
	margin-top: -115px;
}
.reservation>div {
	background: #f4eff9;
}
.reservation .container {
	padding-top: 50px;
    padding-bottom: 50px;
}
.reservation .container>div {
	max-width: 770px;
	margin: 0 auto;
	font-size: 16px;
	background: #fff;
	padding: 50px;
	border-radius: 50px;
}
.reservation h3 {
	position: relative;
    padding-bottom: 50px;
}
.reservation h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(84px, -60px);
}
.reservation .reservation_cont {
	text-align: center;
}
.equipment {
	padding-top: 115px;
	margin-top: -115px;
}
.equipment h3 {
	padding: 80px 0;
	position: relative;
}
.equipment h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(50px, -36px);
}
.equipment .equipment_cont>div {
	position: relative;
	margin-bottom: 30px;
}
.equipment .equipment_cont>div span {
	position: absolute;
	bottom: 10px;
	left: 25px;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	font-weight: 600;
	border-radius: 10px;
}
.equipment .equipment_cont img, .oct img {
	box-shadow: 14px 14px 10px -14px rgb(63 60 60);
    border-radius: 10px;
}
.equipment .oct {
	margin-top: 30px;
	font-size: 16px;
}
.equipment .oct>div:last-of-type {
	display: flex;
	align-items: center;
}
.flow {
	margin-bottom: 0;
	padding-top: 115px;
	margin-top: -115px;
}
.flow>div {
	background: url("../images/flow_bg.jpg") center top no-repeat;
	backgrouond-size: cover;
	padding-bottom: 80px;
}

.flow h3 {
	padding: 80px 0;
	position: relative;
}
.flow h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(68px, -36px);
}
.flow .flow_cont>dl {
	padding: 10px;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,1);
    position: relative;
	border-radius: 20px;
}
.flow .flow_cont>dl:last-of-type {
	margin-bottom: 0;
}
.flow .flow_cont>dl:not(:last-of-type)::after {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    margin-left: -15px;
    margin-top: 15px;
}
.flow .flow_cont dt {
	font-size: 20px;
	color: #67a0d5;
    font-weight: normal;
	text-align: center;
}
.flow .flow_cont dd {
	font-size: 16px;
	text-align: center;
}

/*診療時間・アクセス*/
.time.subpage {
	background: url(../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
	padding-bottom: 80px;
	margin-bottom: 0;
}
.time.subpage tbody {
	background: #fff;
}
.time h3 {
	padding: 100px 0;
	position: relative;
}
.time h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(68px, -36px);
}
.access_info.subpage {
	margin-top: 0;
}
.access_info.subpage h3 {
	padding: 100px 0;
	position: relative;
}
.access_info.subpage h3 img {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(68px, -36px);
}
.access_info .sub_access_info_cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.access_info .sub_access_info_cont>div {
	margin-top: 0;
    background: #fff;
    padding: 0;
    font-size: 16px;
}
.access_info .sub_access_info_cont>div p:first-of-type {
	color: #3f3c3c;
}

/*診療内容*/
.link.menu {
	margin-top: 0;
	margin-bottom: 0;
}
#menu .link.menu .row>div:last-of-type {
	text-align: left;
}
.link.menu a {
	width: 100%;
	margin-bottom: 20px;
}
.menu, .menu_cont {
	font-size: 16px;
}
.bg_container {
	background: #f4eff9;
	margin-bottom: 0;
}
.bg_container .breadcrumb {
	background: none;
	font-size: 14px;
}
.bg_container .breadcrumb a {
	font-weight: 400;
    border: none;
    padding: 0;
    margin-top: 0;
    padding-right: 14px;
}
.bg_container .breadcrumb:nth-child(4) {
	margin-bottom: 30px;
    margin-top: 30px;
}

.bg_container .link.menu {
	background: none;
}
.menu_cont {
	margin-bottom: 0;
}
.menu_cont .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.menu_cont .container.not_contact>div {
	padding-top: 115px;
	margin-top: -115px;
}
.menu_cont .container.not_contact>div>div {
	max-width: 700px;
	padding: 30px;
	margin: 30px auto;
	background: #fff;
	border-radius: 30px;
	box-shadow: 24px 24px 20px -24px rgb(63 60 60 / 30%);
	text-align: center;
	position: relative;
}
.menu_cont .container>div>div h3 {
	display: inline-block;
	background: linear-gradient(transparent 50%, rgba(255,153,204,0.5) 0%);
	margin-bottom: 20px;
}
.menu_cont .container.not_contact>div>div p {
	text-align: left;
}
.menu_cont .container>div>div span.alphabet {
	font-size: 35px;
	position: absolute;
	top: 0;
	left: -200px;
	color: rgba(255,153,204,0.5);
	padding-right: 200px;
	border-bottom: 2px solid rgba(255,153,204,0.5);
	line-height: 1.2;
	font-weight: normal;
  text-shadow    : 
   2px  2px 1px #fff,
  -2px  2px 1px #fff,
   2px -2px 1px #fff,
  -2px -2px 1px #fff,
   2px  0px 1px #fff,
   0px  2px 1px #fff,
  -2px  0px 1px #fff,
   0px -2px 1px #fff;
	font-family: 'NotoSansCJKjp';
}
.menu_cont .container>div.retinal_detachment>div span {
	padding-right: 50px;
}
.menu_cont .container>div.conjunctivitis>div span {
	padding-right: 100px;
}
.menu_cont .container>div.blepharospasm>div span {
	padding-right: 50px;
}
.menu_cont .container>div.degeneration>div span {
	padding-right: 20px;
}
.menu_cont .container>div.stye>div span {
	padding-right: 300px;
}
.menu_cont .container>div.diabetic>div span {
	padding-right: 30px;
}
.menu_cont a, .menu_cont .cataract_ope .btn_wrapper, .menu_cont #examination .call {
	color: #67458f;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #67458f;
	border-radius: 10px;
	padding: 0 15px;
	margin-top: 10px;
}
.menu_cont a:hover, .menu_cont .cataract_ope .btn_wrapper:hover {
	color: #fff;
	background: #67458f;
}
.menu_cont .container.contact_lens, .menu_cont .container.cataract_ope, .menu_cont .container.glaucoma, .menu_cont .container.syashi {
	padding-top: 115px;
	margin-top: -115px;
}
.menu_cont .container.contact_lens>div, .menu_cont .container.cataract_ope>div, .menu_cont .container.glaucoma>div, .menu_cont .container.syashi>div {
	position: relative;
	padding: 50px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 24px 24px 20px -24px rgb(63 60 60 / 30%);
}
.menu_cont .container.contact_lens>div>div, .menu_cont .container.cataract_ope>div>div, .menu_cont .container.glaucoma>div>div, .menu_cont .container.syashi>div>div {
	margin-bottom: 40px;
}
.menu_cont .container.contact_lens>div>div span.alphabet, .menu_cont .container.cataract_ope>div>div span.alphabet, .menu_cont .container.glaucoma>div>div span.alphabet, .menu_cont .container.syashi>div>div span.alphabet {
	top: 5px;
	left: -60px;
	padding-right: 50px;
}
.menu_cont .contact_lens h4, .menu_cont .cataract_ope h4, .menu_cont .syashi h4 {
	font-size: 20px;
	border-bottom: 3px dotted #ff99cc;
    line-height: 1.2;
}
.menu_cont .cataract_ope h4, .menu_cont .syashi h4 {
	margin-bottom: 40px;
}
.menu_cont .contact_lens h4 i, .menu_cont .cataract_ope h4 i, .menu_cont .syashi h4 i {
	font-size: 1.2em;
    font-weight: bold;
	color: #ff99cc;
}
.menu_cont .contact_lens .beginner>.row, .menu_cont .contact_lens .experienced>p, .menu_cont .contact_lens .catalog>dl {
	margin-top: 40px;
}
.menu_cont .contact_lens .beginner_text>p {
	color: #f00;
}
.menu_cont .contact_lens .beginner_text>div {
	margin-top: 20px;
}
.menu_cont .contact_lens .beginner_text>div>div {
    margin-left: 40px;
    border: 1px dotted #3f3c3c;
    padding: 5px;
    border-radius: 10px;
}
.menu_cont .contact_lens .beginner_text>div>div span {
	font-weight: 700;	
}
.menu_cont .contact_lens .experienced>p>span {
	color: #f00;
}
.menu_cont .contact_lens .experienced>p>span>span {
	font-weight: 700;
}
.menu_cont .contact_lens .catalog dt {
	margin-bottom: 10px;
}
/*スライドクローズ時*/
.menu_cont .contact_lens .catalog_cont {
	display: none;
    padding: 10px;
    border: 1px dotted #3f3c3c;
    border-radius: 20px;
}
.menu_cont .cataract_ope .catalog_cont {
	display: none;
}
.menu_cont .contact_lens .catalog .btn_wrapper {
	display: inline-block;
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
    top: 4px;
	cursor: pointer;
}
.menu_cont .cataract_ope .btn_wrapper  {
	cursor: pointer;
}
.menu_cont .contact_lens .catalog .btn_wrapper .btn_angle_up, .menu_cont .cataract_ope .btn_wrapper .btn_angle_up {
	display: none;
}
.menu_cont .contact_lens .catalog .btn_wrapper .btn_angle_down {
	display: block;
}
.menu_cont .cataract_ope .btn_wrapper .btn_angle_down {
	display: inline-block;
}
/*スライドオープン時*/
.menu_cont .contact_lens .catalog .btn_wrapper.open .btn_angle_up  {
	display: block;
}
.menu_cont .cataract_ope .btn_wrapper.open .btn_angle_up {
	display: inline-block;
}
.menu_cont .contact_lens .catalog .btn_wrapper.open .btn_angle_down, .menu_cont .cataract_ope .btn_wrapper.open .btn_angle_down {
	display: none;
}

/*日帰り白内障手術*/
.menu_cont .cataract_ope .mb_0>p, .menu_cont .cataract_ope .mb_0>dl>div:first-of-type {
	margin-bottom: 20px;
}
.menu_cont .container.cataract_ope {
	margin-bottom: 20px;
}
.menu_cont .cataract_ope#features dt {
	font-weight: 400;
	color: #67458f;
	font-size: 20px;
}
.menu_cont .cataract_ope#intraocular_lens dt, .menu_cont .cataract_ope#about_cataract dt, .menu_cont .glaucoma#glaucoma_treatment dt, .menu_cont #treatment .exam_container dt {
	font-weight: 400;
	color: #67458f;
}
.menu_cont .cataract_ope#about_cataract>div {
	margin: 80px auto 0;
}
.menu_cont .cataract_ope#about_cataract dl {
	border: 1px dotted #3f3c3c;
	border-radius: 10px;
	padding: 10px;
	max-width: 300px;
	margin: 20px auto 0;
	text-align: center;
}
 .menu_cont .glaucoma#glaucoma_treatment dd, .menu_cont #treatment .exam_container dd {
	border: 1px dotted #3f3c3c;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto 20px;
}
.menu_cont .cataract_ope#about_cataract dd {
	text-align: left;
}
.menu_cont .cataract_ope#about_cataract dl span:last-of-type {
	margin-left: 20px;
}
.menu_cont .cataract_ope#surgical_flow>div>p {
	text-align: center;
}
.menu_cont .cataract_ope#surgical_flow>div>div.mb-0 {
	text-align: center;
}
.menu_cont .cataract_ope#costs dt, .menu_cont #examination dt {
	font-weight: 400;
	color: #67458f;
}
.menu_cont .cataract_ope .mb_0>dl>div>dd, .menu_cont .cataract_ope#intraocular_lens dd, .menu_cont #examination dd, .menu_cont #squint_details .cause>p:not(:first-of-type), .menu_cont #weak_sight_details .type p {
	padding: 10px;
	border: 1px dotted #3f3c3c;
}
.menu_cont .cataract_ope#intraocular_lens>div>p, .menu_cont .cataract_ope#intraocular_lens>div>dl>dd:nth-child(2) {
	margin-bottom: 20px;
}
.menu_cont .cataract_ope .catalog_cont h5 {
	padding: 20px 0;
}
.menu_cont .cataract_ope .catalog_cont>div {
	max-width: 700px;
	margin: 0 auto;
}
.menu_cont .cataract_ope .catalog_cont>div>p, .menu_cont .cataract_ope .catalog_cont>div>div {
	margin-bottom: 10px;
}
.cataract_ope#surgical_flow dl {
	padding: 5px;
}
.cataract_ope .catalog_cont table {
	border: 1px solid #67458f;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    overflow: hidden;
    padding: 0;
	margin: 0 auto 10px;
}
.cataract_ope .catalog_cont table tr:first-of-type {
	background-color: #67458f;
}
.cataract_ope .catalog_cont table th {
	color: #fff;
    padding: .5em 0 .5em;
    border-bottom: 1px solid #67458f;
    border-right: 1px solid #67458f;
    border-left: 1px solid #67458f;
	font-weight: 400;
	text-align: center;
}
.cataract_ope .catalog_cont table tr td {
	font-size: 14px;
}
.cataract_ope .catalog_cont table tr:not(:last-of-type) td {
	border-bottom: 1px solid #67458f;
}
.cataract_ope .catalog_cont table tr td {
    padding: .5em;
}
.cataract_ope .catalog_cont table tr td:first-of-type {
	border-right: 1px solid #67458f;
}
.menu_cont .cataract_ope .catalog_cont>div>div {
	color: #67458f;
	border: 1px solid #67458f;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
}
.cataract_ope#features li {
	position: relative;
	padding-left: 30px;
}
.cataract_ope#features li:not(:last-of-type) {
	margin-bottom: 20px;
}
.cataract_ope#features li span {
	font-size: 30px;
    color: #67458f;
    position: absolute;
    top: -2px;
    left: 0;
    line-height: 1;
}
.cataract_ope#surgical_flow dl {
	margin-top: 30px;
	position: relative;
	border: 1px dotted #3f3c3c;
	border-radius: 10px;
}
.cataract_ope#surgical_flow dt {
	font-weight: 400;
    color: #67458f;
    font-size: 20px;
}
.cataract_ope#surgical_flow dl i {
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu_cont .glaucoma#about_glaucoma>div {
	margin: 80px auto 0;
}
.menu_cont .container.glaucoma {
    margin-bottom: 20px;
}
.menu_cont .syashi#about_squint>div {
	margin: 80px auto 0;
}
.menu_cont .container.syashi {
    margin-bottom: 20px;
}
.glaucoma#degeneration_symptoms>div>div:last-of-type {
	max-width: 600px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.link.menu .row a.sign_link {
	padding: 10px;
    line-height: 1.5;
    height: 70px;
    margin-bottom: 0;
}
.menu_cont #examination dt:nth-child(3) {
	margin-top: 20px;
}
.menu_cont .linkmt {
	margin-top: 20px;
}
.menu_cont #squint_details>div>p {
	margin-bottom: 40px;
}
.menu_cont #squint_details .cause h5, .menu_cont #weak_sight_details .type h5 {
	font-weight: 700;
}
.menu_cont #squint_details .cause>p, .menu_cont #weak_sight_details .type p {
	margin-bottom: 20px;
}
.menu_cont #squint_details .type .img_container>li>div {
	height: 70px;
    border: 1px solid #3f3c3c;
    border-radius: 10px;
    margin: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_cont #squint_details .type .img_container>li>div p:first-of-type {
	margin-bottom: 10px;
}
.menu_cont #squint_details .type ul.img_container {
	display: flex;
	align-items: center;
	margin: 30px;
}
.menu_cont #squint_details .type ul.img_container li {
	padding: 10px;
	text-align: center;
}
.menu_cont #squint_details .type ul.img_container li>div p:first-of-type {
	font-weight: 700;
}
.menu_cont #cause {
	padding-top: 115px;
	margin-top: -115px;
}
.menu_cont #squint_details .type ul.img_container li>div p:last-of-type {
	font-size: 14px;
	line-height: 1.2;
}
.menu_cont #weak_sight_details .point .img_container {
	display: flex;
	justify-content: space-around;
    padding: 0 10px 10px;
	border: 1px dotted #3f3c3c;
    margin: 0 20px 50px;
}
.menu_cont #weak_sight_details .point .img_container>div {
	width: 10%;
	display: inline-block;
}
.menu_cont #weak_sight_details .point .img_container>div>div:first-of-type {
	height: 160px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.menu_cont #weak_sight_details .point .img_container>div:nth-of-type(1) img, #weak_sight_details .point .img_container>div:nth-of-type(2) img, #weak_sight_details .point .img_container>div:nth-of-type(6) img, #weak_sight_details .point .img_container>div:nth-of-type(7) img, #weak_sight_details .point .img_container>div:nth-of-type(9) img {
	max-width: 80%;
}
.menu_cont #weak_sight_details .point .img_container>div>p {
	text-align: center;
}
.menu_cont #weak_sight_details .point>p:nth-child(3) {
	margin-top: 50px;
	color: #67458f;
}
.menu_cont #weak_sight_details .point .img_container .child_sight {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}
.menu_cont #weak_sight_details .point .img_container .child_sight p {
	line-height: 1.2;
	text-align: center;
}
.menu_cont #weak_sight_details .point .sensitivity {
	max-width: 650px;
	margin: 0 auto;
}
.menu_cont #weak_sight_details .importance>p {
	padding-top: 40px;	
}
.menu_cont #sign .sign_container>div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_cont #treatment .treatment_flow>div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu_cont #treatment .treatment_flow>div:first-of-type p {
	height: 70px;
	background: rgba(255,153,204,0.3);
	line-height: 1.4;
	padding: 16px 30px;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 40px;
}
.menu_cont #treatment .treatment_flow>div:first-of-type p:nth-of-type(2) {
	line-height: 2.5;
}
.menu_cont #treatment .treatment_flow>div:first-of-type p {
	position: relative;
}
.menu_cont #treatment .treatment_flow>div:first-of-type p:not(:last-of-type)::after {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid rgba(255,153,204,0.3);
    margin-left: -15px;
    margin-top: 15px;
}
.menu_cont #treatment .exam_container div {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*医院だより及びトップページの医院だよりの欄*/
.news_archive .photo-ofi, .news .photo-ofi {
	height: 0;
	display: block;
	background-color: rgba(0,0,0,0.05);
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.news .photo-ofi {
	padding-bottom: 50%;
}
.news_archive .photo-ofi img, .news .photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}
div.paging {
	text-align: center;
}
div.paging span.current,
div.paging span.paging-text {
	margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;
}
div.paging span.paging-text a {
	padding:3px 8px; display:block;
}
div.paging span.current {
	background: #67458f;border:1px solid #636;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;
}
div.paging span.paging-text a:hover {
	background: #CCC;color: #fff;text-decoration:none;cursor:pointer;
}
#news_archive, #news_archive .breadcrumb, #news_detail, #news_detail .breadcrumb {
	background: #f4eff9;
}
#news_archive .news_nav {
	padding-left: 30px;
    padding-top: 30px;
}
#news_archive .news_nav ul {
	max-width: 400px;
	background: #fff;
    padding: 10px;
    border-radius: 10px;
}
#news_archive .news_nav ul li {
	cursor: pointer;
	padding: 6px 0;
	color: #67458f;
}
#news_archive .news_nav ul li.active {
	background: rgba(255,153,204,0.2);
}
#news_archive .news_nav ul li:not(:last-of-type) {
    border-bottom: 1px solid;
}
.news_archive {
	padding-top: 100px;
	padding-bottom: 100px;
}
.news_archive .news_container>div>div {
	padding: 15px;
	background: #fff;
	width: 90%;
	margin: 0 auto 50px;
	/*height: 400px;*/
	border-radius: 10px;
}
.news_archive .news_container>div>div div {
	padding: 10px 0;
	/*overflow: hidden;*/
}
.news_archive .news_container>div>div p, .news .news_container>div>div p {
	/*height: 80px;
    overflow: hidden;*/
}
.news_archive .news_container h4 a {
	color: #67458f;
}
.news_archive .news_container .entry_meta span:nth-child(3) {
	color: #ff99cc;
	font-weight: 700;
}
.news_archive .category {
	display: inline-block;
    padding: 0 10px;
    background: #67458f;
    color: #fff;
}
#news_detail {
	padding-bottom: 80px;
}
#news_detail .breadcrumb {
	margin-bottom: 50px;
}
.news_detail #mainImg .photo-ofi, .news_detail ul#subImg .photo-ofi {
	height: 0;
	display: block;
	background-color: rgba(0,0,0,0.05);
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.news_detail ul#subImg .photo-ofi {
	padding-bottom: 200px; /* 高さを指定（ボックスの横幅を基準） */
}
.news_detail ul#subImg li {
	width: 30%;
	display: inline-block;
	float: left;
	margin: 1.66% 1.66% 1.66% 0px;
}
.news_detail #mainImg .photo-ofi img, .news_detail ul#subImg .photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}
.news_detail div#mainImg {
/*	max-width: 90%;*/
	max-width: 500px;
    text-align: center;
	margin: 0 auto 30px;
}
.news_detail .news_container {
	padding-bottom: 50px;
	padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
	background: #fff;
	max-width: 1000px;
    margin: 0 auto;
	border-radius: 30px;
}
.news_detail .news_container>div:nth-child(3) {
	/*max-width: 850px;*/
	margin: 0 auto;
}
.news_detail .news_container>div:nth-child(3) h4 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 20px;
}
.news_detail .news_container>div:nth-child(3) .entry_meta {
	margin-top: 20px;
}
.news_detail .news_container>div:nth-child(3) p, .news_detail .news_container>div:nth-child(3) span {
	font-size: 16px;
}
.news_detail .news_container>div:nth-child(3) span:nth-child(2) {
	color: #ff99cc;
    font-weight: 700;
}



@media screen and (max-width: 1281px) {
	#header .menu .global_nav_2 ul:not(:first-of-type) {
		display: flex;
	}
	#header .menu .global_nav_2 ul:first-of-type {
		display: none;
	}
	#header .menu .global_nav_1 li:not(:last-of-type) {
		position: relative;
    	top: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.time .schedule_text>p:last-of-type {
		display: block;
	}
	.time .schedule_text>p:nth-of-type(4) {
		display: none;
	}
	.br-1200 {
		display: none;
	}

}

@media screen and (max-width: 1070px) {
	.int_sheet .Q4 .row p input {
		width: 28%;
	}
}
@media screen and (max-width: 991px) {
	.br-lg {
		display: none;
	}
	.br-md {
		display: block;
	}
	.br-sm {
		display: none;
	}

	#header .menu.nav_wrapper {
		display: none;
	}
	#header .menu.nav_wrapper.open {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 20;
		background: #fff;
	}
	#header .menu.nav_wrapper.open li a {
		color: #67458f;
		text-decoration: none;
		font-size: 20px;
		padding: 20px;
		display: inline-block;
		width: 100%;
	}
  #header .menu.nav_wrapper.open li a:hover,
  #header .menu.nav_wrapper.open li a.active{
    color: #fff;
    
  }
	#header .menu.nav_wrapper.open ul li:not(:last-of-type) {
		display: block;
		text-align: center;
		border-bottom: 1px dotted #fff;
	}
	#header .menu.nav_wrapper.open ul {
		display: block;
	}
	#header .menu.nav_wrapper.open .global_nav_1 li:last-of-type {
		display: none;
	}
	#header .menu.nav_wrapper.open .global_nav_2>ul:nth-of-type(2), #header .menu.nav_wrapper.open .global_nav_2>ul:last-of-type {
		display: none;
	}
	#header .menu.nav_wrapper.open ul li {
		display: block;
		text-align: center;
	}
	#header #hamburger {
		display: block;
		z-index: 100;
	}
	#header #hamburger .btn_close {
		display: none;
	}
	#header #hamburger.active .btn_hamburger {
		display: none;
	}
	#header #hamburger.active .btn_close {
		display: block;
	}
	.time .schedule_table {
		margin-bottom: 30px;
	}
	.time .schedule_text {
		padding: 0;
	}
	.about>div:first-of-type {
		margin-bottom: 120px;
	}
	.about .row>div:first-of-type {
		margin-bottom: 30px;
	}
	.about .row:last-of-type {
		margin-top: 80px;
	}
	.info a:nth-of-type(2n+1) {
		margin-right: 0;
	}
	.access_info .row .info_part {
		text-align: center;
    	margin-bottom: 30px;
	}
	.catch_copy {
		width: 80%;
    	left: 10%;
	}
	.catch_copy p {
		font-size: 16px;
	}
/*問診票*/
	.int_sheet .Q3 dd p input {
		width: 98%;
	}
	.int_sheet .Q4 .row p input {
		width: 100%;
	}
	.int_sheet dd label, .int_sheet p label {
		margin-right: 0;
	}
	.int_sheet .gender dl:first-of-type {
		width: 25%;
	}
	.int_sheet .gender dl:last-of-type {
		width: 75%;
	}

/*初診の方へ*/
	.link>div.container {
		max-width: 100%;
	}
	.link a {
		width: 100%;
	}
	.feature .feature_item>div:nth-of-type(1),.feature .feature_item>div:nth-of-type(2), .feature .feature_item>div:nth-of-type(3), .feature .feature_item>div:nth-of-type(4), .feature .feature_item>div:last-of-type {
		margin-left: 0;
	}
	.flow .container {
		max-width: 720px;
	}
/*診療時間・アクセス*/
	.time h3 {
		padding: 70px 0;
	}
	.access_info.subpage h3 {
		padding: 70px 0;
	}
	.access_info span {
		font-size: 30px;
	}
	.access_info .sub_access_info_cont {
		margin-bottom: 30px;
	}
/*診療内容*/
	.link.menu .row>div {
		padding: 0 5px;
	}
	.menu_cont .container>div>div span.alphabet, .menu_cont .container.contact_lens>div>div span.alphabet {
		top: -20px;
		left: -20px;
		border-bottom: none;
	}
	.menu_cont .container {
		padding-top: 30px;
	}
	.menu_cont .container.contact_lens>div {
		padding: 30px;
	}
/*日帰り白内障手術*/
	.menu_cont .cataract_ope#surgical_flow>div>p {
		text-align: left;
	}
	.menu_cont .cataract_ope#surgical_flow>div>div.mb-0 dl dd{
		text-align: left;
	}
	.menu_cont .container.cataract_ope>div, .menu_cont .container.glaucoma>div, .menu_cont .container.syashi>div {
		padding: 50px 20px;
	}
	.menu_cont .container.cataract_ope>div>div span.alphabet, .menu_cont .container.glaucoma>div>div span.alphabet, .menu_cont .container.syashi>div>div span.alphabet {
		left: -30px;
	}
/*こどもの斜視・弱視*/
	.menu_cont #treatment .treatment_flow>div:first-of-type {
		margin-bottom: 50px;
	}
	.menu_cont #treatment .treatment_flow>div:first-of-type p {
		line-height: 2.5;
	}
	.menu_cont .syashi#examination>div>div:nth-child(5)>a {
		border: none;
		padding: 0;
		margin: 0;
	}
/*	医院だより（個別記事）*/
	#news_detail .news_detail .container {
		max-width: 720px;
	}
	.news_detail .news_container>div:nth-child(3) {
		padding: 30px;
	}
	
	
}

@media screen and (max-width: 767px) {	
	.br-lg {
		display: none;
	}
	.br-md {
		display: none;
	}
	.br-sm {
		display: block;
	}
	h3 {
		font-size: 20px;
	}
	
/*Topページ*/
	#header {
		height: 60px;
	}
	#header h1 {
		width: 150px;
	}
	#header .menu.nav_wrapper.open li {
		margin-left: 0;
	}
	#header .menu.nav_wrapper.open li a {
		font-size: 18px;
		padding: 10px;
	}
	#header .menu.nav_wrapper.open .global_nav_2>ul {
		position: relative;
		top: 10px;
	}
	.sp-box {
		margin-top: 60px;
	}
	.sp-box .sp-mask {
		border-radius: 10px;
	}
	.time>p {
		text-align: left;
	}
	.catch_copy {
		height: 40%;
    	top: 60%;
	}
	.time .schedule_text {
		padding: 0 15px;
	}
	.logo_mark {
		width: 70px;
	}
	.interview_sheet {
		padding: 40px 10px;
	}
	.interview_sheet .row figure {
		margin-right: 0;
	}
	.about>div:first-of-type {
		margin-left: auto;
	    margin-right: auto;
		width: 90%;
	}
	.about>div:first-of-type .logo_mark {
    	transform: translate(-180px, -20px);
	}
	.about>div:first-of-type>img:last-of-type {
		width: 80%;
	}
	.about .figure1, .about .figure2 {
		width: 90%;
		margin: 0 auto;
	}
	.about .figure1>img {
		width: 80%;
	}
	.about .figure2>img {
		width: 45%;
	}
	.about .row:last-of-type ul {
		padding: 0;
	}
	.info h2 img {
		transform: translate(75px, -24px);
	}
	.info .row>a {
		margin-right: 15px;
	}
	.another h2 img {
		transform: translate(110px, -24px);
	}
	.tab .row>div:first-of-type {
		margin-bottom: 30px;
	}
	.news h2 {
		margin-right: auto;
    	margin-left: auto;
	}
	.news .row:first-of-type a {
		width: 100%;
	}
	.news .row:first-of-type {
		margin-bottom: 50px;
	}
	.news .row.news_container>div {
		margin-bottom: 30px;
	}
	.footer_nav li {
		padding: 0;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.info .row {
		margin-top: 0;
	}
	.another .row>div:last-of-type .panel {
		height: 50px;
		padding: 10px 0;
		border-radius: 30px;
	}	
	.another {
		padding-bottom: 0;
	}
	
/*問診票*/
	.mv_subpage {
		margin-top: 60px;
		height: 100px;
	}
	.int_sheet .title h2 {
		font-size: 30px;
	}
	.int_sheet .title {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.int_sheet .name dt:nth-child(3), .int_sheet .address dt {
		font-size: 20px;
	}
	.int_sheet .address dd:first-of-type {
		width: 80%;
	}
	.int_sheet .Q8 .row label:first-of-type {
		width: 30%;
	}
	.int_sheet .Q8 .row label:nth-of-type(2) {
		width: 50%;
	}
	.int_sheet .Q8 .row label:last-of-type {
		width: 50%;
	}
	.int_sheet .Q4 .row div:first-of-type, .int_sheet .Q5 .row div:first-of-type, .int_sheet .Q6 .row div:first-of-type, .int_sheet .Q7 .row div:first-of-type {
		justify-content: space-around;
		padding-right: 15px;
	}
	.int_sheet .Q8 .row>p:nth-of-type(2), .int_sheet .Q9 .row>p:nth-of-type(2), .int_sheet .Q10>p:nth-of-type(2) {
		padding-left: 40px;
	}
	
/*	医院紹介*/
	.mv_subpage h2 {
		font-size: 23px;
	}
	.breadcrumb {
		padding: 10px;
	}
	.greeting .container>div {
		padding: 50px 10px;
    	border-radius: 30px;
	}
	.greeting .container>div>div p:last-of-type {
		font-size: 17px;
	}
	.doctor h3 {
		margin: 20px 0 50px;
	}
	.doctor .profile>div:first-of-type {
		margin-bottom: 30px;
	}
	.doctor .profile_box>p {
		font-size: 18px;
		text-align: center;
	}
	.doctor .profile>div:last-of-type {
		display: block;
	}
	.doctor .career {
		margin-top: 20px;
	}
	.doctor .career dl dd {
		padding-left: 160px;
	}
	.picture h3 {
		padding: 30px 0;
	}
	.picture .row>div {
		padding: 20px;
	}
/*初診の方へ	*/
	.link {
		margin-top: 0;
	}
	.link .row>div:not(:last-of-type) {
		margin-bottom: 16px;
	}
	.feature h3 {
		padding: 40px 0;
	}
	.feature .feature_item>div {
		padding: 10px 20px 20px;
	}
	.feature h4 {
		font-size: 18px;
	}
	.feature .feature_item h4 span {
		font-size: 40px;
		top: -1px;
	}
	.reservation .container>div {
		padding: 50px 10px;
	}
	.reservation .reservation_cont {
		text-align: left;
	}
	.equipment h3 {
		padding: 80px 0 40px;
	}
	.equipment h3 img {
		transform: translate(50px, -5px);
	}
	.equipment .oct>div:first-of-type {
		padding: 0 50px 18px;
	}
	.flow h3 {
		padding: 80px 0 40px;
	}
	.flow h3 img {
		transform: translate(68px, -5px);
	}
	.flow .flow_cont dt {
		font-size: 18px;
	}
	.flow .flow_cont dd {
		text-align: left;
	}
/*診療時間・アクセス*/
	.time.subpage h3 {
	    padding: 50px 0;
	}
	.access_info.subpage h3 {
		padding: 50px 0;
	}
	.access_info.subpage .address {
		margin-top: 0;
	}
/*診療内容	*/
	.link.menu a {
		margin-bottom: 0;
	}
	#menu .link.menu .row>div:last-of-type {
		text-align: center;
	}
	.menu_cont .container>div>div span.alphabet, .menu_cont .container.contact_lens>div>div span.alphabet {
		left: -14px;
		font-size: 29px;
	}
	.menu_cont .container {
		padding-bottom: 30px;
	}
	.menu_cont .container.contact_lens>div, .menu_cont .container.not_contact>div>div {
    padding: 30px 10px;
	}
	.menu_cont .contact_lens h4, .menu_cont .cataract_ope h4, .menu_cont .syashi h4 {
    font-size: 18px;
	}
	.menu_cont .beginner>.row>div:first-of-type {
		margin-bottom: 20px;
	}
	.menu_cont .contact_lens .beginner_text>div>div {
		margin-left: 0;
	}
/*日帰り白内障手術*/
	.menu_cont {
		margin-top: 50px;
	}
	.menu_cont .container.cataract_ope, .menu_cont .container.glaucoma, .menu_cont .container.syashi {
		margin-bottom: 50px;
	}
	.menu_cont .container.cataract_ope>div, .menu_cont .container.glaucoma>div, .menu_cont .container.syashi>div {
		padding: 30px 10px;
	}
	.menu_cont .container.cataract_ope>div>div span.alphabet, .menu_cont .container.glaucoma>div>div span.alphabet, .menu_cont .container.syashi>div>div span.alphabet {
		left: 0;
		font-size: 28px;
		padding: 0;
		top: -15px;
	}
	.menu_cont .container.cataract_ope>div>div, .menu_cont .container.glaucoma>div>div, .menu_cont .container.syashi>div>div {
		margin-bottom: 30px;
	}
	.cataract_ope#surgical_flow dt {
		font-size: 18px;
	}
	.menu_cont .cataract_ope .catalog_cont>div>div {
		text-align: left;
	}
/*緑内障・加齢黄斑変性症*/
	.menu_cont .container.glaucoma>div>div span.alphabet.br-sm:nth-of-type(2) {
		top: -35px;
	}
	.menu_cont .container.glaucoma>div>div span.alphabet.br-sm:last-of-type {
		top: -8px;
	    left: 130px;
	}
	.bg_container .breadcrumb:nth-child(4) {
		margin-bottom: 50px;
	}
	.glaucoma#degeneration_symptoms>div>div:last-of-type {
		display: block;
	}
/*こどもの斜視・弱視	*/
	.menu_cont #squint_details .type ul.img_container {
		display: block;
	}
	.menu_cont .syashi#about_weak_sight>div>div:nth-child(3) a {
		padding: 0 10px;
	}
	.menu_cont #weak_sight_details .point .img_container {
		flex-wrap: wrap;
	}
	.menu_cont #weak_sight_details .point .img_container>div {
		width: 29%;	
		margin-bottom: 20px;
	}
	.menu_cont #weak_sight_details .point .img_container>div>div:first-of-type {
		height: 120px;
	}
	.menu_cont #weak_sight_details .type h4, .menu_cont #weak_sight_details .importance h4 {
		margin-top: 50px;
	}
	.menu_cont #sign h3 {
		background: none;
	}
	.menu_cont #sign h3 span {
		background: linear-gradient(transparent 50%, rgba(255,153,204,0.5) 0%);
		display: inline-block;
	}
	.menu_cont #treatment .treatment_flow>div:first-of-type>div p {
		line-height: 1.5;
		padding: 12px;
	}
	.menu_cont #treatment .treatment_flow>div:first-of-type p:nth-of-type(2) {
		line-height: 1.5;
	}
	
/*	医院だより（個別記事）*/
	.news_detail .news_container>div:nth-child(3) {
		padding: 15px;
	}
	.news_detail .news_container {
		padding-top: 30px;
		padding-bottom: 10px;
		border-radius: 10px;
	}



}


@media screen and (min-width: 576px) and (max-width: 767px) {
	#news_detail .news_detail .container {
		max-width: 650px;
	}

}

/*2023/6/19追加*/
.tyusyajyouannai-box {
	justify-content: center;
	text-align: center;
}
.tyusyajyouannai-inner {
	background-color: transparent;
	padding: 0 0 50px 0;
}
.tyusyajyouannai-inner  a{
	width: 360px;
	margin-top: 10px;
}

@media screen and (max-width: 575px) {
	.tyusyajyouannai-inner  a{
		width: 300px;
	}
}