@charset "UTF-8";
@import url("grid.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans jp-<uniquifier> {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "Arial", "sans-serif" ;
}
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
    cursor:pointer;
}
a:hover {
    color: var(--linkhover-color);
}
a img {
    margin-bottom: 1rem;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid var(--base-color);
	padding-bottom: 0.5rem;
}
.sp {
	display: none;
}
.pc{
	display: block;
}
@media screen and (max-width: 768px){
.sp {
	display: block;
}
.pc{
	display: none;
}
}
/*ヘッダー
-------------------------------------*/
header{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffffe6;
  /*box-shadow: 0px 5px 5px -7px var(--base-color);*/
}
header .container{
  padding: 0;
}
.head {
	display: flex;
  flex-direction: row;
  padding: 1rem 0 0 0;
  height: 60px;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
}

.logo img{
  width: 160px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .head{
    height: 60px;
  }
  .logo img{
    width: 220px;
  }
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0em;
}
nav li {
    display: block;
    flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    background-color: var(--back-color);
}
nav a {
    padding: 1rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 468px){
.head #open,#close  {
    position: absolute;
    z-index: 1000;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
/*メイン画像
-------------------------------------*/
.topimg{
  position: relative;
	overflow-x: hidden;
	width: 100%;
}
@media screen and (min-width: 1601px){
.topimg{
  position: relative;
	width: 100%;
}
.topimg img{
	width: 100%;
}
}
@media screen and (max-width: 1600px){
	.topimg{
		
	min-height: 830px;
	}
.topimg_in{
	position: absolute;
	min-width: 1600px;
	left: 50%;
	margin-left: -800px;
	
}
.topimg_in img{
	width: 100%;
}}
.top-on{
  position: absolute;
  top: 25%;
  left: 23%;
}
.top-on p{
  font-size: 1.4em;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px){
  .topimg{
	  min-height: none;
  }
  .topimg img{
    width: 100%;
  }
	.topimg_in{
	position: relative;
	min-width: none;
	margin-left:0px;
	
}
  .top-on{
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .top-on p{
    font-size: 2.5em;
  }
}

/*メインバナー
-------------------------------------*/
.mainimg {
  position: relative;
  z-index: 1;
	width: 100%;
  height: 350px;
  background-color: #e4f3f9;
  margin-top: 18%;
  margin-bottom: 10%;
}
.mainimg-wrapper{
  position: absolute;
  z-index: 2;
  padding: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mainimg p{
  font-size: 1.2em;
  padding-left: 0;
  font-weight: bold;
  color: var(--base-color);
  margin-top: 0;
  margin-bottom: 3rem;
}
.mainimg-cli{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px;
  background-color: #e4f3f9;
  margin-top: 0;
}
.mainimg-wrapper-cli{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  padding: 0;
  margin: 0 auto;
}
.mainimg-cli p{
  font-size: 1.1em;
  padding-left: 0%;
  font-weight: bold;
  color: var(--base-color);
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px){
  .mainimg{
  position: relative;
  z-index: 1;
  height: 520px;
  margin: auto;
  position: relative;
  }
  .mainimg-wrapper{
    position: absolute;
    z-index: 2;
    padding: auto;
    top: 50%;
    left: 30%;
  }
  .mainimg p{
    font-size: 3em;
    padding-left: 0;
  }
  .mainimg-cli{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 150px;
    background-color: #e4f3f9;
    margin-top: 0;
  }
  .mainimg-wrapper-cli{
    position: absolute;
    z-index: 2;
    padding: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }
  .mainimg-cli p{
    font-size: 2em;
    padding: 0 auto;
    font-weight: bold;
    color: var(--base-color);
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*トップボタン
-------------------------------------*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1.5rem 2rem;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
  font-size: 1em;
}
a.btn_01:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}

@media screen and (min-width: 768px){
a.btn_01 {
  width: 250px;
  margin: auto auto auto 0;
  padding: 2rem 4rem;
  font-size: 1.5em;
}
}

/*クリニック概要ボタン
-------------------------------------*/
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: 5% auto 0;
	padding: 1.5rem 2rem;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: 7px solid #777;
	background: #888;
	color: #fff;
  font-size: 1em;
}
a.btn_02:hover {
	margin-top: 6px;
	border-bottom: 1px solid #777;
	color: #fff;
}

@media screen and (min-width: 768px){
a.btn_02 {
  width: 250px;
  margin: auto auto auto 0;
  padding: 2rem 4rem;
  font-size: 1.5em;
}
}
a.btn_02{
  font-size: 1.2em;
}

/*クリニックページスタイル
-------------------------------------*/
.cli-teikei{
  margin: 0 auto;
}
.cli-p{
  margin: 10% auto;
}
.cli-p p{
  margin: 0 auto 5%;
  font-size: 16px;
  max-width: 90%;
}
.cli-in-img{
  width: 80%;
  margin: 0 auto;
}
.cli-in{
  text-align: left;
  padding-left: 10%;
}
.cli-in p:first-child{
  margin-bottom: 0;
}
dl{
  text-align: left;
}
dl dt{
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 12px;
  font-weight: 700;
}
dl dd{
  padding-bottom: 12px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e1e2eb;
}
.ppp{
  color: #0686b2;
  font-size: 1.1em;
  font-weight: bold;
}

/* dl ul{
  list-style: none;
} */
dl ul li{
  margin-bottom: 0;
  font-size: 1.1em;
}
.commitment {
  margin: 10% auto;
}
.commitment h2{
  margin: 0 auto 0;
}
.commitment h5{
  font-size: 2rem;
  margin-bottom: 1rem;
}

#feature .commitment p{
	text-align: left;
}
.commitment .subtitle{
  margin-top: 1%;
}
.commitment .row{
  margin: 10% auto;
  justify-content: space-between;
}
.commitment img{
  max-width: 600px;
  object-fit: cover;
}
.com-p{
  max-width: 80%;
  margin: 0 0 auto 10%;
  text-align: left;
  font-size: 16px;
}
.com-p2{
  max-width: 80%;
  margin: 0 auto 0 10%;
  text-align: left;
  font-size: 16px;
}
.cli-po-img{
  width: 80%;
  margin: 0 auto;
}
.cli-po-img img{
  width:80%;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .cli-teikei .row{
    justify-content: center;
  }
  .cli-in-img{
    width: 30%;
    margin: 0;
  }
  .cli-po-img img{
    width: 400px;
    margin: 0 auto;
  }
  .cli-po-p{
    width: 600px;
    margin: 0 auto;
  }
}

/*オンライン診療予約ボタン
-------------------------------------*/
a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: 5% auto 0;
	padding: 1.5rem 2rem;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
  font-size: 1em;
}
a.btn_03:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}

