@charset "utf-8";
/* CSS Document */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */


/*--------------------------------------------------------------
## 共通
--------------------------------------------------------------*/

body{
	color: #5b5b5b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 1px;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

img{
	max-width:100%;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}


/*link*/

a{
	text-decoration:none;
	color: #005ea0;
    transition: all .1s ease;
	-webkit-tap-highlight-color: gba(67, 141, 198, 0.1);
}

a:hover {
	opacity:0.6;
	transition: all .3s;
}

/* スマホのみ */
@media screen and (max-width: 767px){

.sp_none{
	-webkit-tap-highlight-color: gba(67, 141, 198, 0.1);
}

}

/*clearfix*/

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {
	height: 1px;
}

.clear{
	clear:both;
}


/*flex-box*/

.flex_between_all{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_around_all{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

/*iframe*/

.iframe_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe_wrapper iframe,
.iframe_wrapper object,
.iframe_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*text-deco*/

.site_color{
	color:#005ea0;
}

.red{
	color:#ca0915;
}

.txt_s{
	font-size: 90%;
}

.txt_l{
	font-size: 140%;
}

.txt_bold{
	font-weight:bold;
}

b{
	background: -moz-linear-gradient(transparent 40%, #c8dfed 0%);      /* Firefox用 */
	background: -webkit-linear-gradient(transparent 40%, #c8dfed 0%);   /* Safari用 */
	background: -ms-linear-gradient(transparent 40%, #c8dfed 0%);       /* IE用 */
	background: -o-linear-gradient(transparent 40%, #c8dfed 0%);        /* Opera用 */
	background: linear-gradient(transparent 40%, #c8dfed 0%);           /* Default */
	font-weight:bold;
}

/*Webfont*/

h1,
h2,
h3,
h4,
h5,
#contents table th,
#main table th,
.web_font{
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*webフォント使う場合は
fot-tsukuardgothic-std, */


/* スマホのみ */
@media screen and (max-width: 767px){

.sp_none{
	display:none!important;
}

}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

.tab_none{
	display:none!important;
}

}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

.pc_none{
	display:none!important;
}


/*flex-box*/

.flex_between{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_around{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

}

/*--------------------------------------------------------------
## 見出し
--------------------------------------------------------------*/

#contents h1,
#main h1{
  padding: 40px 0 30px 0;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 4px;
}

#contents h2,
#main h2,
.contact h2{
	font-size: 28px;
	padding: 50px 0 40px 0;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}

#contents h2{
	padding: 28px 0;
	margin:0 -100px 20px -100px;
	background: #726659;
	color: #fff;
}

#contents h2 a {
	color: #5b5b5b;
}

#contents h2 a:hover {
	opacity: 0.8;
}

#contents h3,
#main h3 {
	font-size: 25px;
	margin: 30px 0 20px 0;
	font-weight: bold;
	line-height: 1.3;
}

#contents h3{
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid #6ea3be;
}


#contents .paragraph h4{
	font-size: 23px;
	margin: 30px 0 10px 0;
	padding: 6px 10px;
	border-left: 8px solid #005ea0;
	line-height: 1.3;
	font-weight: bold;
}

#contents .paragraph h5{
	font-weight:bold;
	font-size: 23px;
	line-height: 1.3;
  margin: 25px 0 10px 0;
}

#main p {
  padding: 0 10px 15px 10px;
}

#contents p{
	padding: 0 0 15px 0;
}

#contents > .paragraph > p:first-child{
	padding-top: 65px;
}

#contents a:hover {
	text-decoration: underline;
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){

#contents h1,
#main h1{
	padding: 40px 0 30px 0;
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 1.3;
}

#contents h2,
#main h2 {
	font-size: 26px;
	padding: 30px 0 20px 0;
	line-height: 1.3;
	letter-spacing:2px;
}

#contents h2{
	padding: 20px 0;
	margin:0 -30px 20px -30px;
}

#contents h3,
#main h3 {
	font-size: 22px;
	margin: 25px 0 20px 0;
}

#contents .paragraph h4{
	font-size: 20px;
	margin: 25px 0 10px 0;
	line-height: 1.3;
}

#contents .paragraph h5{
	font-size: 20px;
	margin: 25px 0 5px 0;
}

#contents > .paragraph > p:first-child{
	padding-top: 35px;
}


}

/* スマホのみ */
@media screen and (max-width: 767px){

	#contents .paragraph > p:first-child{
		padding-top: 25px;
	}

	#contents h2{
	margin:0 -20px 20px -20px;
}

}


/*--------------------------------------------------------------
## スクロール調整用
--------------------------------------------------------------*/

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
#access,
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10
{
	height: auto;
	margin-top: -160px !important;
	padding-top: 160px;
}
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#access,
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10
{
	height: auto;
	margin-top:-55px !important;
	padding-top: 55px;
}

}



/*--------------------------------------------------------------
## レイアウト
--------------------------------------------------------------*/

#header{
	height: 160px;
}

#main{
	overflow: hidden;
	width: 100%;
}

#wrapper{
	width: 100%;
	background:#edeff4;
}

#contents{
	background: #fff;
	width: 100%;
	max-width: 1000px;
}

.mt10{
	margin-top: 10px;
}

/*背景色*/

.back_edeff4{
	/*薄紫*/
	background: #edeff4;
}

.back_efeae4{
	/*薄茶*/
	background: #efeae4;
}

.back_fff{
	/*白*/
	background: #fff;
}

.bg_filter{
	/*背景画像透過　paddingとrgbaは都度調整*/
	height: 100%;
	background: rgba(255,255,255,0.9);
}


/* スマホのみ */
@media screen and (max-width: 767px){

#header{
	height: 54px;
}

#contents{
	padding: 0 20px 10px 20px;
}

#contents .paragraph{
	margin: 0 0 10px 0;
}

}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

#header{
	height: 54px;
}

#contents{
	padding: 0 30px 20px 30px;
}

#contents .paragraph{
	margin: 0 0 20px 0;
}

}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#contents{
	overflow: hidden;
	padding: 0 100px;
	margin:0 auto 50px auto;
}

#contents .paragraph{
	margin: 0 0 50px 0;
}

}

/*--------------------------------------------------------------
## トップページ:ヘッダー
--------------------------------------------------------------*/

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#sp_header .sp_head_fix{
	position: fixed;
	width: 100%;
	height: 55px;
	z-index: 9999;
	border-bottom: solid 1px #e5e5e5;
	background: #fff;
}

#sp_header img.sp_logo{
	float: left;
	margin:12px 0 0 10px;
	width:auto;
	height:35px;
}

#sp_header .nav_box_sp{
	padding: 30px 0 40px 0;
}

#sp_header .pure-drawer	.drawer_logo{
	width:30%;
	height:auto;
	display:block;
	margin:0 auto;
}

}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

.pc_head_fix{
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 9999;
	border-bottom: solid 1px #e5e5e5;
	background: #fff;
}

#pc_header{
	margin: 15px auto 5px auto;
	max-width: 1000px;
}

