@charset "UTF-8";
/* ***********************************************************************
    Otaki Clinic - SP site <Common>
*********************************************************************** */
/*
    1 : Initialize (html5)
    2 : Format (header, main, footer, etc.)
    3 : Text  (h1~, p, etc.)
    4 : Space (margin, padding, etc.)
	5 : Other (breadcrumb, pageTop, imgOnMouse, etc.)
	6 : Clear
	7 : Table
*/
/*
    2 : Format (header, article, footer, etc.)
    3 : Text  (h1~, p, etc.)
    4 : Space (margin, padding, etc.)
	5 : Other (breadcrumb, pageTop, imgOnMouse, etc.)
	6 : Clear
	7 : UnderConst
	8 : Addition (2020~）
	9 : Table
*/

/* ***********************************************************************
    1 : Initialize (html5)
*********************************************************************** */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, main,
time, mark, audio, video {
	margin        : 0;
	padding       : 0;
	border        : 0;
	outline       : 0;
	font-size     : 100%;
	vertical-align: baseline;
	background    : transparent;
}
body {
	line-height: 1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section, main {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin        : 0;
	padding       : 0;
	border        : 0;
	font-size     : 100%;
	vertical-align: baseline;
	background    : transparent;
}
ins {
	background-color: #ff9;
	color           : #000;
	text-decoration : none;
}
mark {
	background-color: #ff9;
	color           : #000;
	font-style      : italic;
	font-weight     : bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor       : help;
}
table {
	border-collapse: collapse;
	border-spacing : 0;
}
hr {
    display   : block;
    height    : 1px;
    border    : 0;
    border-top: 1px solid #cccccc;
    margin    : 1em 0;
    padding   : 0;
}
input, select {
	vertical-align: middle;
}
/**追加**/
img {
	display       : inline-block;
	vertical-align: bottom;
}
a {
	outline-style: none;
	cursor       : pointer;
}
a img {
	border: none;
}
ul {
	list-style         : none;
	list-style-image   : none;
	list-style-position: outside;
}
ol {
	list-style-type    : decimal;
	list-style-image   : none;
	list-style-position: outside;
}





/* ***********************************************************************
    2 : Format (header, article, footer, etc.)
*********************************************************************** */
* {
	font-size               : 14px; /* 基準のフォントサイズを14pxとする */
	-webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
}
body {
	text-align : center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color      : #333;
	font-size  : 16px;
	-webkit-text-size-adjust: none;
}

@media screen and (min-width:768px) {
/** [ TABLET ] **/
	body {
		background: url(../images/bg_gunchan.gif) right bottom no-repeat;
		position  : relative;
	}
	
}

	
/* ******************************************
	header
******************************************* */
#header_innerBox {
	display: none;
}
/***/
header {
	position:fixed;
	top     : 0;
	left    : 0;
	background-color: #fff;
	width           : 100%;
	height          : 55px;
	margin          : 0;
	text-align      : center;
	z-index         : 100;
}
#news_single header {
	background-image   : url(https://otaki-c.com/sp/common/images/bg_single_h2.gif);
	background-size    : 100% 2px;
	background-position: center bottom;
	background-repeat  : no-repeat;
	padding-bottom     : 2px;
}

