@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*オレンジ*/
/*水色*/
/*黒*/
/*クリーム色*/
/*深緑*/
/*緑1*/
/*緑2*/
/*茶色*/
/*灰色*/
/*深緑2*/
/*緑3*/
/*薄緑*/
/*薄黄色*/
/*深緑*/
/*薄茶色*/
/*茶色1*/
/*茶色2*/
/*緑*/
/*茶色3*/
/*深緑２*/
/*茶色4*/
/*深緑２*/
/*薄茶色2*/
/*薄茶色3*/
/*薄茶色3*/
/*薄緑*/
/*赤*/
.txt_l { text-align: left !important; }

.txt_c { text-align: center !important; }

.txt_r { text-align: right !important; }

@media screen and (max-width: 768px) { .fluid-image { width: 100%; } }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; border-top: #a2d5c9 4px solid; }

@media screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; border-top: #a2d5c9 4px solid; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }
section.blog_section { margin: 0 0 3rem 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

.red { color: #e52020; }

.display-table { display: table; }

.relative { position: relative; }

.font18 li:nth-child(1) { display: block; padding-left: 10em; text-indent: -9.5em; }

@media screen and (min-width: 768px) { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 40px 0 0 0; }
  section.first { margin: 0 0 0 0; }
  section.blog_section { margin: 0 0 40px 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; }
  .font18 { font-size: 2rem !important; } }
.mt-1 { margin-top: 1rem; }

.mt-2 { margin-top: 2rem; }

.mt-3 { margin-top: 3rem; }

.mt-4 { margin-top: 4rem; }

.mb-1 { margin-bottom: 1rem; }

.mb-2 { margin-bottom: 2rem; }

.mb-3 { margin-bottom: 3rem; }

.mb-4 { margin-bottom: 4rem; }

.bnr_mg { margin: 0 0.5rem; }

/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper_blog { height: auto; width: 100%; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

.main { width: 96%; margin: 6rem auto 3rem auto; padding: 0; }

.main_blog { width: 96%; margin: 2rem auto 3rem auto; padding: 0; order: 1; }

@media screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0 0 0 0; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 0; }
  .wrapper_blog { height: auto; width: 990px; margin: 60px auto 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .main { width: 1080px; margin: 90px auto 60px auto; padding: 0 0 0 0; }
  .main_blog { width: 700px; margin: 0; padding: 0; order: 1; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; overflow: hidden; margin: 0 auto; }
header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 96%; margin: 0 auto; padding: 0 0 1rem 0; }
header .head_frame .head_logo { width: 80%; margin: 0.5rem 0 0 0; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_info p { margin: 0; }
header .head_frame .head_info p.head_address { margin: 2rem 0 0 0; }
header .head_frame .head_info p.head_address span { background-color: #6EB84E; padding: 2px 5px 0px; border-radius: 3px; color: #fff; display: block; text-align: center; margin-bottom: 5px; }
header .head_frame .head_info div .head_tel { text-align: center; font-size: 2rem; margin: 0.5rem 0 0.5rem 0; }
header .head_frame .head_info div .head_tel span { color: #f59600; font-weight: bold; }
header .head_frame .head_info div .head_tel a { color: #f59600; font-weight: bold; text-decoration: none; }
header .head_frame .head_info div .head_reservation { display: block; color: #ffffff; background-color: #f59600; text-align: center; font-weight: bold; padding: 1rem 0; width: 70%; margin: 0 auto; font-size: 2rem; border-radius: 0.5rem; text-decoration: none; }

@media screen and (min-width: 768px) { header { display: block; height: auto; overflow: hidden; margin: 0 auto; width: 1080px; padding: 20px 0 0 0; }
  header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 0; padding: 0 0 1rem 0; }
  header .head_frame .head_logo { width: 520px; margin: 0 0 0 0; }
  header .head_frame .head_logo img { width: 520px; height: auto; }
  header .head_frame .head_info { width: 480px; }
  header .head_frame .head_info p { margin: 0; font-size: 1.2rem; text-align: right; }
  header .head_frame .head_info p.head_address { margin: 0 0 0 0; }
  header .head_frame .head_info p.head_address span { display: inline-block; }
  header .head_frame .head_info div { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin: 6px 0 0 0; }
  header .head_frame .head_info div .head_tel { text-align: center; font-size: 2.5rem; margin: 0; width: 240px; }
  header .head_frame .head_info div .head_tel span { color: #f59600; font-weight: bold; }
  header .head_frame .head_info div .head_tel a { color: #f59600; font-weight: bold; text-decoration: none; }
  header .head_frame .head_info div .head_reservation { display: block; color: #ffffff; background-color: #f59600; text-align: center; font-weight: bold; padding: 1rem 0; width: 220px; margin: 0; border-radius: 0.5rem; text-decoration: none; }
  header .head_frame .head_info div .head_reservation:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_wrap div { top: initial !important; }

.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 50vw; margin: 0; }
.key_visual .key_on { width: 90%; margin: 0 auto; padding: 1rem 0 0 0; }
.key_visual .key_on p { color: #ffffff; background-color: rgba(238, 187, 7, 0.9); display: inline-block; margin: 0 0 0.5rem 0; padding: 0.2rem 0.4rem; font-size: 1.4rem; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; height: 40vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; }
.key_visual_low h1 { color: #222222; font-weight: bold; font-size: 2rem; }

@media screen and (min-width: 768px) { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 650px; margin: 0; width: 100%; }
  .key_visual .key_on { width: 1080px; margin: 0 auto; padding: 84px 0 0 0; }
  .key_visual .key_on p { color: #ffffff; background-color: rgba(238, 187, 7, 0.9); display: inline-block; margin: 0 0 1rem 0; padding: 8px 16px; font-size: 3.6rem; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; height: 240px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; }
  .key_visual_low h1 { color: #222222; font-weight: bold; font-size: 3.6rem; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .key_visual { min-height: 48vw; }
  .key_visual .key_on { padding: 70px 0 0 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: 90px; margin: 0; padding: 0; width: 100%; box-sizing: border-box; }
  .main_nav_pc nav { width: 1080px; height: 60px; margin: 0 auto; padding: 10px 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: 1080px; box-sizing: border-box; height: 60px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 60px; width: 135px; line-height: 120%; text-align: center; font-weight: normal; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #222222; height: 60px; width: 100%; display: block; box-sizing: border-box; border-left: #a2d5c9 1px solid; margin: 0; padding: 10px 0 0 0; font-size: 1.6rem; font-weight: bold; text-align: center; line-height: 170%; }
  .main_nav_pc nav ul li a span { display: block; font-size: 1rem; color: #a2d5c9; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li a.two { padding: 5px 0 0 0; line-height: 120%; }
  .main_nav_pc nav ul li:last-child a { border-right: #a2d5c9 1px solid; }
  .main_nav_pc nav ul li ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; width: 135px; background-color: #ffffff; margin: 0 0 0 0; display: none; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 5px 0; background-color: #ffffff; display: block; }
  .main_nav_pc nav ul li ul li a:hover { opacity: 1; color: #7a7a7a; }
  .main_nav_pc nav ul li ul li:last-child a { border-right: none; padding: 5px 0; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice { margin: 30px 0 0 0; }
.notice .notice_frame { box-sizing: border-box; width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; height: 80vw; }
.notice .notice_frame dl { overflow-y: scroll; height: 80vw; box-sizing: border-box; padding: 1rem; background-color: #fffbe5; }
.notice .notice_frame dl dt { margin: 0 0 1rem 0; color: #00855d; font-size: 1.8rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; }
.notice .notice_frame dl dd { color: #222222; margin: 0 0 2rem 0; font-size: 1.4rem; line-height: 120%; padding: 0 0 0 0.4rem; box-sizing: border-box; border-bottom: #cccccc 2px dotted; }

@media screen and (min-width: 768px) { .notice { margin: 40px auto 0 auto; width: 1080px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; }
  .notice .notice_title { width: 330px; }
  .notice .notice_title h2 { margin: 0; }
  .notice .notice_frame { width: 750px; margin: 0 auto; box-sizing: border-box; overflow: hidden; height: 350px; }
  .notice .notice_frame dl { overflow-y: scroll; height: 350px; box-sizing: border-box; padding: 40px; background-color: #fffbe5; }
  .notice .notice_frame dl dt { margin: 0 0 10px 0; color: #00855d; font-size: 2rem; padding: 0 0 0 0.4rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; }
  .notice .notice_frame dl dd { color: #222222; margin: 0 0 15px 0; font-size: 1.6rem; line-height: 120%; padding: 0 0 0 0.4rem; box-sizing: border-box; border-bottom: #cccccc 2px dotted; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.concept { margin: 2rem 0 0 0; padding: 2rem 0 0 0; text-align: center; background: url(../images/index_concept_bg.jpg) no-repeat; background-position: center center; height: 100vw; }
.concept img.tree { width: 80%; }

@media screen and (min-width: 768px) { .concept { margin: 40px 0 80px 0; padding: 0 0 0 0; text-align: center; background: url(../images/index_concept_bg.jpg) no-repeat; background-position: center center; height: 870px; }
  .concept h2.top { padding: 80px 0 0 0; }
  .concept img.tree { width: 689px; } }
/* -----------------------------------------------------------
　TOPリンク
----------------------------------------------------------- */
.greeting { margin: 0 0 4rem 0; }
.greeting .greeting_left { background: url(../images/index_doctor_bg.jpg) no-repeat; background-position: left 5% top; margin: 0 0 4rem 0; }
.greeting .greeting_left p { width: 90%; margin: 0 auto; }
.greeting .greeting_left p.greeting_name { margin: 3rem auto 2rem auto; color: #6eb84e; }
.greeting .greeting_left p.greeting_name span { font-size: 1.6rem; margin: 0 0 0 1rem; }
.greeting .greeting_left div { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 96%; margin: 0 auto; }
.greeting .greeting_left div a { width: 48%; display: block; color: #ffffff; background-color: #249d57; padding: 1rem 0; text-align: center; text-decoration: none; border-radius: 0.4rem; font-weight: bold; }
.greeting .greeting_right { text-align: center; }
.greeting .greeting_right img { width: 70%; height: auto; }

@media screen and (min-width: 768px) { .greeting { margin: 0 auto 4rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1080px; }
  .greeting .greeting_left { width: 610px; background: url(../images/index_doctor_bg.jpg) no-repeat; background-position: left top; margin: 0 0 4rem 0; }
  .greeting .greeting_left p { width: 570px; margin: 50px 0 0 40px; line-height: 200%; }
  .greeting .greeting_left p.greeting_name { margin: 3rem 0 2rem 40px; color: #6eb84e; font-weight: bold; }
  .greeting .greeting_left p.greeting_name span { font-size: 2rem; margin: 0 0 0 1rem; }
  .greeting .greeting_left div { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 540px; margin: 0 auto; }
  .greeting .greeting_left div a { width: 260px; display: block; color: #ffffff; background-color: #249d57; padding: 25px 0; text-align: center; text-decoration: none; border-radius: 0.4rem; font-size: 1.6rem; font-weight: bold; }
  .greeting .greeting_left div a:hover { opacity: 0.6; }
  .greeting .greeting_right { width: 410px; text-align: center; }
  .greeting .greeting_right img { width: 410px; height: auto; } }
/* -----------------------------------------------------------
　病気を探す
----------------------------------------------------------- */
.search { background-color: #fffbe5; padding: 3rem 0 0 0; }
.search .search_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.search .search_frame section { background-color: #ffffff; width: 96%; margin: 0 auto 3rem auto; padding: 0 0 1rem 0; border-bottom: #6eb84e 2px solid; }
.search .search_frame section figure { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbe5+0,fffbe5+48,6eb84e+48,6eb84e+54,ffffff+54,fffbe5+54,ffffff+54,ffffff+54,ffffff+100 */ background: #fffbe5; /* Old browsers */ background: -moz-linear-gradient(top, #fffbe5 0%, #fffbe5 44%, #6eb84e 44%, #6eb84e 56%, white 56%, #fffbe5 56%, white 56%, white 56%, white 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #fffbe5 0%, #fffbe5 44%, #6eb84e 44%, #6eb84e 56%, white 56%, #fffbe5 56%, white 56%, white 56%, white 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #fffbe5 0%, #fffbe5 44%, #6eb84e 44%, #6eb84e 56%, white 56%, #fffbe5 56%, white 56%, white 56%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbe5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ margin: 0 0 0.8rem 0; }
.search .search_frame section figure img { display: block; margin: 0 auto; }
.search .search_frame section hr { border: none; border-bottom: #249d57 1px solid; width: 90%; margin: 2rem auto; }
.search .search_frame section ul { width: 90%; margin: 0 auto; list-style-type: none; font-size: 1.4rem; }
.search .search_frame section ul li { line-height: 160%; }
.search .search_frame section ul li::before { content: "＞"; color: #6eb84e; }
.search .search_frame section ul li a { text-decoration: none; color: #222222; }

.search_low { margin: 0; }

@media screen and (min-width: 768px) { .search { background-color: #fffbe5; padding: 78px 0 60px 0; }
  .search .search_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .search .search_frame section { background-color: #ffffff; width: 340px; margin: 0 0 3rem 0; padding: 0 0 3rem 0; border-bottom: #6eb84e 2px solid; }
  .search .search_frame section figure { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbe5+0,fffbe5+48,6eb84e+48,6eb84e+54,ffffff+54,fffbe5+54,ffffff+54,ffffff+54,ffffff+100 */ background: #fffbe5; /* Old browsers */ background: -moz-linear-gradient(top, #fffbe5 0%, #fffbe5 44%, #6eb84e 44%, #6eb84e 56%, white 56%, #fffbe5 56%, white 56%, white 56%, white 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #fffbe5 0%, #fffbe5 44%, #6eb84e 44%, #6eb84e 56%, white 56%, #fffbe5 56%, white 56%, white 56%, white 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #fffbe5 0%, #fffbe5 44%, #6eb84e 44%, #6eb84e 56%, white 56%, #fffbe5 56%, white 56%, white 56%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbe5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ margin: 0 0 0.8rem 0; width: 340px; display: block; }
  .search .search_frame section figure img { display: block; margin: 0 auto; }
  .search .search_frame section hr { border: none; border-bottom: #249d57 1px solid; width: 90%; margin: 2rem auto; }
  .search .search_frame section ul { width: 90%; margin: 0 auto; list-style-type: none; font-size: 1.6rem; }
  .search .search_frame section ul li { line-height: 200%; }
  .search .search_frame section ul li::before { content: "＞"; color: #6eb84e; }
  .search .search_frame section ul li a { text-decoration: none; color: #222222; }
  .search .search_frame section ul li a:hover { text-decoration: underline; }
  .search_low { margin: 0; } }
/* -----------------------------------------------------------
　カルーセル
----------------------------------------------------------- */
.carousel_frame { background-color: #ffffff; padding: 2rem 0; }
.carousel_frame img { width: 700%; }

@media screen and (min-width: 768px) { .carousel_frame { background-color: #ffffff; padding: 40px 0; }
  .carousel_frame img { width: 5180px; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; background-color: #ffffff; }
table.timetable tr.line { border-bottom: #006766 1px solid; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.5rem; padding: 0.8rem 0; vertical-align: middle; color: #222222; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #006766; }
table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1.2rem; color: #222222; }

.notice_time { color: #222222; font-size: 1.2rem; margin: 1rem auto 0 auto; width: 96%; }
.notice_time span { color: #006766; }

@media screen and (min-width: 768px) { table.timetable { padding: 0px; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; background-color: #ffffff; }
  table.timetable tr.line { border-bottom: #006766 1px solid; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 10px 0; vertical-align: middle; color: #222222; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6em; padding: 14px 0; vertical-align: middle; color: #006766; width: 100px; }
  table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1.6rem; color: #222222; }
  .notice_time { color: #222222; font-size: 1.6rem; margin: 1rem 0 0 0; width: auto; }
  .notice_time span { color: #006766; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background-color: #f0f0f0; padding: 2rem 0 0 0; }
.overview_bg .overview { margin: 0; }
.overview_bg .overview h2.summary { text-align: center; }
.overview_bg .overview h2.summary img { width: 80%; }
.overview_bg .overview .overview_frame { width: 96%; margin: 2rem auto 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 20px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 20px 0; border-top: #000000 1px dotted; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #00855d; font-size: 1.4rem; margin: 0; width: 100%; padding: 1rem 0 0 0; box-sizing: border-box; font-weight: bold; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #222222; font-size: 1.4rem; margin: 0; width: 100%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; border-bottom: #000000 1px dotted; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd.overview_tel { border-bottom: none; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel { color: #f59600; font-size: 2.2rem; text-decoration: none; font-weight: bold; line-height: 120%; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd a { color: #f59600; font-size: 2.2rem; text-decoration: none; font-weight: bold; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.reservation { color: #ffffff; background-color: #f59600; font-weight: bold; padding: 0.8rem 1.2rem; margin: 1rem 0 0 0; display: inline-block; border-radius: 0.3rem; font-size: 1.6rem; letter-spacing: 0.1em; }
.overview_bg .overview .overview_frame .overview_frame_left title { width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left .time_frame { padding: 1rem 1rem 0 1rem; box-sizing: border-box; background-color: #ffffff; }
.overview_bg .overview .overview_frame .overview_frame_right { margin: 2rem 0 8rem 0; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 500px; box-sizing: border-box; border: #ffffff 5px solid; }

@media screen and (min-width: 768px) { .overview_bg { background-color: #f0f0f0; padding: 80px 0 70px 0; }
  .overview_bg .overview h2.summary { text-align: center; margin: 0 0 60px 0; }
  .overview_bg .overview h2.summary img { width: 520px; height: auto; }
  .overview_bg .overview .overview_frame { width: 1080px; margin: 60px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 520px; }
  .overview_bg .overview .overview_frame .overview_frame_left dl { width: 520px; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 20px 0; border-top: #000000 1px dotted; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #00855d; font-size: 1.6rem; margin: 0; width: 160px; padding: 0.5rem 0 0 20px; box-sizing: border-box; border-bottom: #000000 1px dotted; height: 50px; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt.overview_tel { border-bottom: none; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #222222; font-size: 1.6rem; margin: 0; width: 360px; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; border-bottom: #000000 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; font-size: 1.6rem; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel { color: #f59600; font-size: 3rem; text-decoration: none; font-weight: bold; line-height: 120%; display: inline; margin: 10px 0 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a { font-size: 2rem; text-decoration: none; font-weight: bold; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a.reservation { display: block; color: #ffffff; background-color: #f59600; font-weight: bold; padding: 15px 20px; margin: 0 0 0 0; display: block; border-radius: 0.5rem; font-size: 2rem; width: 220px; text-align: center; letter-spacing: 0.1em; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a.reservation:hover { opacity: 0.6; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.overview_tel { border-bottom: none; }
  .overview_bg .overview .overview_frame .overview_frame_left .time_frame { padding: 6px 22px 0 22px; box-sizing: border-box; background-color: #ffffff; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 520px; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 400px; box-sizing: border-box; border: #ffffff 5px solid; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { /*テキストリンク*/ /*テキストリンク*/ }
footer ul.footer_link_text { display: none; }
footer ul.footer_link_text2 { display: none; }
footer .copyright { margin: 0; text-align: center; color: #ffffff; background-color: #a2d5c9; font-size: 1.2rem; height: auto; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; align-items: flex-end; padding: 1rem 0; }

@media screen and (min-width: 768px) { footer { padding: 80px 0 0 0; background-color: #f0f0f0; }
  footer ul.footer_link_text { display: block; width: 940px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; list-style-type: none; font-size: 1.5rem; }
  footer ul.footer_link_text li { color: #222222; }
  footer ul.footer_link_text li a { text-decoration: none; color: #222222; font-size: 1.6rem; }
  footer ul.footer_link_text li a:hover { text-decoration: underline; }
  footer ul.footer_link_text li a span { display: none; }
  footer ul.footer_link_text li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 1rem; }
  footer ul.footer_link_text li:last-child:after { content: ""; }
  footer ul.footer_link_text2 { display: block; width: 940px; margin: 2rem auto 0; list-style-type: none; font-size: 1.5rem; text-align: center; }
  footer ul.footer_link_text2 li { color: #222222; }
  footer ul.footer_link_text2 li a { text-decoration: none; color: #222222; font-size: 1.6rem; }
  footer ul.footer_link_text2 li a:hover { text-decoration: underline; }
  footer ul.footer_link_text2 li a span { display: none; }
  footer ul.footer_link_text2 li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 1rem; }
  footer ul.footer_link_text2 li:last-child:after { content: ""; }
  footer .copyright { margin: 30px 0 0 0; text-align: center; color: #ffffff; background-color: #a2d5c9; font-size: 1.4rem; height: auto; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; align-items: flex-end; padding: 15px 0; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 70%; height: auto; }

#pagetop { position: fixed; bottom: 17vw; right: 0px; height: 17vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 102px; height: auto; }
  #pagetop { position: fixed; bottom: 90px; left: 50%; margin: 0 0 0 560px; height: 90px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 80px; left: 90%; margin: 0 0 0 0; height: 80px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #804f21; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 2rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li a img { display: none; }
.drawr ul.hbg li a br { display: none; }

.openNav { display: block; }

@media screen and (min-width: 768px) { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 55px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #804f21; }

/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_locomo { margin: 0 0 10px 0; text-align: center; }
.img_locomo img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

.bnr_corona { text-align: center; }

.bnr_corona img { max-width: 95%; margin: 0 5px; }

.pc_none > .bnr_character { display: block !important; }

.bnr_character { background: #fff; border: 2px solid #804f21; margin-top: 1rem; font-weight: bold; }
.bnr_character a { padding: .8rem 1rem; color: #222222; text-decoration: none; justify-content: left; display: flex; gap: 1rem; }
.bnr_character p { font-size: 1.6rem !important; text-align: left !important; }
.bnr_character img { max-width: 120px; align-self: center; width: 100%; height: auto; vertical-align: bottom; }
.bnr_character .small { font-size: 1.2rem; }
.bnr_character span { display: inline-block; padding-top: .5rem; }
.bnr_character span:nth-child(3) { font-weight: initial; }

@media screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 450px; height: auto; }
  .img_locomo { float: right; margin: 0 0 10px 10px; }
  .img_locomo a:hover { opacity: 0.6; }
  .img_locomo img { width: 255px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  .key_wrap .bnr_character { position: absolute; }
  .key_wrap .bnr_character p { background: initial; color: initial; }
  .key_wrap .bnr_character span { display: block; }
  .key_wrap .bnr_character a:hover { transition: all 0.3s; opacity: .8; }
  .pc_none > .bnr_character { display: none !important; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru.aj { margin: 4rem 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru.aj { margin: 40px 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 825px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 725px; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*リスト*/
h1 { margin: 0; }

h2.top { font-family: 'M PLUS 1p', sans-serif; text-align: center; font-size: 2rem; line-height: 110%; font-weight: bold; margin: 0 0 2rem 0; }
h2.top img { display: block; margin: 0 auto; }
h2.top span { display: block; color: #6eb84e; font-size: 1rem; font-weight: normal; letter-spacing: 0.1em; }
h2.blogh2 { background-color: #a2d5c9; color: #222222; padding: 1rem; font-size: 2rem; box-sizing: border-box; border-radius: 1rem; margin: 0 0 1rem 0; }
h2.blogh2 a { color: #222222; text-decoration: none; }
h2.first { margin: 0 0 1rem 0; }

h3.search_h3 { color: #222222; text-align: center; font-size: 1.6rem; }
h3.search_h3 span { font-size: 2rem; background-color: #f9f5af; padding: 0 0.4rem; }
h3.search_h3 a { color: #222222; text-decoration: none; }
h3:not(.arrow_none)::after { content: "＞"; color: #6eb84e; margin: 0 0 0 0.5rem; }
h3.low { color: #00855d; font-size: 1.8rem; border-bottom: #00855d 1px solid; padding: 0 0 0.6rem 0; margin: 0 0 1rem 0; font-weight: normal; line-height: 140%; background: url(../images/h3bg.png) no-repeat; background-position: left top; box-sizing: border-box; padding: 0 0 0.6rem 2rem; }
h3.low::after { content: ""; }

h4, .sub_title { color: #f0904b; font-size: 1.7rem; background: linear-gradient(transparent 50%, #f9f5af 0%); margin: 0 0 1rem 0; display: inline-block; font-weight: normal; padding: 0 0 0.4rem 0; }

h5 { color: #804f21; font-size: 1.6rem; margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

p.adjustment { font-size: 1.4rem; margin: 0 0 0 0; line-height: 140%; }

a.text_link { color: #ff7a7a; font-size: 1.4rem; }

a.text_link_right { color: #ff7a7a; font-size: 1.4rem; text-align: right; display: block; margin: 0 0 1rem 0; }

a.btn_link { color: #ffffff; font-size: 1.4rem; background-color: #249d57; padding: 2rem 3rem; display: inline-block; text-decoration: none; text-align: center; border-radius: 0.5rem; margin: 1rem 0; }

@media screen and (min-width: 768px) { h1 { margin: 0; }
  h2.top { font-family: 'M PLUS 1p', sans-serif; text-align: center; font-size: 3.6rem; line-height: 120%; font-weight: bold; margin: 0 0 2rem 0; }
  h2.top img { display: block; margin: 0 auto; }
  h2.top span { display: block; color: #6eb84e; font-size: 1.6rem; font-weight: normal; letter-spacing: 0.1em; }
  h2.blogh2 { background-color: #a2d5c9; color: #222222; padding: 11px; font-size: 2.4rem; box-sizing: border-box; border-radius: 1rem; margin: 0 0 2rem 0; }
  h2.blogh2 a { color: #222222; text-decoration: none; }
  h2.first { margin: 0 0 1rem 0; }
  h3.search_h3 { color: #222222; text-align: center; font-size: 2rem; }
  h3.search_h3 span { font-size: 2.6rem; background-color: #f9f5af; padding: 0 0.4rem; }
  h3.search_h3 a { color: #222222; text-decoration: none; }
  h3:not(.arrow_none)::after { content: "＞"; color: #6eb84e; margin: 0 0 0 0.5rem; }
  h3.low { color: #00855d; font-size: 2.6rem; border-bottom: #00855d 1px solid; margin: 0 0 1.4rem 0; font-weight: normal; line-height: 120%; background: url(../images/h3bg.png) no-repeat; background-position: left top; box-sizing: border-box; padding: 0 0 1rem 2.8rem; }
  h3.low::after { content: ""; }
  h4, .sub_title { color: #f0904b; font-size: 2.3rem; background: linear-gradient(transparent 50%, #f9f5af 0%); margin: 0 0 1rem 0; font-weight: normal; display: inline-block; padding: 0 0 0.4rem 0; }
  h5 { color: #804f21; font-size: 2.2rem; margin: 0 0 1rem 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; }
  p.adjustment { font-size: 1.6rem; margin: 0 0 0 0; line-height: 160%; }
  a.text_link { color: #ff7a7a; font-size: 1.6rem; }
  a.text_link_right { color: #ff7a7a; font-size: 1.6rem; text-align: right; display: block; margin: 0 0 1rem 0; }
  a.btn_link { color: #ffffff; font-size: 1.6rem; background-color: #249d57; padding: 2rem 3rem; display: inline-block; text-decoration: none; text-align: center; border-radius: 0.5rem; margin: 1rem 0; } }
/*----------------------------------------------------------- 下層
----------------------------------------------------------- */
table.inspection_table { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; background-color: #ffffff; }
table.inspection_table tr th { font-size: 1.4rem; color: #ffffff; background-color: #98cd8b; vertical-align: middle; font-weight: normal; padding: 1rem 0.5rem; border: #ffffff 1px solid; }
table.inspection_table tr td { font-size: 1.4rem; vertical-align: middle; padding: 1rem 0.5rem; border: #98cd8b 1px solid; text-align: left; }

/*greenframe*/
.greenframe { background-color: #f4fddf; padding: 1rem; text-align: center; }
.greenframe span { font-weight: bold; }

/*yellowframe*/
.yellowframe { background-color: #fffbe5; padding: 1rem; text-align: left; }
.yellowframe span { font-weight: bold; }

#clinic { margin: 0 auto 2rem auto; }

/*アクセス*/
.accessmap { width: 100%; height: 500px; }

/*舌下免疫療法*/
table.drop_table { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 1080px; text-align: center; border-collapse: collapse; box-sizing: border-box; background-color: #ffffff; }
table.drop_table tr th { font-size: 1.4rem; color: #ffffff; background-color: #98cd8b; vertical-align: middle; font-weight: normal; padding: 1rem 0.5rem; border: #ffffff 1px solid; width: 135px; box-sizing: border-box; }
table.drop_table tr th.left { width: auto; }
table.drop_table tr td { font-size: 1.4rem; vertical-align: middle; padding: 1rem 0.5rem; border: #98cd8b 1px solid; text-align: center; line-height: 160%; box-sizing: border-box; }
table.drop_table tr td img { display: block; margin: 0 auto; }

.scroll img { margin: 0 0 1rem 0; }

@media screen and (min-width: 768px) { table.inspection_table { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; background-color: #ffffff; }
  table.inspection_table tr th { font-size: 1.6rem; color: #ffffff; background-color: #98cd8b; vertical-align: middle; font-weight: normal; padding: 20px; border: #ffffff 1px solid; }
  table.inspection_table tr td { font-size: 1.6rem; vertical-align: middle; padding: 20px; border: #98cd8b 1px solid; text-align: left; }
  /*greenframe*/
  .greenframe { background-color: #f4fddf; padding: 40px; text-align: center; }
  .greenframe span { font-weight: bold; }
  /*yellowframe*/
  .yellowframe { background-color: #fffbe5; padding: 40px; text-align: left; }
  .yellowframe span { font-weight: bold; }
  #clinic { margin: 0 auto 4rem auto; }
  /*アクセス*/
  .accessmap { width: 100%; height: 500px; }
  /*舌下免疫療法*/
  table.drop_table { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 1080px; text-align: center; border-collapse: collapse; box-sizing: border-box; background-color: #ffffff; }
  table.drop_table tr th { font-size: 1.6rem; color: #ffffff; background-color: #98cd8b; vertical-align: middle; font-weight: normal; padding: 1rem 0.5rem; border: #ffffff 1px solid; width: 135px; box-sizing: border-box; }
  table.drop_table tr th.left { width: auto; }
  table.drop_table tr td { font-size: 1.6rem; vertical-align: middle; padding: 1rem 0.5rem; border: #98cd8b 1px solid; text-align: center; line-height: 160%; box-sizing: border-box; }
  table.drop_table tr td img { display: block; margin: 0 auto; } }
@media screen and (max-width: 768px) { .scroll { overflow: auto; white-space: nowrap; }
  .scroll::-webkit-scrollbar { height: 5px; }
  .scroll::-webkit-scrollbar-track { background: #F1F1F1; }
  .scroll::-webkit-scrollbar-thumb { background: #BCBCBC; } }
/*----------------------------------------------------------- 下層(使わない？)
----------------------------------------------------------- */
/*医師紹介*/
.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }
.img_doctor figcaption { font-size: 1.4rem; margin: 1rem 0 2rem 0; }

/*院内のご案内*/
.machine_list section { text-align: center; }
.machine_list section img { width: 70%; }

/*初めての方へ*/
.first_tel { width: 96%; margin: 0 auto; border: #6e4036 1px solid; padding: 1rem; box-sizing: border-box; }
.first_tel p.tel_no { color: #6e4036; font-weight: bold; text-align: center; font-size: 2rem; }
.first_tel p.tel_no span { display: block; }
.first_tel p.tel_no a { color: #6e4036; text-decoration: none; }
.first_tel p.tel_text { margin: 0; }

.reservation_table { padding: 0px; margin: 2rem auto 0 auto; vertical-align: middle; width: 96%; text-align: center; border-collapse: collapse; box-sizing: border-box; border-top: #a19278 2px solid; border-bottom: #a19278 2px solid; font-size: 1.4rem; line-height: 140%; }
.reservation_table tr { border-bottom: #a19278 2px solid; }
.reservation_table th { padding: 1rem 0; background-color: #b9c994; }
.reservation_table th.time { width: 40%; }
.reservation_table td { padding: 1rem 0; }
.reservation_table td span { font-weight: bold; text-decoration: underline; }

.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #00855d; text-align: center; display: block; margin: 30px auto 0 auto; }

ul.questionnaire_list { list-style-type: none; }
ul.questionnaire_list li { text-align: center; width: 80%; margin: 0 auto 2rem auto; font-size: 1.4rem; line-height: 140%; font-weight: bold; }
ul.questionnaire_list li a { color: #ffffff; display: block; width: 100%; padding: 1rem 0; text-decoration: none; }
ul.questionnaire_list li a span { font-weight: normal; }
ul.questionnaire_list li:nth-child(1) { background-color: #a19278; }
ul.questionnaire_list li:nth-child(2) { background-color: #95a564; }
ul.questionnaire_list li:nth-child(3) { background-color: #82d38a; }

/*アクセス*/
.access_timetable table tr th { color: #222222; background-color: #b9c994; }
.access_timetable table tr td { color: #222222; }
.access_timetable p.notice_time { color: #222222; }

iframe.accessmap { width: 100%; height: 500px; box-sizing: border-box; border: #a19278 1px solid; }

.accessmap_link { font-size: 1.4rem; color: #222222; text-align: right; display: block; margin: 1rem 0 0 0; }

.access_tel span { color: #6e4036; font-weight: bold; font-size: 3rem; }
.access_tel a { color: #6e4036; font-weight: bold; font-size: 3rem; }

@media screen and (min-width: 768px) { /*医師紹介*/
  .img_doctor { margin: 0 0 10px 20px; text-align: center; float: right; }
  .img_doctor img { width: 446px; height: auto; }
  .img_doctor figcaption { font-size: 1.6rem; margin: 1rem 0 2rem 0; }
  /*院内のご案内*/
  .machine_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_list section { width: 48%; text-align: center; }
  .machine_list section img { width: 70%; }
  /*初めての方へ*/
  .first_tel { width: 800px; margin: 0 auto; border: #6e4036 2px solid; padding: 1rem; box-sizing: border-box; text-align: center; }
  .first_tel p.tel_no { color: #6e4036; font-weight: bold; text-align: center; font-size: 4rem; margin: 0; }
  .first_tel p.tel_no span { display: inline; margin: 0 0 0 2rem; }
  .first_tel p.tel_text { margin: 0; }
  .reservation_table { padding: 0px; margin: 40px auto 0 auto; vertical-align: middle; width: 600px; text-align: center; border-collapse: collapse; box-sizing: border-box; border-top: #a19278 2px solid; border-bottom: #a19278 2px solid; font-size: 1.6rem; line-height: 140%; }
  .reservation_table tr { border-bottom: #a19278 2px solid; }
  .reservation_table th { padding: 1rem 0; background-color: #b9c994; }
  .reservation_table th.time { width: 40%; }
  .reservation_table td { padding: 1rem 0; }
  .reservation_table td span { font-weight: bold; text-decoration: underline; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #00855d; text-align: center; display: block; margin: 30px auto 0 auto; }
  ul.questionnaire_list { list-style-type: none; width: 1080px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  ul.questionnaire_list li { text-align: center; width: 350px; margin: 0; font-size: 2.6rem; line-height: 120%; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; }
  ul.questionnaire_list li a { color: #ffffff; display: block; width: 100%; padding: 2rem 0; text-decoration: none; }
  ul.questionnaire_list li a span { font-weight: normal; font-size: 2.2rem; }
  ul.questionnaire_list li a:hover { opacity: 0.6; }
  ul.questionnaire_list li:nth-child(1) { background-color: #a19278; }
  ul.questionnaire_list li:nth-child(2) { background-color: #95a564; }
  ul.questionnaire_list li:nth-child(3) { background-color: #82d38a; }
  /*アクセス*/
  .access_timetable table tr th { color: #222222; background-color: #b9c994; }
  .access_timetable table tr td { color: #222222; }
  .access_timetable p.notice_time { color: #222222; }
  iframe.accessmap { width: 100%; height: 500px; box-sizing: border-box; border: #a19278 1px solid; }
  .accessmap_link { font-size: 1.6rem; color: #222222; text-align: right; display: block; margin: 1rem 0 0 0; }
  .access_tel span { color: #6e4036; font-weight: bold; font-size: 4rem; }
  .access_tel a { color: #6e4036; font-weight: bold; font-size: 4rem; } }
/*************************************************
　アコーディオン
/*************************************************/
/* 親の[ul] */
.syncer-acdn-parent { border-top: 1px solid #cccccc; overflow: hidden; width: 100%; color: #fff; margin: 20px auto; }

/* 子の[ul] */
.syncer-acdn-child { display: none; }

/* 余白設定 */
.syncer-acdn-child, .syncer-acdn-parent li, .syncer-acdn-parent li p { margin: 0; padding: 0; text-align: center; }

/* 親と子の[li] */
.syncer-acdn-parent li { list-style: none; }

/* 親の[a] */
.syncer-acdn-parent li p a { position: relative; top: 0; left: 0; background-color: #804f21; color: #ffffff; border-bottom: 1px solid #ffffff; }

.syncer-acdn-parent li p a:after, .syncer-acdn-parent li p a:hover:after { color: #ffffff; background: rgba(0, 0, 0, 0.1); }

.syncer-acdn-parent li p a:after { position: absolute; top: 50%; right: 12px; font-size: 0.85em; margin-top: -12.5px; height: 17px; line-height: 17px; padding: 4px 8px; }

/* 親の[a]と子の[li] */
/* 親と子の[a] */
.syncer-acdn-parent li a { display: block; padding: 10px 18px; font-weight: 700; text-decoration: none; color: #000000; background-color: #804f21; border-bottom: 1px solid #cccccc; font-size: 19px; }

.syncer-acdn-parent li a:hover { cursor: pointer; }

.syncer-acdn-child li a { padding-right: 5px; background-color: #804f21; color: #ffffff; border-bottom: 1px solid #ffffff; }

.syncer-acdn-child li a:hover { padding-right: 5px; }

/* 子の[a] */
.syncer-acdn-child li a:before { padding-right: 5px; }

/*----------------------------------------------------------- ブログ
----------------------------------------------------------- */
header.header_blog { display: block; overflow: hidden; margin: 0 auto; background: url(./images/blog_top_bg.png) no-repeat; background-position: center top; background-size: cover; height: 75vw; }
header.header_blog .head_frame_blog { position: relative; }
header.header_blog .head_frame_blog .head_blog_btn { position: absolute; top: 1.2vw; right: 2vw; text-align: right; }
header.header_blog .head_frame_blog .head_blog_btn img { width: 60%; }
header.header_blog .head_frame_blog .head_logo_blog_sp { position: relative; top: 18vw; left: 2vw; }
header.header_blog .head_frame_blog .head_logo_blog_sp a img { width: 70%; }
header.header_blog .head_frame_blog .head_logo_blog_pc { display: none; }
header.header_blog .head_frame_blog .head_character { display: none; }

.side_frame { order: 2; width: 96%; margin: 0 auto; }
.side_frame .blog_top { color: #ffffff; background: url(./images/aside_bg.png) no-repeat; background-position: right 0.4rem bottom; background-color: #eb6d71; background-size: 12%; display: block; text-decoration: none; font-size: 1.4rem; padding: 1.2rem 0.8rem; box-sizing: border-box; border-radius: 0.6rem; margin: 0 0 1rem 0; font-weight: bold; }
.side_frame h2.widget-title { color: #ffffff; text-align: left; font-size: 1.4rem; padding: 0.8rem; font-weight: bold; background-color: #6eb84e; margin: 0 0 1rem 0; }
.side_frame ul { padding: 0; }
.side_frame ul li { box-sizing: border-box; margin: 1rem 0 3rem 0; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.side_frame ul li a { display: block; color: #222222; text-decoration: none; font-size: 1.4rem; background-color: #fff9d9; width: 100%; order: 2; padding: 1rem 0.6rem; box-sizing: border-box; }
.side_frame ul li span { display: block; width: 100%; order: 1; color: #6eb84e; font-size: 1.4rem; margin: 0 0 0.4rem 0; }

.date_box { padding: 0 0 0.2rem 0; box-sizing: border-box; margin: 0 0 1rem 0; font-size: 1.2rem; color: #6eb84e; border-bottom: #a2d5c9 1px solid; }

/*もっと見るボタン*/
.more a { color: #6eb84e; padding: 0.6rem; border: #6eb84e 1px solid; box-sizing: border-box; text-decoration: none; display: inline-block; font-size: 1.4rem; }

/*次のページ　前のページ*/
.different_link { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; clear: both; }
.different_link a { width: 45%; display: block; color: #6eb84e; border: #6eb84e 1px solid; text-decoration: none; padding: 0.6rem; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; font-size: 1.4rem; line-height: 140%; }

/*ページネーション*/
.wp-pagenavi { margin: 3rem 0 0 0; }
.wp-pagenavi span { color: #6eb84e; padding: 0.2rem 0.4rem; box-sizing: border-box; border: #6eb84e 1px solid; font-size: 1.4rem; }
.wp-pagenavi span.current { border: #6eb84e 1px solid; }
.wp-pagenavi span:hover { border: #6eb84e 1px solid; }
.wp-pagenavi a { color: #6eb84e; padding: 0.2rem 0.4rem; box-sizing: border-box; border: #6eb84e 1px solid; font-size: 1.4rem; }
.wp-pagenavi a.current { border: #6eb84e 1px solid; }
.wp-pagenavi a:hover { border: #6eb84e 1px solid; }

@media screen and (min-width: 768px) { header.header_blog { display: block; overflow: hidden; margin: 0 auto; padding: 0; background: url(./images/blog_top_bg_pc.jpg) no-repeat; background-position: center top; background-size: cover; width: 100%; height: 430px; }
  header.header_blog .head_frame_blog { position: relative; width: 1080px; margin: 0 auto; height: 430px; }
  header.header_blog .head_frame_blog .head_blog_btn { position: absolute; top: 0; right: 0; text-align: right; }
  header.header_blog .head_frame_blog .head_blog_btn img { width: 330px; }
  header.header_blog .head_frame_blog .head_logo_blog_sp { display: none; }
  header.header_blog .head_frame_blog .head_logo_blog_pc { display: block; position: relative; top: 94px; left: 0; }
  header.header_blog .head_frame_blog .head_logo_blog_pc a img { width: 526px; }
  header.header_blog .head_frame_blog .head_character { display: block; position: absolute; z-index: 1; right: 0; bottom: 0; }
  .side_frame { order: 2; width: 250px; margin: 0; }
  .side_frame .blog_top { color: #ffffff; background: url(./images/aside_bg.png) no-repeat; background-position: right 0.4rem bottom; background-color: #eb6d71; background-size: 62px; display: block; text-decoration: none; font-size: 1.6rem; padding: 23px; box-sizing: border-box; border-radius: 0.6rem; margin: 0 0 10px 0; font-weight: bold; }
  .side_frame .blog_top:hover { opacity: 0.6; }
  .side_frame h2.widget-title { color: #ffffff; text-align: left; font-size: 1.6rem; padding: 8px; border-radius: 0.6rem; font-weight: normal; background-color: #6eb84e; margin: 0 0 10px 0; }
  .side_frame ul { margin: 0 0 25px 0; padding: 0; }
  .side_frame ul li { box-sizing: border-box; margin: 1rem 0 3rem 0; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  .side_frame ul li a { display: block; color: #222222; text-decoration: none; font-size: 1.6rem; background-color: #fff9d9; width: 100%; order: 2; padding: 1rem 0.6rem; box-sizing: border-box; }
  .side_frame ul li span { display: block; width: 100%; order: 1; color: #6eb84e; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
  .date_box { padding: 0 0 0.2rem 0; box-sizing: border-box; margin: 0 0 1rem 0; font-size: 1.6rem; color: #6eb84e; border-bottom: #a2d5c9 1px solid; }
  /*もっと見るボタン*/
  .more a { color: #6eb84e; padding: 6px 14px; border: #6eb84e 1px solid; box-sizing: border-box; text-decoration: none; display: inline-block; font-size: 1.6rem; }
  .more a:hover { background-color: #6eb84e; color: #ffffff; }
  /*次のページ　前のページ*/
  .different_link { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; clear: both; }
  .different_link a { width: 162px; display: block; color: #6eb84e; border: #6eb84e 1px solid; text-decoration: none; padding: 0.6rem; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; font-size: 1.8rem; line-height: 140%; }
  .different_link a:hover { color: #ffffff; background-color: #6eb84e; }
  /*ページネーション*/
  .wp-pagenavi { margin: 3rem 0; }
  .wp-pagenavi span { color: #6eb84e; padding: 0.2rem 0.4rem; box-sizing: border-box; border: #6eb84e 1px solid; font-size: 1.8rem; }
  .wp-pagenavi span.current { border: #6eb84e 1px solid; }
  .wp-pagenavi span:hover { border: #6eb84e 1px solid; }
  .wp-pagenavi a { color: #6eb84e; padding: 0.2rem 0.4rem; box-sizing: border-box; border: #6eb84e 1px solid; font-size: 1.8rem; }
  .wp-pagenavi a.current { border: #6eb84e 1px solid; }
  .wp-pagenavi a:hover { border: #6eb84e 1px solid; } }
/* -----------------------------------------------------------
　ブワードプレス用
----------------------------------------------------------- */
/* img */
.aligncenter { display: block; margin: 0 auto; }

.alignright { float: right; width: 100%; text-align: right; }

.alignleft { float: left; width: 100%; text-align: left; }

img[class*="wp-image-"], img[class*="attachment-"] { height: auto; max-width: 100%; }

/* clearfix */
.clearfix { overflow: hidden; zoom: 1; }

.clearfix:after { content: ""; display: block; clear: both; }

.wp-block-gallery { clear: both; }

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure { display: block; text-align: center; margin: 0 auto; }

.wp-block-gallery.is-cropped .blocks-gallery-item img { width: auto; }

@media screen and (min-width: 768px) { .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure { display: block; text-align: center; margin: 0 auto; }
  .wp-block-gallery.is-cropped .blocks-gallery-item img { width: auto; } }
.greeting_name2 { margin: 3rem auto 2rem auto; color: #6eb84e; text-align: right; }
.greeting_name2 span { font-size: 1.6rem; margin: 0 0 0 1rem; }

@media screen and (min-width: 768px) { .greeting_name2 { margin: 3rem 0 2rem 40px; color: #6eb84e; font-weight: bold; }
  .greeting_name2 span { font-size: 2rem; margin: 0 0 0 1rem; } }
a.bnrlink_influ { display: block; color: #ffffff; background-color: #f59600; font-weight: bold; padding: 10px; margin: 0 0 0 0; display: block; border-radius: 0.5rem; font-size: 1.6rem; max-width: 100%; text-align: center; letter-spacing: 0.1em; text-decoration: none; line-height: 1.5; }
a.bnrlink_influ .bg_wh { background: #ffffff; color: #f59600; border-radius: 0.5rem; padding: 0 15px; font-size: 1.4rem; }

@media screen and (min-width: 768px) { a.bnrlink_influ { display: block; color: #ffffff; background-color: #f59600; font-weight: bold; padding: 10px 15px; margin: 0 0 0 0; display: block; border-radius: 0.5rem; font-size: 2rem; width: 350px; text-align: center; letter-spacing: 0.1em; text-decoration: none; line-height: 1.5; }
  a.bnrlink_influ:hover { opacity: 0.6; }
  a.bnrlink_influ .bg_wh { background: #ffffff; color: #f59600; border-radius: 0.5rem; padding: 3px 15px; font-size: 1.5rem; } }

/*# sourceMappingURL=style.css.map */