#pc_header img.logo{
	width: auto;
	height:60px;
	display:block;
	margin:5px 0;
}

#pc_header .pc_header_btn_left,
#pc_header .pc_header_btn_right{
	width: 280px;
	position: relative;
	text-align: center;
}

#pc_header .pc_header_btn_left{
	margin-right: 3px;
}

#pc_header .pc_header_btn_left a,
#pc_header .pc_header_btn_right a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #005ea0;
}

#pc_header .pc_header_btn_left a{
	padding: 10px;
}

#pc_header .pc_header_btn_right a{
	padding: 15px;
}


#pc_header .pc_header_btn_left a:hover,
#pc_header .pc_header_btn_right a:hover{
    opacity: 0.5;
}

#pc_header .pc_header_btn_left img,
#pc_header .pc_header_btn_right img{
	width: auto;
	height: 40px;
	float: left;
	margin-right:8px;
}

#pc_header .pc_header_btn_left img{
	margin-left: 10px;
	margin-top: 5px;
}

#pc_header .pc_header_btn_left p,
#pc_header .pc_header_btn_right p{
	line-height: 1.3;
	color: #fff;
	margin: 0;
}


#pc_header .pc_header_btn_right p{
	margin-top: 7px;
}

}

/*--------------------------------------------------------------
## トップページ:ナビゲーション
--------------------------------------------------------------*/

#pc_nav{
	width:100%;
}

#pc_nav .nav_menu{
	position: relative;
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
}

#pc_nav .nav_menu li{
	flex: auto;
	-webkit-flex: auto;
	border-left: 1px solid #e6e6e6;
	margin: 5px 0;
}

#pc_nav .nav_menu li:last-child{
	border-right: 1px solid #e6e6e6;
}

#pc_nav .nav_menu > li a{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	display: block;
	height:auto;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	background: #fff;
	color: #5b5b5b;
}
/*webフォント使う場合は
fot-tsukuardgothic-std, */

#pc_nav .nav_menu > li a:hover{
	background: #005ea0;
	color: #fff;
	opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}


#pc_nav .nav_menu > li .menu__second-level li {
    border: solid 1.2px #fff;
	margin: 0;
	overflow: hidden;
}

#pc_nav .nav_menu > li .menu__second-level li a{
	font-size: 18px;
	line-height: 1.3;
	padding: 10px;
	text-align: left;
	background: #dfecf2;
}

#pc_nav .nav_menu > li .menu__second-level li a:hover {
   background: #005ea0;
	color: #fff;
}

#pc_nav .nav_menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 60px;
    visibility: visible;
    opacity: 1;
}

/* floatクリア */
.nav_menu:before,
.nav_menu:after {
    content: " ";
    display: table;
}

.nav_menu:after {
    clear: both;
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){

#sp_header .sp_nav{
	border-top: 1px solid #e5e5e5;
	margin-top:30px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#sp_header .sp_nav li{
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.3;
  font-size: 15px;
}

#sp_header .sp_nav li a{
	padding: 20px 0 20px 28px;
	display: block;
	color: #5b5b5b;
	background: url(../img/icon_arw_gray.svg) no-repeat 10px center;
	background-size: 12px 12px;
}

#sp_header .sp_nav .menu__item {
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
}

#sp_header .sp_nav .submenu{
	background: #B3D4FC;
	display: none;
}
	
#sp_header .sp_preventnav{
	position: fixed;
	top: 0;
	right: 112px;
	z-index: 99;
	color: #fff;
	width: 55px;
	height: 55px;
	background: #726659;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	padding: 5px;
}
	
#sp_header .sp_preventnav img{
	width: 45%;
}

#sp_header .sp_bite{
	position: fixed;
	top: 0;
	right: 56px;
	z-index: 99;
	color: #fff;
	width: 55px;
	height: 55px;
	background: #e5e2df;
	color: #5b5b5b;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	padding: 5px;
}
	
#sp_header .sp_bite img{
	width: 45%;
}
}

/*--------------------------------------------------------------
## トップページ：メインビジュアル　NEW
--------------------------------------------------------------*/

#top_mv{
	width: 100%;
	display: flex;
	color: #fff;
}

.bg-slider{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

#top_mv .top_mv_inner{
	text-align: left;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#top_mv .top_mv_maintxt{
	text-align: left;
	padding: 0;
	text-shadow: #000 5px 0 15px;
}

#top_mv .top_mv_subtxt{
	line-height: 150%;
	padding: 0;
	text-shadow: #000 5px 0 15px;
	font-weight: bold;
}

#top_mvbtm{
	height: 120px;
	display: flex;
	align-items: center;
	padding: 0 50px;
}

.top_mvbtm_box{
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.top_mvbtm_box:last-child{
	margin-right: 0;
}

.top_mvbtm_iconitem{
	width: 70px;
	height: auto;
}

#top_mvbtm .top_mvbtm_txtitem{
	padding: 0;
	margin-left: 15px;
	line-height: 150%;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* スマホのみ */
@media screen and (max-width: 767px){
	#top_mv{
		padding:30px 10px;
		height: 600px;
		position: relative;
	}

	.top_mv_inner{
		padding-bottom: 30px;
	}

	#top_mv .top_mv_maintxt{
		font-size: 30px;
		margin-bottom: 15px;
	}

	#top_mv .top_mv_subtxt{
		font-size: 16px;
	}

	#top_mvbtm{
		width: 100%;
		height: 120px;
		display: flex;
		justify-content:space-around;
		padding: 0;
		position:absolute;
		top:505px;
		padding: 0 5px;
	}

	#top_mvbtm .top_mvbtm_box{
		width: 110px;
		height: 110px;
		background:url(../img/top_mvbtmicon_bg.svg) no-repeat;
		background-size: cover;
		margin: 0 5px;
	}

	#top_mvbtm .top_mvbtm_txt{
		width: 100%;
	}

	.top_mvbtm_spicon{
		width: 20px;
		height: 20px;
		display: block;
		margin: 0 auto 10px auto;
	}

	#top_mvbtm .top_mvbtm_txtitem{
		font-size: 11px;
		text-align: center;
		margin-left: 0;
		line-height: 130%;
		color: #fff;
	}
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	#top_mv{
		align-items:center;
	}
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
	#top_mv{
		padding:60px 30px;
		height: 765px;
	}

	#top_mv .top_mv_maintxt{
		font-size: 48px;
		margin-bottom: 15px;
	}

	#top_mv .top_mv_subtxt{
		font-size: 23px;
	}

	#top_mvbtm{
		padding: 0 30px;
	}

	#top_mvbtm .top_mvbtm_txtitem{
		font-size: 16px;
	}
}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	#top_mv{
		height: calc(100svh - calc(160px + 120px)); /* ヘッダー＋ページ下部エリア*/
		padding: 50px;
		align-items: flex-end;
	}

	#top_mv .top_mv_maintxt{
		font-size: 48px;
		margin-bottom: 20px;
	}

	#top_mv .top_mv_subtxt{
		font-size: 23px;
		margin-bottom:20px;
	}
}


