@charset "utf-8";
/* CSS Document */

/*ヘッダー
-------------------------------------*/
.h-containaer{height: 180px;}
.nav2{
	margin-top: -60px;
}

/*予約ボタン*/
.right-box{ 
	width: 200px;
	margin-left: auto;
	 position: relative; /*追記*/
     top: -110px; /*ボックス位置*/
     left:0px; /*ボックス位置*/
}
.btan{display: block;}
.btn-stitch1 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#FEF9E1 0%, #FF9B50 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);

}
.btn-stitch1:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#FFFF99 0%, #FFBB5C 100%);/*グラデーションを明るく*/
}
.btn-stitch2 {
 display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#FEF9E1 0%, #D04848 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.btn-stitch2:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #FF9999 100%);/*グラデーションを明るく*/
}
@media screen and (max-width: 768px){
	.right-box{
	display: initial;
		width: auto;
		margin-left: auto;
		font-weight: bold;
		position: initial; /*ポジション解除　スマホ時の予約ボタンの高さ*/
	}
	.btan{
		display: flex;
	}/*スマホ時は予約ボタンを縦並びにする*/
	.btn-stitch1{
		font-size: 1.5rem;	/*文字サイズ*/
		margin-right: 10px;
		
	}
	.btn-stitch2{
		font-size: 1.5rem;/*文字サイズ*/	
		margin-left: 10px;
	}
    .nav2{
	margin-top: 0px;/*スマホ時のナビの高さ*/	
}
    .h-containaer{height: 140px;/*スマホ時のヘッダー高さ*/
	}
}

/*メイン
-------------------------------------*/
/*本文の幅調整*/
.honbun{
	width: 90%;
	margin: auto;
}
@media screen and (max-width: 768px){
.honbun {
	  width: 100%;
}	
}


/*仕切り線*/

