@charset "utf-8";
/*
Theme Name: 柳川山門歯科医師会2
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a{transition: all 0.3s ease-in-out 0s;}
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #195bd4; }
a:active { text-decoration: none; color: #195bd4; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #e4f5fe;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Zen Maru Gothic',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-weight: 700;
	font-feature-settings: "palt";
}

#container {
	position: relative;
	width: 100%;
	overflow: hidden;
	letter-spacing: 0.1em;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */
header {
	padding: 0 30px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#logo {
	width: 290px;
	height: auto;
}

#logo img {
	width: 100%;
	height: auto;
}

#logo a {
	transition: all 0.3s ease-in-out 0s;
}

#logo a:hover {
	opacity: 0.7;
}

#navWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

#hNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#hNav li {
	margin-right: 30px;
}

#hNav a {
	font-size: 1.6rem;
	transition: all 0.3s ease-in-out 0s;
}

#hNav a:hover {
	color: #195bd4;
}

#hTelWrap {
	padding: 20px 0;
}

#hTelTit {
	line-height: 1;
}

#hTel span,
#hTel a {
	font-size: 3.8rem;
	color: #195bd4;
	line-height: 1.2;
	letter-spacing: 0.07em;
}

#hTelTime {
	line-height: 1;
}

#hTelTime span {
	font-size: 1.2rem;
}

#spMenu {
	display: none;
}

/* ボタン */
/* -------------------------------------------------- */
a.btn1 {
	padding: 15px 100px;
	font-size: 2.4rem;
	color: #195bd4;
	background: #FFF url(img/common/icon1.svg) right 10% center no-repeat;
	border: 3px #195bd4 solid;
	border-radius: 60px;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}

.btn1:hover {
	color: #fff;
	background: #195bd4 url(img/common/icon4.svg) right 10% center no-repeat;
}

a.btn2 {
	width: 100%;
	padding: 15px 100px;
	font-size: 2.4rem;
	color: #FFF;
	background: #195bd4;
	border: 3px #195bd4 solid;
	border-radius: 60px;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

a.btn2::before {
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: url(img/common/icon2.svg) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
}

a.btn2 span {
	display: inline-block;
	vertical-align: middle;
}

a.btn2:hover {
	opacity: 0.7;
}

/* タイトル */
/* -------------------------------------------------- */
.tit1 {
	font-size: 3.6rem;
	padding-bottom: 20px;
}

.tit2 {
	font-size: 3.6rem;
	text-align: center;
	padding-bottom: 20px;
}

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

.subTit span {
	padding: 5px 10px;
	font-size: 1.8rem;
	background: #FFF;
	display: inline-block;
	border-radius: 10px;
}

/* 共通検索 */
/* -------------------------------------------------- */
.search {
	width: 1200px;
	padding: 50px;
	margin: 0 auto 100px;
	background: #FFF;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.searchContent {
	width: 65%;
	position: relative;
}

.searchCheckbox {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.searchCheckbox li {
	width: 25%;
	margin-bottom: 10px;
}

.searchCheckbox label {
	cursor: pointer;
}

.searchCheckbox .checkboxLabel {
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
}

.searchCheckbox input[type="checkbox"] {
	opacity:0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

.searchCheckbox input[type="checkbox"] + p::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 2rem;
	height: 2rem;
	border: 2px solid #a0a0a0;
	border-radius: 5px;
	margin-right: 10px;
}

.searchCheckbox input[type="checkbox"]:checked + p::before {
	background-image: url(img/common/check.svg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

.searchImg {
	width: 35%;
	text-align: center;
}

.searchImg img {
	width: 54%;
}

.freeword {
	padding-bottom: 30px;
}

.freeword p {
	padding-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1;
}

.freeword input {
	width: 100%;
	padding: 10px;
	font-size: 2rem;
	border: 3px #a0a0a0 solid;
	font-family: inherit;
}

.searchHoliday {
	position: absolute;
	top: 0;
	right: 0;
}

.searchHoliday a {
	color: #195bd4;
	font-size: 2rem;
}

.searchHoliday a::after {
	content: "";
	width: 10px;
	height: 16px;
	margin-left: 15px;
	background: url(img/common/icon1.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.searchHoliday span {
	display: inline-block;
	vertical-align: middle;
}

/* フッター */
/* -------------------------------------------------- */
footer {
	background: #49b7ea;
}

#fWrap {
	width: 1200px;
	padding: 50px 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fInfo {
	width: 40%;
	padding-right: 80px;
	color: #FFF;
}

#fName {
	font-size: 2.2rem;
}

#fAddress {
	font-size: 1.8rem;
}

#fAccess {
	padding-bottom: 40px;
	text-align: right;
}

#fAccess a {
	font-size: 2rem;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}

#fAccess a:hover {
	opacity: 0.7;
}

#fAccess a::before {
	content: "";
	width: 12px;
	height: 18px;
	margin-right: 5px;
	background: url(img/common/icon3.svg) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#fAccess a::after {
	content: "";
	width: 10px;
	height: 16px;
	margin-left: 10px;
	background: url(img/common/icon4.svg) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#fAccess a span {
	display: inline-block;
	vertical-align: middle;
}