#green_belt {
	background-color: #a5c81f;
	width           : 100%;
	height          : 55px;
	padding         : 0;
	text-align      : center;
}
#green_belt #menuBtn {
	position           : absolute;
	left               : 0;
	top                : 0;
	display            : block;
	background-image   : url(https://otaki-c.com/sp/common/images/btn_menu.gif);
	background-size    : 55px 55px;
	background-position: left top;
	background-repeat  : no-repeat;
	width              : 55px;
	height             : 55px;
	text-indent        : -9999px;
}
/*
#green_belt h2#hdr_subjects,
#green_belt h2#hdr_subjects img {
	height : 52px;
	margin : 0 auto;
}
#green_belt h2#hdr_subjects {
	width: 100%;
}
#green_belt h2#hdr_subjects img {
	display: inline-block;
	height : 52px;
	width  : auto;
	padding: 1px 0 3px;
}*/
#green_belt h2#hdr_subjects {
	color      : #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", sans-serif;
	font-size  : 16px;
	text-align : center;
	line-height: 52px;
}
#green_belt #telBtn {
	position           : absolute;
	right              : 0;
	top                : 0;
	display            : block;
	background-image   : url(https://otaki-c.com/sp/common/images/btn_header_tel.gif);
	background-size    : 55px 55px;
	background-position: left top;
	background-repeat  : no-repeat;
	width              : 55px;
	height             : 55px;
	text-indent        : -9999px;
}
@media screen and (min-width:768px) {
/** [ TABLET ] **/
	#green_belt {
		display: none;
	}
	/****/
	header {
		border-bottom: solid 1px #ddd;
		height       : 80px;
		box-shadow   : 0 4px 4px rgba(0,0,0,0.1);
	}
	header #header_innerBox {
		display : block;
		position: relative;
		width   : 960px;
		height  : 80px;
		margin  : 0 auto;
		padding : 0;
	}
	
	/** Web予約 **/
	header #header_innerBox #webReservation {
		float           : right;
		background-color: #aecd20;
		width           : 169px;
		height          : 69px;
		padding         : 7px 8px 5px;
	}
	header #header_innerBox #webReservation a {
		display: block;
		width  : 169px;
		height : 45px;
	}
	header #header_innerBox #webReservation p {
		 margin-top: 5px;
	}
	header #header_innerBox #webReservation p img {
		display: block;
	}
}


/* ******************************************
	main
******************************************* */
main {
	background-image   : url(https://otaki-c.com/sp/common/images/arrow_pageTop.png?ver.0.1);
	background-size    : 30px 12px;
	background-repeat  : no-repeat;
	background-position: right 30px bottom;
	position           : relative;
	display            : block;
	text-align         : center;
	width              : 100%;
	margin             : 0;
	padding-bottom     : 65px;
}
/***/
#news #leftBox,
#single #leftBox {
	display: none;
}

@media screen and (min-width:768px) {
/** [ TABLET ] **/
	main {
		position    : relative;
		width       : 960px;
		height      : auto;
		margin-top  : 130px;
		margin-left : auto;
		margin-right: auto;
		text-align  : left;
		
		background-image: none;
	}
	/****************
	  leftBox
	*****************/
	#news #leftBox,
	#single #leftBox {
		display: block;
		float  : left;
		width  : 225px;
		height : auto;
		margin-top: 0;
	}
	#toFeature {
		display      : inline-block;
		width        : 225px;
		height       : 173px;
		margin-bottom: 16px;
	}
	#leftBox h5 {
		display    : block;
		background : url(../images/sideNav_title.gif) left top no-repeat;
		width      : 225px;
		height     : 35px;
		margin     : 0;
		padding    : 0;
		text-indent: -9999px;
		font-size  : small;
	}
	#leftBox #openTime {
		background : url(../images/sideNav_time.gif) left top no-repeat;
		width      : 225px;
		height     : 97px;
		margin-top : 40px;
		text-indent: -9999px;
		font-size  : small;
	}
	#leftBox #bnr_smp {
		display   : block;
		width     : 225px;
		height    : 69px;
		margin-top: 20px;
	}
	/** ▼問診票ダウンロード **/
	#bannurBox {
		background : url(../images/banner_title.gif) left top no-repeat;
		width      : 225px;
		height     : auto;
		margin-top : 20px;
		padding-top: 74px;
	}
	#home #bannurBox {
		float      : right;
		margin-top : 0;
		margin-left: 20px;
	}
	#bannurBox a {
		display   : block;
		width     : 225px;
		height    : 60px;
		margin-top: 3px;
	}
	/** ▲問診票ダウンロード **/
	
	/****************
	  rightBox
	*****************/
	#rightBox {
		float      : right;
		width      : 715px;
		height     : auto;
		margin-left: 20px;
		text-align : left;
	}
	#rightBox .innerBox {
		position    : relative;
		width       : 675px;
		height      : auto;
		margin-left : 20px;
		margin-right: 20px;
		text-align  : left;
	}
	#news .innerBox {
		margin-top: 25px;
	}
	
}




