@charset "utf-8";
/* CSS Document */
html {
	font-size: 1rem;
}
@media (max-width: 767px){
	html {
		font-size: 1.8rem;
	}
}
@media (hover: hover) {
    .button:hover {
        background-color: blue;
    }
}
/*@media (max-width: 319px) {
	body {
	}
}
*/
#wrapper {
    min-width: 1140px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px){
#wrapper{
    min-width: 767px;
}
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  }
}
p {
	font-size: 1rem;
}
.opacity0 {
    opacity: 0;
}
.hw1 {
    height: 1px !important;
    width: 1px !important;
}
.text-black {
	color: #000 !important;
}
.r-tbud{
font-family: tbudrgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}
.b-tbud{
font-family: tbudrgothic-std, sans-serif;
font-weight: 700;
font-style: normal;}

.h-tbud{
font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
font-style: normal;
}

.el-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 100;
font-style: normal;
}
.l-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 200;
font-style: normal;
}
.n-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 300;
font-style: normal;
}
.r-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
}
.m-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
font-style: normal;
}
.b-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;
}
.h-han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;
}
.h-maru-go{
font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
font-style: normal;
}
.r-marugothic {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.b-marugothic{
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.h-marugothic {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.heisei_mincho_7{
font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}

.heisei_mincho_9{
font-family: heisei-mincho-std, serif;
font-weight: 900;
font-style: normal;
}

.heisei_mincho_5{
font-family: heisei-mincho-std, serif;
font-weight: 500;
font-style: normal;
}

.heisei_mincho_3{
font-family: heisei-mincho-std, serif;
font-weight: 300;
font-style: normal;
}
.otf-jun{
font-family: a-otf-jun-pro, sans-serif;
font-style: normal;
font-weight: 300;
}
@media (min-width: 991.98px) {
#navbarSupportedContent .navbar-nav.mr-auto.w-100.header-nav li.nav-item {
	margin-top: 0px;
	border-left: 1px solid #ececec !important;
}
#navbarSupportedContent .navbar-nav.mr-auto.w-100.header-nav li.nav-item:last-child {
	border-right: 1px solid #ececec !important;
}
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
table.formTable{
	display: block;
	border:1px solid #ccc;
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
    font-size: 90%;
	background-color: #fff;
}
table.formTable th{
	display: block;
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
	border:1px solid #ccc;
	padding:10px;
}
table.formTable td{
	display: block;
	text-align:left;
	border:1px solid #ccc;
	padding:10px;
}
table.formTable tbody,table.formTable tr {
	display: block;
}

table.price_list{
	border:none;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
    font-size: 0.8rem;
    padding: 10px 15px;
}
table.price_list th{
	font-weight:normal;
	background:none;
	text-align:left;
	border:none;
	padding:20px 0 0 0;
}
table.price_list tr td{
	text-align:left;
    border-top:none; 
    border-left:none; 
    border-right:none; 
	padding:10px 0;
}
table.price_list tr td:nth-child(1){
    width: 13em;
    text-align: left;
}
table.price_list tr td:nth-child(2){
    width: 5em;
    text-align: center;
}
table.price_list tr td:nth-child(3){
    width: 13em;
    text-align: right;
}
table.price_list tr{
	border-bottom:1px dashed#ccc;
}
table.price_list tr:last-child{
    border: none;
}

/*div label #btn {
    background-color: orange;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
}*/
textarea {
width:100% !important;
box-sizing:border-box;
margin:0;
 -webkit-user-select : auto;
}
label {
    display: inline-block;
    margin-bottom: 0rem;
}
input[type='text'],
input[type='number'],
textarea {
  font-size: 20px;
	min-height: 14px;
	 -webkit-user-select : auto;
}
input[type="text"].w-100 { width: 100%; }

table.recruit {
    width: 100%;
	border-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.no-click {
    pointer-events: none !important;
}

input:invalid {
    background-color: #FDECFF;
}

a:link .btn-primary{
    color: red!important;
}
.text-orange {
	color: orange !important;
}
.text-deep-orange {
	color: orangered;
}
.text-blue {
	color: blue !important;
}
.text-light-blue {
	color: cornflowerblue;
}
.text-corp {
	color: #1da2fe !important;
}
.bg-light-blue{
	background-color: #dbf0ff !important;
}
.bg-two-01 {
    background: linear-gradient(90deg, #9eb4cb 0%, #a6cbb7 100%);
}
.bg-two {
    background: linear-gradient(180deg, #eaa42d 0%, #eaa42d 50%, #EDB14D 50%, #EDB14D 100%);
}
input {
    font-size: 30px !important;
}
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 0.3rem;
    border: 1px #777 solid;
}
input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 0.2rem;
    border: 1px #777 solid;
}
textarea {
width:100% !important;
box-sizing:border-box;
margin:0;
 -webkit-user-select : auto;
  font-size: 20px;
    min-height: 14px;
    border: 1px #ccc solid;
    border-radius: 4px;
}
input[type='email'],
input[type='text'],
input[type='number']{
  font-size: 20px;
	min-height: 14px;
	 -webkit-user-select : auto;
    height: 45px;
    border: 1px #ccc solid;
    border-radius: 4px;
}
input[type="text"].w-100 { width: 100%; }
.input-group {
    display: flex;
    align-items: center;
}
.input-group input {
    border: 1px solid #c3c3c3;
    height: 36px;
    line-height: 36px;
    width: 80%;
    padding: 4px;
    max-width: 360px;
    border-radius: 3px;
    background: #fff;
}
a.input-button {
    text-decoration: none;
    border: 1px solid #bbb;
    display: block;
    padding: 13px;
    border-left: 0;
    cursor: pointer;
    align-self: center;
    justify-content: center;
    line-height: 1;
}
.bg-hiro-top{
background: linear-gradient(180deg,#f0ce0e 0px,#f0ce0e 90px,#fff 90px,#fff 100px);}
.bg-hiro-top01{
background: linear-gradient(180deg,#f0ce0e 0px,#f0ce0e 70px,#fff 70px,#fff 100px);}

#toparea,#toparea_01,#toparea_02 {
    width: 100%;
    height: 150px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0,0,0,0.50);
}

@media (min-width: 768px) {
	#toparea,#toparea_01,#toparea_02 {
		display: none !important;
	}
}
@media (max-width: 1139px) {
#reservation {
	width: calc(20% - 2px);
	height: 130px;
	display: inline-block;
	margin: 10px 2px 10px 2px;
	line-height: 1em;
	float: left;
	background-color: #389eff;/*#ffa41c*/
}
#reservation a {
}
#pagetop {
	width: calc(20% - 12px);
	height: 130px;
	display: inline-block;
	margin: 10px 0px 10px 0px;
	float: left;
	background-color: #389eff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
    #pagetop a {
}
#telcall {
	width: calc(60% - 10px);
	height: 130px !important;
	display: inline-block;
	margin: 10px 0px 10px 10px;
	float: left;
	background-color: #FA8900;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
    /*#telcall a:before {
    content: '';
    display: inline-block;
    background-image: url(../images/SVG/call_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    width: 25px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
    }*/
#pagetop_01 {
	position: fixed;
    bottom: 10px;
    right: 0%;
    margin-right: 10px;
    clear: both;
}

}