#fBnr {
	display: flex;
	flex-wrap: wrap;
}

#fBnr li {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 20px
}

#fBnr li:nth-child(2n) {
	margin-right: 0;
}

#fBnr li a {
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #FFF;
	transition: all 0.3s ease-in-out 0s;
}

#fBnr li a:hover {
	color: #333;
	opacity: 0.7;
}

#fHolidayWrap {
	width: 60%;
	padding: 40px;
	background: #FFF;
	border-radius: 20px;
}
#fHoliday {
	font-size: 1.6rem;
	font-weight: 500;
}

#fAnno {
	font-size: 2rem;
	font-weight: 700;
}

#fAnno li {
	padding: 20px;
	border-bottom: 1px #49b7ea solid;
	position: relative;
}

#fAnno li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #49b7ea;
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 50%;
}

#fAnno a {
	color: #195bd4;
	transition: all 0.3s ease-in-out 0s;
}

#fAnno a:hover {
	opacity: 0.7;
}

#copy {
	padding-bottom: 30px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

/* 下層MV */
/* -------------------------------------------------- */
#underMv {
	width: 100%;
	height: 220px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 5px #FFF solid;
	font-size: 3.6rem;
}

/* パンくず */
/* -------------------------------------------------- */
#bc {
	width: 1200px;
	margin: 0 auto 20px;
}

#bcList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

#bcList li {
	padding-right: 15px;
	font-size: 1.8rem;
	line-height: 1
}

#bcList li:last-child {
	padding-right: 0px;
}

#bcList li::after {
	content: "";
	width: 10px;
	height: 16px;
	margin-left: 10px;
	background: url(img/common/bc_arrow.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#bcList li:last-child::after {
	display: none;
}

#bcList li span,
#bcList li a,
#bcList li img {
	display: inline-block;
	vertical-align: middle;
}

/* ページャー */
/* -------------------------------------------------- */
#pageNavWrap {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#pager {
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#pager a, #pager span {
	width: 40px;
	height: 40px;
	margin: 0 10px;
	display: inline-block;
	color: #49b7ea;
	background-color: #FFF;
	border: 3px #49b7ea solid;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	border-radius: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
}

#pager a:hover {
	background-color: #49b7ea;
	border: 3px #49b7ea solid;
	color: #FFF;
}


#pager span.current, #pager a.next, #pager a.prev {
	color: #fff;
	background-color: #195bd4;
	border: 3px #195bd4 solid;
	transition: all 0.3s ease-in-out 0s;
}


#pager a.next:hover, #pager a.prev:hover {
	opacity: 0.7;
}

