@charset "UTF-8";
a {
    cursor: pointer;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}


/* ------------------------------
font
------------------------------ */

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

/* ------------------------------

[辻]名称用フォント設定
-------------------------------- */

.jis90 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'A-OTF 新ゴ Pro R', 'ヒラギノ角ゴ2', 'ヒラギノ角ゴ3', 'ヒラギノ角ゴ4', '小塚ゴシック Pro R', '小塚ゴシック Pro', 'ＳＨ Ｇ30-P', 'FC平成角ゴシック体', 'ＦＡ ゴシック', 'IPA モナー ゴシック', 'VL ゴシック', 'Droid Sans Japanese', 'ＭＳ ＰＲゴシック', 'TGothic-GT01', '東風ゴシック', 'さざなみゴシック', 'Komatuna', 'M+1P+IPAG', 'Mona', 'ＪＳＰゴシック', 'Arial Unicode MS', 'AR P丸ゴシック体M', 'EPSON 丸ゴシック体Ｍ', 'CRPＣ＆Ｇれいしっく', 'FGP平成明朝体W3', 'GT2000-01', '和田研細丸ゴシック2000P', '和田研細丸ゴシック2000P4', YOzFont90, YOzFontN90;
    -moz-font-feature-settings: 'jp90';
    -moz-font-feature-settings: 'jp90=1';
    -webkit-font-feature-settings: 'jp90' 1;
    font-weight: normal;
}

.style-l {
    font-weight: normal;
}


/* ------------------------------

icomoon
-------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?260714');
    src: url('../fonts/icomoon.eot?260714#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?260714') format('truetype'), url('../fonts/icomoon.woff?260714') format('woff'), url('../fonts/icomoon.svg?260714#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-01:before {
    content: "\e900";
}

.icon-icon-02:before {
    content: "\e901";
}

.icon-icon-03:before {
    content: "\e902";
}

.icon-icon-04:before {
    content: "\e903";
}

.icon-icon-05:before {
    content: "\e904";
}

.icon-icon-06:before {
    content: "\e905";
}

.icon-icon-07:before {
    content: "\e907";
}

/* ------------------------------

共通スタイル
-------------------------------- */


.f_bold {
    font-weight: 700;
}

.f_color_blue {
    color:#00a5e3;
}

.f_color_navy {
    color:#004471;
}

.f_color_pink{
    color:#dc6b8e;
}

.f_size_up1{
    font-size: 1.2em;
}

.f_size_up2{
    font-size: 1.4em;
}

.f_size_down1{
    font-size: .8em;
}

.f_size_down2{
    font-size: .6em;
}

.text_underline {
	text-decoration: underline;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_indent1 {
    text-indent: -1em;
    padding-left: 1em;
}

.text_break {
  overflow-wrap: anywhere; 
  word-break: normal;
  line-break: strict;
}

.d-block {
    display: block;
}


.margin_bottom10 {
margin-bottom: 10px;
}

.margin_bottom20 {
margin-bottom: 20px;
}
.padding_bottom10 {
padding-bottom: 10px;
}

.padding_bottom20 {
padding-bottom: 20px;
}

/* =============================================
          INDEX OPENING
================================================ */


/* JavaScript が有効な場合に非表示 */

html.enable-js .hide-enable-js {
    display: none;
}


/* JavaScript が無効な場合に非表示 */

html:not(.enable-js) .hide-disable-js {
    display: none;
}

#nojs {
    text-align: center;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: #fff;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 4;
}

.block-one {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}

.animation {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-top: -200px;
    margin-left: -150px;
    text-align: center;
    z-index: 2;
}

.block-two {}

.skip {
    position: fixed;
    top: 70%;
    left: 50%;
    margin-left: -20px;
    z-index: 3;
}

.skip_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0;
    text-decoration: none;
    color: #009FE8;
    font-size: 18px;
    background: none !important;
    text-align: center;
}

.skip_btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background: #009FE8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.skip_btn:hover {
    text-decoration: none;
}

.skip_btn:hover:before {
    width: 200%;
    left: -50%;
}


/* =============================================
              head
================================================ */

.PCheader {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0;
}

