@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;700&family=Murecho:wght@400;600;700&family=Roboto:wght@400;700&display=swap");
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img, iframe { max-width: 100%; height: auto; vertical-align: bottom; }

.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.marker_text { background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffa)); background: linear-gradient(transparent 60%, #ffa 0%); display: inline; }

.fontsize80 { font-size: 80% !important; }

.fontsize90 { font-size: 90% !important; }

.clr_red_01 { color: #CE081D !important; }

.clr_orange_01 { color: #EB6600 !important; }

.clr_green_01 { color: #009944 !important; }

.img_c { display: block; max-width: 100%; height: auto; margin: 1rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2rem 2rem 0; }
  .img_r { float: right; margin: 0 0 2rem 2rem; } }
.sp_n { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .pc_n { display: none !important; } }
.mt40 { margin-top: 4rem !important; }

.mt30 { margin-top: 3rem !important; }

.mt20 { margin-top: 2rem !important; }

.mt10 { margin-top: 1rem !important; }

.mt5 { margin-top: .5rem !important; }

.mt0 { margin-top: 0 !important; }

.mb0 { margin-bottom: 0 !important; }

.pt0 { padding-top: 0 !important; }

.pb0 { padding-bottom: 0 !important; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8rem !important; }
  .mt30 { margin-top: 6rem !important; }
  .mt20 { margin-top: 4rem !important; }
  .mt10 { margin-top: 2rem !important; }
  .mt5 { margin-top: 1rem !important; }
  .ml5_pc { margin-left: 1rem; }
  .mb0_pc { margin-bottom: 0 !important; } }
.width20per { width: 20% !important; }

.width25per { width: 25% !important; }

.width30per { width: 30% !important; }

.width40per { width: 40% !important; }

.width50per { width: 50% !important; }

.width60per { width: 60% !important; }

.width70per { width: 70% !important; }

.width75per { width: 75% !important; }

.width80per { width: 80% !important; }

@media screen and (min-width: 48em), print { .max_width50per_pc { width: 50% !important; } }
.scrollx_sp_width180, .scrollx_sp_width200 { overflow-x: scroll; width: 100%; }
.scrollx_sp_width180 > *, .scrollx_sp_width200 > * { width: 180% !important; margin-bottom: .5rem; }

.scrollx_sp_width200 > * { width: 200% !important; }

@media screen and (min-width: 48em), print { .scrollx_sp_width180, .scrollx_sp_width200 { overflow-x: visible; }
  .scrollx_sp_width180 > *, .scrollx_sp_width200 > * { width: 100% !important; margin-bottom: 0; } }
.ov_h { overflow: hidden; }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.35rem; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: .9rem; line-height: 1.3; font-size: 95%; }
.tbl_time tr th { font-weight: normal; background: #fff; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #009944; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; border-radius: .5rem 0 0 0; }
.tbl_time tr th[scope="col"]:last-child { border-radius: 0 .5rem 0 0; }
.tbl_time tr th.time { border-bottom: 1px solid #009944; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #009944; line-height: 1.0; color: #78BE29; }
.tbl_time tr td.close { color: #333; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 2.5rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 1.5rem 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { font-size: 2.4rem; color: #fff; font-weight: bold; padding: 3rem 2rem; text-align: center; width: 100%; background: url(../img/tit_01_bg.jpg) no-repeat center center/cover; letter-spacing: .01em; }

.tit_02 { font-family: 'Murecho', sans-serif; font-weight: 600; color: #fff; font-size: 2rem; line-height: 1.2; margin: 4.5rem 0 2rem; padding: .2em .45em .3em; background: #009944; position: relative; letter-spacing: .01em; }
.tit_02::before { content: ""; display: block; position: absolute; right: 0; top: 0; height: 1.45em; width: 100%; background: url(../img/tit_02_icon.svg) no-repeat top right/contain; }

.tit_03 { color: #333; font-size: 1.8rem; line-height: 1.3; margin: 4rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #CACDD2; position: relative; font-weight: bold; letter-spacing: .01em; }
.tit_03::after { content: ""; display: block; height: 3px; background: #009944; position: absolute; bottom: -3px; left: 0; width: 4.5em; }

.tit_04 { color: #009944; font-weight: bold; font-size: 1.8rem; line-height: 1.3; margin: 3.8rem 0 1.5rem; padding: .3em .4em; border: 1px dotted #009944; border-right: none; border-top: none; letter-spacing: .01em; }

.tit_05 { font-size: 1.7rem; font-weight: bold; line-height: 1.3; position: relative; margin: 3.5rem 0 1.5rem; padding: 0 0 0 .75em; letter-spacing: .01em; }
.tit_05::before { content: ""; display: block; background: #FFA200; width: .4em; height: .2em; position: absolute; left: 0; top: .55em; }

.tit_06 { font-size: 1.6rem; font-weight: bold; margin: 3rem 0 1.2rem; color: #333; }

@media screen and (min-width: 48em), print { .tit_01 { padding: 27rem 2rem 12.5rem; font-size: 6rem; width: auto; }
  .tit_02 { font-size: 4.6rem; line-height: 1.3; margin: 5.5rem 0 3rem; }
  .tit_03 { font-size: 4rem; font-weight: bold; line-height: 1.3; margin: 5rem 0 2.8rem; padding-bottom: 1.2rem; border-width: 5px; }
  .tit_03::after { bottom: -5px; height: 5px; }
  .tit_04 { font-size: 3.4rem; line-height: 1.3; margin: 4.5rem 0 2.5rem; }
  .tit_05 { font-size: 3.3rem; line-height: 1.3; margin: 3.5rem 0 2.4rem; }
  .tit_06 { font-size: 3.2rem; line-height: 1.3; margin: 3.5rem 0 2rem; } }
.tit_02 + .tit_03 { margin-top: 0; }

.tit_03 + .tit_04 { margin-top: 0; }

.tit_04 + .tit_05 { margin-top: 0; }

.text_general { margin-bottom: 1.5rem; }

.text_link_general { color: #009944; text-decoration: underline; }

@media screen and (min-width: 48em), print { .text_general { margin-bottom: 1.8rem; } }
.imgtxt, .imgtxt_reverse { margin-bottom: 1rem; }
.imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 auto 1.5rem; max-width: 90%; text-align: center; }
.imgtxt .imgtxt_txt :last-child, .imgtxt_reverse .imgtxt_txt :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { .imgtxt, .imgtxt_reverse { margin-bottom: 1.5rem; }
  .imgtxt .imgtxt_image, .imgtxt_reverse .imgtxt_image { float: right; margin: 0 0 2rem 2rem; max-width: 45rem; }
  .imgtxt::after, .imgtxt_reverse::after { content: ''; display: block; clear: both; }
  .imgtxt_reverse .imgtxt_image { float: left; margin: 0 2rem 2rem 0; } }
.flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex2 > * { width: 47%; margin-top: 2rem; }
.flex2 > *:nth-child(-n + 2) { margin-top: 0; }
.flex2 > *:nth-child(2n) { margin-left: 6%; }

.flex3 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > * { width: 31%; margin-top: 2rem; margin-left: 3.5%; }
.flex3 > *:nth-child(-n + 3) { margin-top: 0; }
.flex3 > *:nth-child(3n + 1) { margin-left: 0; }

.flex2_pc > * { margin-top: 2rem; }
.flex2_pc > *:first-child { margin-top: 0; }

.flex3_pc > * { margin-top: 2rem; }
.flex3_pc > *:first-child { margin-top: 0; }

@media screen and (min-width: 48em), print { .flex2_pc { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2_pc > * { width: 47%; }
  .flex2_pc > *:nth-child(n) { margin-left: 0; }
  .flex2_pc > *:nth-child(-n + 2) { margin-top: 0; }
  .flex2_pc > *:nth-child(2n) { margin-left: 6%; }
  .flex3_pc { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex3_pc > * { width: 31%; margin-top: 2.5rem; }
  .flex3_pc > *:nth-child(n) { margin-left: 3.5%; }
  .flex3_pc > *:nth-child(-n + 3) { margin-top: 0; }
  .flex3_pc > *:nth-child(3n + 1) { margin-left: 0; } }
.list_ul_01 { margin-bottom: 2rem; padding-left: 1em; }
.list_ul_01 > li { margin-top: 1rem; position: relative; }
.list_ul_01 > li::before { content: ''; width: .5em; height: .5em; background: #FFA200; border-radius: 50%; position: absolute; left: -.9em; top: .5em; }
.list_ul_01 > li:first-child { margin-top: 0; }

.list_ol_01, .list_ol_counter_noreset_01 { counter-reset: number 0; margin: 0; padding-left: 2rem; margin-bottom: 2rem; }
.list_ol_01 > li, .list_ol_counter_noreset_01 > li { counter-increment: number 1; padding-left: 0.3rem; margin-top: 1rem; position: relative; }
.list_ol_01 > li::before, .list_ol_counter_noreset_01 > li::before { display: inline-block; content: counter(number) "."; position: absolute; right: 100%; top: 0; color: #FFA200; font-weight: bold; }
.list_ol_01 > li:first-child, .list_ol_counter_noreset_01 > li:first-child { margin-top: 0; }

.list_ol_counter_noreset_01 { counter-reset: none; }

.flex2.list_ul_01 > li:nth-child(-n + 2), .flex2.list_ol_01 > li:nth-child(-n + 2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n + 2) { margin-top: 0; }

.flex3.list_ul_01 > li:nth-child(-n + 3), .flex3.list_ol_01 > li:nth-child(-n + 3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n + 3) { margin-top: 0; }

.list_dl_01, .list_dl_01_50percent { margin: 0 0 2rem; border: 1px solid #aaa; }
.list_dl_01 dt, .list_dl_01_50percent dt { padding: 1rem; font-weight: bold; background: #CDECA9; }
.list_dl_01 dd, .list_dl_01_50percent dd { margin: 0; padding: 1rem; }
.list_dl_01 dd:not(:last-child), .list_dl_01_50percent dd:not(:last-child) { border-bottom: 1px solid #aaa; }

@media screen and (min-width: 48em), print { .list_ul_01 > li::before { top: .55em; }
  .list_ol_01, .list_ol_counter_noreset_01 { padding-left: 3rem; }
  .flex2_pc.list_ul_01 > li:nth-child(-n + 2), .flex2_pc.list_ol_01 > li:nth-child(-n + 2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n + 2) { margin-top: 0; }
  .flex3_pc.list_ul_01 > li:nth-child(-n + 3), .flex3_pc.list_ol_01 > li:nth-child(-n + 3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n + 3) { margin-top: 0; }
  .list_dl_01, .list_dl_01_50percent { width: 100%; border-right: none; border-left: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .list_dl_01 dt, .list_dl_01_50percent dt { width: 28%; padding: 2rem 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .list_dl_01 dt:not(:last-of-type), .list_dl_01_50percent dt:not(:last-of-type) { border-bottom: 1px solid #aaa; }
  .list_dl_01 dd, .list_dl_01_50percent dd { width: 72%; padding: 2rem 2.5rem; }
  .list_dl_01_50percent dt { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
  .list_dl_01_50percent dd { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }
.box_general_01 { padding: 1.2rem 1.2rem; background: #FFF6E6; margin-bottom: 2rem; position: relative; }
.box_general_01 > :first-child { margin-top: 0; }
.box_general_01 > :last-child { margin-bottom: 0; }

.box_general_wrap { margin-bottom: 2rem; }
.box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 5rem; }
.box_general_wrap .box_general_01:not(:last-child)::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 2rem 4rem 0 4rem; border-color: #009944 transparent transparent transparent; position: absolute; top: calc(100% + 1.7rem); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.box_general_wrap .box_general_01:last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { .box_general_01 { padding: 2rem 2rem; }
  .box_general_wrap .box_general_01:not(:last-child) { margin-bottom: 8rem; }
  .box_general_wrap .box_general_01:not(:last-child)::after { border-width: 4rem 8rem 0 8rem; top: calc(100% + 2rem); } }
.btn_general_01 { display: inline-block; padding: .6rem 2rem; border-radius: 10rem; background: #78BE29; border: 2px solid #78BE29; color: #fff; text-decoration: none !important; text-align: center; position: relative; font-weight: bold; width: 100%; }
.btn_general_01::before { font-family: 'fontello'; content: '\e805'; padding-right: .2em; font-weight: normal; }

@media screen and (min-width: 48em), print { .btn_general_01 { padding: 2rem 4rem; font-size: 2.8rem; width: auto; }
  .btn_general_01:hover, .btn_general_01:focus { color: #78BE29; background-color: #fff; opacity: 1; } }
.table_01 { border-spacing: 0; border: 1px solid #aaa; border-right: none; border-bottom: none; width: 100%; font-size: 1.1rem; margin-bottom: 1.5rem; }
.table_01 caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.table_01 th { font-weight: bold; }
.table_01 th, .table_01 td { font-weight: normal; border: 1px solid #aaa; border-top: none; border-left: none; padding: .6rem; background: #fff; }
.table_01 thead th { background: #CDECA9; }

.table_02 { border-spacing: 0; border-top: 1px solid #aaa; width: 100%; font-size: 1.1rem; margin-bottom: 1.5rem; }
.table_02 caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.table_02 th { background: #D3EFDF; }
.table_02 th, .table_02 td { font-weight: normal; border-bottom: 1px solid #aaa; padding: .6rem; }

@media screen and (min-width: 48em), print { .table_01 { font-size: 2.8rem; }
  .table_01 th, .table_01 td { padding: 1rem; }
  .table_02 { font-size: 2.8rem; }
  .table_02 th, .table_02 td { padding: 1rem; } }
html { font-size: calc(100vw / 32); font-family: '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック', "游ゴシック Medium", "Yu Gothic Medium", 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'sans-serif'; }

body { background: #fff; color: #333; }

.scroll-prevent { z-index: -1; width: 100%; height: 100%; overflow: hidden; }

p { margin-top: 0; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 2rem 1rem; }

.main { font-size: 1.5rem; line-height: 1.6; letter-spacing: .1em; }
.main section.wrap > :first-child { margin-top: 0; }
.main section.wrap > :last-child { margin-bottom: 0; }
.main > .wrap > :first-child { margin-top: 0; }
.main > .wrap > :last-child { margin-bottom: 0; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  a, button { -webkit-transition: .2s; transition: .2s; }
  a:hover, a:focus, button:hover, button:focus { opacity: .6; }
  .wrap { width: 1200px; margin: auto; padding: 5rem 0; }
  .main { font-size: 2.8rem; line-height: 1.7; } }
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
.header .wrap { margin: 0; padding: .8rem 0 0; background: #fff url(../img/header_bg.jpg) no-repeat right 6.6rem top/auto 6.6rem; }
.header .wrap .logo { height: 5.0rem; margin-bottom: .8rem; }
.header .wrap .logo a { display: block; width: 50%; height: 100%; background: url(../img/header_logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; margin-left: .8rem; }
.header .wrap .head_right .address_tel { text-align: center; font-weight: bold; padding: 1rem .8rem; }
.header .wrap .head_right .address_tel .address { font-size: 1.4rem; margin-bottom: .8rem; letter-spacing: .1em; }
.header .wrap .head_right .address_tel .telephone { font-size: 2.2rem; font-family: 'Roboto', sans-serif; letter-spacing: .1em; }
.header .wrap .head_right .address_tel .telephone::before { font-family: 'fontello'; content: '\e809'; display: inline-block; padding-right: .2em; color: #009944; }
.header .wrap .head_right .access { background: #FFA200; padding: .8rem .8rem; font-size: 1.4rem; text-align: center; color: #fff; font-weight: bold; line-height: 1.3; }
.header .wrap .head_right .access .tit { background: #fff; color: #FFA200; font-weight: bold; font-size: 1.45rem; border-radius: 10rem; padding: .25em; margin-bottom: .6rem; }

@media screen and (min-width: 48em), print { .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #fff; }
  .header .wrap { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; background: url(../img/header_bg.jpg) no-repeat right 74rem top/auto 14.5rem; width: 100%; min-height: 14.4rem; }
  .header .wrap::before { content: ""; width: calc(100% - 74rem); height: 100%; background: #009944; position: absolute; left: 0; top: 0; z-index: -1; }
  .header .wrap .logo { width: calc(100% - 74rem); height: 10.3rem; margin: 0 0 0 2rem; position: relative; }
  .header .wrap .logo a { width: 32.5rem; }
  .header .wrap .head_right { width: 74rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; position: relative; }
  .header .wrap .head_right .address_tel { padding: 3rem .8rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .header .wrap .head_right .address_tel .address { font-size: 2.4rem; margin-bottom: .3rem; letter-spacing: 0; width: 100%; }
  .header .wrap .head_right .address_tel .telephone { font-size: 4rem; letter-spacing: .05em; width: 100%; }
  .header .wrap .head_right .access { padding: 1.5rem 1.2rem; font-size: 2.2rem; letter-spacing: 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .header .wrap .head_right .access .tit { font-size: 2.6rem; margin-bottom: .8rem; letter-spacing: 0; } }
@media screen and (min-width: 48em) and (max-width: 1250px) { .header .wrap { background: url(../img/header_bg.jpg) no-repeat right 60rem top/auto 14.5rem; }
  .header .wrap::before { content: ""; width: calc(100% - 60rem); }
  .header .wrap .logo { width: calc(100% - 60rem); -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .header .wrap .head_right { width: 60rem; }
  .header .wrap .head_right .address_tel { padding: 3rem .8rem; width: 100%; }
  .header .wrap .head_right .address_tel .address { font-size: 1.9rem; margin-bottom: 1rem; letter-spacing: 0; }
  .header .wrap .head_right .address_tel .telephone { font-size: 3rem; letter-spacing: .05em; }
  .header .wrap .head_right .access { padding: 2.8rem 1.2rem; font-size: 1.7rem; letter-spacing: 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .header .wrap .head_right .access .tit { font-size: 2rem; margin-bottom: .8rem; letter-spacing: 0; } }
@media screen and (min-width: 48em) and (max-width: 1120px) { .header .wrap { background: url(../img/header_bg.jpg) no-repeat left -77rem top/auto 14.5rem; }
  .header .wrap::before { content: ""; width: 50rem; }
  .header .wrap .logo { width: 50rem; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .header .wrap .head_right { width: auto; display: block; }
  .header .wrap .head_right .address_tel { padding: 1rem .8rem; width: 100%; }
  .header .wrap .head_right .address_tel .address { font-size: 1.6rem; margin-bottom: 1rem; }
  .header .wrap .head_right .address_tel .telephone { font-size: 2.3rem; }
  .header .wrap .head_right .access { padding: 1.4rem 1.2rem; font-size: 1.5rem; letter-spacing: 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .header .wrap .head_right .access .tit { /* font-size: 2rem;
margin-bottom: .8rem; */ display: none; } }
.slicknav_menu { position: fixed; top: .8rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 100; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #78BE29; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 .8rem; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .5rem; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e806'; line-height: .8; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #03803a; padding: .6rem; position: absolute; top: 5.6rem; right: 0; margin: auto; height: 100vh; padding-bottom: 5rem; }
.slicknav_menu .slicknav_nav .nav_wrapper { padding: 1.4rem 1.4rem 10rem; max-height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav { border-top: 1px solid #009944; margin: 0; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li { border-bottom: 1px solid #009944; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a { display: block; color: #fff !important; padding: 1.0rem 3.0rem 1.0rem 0; font-size: 1.6rem; position: relative; font-weight: bold; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e80c'; font-size: 2.0rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-weight: normal; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub { background: none; border: none; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after { position: absolute; right: 1.0rem; top: 50%; font-family: 'fontello'; content: '\e80d'; font-size: 2.0rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-weight: normal; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus { color: inherit; background: none; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\e80e'; font-weight: normal; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav { background: #009944; margin-bottom: 1.0rem; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li { border-color: #03803A; }
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a { padding: 1.0rem 3.0rem 1.0rem 0.5rem; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; background: #FAFAFA; position: -webkit-sticky; position: sticky; top: 14.4rem; left: 0; width: 100%; z-index: 1000; }
  #nav .gnav { width: 1200px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav > li { position: relative; text-align: center; font-size: 2.8rem; }
  #nav .gnav > li > a { display: block; padding: .55em 0 .55em; position: relative; color: #002C5E; font-weight: bold; }
  #nav .gnav > li > a.sub::after { font-family: 'fontello'; content: '\e80d'; font-weight: normal; padding-left: .2em; }
  #nav .gnav > li > a.sub.open::after { font-family: 'fontello'; content: '\e80e'; font-weight: normal; }
  #nav .gnav > li .subnav { width: 100%; visibility: hidden; position: absolute; min-width: 62rem; top: calc(100%); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; font-size: 2.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #nav .gnav > li .subnav li { width: 50%; border-top: 1px solid #03803A; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: #009944; padding: 1.8rem 0.5rem 1.8rem calc(1.6rem + 1.5em); color: #fff; font-weight: bold; position: relative; text-align: left; }
  #nav .gnav > li .subnav li a::after { font-family: 'fontello'; content: '\e80c'; font-weight: normal; position: absolute; top: 50%; left: 1.6rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus { background: #03803A; opacity: 1; }
  #nav .gnav > li .subnav li:nth-child(-n + 2) { border-top: none; } }
.overview { font-size: 1.4rem; line-height: 1.35; }
.overview .overview_bg { background: url(../img/overview_bg.jpg) center center/cover; padding: 1.2rem .8rem; }
.overview .overview_bg > .wrap { padding: 1.5rem 1rem; background: #fff; border-radius: 1rem; }
.overview .overview_bg > .wrap .clinic_name { margin-bottom: 1.4rem; }
.overview .overview_bg > .wrap .telephone { padding-left: 2.2rem; position: relative; font-size: 2.2rem; font-family: 'Roboto', sans-serif; font-weight: bold; letter-spacing: .1em; line-height: 1; }
.overview .overview_bg > .wrap .telephone::before { content: ""; display: block; width: 1.8rem; height: 1.8rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(../img/icon_tel.svg) no-repeat center center/contain; }
.overview .overview_bg > .wrap .address { padding-left: 2.2rem; position: relative; margin-bottom: .4rem; }
.overview .overview_bg > .wrap .address::before { content: ""; display: block; width: 1.8rem; height: 1.8rem; position: absolute; left: 0; top: 0; background: url(../img/icon_address.svg) no-repeat center center/contain; }
.overview .overview_bg > .wrap .timetable_overview .tbl_time { margin: 1.4rem 0 0; }
.overview .overview_bg > .wrap .timetable_overview .tbl_time th.time, .overview .overview_bg > .wrap .timetable_overview .tbl_time td { background: #F7FEF2; }
.overview .overview_bg > .wrap .list_overview { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 1.5rem 0 0; font-size: 1.2rem; }
.overview .overview_bg > .wrap .list_overview dt, .overview .overview_bg > .wrap .list_overview dd { padding: .7rem; background: #fff; margin: 1rem 0 0; }
.overview .overview_bg > .wrap .list_overview > dt:first-of-type, .overview .overview_bg > .wrap .list_overview dd:first-of-type { margin-top: 0; }
.overview .overview_bg > .wrap .list_overview dt { width: 23%; color: #055E2D; background: #D9F2C7; font-weight: bold; padding-right: .5rem; border-radius: .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.overview .overview_bg > .wrap .list_overview dd { width: 77%; padding-left: .5rem; padding-right: 0; }
.overview .overview_bg > .wrap .list_overview dd.access > div { margin-bottom: .3em; }
.overview .overview_bg > .wrap .list_overview dd.access > div:last-child { margin-bottom: 0; }
.overview .overview_bg > .wrap .list_overview dd.access > div .tit { font-size: 95%; font-weight: bold; }
.overview .overview_bg > .wrap .list_overview dd.access > div .num { font-size: 105%; font-weight: bold; color: #009944; }
.overview .gmap { height: 25.0rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 2.8rem; }
  .overview .overview_bg { padding: 8rem 0; }
  .overview .overview_bg > .wrap { padding: 3rem 4rem 4rem; }
  .overview .overview_bg > .wrap .clinic_name { margin: 0 auto 3.5rem; text-align: center; }
  .overview .overview_bg > .wrap .address { padding-left: 5.4rem; font-size: 3rem; margin-bottom: 1.3rem; }
  .overview .overview_bg > .wrap .address::before { width: 4.4rem; height: 4.4rem; }
  .overview .overview_bg > .wrap .telephone { padding-left: 5.4rem; font-size: 4.8rem; }
  .overview .overview_bg > .wrap .telephone::before { width: 4.4rem; height: 4.4rem; }
  .overview .overview_bg > .wrap .timetable_overview .tbl_time { margin: 2.1rem 0 0; position: relative; font-size: 2.6rem; }
  .overview .overview_bg > .wrap .overview_flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview .overview_bg > .wrap .overview_flex > div { width: 56rem; }
  .overview .overview_bg > .wrap .overview_flex > div:nth-child(2) { width: 53.5rem; }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview { margin: 0; font-size: 2.6rem; }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dt, .overview .overview_bg > .wrap .overview_flex > div .list_overview dd { padding: .9rem .4rem; margin-top: .6rem; line-height: 1.38; }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dt:first-of-type, .overview .overview_bg > .wrap .overview_flex > div .list_overview dd:first-of-type { margin-top: 0; }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dt { width: 25%; font-size: 2.8rem; padding-right: .6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .overview .overview_bg > .wrap .overview_flex > div .list_overview dd { width: 75%; padding-left: .6rem; padding-right: .5rem; padding-left: 1.2rem; }
  .overview .gmap { height: 52.8rem; } }
.tel_up { width: 100%; background: #009944; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; min-height: 4rem; padding: .8rem 0; }
.tel_up .telephone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; font-size: 1.7rem; line-height: 1.0; color: #009944; font-family: 'Roboto', sans-serif; letter-spacing: .05em; font-weight: bold; }
.tel_up .telephone > a, .tel_up .telephone > span { background: #fff; padding: .25em 2em; border-radius: 100rem; }
.tel_up .telephone > a::before, .tel_up .telephone > span::before { font-family: 'fontello'; content: '\e809'; padding-right: .25em; font-size: 90%; position: relative; top: -.05em; }
.tel_up .pageup { cursor: pointer; position: absolute; right: 0; bottom: 0; }
.tel_up .pageup a { display: block; width: 3.0rem; height: 3.0rem; text-align: center; margin: 0.5rem 1rem; background: url(../img/pageup.png) no-repeat center center/cover; border-radius: 50%; text-indent: 100%; white-space: nowrap; overflow: hidden; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 6.0rem; bottom: 2.0rem; right: 2.0rem; left: auto; background: transparent; padding: 0; }
  .tel_up .telephone { display: none; }
  .tel_up .pageup a { width: 7.2rem; height: 7.2rem; margin: 0; } }
.footer { text-align: center; padding: 0 0 4.0rem; background: #055E2D; }
.footer .copy { display: block; color: #fff; padding: .6rem 1.0rem; font-size: 1.1rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 2.4rem 0 0; background: #fff; color: #333; }
  .footer .copy { font-size: 2.2rem; padding: 1.4rem 1rem; background: #009944; color: #fff; }
  .footer ul { display: block; text-align: center; margin: 0 auto; max-width: 95rem; }
  .footer ul.subnav:last-of-type { margin: 0 auto 1.5rem; }
  .footer ul li { display: inline-block; font-size: 2.4rem; margin-bottom: 1.2rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover, .footer ul li a:focus { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
.index main { position: relative; padding-bottom: 8rem; }
.index main .wrap { padding: 4rem 1rem; }
.index main .index_swiper_wrap { position: absolute; bottom: 2rem; left: 0; width: 100%; padding: 0 1rem; overflow: hidden; }
.index main .index_swiper_wrap .index_swiper { -webkit-transition-timing-function: linear; transition-timing-function: linear; }

@media screen and (min-width: 48em), print { .index main { padding-bottom: 26rem; }
  .index main .wrap { padding: 6rem 0; }
  .index main .index_swiper_wrap { padding: 0 3rem; bottom: 4rem; } }
.index .wrapper_keyvsl { margin-top: 0; line-height: 1.4; position: relative; z-index: 1; }
.index .wrapper_keyvsl > *:first-child { z-index: 0 !important; }
.index .wrapper_keyvsl #keyvsl { width: 100%; background-size: cover; background-position: center center; padding: 30rem 1rem 0; }

@media screen and (min-width: 48em), print { .index .wrapper_keyvsl { padding: 0; position: relative; margin: 0 auto 0; }
  .index .wrapper_keyvsl #keyvsl { padding: 0; height: 87rem; } }
main .tit_02_index { font-weight: bold; margin-bottom: 2rem; line-height: 1.2; text-align: center; letter-spacing: .1em; font-size: 2rem; }
@media screen and (min-width: 48em), print { main .tit_02_index { margin-bottom: 3rem; font-size: 5.2rem; } }
main .wrapper_time { background: #E1FAFF; }
main .wrapper_time .wrap .wrap_inner { background: #fff; border-radius: 1rem; padding: 2rem 1rem; }
main .wrapper_time .wrap .bnr_ubie { margin-top: 1.5rem; }
main .wrapper_time .wrap .bnr_ubie a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media screen and (min-width: 48em), print { main .wrapper_time .wrap .wrap_inner { border-radius: 2rem; padding: 3rem 14rem 3.5rem; }
  main .wrapper_time .wrap .bnr_ubie { margin-top: 4rem; } }
main .wrapper_news { background: #E1FAFF; }
main .wrapper_news .wrap { padding-top: 0; }
main .wrapper_news .wrap .wrap_inner { background: #fff; border-radius: 1rem; padding: 0 1rem 2rem; }
main .wrapper_news .wrap .wrap_inner .tit_02_news { font-size: 2rem; color: #fff; font-weight: bold; text-align: center; background: #78BE29; padding: 0.2em; border-radius: 10rem; letter-spacing: .1em; position: relative; -webkit-transform: translateY(-33%); transform: translateY(-33%); }
main .wrapper_news .wrap .wrap_inner .tit_02_news::before { content: ""; display: block; position: absolute; left: .5em; bottom: .05em; background: url(../img/icon_leaf_01.svg) no-repeat center center/contain; width: 3em; height: 2.6em; }
main .wrapper_news .wrap .wrap_inner dl { margin: 0; line-height: 1.4; background: #fefefe; overflow-y: scroll; max-height: 30rem; }
main .wrapper_news .wrap .wrap_inner dl dt { color: #333; margin: 0 0 0.5rem; font-size: 1.6rem; color: #055E2D; font-weight: bold; }
main .wrapper_news .wrap .wrap_inner dl dd { margin: 0 0 1.5rem; font-size: 1.4rem; word-wrap: break-word; padding-bottom: 1.5rem; border-bottom: dashed #000 1px; }
main .wrapper_news .wrap .wrap_inner dl dd:last-child { margin: 0; padding-bottom: 0; border: none; }
@media screen and (min-width: 48em), print { main .wrapper_news { padding-top: 7rem; }
  main .wrapper_news .wrap .wrap_inner { border-radius: 2rem; padding: 0 1rem 4rem; }
  main .wrapper_news .wrap .wrap_inner .tit_02_news { font-size: 5.2rem; margin-right: 6.5rem; margin-left: 6.5rem; }
  main .wrapper_news .wrap .wrap_inner dl { padding: 0 9rem; max-height: 50rem; }
  main .wrapper_news .wrap .wrap_inner dl dt { font-size: 3.8rem; }
  main .wrapper_news .wrap .wrap_inner dl dd { font-size: 2.8rem; padding-bottom: 2.5rem; margin: 0 0 3rem; } }
main .wrapper_treatment { position: relative; }
main .wrapper_treatment::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../img/treatment_bg.jpg) no-repeat left center/cover; }
main .wrapper_treatment .wrap { position: relative; }
main .wrapper_treatment .wrap .list_treatment.is_trigger_on > li { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
main .wrapper_treatment .wrap .list_treatment > li { position: relative; margin-top: 2rem; background: #fff; opacity: 0; -webkit-transition: 1s; transition: 1s; -webkit-transform: translateY(3rem); transform: translateY(3rem); }
main .wrapper_treatment .wrap .list_treatment > li:first-child { margin-top: 0; }
main .wrapper_treatment .wrap .list_treatment > li::before { display: block; content: ""; position: absolute; width: 100%; height: 7rem; background: #FFA200; position: absolute; left: 0; top: 0; }
main .wrapper_treatment .wrap .list_treatment > li > a { display: block; -webkit-box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.07); box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.07); position: relative; padding: 8rem 1rem 4rem; font-size: 1.7rem; font-weight: bold; text-align: center; letter-spacing: 0; }
main .wrapper_treatment .wrap .list_treatment > li > a::before { background: url(../img/treatment_icon_internal.svg) no-repeat center center/contain; display: block; content: ""; position: absolute; top: 1rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 7rem; height: 5rem; }
main .wrapper_treatment .wrap .list_treatment > li > a::after { font-family: 'fontello'; content: '\e80c'; display: block; position: absolute; bottom: 1rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #FFA200; }
main .wrapper_treatment .wrap .list_treatment > li > a.internal::before { background-image: url(../img/treatment_icon_internal.svg); }
main .wrapper_treatment .wrap .list_treatment > li > a.surgery::before { background-image: url(../img/treatment_icon_surgery.svg); }
main .wrapper_treatment .wrap .list_treatment > li > a.gastro::before { background-image: url(../img/treatment_icon_gastro.svg); }
main .wrapper_treatment .wrap .list_treatment > li > a.lifestyle-related::before { background-image: url(../img/treatment_icon_lifestyle-related.svg); }
main .wrapper_treatment .wrap .list_treatment > li > a.checkup::before { background-image: url(../img/treatment_icon_checkup.svg); }
main .wrapper_treatment .wrap .list_treatment > li > a.vaccination::before { background-image: url(../img/treatment_icon_vaccination.svg); }
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2) { -webkit-transition: 1s .3s; transition: 1s .3s; }
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) { -webkit-transition: 1s .6s; transition: 1s .6s; }
main .wrapper_treatment .wrap .list_treatment > li:nth-child(4) { -webkit-transition: 1s .9s; transition: 1s .9s; }
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5) { -webkit-transition: 1s 1.2s; transition: 1s 1.2s; }
main .wrapper_treatment .wrap .list_treatment > li:nth-child(6) { -webkit-transition: 1s 1.5s; transition: 1s 1.5s; }
@media screen and (min-width: 48em), print { main .wrapper_treatment .wrap .list_treatment { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  main .wrapper_treatment .wrap .list_treatment > li { width: 34rem; margin-top: 7rem; }
  main .wrapper_treatment .wrap .list_treatment > li::before { height: 15.4rem; }
  main .wrapper_treatment .wrap .list_treatment > li:not(:nth-child(3n + 1)) { margin-left: 8rem; }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n + 3) { margin-top: 0; }
  main .wrapper_treatment .wrap .list_treatment > li > a { padding: 18rem .3rem 8rem; font-size: 3.8rem; }
  main .wrapper_treatment .wrap .list_treatment > li > a::before { top: .7rem; width: 14rem; height: 14rem; }
  main .wrapper_treatment .wrap .list_treatment > li > a::after { font-size: 3rem; bottom: 3rem; } }
main .wrapper_feature { background: url(../img/bg_features.jpg) no-repeat left center/cover; }
main .wrapper_feature .wrap { padding-bottom: 5rem; }
main .wrapper_feature .wrap .tit_02_index { color: #fff; }
main .wrapper_feature .wrap .list_feature.is_trigger_on > li { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
main .wrapper_feature .wrap .list_feature > li { opacity: 0; -webkit-transition: 1s; transition: 1s; -webkit-transform: translateY(3rem); transform: translateY(3rem); }
main .wrapper_feature .wrap .list_feature > li > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 3rem .4rem; background: url(../img/feature_image_01.jpg) no-repeat center center/cover; height: 100%; text-align: center; position: relative; color: #fff; min-height: 16rem; }
main .wrapper_feature .wrap .list_feature > li > div > * { position: relative; }
main .wrapper_feature .wrap .list_feature > li > div::before { content: ""; display: block; background: #333; opacity: .7; height: 100%; width: 100%; position: absolute; left: 0; top: 0; }
main .wrapper_feature .wrap .list_feature > li > div .catch { font-weight: bold; font-size: 1.8rem; line-height: 1.25; margin-bottom: 1rem; width: 100%; }
main .wrapper_feature .wrap .list_feature > li > div .text_btn { width: 100%; }
main .wrapper_feature .wrap .list_feature > li > div .text_btn .text { line-height: 1.45; font-size: 1.4rem; width: 100%; margin-bottom: 1rem; font-weight: bold; }
main .wrapper_feature .wrap .list_feature > li > div .text_btn .text:last-child { margin-bottom: 0; }
main .wrapper_feature .wrap .list_feature > li > div .text_btn .btn { letter-spacing: .1em; border: solid 1px #fff; border-radius: 10rem; padding: .4em; font-size: 1.3rem; display: block; width: 70%; margin: 0 auto; font-weight: bold; }
main .wrapper_feature .wrap .list_feature > li:nth-child(2) { -webkit-transition: 1s .3s; transition: 1s .3s; }
main .wrapper_feature .wrap .list_feature > li:nth-child(2) > div { background-image: url(../img/feature_image_02.jpg); }
main .wrapper_feature .wrap .list_feature > li:nth-child(3) { -webkit-transition: 1s .6s; transition: 1s .6s; }
main .wrapper_feature .wrap .list_feature > li:nth-child(3) > div { background-image: url(../img/feature_image_03.jpg); }
main .wrapper_feature .wrap .list_feature > li:nth-child(4) { -webkit-transition: 1s .9s; transition: 1s .9s; }
main .wrapper_feature .wrap .list_feature > li:nth-child(4) > div { background-image: url(../img/feature_image_04.jpg); }
main .wrapper_feature .wrap .list_feature > li:nth-child(5) { -webkit-transition: 1s 1.2s; transition: 1s 1.2s; }
main .wrapper_feature .wrap .list_feature > li:nth-child(5) > div { background-image: url(../img/feature_image_05.jpg); }
main .wrapper_feature .wrap .list_feature > li:nth-child(6) { -webkit-transition: 1s 1.5s; transition: 1s 1.5s; }
main .wrapper_feature .wrap .list_feature > li:nth-child(6) > div { background-image: url(../img/feature_image_06.jpg); }
@media screen and (min-width: 48em), print { main .wrapper_feature .wrap { padding-bottom: 13rem; }
  main .wrapper_feature .wrap .tit_02_index { color: #fff; margin-bottom: 6rem; }
  main .wrapper_feature .wrap .list_feature { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  main .wrapper_feature .wrap .list_feature > li { width: 50%; }
  main .wrapper_feature .wrap .list_feature > li > div { position: relative; padding: 7.6rem .5rem 6.8rem; min-height: 35.4rem; }
  main .wrapper_feature .wrap .list_feature > li > div .catch { position: absolute; top: 50%; left: 0; text-align: center; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: opacity .3s; transition: opacity .3s; font-size: 4.8rem; }
  main .wrapper_feature .wrap .list_feature > li > div .text_btn { -webkit-transition: opacity .3s; transition: opacity .3s; opacity: 0; position: relative; }
  main .wrapper_feature .wrap .list_feature > li > div .text_btn .text { font-size: 3.4rem; margin-bottom: 4rem; }
  main .wrapper_feature .wrap .list_feature > li > div .text_btn .btn { font-size: 2.8rem; width: 38rem; }
  main .wrapper_feature .wrap .list_feature > li > div .text_btn .btn:hover { background: #78BE29; opacity: 1; }
  main .wrapper_feature .wrap .list_feature > li > div:hover::before { opacity: .5; }
  main .wrapper_feature .wrap .list_feature > li > div:hover .catch { opacity: 0; }
  main .wrapper_feature .wrap .list_feature > li > div:hover .text_btn { opacity: 1; z-index: 2; } }
main .wrapper_greeting { background: url(../img/greeting_bg.jpg) no-repeat left center/cover; }
main .wrapper_greeting .wrap .imgtxt_greeting { margin-bottom: 1rem; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 auto 1.5rem; max-width: 65%; text-align: center; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt :last-child { margin-bottom: 0; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .name { font-weight: bold; font-size: 1.6rem; margin-bottom: 1rem; text-align: right; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .name > span { font-size: 125%; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .btn { text-align: center; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .btn a { display: inline-block; padding: .6em 1.1em; background: #78BE29; color: #fff; font-weight: bold; text-align: center; border-radius: 10rem; font-size: 1.5rem; width: 90%; }
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .btn a::before { font-family: 'fontello'; content: '\e805'; display: inline-block; padding-right: .5em; }
@media screen and (min-width: 48em), print { main .wrapper_greeting .wrap .imgtxt_greeting { margin-bottom: 1.5rem; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image { float: right; margin: 0 0 2rem 2rem; max-width: 44.5rem; }
  main .wrapper_greeting .wrap .imgtxt_greeting::after { content: ''; display: block; clear: both; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt { overflow: hidden; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .text { font-size: 2.8rem; margin-bottom: 3.8rem; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .name { font-size: 3rem; margin: 0; text-align: left; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .btn { text-align: right; }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .name_btn .btn a { font-size: 2.8rem; width: auto; } }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-row:last-child .caledit { margin-bottom: 0; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit { width: 100%; border-spacing: 0; margin-bottom: 1.5rem; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit:last-child { margin-bottom: 0; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit th, main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit td { border-color: #E3E3DD; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit th { background: #009944; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit tr.month th { letter-spacing: .2em; font-size: 1.7rem; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit tr.week th { font-size: 1.2rem; font-weight: normal; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1rem; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 1.5rem; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor li::before { content: ""; display: inline-block; width: 1em; height: 1em; border: 1px solid #707070; margin-right: 0.3rem; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor .calendar-cellcolor_clr01::before { background: #fff; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor .calendar-cellcolor_clr02::before { background: #FFD9E0; }
main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor .calendar-cellcolor_clr03::before { background: #B8E9FF; }
@media screen and (min-width: 48em), print { main .wrapper_calendar .wrap { padding-top: 3rem; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor { margin-bottom: 3.2rem; width: 100%; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area .calendar-cellcolor li { font-size: 2.8rem; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit { width: 56.4rem; margin: 0; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit tr td { font-size: 2.8rem; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit tr.week th { font-size: 2.6rem; }
  main .wrapper_calendar .wrap .box_calendar .calendar-area .caledit tr.month th { font-size: 3.4rem; } }

body:not(.index) .main > .wrap:first-child { padding: 3rem 1rem 2rem; }

@media screen and (min-width: 48em), print { body:not(.index) .main > .wrap:first-child { padding: 10rem 0rem 5rem; }
  .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
.doctor .catch_interview { font-weight: bold; font-size: 110%; color: #055E2D; text-align: center; margin-bottom: 2rem; }
.doctor .catch_interview .wave { display: none; }
.doctor .doctor_interview_image { text-align: center; }
.doctor .doctor_interview_image > span { display: inline-block; max-width: 90%; position: relative; }
.doctor .doctor_interview_image > span .dr_name { display: inline-block; padding: .8em; line-height: 1; background: rgba(5, 94, 45, 0.8); color: #fff; font-weight: bold; position: absolute; bottom: 1em; right: 0; font-size: 1.2rem; }

@media screen and (min-width: 48em), print { .doctor .catch_interview { margin-bottom: 3rem; font-size: 104%; }
  .doctor .catch_interview .wave { display: inline; }
  .doctor .doctor_interview_image > span .dr_name { font-size: 2.6rem; } }
#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2rem; }

.sp-selected-thumbnail { border: .4rem solid #000; }

@media screen and (min-width: 48em), print { .sp-layer.sp-black.sp-padding { font-size: 2.4rem; } }
.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .main .num { color: #009944; font-weight: bold; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }
body.index .bread_list { display: none !important; }

.bread_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 1rem; }
.bread_list > li { display: inline-block; }
.bread_list > li:not(:first-child)::before { content: "＞"; padding: 0 .5em; }
.bread_list > li br { display: none; }

@media screen and (min-width: 48em), print { .bread_list { margin: 2rem auto 0; font-size: 2.4rem; width: 1200px; }
  .bread_list > li:not(:first-child)::before { content: "＞"; } }

/*# sourceMappingURL=style.css.map */