@charset "utf-8";

@import "common.css";

@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700|Roboto:400,700&display=swap");

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/
body {
  text-align: center;
  width: 100%;
  color: #4c4c4c;
  font-weight: normal;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a:hover img {opacity:0.7;}
@media (max-width:730px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

.navbar {
	position: sticky;
	top: 0;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	background-color:#FFFFFF;backdrop-filter: blur(5px);
}
.navbar-nav {
	float: left;
}
.navbar.fixed-to-top {
	top: 0px;
}
.navbar-default {
	border: none;
	background: #fff;
	height:95px;
}
.navbar-default .navbar-nav>li>a {
	color: #aaa;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.navbar-default .navbar-brand {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	padding:0 0 0 0;
}

.navbar-brand img {
  width: 100%;
	max-width: 330px;
}
.navbar-header {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}
.navbar-header h1 {
	margin-top: 1%;
	padding: 0;
	font-size: 13px;
	float: left;
}
.navbar-header p {
	font-size: 13px;
	float: left;
	text-align: left;
	padding: 15px 0 0 20px;
}
.head_box {
	float: right;
	width: 45%;
	margin-top: 0px;
	text-align: center;
}
.head_contact {
	border-radius: 20px;
 -webkit-border-radius: 
 -moz-border-radius: 20px;
}
.head_contact a {
	width: 42%;
	float: right;
	display: block;
	background-color: #c9a57c;
	background:linear-gradient(to bottom, #d1be83, #af9131);
	color: #fff;
	border-radius: 5px;
 -webkit-border-radius: 
 -moz-border-radius: 5px;
	font-size: 17px;
	line-height: 1.3;
	font-family: "ヒラギノ明朝 ProN W1", "HiraMinProN-W1", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-shadow:0px 0px 3px rgba(0,0,0,0.3);
	margin-top: 3px;
  padding: 12px 0;
	text-decoration:none;
  transition: opacity 0.3s;
}
.head_contact a:hover {
  opacity: 0.8;
}
.head_contact a:visited {
	color:#fff
}
.top_tel {
	float: left;
	width:52%;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}
.top_tel img {
	width:100%;
	margin:0 auto 5px;
}
 @media (max-width:980px) {
.head_box {
	float: right;
	width: 40%;
	margin-top: 0px;
	text-align: center;
}
.head_contact a {
	width: 45%;
	float: right;
	display: block;
	background-color: #c9a57c;
	color: #fff;
	border-radius: 5px;
 -webkit-border-radius: 
 -moz-border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	font-family: "ヒラギノ明朝 ProN W1", "HiraMinProN-W1", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-top: 3px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.top_tel {
	float: left;
	width:50%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.top_tel img {
	width:100%;
	margin:10px auto 5px;
}
.head-brand {
	font-size:10px !important;
}
}
 @media (max-width:800px) {
.navbar-default {
	border: none;
	background: #fff;
	height:80px;
}
.navbar-default .navbar-brand {
	float:left;
	width:45%;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
}
.head-brand {
	font-size:10px !important;
}
.head_box {
	float:right;
	margin-top: 1.5%;
	width:50%;
	text-align:center;
}
.name {
	width:20%;
	float:left;
	font-size:10px;
	margin-top:5px;
	padding-top:10px
}
.top_tel {
	float:left;
	width:50%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.top_tel img {
	width:100%;
	margin:0 auto 5px;
}
.head_contact a {
	display:block;
	background-color:#ffff00;
	border-radius: 5px;
 -webkit-border-radius: 
 -moz-border-radius: 5px;
	padding:5px 0;
	font-size:13px;
	width:45%;
	float:right;
}
.navbar-brand img, .name img, .top_tel img {
	width:100%;
	height:auto;
}
}
@media (max-width:730px) {
.navbar {
	padding: 2% 0px 1.5% 0px;
}
.navbar-default {
	border: none;
	background: #fff;
	height:auto;
}
.navbar-default .navbar-brand {
	float:left;
	width:60%;
	padding: 0% 3% 0 0;
}
.navbar-header h1 {
	margin:  0 ;
}
.name {
	display:none
}
.head_box {
	width:22%;
	float:right;
	margin: 0.3% auto 0 auto;
}
.top_tel {
	width:100%;
	margin:0
}
.top_tel .sp_tel_btn01 {
	float:left;
	width:48%;
	margin-right:4%
}
.top_tel .sp_tel_btn02 {
	float:left;
	width:48%;
}
.head_contact {
	display: none;
}
.head_contact a {
	display:block;
	background-color:none;
	color:#fff;
	border-radius:0px;
 -webkit-border-radius: 
 -moz-border-radius: 0px;
	padding:0px;
	margin-top: 0px !important;
	width:100%;
}
.navbar-brand img, .name img, .head_box img {
	width:100%;
	height:auto;
}
.navbar-default {
	border: none;
	background: #fff;
	height:auto
}
}
/*-----------------------------------------------------------------------------------*/
/*	ACCESS
/*-----------------------------------------------------------------------------------*/
.access {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 0px;
  padding: 50px 0;
  overflow: hidden;
  line-height: 150%;
}
.access a {
  color: #428bca;
  text-decoration: none;
}
.access_left {
  float: left;
  width: 440px;
  text-align: left;
}
.access_left h4 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  text-align: center
}
.access_left h5 {
  background-color: #a0a0a0;
  text-align: center;
  color: #fff;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, arial, helvetica, clean, sans-serif;
  font-size: 15px;
  padding: 7px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.access_left p {
  margin-bottom: 20px;
}
.access_right {
  float: right;
  width: 420px;
}
.ggmap {
  position: relative;
  height: 500px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width:870px) {
  .access_left {
    float: left;
    width: 48%;
  }
  .access_right {
    float: right;
    width: 48%;
  }
  .access_left h4 {
    font-size: 18px;
  }
}
@media (max-width:730px) {
  .access {
    padding: 30px 0;
  }
  .access_left {
    float: none;
    width: 95%;
    margin: 0 auto;
    font-size: 15px;
  }
  .access_right {
    float: none;
    width: 95%;
    margin: 0 auto
  }
  .access_left h4 {
    font-size: 20px;
  }
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 50px;
    height: 0;
    overflow: hidden;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #605f5f;
  overflow: hidden;
  margin-top: 50px;
  padding: 20px 0 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
}
.footer_in {
  max-width: 870px;
  width: 95%;
  margin: 0 auto;
}
.footer_left {
  width: 500px;
  float: left;
  text-align: left;
  margin-top: 30px;
}
.footer_left h1 {
  margin: 0;
}
.footer_left p {
  margin-top: 30px;
}
.footer_right {
  float: right;
  width: 350px;
}
.footer_right img {
  width: 100%;
  height: auto;
}
.foot_contact {}
@media (max-width:800px) {
  .footer_left {
    width: 60%;
  }
  .footer_right {
    float: right;
    width: 35%;
  }
}
@media (max-width:730px) {
  .footer {
    padding-bottom: 140px;
    margin-top: 30px;
  }
  .footer_left {
    width: 90%;
    float: none;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
  }
  .footer_left img {
    width: 70%;
    height: auto;
  }
  .footer_right {
    width: 90%;
    float: none;
    text-align: left;
    margin: 0 auto;
  }
  .foot_contact {
    position: fixed;
    z-index: 102;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: none;
  }
  .foot_contact_img {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .foot_contact_txt {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    position: relative;
  }
  .foot_contact_icon {
    width: 12%;
    position: absolute;
    bottom: 0px;
  }
  .foot_contact_point {
    font-size: 3.2vw;
    text-align: center;
    width: 86%;
    margin-left: 11%;
    padding-bottom: 5px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	PAGETOP
/*-----------------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  z-index: 102;
  bottom: 20px;
  right: 20px;
  font-size: 13px;
}
#page-top a {
  background: #e37898;
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 30px 0;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 40px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width:730px) {
  #page-top {
    position: fixed;
    width: 60px;
    bottom: 70px;
    left: 10px;
    font-size: 8px;
    text-align: 8px;
    margin: 0;
  }
  #page-top a {
    background: #e37898;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 27px 0;
    text-align: center;
    overflow: hidden;
    margin: 0;
  }
}
.head h2#wrap {
  /* [disabled]position: relative;
*/
}
.head .main_anime {
  position: absolute;
  width: 180px;
  height: 146px;
  left: 785px;
  top: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	modal
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.box {
  background: #eee;
  margin-bottom: 100px;
  min-height: 200px;
}
.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 100%;
  overflow-y: scroll;
  margin-top: 15px;
  border-radius: 10px;
}
.js-modal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 15px;
  padding-right: 15px;
}



/*---------------------------------------------
 *
 *    移植
 *
---------------------------------------------*/
/* Reset margin, padding, border
---------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; }

/* Typography
---------------------------------------------*/
html { font-size: 62.5%; }

body { font-size: 1.6rem; line-height: 1.4; }

* { font-family: inherit; font-size: inherit; line-height: inherit; }

a, a:visited { color: inherit; outline: none; }

/* Layout
---------------------------------------------*/
article, aside, footer, header, nav, section, main { display: block; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

/* Elements
---------------------------------------------*/
table { border-collapse: collapse; border-spacing: 0; }

ol, ul { list-style: none; }

img, video { max-width: 100%; vertical-align: bottom; }

img { border-style: none; }

blockquote, q { quotes: none; }

blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; }

/*--------------------------------------------- font ---------------------------------------------*/
@font-face { font-family: YuGothicM; src: local(Yu Gothic Medium), local(Yu Gothic); font-weight: 500; }

/*---------------------------------- common ----------------------------------*/
html { font-size: 62.5%; }

body { font-size: 1.6rem; line-height: 1; color: #4c4c4c; font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-weight: normal; -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, .eng { font-family: 'Cinzel', "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

img { max-width: 100%; }

ul { list-style: none; }

a { text-decoration: none; }

@media screen and (min-width: 768px) { body { padding-bottom: 0; }
  .inner { max-width: 1120px; margin: 0 auto; } }

.pcOnly { display: none; }

.spOnly { visibility: visible; }

@media screen and (min-width: 768px) { .pcOnly { display: block; }
  .spOnly { display: none; } }

/* common
----------------------------------*/
.title { text-align: center; overflow: hidden; }

.title .eng { font-size: 1.2rem; color: #4c4c4c; margin-bottom: 15px; display: block; letter-spacing: 0.1rem; }

.title h2 { font-weight: normal; font-size: 1.8rem; font-weight: 600; line-height: 1.6; margin-bottom: 15px; letter-spacing: 0.2rem; }

@media screen and (min-width: 768px) { .title .eng { font-size: 1.8rem; }
  .title h2 { font-size: 2.4rem; margin-bottom: 30px; } }

/*---------------------------------- 中ページ ----------------------------------*/
/* 共通
----------------------------------*/
.titleWrap { font-family: 'Cinzel', "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; background-position: center; border-bottom: 1px solid #e6e6d2; }

.titleWrap .inner { padding: 0; }

.titleWrap ul.breadcrumb { font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; display: none; }

.titleWrap .title { 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 50px 0 50px; }

.titleWrap .title .mark { width: 46px; height: auto; margin-bottom: 20px; }

.titleWrap .title h1 { font-size: 2.5rem; margin-bottom: 15px; }

.titleWrap .title .eng { font-size: 1.4rem; color: #4c4c4c; margin-bottom: 0; }

@media screen and (min-width: 768px) { .titleWrap { background-repeat: no-repeat; background-position: right; background-image: url(../img/title_bg_pc.jpg); }
  .titleWrap .inner { padding: 0 20px; }
  .titleWrap ul.breadcrumb { padding-top: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.2rem; }
  .titleWrap ul.breadcrumb li { position: relative; }
  .titleWrap ul.breadcrumb li:not(:last-child) { margin-right: 25px; }
  .titleWrap ul.breadcrumb li:not(:last-child):after { content: ">"; position: absolute; font-size: 1.8rem; right: -15px; top: -4px; }
  .titleWrap ul.breadcrumb li a { text-decoration: underline; }
  .titleWrap .title { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 90px 0 90px; }
  .titleWrap .title .mark { width: 74px; height: auto; margin-bottom: 0; margin-right: 25px; }
  .titleWrap .title h1 { font-size: 4rem; font-weight: 600; margin-bottom: 0; margin-right: 25px; }
  .titleWrap .title .eng { font-size: 2rem; color: #4c4c4c; } }

/*---------------------------------- #menu ----------------------------------*/
#menu h1 { margin-bottom: 0; }

#menu .intro { background-color: #f2f2f2; }

#menu .intro .inner { padding: 40px 20px; text-align: center; }

#menu .intro p.catch { font-family: 'Cinzel', "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-size: 1.8rem; color: #4c4c4c; line-height: 1.6; margin-bottom: 20px; text-align: center; }

#menu .intro .banner { margin-bottom: 20px; }

#menu .intro .product { display: block; width: 100%; padding: 10px; margin: 0 auto; border: 1px solid #4c4c4c; background-color: #fff; }

#menu .intro .product .contents { 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; }

#menu .intro .product p { width: 60%; line-height: 1.6; margin-right: 20px; }

#menu .intro .product img { width: 160px; -ms-flex-negative: 0; flex-shrink: 0; }

#menu .intro .uber_box { margin: 10% 0 0 0; }
#menu .intro .uber_ttl { font-family: 'Cinzel', "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; font-size: 2.0rem; color: #A72020; line-height: 1.6; margin-bottom: 3%; text-align: center; }
#menu .intro .uber_text { font-size: 1.6rem; line-height: 1.4; text-align:left; margin-bottom: 4%; }
#menu .intro .uber_link a { color: #6FCD5D; font-weight:bold; line-height: 1.6; text-align: center; }
#menu .intro .uber_bnr { width: 100%; margin: 4% auto 0 auto; }
#menu .intro .uber_bnr img { width: 100%; }

#menu .row { text-align: center; }

#menu .row .inner { padding: 40px 20px; }

#menu .row .inner section { margin-bottom: 50px; }

#menu .row ul { padding-left: 20px; display: inline-block; line-height: 1.8; }

#menu .row li { text-align: left; list-style: disc ; }

#menu .row p { line-height: 1.8; text-align: left; }

#menu .row h3 { color: #4c4c4c; font-size: 2rem; line-height: 1.6; margin-bottom: 15px; }

#menu .row h4 {
	color: #4c4c4c;
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: bold;
}

#menu .row .pict { display: block; }

#menu .row:nth-of-type(odd) { background-color: #f2f2f2; }

#menu .col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#menu .col img { width: 30%; -ms-flex-item-align: start; align-self: flex-start; -ms-flex-negative: 0; flex-shrink: 0; margin-left: 10px; }

#menu .col2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#menu .col2 div { width: 30%; -ms-flex-item-align: start; align-self: flex-start; margin-left: 20px; }

#menu .col2 p { font-size: 1.4rem; line-height: 1.6; }

#menu .col3 img { width: 70%; margin: 2% 0 0 0; }

#menu .col4 { background-color: #FFF; padding: 3%; margin: 0 0 40px 0;	display: flex; justify-content: center; flex-flow: row wrap;}

#menu .col4 img { width: 40%; margin: 2% 0 0 0; }

#menu .mbMidium { margin-bottom: 30px; }

#menu .mbLarge { margin-bottom: 50px; }

#menu table { width: 100%; margin: 0 auto; }

#menu table th { border: 1px solid #e6e6d2; background-color: #4c4c4c; color: #fff; font-size: 1.4rem; padding: 15px; line-height: 1.4; }

#menu table td { border: 1px solid #4c4c4c; padding: 7px 5px; font-size: 1.4rem; line-height: 1.3; background-color: #fff; }

#menu table td.parts { width: 50%; background-color: #f9f9f4; }


#menu table .normal { text-decoration: line-through; }

#menu table .special { font-size: 4rem; font-weight: bold; color: #a72020; }
#menu table .unit { font-size: 2rem; color: #a72020; }

#menu table .per { font-size: 1.4rem; color: #a72020; display: block; }

#menu dl { text-align: left; }

#menu dl dt { margin-bottom: 20px; font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; line-height: 1.6; }

#menu dl dd { margin-bottom: 30px; line-height: 1.8; }

#menu .media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; border: 1px solid #4c4c4c; margin-bottom: 20px; }

#menu .media .text { width: 100%; padding: 15px; text-align: left; line-height: 1.8; }

#menu .media .pict { min-height: 0%; }

#menu .media .pict img { width: 100%; height: auto; vertical-align: bottom; }

#menu .case { 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; table-layout: fixed; }

#menu .case .mark { padding: 0 10px; font-size: 1.5rem; }

#menu .case img { width: 100%; }

#menu .announce { font-size: 2rem; line-height: 1.4; font-weight: bold; color: #a72020; margin-top:30px; }

#menu .announce span { font-size: 1.6rem; }

#menu .select { display: inline-block; padding: 20px; border: 1px solid #4c4c4c; background-color: #fff; }

#menu .select p { font-weight: bold; margin-bottom: 20px; }

#menu ol { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#menu ol li { width: 48%; margin-bottom: 20px; }

#menu ol li p { font-size: 1.6rem; line-height: 1.4; }

#menu ol li span { display: block; color: #a72020; }

#menu .step { background-color: #fff; }

#menu .step .title { background-color: #4c4c4c; color: #fff; padding: 10px; font-size: 2rem; font-weight: bold; }

#menu .step .container { padding: 20px; border: 1px solid #4c4c4c; }

#menu .step .container .box { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; margin-bottom: 50px; }

#menu .step .container .box .pict { width: 15%; height: auto; margin-right: 20px; }

#menu .step .container .box .text { width: 85%; text-align: left; }

#menu .step .container .box .text p { text-align: left; line-height: 1.6; font-size: 1.4rem; }

#menu .step .container .box .read { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }

#menu .step .container .box .read span { background-color: #4c4c4c; color: #fff; padding: 5px 10px; border-radius: 10px; margin-right: 10px; font-size: 1.2rem; white-space: nowrap; }

#menu .step .container .box .read div { font-weight: bold; }

#menu .step .box:last-child { margin-bottom: 0; }

#menu .step .box:not(:last-child):after { content: ''; position: absolute; top: 100%; left: calc(50% - 15px); height: 0; width: 0; border: 5px solid; width: 30px; height: 30px; border-color: transparent transparent #4c4c4c #4c4c4c; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#menu p.attention { font-size: 1.5rem; line-height: 1.8; font-weight: bold; color: #a72020;  margin-top:30px; }

#menu .row .thumbText {	display: block;}

#menu .row ul.emphasis2 { list-style: none; padding-left: 0px; margin: 20px 0 0 0; display:block;}

#menu .emphasis2 li {	list-style: none;	padding-left: 1.2em;	text-indent: -1.2em;}

#menu .emphasis2 li span {	color:#B7131F;}

#menu .about2 {	background-color: #F8F1EC; padding: 40px 20px 20px 20px; margin: 0px; background-image: url(../img/about02.jpg); background-repeat: no-repeat; background-position: right top;}
#menu .row .titleMedicine { text-align: center; overflow: hidden; margin-bottom: 20px; }

#menu .row .titleMedicine .desc { font-size: 1.2rem; color: #FFFFFF; margin-bottom: 15px; display: block; letter-spacing: 0.1rem; background-color: #FFC000; padding: 8px; max-width:480px;	margin-right: auto; margin-left: auto;}

#menu .row .titleMedicine h3 { font-weight: normal; font-size: 2.4rem; font-weight: 600; line-height: 1.6; margin-bottom: 10px; letter-spacing: 0.2rem; }

#menu .row .notes--pink { color: #E5508B; font-size: 1.8rem; font-weight: 600; line-height: 1.6; text-align:center; }

#menu .row .notes--red { color: #A72A22; font-size: 1.8rem; font-weight: 600; line-height: 1.6; text-align:center; }


@media screen and (min-width: 768px) { #menu .intro .inner { padding: 80px 20px; }
  #menu .intro p.catch { font-size: 3rem; margin-bottom: 30px; }
  #menu .intro .banner { margin-bottom: 30px; }
  #menu .intro .product { width: 600px; padding: 20px; }
  #menu .intro .product p { font-size: 1.8rem; }
  #menu .intro .product img { width: auto; max-width: 30%; } 
  #menu .intro .uber_ttl { font-size: 3rem; }
  #menu .intro .uber_text { font-size: 2.0rem; line-height: 1.6; text-align:center; margin-bottom: 2%; }
  #menu .intro .uber_link a { font-size: 2.0rem; color: #6FCD5D; font-weight:bold; line-height: 1.6; text-align: center; }
  #menu .intro .uber_bnr { width: 80%; margin: 2% auto 0 auto; max-width:600px; }
  #menu .row .inner { padding: 80px 20px; }
  #menu .row ul.emphasis { font-size: 2rem; }
  #menu .row p { line-height: 2; text-align: center; }
  #menu .row h4 { font-size: 2.0rem; line-height: 1.6;}
  #menu .col img { width: auto; max-width: 250px; margin-left: 30px; }
  #menu .col2 div { width: auto; max-width: 250px; }
  #menu .col2 p { line-height: 1.6; }
  #menu .col3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #menu .col3 img { width: auto; max-width: 250px; margin-left: 30px; }
  #menu .col3 .thumbText p { text-align:left }
  #menu table { max-width: 800px; }
  #menu table th { font-size: 1.8rem; }
  #menu table td { font-size: 1.6rem; line-height: 1.2; }
  #menu table .special { font-size: 5rem; }
  #menu table .unit { font-size: 3rem;}
  #menu table .per { font-size: 2rem; }
  #menu dl { text-align: center; }
  #menu dl dt { font-size: 1.8rem; padding-left: 0; text-indent: 0; }
  #menu dl dd { margin-bottom: 30px; padding-left: 0; text-indent: 0; }
  #menu .media { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 auto; border: 1px solid #4c4c4c; max-width: 700px; margin-bottom: 30px; }
  #menu .media .text { width: 55%; }
  #menu .media .pict { width: 45%; }
  #menu .case .mark { padding: 0 15px; }
  #menu .announce { font-size: 2.4rem; }
  #menu .announce span { font-size: 2rem; }
  #menu .select { display: inline-block; padding: 20px; border: 1px solid #4c4c4c; text-align: left; }
  #menu ol { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #menu ol li { width: 32%; margin-bottom: 30px; }
  #menu ol li p { line-height: 1.4 !important; margin-bottom: 10px; }
  #menu .step { max-width: 800px; margin: 0 auto; }
  #menu .step .container .box { margin-bottom: 75px; }
  #menu .step .container .box .pict { width: 10%; }
  #menu .step .container .box .text { width: 90%; }
  #menu .step .container .box .text p { font-size: 1.6rem; line-height: 1.8; }
  #menu .step .box:last-child { margin-bottom: 0; }
  #menu .step .box:not(:last-child):after { left: calc(50% - 20px); width: 40px; height: 40px; } 
  #menu p.attention { font-size: 2.1rem; }
  #menu .col4 {	display: flex;	align-items: center; justify-content: space-around;	max-width:740px;	margin: 0 auto 40px auto;}
  #menu .col4 img { width: 25%; -ms-flex-item-align: start; align-self: flex-start; -ms-flex-negative: 0; flex-shrink: 0; margin: 0 0 0 10px; }  
  #menu .row ul.emphasis2 {	margin: 0;	font-size: 2rem;}
  #menu .emphasis2 li {	list-style: none;	padding-left: 1.2em;	text-indent: -1.2em;}
  #menu .emphasis2 li span {	color:#B7131F;}
  #menu .about2 {max-width:740px;padding: 40px 40px 20px 40px;margin: 0 auto 40px auto;background-size:cover;}
  #menu .row .about2 p { text-align: left; }
  #menu .row .titleMedicine { margin-bottom: 30px; margin-top:20px; }
  #menu .row .titleMedicine  h3 { font-size: 4.0rem; }  
  #menu .row .notes--pink { font-size: 3rem; }
  #menu .row .notes--red { font-size: 2.2rem; }
  }

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

/*-----------------------------------------------------------------------------------*/
/* MAINVISUAL
/*-----------------------------------------------------------------------------------*/
.mainVisual {
	width:100%;
}
.mainVisual img {
	width:100%;
}
@media (max-width:730px) {
}

/*-----------------------------------------------------------------------------------*/
/* entryBtn
/*-----------------------------------------------------------------------------------*/
#menu .btnWrap {
	margin:20px 3%;
}
#menu .entryBtn {
	font-family:'Cinzel', "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-feature-settings:"palt";
	padding:3px;
	margin:0px auto;
	display:block;
	background:linear-gradient(to bottom, #d1be83, #af9131);
	box-shadow:0px 0px 3px rgba(0,0,0,0.1)	
}
#menu .entryBtn a {
	display:block;
	color:#fff;
	padding:15px 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size:1.5rem;
	letter-spacing:0.1rem;
	transition:all 0.5s
}
#menu .entryBtn a:hover {
	opacity:0.7;
	text-decoration: none;
}
#menu .entryBtn a span {
	text-shadow:0px 0px 3px rgba(0,0,0,0.3);
	font-size:2rem
}
#menu .entryBtn a .entryBtnCatch {
	margin-bottom:10px
}
#menu .entryBtn a:after {
	content:"counseling reservation";
	text-transform:uppercase;
	display:block;
	font-size:1.2rem;
	color:#4c4c4c;
	margin-top:5px
}
@media screen and (min-width: 768px) {
#menu .btnWrap {
	margin:70px auto 0 auto;
}
#menu .entryBtn {
	width:100%;
	max-width:740px;
	text-align:center;
}
#menu .entryBtn a {
	max-width:100%;
	display:block;
	color:#fff;
	padding:15px 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size:1.8rem;
	letter-spacing:0.1rem;
	transition:all 0.5s
}
#menu .entryBtn a span {
	text-shadow:0px 0px 3px rgba(0,0,0,0.3)
}
#menu .entryBtn a:after {
	content:"counseling reservation";
	text-transform:uppercase;
	display:block;
	font-size:1rem;
	color:#4c4c4c;
	margin-top:10px
}
#menu .entryBtn a:hover {
	opacity:0.7
}
}
/*-----------------------------------------------------------------------------------*/
/* case_box
/*-----------------------------------------------------------------------------------*/
.case_box {
	width:100%;
	margin-bottom:4%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.case_box .case_img {
	width:70%;
	margin-bottom:4%;
}
.case_box .case_img img {
	width:100%;
}
.case_box .case_img video {
	width:100%;
	background-color:#000;
}
.case_info {
	padding:15px;
	margin:0 auto 7% auto;
	border:1px solid #CCC;
	font-size:1.2rem;
	line-height:1.8rem;
	max-width:600px;
}
.case_info_ttl {
	font-family:'Cinzel', "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	font-size:1.4rem;
	text-align:center;
	margin-bottom:1%;
}
@media screen and (min-width: 768px) {
.case_box {
	flex-direction: row;
	justify-content:space-between;
}
.case_box .case_img {
	width:32%;
	margin-bottom:0%;
}
}

/*-----------------------------------------------------------------------------------*/
/* main_content
/*-----------------------------------------------------------------------------------*/
.main_content {
	/*padding: 95px 0px 0px 0px;*/
}

@media (max-width:730px) {
.main_content {
	/*padding: 14% 0px 0px 0px;*/
}
}

/*-----------------------------------------------------------------------------------*/
/*	追加・変更 202402
/*-----------------------------------------------------------------------------------*/
.bl_worries {
  margin: 0 0 70px 0;
}
.bl_worries img,
.bl_counsel img {
  max-width: 100%;
  height: auto;
}

/* 	bl_explain
/*--------------------------------------*/
.bl_explain {
  margin-inline: auto;
  background-color: #fff;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  align-items: center;
  border-radius: 10px;
}

.bl_explain_text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.bl_explain_pict {
  min-width: 200px;
}

@media screen and (min-width: 768px) {
  .bl_explain {
    max-width: 900px;
    flex-direction: row;
    padding: 30px 50px;
  }
}

/* 	bl_combi_wrap
/*--------------------------------------*/

.bl_combi_wrap {
  display: grid;
  gap: 70px;
  max-width: 800px;
  margin-inline: auto;
}

@media screen and (max-width:768px) {
.bl_combi_wrap {
  gap: 50px;
}
}
.bl_combi_item {
  display: grid;
  gap: 50px;
}
@media screen and (max-width:768px) {
.bl_combi_item {
  gap: 30px;
}
}

.bl_combi_text {
  line-height: 1.8;
}
@media screen and (max-width:768px) {
.bl_combi_text {
  text-align: left;
}
}


/* 	bl_table_access
/*--------------------------------------*/
.bl_table_access {
  margin-bottom: 20px;
}
.bl_table_access th {
  font-size: 21px;
  font-weight: normal;
}

.bl_table_access td {
  text-align: left;
  vertical-align: top;
  padding: 7px 0;
}
.bl_table_access td:nth-child(1) {
  padding-right: 10px;
}

.bl_table_access td img {
  vertical-align: text-top;
}


/* 	ly_footer
/*--------------------------------------*/
.ly_footer {
  width: 100%;
  background-color: #e8e8e8;
  padding: 30px 0;
  margin-top: 30px;
}

.ly_footer_inner {
  width: 870px;
  width: 95%;
  margin-inline: auto;
}
.ly_footer_inner small {
  font-size: 18px;
}
.ly_footer_contact img {
  width: 50%;
  height: auto;
}
@media (max-width:800px) {
  .footer_left {
    width: 60%;
  }
  .footer_right {
    float: right;
    width: 35%;
  }
}
@media (max-width:730px) {
  .ly_footer {
    padding-bottom: 140px;
    margin-top: 30px;
  }
  .ly_footer_contact {
    position: fixed;
    z-index: 102;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: none;
  }
  .ly_footer_contact img {
    width: 96%;
    margin-inline: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


/* 20240315
--------------------------------*/
.bl_extraPrice_wrap {
  padding: 25px 10px;
  background-image: url(../img/extra_price_bg.webp);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .bl_extraPrice_wrap {
    padding: 50px 20px;
  }
}


/* 20240321
--------------------------------*/
/*
.bl_ba_wrap {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .bl_ba_wrap {
    margin-top: 80px;
  }
}
*/
.bl_ba_title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  border: 1px solid #4c4c4c;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .bl_ba_title {
    font-size: 20px;
    padding: 12px 30px;
  }
}

.bl_ba_note {
  margin-bottom: 30px;
}


.bl_ba_list {
  display: grid;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .bl_ba_list {
    gap: 50px;
    margin-bottom: 100px;
  }
}


.bl_ba_number {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.bl_ba_number span {
  display: block;
  font-size: 48px;
  font-weight: bold;
}
.bl_ba_treatment_title {
  text-align: center !important;
  font-weight: bold;
}
.bl_ba_treatment_name {
  text-align: center !important;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4 !important;
}
@media screen and (min-width: 768px) {
  .bl_ba_treatment_name {
    margin-bottom: 30px;
  } 
}

.bl_ba_treatment_name span {
  font-size: 16px;
  font-weight: normal;
}

.bl_ba_pict_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .bl_ba_pict_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
}

.bl_ba_pict_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.bl_ba_pict_arrow {
  font-size: 30px;
  color: #e37898;
}

.bl_ba_pict_pict {
  border-radius: 15px;
}

.bl_ba_attention {
  max-width: 800px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .bl_ba_attention {
    border-radius: 15px;
    padding: 30px;
  }
}


.bl_ba_attention_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}