.syowake{ 
	height: 7px;
	border-width: 0;
    background-size: 5px 5px;
    background-repeat: repeat;
    background-image: linear-gradient(-45deg, #ffffff 25%, #FFA872 25%, #FFA872 50%, #ffffff 50%, #ffffff 75%, #FFA872 75%, #FFA872);
}

/*診療内容*/
h2 {
  color: #E37979;/*フォントカラー*/
  padding: 11px 20px;/*余白*/
  font-size: 23px;/*フォントサイズ*/
  font-weight: bold;/*太字*/
  border-left: 8px solid #E37979;/*左線 サイズ・カラー*/
  background: #FBE7E6;/*背景カラー*/
  margin-top: 0px;
}
/* 科目サムネ横並び */

.department-1 img{
	width: 130px;
	margin: 14px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.department-1 {
 display:flex;
 text-align: center;
}
.flexbox-a {
display: flex;
}
.flexbox-b {
 display: flex;
}
@media screen and (max-width: 768px){
.department-1 {
 display:block;
}		
.department-1 img{
	width: 90%;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.flexbox-a {
display: flex;
padding-top: 10px;	
}
.flexbox-b {
 display: flex;
}
}

/*ページ内リンク調整*/
a.anchor{
    display: block;
    padding-top: 220px;
    margin-top: -220px;
}

/*循環器内科*/
.midashi{
	margin-top: -40px;
}
.syoujyou{ 
	display: flex;
}
.l-syoujyou{ 
	display: flex;
	margin-top: 20px;
	margin-right: 40px;
	width: 440px;
	background: #F5DED5;
}
.syoujyou-a{
	width: 100px;
}
.syoujyou-a img{
	margin-top: 10px;
	margin-left: 10px;
}
.syoujyou-b{
	width: 300px;
    margin-left: 10px;
}
.caption{
	font-size: 13px;
    margin-left: 10px;
	margin-right: 10px;
    margin-top: 10px;
}
.r-syoujyou{
	display: flex;
	margin-top: 20px;
	margin-right: 0px;
    margin-left: 0px;
	width: 440px;
	background: #F5DED5;
}
@media screen and (max-width: 768px){
.midashi{
	margin-top: -10px;
}
.syoujyou{ 
	display: block;
}	
.l-syoujyou{ 
	display: flex;
	margin-top: 20px;
	margin-right: 4%;
	width: 100%;
	background: #F5DED5;
}	
	
.r-syoujyou{
	display: flex;
	margin-top: 20px;
	width: 100%;
	background: #F5DED5;
}	
.syoujyou-a{
	width: 45%;
}
.syoujyou-a img{
	margin-top: 10px;
	margin-left: 5px;
}
.syoujyou-b{
	width: 100%;
    margin-left: 0px;
}
.caption{
	font-size: 12px;
    margin-left: 5px;
	margin-right: 5px;
    margin-top: 5px;
}		
}

/*循環器の症状と疾患リスト*/

summary {
  font-size: 17px;
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
/* ホバー時のスタイル */
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #EFEFEF;
}
.sikkan {
  padding: 0;
  font: 16px/1.6 'arial narrow', sans-serif;
  list-style: none;
}
.sikkan .sikkan-l{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: rgba(249,108,0,1.00);
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(244,164,96,0.5);
}
.sikkan .sikkan-l:after,
.sikkan .sikkan-l:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.sikkan .sikkan-l:before{
  left: 0.2em;
  width: 18px;
  height: 18px;
  background:rgba(244,164,96,1);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sikkan .sikkan-l:after{
  top: 1.1em;
  left: 0.7em;
  width: 15px;
  height: 15px;
background:rgba(244,164,96,0.4);
}

.setumei {
	list-style: none;
    color: #000;
}

/*内科症状アイコン*/
.n-syoujyou img{
	width: 130px;
	margin: 14px;
}
.n-syoujyou{
	display: flex;
}
.n-syoujyou-a{
	display: flex;
}
.n-syoujyou-b{
	display: flex;
}
@media screen and (max-width: 768px){
.n-syoujyou{
	display: block;
}
.n-syoujyou img{
	width: 90%;
	margin: 5px;
}	
}
/*心房細動*/
.sinbosaido {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #986B47;
    border-radius: 8px;
}
.sinbosaido .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #FD7731;
    font-weight: bold;
}
.sinbosaido p {
    margin: 10px; 
    padding: 0;
}

/*内科の主な診療内容*/
.naikalist {
	display: flex;
}
.naikalist-l {
  width: 50%;
  margin: 1em 0 1em 0;
  margin-right: 10px;
}
.naikalist-title /*急性疾患*/{
  display: inline-block;
  padding: 1px 10px 0 10px;
  background: #987070;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.naikalist-l ul,.naikalist-l ol {
  position: relative;
  border: solid 2px #987070;/*枠の太さ・色*/
  margin: 0;
  padding: 0;
}
.naikalist-l ul li,.naikalist-l ol li  {
  color: #987070;
  line-height: 1.5;
  padding: 0.5em 0.9em 0.5em 1.8em;
  border-bottom: dashed 1px #987070;
  list-style-type: none;
  font-weight: bold;
}

.naikalist-r {
  width: 50%;
  margin: 1em 0 1em 0;
}
.naikalist-title /*急性疾患*/{
  display: inline-block;
  padding: 1px 10px 0 10px;
  background: #987070;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.naikalist-r ul,.naikalist-r ol {
  position: relative;
  border: solid 2px #987070;/*枠の太さ・色*/
  margin: 0;
  padding: 0;
}
.naikalist-r ul li,.naikalist-r ol li  {
  color: #987070;
  line-height: 1.5;
  padding: 0.5em 0.9em 0.5em 1.8em;
  border-bottom: dashed 1px #987070;
  list-style-type: none;
  font-weight: bold;
}
/*内科の主な診療内容スマホ時*/
@media screen and (max-width: 768px){
.naikalist {
	display: block;
}	
.naikalist-l {
  width: 100%;
}
.naikalist-r {
  width: 100%;
}
}
/*禁煙外来*/
.kinen{
width: 90%;	
margin: auto;
}
/*心リハ保険適用リスト*/
.hokenimg{
	width: 65%;
}
.sirusi{
	color: red;}

/*心リハ保険適用リストスマホ時*/
@media screen and (max-width: 768px){
.hokenimg {
	 width: 100%;
}	}
.title{font-size: 18px;
	    color: #000000;
	    font-weight: bold;
	    background: linear-gradient(transparent 40%, #FFDEAD 60%);
        }

.kyotyo{font-size: 18px;
	    color: #AD366E;
	    font-weight: bold;
        }

.qol{
	width: 65%;
	margin: auto;
}
@media screen and (max-width: 768px){
.qol {
	 width: 100%;
}	}
.small{font-size: 10px;

	
}
.kyotyo2{font-size: 20px;
	    color: #000;
	    font-weight: bold;
        text-align: center;}

.gimon img{width: 20%;}


/* 運動について質問 */
/* 吹き出し本体 質問*/
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 20px;/* 図の丸み */
  color: #000;
  background-color: #F4DDC9;
  margin-left: 300px;  /* 左に余白を設ける */
  margin-right: 150px;
	margin-top: 30px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -220px;
  top: -30px;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 40px;
  border-right: 15px solid #F4DDC9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 回答*/
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 20px;
  color: #000;
  background-color: #F9C8C9;
  margin-right: 350px; /* 右に余白を設ける */
  margin-left: 100px;
  margin-top: 50px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -220px;
  top: -30px;
op: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 40px;
  border-left: 15px solid #F9C8C9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;	
}

@media screen and (max-width: 768px){
/* 吹き出し本体 質問*/	
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 20px;/* 図の丸み */
  color: #000;
  background-color: #F4DDC9;
  margin-left: 130px;  /* 左に余白を設ける */
  margin-right: 0px;
  margin-top: 30px;
  font-size: 90%;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  width: 130px;
  left: -140px;
  top: 0px;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 40px;
  border-right: 15px solid #F4DDC9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 吹き出し本体 回答*/
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 20px;
  color: #000;
  background-color: #F9C8C9;
  margin-right: 130px; /* 右に余白を設ける */
  margin-left: 00px;
  margin-top: 30px;
font-size: 90%;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
	width: 130px;
  right: -140px;
  top: 0px;
op: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 40px;
  border-left: 15px solid #F9C8C9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;	
}}

/* 心リハ流れ */
.sinriha{
	width: 80%;
	margin: auto;	
}
.setumeiwaku{
	width: 80%;
	margin: auto;
	background: #FFF;
	padding: 20px;
}
.setumeiwaku2{
	width: 80%;
	margin: auto;
	padding-top: 20px;
}
.subtitle{
	font-size: 20px;
	color: #951632;
	font-weight: bold;	
}
	
@media screen and (max-width: 768px){
.sinriha{width: 100%;
	     margin: auto;}
.setumeiwaku{
	width: 100%;
	margin: auto;
	padding: 10px;}
.setumeiwaku2{
	width: 100%;
}
}


/*健康診断*/
.kensin {
	display: flex;
}
.kensin-l/*A*/ {
  width: 50%;
  margin: 1em 0 1em 0;
  margin-right: 10px;
  background-color: #fff;
}
.kensin-title /*A,B*/{
  display: inline-block;
  width: 100%;
  padding: 8px 10px 5px 10px;
  background:  #C55A5B;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.kensin-l ul,.kensin-l ol {
  position: relative;
  border: solid 2px #987070;/*枠の太さ・色*/
  margin: 0;
  padding: 0;
}
.kensin-l ul li,.kensin-l ol li  {
  color: #987070;
  line-height: 1.5;
  padding: 0.5em 0.9em 0.5em 1.8em;
  border-bottom: dashed 1px #987070;
  list-style-type: none;
  font-weight: bold;
}
.kensin-r/*B*/ {
  width: 50%;
  margin: 1em 0 1em 0;
  background-color: #fff;
}

.kensin-r ul,.kensin ol {
  position: relative;
  border: solid 2px #987070;/*枠の太さ・色*/
  margin: 0;
  padding: 0;
}
.kensin-r ul li,.kensin-r ol li  {
  color: #987070;
  line-height: 1.5;
  padding: 0.5em 0.9em 0.5em 1.8em;
  border-bottom: dashed 1px #987070;
  list-style-type: none;
  font-weight: bold;
}
/*内科の主な診療内容スマホ時*/
@media screen and (max-width: 768px){
.kensin {
	display: block;
}	
.kensin-l {
  width: 100%;
}
.kensin-r {
  width: 100%;
}
}

/*特定検診*/
.table-kensin{
  border-collapse: collapse;
  max-width: 800px; 
}
.table-kensin th, .table-kensin td{
  border: 2px solid #000;
  background-color: #fffbf1;
  padding: 5px;
}
.table-kensin th{
  background-color: #EFC8AE;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 5em;
}		
@media screen and (max-width: 768px){
  .table-kensin th, .table-kensin td {
    font-size: 80%;
	  border: 1px solid #000;}}



