/*!
Theme Name: b-line-clinic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: b-line-clinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

b-line-clinic is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 @font-face {
 	font-family: 'FontAwesome';
 	src: url("lauouts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
 	src: url("layouts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
 	font-weight: normal;
 	font-style: normal;
 }
 *, *:before, *:after {
 	border: 0;
 	border-radius: 0;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	margin: 0;
 	outline: 0;
 	padding: 0;
 	color: inherit;
 	font-size: 100%;
 	font: inherit;
 	text-decoration: none;
 	vertical-align: baseline;
 }

 article, aside, details, dialog, figcaption, figure, footer, header, main, menu, nav, section {
 	display: block;
 }

 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
 	overflow-x: hidden;
	color: #252525;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
 	font-size: 2em;
 	margin: 0.67em 0;
 }

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	box-sizing: content-box; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
 	background-color: transparent;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-family: monospace, monospace; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
 	vertical-align: top;
 	border-style: none;
 	display: block;
 	max-width: 100%;
 	height: auto;
 	margin: auto;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: inherit; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	text-transform: none;
 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 }

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

 legend {
 	box-sizing: border-box; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	vertical-align: baseline;
 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
 	box-sizing: border-box; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button; /* 1 */
 	font: inherit; /* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
 	display: none;
 }

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
 	display: none;
 }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1rem 1.5rem;
}

ul {
	list-style: disc;
}

.slides{
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	list-style-type: none;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

@media screen and (max-width:768px) {
	.pc_only{
		display: none;
	}
	
	.sp_only{
		display: block;
	}
}

.flex{
	display: flex;
}

.center{
	text-align: center;
	margin-bottom: 60px;
}

/* header */

#masthead{
	width: 100%;
	margin: 35px 0;
}

.inner-header{
	height: 70px;
	margin: 0 40px;
	align-items: center;
	justify-content: space-between;
}

.site-title{
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 0;
}

.site-branding{
	width: 30%;
	align-items: center;
}

.site-title-copy{
	font-family: "Noto Sans JP rev=1";
	font-size: 12px;
	color: #252525;
	margin: 0;
	border-left: 1px solid #919191;
	padding-left: 20px;
	font-weight: bold;
}

.site-navi{
	width: 70%;
    justify-content: end;
	align-items: center;
}

#site-navigation{
	width: 95%;
    max-width: 460px;
	font-weight: bold;
}

#site-navigation .main-navigation-list{
	width: auto;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 10px 15px 10px 0;
	border-right: 1px solid #D3D3D3;
}

#site-navigation .main-navigation-list li{
	flex-grow: 1;
	text-align: center;
}

#site-navigation .main-navigation-list li a{
	font-size: 14px;
	display: block;
}

#site-navigation .main-navigation-list li a:hover{
	color: #36C0DE;
	transition: 0.5s;
}

.main-navigation-list-sub{
	display: none;
}

.header-contact{
	margin-left: 15px;
}

.header-contact-inner{
	justify-content: end;
	align-items: center;
}

.header-contact-tel{
	margin: 0 15px;
}

.header-contact-tel,
.header-contact-mail{
	max-width: 153px;
}

.header-contact-tel a{
	position: relative;
}

.header-contact-mail a{
	position: relative;
}

.header-contact-tel a:hover,
.header-contact-mail a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

/* sp menu */

@media screen and (max-width:768px) {

	#masthead {
		margin: 0;
		box-shadow: 10px 10px 40px rgba(29,64,87,20%);
	}
	.inner-header{
		height: 80px;
		margin: 0 11px;
	}
	
	.site-branding {
		width: 100%;
	}

	.site-title {
		max-width: 100%;
		margin: 0;
	}