/* 202411
--------------------------------*/

.main_catch {
  margin-top: 30px;
  font-weight: bold;
  font-size: clamp(18px, 4vw, 36px);
}

.case_photo {
  margin-top: 30px;
  max-width: 1080px;
  margin-inline: auto;
}

.bl_feature {
  background-image: url(../img/feature_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}


.bl_feature_inner {
  max-width: 1080px;
  margin-inline: auto;
  padding: 40px 20px;
  display: grid;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .bl_feature_inner {
    padding: 100px 20px;
    row-gap: 50px;
  }
}

.bl_feature_box {
  display: grid;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .bl_feature_box {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .__reverse {
    flex-direction: row-reverse;
  }
}

.bl_feature_text_wrap {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_feature_text_wrap,
  .bl_feature_pict_wrap {
    width: 50%;
  }
  .__reverse .bl_feature_text_wrap {
    text-align: right;
  }
}

.bl_feature_title {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  font-weight: 600;
  color: #e55a78;
}



.bl_feature_text {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .bl_feature_text {
    margin-top: 1.5rem;
    font-size: 18px;
  }
}


.bl_feature_pict {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  height: auto;
  filter: drop-shadow(7px 7px 0px rgb(0 0 0 /0.2));
}


.bl_about {
  background-image: url(../img/about_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: 0;
  background-color: #133a75;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bl_about {
    margin-top: 70px;
  }
}


.bl_about_inner {
  padding: 50px 20px;
  max-width: 1080px;
  margin-inline: auto;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .bl_about_inner {
    padding: 100px 20px;
  }
}

.bl_about .title .eng {
  color: #fff;
}


.bl_about h2 {
  display: block;
  font-size: 2.8rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bl_about h2 {
    font-size: 3.6rem;
  }
}

.bl_about h2 span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .bl_about h2 span {
    font-size: 1.8rem;
  }
}

.bl_about_read {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .bl_about_read {
    font-size: 1.8rem;
    text-align: center;
  }
}

.bl_about_box_list {
  display: grid;
  row-gap: 50px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_about_box_list {
    margin-top: 50px;
  }
}


.bl_about_box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.bl_about_box.__reverse {
}
@media screen and (min-width: 768px) {
  .bl_about_box {
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
  }
  .bl_about_box.__reverse {
    flex-direction: row-reverse;
  }
}


@media screen and (min-width: 768px) {
  .bl_about_box_pict {
    width: 50%;
  }
}

.bl_about_box_pict img {
  border-radius: 10px;
}

.bl_about_text_wrap {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .bl_about_text_wrap {
    width: 50%;
  }
}

.bl_about_title {
  font-size: 2.4rem;
  text-shadow: 0 0 15px rgb(255 255 255 / 0.8);
  text-align: center;
  
}

@media screen and (min-width: 768px) {
  .bl_about_title {
    font-size: 3.6rem;
    text-align: left;
  }
}


.bl_about_text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .bl_about_text {
    font-size: 1.8rem;
  }
}