/* PC（大画面）のみ */
@media print, screen and (min-width : 1920px){

	#top_mv{
		padding: 100px;
	}

	#top_mv .top_mv_maintxt{
		font-size: 80px;
	}

	#top_mv .top_mv_subtxt{
		font-size: 32px;
		margin-bottom:50px;
	}

	#top_mvbtm{
		padding: 0 100px;
	}
}

	/* 小さいスマホのみ */
	@media screen and (max-width: 413px){
		#top_mvbtm{
			top:475px;
		}

		#top_mv .top_mv_subtxt{
			margin-bottom:30px;
		}
	}

/*--------------------------------------------------------------
## トップページ：バナーエリア
--------------------------------------------------------------*/

.top_linkbnrarea{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:60px;
	max-width: 1000px;
	margin: 0 auto;
}

.top_linkbnrarea_item{
	width: calc(50% - 30px);
	margin: 10px 15px;
	max-width: 100%;
}

.top_linkbnrarea_img{
	width: 100%;
	height: auto;
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
	.top_linkbnrarea{
		padding-top:30px;
	}
}

/*スマホ*/
@media screen and (max-width: 767px){
	.top_linkbnrarea{
		padding:15px 10px 0 10px;
	}

	.top_linkbnrarea_item{
		width: 100%;
		margin: 15px 0 0 0;
	}
}

/*--------------------------------------------------------------
## トップページ：提携
--------------------------------------------------------------*/
#main .top_partnership{
	overflow: hidden;
	margin: 20px;
	border: 1px solid #ccc;
	text-align: center;
}

#main .top_partnership img{
	width: 820px;
}

#main .top_partnership p{
	margin: 0 10px;
	padding: 0;
}




/*--------------------------------------------------------------
## トップページ：コンセプト
--------------------------------------------------------------*/

#main .top_concept{
	overflow: hidden;
	text-align: center;
  background: url(../img/top_concept.jpg);
  background-size: cover;
	background-position: 50% 50%;
}

#main .top_concept .bg_filter{
  padding-bottom:  35px;
	background: rgba(255,255,255,0.8);
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){
	#main	.top_concept{
		/* margin-top: 250px; */
		text-align: left;
	}

	#main .top_concept .bg_filter{
		padding-bottom: 20px;
	}

}

/*--------------------------------------------------------------
## トップページ：コロナウイルス
--------------------------------------------------------------*/

.top_coronavirus{
	width: 300px;
	margin: 15px auto 0 auto;
}
@media screen and (max-width: 1023px){
	.top_coronavirus{
		width: 100%;
		max-width: 500px;
		margin-bottom: 25px;
	}
}

/*--------------------------------------------------------------
## トップページ：お知らせ
--------------------------------------------------------------*/

@media only screen and (max-width: 1199px) {
  .top-news {
    padding: 56px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-news {
    padding: 60px 0;
  }
}
.top-news_tabWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	box-shadow: 0 0 8px #a5a5a5;
}
.top-news_tabLabel {
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  order: -1;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .top-news_tabLabel {
    width: 33.3333333333%;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-news_tabLabel {
    width: 33.3333333333%;
  }
}
.top-news_tabLabel:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
}
.top-news_tabLabel--news {
  background: #fff;
}
.top-news_tabLabel--news:after {
  background: #fff;
}
.top-news_tabLabel--column {
  background: #c8dfed;
}
.top-news_tabLabel--column:after {
  background: #c8dfed;
}
.top-news_tabLabel--blog {
  background: #efeae4;
}
.top-news_tabLabel--blog:after {
  background: #efeae4;
}
.top-news_tabCntent {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntent {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top-news_tabCntent {
    padding: 0 40px;
  }
}

.top-news_tabCntent--news {
  background: #fff;
padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntent--news {
    padding: 0 20px;
  }
}
.top-news_tabCntent--column {
  background: #c8dfed;
padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntent--column {
    padding: 0 20px;
  }
}
.top-news_tabCntent--blog {
  background: #efeae4;
padding: 0 80px;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntent--blog {
    padding: 0 20px;
  }
}
.top-news_tabSwitch:checked + .top-news_tabLabel--news {
  background: #fff;
}
.top-news_tabSwitch:checked + .top-news_tabLabel--column {
  background: #c8dfed;
}
.top-news_tabSwitch:checked + .top-news_tabLabel--blog {
  background: #efeae4;
}
.top-news_tabSwitch:checked + .top-news_tabLabel + .top-news_tabCntent {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.2s opacity;
}
.top-news_tabSwitch {
  display: none;
}
.top-news_tabCntentList {
  max-width: 980px;
  margin: 40px auto 64px auto;
}
.top-news_tabCntentListItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.top-news_tabCntentListItemImg {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntentListItemImg {
    width: 100px;
    height: 80px;
    margin-right: 12px;
  }
}
.top-news_tabCntentListItemImg:hover {
  transition: all 0.2s ease;
}
.top-news_tabCntentListItemImg:hover:hover {
  opacity: 0.8;
}
.top-news_tabCntentListItemText {
  flex: 1;
}
.top-news_tabCntentListItemTextDay {
  font-size: 14px;
  color: #ACA18C;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-right: 8px;
	padding: 0!important;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntentListItemTextDay {
    letter-spacing: 0;
    font-size: 12px;
  }
}
.top-news_tabCntentListItemTextTag {
  font-size: 13px;
  padding: 2px 18px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top-news_tabCntentListItemTextTag {
    font-size: 11px;
    padding: 2px 12px;
  }
}
.top-news_tabCntentListItemTextTag--news {
  background: #edeff4;
}
.top-news_tabCntentListItemTextTag--column {
  background: #edeff4;
}
.top-news_tabCntentListItemTextTag--blog {
  background: #DED3C2;
}
.top-news_tabCntentListItemTextLink {
  font-size: 16px;
  font-weight: 400;
  display: block;
	line-height: 1.6;
}
.top-news_tabCntentListItemTextLink:hover {
  color: #ACA18C;
}
.top-news_linkBtnArea {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.top_linkBtn {
    background: #005ea0;
    padding: 10px 100px 10px 80px;
    border-radius: 100px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease;
    color: #fff;
}
.top_linkBtn:before {
    background: url(../img/icon_arw_gray.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 60px;
}

.top_sectionWrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top_sectionWrapper {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top_sectionWrapper {
    padding: 0 40px;
  }
}
.top_sectionWrapperWide {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top_sectionWrapperWide {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .top_sectionWrapperWide {
    padding: 0 40px;
  }
}

/*--------------------------------------------------------------
## トップページ：バナー
--------------------------------------------------------------*/
#main .top_bnr{
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	align-items: center;
	text-align: center;
}

#main .top_bnr img{
	width: 100%;
	max-width: 800px;
	box-shadow: 0 0 8px #a5a5a5;
}

/*スマホとタブレット*/
@media screen and (max-width: 1023px){
	#main .top_bnr{
	padding: 10px;
	}
}


/*--------------------------------------------------------------
## トップページ：基本情報
--------------------------------------------------------------*/
#main .top_info{
	overflow: hidden;
	align-items: center;
	background: url(../img/top_info_bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	margin-top: 50px;
}

#main .top_info a{
	color: #5b5b5b;
}