/*==================================================
　ハンバーガーメニュー
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1{
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	background:#36C0DE;
	cursor: pointer;
	  width: 50px;
	  height:50px;
	border-radius: 50%;
	z-index: 999;
  }
  
  /*ボタン内側*/
  .openbtn1 span{
	  display: inline-block;
	  transition: all .4s;/*アニメーションの設定*/
	  position: absolute;
	  left: 14px;
	  height: 3px;
	  border-radius: 2px;
	background: #fff;
	  width: 45%;
	}
  
  .openbtn1 span:nth-of-type(1) {
	top:15px; 
  }
  
  .openbtn1 span:nth-of-type(2) {
	top:23px;
  }
  
  .openbtn1 span:nth-of-type(3) {
	top:31px;
  }
  
  /*activeクラスが付与されると線が回転して×に*/

  .openbtn1.active{
	background:#fff;
  }

  .openbtn1.active span{
	background: #36C0DE;
  }
  
  .openbtn1.active span:nth-of-type(1) {
	  top: 18px;
	  left: 18px;
	  transform: translateY(6px) rotate(-45deg);
	  width: 30%;
  }
  
  .openbtn1.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
  }
  
  .openbtn1.active span:nth-of-type(3){
	  top: 30px;
	  left: 18px;
	  transform: translateY(-6px) rotate(45deg);
	  width: 30%;
  }
  /*========= ナビゲーション ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 998;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:80%;
    height: 100vh;/*ナビの高さ*/
  background:#36C0DE;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 80%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
	margin: 120px 20px 0;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
  margin-bottom: 10px;
}

#g-nav li a{
  color: #fff;
  text-decoration: none;
  padding:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

#g-nav li a:after{
	content: "";
	background: url("images/arrow_white.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}



}


/* mv */

.main-visual{
	position: relative;
	background-image: url("images/main_visual.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 648px;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.mv_copy{
	max-width: 371px;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.mv_time_schedule{
	max-width: 526px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:768px) {
	.main-visual{
		max-width: 632px;
	}

	.mv_copy,
	.mv_time_schedule{
		position: relative;
	}

	.mv_image{
		position: absolute;
		bottom: -45px;
		width: 100%;
		left: 0;
	}

	.mv_copy_sp{
		max-width: 308px;
		margin: 0;
		padding: 0 11px;
	}

	.mv_time_schedule_sp{
		margin: 10px auto;
		padding: 0 11px;
		width: 100%;
	}
}



/* subcopy */


.main-content-subcopy{
	max-width: 1002px;
	margin: 100px auto 20px;
	padding: 20px 30px;
	border: 3px solid #36C0DE;
	border-radius: 10px;
	align-items: center;
}

.main-content-subcopy h2{
	min-width: 270px;
	color: #36C0DE;
	font-weight: bold;
	font-size: 18px;
	margin-right: 20px;
}

.main-content-subcopy p{
	margin: 0;
	font-size: 14px;
}

@media screen and (max-width:768px) {
	.main-content-subcopy{
		display: block;
		padding: 20px;
		margin: 100px 11px 20px;
	}
	.main-content-subcopy h2 {
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin: 0 auto 10px;
	}
}

/* main-content-section */

.main-content-section{
	margin: 80px auto;
	padding: 80px 0;
	width: 100%;
}

.main-content-section-inner{
	max-width: 1092px;
	width: 100%;
	margin: 0 auto;
}

.main-content-title{
	font-size: 24px;
}

.main-content-title span{
	display: block;
	font-size: 14px;
	color: #36C0DE;
}

@media screen and (max-width:768px) {
	.main-content-section{
padding: 80px 11px;
margin: 0 auto;
	}
}

/* normal-button */

.normal-button{
	width: 100%;
}

.normal-button_inner{
	border: 2px solid #36C0DE;
	border-radius: 5px;
	overflow: hidden;
}

.normal-button a{
	color:#36C0DE;
	font-size: 14px;
	padding: 15px 40px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.normal-button a:after{
	content: "";
	background: url("images/arrow_blue.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.normal-button a:hover{
	background: #36C0DE;
	color: #fff;
}

.normal-button a:hover::after{
	content: "";
	background: url("images/arrow_white.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

/* 診療案内用ボタンサイズ */

.px222{
	max-width: 222px;
}

.px169{
	max-width: 169px;
}

/* ボタン反転 */

.normal-button.reverse a{
	color:#fff;
	background: #36C0DE;
}

.normal-button.reverse a:after{
	content: "";
	background: url("images/arrow_white.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.normal-button.reverse a:hover{
	background: #fff;
	color: #36C0DE;
}

.normal-button.reverse a:hover::after{
	content: "";
	background: url("images/arrow_blue.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

/* 診療案内ボタン */

.normal-button.treatment a{
	justify-content: space-between;
	padding: 20px;
}

/* info */

#info .main-content-title{
	min-width: 218px;
	padding-right: 50px;
}

#info .main-content-title h2{
	margin-bottom: 40px;
}

#info .info-contents{
	flex-grow: 1;
}

#info .info-content{
	align-items: center;
	padding: 33px 0;
	border-bottom: 1px solid #D3D3D3;
}

#info .info-content .info-content-option{
	align-items: center;
}

#info .info-content .info-time{
	font-size: 12px;
	color: #919191;
	margin: 0;
}

#info .info-content .category{
	font-size: 10px;
	font-weight: bold;
	color: #36C0DE;
	border: 1px solid #36C0DE;
	border-radius: 21px;
	padding: 5px 25px;
	margin: 0 20px;
}

#info .info-content .info-text{
	font-size: 14px;
	margin: 0;
}

@media screen and (max-width:768px) {
	#info .main-content-section-inner{
		display: block;
	}

	#info .main-content-title {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	#info .normal-button {
		width: 100%;
		max-width: 167px;
	}

	#info .info-content{
		display: block;
	}

	#info .info-content .info-text {
		margin-top: 10px;
	}

}