#pager span.dots{
	background: none;
	border: none;
	color: #000;
	padding: 10px 0;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
	#logo {
		width: 20%;
	}
	
	#logo img {
		width: 100%;
		height: auto;
	}
	
	#hNav li {
		margin-right: 10px;
	}
	
	#hNav a {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	
	#hTel span, #hTel a {
		font-size: 2.8rem;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.search {
		width: 94%;
		padding: 30px;
	}
	
	#fWrap {
		width: 94%;
	}
	
	#fInfo {
		width: 40%;
		padding-right: 40px;
		color: #FFF;
	}
	
	#fName {
		font-size: 1.8rem;
	}
	
	#fAddress {
		font-size: 1.6rem;
	}
	
	#fAccess a {
		font-size: 1.6rem;
	}
	
	#bc {
		width: 94%;
		margin: 0 auto 20px;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	header {
		height: 70px;
		padding: 0 3%;
	}
	
	#logo {
		width: 30%;
		min-width: 200px;
	}
	
	#logo img {
		width: 100%;
		height: auto;
	}
	
	#navWrap {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 100%;
		transition: all 0.3s ease-in-out 0s;
		background: #FFF;
		z-index: 1000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	#navWrap.active {
		left: 0;
	}
	
	#hNav {
		padding-right: 50px;
		display: block;
	}
	
	#hNav li {
		margin: 0 0 5px 0;
	}
	
	#hNav a {
		font-size: 1.8rem;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#underMv {
		font-size: 3rem;
	}
	
	#spMenu {
		display: block;
	}
	
	/* ハンバーガーメニュー */
	/* -------------------------------------------------- */
	#spMenu{
		position: fixed;
		top: 10px;
		right: 3%;
		background:#195bd4;
		cursor: pointer;
		width: 50px;
		height:50px;
		border-radius: 5px;
		z-index: 1020;
	}

	/*ボタン内側*/
	#spMenu span{
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 45%;
	  }

	#spMenu span:nth-of-type(1) {
	  top:15px; 
	}

	#spMenu span:nth-of-type(2) {
	  top:23px;
	}

	#spMenu span:nth-of-type(3) {
	  top:31px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	#spMenu.active span:nth-of-type(1) {
		top: 18px;
		left: 10px;
		transform: translateY(6px) rotate(-45deg);
		width: 60%;
		height: 4px;
	}

	#spMenu.active span:nth-of-type(2) {
	  opacity: 0;/*真ん中の線は透過*/
	}

	#spMenu.active span:nth-of-type(3){
		top: 30px;
		left: 10px;
		transform: translateY(-6px) rotate(45deg);
		width: 60%;
		height: 4px;
	}
	
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		font-size: 3rem;
	}
	
	.tit2 {
		font-size: 3rem;
	}
	
	/* タイトル */
	/* -------------------------------------------------- */
	a.btn1 {
		padding: 10px 80px;
		font-size: 2rem;
	}
	
	a.btn2 {
		width: 100%;
		padding: 10px 50px;
		font-size: 2rem;
	}
	
	
	/* 検索ボックス */
	/* -------------------------------------------------- */
	.search {
		width: 94%;
		padding: 30px;
	}
	
	.searchCheckbox .checkboxLabel {
		font-size: 1.6rem;
	}
	
	.searchHoliday a {
		font-size: 1.6rem;
	}

	/* フッター */
	/* -------------------------------------------------- */
	#fWrap {
		width: 94%;
	}
	
	#fInfo {
		width: 40%;
		padding-right: 40px;
		color: #FFF;
	}
	
	#fName {
		font-size: 1.8rem;
	}
	
	#fAddress {
		font-size: 1.6rem;
	}
	
	#bc {
		width: 94%;
		margin: 0 auto 20px;
	}
	
	#bcList li {
		padding-right: 15px;
		font-size: 1.6rem;
		line-height: 1;
	}
	
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ハンバーガーメニュー */
	/* -------------------------------------------------- */
	#navWrap {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 100%;
		transition: all 0.3s ease-in-out 0s;
		background: #FFF;
		z-index: 1000;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	#hNav li {
		margin: 0 0 10px 0;
	}
	
	/* 検索ボックス */
	/* -------------------------------------------------- */
	.search {
		width: 94%;
		padding: 6%;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.searchContent {
		width: 100%;
		position: relative;
	}
	
	.searchImg {
		width: 100%;
		padding-top: 30px;
	}
	
	.searchHoliday {
		position: static;
		text-align: right;
	}
	
	.searchCheckbox li {
		width: 50%;
		margin-bottom: 10px;
	}
	
	.searchCheckbox .checkboxLabel {
		font-size: 1.4rem;
	}
	
	.freeword input {
		font-size: 1.6rem;
	}
	
	/* タイトル*/
	/* -------------------------------------------------- */
	.tit1 {
		font-size: 2.4rem;
	}
	
	.tit2 {
		font-size: 2.4rem;
		text-align: center;
		padding-bottom: 20px;
	}
	
	/* ボタン */
	/* -------------------------------------------------- */
	a.btn1 {
		padding: 10px 80px;
		font-size: 1.6rem;
	}
	
	a.btn2 {
		width: 100%;
		padding: 10px 50px;
		font-size: 1.6rem;
	}
	
	/* フッター*/
	/* -------------------------------------------------- */
	#fInfo {
		width: 100%;
		padding-right: 0;
	}
	
	#fHolidayWrap {
		width: 100%;
		padding: 20px;
		background: #FFF;
		border-radius: 20px;
	}
	
	#fWrap {
		padding: 30px 0 20px;
	}
	
	#fAddress a {
		color: #FFF;
	}
	
	#fAccess {
		padding-bottom: 20px;
	}
	
	#fAccess a {
		font-size: 1.6rem;
		color: #FFF;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#fHoliday {
		font-size: 1.4rem;
	}
	
	#fAnno {
		font-size: 1.6rem;
	}
	
	#bcList li {
		padding-right: 10px;
		font-size: 1.2rem;
		line-height: 1;
	}
	
	#bcList li::after {
		content: "";
		width: 5px;
		height: 8px;
		margin-left: 5px;
		background: url(img/common/bc_arrow.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
	
	#copy {
		padding-bottom: 20px;
		font-size: 1.2rem;
		color: #FFF;
		text-align: center;
	}
	
	/* 下層MV */
	/* -------------------------------------------------- */
	#underMv {
		width: 100%;
		min-height: 150px;
		padding: 0 5%;
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		border-bottom: 5px #FFF solid;
		font-size: 2.4rem;
	}
	
	/* ページャー */
	/* -------------------------------------------------- */
	#pager a, #pager span {
		width: 30px;
		height: 30px;
		margin: 0 5px;
		font-size: 1.5rem;
	}
	
	
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