#main .top_info a:hover{
	text-decoration: underline;
}

#main .top_info .bg_filter{
	background: rgba(255,255,255,0.6);
	padding: 60px 30px;
}

#main .top_info .info_box{
	overflow: hidden;
	padding: 0 30px 35px 30px;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	background: #fff;
	box-shadow: 0 0 8px #a5a5a5;
}

#main .top_info .info_box .flex_between{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#main .top_info .info_box .flex_between .info_flex{
	width: 49%;
}

#main .top_info .info_box .flex_between .info_flex img{
	width: 100%;
	margin-bottom: 30px;
}

#main .top_info .info_box .flex_between .info_flex iframe{
	width: 100%;
	height: 300px;
}

#main .top_info .info_box .flex_between .info_flex .info_text {
	width: 100%;
	margin: 15px 0 -15px 10px;
}

#main .top_info .info_box .flex_between .info_flex .info_text th{
	vertical-align: top;
	padding-right: 18px;
}

#main .top_info .info_box .flex_between .info_flex .info_text td{
	padding:5px 0 14px 0;
	line-height: 1.7;
}

#main .top_info .info_box .flex_between .info_flex p{
	margin: 15px 0 5px 0;
	line-height: 1.7;
}

#main .top_info .info_box .flex_between .info_flex .info_timetable {
	width: 100%;
	margin: 20px 0 15px 0;
	text-align: center;
}

#main .top_info .info_box .flex_between .info_flex .info_timetable th{
	padding: 15px 5px;
	background: #005ea0;
	color: #fff;
	line-height: 1.3;
}

#main .top_info .info_box .flex_between .info_flex .info_timetable td{
	padding: 15px 5px;
	line-height: 1.3;
}

#main .top_info .info_box .flex_between .info_flex .info_timetable,
#main .top_info .info_box .flex_between .info_flex .info_timetable th,
#main .top_info .info_box .flex_between .info_flex .info_timetable td{
	border-collapse: collapse;
  border:1px solid #a5a5a5;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#main .top_info{
		margin-top: 30px;
	}

	#main .top_info .bg_filter{
		padding: 30px 10px;
	}

	#main .top_info .info_box{
		margin: 0 auto;
		padding: 0 10px 30px 10px;
		width: 100%;
	}

	#main .top_info .info_box .flex_between .info_flex{
		width: 100%;
	}

	#main .top_info .info_box .flex_between .info_flex p{
	margin: 15px 0 10px 0;
	}

	#main .top_info .info_box .flex_between .info_flex .info_text {
	width: 100%;
	margin: 20px 10px;
}

	#main .top_info .info_box .flex_between .info_flex .info_timetable th,
	#main .top_info .info_box .flex_between .info_flex .info_timetable td{
	padding: 10px 5px;
	}

	#main .top_info .info_box .flex_between .info_flex img{
		margin-top: 0;
	}

}


/*--------------------------------------------------------------
## トップページ：６つの約束
--------------------------------------------------------------*/

#main .top_promise {
	overflow: hidden;
	width: 100%;
	padding:0 30px 50px 30px;
	margin: 0;
	background: #c8dfed;
}


#main .top_promise a p{
	color:#5b5b5b;
	}

#main .top_promise .promise_flex{
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}


#main .top_promise .promise_box .promise_box_in:hover{
	transition: 0.8s;
	opacity: 0.5;
}

#main .top_promise .promise_flex .promise_box{
	position:relative;
	border: 1px solid #5b5b5b;
	border-radius: 10px;
	width: 32%;
	margin-bottom: 30px;
	background: #fff;
}

#main .top_promise .promise_flex .promise_box .promise_h3{
	position:relative;
	margin-bottom: 10px;
	color: #fff;
}


#main .top_promise .promise_flex .promise_box .promise_h3 .promise_no{
	font-size: 40px;
	margin-left: -5px;
	text-shadow:1px 1px 0 #5b5b5b, -1px -1px 0 #5b5b5b,
              -1px 1px 0 #5b5b5b, 1px -1px 0 #5b5b5b,
              0px 1px 0 #5b5b5b,  0-1px 0 #5b5b5b,
              -1px 0 0 #5b5b5b, 1px 0 0 #5b5b5b;
}

#main .top_promise .promise_flex .promise_box .promise_h3 img{
	width: 100%;
	border-top-left-radius : 10px;
	border-top-right-radius: 10px;
}

#main .top_promise .promise_flex .promise_box .promise_h3 h3{
	font-size: 26px;
	position: absolute;
	bottom: 20px;
	padding: 0 20px;
	margin: 0;
	text-shadow:1px 1px 0 #5b5b5b, -1px -1px 0 #5b5b5b,
              -1px 1px 0 #5b5b5b, 1px -1px 0 #5b5b5b,
              0px 1px 0 #5b5b5b,  0-1px 0 #5b5b5b,
              -1px 0 0 #5b5b5b, 1px 0 0 #5b5b5b;
}

#main .top_promise .promise_flex .promise_box p{
	margin: 20px;
}

/*
#main .top_promise .promise_flex .promise_box .promise_a{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

#main .top_promise .promise_flex .promise_box .promise_a a{
	font-size: 15px;
}
*/


/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#main .top_promise {
		padding:0 5px 30px 5px;
	}

	#main .top_promise .promise_flex .promise_box{
		width: 49%;
		margin:0 0 10px 0;
		padding-bottom: 10px;
	}

}


/* スマホのみ */
@media screen and (max-width: 767px){

	#main .top_promise .promise_flex .promise_box .promise_h3 .promise_no{
		font-size: 16px;
		margin-left: 0;
	}

	#main .top_promise .promise_flex .promise_box .promise_h3 h3{
		font-size: 16px;
		bottom: 10px;
		padding: 0 10px;
	}

	#main .top_promise .promise_flex .promise_box p{
	margin:0;
	padding-bottom: 0;
}

#main .top_promise .promise_flex .promise_box .promise_a{
	position: static;
	margin-bottom: 10px;
}
}


/*--------------------------------------------------------------
## トップページ：青山一丁目麻布歯科の特徴
--------------------------------------------------------------*/

#main .top_feature{
	overflow: hidden;
	width: 100%;
	padding-bottom: 50px;
}

#main .top_feature h2{
	background: #726659;
	color: #fff;
	padding: 50px 0;
}

#main .top_feature .feature_box{
	background-color: #fff;
}

#main .top_feature .feature_box .feature_left,
#main .top_feature .feature_box .feature_right{
	overflow: hidden;
	width: 50%;
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main .top_feature .feature_box .feature_left{
	float: left;
}

#main .top_feature .feature_box .feature_right{
	float: right;
}

#main .top_feature .feature_box .feature_left img,
#main .top_feature .feature_box .feature_right img{
	object-fit: contain;
	min-height: 100%;
	min-width: 100%;
}