.PCheader:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.PCheader .logo {
    float: left;
}

.PCheader .logo .logo_heart {
    width: 62px;
    height: 62px;
}

.PCheader .logo .logo_en {
    width: 147px;
    height: 60px;
}

.PCheader h1 {
    font-size: 1em;
    float: left;
    word-wrap: break-word;
    margin-top: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.head_left {
    float: left;
}
.head_right {
    float: right;
    width: calc(100% - 430px);
}

.PCheader dl {
    float: left;
    margin: 10px 0;
}

.PCheader dl dt {
    color: #004471;
    font-size: 0.8em;
}

.PCheader dl dd.tel {
    color: #004471;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
}

.PCheader dl dd.tel >span {
    font-size: 0.8em;
}

.header_bnr_box  {
    display: flex;
    gap: 5px;
}

.header_bnr_box a  {
    flex: 1;
    display: block;
}
.header_bnr_box a:hover  {
    opacity: 0.6;
}
.header_bnr_box img  {
    max-width: 100%;
    height: auto;
}


.reserv_btn {
    width: 145px;
    position: relative;
    height: 60px;
}

.reserv_btn span {
    text-align: left;
    line-height: 1.2;
    position: absolute;
    font-size: 1.3em;
    left: 15px;
    top: 8px;
}

.reserv_btn span {
    top: 50%;
    transform: translateY(-50%);
}

.reserv_btn i {
    font-size: 4.5em;
    position: absolute;
    right: 35px;
    top: 0px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.reserv_btn.btn-info i {
	font-size: 2.7em;
	line-height: 60px;
}

.reserv_btn:after {
    font-family: 'FontAwesome';
    content: "\f061";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 1.5em;
}

.reserv_btn:hover:after {
    right: 4px;
}

.drawer-menu {
    list-style: none;
}
@media only screen and (min-width: 1101px) {
    .drawer-hamburger,
    .drawer_info {
        display: none;
    }
    .gnav_wrap {
        border-top: 4px solid #00a5e3;
        border-bottom: 4px solid #00a5e3;
        width: 100%;
        margin-bottom: 20px;
    }
    .drawer-menu {
        width: 100%;
        display: table;
        margin-bottom: 0 !important;
        padding-left: 0;
    }
    .drawer-menu li {
        display: table-cell;
        width: 16%;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }
    .drawer-menu li a {
        font-size: 1em;
        font-weight: bold;
    }
    .drawer-menu li a:hover {
        text-decoration: none;
        color: #00a5e3;
    }
    .drawer-menu span {
        line-height: 70px;
        padding-right: 25%;
    }
    .drawer-menu span.home {
        padding-right: 0;
    }
    .drawer-menu i {
        color: #00a5e3;
        font-size: 2em;
        position: absolute;
        top: 22%;
        right: 20%;
    }

    .drawer-menu a i.icon-icon-07 {
        right: 5%;
    }

    .drawer-menu li:before {
        content: "";
        float: left;
        display: block;
        width: 1px;
        height: 70px;
        background-color: #00a5e3;
        margin-right: 1em;
    }
    .drawer-menu li:last-child:after {
        content: "";
        float: right;
        display: block;
        width: 1px;
        height: 70px;
        background-color: #00a5e3;
    }
    .drawer-menu li:last-child:before {
        margin-right: 0;
    }
    .drawer-menu li:last-child a:hover {
        opacity: .7;
    }
    .drawer-menu li:last-child img {
        width: 90px;
        height: auto;
        padding-top: 5px;
        
    }
}

@media only screen and (min-width:1101px) and (max-width: 1199px) {
	.PCheader h1 {
		font-size: .9em;
	}
    .PCheader dl {
        float: none;
    }

	.PCheader dl dd.tel {
		font-size: 1.4em;
	}

	.reserv_btn {
		height: 50px;
		padding-left: 4px;
	}

	.reserv_btn.btn-info {
		width: 140px!important;
	}

	.reserv_btn span {
		font-size: 1em;
	}

	.reserv_btn i {
		font-size: 3em;
		line-height: 50px;
	}

	.reserv_btn.btn-info i {
		font-size: 1.8em;
		line-height: 50px;
	}

	.reserv_btn:after {
		font-size: 1.2em;
	}
}
@media only screen and (min-width: 1200px) {
    .drawer-menu li a {
        font-size: 1.25em;
    }
}


/* --------------------------------------------
    SP
------------------------------------------------*/


@media screen and (max-width: 1100px) {
    .PCheader {
        padding-top: 10px;
        padding-left: 5px;
        padding-bottom: 5px;
        background: #fff;
        position: fixed;
        z-index: 2;
    }
    .PCheader h1 {
        display: none;
    }
    .PCheader dl {
        display: none;
    }
    .head_right {
        display: none;
    }
    main {
        padding-top: 120px;
    }
    /* mobile menu */
    .drawer--right .drawer-nav {
        right: -25rem;
    }
    .drawer-nav {
        background: #fff;
        padding: 20px 0 0 10px;
        z-index: 120;
        width: 25rem;
    }
    .drawer-menu li {}
    .drawer-menu li a {
        color: #004471;
        font-size: 1.2em;
        border-bottom: 1px solid #004471;
        font-weight: bold;
    }
    .drawer-menu li a:before {
        font-family: "FontAwesome";
        content: '\f061';
        margin-right: 5px;
    }
    .drawer-menu li a:hover {
        text-decoration: none;
        color: #00a5e3;
    }
    .drawer-menu li i {
        font-size: 2em;
        display: inline-block;
        color: #00a5e3;
        margin-left: 10px;
    }
    .drawer-menu li img {
        width: 90px;
        height: auto;
    }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, .4);
    }
    .drawer-hamburger {
        display: block;
        width: 40px;
        padding-top: 30px;
        padding-bottom: 13px;
        background: #fff;
        right: 15px !important;
    }
    .drawer-hamburger-icon {
        width: 40px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background: #004471;
    }
    .drawer-hamburger-txt {
        color: #004471;
        left: 0;
        position: relative;
        top: 13px;
        font-weight: bold;
        font-size: 9px;
        display: block;
    }
    .drawer-hamburger-txt:after {
        content: "メニュー";
    }
    .drawer--right.drawer-open .drawer-hamburger {
        z-index: 121;
        background: #004471;
        padding: 15px 10px 16px 10px;
        right: 25rem !important;
    }
    .linux .drawer-hamburger {
        top: 10px;
    }
    .linux .drawer--right.drawer-open .drawer-hamburger {
        top: 0;
    }
    .drawer--right.drawer-open .drawer-hamburger-icon:after,
    .drawer--right.drawer-open .drawer-hamburger-icon:before {
        background: #fff;
    }
    .drawer--right.drawer-open .drawer-hamburger-txt {
        background: none;
    }
    .drawer--right.drawer-open .drawer-hamburger-txt:after {
        content: "閉じる";
        color: #fff;
    }
    .drawer_info {
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .drawer_info dl,
    .reserv_btn {
        clear: both;
    }
    .drawer_info dl dd.tel {
        font-size: 1.6em;
        font-weight: bold;
    }
	.reserv_btn{
		margin-bottom: 3px;
	}
   .header_bnr_box  {
    width: 230px;
    padding-bottom: 30px;
    flex-direction: column;
}
}


/* =============================================
          INDEX
================================================ */

.mef_phot {
    text-align: center;
}

.mef_phot > ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}