#reservation a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/svg/reservation_03.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 130px;
	text-indent: -9999px;
}

#reservation a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#reservation a:hover {
  text-decoration: none;
}
#reservation a:visited{
	color: #ffffff;
}
#pagetop a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url("../img/svg/top_01.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: -5px 14px;
	height: 130px;
	text-indent: -9999px;
}

#pagetop a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#pagetop a:hover {
  text-decoration: none;
}
#pagetop a:visited{
	color: #ffffff;
}
#telcall a {
	width: 100%;
	height: 130px;
	display: block;
	background-image:url("../img/svg/call_01.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:70%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 10px 0px 0px 10px;
	text-indent: -9999px;
}

#telcall a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#telcall a:hover {
  text-decoration: none;
}
#telcall a:visited{
	color: #ffffff;
}

@media (min-width: 1140px) {
#telcall {
}
#pagetop {
}
#pagetop_01 {
	position: fixed;
    bottom: 12px;
    left: 50%;
    margin-left: 495px;
    clear: both;
}
}
#pagetop_01 a {
	display: block;
	z-index: 999;
	padding: 19px 5px 0 5px;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	background-color: orange;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#pagetop_01 a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#pagetop_01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop_01 a:visited{
	color: #ffffff;
}

/* ▼ 共通スタイル */
#toparea01 {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
}
#toparea02 {
    width: 100%;
    height: 180px;
    position: fixed;
    bottom: 0px;
    left: 0%;
    clear: both;
    background-color: rgba(0, 0, 0, 0.5);
}

/* ▼ 子要素：telcall */
#toparea01 #telcall,#toparea02 #telcall {
    width: calc(60% - 10px);
    height: 80px !important;
    display: inline-block;
    margin: 10px 0 10px 10px;
    float: left;
    background-color: #FA8900;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#toparea01 #telcall a,#toparea02 #telcall a {
    width: 100%;
    height: 80px;
    display: block;
    background-image: url("../img/svg/call_01.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 10px 0 0 10px;
    text-indent: -9999px;
}
#toparea01 #telcall a:link,
#toparea01 #telcall a:visited,
#toparea02 #telcall a:link,
#toparea02 #telcall a:visited {
    color: #fff;
    text-decoration: none;
}
#toparea01 #telcall a:hover,#toparea02 #telcall a:hover {
    text-decoration: none;
}

/* ▼ 子要素：reservation */
#toparea01 #reservation {
    width: calc(20% - 2px);
    height: 80px;
    display: inline-block;
    margin: 10px 2px;
    line-height: 1em;
    float: left;
    background-color: #389eff;
}
#toparea02 #reservation {
    width: calc(70% - 10px);
    height: 80px;
    display: inline-block;
    margin: 10px 5px 10px 10px;
    line-height: 1em;
    float: left;
    background-color: #ff9500;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#toparea01 #reservation a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/reservation_03.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea02 #reservation a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/reservation_05.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea01 #reservation a:link,