#main .top_feature .feature_box .feature_text{
	width: 50%;
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main .top_feature .feature_box .feature_text .feature_text_center{
	width: 100%;
	padding: 0 20px;
}

#main .top_feature .feature_box .feature_text h3{
	margin: 20px 10px ;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#main .top_feature{
		overflow: hidden;
		width: 100%;
		padding-bottom: 30px;
	}

	#main .top_feature h2{
		padding: 30px 0;
	}

	#main .top_feature .feature_box .feature_left,
	#main .top_feature .feature_box .feature_right{
		width: 100%;
		height: auto;
		max-height: 200px;
	}

	#main .top_feature .feature_box .feature_text{
		width: 100%;
	}

	#main .top_feature .feature_box .feature_text{
		height: auto;
	}
}


/*--------------------------------------------------------------
## トップページ：院長挨拶
--------------------------------------------------------------*/

#main .top_greeting{
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
	background: #f7f8fb;
}

#main .top_greeting .greeting_wrap{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: url(../img/top_greeting.png);
	background-repeat:no-repeat;
	background-size: auto 470px;
	background-position: right bottom;
}

#main .top_greeting .greeting_wrap .greeting_text{
	width: 56%;
	padding: 0 20px 40px 20px;
}

#main .top_greeting .greeting_wrap .greeting_text .greeting_link{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

#main .top_greeting .greeting_wrap .greeting_text .greeting_link a{
	display: inline-block;
	width: 47%;
	padding: 10px 0;
	margin: 20px 0 10px 0;
	background: #005ea0;
	color: #fff;
	text-align: center;
	border-radius:5px;
}

#main .top_greeting .greeting_wrap .greeting_text .greeting_link a span{
	background:url(../img/icon_arw_gray.svg) right no-repeat;
	background-size:10px 10px;
	padding-right:16px;
}

#main .top_greeting .greeting_wrap .greeting_name p{
	position: absolute;
	bottom: 40px;
	right: 100px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
	font-size: 25px;
	padding: 30px 10px 20px 10px;
	margin: 0;
	background: #fff;
	border: 1px solid #5b5b5b;
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){


	#main .top_greeting .greeting_wrap{
		background-image:none;
	}

	#main .top_greeting .greeting_wrap .greeting_text{
		width: 100%;
		padding: 30px;
	}

	#main .top_greeting .greeting_wrap .greeting_name{
		position: relative;
		width: 300px;
		height: 240px;
		background-image: url(../img/top_greeting.png);
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 0 auto;
	}

	#main .top_greeting .greeting_wrap .greeting_name p{
		position: absolute;
		bottom: 5px;
		right: 20px;
		font-size: 20px;
		padding: 20px 10px 10px 10px;
	}

	#main .top_greeting .greeting_wrap .greeting_text .greeting_link a{
		width: 49%;
	}
}


/* スマホのみ */
@media screen and (max-width: 767px){

	#main .top_greeting .greeting_wrap .greeting_text{
	width: 100%;
	padding: 30px 0;
	}



}

/*--------------------------------------------------------------
## トップページ：青山一丁目に開業するまでの経緯
--------------------------------------------------------------*/
	#main .top_background{
		margin: 0 30px;
		color: #fff;
	}

	#main .top_background a{
		color: #fff;
	}

	#main .top_background .background_wrap{
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
		margin: 60px auto 30px auto;
		background: url(../img/top_background.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		padding: 0 30px 30px 30px;
		text-align: center;
	}

	/* スマホのみ */
	@media screen and (max-width: 767px){

		#main .top_background{
			margin: 0 10px;
		}

		#main .top_background .background_wrap{
			margin: 30px auto 10px auto;
			background-size: auto;
			padding: 0;
		}

	}

	/* タブレットのみ */
	@media screen and (min-width : 768px) and (max-width: 1023px) {
		#main .top_background{
			margin: 0 10px;
		}

		#main .top_background .background_wrap{
			margin: 30px auto 0 auto;
			background-size: auto;
			padding: 0;
		}

	}


	/*--------------------------------------------------------------
	## トップページ：追加エリア
	--------------------------------------------------------------*/
	.top_bottom_add_wrap{
		padding: 0 30px;
	}

	.top_bottom_add{
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		padding-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.top_bottom_sns{
		overflow: hidden;
		text-align: center;
		width: 43%;
		margin:0;
		background: #eff2f4;
	}

	.top_bottom_sns img{
		width: 45px;
		margin: 12px 12px 30px 12px;
	}

	.top_bottom_add .top_bottom_bnr{
		width: 55%;
	}


	/* スマホとタブレット*/
	@media screen and (max-width: 1023px){
	.top_bottom_add_wrap{
		padding: 0px;
	}

	.top_bottom_add{
		padding:0 10px 20px 10px;
	}

	.top_bottom_sns{
		width: 100%;
		margin-bottom:20px;
	}

	.top_bottom_add .top_bottom_bnr{
		width: 100%;
	}
	}

	/* タブレットのみ */
	@media screen and (min-width : 768px) and (max-width: 1023px) {
		.top_bottom_add{
			padding: 10px 5px 30px 5px;
		}


	}


/*--------------------------------------------------------------
## トップページ：写真スライド
--------------------------------------------------------------*/

#main .slide_loop {
	width: 100%;
	height: 200px; /* 画像の高さを指定 */
	background: url("../img/slide.jpg") repeat-x;
	background-size: auto 100%;
	-webkit-animation: bgloop3 40s linear infinite;
	animation: bgloop3 40s linear infinite;
	-webkit-animation: bgloop4 40s linear infinite;
	animation: bgloop4 40s linear infinite;
}
@-webkit-keyframes bgloop3 {
		from { background-position: 0  0;}
		to {  background-position: -1200px 0;}/*1200pxは画像の横幅です。画像サイズが変わる場合は、高さ200pxにリサイズした時の横幅サイズを入れてください。*/
}
@keyframes bgloop3 {
	from { background-position: 0 0; }
		to { background-position: -1200px 0; }/*画像サイズが変わる際は1200の部分を修正*/
}
@-webkit-keyframes bgloop4 {
		from { background-position: 1200px  0;}/*画像サイズが変わる際は1300の部分を修正*/
		to {  background-position: 0 0;}
}
@keyframes bgloop4 {
	from { background-position: 1200px 0; }/*画像サイズが変わる際は1300の部分を修正*/
		to { background-position: 0px 0; }
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#main .slide_loop{
		height: 130px;
	}

}