.mef_phot > ul li {
    display: inline-block;
    text-align: center;
    width: 29%;
}

.mef_phot > ul li:last-child {
    margin-right: 0;
}

.mef_phot > ul li img {
    width: 195px;
}

.index_intro {
    display: block;
    text-align: center;
}

.index_intro h2 {
    padding-top: 20px;
    color: #dc6b8e;
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.4;
}

.index_intro h2 span {
    display: inline-block;
}

.index_intro h3 img {
    margin-bottom: 20px;
}

.index_intro ._policy {
    font-size: 1.2em;
    margin-top:2em;
}

.index_intro ._policy dl {
    text-align: left;
    margin-bottom: 3em;
}

.index_intro ._policy dt {
    color: #004471;
    margin-top: .5em;
    padding-top: .5em;
    border-top: 1px dotted #222;
}



.timetable {
    margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
	.timetable_wrap > .col-sm-2 {
		width: 13%;
	}
}
@media screen and (min-width: 1201px) {
	.timetable_wrap > .col-sm-2 {
		width: 10%;
	}
}
.timetable img,
.timetable_s img {
    width: 100%;
    height: auto;
}

.timetable img　{
    padding-right: 10%;
}


.circle-h {
    background: #00a5e3;
    position: relative;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    top: 50%;
}