/* ******************************************
	footer
******************************************* */
#pcFooter {
	display: none;
}
/***/
footer {
	width     : 100%;
	height    : auto;
	text-align: center;
	
}
footer #spFooter #telInfo {
	background-color: #f0f5de;
	width           : 92%;
	padding         : 15px 4%;
	border-top      : solid 2px #aecd20;
	text-align      : left;
}
footer #spFooter #telInfo h6 { /*Footer ロゴに使用*/
	width     : 72.5%;
	height    : auto;
	text-align: left;
}
footer #spFooter #telInfo #telNumber {
	display   : block;
	width     : 100%;
	height    : auto;
	margin-top: 15px;
}
footer #spFooter #telInfo #tip01 {
	width     : 80%;
	height    : auto;
	margin-top: 15px;
}
footer #spFooter #telInfo #tip01 img {
	display: block;
	width  : 100%;
	height : auto;
}
footer #spFooter #telInfo #tip02 {
	margin-top : 25px;
	line-height: 1.0em;
	font-size  : 17px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-weight: bold;
}
footer #spFooter #telInfo #footerMap {
	display   : block;
	margin-top: 10px;
}

footer #spFooter address {
	display         : block;
	background-color: #a5c81f;
	width           : 100%;
	height          : 30px;
	margin          : 0;
	padding-bottom  : 60px;
	text-align      : center;
	color           : #fff;
	font-style      : normal !important;
	font            : normal 10px/30px Arial, Helvetica, sans-serif;
}

@media screen and (min-width:768px) {
/** [ TABLET ] **/
	footer #spFooter {
		display: none;
	}
	/***/
	footer #pcFooter {
		display   : block;
		position  : relative;
		width     : 960px;
		height    : auto;
		margin    : 80px auto 0;
		padding   : 15px 0 30px;
		border-top: solid 1px #c3c3c3;
		text-align: left;
	}
	footer #pcFooter h6#logo_s {
		background : url(../images/footerLogo.png) left top no-repeat;
		background-size: 101px 45px!important;
		width      : 101px;
		height     : 45px;
		margin-top : 20px;
		font-size  : small;
		text-indent: -9999px;
	}
	footer #pcFooter address {
		display   : block;
		width     : 960px;
		height    : 10px;
		margin-top: 10px;
		color     : #333;
		font      : normal 10px/10px Arial, Helvetica, sans-serif;!important
		text-align: left;
	}
	/****************
	  pageTop
	*****************/
	footer #pcFooter #pageTop {
		position   : absolute;
		right      : 0;
		top        : -10px;
		z-index    : 2;
		display    : block;
		width      : 73px;
		height     : 26px;
		font-size  : 5px;
		line-height: none;
		text-indent: -9999px;
	}
	footer #pcFooter #pageTop a {
		display            : block;
		background-image   : url(../images/pageTop.png);
		background-repeat  : no-repeat;
		background-position: 0 0;
		width              : 73px;
		height             : 26px;
	}
	footer #pcFooter #pageTop a:hover {
		background-position: 0 -27px;
	}
}


/* ***********************************************************************
    3 : Text  (h1~, p, etc.)
*********************************************************************** */
h1#logo {
	background-image   : url(https://otaki-c.com/sp/common/images/logo_footer.png);
	background-repeat  : no-repeat;
	background-size    : auto 28px;
	background-position: center center;
	width              : 167px;
	height             : 30px;
	margin             : 55px auto 0;
	padding            : 10px 0;
}
h1#logo a { 
	display    : block;
	width      : 167px;
	height     : 30px;
	font-size  : small;
	text-indent: -9999px;
}

@media screen and (min-width:768px) {
/** [ TABLET ] **/
	/****************
	  SITE NAME (Lower)
	*****************/
	header #header_innerBox h1#lowerLogo {
		float      : left;
		width      : 110px;
		height     : 49px;
		margin     : 14px 0 17px;
		
		/*border: solid 1px red;*/
	}
	header #header_innerBox h1#lowerLogo a {
		display    : block;
		background : url(../images/h1_lowerLogo.png) left center no-repeat;
		width      : 110px;
		height     : 49px;
		font-size  : small;
		text-indent: -9999px;
	}
	header #header_innerBox h1#lowerLogo a:hover {
	  opacity     : 0.6;
	  filter      : alpha(opacity=60);
	  -moz-opacity:	0.6;
	}
		
	/****************
	  PAGE TITLE
	*****************/
	h1.pageTitle {
		display       : block;
		width         : 715px;
		height        : 52px;
		line-height   : none;
		padding-bottom: 10px;
		
		/*border-bottom: solid 1px #F00;*/
	}
}