@media screen and (min-width: 768px){
a.btn_03 {
  width: 250px;
  margin: auto auto auto 0;
  padding: 2rem 4rem;
  font-size: 1.5em;
}
}
a.btn_03{
  font-size: 1.2em;
}
/*メインコンテンツ
-------------------------------------*/
main{
  margin: 80px 0 4em 0;
}
.subtitle{
	font-family: "Roboto", sans-serif;
    /* font-weight: bold; */
    color: #1e95d4;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin: 3% auto 1%;
}
h2{
  font-size: 1.5em;
  font-weight: bold;
letter-spacing: 0.15em;
  line-height: 1.2em;
  max-width: 80%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 750px){
main {
  margin: 130px 0 5em 0;
}
.subtitle{
font-family: "Roboto", sans-serif;
    /* font-weight: bold; */
    color: #1e95d4;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    margin: 3% auto 1%;
}
h2{
	margin: 0 auto 3.5%;
	font-size: 2em;
  line-height: 1.3em;
}
}

/*コンテンツの並び
-------------------------------------*/
/*横並び*/
.boxcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 10%;
}
@media screen and (min-width: 768px){
	.boxcontainer{
		margin: 0 auto 5%;
}}
.boxcontainer video{
    width: 80%;
}
.boxcontainer p{
  margin-top: 1em;
	text-align: left;
}
.item{
  width: 26%;
    margin: 0% 3% 0%;
  border-radius: 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 6px 0 rgb(0 0 0 / 11%);
	transition: box-shadow　.3s;
}