.bl_about_case {
  margin: 40px 0;
  padding: 20px 20px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.1);
  box-shadow: 10px 10px 15px 4px rgb(0 0 0 / 0.2);
}

@media screen and (min-width: 768px) {
  .bl_about_case {
  margin: 70px 0;
  padding: 30px 50px;
  }
}


.bl_about_case_title {
  display: grid;
  row-gap: 10px;
}

@media screen and (min-width: 768px) {
  .bl_about_case_title {
    row-gap: 15px;
  }
}


.bl_about_case_title_eng {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .bl_about_case_title_eng {
    font-size: 24px;
  }
}

.bl_about_case_title_jp {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .bl_about_case_title_jp {
    font-size: 3rem;
  }
}

.bl_about_case_wrap {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .bl_about_case_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
}

.bl_about_case_card {
  display: grid;
  row-gap: 1rem;
}

.bl_about_case_pict_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.bl_about_case_arrow {
  font-size: 30px;
  color: #fff;
}

.bl_about_case_pict {
  border-radius: 15px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.bl_about_case_attention {
  margin-inline: auto;
  margin-top: 20px;
  display: grid;
  row-gap: 2rem;
  text-align: left;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .bl_about_case_attention {
    margin-top: 30px;
  }
}
.bl_about_case_attention_set {
  display: grid;
  row-gap: 1rem;
}
.bl_about_case_attention_title {
  font-weight: bold;
}
.bl_about_case_attention_list {
  line-height: 1.8;
}



.bl_about_clinic {
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.2);
  /*
  background-image: linear-gradient(-180deg, rgb(255 255 255 / 0.1), rgb(255 255 255 / 0.4));
  */
  margin-top: 50px;
  box-shadow: 10px 10px 15px 4px rgb(0 0 0 / 0.2);
}

