@charset "UTF-8";

/*------------------------------------------------------------------------------
CSS Import設定
------------------------------------------------------------------------------*/
@import url("reset.css");

/*PC*/
@import url("pc/style.css") screen and (min-width:1040px);
@import url("pc/lower.css") screen and (min-width:1040px);

/*SP*/
@import url("sp/style.css") screen and (max-width:1039px);
@import url("sp/lower.css") screen and (max-width:1039px);

/*ポップアップここから*/
.txt_120 {
    font-size: 120%;
}
.border_ttl {
    border-bottom: solid 1px #e0e0e0;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.light_blue-b {
    color: #2fb1e7;
    font-weight: bold;
}
#covid-19 p{
	text-align: center;
	cursor: pointer;
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}


.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	border-radius: 5px;
}

.popup_content #textArea {
	font-size: 13px;
	line-height: 180%;
    display: block;
    overflow: hidden;
}
.popup_content #textArea table th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	width: 70px;
}
.popup_content #textArea table td {
	padding: 5px;
}
@media (min-width:0px) and (max-width:735px) {
.popup_content {
	position: relative;
	align-self: center;
	width: 86%;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	border-radius: 5px;
}

.popup_content #textArea {
	display:block;
	font-size: 10px;
	transform: scale(0.8);
}
.popup_content #textArea table th {
	padding: 3px;
	text-align: left;
	font-weight: normal;
	width: 55px;
}
.popup_content #textArea table td {
	padding: 3px;
}
}



.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {


}
.open_btn .link {
  color: #fff;

}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
.fbtn {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
}
.fbtn.pt2 {
	margin-bottom: 60px;
	padding-top: 50px;
}




.btn_yellow {
	background-color: #f4b717;
	text-align: center;
	width: 330px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF !important;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/icon02.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	display: inline-block;
	padding: 5px;
}
.btn_green {
	background-color: #02b7b0;
	text-align: center;
	width: 330px;
	font-size: 16px;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/icon02.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	display: inline-block;
	padding: 5px;
}
@media (min-width:0px) and (max-width:735px) {
.btn_yellow {
	line-height: auto;
	background-color: #f4b717;
	text-align: center;
	height: auto;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/icon02.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	display: block;
	box-sizing: border-box;
	padding: 5px;
}
.btn_green {
	line-height: auto;
	background-color: #02b7b0;
	text-align: center;
	height: auto;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/icon02.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	display: block;
	box-sizing: border-box;
	padding: 5px;
}
}
/*ポップアップココまで*/

.price_box table.price02 {
margin-bottom: 10px;
       }
.price_box table.price02 th {
overflow: hidden;
width: 50%;
border-bottom: solid 1px #000000;
       }
.price_box table.price02 td {
border-bottom: solid 1px #000000;
       }
.price_box table.price02 th img {
float: left;
max-width: 100%;
margin-top: 10px;
       }
.price_box table.price02 th span {
float: left;
text-align: left;
padding-left: 10px;
       }
@media (min-width:0px) and (max-width:735px) {
.price_box table.price02 th {
overflow: hidden;
width: inherit;
border-bottom: 2px solid #ffffff;
       }
.price_box table.price02 td {
    border-bottom: 2px solid #000000;
       }
.price_box table.price02 th img {
float: left;
width: 50px;
margin-top: 5px;
       }
}

.price_box table.price03 {
font-size: 70%;
       }
.price_box table.price03 th {
font-weight: bold;
text-align: left;
background-color: #ffffff;
color: #000000;
border: 1px solid #000000;
box-sizing: border-box;
width: 33% !important;
       }
.price_box table.price03 td {
text-align: left;
background-color: #ffffff;
color: #000000;
border: 1px solid #000000;
font-weight: normal;
font-size: 15px;
       }
@media (min-width:0px) and (max-width:735px) {
.price_box table.price03 {
margin-bottom: 10px;
table-layout: fixed;
font-size: 70%;
       }
.price_box table.price03 th {
font-weight: bold;
text-align: left;
background-color: #ffffff;
color: #000000;
border: 1px solid #000000;
box-sizing: border-box;
width: 33% !important;
display: table-cell;
       }
.price_box table.price03 td {
text-align: left;
background-color: #ffffff;
color: #000000;
border: 1px solid #000000;
display: table-cell;
font-weight: normal;
font-size: 13px;
       }

}

.bg_gray01{
	background-color: #e7e6e6;
	padding: 10px;
	margin: 10px 0px;
}
.bg_gray01 img{
	max-width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
}
.bg_gray01 p{
	text-align: left !important;
	font-size: 13px;
}
.bg_gray01 dl{
	text-align: left !important;
	overflow: hidden;
}
.bg_gray01 dl dt{
	float: left;
	width: 80px;
}
.bg_gray01 dl dd{
	padding-left: 80px;
	text-align: right;
}

.flex2 {
	margin-bottom: 10px;
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.flex2 li {
	width: 100%;
}
.flex2 li:nth-child(1){
	width: 30%;
}
.flex2 li:nth-child(2){
	width: 65%;
	padding-top: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.flex2 li:nth-child(1){
	width: 100%;
}
.flex2 li:nth-child(2){
	width: 100%;
	padding-top: 0px;
}
}

.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}

.clinic_access_text iframe {
		margin-top: 10px;
          width: 100%;
          height: 300px; }
		  
.txtBox p{
	font-size: 20px;
	text-align: center;
}
@media (min-width:0px) and (max-width:735px) {
.txtBox p{
	font-size: 15px;
}
}

.main_img_area2 {
      width: 100%;
      padding: 10px 0;
      background-color: #000000;
      /**border-top: 1px solid rgba(255, 255, 255, 0.5); **/
	  }
      .main_img_area2 ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
		margin-bottom: 10px;
		width: 92%;
		margin: 0 auto;
		}
        .main_img_area2 ul li {
          color: #ffffff;
          font-size: 1.4em;
          font-weight: bold;
          padding: 5px 5px;
          margin: 7px 7px;
          border: 1px solid #ffffff;
		  text-align: center;
		  background-color: #000;
		  }
		  
		  .main_img_area2 ul.po8 li {
          width: 11.0%; }
		  .main_img_area2 ul.po5 li {
          width: 17.0%; }
		  .main_img_area2 ul.po4 li {
          width: 21.5%; }
		  .main_img_area2 ul.po3 li {
          width: 29%; }
		  

.mainSp{
	display: none;
}
@media (min-width:0px) and (max-width:735px) {
.main_img_bg .main_img,
.main_img_area2{
		display: none;
}
.mainSp{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
}
#f-btn2 {
    position: fixed;
    z-index: 2;
    bottom: 50px;
    left: 80px;
    padding-bottom: 0px;
    margin: auto;
}
@media (min-width:0px) and (max-width:735px) {
#f-btn2 {
    display: none;
}

}