.item img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    /* height: 170px; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 3%;
    background-size: cover;
    object-fit: cover;
}
.item video{
    width: 250px;
    height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px){
.item{
  width: 82%;
    margin: 3% 3% 3%;
  border-radius: 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: box-shadow　.3s;
}

}
.cu001{
  text-decoration: none;
  color: #0686b2;
}
.cu002 h5{
	margin: 3% auto 3%;
  font-weight: 500;
}
#menu .list{
    width: 26%;
    margin: 0% 3% 0%;
}

@media screen and (max-width: 480px){
#menu .list{
  width: 57%;
    margin: 3% 3% 3%;
  border-radius: 10px;
}
.item:hover {
	box-shadow: 0 12px 12px gray;
}

.item img{
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}
.item video{
    width: 84px;
    height: 84px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 8%;
    background-size: cover;
    object-fit: cover;
}
}
#feature {
	background:  url("../img/bg_logo.png");
	background-size: 180px;
	background-repeat: no-repeat;
  background-position:50% 0%;
}
#feature h2.blue{
	    margin: 3% auto 3.5%;
}
#feature .feature_01 .boxcontainer{
	max-width: 1000px;
	width: 80%;
	justify-content: space-around
}
#feature .feature_02 .boxcontainer{
	width: 100%;
	max-width:100%;
	
}
.blue{
	    color: #1e95d4 !important;
}
#feature .feature_01 .list{
    width: 18%;
    margin: 0% 0% 0%;
}
#feature .feature_02 .list{
    width: 20%;
    margin: 0% 2% 0%;
}
#feature .cu002 h5{
	text-align: left;
}
@media screen and (max-width: 768px){
#feature h2.blue {
    margin: 6% auto 6.5%;
}
	#feature .feature_01 .boxcontainer{
	justify-content:center
}
#feature .feature_01 .list{	
    width: 32%;
	margin-right: 2%;
	}
#feature .feature_01 .list:nth-child(3),#feature .feature_01 .list:nth-child(5){
	margin-right:0px;
	}
#feature .feature_02 .list{	
    width: 82%;
	}
}

#anshin{
	background: url("../img/blue_bg.jpg") repeat;
	margin-bottom:3%;
	
}
#anshin .boxcontainer {
    max-width: 100%;
}
#anshin .boxcontainer p{
	margin-bottom: 0;
}
#anshin h2{
	color:#1f94d2;
}
#anshin .subtitle{
	margin: 4% auto 1%;
}
#anshin .list{
    width: 34%;
    margin: 0% 2% 0%;
}
#anshin .list .bs img{
	border-radius: 20px;
}
#anshin .cu002 h5{
	text-align: left;
	color:#1f94d2;
}
@media screen and (max-width: 768px){
#anshin{
	margin-bottom:11%;
	
}
#anshin .subtitle{
	margin: 11% auto 1%;
}
#anshin .list{	
    width: 90%;
    margin: 0 5% 5%;
	}
}

#flow .cu002{
	padding: 0 8%
}
#flow .cu002 h5{
	color: #1f94d2;
	text-align: left;
}
/*よくある質問
-------------------------------------*/
.qa-base{
  margin: 0 auto !important;
}
.qa-7 {
    max-width: 800px;
	width: 100%;
    margin: 0 auto 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 1em 2em 1em 3.5em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    z-index: 1;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #1e95d4;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
  text-align: left;
    position: relative;
    z-index: 1;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em 3.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #D41E2A;
    line-height: 1.2;
    content: "A";
}
/*トップへ戻る
-------------------------------------*/
.topup{
  height: 2.5em;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: #1e95d4;
}
.topup p{
  color: #fff;
  line-height: 2.5em;
  margin-bottom: 0;
  align-items: center;
  display:flex;
  justify-content: center;
}
.topup p::after {
    transform: translateY(-25%) rotate(225deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-bottom: -10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
.bold{
  font-weight: bold;
}
.footer-be{
  text-align: left;
}
.footer-be-pa{
  max-width: 80%;
  padding: 0 0;
}

/*利用規約
-------------------------------------*/
.kiyaku{
  text-align: left;
  margin-top: 10%;
}
.kiyaku h2 {
	font-size: 1.4em;
  line-height: 1.6em;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
  max-width: 100%
}
.kiyaku h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.kiyaku h4 {
  font-size: 1em;
  font-weight: bold;
}
.kiyaku li{
  font-size: 14px;
}
.kiyaku-ko li{
  list-style-type: none;
  counter-increment: cnt;
}
.kiyaku-ko li::before{
  content: "(" counter(cnt) ") ";
}

.counter{
  counter-reset: dtCounter;
}
.counter dt{
  counter-increment: dtCounter;
}
.counter dt:before{
  content: counter(dtCounter) ".";
  display: inline-block;
}
.bracket-decimal-list{
  counter-reset: bracket-decimal-listCounter;
  list-style: none;
  padding: 12px 0 8px 2em;
}
.bracket-decimal-list li{
  counter-increment: bracket-decimal-listCounter;
  position: relative;
}
.bracket-decimal-list li::before{
  content: "(" counter(bracket-decimal-listCounter) ")";
  display: inline-block;
  left: 0;
  margin-left: -2.5em;
  position: absolute;
  text-align: right;
  top: 0;
  width: 2em;
}
.bracket-roman-list{
  counter-reset: bracket-roman-listCounter;
  list-style: none;
  padding: 12px 0 8px 0;
}
.bracket-roman-list li{
  counter-increment: bracket-roman-listCounter;
  position: relative;
}
.bracket-roman-list li::before{
  content: "(" counter(bracket-roman-listCounter,lower-roman) ")";
  display: inline-block;
  left: 0;
  margin-left: -3em;
  position: absolute;
  text-align: right;
  top: 0;
  width: 2.5em;
}


/*新着情報
-------------------------------------*/
.news h2 {
    border-bottom: 3px solid var(--base-color);
	padding-bottom: 0.5rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid var(--border-color);
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--back-color);
    padding: 5rem 0;
    text-align: left!important;
}
footer h6 {
    border-bottom: 1px solid var(--border-color);
}
.footer-p{
  font-size: 0.9em;
}
.footer-p2{
  font-size: 0.8em;
}

.footer-p .row {
    text-align: left;
}

@media screen and (max-width: 468px){
	.footer-p .row {
    text-align: center;
}
}
/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--white-color);
}
.copyright a {
    color: var(--base-color);
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: #0686b2;
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
  margin: 5% 0 0 0;
  padding: 5% 0 0 5%;
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
  display: inline-block;
  color: var(--link-color);
}
@media screen and (min-width: 768px){
  .breadcrumb {
    margin: 0 0 0.5em 0;
    padding: 3% 0 0 5%;
  }
}