/*--------------------------------------------------------------
## お問い合わせ
--------------------------------------------------------------*/
.contact{
	overflow: hidden;
	width: 100%;
	color: #fff;
	background: url(../img/contact.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.contact .bg_filter{
	padding: 10px 0 40px 0;
	background: rgba(149,167,198,0.7);
}

.contact .contact_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.contact .contact_wrap p{
	font-size: 18px;
}

.contact .contact_wrap .contact_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){

	.contact{
		position: fixed;
		bottom: 5px;
		width: 100%;
		margin: 0;
		background: none;
	}

	.contact .bg_filter{
		background: none;
		padding: 0;
	}

	.contact .contact_wrap .contact_flex .contact_box{
		width: 32%;
		margin:0;
		background: #005ea0;
		box-shadow: none;
		border-radius: 5px;
	}

	.contact .contact_wrap .contact_flex .contact_box .contact_img{
		display: none;
	}

	.contact .contact_wrap .contact_flex .contact_box a{
		padding: 0;
		text-decoration: none;
		color: #fff;
	}

	.contact .contact_wrap .contact_flex .contact_box a img{
		width: 20px;
		height: 20px;
	}

	.contact .contact_wrap .contact_flex .contact_box a p{
		margin: 0 auto;
		font-size: 16px;
		padding: 0;
		line-height: 1.6;
	}

	.contact .contact_wrap .contact_flex .contact_box a .lh{
		line-height: inherit;
	}

	.contact .contact_wrap .contact_flex .contact_box a .txt_l{
		font-size: 100%;
	}

}

/*PCのみ*/
@media screen and (min-width: 1024px){

	.contact .contact_wrap .contact_flex .contact_box{
		position: relative;
		width: 320px;
		margin: 0 0 30px 0;
		text-align: center;
		background: #fff;
		box-shadow: 0 0 8px #a5a5a5;
	}

	.contact .contact_wrap .contact_flex .contact_box .contact_img{
		width: 80px;
		height: 80px;
		padding: 15px;
		border-radius: 50%;
		background: #005ea0;
		position: absolute;
		top: 14px;
		left: 15px;
	}

	.contact .contact_wrap .contact_flex .contact_box a{
		display: inline-block;
		width: 100%;
		height: 100%;
		padding: 20px 0 20px 80px;
		line-height: 1.6;
	}

	.contact .contact_wrap .contact_flex .contact_box a:hover{
		text-decoration: underline;
	}

	.contact .contact_wrap .contact_flex .contact_box a img{
		display: none;
	}

	.contact .contact_wrap .contact_flex .contact_box a .lh{
		line-height: 2.8;
		margin-left: -30px;
	}
}


/*--------------------------------------------------------------
トップページ　バナーエリア
--------------------------------------------------------------*/

.top_bnrarea{
	max-width: 700px;
	height: auto;
	margin:20px  auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_bnrarea a{
	width:200px;
	height:auto;
	margin: 10px;
}

.top_bnrarea img{
	width:100%;
	height:100%;
}


.top_bnrarea img{
	width:100%;
	height:100%;
}

/* スマホのみ */
@media screen and (max-width: 767px){
	.top_bnrarea{
		width: 100%;
		margin: 0 auto;
		padding: 10px;
	}

	.top_bnrarea a{
		width: 100%;
		margin: 5px;
	}
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
	.top_bnrarea{
		width: 100%;
		margin: 0 auto;
		padding: 30px 20px;
	}

	.top_bnrarea a{
		width:200px;
	}
}


/*--------------------------------------------------------------
トップページ　バナーエリアwide
--------------------------------------------------------------*/

.top_bnrareaWide{
	max-width: 1000px;
	margin:50px  auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_bnrareaWideInner{
	width:calc((100% - 30px) / 2 );
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
		.top_bnrareaWide{
			padding: 10px;
		}
}

/* スマホのみ */
@media screen and (max-width: 767px){
	.top_bnrareaWide{
		display: block;
		padding: 10px;
	}
	
	.top_bnrareaWideInner{
		width:100%;
		margin-bottom: 20px;
		display: inline-block;
	}
}

/*--------------------------------------------------------------
## フッターメニュー
--------------------------------------------------------------*/

#footer{
	overflow: hidden;
	background: #5b5b5b;
	color:#fff;
	padding: 30px 30px 0 30px;
}

#footer .footer_menu{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer .footer_menu a{
	color:#fff;
}

#footer .footer_menu h2{
	font-size: 20px;
	margin-bottom: 20px;
}

#footer .footer_menu a:hover{
	text-decoration: underline;
	opacity: 1;
}

#footer .footer_menu .footer_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

#footer .footer_menu .footer_wrap .footer_left{
	width: auto;
	margin-bottom: 20px;
	margin-right: 80px;
}

#footer .footer_menu .footer_wrap .footer_left .info_text {
	width: 100%;
	margin: 10px 0;
}

#footer .footer_menu .footer_wrap .footer_left .info_text th{
	vertical-align: top;
	padding-right: 20px;

}

#footer .footer_menu .footer_wrap .footer_left .info_text td{
	padding-bottom: 10px;
}

#footer .footer_menu .footer_wrap .footer_right{
	width: auto;
	margin-bottom: 20px;
}

#footer .footer_menu .footer_wrap .footer_right .flex_between ul{
	list-style: none;
	list-style-position: inside;
	list-style-image: url(../img/icon_arw_gray.svg);
	text-indent: -1em;
	margin-top: -6px;
	width: 100%;
}

#footer .footer_menu .footer_wrap .footer_right .flex_between ul li{
	margin-left: 1em;
}



/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#footer .footer_menu .footer_wrap .footer_right .flex_between ul{
		width: 100%;
	}

	#footer .footer_menu .footer_wrap .footer_left{
		margin-right: 0;
	}
}

/*タブレット*/
@media screen and (min-width : 768px) and (max-width: 1023px){
	#footer .footer_menu .footer_wrap .footer_left,
	#footer .footer_menu .footer_wrap .footer_right{
		width: 48%;
	}

	#footer{
		padding: 20px 30px 60px 30px;
	}

}

/*スマホ*/
@media screen and (max-width: 767px){
	#footer .footer_menu .footer_wrap .footer_left,
	#footer .footer_menu .footer_wrap .footer_right{
		width: 100%;
	}

	#footer{
		padding: 20px 10px 65px 10px;
	}
}


/*--------------------------------------------------------------
## コピーライト
--------------------------------------------------------------*/

.copyright {
    height: 45px;
	line-height:1.5;
	text-align: center;
}

.copyright p{
	text-align:center;
}


/*--------------------------------------------------------------
## トップページ：追尾ボタン
--------------------------------------------------------------*/

.base-floatPc {
  position: fixed;
  right: 0;
  width: 80px;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  z-index: 99;
    top: 200px;
  }

.base-floatPc_prevent {
  background: #726659;
	opacity: 0.9;
	color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(73, 59, 60, 0.3);
  margin-bottom: 5px;
}

.base-floatPc_preventText {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 55px 0 30px;
    font-size: 20px;
    background: url(../img/icon_prevent.svg) no-repeat top center;
    background-size: 45px auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.06em;
}


.base-floatPc_bite {
  background: #efeae4;
	opacity: 0.9;
	color: #5b5b5b;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(73, 59, 60, 0.3);
  margin-bottom: 5px;
}

.base-floatPc_biteText {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 55px 0 30px;
    font-size: 20px;
    background: url(../img/icon_bite.svg) no-repeat top center;
    background-size: 45px auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.06em;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	.base-floatPc{
		display: none;
	}
}