.circle-h span {
    font-size: 0.75em;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 2em;
    left: 10px;
}

.info-title span{
    top: 1.5em;
}


.news_wrap, .info_wrap {
    padding-right: 15px;
    padding-left: 15px;
}

.news, .info {
    margin-top: 45px;
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    padding: 20px 20px;
    height: 330px;
    overflow: auto;
}

.news > dl dt,.info > dl dt {
    margin-top: 5px;
    margin-bottom: 3px;
}

.news > dl dd, .info > dl dd {
    margin-bottom: 20px;
}


.QR {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 30px;
}

.QR {
    width: 100%;
    position: relative;
}

.QR img {
    position: absolute;
    top: 0;
    left: 0;
}

.QR p {
    position: absolute;
    top: 30px;
    left: 100px;
    font-size: 1.2em;
    font-weight: bold;
    color: #004471;
    line-height: 1.0;
}

.QR p span {
    font-weight: normal;
    color: #000;
    font-size: 0.85em;
}

.ipad .QR {
    display: none;
}

.android .QR {
    display: none;
}

.index_map {
    text-align: right;
}

.index_map img {
    width: 100%;
}

.index_map .btn {
    margin-bottom: 10px;
}

.index_map p {
    text-align: left;
    margin-top: 8px;
}

.index-contents {
    margin: 50px 0 30px 0;
}

.recrute {
	padding-top: 50px;
	overflow: hidden;
	clear: both;
}

.recrute .txt_box {
	padding-right: 0;
}

.recrute .txt_box > .inner {
	text-align: left;
	margin-top: 45px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 20px;
	border-top: 1px solid #9FA0A0;
}

.recrute .txt_box > .inner .recrute_txt {
	line-height: 1.7;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	position: relative;
}

.recrute .txt_box > .inner .recrute_txt.no_post{
	height: 140px;
}
.recrute .txt_box > .inner .recrute_txt.no_post::before {
	color: #999;
	font-size: 17px;
	text-align: center;
	width: 100%;
	padding: 30px 0;
	border: 1px solid #ccc;
	/*現在募集は行っておりません。	*/
	content: "\73FE\5728\52DF\96C6\306F\884C\3063\3066\304A\308A\307E\305B\3093\3002";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recrute h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #004471;
}

.recrute dl {
	overflow: hidden;
}

.recrute dt {
	color: #fff;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 6em;
	background: #004471;
	border-radius: 3px;
	float: left;
}

.recrute dd {
	margin-left: 7em;
}

.recrute .txt {
	padding-top: 1em;
	border-top: 1px dotted #999;
}

