@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
	font-family: "Kosugi Maru", "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
}


/* Font
-------------------------------*/
@font-face {
	font-family: "LogoTypeGothic";
	src: url("../font/07LogoTypeGothic7.eot?") format('eot'),  url("../font/07LogoTypeGothic7.woff") format('woff');
}
.LogoType {
	font-family: "LogoTypeGothic", "Noto Sans Japanese", "メイリオ", "Meiryo", Osaka, sans-serif;
}


/* InnerFrame
-------------------------------*/
.inner {
	padding: 0;
}


/* Link
-------------------------------*/
a:link, a:visited {
	color: #DD8616;
}
a:hover {
	color: #ff5500;
}


/* Index
-------------------------------*/
.head_left{
	padding:1rem;
}

.h2class {
	text-align:center;
	font-weight:bold;
	font-size:2rem;
	padding: 1rem 0.5rem 1rem;
	color:#FFFFFF;
}

.h2_area{
    background-image: url(../images/feature_back.png);
}

.h3class {
	text-align: center;
	background-image: url(../images/h3_back.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-weight: normal;
	margin: 2rem 0 0;
	color: #DD8616;
	padding: 1rem 0;
}

.h3receipt {
	text-align: center;
	font-weight: normal;
	margin: 2rem 0 1rem;
	color: #DD8616;
	padding: 1rem 0;
	font-size:1.7rem;
	border-bottom:solid 0.65rem #DD8616;
}

.h3class span{
	padding: 0 2rem;
	font-size:1.7rem;
	background-color: #ffffff;
}

.h3-l span{
	padding: 0 1rem;
	font-size:1.5rem;
	line-height: 2;
}

.area_notice .h3class span{
	background-color: #FFF8EB;
}

.h4class {
	font-weight: normal;
	margin-bottom: 1rem;
	border-bottom: 0.1rem solid #30A3AF;
	color: #30A3AF;
	font-size: 1.5rem;
	padding: 0.6rem;
	line-height: 1.4;
}
.h4class .small{
	font-size: 80%;
}
.h5class {
	font-weight: normal;
	border-bottom: 1px dashed #167F6A;
	margin-bottom: 1rem;
	color: #167F6A;
	font-size: 1.3rem;
	padding: 0.5rem;
}
.h6class {
	font-weight: normal;
	border-bottom: 1px dashed #60351B;
	margin-bottom: 1rem;
	color: #60351B;
	font-size: 1.6rem;
	padding: 0.5rem;
}

/* Header
-------------------------------*/
header {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	/* headerロゴを上下中央 */
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #ffffff;

	border-bottom: 2px solid #DD8616;
}
.head_info {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
}


/* Navigation
-------------------------------*/
nav {
	display: block;
	background : linear-gradient(to bottom, #e99323 50%, #DD8616 50.01%);/* 薄い→濃い */
	border-bottom: solid 2px #fff;
}
nav .inner {
	padding: 0;
}
nav ul {
	font-size: 0;

}
nav li {
	display: inline-block;
	background : linear-gradient(to bottom, #e99323 50%, #DD8616 50.01%);/* 薄い→濃い */
	width: 50%;
}

nav li a {
	text-align: center;
	font-size: 1.3rem;
	display: block;
	line-height: 1.6rem;
	color: #ffffff;
	padding: 1rem;
}
nav li a:hover {
	background-color: rgba(255,255,255,0.3);
	color: #ff0000;
}
nav li a:link, nav li a:visited {
	color: #ffffff;
}


/* Main
-------------------------------*/
.mainarea {
	padding:0 1rem;
}

/* SideNavi
-------------------------------*/
.sidenavi {
	background-color: #e7c8d2;
	width: 100%;
	padding-bottom: 2rem;
}
.sidenavi ul {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0;
	margin: 1.4rem 0;
}
.sidenavi ul li {
	background-color: #7B394C;
	padding: 0;
	width: 50%;
}
.sidenavi ul li a{
	display: block;
	padding: 0.7rem;
	font-size: 1.2rem;
	border-bottom: 1px dashed #ffffff;
}
.sidenavi ul li a:before{
	font-family: FontAwesome;
	content:"\f138\00a0";
	font-size: 80%;
}
.sidenavi ul li a span{
	font-size: 75%;
}
.sidenavi ul li a:link, .sidenavi ul li a:visited {
	color: #ffffff;
}
.sidenavi ul li:hover {
	background-color: #A13A57;
}

.sidenavi .title{
	text-align: center;
	margin-top: -3.4rem;
}

#lower .sidenavi{
	margin-top:6rem;
}


/* Footer
-------------------------------*/
footer {
	background-color: #A13A57;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #ffffff;
	padding:1.4rem 1rem ;
}


/*	その他
-------------------------------*/
.bottomtel {
	padding: 1em 0;
	text-align: center;
}


/* Copyright
-------------------------------*/
small {
	margin: 0 auto !important;
	display: block;
}
.copyright {
	width: 100%;
	padding: 0.3rem 0;
	background-color:#7b394c;
	color:#ffffff;
	text-align: center;
	font-size: 0.8rem;
}



/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */


/*	キービジュアル
-------------------------------*/
.keyv_area {

	text-align: center;
}
.keyv_area li img {
	margin: 0 auto;
}


/*	お知らせ
-------------------------------*/
.area_notice{
	margin-top: 2rem;
	background-color: #FFF8EB;
}
.notice {
	padding:0 1rem;
	margin-bottom: 2rem;
	height: auto;
	overflow: auto;
}
.notice .news_title {
	font-size: 1.7rem;
	color: #DD8616;
}
.notice .news_title:before{
    content:"▲ ";
    display: inline-block;
}
.notice dt.active:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*
.notice .news_body {
	margin-left: 1rem;
}
*/
.notice dd {
	padding-bottom: 1rem;
	border-bottom: 0.1rem dotted #999;
}
.notice dd:last-child {
	border: none;
}


/*	医院概要
-------------------------------*/
.overview {
	padding-bottom: 2rem;
}
.overview dl {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.overview dt {
	float: left;
	width: 7rem;
	margin-bottom:0.3rem;
	background-color: #806E5E;
	color: #ffffff;
	padding:1px 0;
	text-align: center;
}
.overview dd {
	margin-left: 8rem;
	margin-bottom:0.3rem;
}
.overview dd::after {
	content: '';
	display: block;
	clear: both;
}
.overview .title{
	text-align:center;
	font-size:2.2rem;
}
.overview .timetable{
  text-align: center;
  margin: 1rem auto 2rem;
}
.overview .timetable img {
  max-width: 100%;
  height: auto;
}


/*	院長紹介
-------------------------------*/
dl.bio{
	font-size:80%;
	margin:0 0.8rem;
}
.bio dt {
	float: left;
	width: 8rem;
	clear: both;
}
.bio dd {
	margin-left: 8rem;
}


/*	診療のご案内
-------------------------------*/
.treatmentspimg{
	width:70%;
}


/*	受付方法
-------------------------------*/
.marker {
 background: linear-gradient(transparent 0%, #ffd700 0%);
font-weight: bold; 
}

.line{
  border-bottom: solid 3px #ffd700;
  }

.receipth5{
	margin-top:2rem;
	text-align: center;
	font-weight:bold;
	font-size:90%;
}

.receipthbox{
	background-color:#fffacd;
	padding:1.5rem 1.5rem 1rem 1.5rem;
	margin:0 auto 1rem;
	max-width:600px;
	font-size: 80%;
}

.receipthtitle{
	color:#FFFFFF;
	background-color:#DD8616;
	text-align:center;
	font-weight: bold;
	padding:0.5rem 0;
}

.textbold{
	font-weight: bold;
	padding-top:0.5rem;
}

.referencebox{
	border: solid 1px #7A7A7A;
	padding:1rem 1rem 1rem 1rem;
	margin:1rem auto;
}

p.indent{
  text-indent: -2.7em;
  padding-left:3em;
}

.timetable{
  text-align: center;
	max-width:500px;
	margin: 0 auto;
}
.timetable img{
  max-width:100%;
  height: auto;
}

.logintext{
		font-size:85%;
}

.bold{
	font-weight: bold;
	font-size:110%;
	text-align: center;
}

.tel{
	font-weight: bold;
}

.howto img{
	 vertical-align:-3px;
}

.sp-n{
	display:none;
}
.visible-sp{
	display:block !important;
}


/* クリニック紹介
-------------------------------*/

.photos ul.clinic {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.photos .clinic li{
	width: 50%;
	padding: 0.5rem;
	font-size:1rem;
	text-align:center;
}

 .photos img{
	margin-bottom:0.5rem;
}

 .photos .clinic p:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f111";
	font-weight: normal;
	font-style: normal;
	color:#DD8616;
	font-size: 80%;
	margin-right:0.3em;
}


/* アクセス
-------------------------------*/
.photos ul.access {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.photos .access li{
	width: 50%;
	padding: 0.5rem;
	font-size:1rem;
}

/*	前立腺疾患
-------------------------------*/
strong.p-d{
	margin-left: 0.4em;
	color: #D77000;
}
strong.p-d i{
	margin-right: 0.15em;
}
p.p-d{
	padding: 0 0.35em;
	margin-bottom: 0.6em;
}
p.p-d15{
	padding: 0 0.35em;
	margin-bottom: 1.5em;
}
div.p-d{
	border: solid 1px #D77000;
	padding: 0.3em 0.3em 0;
	margin: 0 0.4em;
}
div.p-db15{
	border: solid 1px #D77000;
	padding: 0.3em 0.3em 0;	
	margin: 0.3em 0.3em 0.8em;
}
div.p-d p,
div.p-db15 p{
	font-size: 1.5rem;
}

ul.sub-li{
	padding: 5px 0 15px;
}

img.p-d{
	margin-bottom: 1.5rem;
}

/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */


/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

/* テキスト＋挿絵専用コンポーネント float_TB */
.float_TB::after {
	height: 0;
	content: "";
	display: block;
	clear: both;
}
.L20, .L30, .L40, .L50, .L60, .L70, .L80,.R20, .R30, .R40, .R50, .R60, .R70, .R80 {
	width:100%;
	float: none;
}




/* signature
-------------------------------*/
.signature {
	font-size: 2rem;
}
.signature span {
	font-size: 1.6rem;
}
.signature span:after {
	content: "　";
}


/*	GoogleMaps
-------------------------------*/
.gmap {
	width: 100%;
	min-height:35rem;
	margin-bottom: 1rem;
}


/* List
-------------------------------*/
.list_dot {

}
.list_dot li {
	list-style-type: disc;
	margin-left: 1em;
}
.list_caution {
	margin-bottom: 2rem;
}
.list_caution li {
	text-indent: -1.75rem;
	margin-left: 1.75rem;
}
.list_caution li:before {
	content: "※ ";
}
.list_inline li{
	display: inline-block;
	margin-right: 2rem;
}
.list_inline li:before {
	content: "・";
}
li.nad{
	list-style-type: none !important;
	text-align:right;
}
li.nad:before {
	content: ""  !important;
}

ul.list_dot {
	margin-top:0.5rem;
	font-size:80%;
	padding-left:1rem;
}

ul.list_dot{
	margin-top:0.5rem;
	font-size:80%;
	padding-left:1rem;
}

ul.telflow {
	margin-top:0.5rem;
	font-size:80%;
	text-indent:-1em;
	padding-left:2rem;
}

.referencebox{
	font-size:80%;
}

/* ColoredBox
-------------------------------*/
.colorbox {
	background-color: #FFF3DB;
	padding: 2rem;
	margin-bottom: 2rem;
}
.colorbox .title {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #68472C;
}


/* Link Button
-------------------------------*/
.linkbox a:link {
	display: inline-block;
	padding: 0.3rem 2rem;
	background-color: #806E5E;
	color: #ffffff;
}
.linkbox a:visited {
	color: #ffffff;
}
.linkbox a:hover {
	color: #ffffff;
	background-color: #5C4734;
}


/* GoToTop
-------------------------------*/
#pageTop {
	display: block;
	position: fixed;
	bottom: -10rem;
	right: 2rem;
	transition: .5s;
}
#pageTop a:before {
	content:"\f0d8\00a0";
	font-family:"FontAwesome";
}
#pageTop a{
	display:block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color:#7B394C;
	border-radius:10rem;
	font-size:1.4rem;
	line-height:1.4rem;
	padding:1rem;
}
#pageTop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	display: block;
}


/* for flowdesign
-------------------------------*/
.flowbox{
	background-color:#FFF0C5;
	border-radius:1rem;
	padding:2rem;
	margin: 1rem 0 ;
}
.flowbox .title{
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	color:#D77000;
}
.flowallow{
	text-align: center;
	color:#D8A100;
}

.area_ann{
	text-align: center;
	padding: 3rem 0;

}


.area_feat{
	background-image:url(../images/feature_back.png);
	padding:2rem;
	margin-bottom: 2rem;
}
.feat_inner{
	background-color: #ffffff;
}
.feat_inner p{
	margin-bottom: 0 !important;
	padding:0.2rem 1rem;
}


/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
.head_left{
	padding:0;
}
.area_feat{
	background-image:url(../images/feature_back.png);
	padding:2.8rem;
}
	
/* Common
-------------------------------*/
body {
	font-size: 1.6rem;
	min-width: 1170px;/* リキッドの際は外す */
}

.h2class {
	font-size: 3.4rem;
	padding: 2.4rem 3rem 2rem;
}
.h3class span{
	font-size:2.6rem;
}
.h4class {
	font-size: 2.2rem;
	padding: 0.4rem 0.6rem;
}
.h5class {
	font-size: 1.8rem;
	padding: 0.3rem 0.5rem;
}
.h6class {
	font-size: 1.6rem;
	padding: 0.5rem;
}

	


/* InnerFrame
-------------------------------*/
.inner {
	margin: 0 auto;
	padding: 0;
	max-width: 117rem;
}
/* Header
-------------------------------*/
header {
	/* flex化解除 */
	display: block;
}
.head_info {
	/* 両端に配置 */
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
.head_right {
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
	background-color: #DD8616;
	padding:1rem 1.4rem;
}
	
/* GlovalNavi
-------------------------------*/
nav {
	padding:0.5rem 0;
}
nav li {
	width: 16.6666%;
	border-right:1px solid #ffffff;
}
nav li:first-child {
	border-left:1px solid #ffffff;
}
nav li a {
	font-size: 2rem;
	padding:2.4rem 1.6rem;
}
	
nav .inner {
	padding: 0;
}
nav li span {
	font-size: 1.2rem;
}

	
/* Main
-------------------------------*/
.mainarea {
padding: 2rem;
	width: 87rem;
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
#TopPage .mainarea {
	margin-top: -2rem;
}
	
.overview {
	padding-bottom: 1rem;
}
.overview dt {
	width: 8rem;
	padding:1px 0;
}
.overview dd {
	margin-left: 9.5rem;
	margin-bottom:0.3rem;
}
	
.overviewtitle {
	margin-bottom:2rem;
}	
.overview .timetable{
  text-align: center;
  margin: 1rem auto;
}

/* SideNavi
-------------------------------*/
.sidenavi {
	width: 30rem;
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
.sidenavi ul {
	margin: 0;
	padding: 2rem;
}

.sidenavi ul li {
	margin-bottom: 1rem;
	padding: 1rem;
	width: 100%;
}
.sidenavi ul li a{
	display: block;
	padding: 0.7rem;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	border-bottom: 1px dashed #ffffff;
}
	
.notice {
	padding:0 4rem;
}	
	
/*	gmapPC
-------------------------------*/
.gmap {
	width: 100%;
	min-height: 40rem;
	margin-bottom: 1rem;
}
	
/*	院長紹介
-------------------------------*/
dl.bio {font-size:100%;}
.bio dt {width: 12rem;}
.bio dd {margin-left: 12rem;}

/*	診療のご案内
-------------------------------*/
.treatmentspimg{
	width:100%;
}	
	
/*	受付方法
-------------------------------*/
.h3receipt {
	font-size:2.6rem;
}
	
.receipth5{
	font-size:110%;
}	

.sp-n{
	display:block;
}
.receipthbox{
	font-size:100%;
	padding:2rem 2rem 1rem 2rem;
}
	
.referencebox{
	padding:1rem 1rem 1rem 2rem;
}

.bold{
	font-weight: bold;
	text-align:left;
}
	
.logintext{
		font-size:100%;
}
.visible-sp{
	display: none !important;
}
.referencebox{
	font-size:100%;
}	
	
/* クリニック紹介 アクセス
-------------------------------*/
.photos .clinic li,.photos .access li{
	width: 33.33%;
	font-size:1.4rem;
	padding:1rem;
	}

	
/* Footer
-------------------------------*/
footer {
	padding:2rem 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
footer .inner{
	padding:1rem 0;
}
 ul.footnavi {
	font-size: 0;
}
.footnavi li {
	font-size: 1.6rem;
	display: inline-block;
	letter-spacing: 0.2rem;
	margin: 0;
}
.footnavi li a:link,
.footnavi li a:visited {
	color: #ffffff;
}
.footnavi li a:hover {
	color: #ff9900;
}
.footnavi li::after {
	font-family: FontAwesome;
	content: "\00a0／\00a0";
	color: #fffffff;
}
.footnavi li:last-child::after {
	content: "";
}	
	



/* List
-------------------------------*/
.list_dot {
	padding-left: 2rem;
}

ul.list_dot,ul.telflow{
	font-size:100%;
}


/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
	flex-direction: row;
	-webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

/* テキスト＋挿絵専用コンポーネント float_TB */
.L20 {	float:left;	width:20%;}
.L30 {	float:left;	width:30%;}
.L40 {	float:left;	width:40%;}
.L50 {	float:left;	width:50%;}
.L60 {	float:left;	width:60%;}
.L70 {	float:left;	width:70%;}
.L80 {	float:right; width:80%;}
.R20 {	float:right; width:20%;}
.R30 {	float:right; width:30%;}
.R40 {	float:right; width:40%;}
.R50 {	float:right; width:50%;}
.R60 {	float:right; width:60%;}
.R70 {	float:right; width:70%;}
.R80 {	float:right; width:80%;}	
.LBP {	padding: 0 2rem 1rem 0 !important;}
.RBP {	padding: 0 0 1rem 2rem !important;}
	



}








/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}

*/