/*--------------------------------------------------------------
## サブページ：メインビジュアル
--------------------------------------------------------------*/

#sub_mv{
	width: 100%;
	height:auto;
	text-align: center;
	background: url(../img/sub_mv_sample.jpg);
	background-size: cover;
	background-position: 50% 50%;
	align-items: center;
}


#sub_mv h1{
	padding:100px 10px;
	font-size: 38px;
	line-height: 1.3;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

	#sub_mv h1{
		padding:30px 10px;
		font-size: 30px;;
	}

}


/*--------------------------------------------------------------
## パンくず
--------------------------------------------------------------*/

#breadcrumb_area{
	padding: 15px 10px 15px 10px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size:14px;
}

#breadcrumb_area a:hover{
	text-decoration:underline;
}


/* スマホのみ */
@media screen and (max-width: 767px){
	#breadcrumb_area{
		font-size: 13px;
	}
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	#breadcrumb_area{
		padding: 15px 20px 15px 20px;
	}
}

/*--------------------------------------------------------------
## サブページ：リンク
--------------------------------------------------------------*/

#contents .link{
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	text-align: left;
}

#contents .link:hover{
	text-decoration: underline;
}

#main .link_arw,
#contents .link_arw{
	background: url(../img/icon_arw_blue.svg) no-repeat left center;
	background-size: 13px 13px;
	padding: 3px 0 0 18px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	text-align: left;
}

#main .link_arw,
#contents .link_arw:hover{
	text-decoration: underline;
}

#contents .link_btn{
	display:block;
	background-color:#dfecf2;
	border-radius:5px;
	border: 1px solid #c8dfed;
	text-align:center;
	color:#000;
	padding:15px 10px;
	margin:20px 0;
	font-size:90%;
}

#contents .link_btn span{
	background:url(../img/icon_arw_black.svg) right no-repeat;
	background-size:10px 10px;
	padding-right:20px;
}



/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){

#contents .link_btn{
	max-width:320px;
}

}

/*--------------------------------------------------------------
## サブページ：リスト
--------------------------------------------------------------*/

#contents ul{
	margin:20px 0 30px 0;
}

#contents ul li {
	margin-bottom: 10px;
	padding-left: 2px;
	list-style:none;
}
#contents ul li:before {
    content: "• ";
    color: #528baa;
}

#contents .list_arw li{
	background: url(../img/icon_arw_blue.svg) no-repeat 0 5px;
    background-size: 13px 13px;
    padding: 0 0 2px 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

#contents .list_arw li:before {
    display: none;
}

#contents .list_number{
	list-style: none;
	counter-reset: li_count;
}

#contents .list_number li{
    margin-bottom: 10px;
    text-indent: -11px;
    padding-left: 24px;
}

#contents .list_number li:before{
	counter-increment: li_count;
    content: counter(li_count)".";
    color: #528baa;
    font-weight: bold;
    letter-spacing: 0;
    width: 11px;
    display: inline-block;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#contents ul{
	margin: 10px 0;
}

}

/*--------------------------------------------------------------
## サブページ：テーブル
--------------------------------------------------------------*/

#contents table{
	border-collapse: collapse;
	margin:20px 0 15px 0;
	background: #fff;
	font-size: 14px;
	width: 100%;
}

#contents .side_table{
	width: calc(100% - 320px);
}

#contents table tr td{
	padding:5px 5px 3px 5px;
	border: 1px solid #bfc7d0;
	text-align:left;
}

#contents table th{
	border: 1px solid #dedede;
	padding: 7px 7px 10px 7px;
	text-align: center;
	background-color:#726659;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
}

#contents table td.td_title{
	background-color:#eff2f4;
}

#contents table td.right{
	text-align:right;
}

#contents table td.center{
	text-align:center!important;
}

#contents table .border_none{
    border: none;
}

#contents table.table_time td{
    text-align: center;
}

span.price{
	font-size:110%;
	font-weight:bold;
}



/* スマホのみ */
@media screen and (max-width: 767px){

	#contents table{
		margin:10px 0 15px 0;
		font-size: 12px;
		letter-spacing: 0;
		width: 100%;
	}

	#contents .side_table{
		width: 100%;
	}

    #contents table th{
        font-size: 12px;
        padding: 2px;
    }

	#contents table tr td {
		padding: 5px 2px 3px 2px;
	}


}

/*--------------------------------------------------------------
## サブページ、ボックス
--------------------------------------------------------------*/

#contents .border-box,
#contents .color-box{
	margin:20px 0 15px 0;
	padding: 30px 22px 20px 22px;
}

#contents .border-box{
	border: 1px solid #5b5b5b;
}

#contents .color-box{
	background: #eff2f4;
}

#contents .border-box h2,
#contents .color-box h2{
	margin-top:0;
}

#contents .border-box h3,
#contents .color-box h3{
	margin-top:0;
}

#contents .border-box h4,
#contents .color-box h4{
	margin-top:0;
}

#contents .border-box h5,
#contents .color-box h5{
	margin-top:0;
}

#contents .box-half{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .box-half .border-box,
#contents .box-half .color-box{
	width:48%;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#contents .border-box,
#contents .color-box{
	padding: 22px 15px 10px 15px;
}

}

/*--------------------------------------------------------------
## サブページ：画像位置
--------------------------------------------------------------*/

#contents .paragraph img {
	max-width: 100%;
  margin-bottom: 20px;
	height: auto;
}

#contents .paragraph .img_right {
	width: 100%;
	max-width: 300px;
}

#contents .paragraph .img_left {
	width: 100%;
	max-width: 300px;
}

#contents .paragraph .img_left_s {
	width: 100%;
	max-width: 180px;
}

#contents .paragraph .img_center {
	width: 100%;
	max-width: 300px;
	display: block;
}

#contents .paragraph .contents_img_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:20px;
}

#contents .paragraph .contents_img_wrapper img{
	width: 49%;
	height: 100%;
	margin-bottom: 25px;
}

#contents .paragraph .img_wide{
	width: 100%;
  margin-bottom: 30px;
	height: auto;
}

#contents .paragraph img.no-resize{
	width:auto;
	height:auto;
}

#contents .paragraph img.catch{
	width: 300px;
    float: left;
    margin: 0 20px 20px 0;
}

#contents .paragraph img.noimg{
    display: none;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#contents .paragraph img {
	display: block;
	margin: 0 auto 20px;
}

#contents .paragraph .img_right {
	margin: 0 auto 20px auto;
}

#contents .paragraph .img_left {
	margin: 0 auto 20px auto;
}

#contents .paragraph .img_left_s {
	margin: 0 auto 20px auto;
}

#contents .paragraph .img_center {
	margin: 0 auto 20px auto;
	display: block;
}

#contents .paragraph .contents_img_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:20px;
}

#contents .paragraph .contents_img_wrapper img{
	width: 100%;
	max-width: 340px;
	margin:0 20px 20px 20px;
}

#contents .paragraph .img_wide{
	width: 100%;
	max-width: 340px;
	margin-bottom: 20px;
	height: auto;
}

}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {

#contents .paragraph .contents_img_wrapper img{
	width: 49%;
}

}