/*予約ボタン
-----------------------------------*/
#float_botan{
	position: fixed;
	width: 400px;
	bottom: 3%;
	right: 1%;
	z-index: 9999;
}
#float_botan img{
	width: 100%;
	margin-bottom: 0rem;
}
@media screen and (max-width: 468px){
#float_botan{
	position: fixed;
	width: 98%;
	bottom:0%;
	left: 0;
	right: 0;
	margin: auto;
}
}
#float_botan img{
	width: 100%;
	margin-bottom: 0rem;
}
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
	border-radius: 50px;
}
 
.reflection:after {
content:"";
height:90%;
width:30px;
position:absolute;
top:-160px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 5s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


#feature input {
    display: none;
}

/* ポップアップwindow部分 */
#feature #overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#feature #bg_gray {
        background: rgb(22 123 191 / 63%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#feature #window {
    width: 90%;
	max-width: 500px;
    padding: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 999999;
    opacity: 0;
}
#feature #window #logo_design{
	position: absolute;
	right: 3%;
	bottom: 3%;
}
/* 閉じるボタン */
#feature #btn_cloth {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e95d4;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#feature #btn_cloth:hover {
    opacity: 0.7;
}
#feature #btn_cloth span,
#feature #btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#feature #btn_cloth span {
    transform: rotate(45deg);
}
#feature #btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}

#msg{
	position: relative;
	z-index: 999999;
}
/* クリックで表示 */
#feature #popup:checked ~ #overlay {
    visibility: visible;
}
#feature #popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


#feature #window .clinic-innner{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
#feature #window .clinic-innner .innner_list{
	width: 50%;
	margin-right: 5%;
}
#feature #window .clinic-innner .photo{
	width: 45%;
}
#feature #window .clinic-innner .list_keireki{
	width: 100%;
}
#feature #window .clinic-innner .text_b{
	color: #1e95d4;
	font-weight: bold;
	font-size: 1.5rem;
}

#feature #window .clinic-innner .innner_list p {
    margin-top: 2rem;
    margin-bottom: 0.2rem;
    line-height: 2.3rem;
    font-size: 1.6rem;
}
#feature #window .clinic-innner .list_keireki p{
	margin-top: 0rem;
	margin-bottom:1rem;
	line-height: 2rem;
}
#feature label#txt_label{
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    width: 100%;
    background: #1e95d4;
    border-radius: 50px;
    color: #ffffff;
    padding: 2%;
    text-align: center;	
}
.clinic_info{
font-size: 1.3rem;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
@media screen and (max-width: 468px){
	#feature #window{
		width: 85%;
		padding: 20px;
	}
#feature #window .clinic-innner{
	width: 80%;
	margin: auto;
}
#feature #window .clinic-innner .innner_list{
	width: 100%;
	margin-right: 5%;
}
	
	#feature #window .clinic-innner .innner_list p{
	margin-top: 2rem;
	margin-bottom: 0.2rem;
	line-height: 1.8rem;
}
#feature #window .clinic-innner .photo{
	width: 100%;
}
#feature #window .clinic-innner p{
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	line-height: 1.6rem;
	font-size: 1rem;
}
	.clinic_info{
font-size: 1rem;
    margin-top: 10px;
		margin-bottom: 10px;
}
}