@media screen and (min-width: 768px) {
  .bl_about_clinic {
    padding: 50px 40px;
  }
}
.bl_about_clinic_title {
  font-size: clamp(1.6rem, 3.5vw, 3.2rem);
  line-height: 1.6;
  font-weight: 600;
}

.bl_about_clinic_read {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_about_clinic_read {
    font-size: 1.8rem;
  }
}

.bl_about_clinic_photo {
  display: grid;
  row-gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_about_clinic_photo {
    display: grid;
    column-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bl_about_clinic_photo_pict img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.bl_about_clinic_photo_pict figure {
  display: grid;
  row-gap: 1.2rem;
}
.bl_about_clinic_photo_pict figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_about_clinic_photo_pict figcaption {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}


.bl_about_btn {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .bl_about_btn {
    margin-top: 5rem;
  }
}


.bl_about_btn_link {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 100vw;
  padding: 15px 25px;
  font-size: 2.4rem;
  font-weight: bold;
  transition: opacity 0.3s,box-shadow 0.3s;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .bl_about_btn_link {
    font-size: 3rem;
  }
}

.bl_about_btn_icon {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bl_about_btn_icon {
    width: 30px;
    height: 30px;
  }
}


.bl_about_btn_link:link,
.bl_about_btn_link:visited {
  color: #133a75;
}

@media (hover: hover) {
  a.bl_about_btn_link:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, 0.2);
  }
}