/* treatment */

#treatment.main-content-section{
	background: linear-gradient(to bottom right, #E1F5FD, white 90%);
}

.treatment-title{
	border-radius: 10px;
	padding: 60px 60px 160px 60px;
	align-items: center;
	color: #fff;
}

.treatment-title.menu1{
	background: url("images/bg_top_menu_01.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.treatment-title.menu2{
	background: url("images/bg_top_menu_02.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.treatment-title.menu3{
	background: url("images/bg_top_menu_03.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.treatment-title h3{
	font-size: 21px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #fff;
}

.treatment-title p{
	width: 80%;
	margin: 0;
}

.treatment-list{
	background-color: #fff;
	margin: -100px 40px 60px;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 10px 10px 40px rgba(29,64,87,20%);
	flex-wrap: wrap;
}

#treatment .normal-button{
	margin-right: 15px;
	margin-bottom: 15px;
    width: 23%;
}

@media screen and (max-width:768px) {
	.treatment-title.menu1{
		background-position: top right 35%;
	}

	.treatment-title.menu2 {
		background-position: top right 25%;
	}

	.treatment-title.menu3 {
		background-position: top right 40%;
	}

	.treatment-title {
		padding: 20px 20px 100px 20px;
		display: block;
	}

	.treatment-title h3 {
		font-size: 21px;
		padding: 0;
		margin: 0;
		border-right: none;
		text-align: center;
	}

	.treatment-title p {
		width: 100%;
		margin: 15px 0 20px;
		font-size: 12px;
	}

	.treatment-list {
		background-color: #fff;
		margin: -100px 20px 30px;
		padding: 10px;
	}

	#treatment .normal-button {
		margin-right: 5px;
		margin-bottom: 5px;
		width: 48%;
	}

	#treatment .normal-button.treatment a {
		justify-content: center;
		padding: 15px 16px;
	}

	#treatment .normal-button.treatment a:after{
		display: none;
	}
}

/* doctors */

.doctor-list{
	max-width: 30%;
	margin-right: 30px;
}

.doctor-list h3{
	font-size: 18px;
	margin: 20px 0;
}

.doctor-list p{
	font-size: 14px;
	color: #919191;
}

@media screen and (max-width:768px) {
	.doctor-contents{
		display: block;

	}

	.doctor-list {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.doctor-list img{
		width: 100%;
	}
}

/* clinic */

#clinic.main-content-section {
	background: #F4F6F7;
}

#clinic .main-content-title{
	justify-content: space-between;
	margin-bottom: 80px;

}

.clinic-concept{
	font-size: 14px;
	color: #36C0DE;
	text-align: right;
}

.clinic-contents{
	justify-content: space-between;
}

.clinic-content-right{
	flex-grow: 1;
}

.clinic-content-left{
	margin-right: 60px;
}

.clinic-content-left img{
	margin-bottom: 20px;
}

#clinic dt{
	margin-bottom: 10px;
	font-size: 12px;
	color: #36C0DE;
}

#clinic dd{
	margin: 0 0 20px 0;
	font-size: 14px;
	padding-bottom: 23px;
	border-bottom: 1px solid #99D4E1;
}