h4 {
	margin-top: 30px;
	font      : bold 18px/24px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color     : #a0c31c;
}

h5 {
	font : bold 12px/22px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #a0c31c;
}


/****************
  TEXT
*****************/
p {
	font: normal 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color          : #63b4e6;
	text-decoration: none;
}

.s_lineHeight {
	line-height: 22px;
}

@media screen and (min-width:768px) {
/** [ TABLET ] **/
	/****************
	  TEXT
	*****************/
	p, dd, td {
		font : normal 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
		color: #333;
	}
	.innerBox p {
		line-height: 1.75;
	}
	
	a {
		color          : #63b4e6;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
}

/****************
  TEXT COLOR
*****************/
.brown  { color: #7f5631; }
.red    { color: #F00; }
.orange { color: #f8b300; }
.dark_orange { color: #F60; }
.green  { color: #a5c81f; }

/****************
  TEXT ALIGN
*****************/
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

/****************
  TEXT SIZE
*****************/
.smaller {
	font-size: 14px;
}
@media screen and (min-width:768px) {
/** [ TABLET ] **/
	.biggest {
		font-size: 18px;
	}
	.bigger {
		font-size: 16px;
	}
	.smaller {
		font-size: 12px;
	}
	.smallest {
		font-size: 10px;
	}
}
/****************
  TEXT DECORATION
*****************/
.caption {
	font-size: 12px;
}
.kome {
	color    : #7f5631;
	font-size: 14px;
}
.underline {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
@media screen and (min-width:768px) {
/** [ TABLET ] **/
	.caption {
		font-size: 10px;
	}
	.kome {
		color: #7f5631;
		font-size: 13px;
	}
	.underline {
		text-decoration: underline;
	}
	.b {
		font-weight: bold;
	}
}


/****************
  TEXT INDENT
*****************/
.indent-1 {
	padding-left: 1em;
	text-indent : -1em;
}


/****************
  LINE HEIGHT
*****************/
.lineHeight15 {
	line-height: 1.5em;
}



/* ***********************************************************************
    4 : Space (margin, padding, etc)
*********************************************************************** */

.mgn_top_4 {
	margin-top: 4px;
}
.mgn_top_5 {
	margin-top: 5px;
}
.mgn_top_10 {
	margin-top: 10px;
}
.mgn_top_12 {
	margin-top: 12px;
}
.mgn_top_14 {
	margin-top: 14px;
}
.mgn_top_15 {
	margin-top: 15px;
}
.mgn_top_20 {
	margin-top: 20px;
}
.mgn_top_25 {
	margin-top: 25px;
}
.mgn_top_30 {
	margin-top: 30px;
}
.mgn_top_32 {
	margin-top: 30px;
}
.mgn_top_35 {
	margin-top: 35px;
}
.mgn_top_40 {
	margin-top: 40px;
}
.mgn_top_50 {
	margin-top: 50px;
}
.mgn_top_55 {
	margin-top: 55px;
}
.mgn_top_60 {
	margin-top: 60px;
}
	
.mgn_btm_30 {
	margin-bottom: 30px;
}



/* ***********************************************************************
	5 : Other (breadcrumb, graph, pageTop, imgOnMouse, etc.)
*********************************************************************** */
#breadcrumb {
	display: none;
}
		
@media screen and (min-width:768px) {
/** [ TABLET ] **/
	/****************
	  breadcrumb (Newsのみ使用)
	*****************/
	#breadcrumb {
		position   : absolute;
		left       : 0;
		top        : -25px;
		display    : block;
		width      : 960px;
		height     : 10px;
		font-size  : 10px;
		line-height: 10px;
	}
	#breadcrumb a {
		color          : #20b3d2;
		text-decoration: none;
	}
	#breadcrumb a:hover {
		text-decoration: underline;
	}
	
	
	/****************
	  imgOnMouse
	*****************/
	a:hover img {
	  opacity : 0.6;
	  filter  : alpha(opacity=60);
	}
	
	
	/****************
	  blockImg
	*****************/
	.blockImg {
		display: block;
	}
	.blockImg_center {
		display     : block;
		margin-left : auto;
		margin-right: auto;
	}
	
	
	/****************
	  Other
	*****************/
	.lightGreenBox {
		background-color: #f7faee;
		padding: 20px 20px 30px;
	}
}


/****************
  to Googlemap
*****************/
.to_gMap {
	text-align   : right!important;
	margin-bottom: 16px;
}
.to_gMap a {
	display      : inline-block;
	margin-top   : 4px;
	margin-bottom: 6px;
	font-family  : "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;;
	font-size    : 16px;
	font-weight  : bold;
}


/****************
  NORMAL LIST
*****************/
.normalList {
	margin: 1em 0;
}
.normalList li {
	background     : url(../images/bullet_green.png) left 0.3em no-repeat;
	background-size: 12px 12px;
	margin-top     : 0.5em;
	padding-left   : 18px;
	line-height    : 1.35;
	text-align     : left;
}

/****************
  greenBox
*****************/
.greenBox {
	position        : relative;
	background-color: #f7faee;
	padding         : 15px 4% 17px;
	font-size       : 15px;
}
#colonoscopy .greenBox {
	line-height: 21px;
}

/**************************
	Show/Hide 
**************************/
.pcImg {
	display: none;
}
.spImg {
	display: block;
}
@media (min-width:768px) {
/**[ PC ]**/
	.pcImg {
		display: block;
	}
	.spImg {
		display: none;
	}
}


/**************************
	YetImg 
**************************/
.yetImg {
	opacity     : 0.3;
	filter      : alpha(opacity=30);
	-moz-opacity: 0.3;
}




/* ***********************************************************************
	6 : Clear
*********************************************************************** */
.clear {
	clear: both;
}


.clearfix:after {
	content   : "."; 
	display   : block; 
	height    : 0; 
	clear     : both; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* ***********************************************************************
	7 : Table (250313追加)
*********************************************************************** */
.normalTable {
	width     : 100%;
	margin-top: 4px;
	border    : solid 1px #aecd20;
}
.normalTable th,
.normalTable td {
	padding: 8px;
}
.normalTable thead th {
	background : #aecd20;
	color      : #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size  : 15px;
	text-align : center;
	border-left: solid 1px #fff;
}
.normalTable thead th:first-child {
	border-left: none;
}
.normalTable thead th:nth-child(2),
.normalTable thead th:nth-child(3),
.normalTable thead th:nth-child(4) {
	width: 30%;
}
.normalTable tbody th {
	background    : #dfeba6;
	color         : #000;
	font-family   : "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size     : 15px;
	text-align    : left;
	vertical-align: middle;
	border-top    : solid 1px #aecd20;
}
.normalTable tbody td {
	border-left   : solid 1px #aecd20;
	border-top    : solid 1px #aecd20;
	vertical-align: middle;
	font-size     : 14px;
	line-height   : 1.5em;
}
.normalTable tbody td:first-child {
	border-left: none;
	border-top : none;
}

@media screen and (min-width:768px) {
/** [ TABLET ] **/
	.normalTable th,
	.normalTable td {
		padding: 4px 8px;
	}
	.normalTable thead th {
		font-size  : 16px;
		line-height: 2.0em;
	}
	.normalTable tbody th {
		line-height   : 32px;
		white-space   : nowrap;
	}
}



/* ***********************************************************************
	8 : Addition (2020~）
*********************************************************************** */
@media screen and (min-width:768px) {
/** [ TABLET ] **/
	#fixed {
		position: fixed;
		right   : 0;
		top     : 179px;
		width   : 80px;
		height  : 306px;
		z-index : 100;
	}
	#fixed_01 {
		display: block;
		width  : 80px;
		height : 200px;
		margin-bottom: 8px;
	}
	#fixed_02 {
		display: block;
		width  : 80px;
		height : 98px;
	}
}