#toparea01 #reservation a:visited,
#toparea02 #reservation a:link,
#toparea02 #reservation a:visited {
    color: #fff;
    text-decoration: none;
}
#toparea01 #reservation a:hover,#toparea02 #reservation a:hover {
    text-decoration: none;
}

/* ▼ 子要素：pagetop */
#toparea01 #pagetop {
    width: calc(20% - 12px);
    height: 80px;
    display: inline-block;
    margin: 10px 0;
    float: left;
    background-color: #389eff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#toparea02 #pagetop {
    width: calc(30% - 12px);
    height: 80px;
    display: inline-block;
    margin: 10px 0;
    float: left;
    background-color: #389eff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#toparea01 #pagetop a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/top_01.svg");
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea02 #pagetop a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: url("../img/svg/top_01.svg");
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    height: 80px;
    text-indent: -9999px;
}
#toparea01 #pagetop a:link,
#toparea01 #pagetop a:visited,
#toparea02 #pagetop a:link,
#toparea02 #pagetop a:visited {
    color: #fff;
    text-decoration: none;
}
#toparea01 #pagetop a:hover,#toparea02 #pagetop a:hover {
    text-decoration: none;
}

/* ▼ pagetop_01（#toparea01外） */
/*#pagetop_01 {
    position: fixed;
    bottom: 10px;
    right: 0;
    margin-right: 10px;
    clear: both;
}
#pagetop_01 a {
    display: block;
    z-index: 999;
    padding: 19px 5px 0 5px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    background-color: orange;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#pagetop_01 a:link,
#pagetop_01 a:visited {
    color: #fff;
    text-decoration: none;
}
#pagetop_01 a:hover {
    text-decoration: none;
    opacity: 0.7;
}*/

/* ▼ メディアクエリ */
@media (max-width: 768px) {
    #pagetop_01{
        display: none !important;
    }
}
@media (min-width: 768px) {
    #toparea01,#toparea02 {
        display: none !important;
    }
}
/*@media (max-width: 768px) {
    #pagetop_01 {
        display: none !important;
    }
}*/
@media (max-width: 1139px) {
    /* サイズ調整はすでに上記で済んでいるので、追加記述不要 */
}
/*@media (min-width: 1140px) {
    #pagetop_01 {
        bottom: 12px;
        left: 50%;
        margin-left: 495px;
    }
}*/

.btn-xl, .btn-group-xl > .btn {
  padding: 0.3rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.btn-outline-white {
	border: 2px solid #fff !important;
}
.btn-big, .btn-group-big > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.text-shadow-illustration {
	text-shadow: 0px 0px 4px #272727;
}
.text-shadow-01 {
	text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000 ;
}
.text-shadow-02 {
	text-shadow: 1px 1px 0 #fff,
				-1px 1px 0 #fff,
				1px -1px 0 #fff,
			   -1px -1px 0 #fff,
			     2px 2px 1px #B7B7B7,
				-2px 2px 1px #B7B7B7,
				2px -2px 1px #B7B7B7,
			   -2px -2px 1px #B7B7B7;
}
.shadow-m {
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.3) !important;
}
.medical_department {
	padding: 1rem 1rem 0 1rem;
	background-color: #FBF1FF;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
}
.VisuallyHidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mt-nav-toggle {
	margin-top: 10px;
}

.mx-15 {
	margin-right: -15px !important;
	margin-left: -15px !important;
}
/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 6),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 6) {
    color: blue;
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: red;
}
.w-40 {
    width: 40% !important;
}
h7, .h7 {
  font-size: 0.8rem; }
.list-01 {
    width: 30px;
    height: 30px;
    border: 7px solid #8ecfcd;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000;
}
@media (min-width: 750px){
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
	}
}
.triangle{
	width: 60px;
	border-right: 80px solid transparent;
	border-top: 60px solid #b2ce54;
	border-left: 80px solid transparent; 
}
table.orthodonitics_price {
	border:none;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
    font-size: 0.8rem;
    padding: 10px 15px;
	text-align:center;
}
table.orthodonitics_price th{
	width: 50%;
	font-size: 1rem;
	background-color: #007bff !important;
	font-weight:normal;
	background:none;
	color: white;
	border:none;
	padding:10px 0;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
table.orthodonitics_price tr td{
	background-color: #D2E9FF !important;
    border-top:none; 
    border-left:none; 
	padding:20px 0 !important;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.border-b-2 {
	border-bottom: 2px solid #ccc;
}
.mw-500 {
    max-width: 500px;
}

.h-0 {
  height: 0px !important;
}
.ph-01 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF6E7;
}
.ph-01::placeholder {
    color: orange;
    font-size: 140%;
    text-align: center;
    background-color: #FFF6E7
}
ul.parking li {
    list-style:none; 
}
ul.parking li:before {
    content:"※"
}
@counter-style circle-number {
  system: fixed;
  symbols: ① ② ③;
  suffix: " ";
}
ul.custom-list {
  list-style: circle-number; /* 既存のリストスタイルを削除 */
}
.animate-news {
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
}
@keyframes scroll-left {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