@media screen and (min-width: 481px) {
	.recrute .circle-h span {
		font-size: 0.75em;
		color: #fff;
		font-weight: bold;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.recrute .txt_box {
		padding-right: 15px;
	}
	.recrute .txt_box > .inner {
		border-bottom: 1px solid #9FA0A0;
		margin-top: initial;
		margin-left: 0;
	}
	.recrute .circle-h {
		margin-left: 30px;
	}
}

@media screen and (max-width: 480px) {
	.recrute .circle-h {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}
	.recrute .txt_box > .inner .recrute_txt.no_post::before {
		font-size: 14px;
	}

	.recrute .circle-h span br {
		display: none;
	}

	.recrute dt {
		float: none;
		margin-bottom: 5px;
	}

	.recrute dd {
		margin-left: initial;
	}
}
.content_btn {
    background: #dc6b8e;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: solid 2px;
    border-color: #c66a8d;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.content_btn i {
    color: #fff;
    font-size: 4em;
    position: absolute;
    top: 10%;
    left: 8%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.content_btn i.icon-icon-07 {
    left: 12%;
}

.content_btn:hover {
    background: #c66a8d;
}

.content_btn:active {
    border-bottom: solid 2px #dc6b8e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.content_btn:hover i {
    top: 20%;
}

.index-contents.row {
    display: flex;
    flex-wrap: wrap;
}

.contents-one {
    min-height: 220px;
    border-right: 1px solid;
    border-color: #dc6b8e;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 20%;
    flex: 0 0 20%;
}

.contents-one h3 {
    font-size: 1.4em;
    color: #dc6b8e;
    font-weight: 400;
}

.contents-one p {
    font-size: 0.9em;
    padding: 10px 0 0;
}

.contents-one p a {
    color: #004471;
}

.contents-one p a:hover {
    text-decoration: none;
}

.contents-one p span {
    display: inline-block;
}

.contents-one:last-child > a:nth-of-type(1) {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contents-one:last-child > a:nth-of-type(1) img {
    max-width: 100%;
    height: auto;
    position: relative;
    transition: .2s;
}

.contents-one:last-child > a:nth-of-type(1):hover {
    opacity: .5;
}


@media (max-width: 767px) {
  .contents-one {
    max-width: 50%;
    flex: 0 0 50%;
  }
.contents-one:last-child > a:nth-of-type(1) {
    height: auto;
}
}

.index_reserv_btn{
    display: none;
}

/* --------------------------------------------
    INDEX SP
------------------------------------------------*/

@media (max-width: 992px) {
    .news {
        margin-top: 0;
        height: 280px;
    }
    .QR p {
        top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .contents-one p span {
        font-size: 0.9em;
    }
    .contents-one:nth-child(2n) {
        border-right: none;
    }
    .QR {
        display: none;
    }
    .news {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .index_map {
        text-align: left;
        padding: 0 50px;
    }
	.circle-h.info-title {
		margin-left: 30px;
	}
     .info {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .index_intro {}
    .index_intro h4 {
        font-weight: 400;
        font-size: 1.2em;
    }
    .mef_phot > ul {
        width: 100%;
        text-align: left;
    }
    .mef_phot > ul li {
        width: 30%;
        margin: 0;
    }
    .mef_phot > ul li img {
        width: 100%;
    }
    .index_intro h2 span {
        display: block;
        font-size: 0.8em;
    }

    .circle-h {
        position: relative;
        width: 100%;
        margin: 20px auto 10px auto;
        height: 2em;
        border-radius: 0;
        top: 0;
        text-align: left;
    }
    .circle-h span {
        position: relative;
        top: 10px;
    }
    .timetable {
        display: none;
    }
    .QR {
        display: none;
    }
    .news {
        margin-top: 0;
        margin-bottom: 30px;
        height: 200px;
    }
    .index-contents {
        margin: 0;
    }
    .contents-one p span {
        display: inline;
        font-size: 0.9em;
        padding: 0;
    }
    .contents-one {
        border: none;
    }
    .contents-one:nth-child(2n) {
        border-right: none;
    }
    .index_map {
        padding: 0 15px;
    }
    .index_map img {
        width: 100%;
    }
    .index_reserv_btn{
        display: inline-block;
        margin: 0 auto .3rem;
    }

    .circle-h.info-title {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* =============================================
              FOTTER
================================================ */

.footer {
    margin-top: 60px;
    text-align: center;
    width: 100%;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer ul li {
    width: 16%;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer ul li:first-child {
    border-left: 1px solid #ccc;
}

.footer ul li a {
    display: block;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #00a5e3;
}

.foot_bottom {
    border-top: 4px solid;
    border-color: #00a5e3;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.Copyright {}

.page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.page_top a {
    display: block;
    z-index: 999;
    padding: 3px 0 0 0;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #00a5e3;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.page_top a:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 1.5em;
}

.page_top a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* --------------------------------------------
    SP
------------------------------------------------*/

@media screen and (max-width: 575px) {
    .footer ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer ul li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border: 1px solid #fff;
        background: #00a5e3;
    }
    .footer ul li a {
        padding: 8px 0;
        color: #fff;
    }
    .footer ul li a:hover {
        color: #004471;
    }
    .footer ul li a:after {
        font-family: 'FontAwesome';
        content: "\f061";
        margin-left: 10px;
    }
    .foot_bottom {
        border: none;
        margin: 0;
    }
}


/* =============================================
         下層　共通
================================================ */

.under {
    margin-top: 50px;
}

.under p {
    font-size: 1.2em;
    line-height: 2;
}

.underTit span {
    background: #dc6b8e;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.underTit span i {
    color: #fff;
    font-size: 4em;
    position: absolute;
    top: 10px;
    left: 5px;
}
.underTit span i.icon-icon-07 {
    left: 10px;
}

.content_h {
    text-align: left;
    color: #dc6b8e;
    margin-left: 10px;
    float: left;
    font-size: 1.6em;
}

.square-h {
    background: #00a5e3;
    display: inline-block;
    font-size: 1.5em;
    padding: 0.6em 60px 0.5em 60px;
    color: #fff;
    border-radius: 6px;
    clear: both;
    margin-top: 20px;
}

.square-h span {
    font-size: 0.8em;
    line-height: 1em;
}

.ie11 .square-h{
    padding: 0.75em 60px 0.5em 60px;
}

.text-h {
    font-weight: 600;
    color: #00a5e3;
    margin-top: 1em;
}



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

@media screen and (max-width: 1100px) {
    .under {
        margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .txt_center_sp {
		text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .under {
        margin-top: 10px;
    }
    .under p {
        font-size: 1.2em;
        line-height: 1.4;
    }
    .underTit span {
        margin-bottom: 10px;
    }
    .square-h {
        text-align: center;
        padding: 5px 0;
        width: 100%;
    }
    .square-h span {
        display: block;
    }
    #reserv {
        padding-top: 55px;
    }
}


/* =============================================
          online オンライン診療
================================================ */

.online ._flow .btn_box {
    display: flex;
    gap: 10px;
}

.online ._flow .btn_box > * {
    display: block;
    flex: 1;
    width: initial;
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
.online ._flow .btn_box {
    display: block;
}
}

/* --------------------------------------------
    online SP
------------------------------------------------*/



/* =============================================
          greeting 院長紹介
================================================ */

.pink_h {
    color: #dc6b8e;
    font-size: 2em;
    font-weight: normal;
}

.greeting_wrap {
    margin-bottom: 50px;
}

.greeting {
    line-height: 2;
    font-size: 1.1em;
}

.drname {
    text-align: right;
    font-weight: bold;
}

.drname .jis90 {
    font-weight: bold;
    font-size: 1.5em;
}

.drname span {
    padding-left: 20px;
}

.history dl {
    font-size: 1.6rem;
    line-height: 1.6;
}

.history dl dt {
    width: 5em;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
}

.history dl dd {
    margin-left: 6em;
    margin-bottom: 5px;
}

.affiliation ul {
    font-size: 1.6rem;
    list-style: none;
    padding: 0;
}

.affiliation ul li {
    margin-bottom: 5px;
}

.affiliation ul li.title {
    margin-top: 10px;
}


/* --------------------------------------------
    greeting SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .pink_h {
        font-size: 1.6em;
    }
    .history dl dd {
        margin-left: 2em;
        margin-bottom: 5px;
    }
}


/* =============================================
              medical 医院案内
================================================ */

.access {
    font-size: 1.1em;
}

.access dt {
    margin-top: 8px;
}

.med_one {
    margin-bottom: 40px;
}

.med_phot {
}

.contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact ul {
    list-style: none;
}

.contact .tel {
    color: #004471;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
}

.contact .fax {
    display: inline-block;
    font-size: 1.5em;
}

.img-map{
    margin:10px auto;
}
 .access_wrap > .mb20 {
        margin-bottom: 30px !important;
}

/* --------------------------------------------
    medical SP
------------------------------------------------*/

@media screen and (max-width: 480px) {
    .contact ul {
        margin: 0;
        padding: 0 0 0 10px;
    }
   
}


/* =============================================
          guidance 診療科目
================================================ */

.guid_one {
    margin-bottom: 50px;
}

.guid_one .text_underline {
	font-weight: 700;
}


.guid_one .text_underline:hover {
	text-decoration: none;
}