@media screen and (max-width:768px) {


	#clinic.main-content-section {
		padding: 80px 0 0;
	}

	#clinic .main-content-title {
		display: block;
		text-align: center;
	}

	.clinic-concept {
		text-align: center;
		margin: 20px 0;
	}

	.clinic-contents{
		display: block;
	}

	.clinic-content-left{
		padding: 0 11px;
		margin: 0 auto 40px;
	}

	#clinic .normal-button{
		margin: 0 auto;
	}
}

/* footer */

footer{
	max-width: 1092px;
	margin: 0 auto;
}

footer .site-title{
	margin: 0;
	max-width: 385px;
}

.footer_block_1{
	justify-content: space-between;
	align-items: center;
}

.footer_contact{
	align-items: center;
}

.footer-contact-tel{
	max-width: 206px;
	margin-right: 20px;
}

.footer-contact-mail{
	max-width: 219px;
}

.top-menu{
	margin: 40px 0 20px;
}


.top-menu ul{
	margin: 0;
}

.top-menu li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 15px;
}

.copyright{
	text-align: left;
	font-size: 10px;
	color: #919191;
}

@media screen and (max-width:768px) {

	footer{
		width: 100%;
		padding: 0 11px;
		margin: 30px auto;
	}

	.footer_block_1{
		display: block;
	}

	.footer_contact{
		display: flex;
		margin-top: 30px;
	}
	.footer-contact-tel{
		margin-right: 5px;
	}

	.footer-contact-tel,
	.footer-contact-mail{
		max-width: 50%;
		width: 100%;
	}

	.footer-contact-tel img,
	.footer-contact-mail img{
		width: 100%;
	}

}

/* contents */

#primary h2{
	font-size: 24px;
	border-bottom: 2px solid #36C0DE;
	margin-bottom: 40px;
}

#primary h3{
	font-size: 18px;
	padding: 0.1rem 0.5rem;
	margin-bottom: 40px;
	border-left: 3px solid #36C0DE;
}

#primary h4{
	font-size: 18px;
	margin-bottom: 20px;
}

#primary p{
	font-size: 14px;
}


/* content-header */

.content-header{
	width: 100%;
	margin: 0 auto;
	background-color: #F8F8F8;
}

.content-header-inner{
	position: relative;
	max-width: 1092px;
	margin: 0 auto;
	padding: 50px 0;
}

.content-header h1{
	font-size: 32px;
	line-height: 1;
	margin: 0;
}

.content-header h1 span{
	color: #36C0DE;
	font-size: 16px;
}

.breadcrumb{
	list-style: none;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}

.breadcrumb li{
	color: #919191;
	position: relative;
	padding-right: 14px;
    padding-left: 7px;
    font-size: 14px;
}

.breadcrumb li:after{
		content: ">";
		color: #666666;
		position: absolute;
		top: 0;
		right: 0;
}

.breadcrumb li:last-of-type{
	color: #252525;
	font-weight: bold;
}

.breadcrumb li:last-of-type::after{
	content: none;
}

@media screen and (max-width:768px) {

	.content-header-inner {
		padding: 30px 0;
	}

	.content-header h1 {
		font-size: 20px;
		text-align: center;
	}

	.content-header h1 span {
		font-size: 14px;
	}

	.breadcrumb{
		display: none;
	}
}


/*  */

#primary{
	display: flex;
    width: 100%;
    max-width: 1092px;
    margin: 80px auto;
}

@media screen and (max-width:768px) {
	#primary {
		display: block;
		margin: 40px auto;
		padding: 0 11px;
	}
}


.info-archive,
#primary .info-content{
	min-width: 838px;
	margin-right: 80px;
}

@media screen and (max-width:768px) {
	.info-archive,
	#primary .info-content{
		min-width: 100%;
		margin: 0 auto;
	}
	
}

.page-content{
	width: 100%;
	max-width: 1092px;
	margin: 0 auto;

}


/* sidebar */

.widget-area{
	width: 100%;
}

/* category_list */

.category_list{
	list-style: none;
	margin: 0;
}
.category_list li{
	width: 100%;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.category_list li:first-of-type{
	background-color: #36C0DE;
	border:1px solid #36C0DE;
	color: #fff;
}

.category_list li a{
	display: block;
	width: 100%;
	padding: 10px 0;
}