/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){

#contents img.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

#contents img.img_left {
	float: left;
	margin: 0 20px 20px 0;
}
#contents img.img_left_s {
	float: left;
	margin: 0 20px 20px 0;
}

#contents .caption{
	float: right;
	width: 300px;
	margin: 0 0 20px 20px;
}

#contents .caption img.img_right{
	margin: 0 0 10px 20px;
}

#contents .caption p{
	text-align: center;
	font-size: 10px;
}

#contents img.img_center {
	margin: 0 auto 20px auto;
	display: block;
}

}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#contents .border-box img.img_right_esthetic{
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}

}


/*--------------------------------------------------------------
##　診療内容
--------------------------------------------------------------*/
#contents .menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #5b5b5b;

}


#contents .menu .menu_link{
	width: 50%;

}

#contents .menu .menu_link ul{
	margin: 0;
}



#contents .menu .menu_link ul li{
	width: 100%;
	margin: 0;
	padding: 0;
	display:inline-block;
	border-bottom: 1px solid #5b5b5b;
}


#contents .menu .menu_link ul li:before{
	content:none;

}

#contents .menu .menu_link ul li:last-child{
	border-bottom:none;
}

#contents .menu .menu_link ul li a{
	display:block;
	width:100%;
	padding: 10px 50px;
	background: #fff;
	line-height: 2;
	font-size: 18px;
	color: #5b5b5b;
	background: url(../img/icon_arw_black.svg) no-repeat 25px 18px;
	background-size: 18px;
}

#contents .menu .menu_link ul li a:hover{
	opacity: 1;
}


#contents .menu .menu_link ul li:hover{
	background: #efeae4;
}


#contents .menu .menu_description{
	width: 50%;
	background: url("../img/menu_01.jpg");
	background-size: cover;
	background-position: 50% 50%;
}


#contents .menu .menu_description .menu_des_wrap{
	width: 100%;
	height: auto;
	padding: 90px 50px 10px 50px;
	color: #fff;
}

#contents .menu .menu_description .menu_des_wrap h3{
	border: none;
	text-align: center;
	margin: 30px auto;
	font-size: 25px;
}

#contents .menu .menu_description .menu_des_wrap p{
	line-height: 2.8;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	#contents .menu .menu_link{
		width: 100%;
	}

	#contents .menu .menu_description{
		display: none;
	}

}

/*--------------------------------------------------------------
##　目次
--------------------------------------------------------------*/
.border-box ul li {
    list-style: circle;
    margin-left: 20px;
}

.border-box .mokuji{
	font-size: 20px;
	font-weight: bold;
	color: #5b5b5b;
}


/*--------------------------------------------------------------
##　ドクター・スタッフ紹介
--------------------------------------------------------------*/

#contents .paragraph .clinic_bnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .paragraph .clinic_bnr a{
	width: 300px;
	height: 100%;
	margin: 10px 20px;
}

#contents .paragraph .clinic_bnr a img{
	margin: 0;
}

#contents table.table_dr_staff th{
	width: 20%;
	padding: 10px 0;
}

#contents table.table_dr_staff td{
	text-align: left;
	padding: 10px 5px;
}

#contents table.table_dr_staff td ul{
	margin: 0 5px; padding: 0;
}


@media print, screen and (min-width : 1024px){
	#contents table.table_dr_staff td br{
		display: none;
	}

}




/*--------------------------------------------------------------
##　アコーディオン部分
--------------------------------------------------------------*/

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding :13px 12px 13px 16px;
    color: #5b5b5b;
    font-weight: bold;
    background: #dfecf2;
	border-radius: 10px;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_arw_black.svg);
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.5;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 3px;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	background: url(../img/icon_arw_black_down.svg);


}

/*--------------------------------------------------------------
##
--------------------------------------------------------------*/

/* スマホのみ */
@media screen and (max-width: 767px){
}


/* スマホとタブレット */
@media screen and (max-width: 1023px){
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
}


/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
}


/* スマホとタブレットとPC（小画面） */
@media screen and (max-width: 1199px) {
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
}


/* PC（大画面）のみ */
@media print, screen and (min-width : 1200px){
}


/*IE調整*/
@media all and (-ms-high-contrast:none)/* and (min-width : 1024px)*/{

}


.paragraph input,
.paragraph textarea{
	border: 1px solid #dedede;
	width: 100%;
	padding: 8px 16px;
}
.paragraph .form_must{
	color: red;
	font-size: small;
	margin-left: 16px;
}

/*--------------------------------------------------------------
## ページネーション pagination
--------------------------------------------------------------*/
#contents .paragraph .pagination ul{
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  color: #ffffff;
}

#contents .paragraph .pagination li {
  background-color: #72C4FF;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 5px;
  list-style: none;
}

#contents .paragraph .pagination li:before{
  content: '';
  color: #ffffff;
}

#contents .paragraph .pagination li a:hover {
  background-color: #005ea0;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

#contents .paragraph .pagination li.active {
  background-color: #005ea0;
  border-radius: 2px;
  color: #ffffff;
  margin-top: 0px;
  margin-right: 5px;
  padding: 4px 10px 6px 10px;
}

#contents .paragraph .pagination a {
  padding: 4px 10px 6px 10px;
  display: block;
  color: #ffffff;
}

/* ******************************************************************** */
/* フッターガイドライン */
/* ******************************************************************** */

.fooger_guidelines_area{
	background: #fbfaf8;
    font-family: "Shippori Mincho B1", serif;
    border-radius: 20px;
    padding: 40px;
    margin: 50px auto;
	width:750px;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	.fooger_guidelines_area{
		width:100%;
		padding: 40px 20px;
	}
}

.fooger_guidelines_title{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
    background-color: #ece6dc;
	border-radius: 20px;
	height: 50px;
	margin-bottom: 20px;
	vertical-align: middle;
	padding-top: 10px;
	color: #5b5b5b;
}

.fooger_guidelines_link{
	display: inline-block;
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #726659;
}

.fooger_guidelines_text{
	color: #5b5b5b;
}

.top_alignmentArea{
	padding: 50px;
    margin: 100px auto;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    box-shadow: 0 0 8px #a5a5a5;
}


.top_alignmentArea_title {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    background-color: #005ea0;
    margin-bottom: 20px;
    vertical-align: middle;
    padding: 20px 10px;
    color: white;
	margin-top: 20px;
}

.top_alignmentArea_imgWrapper{
	display: flex;
	justify-content: space-around;
	margin: 30px 0 40px;
	flex-wrap: wrap;
}

top_alignmentArea_img{
	width:calc( (100% - 20px) / 2 )
}

.top_alignmentArea_link{
	display: inline-block;
	margin-bottom: 20px;
}

.video-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.video-inner {
    width: calc((100% - (20px * 1)) / 3 );
    margin-bottom: 20px;
}

iframe.youtube-9-16 {
width: 100%;
height: auto;
aspect-ratio: 9 / 16;
}