@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	height:auto;
	background-color: #f8f6f0 !important;
	color: #333;
	font-size: 3.8vw;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}
/*a:hover { text-decoration:none; color: inherit;}*/

#container {
	width: 100%;
	padding-top: 20.9vw;
}
.pc{
	display: none !important;
}

#header{
	width: 100%;
	min-height: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	/*position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.70);*/
	background-color: rgba(255,255,255,1.0);
}


#header-in, #navi-in, #body-in, #footer-in {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#body {
	margin-top: 0;
}
#body-in{
	width: 100%;
	padding: 9.2vw 0;
}
#main {
	float: none;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	border: none;
	background-color: #f8f6f0;
	border-radius: 0;
	margin-bottom: 0;
}


/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
}
.wrap_main{
	width:100%;
	height:auto;
}
.wrap_in{
	width:92vw;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

/* 横並びリスト */
ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows li{
	display:block;
	height:auto;
	float:left;
}

/* 2カラム横並びリスト */
ul.two_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.two_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.two_rows li:nth-child(2n+2) {
	float: right;
}

/* 3カラム横並びリスト */
ul.three_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.three_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.three_rows li:nth-child(3n+2) {
	margin-right:0;
}
ul.three_rows li:nth-child(3n+3) {
	float: right;
	margin-right:0;
}

.table_block{
	display: table;
	table-layout:fixed;
	width: 100%;
}
.table_block .cell_block{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.table_block.sp_tate{
	display: block;
	table-layout: auto;
}
.table_block.sp_tate .cell_block{
	display: block;
	width: 100%;
}

#menu_btn {
	position: absolute;
	top: 3.5vw;
	right: 2.7vw;
	width: 11.2vw;
	height: 11.2vw;
	z-index: 1010;
	background:url(../img/parts/menu_open.png) center no-repeat;
	background-size: cover;

}
#menu_btn.open {
	background:url(../img/parts/menu_close.png) center no-repeat;
	background-size: cover;
}


/* スクローラー */
#scroller{
	position: fixed;
	bottom:3vw;
	right: 3vw	;
	opacity: 0;
	-webkit-transition: 0.9s ;
	transition: 0.9s ;
}
.fixed_b #scroller{
	opacity: 1;
	-webkit-transition: 0.9s ;
	transition: 0.9s ;
}
#scroller img{
	width: 13vw;
}

/* ワイドスライダー */
#slider .img_block{
	height: 52.3vw;
}


/*その他*/

.tk_shdw{
text-shadow:
	1px 1px 5px rgba(0,0,0,0.50),
	1px 0px 5px rgba(0,0,0,0.50),
	0px 1px 5px rgba(0,0,0,0.50),
	0px 0px 5px rgba(0,0,0,0.50),
	-1px -1px 5px rgba(0,0,0,0.50),
	-1px 0px 5px rgba(0,0,0,0.50),
	0px -1px 5px rgba(0,0,0,0.50)
}
.tk_shdw_1{
text-shadow:
	1px 1px 3px rgba(0,0,0,0.50),
	1px 0px 3px rgba(0,0,0,0.50),
	0px 1px 3px rgba(0,0,0,0.50),
	0px 0px 3px rgba(0,0,0,0.50),
	-1px -1px 3px rgba(0,0,0,0.50),
	-1px 0px 3px rgba(0,0,0,0.50),
	0px -1px 3px rgba(0,0,0,0.50)
}

/*////////////////////
ヘッダー
////////////////////*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2000;
}
#header-in {
	border-top: 5px solid #4fafad;
	z-index: 2000;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 1px 2px #ccc;
}
#header .top-title-catchphrase{
	margin: 0;
	padding: 2.5vw;
	height: 19.3vw;
}
#header .top-title-catchphrase #site-title {
	margin: 0;
	padding: 0;
	height: 14vw;
}
#header .top-title-catchphrase #site-title img{
	width: auto;
	height: 100%;
}
#header .top-title-catchphrase #site-description{
display: none
}
#g_nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	table-layout: auto;
	max-height: 100vh;
	overflow-y: auto;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	padding: 21vw 0 14vw;
	z-index: 1001;
	display: none;
}
#g_nav > .cell_block {
	width: auto;
	text-align: left;
	padding-left: 3.7vw;
	padding-right: 3.7vw;
	border-bottom: 1px solid #eee;
}
#g_nav > .cell_block > a{
	letter-spacing: 0.07em;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding: 5vw 0;
	background: url(../img/parts/arrow_grn.png) 89vw center no-repeat;
	background-size: 2.2vw auto;
}
#g_nav > .cell_block.child_nav_out > a{
	display: block;
	padding: 5vw 0;
	background: url(../img/parts/btb_plus.png) right center no-repeat;
	background-size: 6.25vw auto;
}
#g_nav > .cell_block.child_nav_out > a.active{
	background: url(../img/parts/btn_mns.png) right center no-repeat;
	background-size: 6.25vw auto;
	color: #4fafad;
}
#g_nav > .cell_block .child_nav{
	background-color: #f1f8f8;
	width: 100vw;
	margin-left: -3.7vw;
	margin-right: -3.7vw;
	padding-bottom: 2.5vw;
	padding-top: 2.5vw;
	display: none;
	
}
#g_nav > .cell_block .child_nav ul li a{
	display: block;
	padding: 2.5vw 0 2.5vw 8.7vw;
	background: url(../img/parts/arrow_grn.png) 3.7vw center no-repeat;
	background-size: 1.3vw auto;
}
#h-top{
	margin: 0;
	position: relative;
	overflow: visible;
	min-height: 0;
}

#over_ray{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.50);
	z-index: 1000;
	display: none;
}

#g_nav > .cell_block > a.tel_link_wrap{
	padding: 0;
	margin-bottom: 20vw;
}

/*sns*/
#header .top-sns-follows {
	height: 100%;
	text-align: left;
	margin-right: 0;
	right: 14vw;
	top: 0;
	position: absolute;
	min-width: 0;
	padding-top: 3.2vw;
}
ul.snsp {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
ul.snsp li {
	margin-right: 0;
	margin-left: 1vw;
}
ul.snsp li.facebook-page a {
	color: #475993;
}
ul.snsp li.twitter-page a {
	color: #1da1f2;
}
ul.snsp li a span {
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding: 0;
	z-index: 10;
	width: 8vw;
	height: 8vw;
	display: inline-block;
	border-radius: 8px;
	background-color: #fff;
}
ul.snsp li a span {
	font-size: 8vw;
	line-height: 1;
}



/*////////////////////
FOOTER
////////////////////*/

#footer{
	padding: 0;
	background-color: #4fafad;
	position: relative;
	color: #333;
}
#footer a {
	font-size: 4.2vw;
	color: #333;
}
#footer-in {
	padding: 8vw 5vw;
}

#footer-in {
	padding: 12vw 0 0;
}
.copywrite {
	text-align: center;
	font-size: 3.2vw;
	padding: 6.8vw 0;
	color: #fff;
}

#footer .modoru{
	width: 100%;
	background-color: #2e8e8b;
}
#footer #page-top{
	display: block !important;
	opacity: 1 !important;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}
#footer #page-top a {
	padding: 0;
	background-color: transparent;
	line-height: 100%;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 28.4vw;
	position: relative;
}
#footer #page-top a img {
	display: block;
	width: 6.8vw;
	position: absolute;
	top: 6.5vw;
	left: 50%;
	right: auto;
	bottom: auto;
	margin-left: -3.4vw;
}

#footer .wrap_out {
	width: 92vw;
	margin-top: -23vw;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer .wrap_in {
	padding: 6.7vw 3.9vw;
}
#footer .table_block {
	width: 100%;
	font-size: 3.6vw;
}
#footer .table_block .cell_block{
	text-align: left;
	vertical-align: top;
}
#footer .table_block .cell_block.footer_sec_01{
	text-align: center;
	padding-left: 0;
}
#footer .table_block .cell_block.footer_sec_01 .foot_logo {
	width: 56vw;
	margin-bottom: 3.4vw;
}
#footer .table_block .cell_block.footer_sec_01 p {
	padding: 0 0 3.4vw;
	line-height: 1.6;
}
#footer .table_block .cell_block.footer_sec_01 .tel_no_block{
	display: block;
	margin: 4vw auto 2.8vw
}

#footer .table_block .cell_block.footer_sec_02,
#footer .table_block .cell_block.footer_sec_03,
#footer .table_block .cell_block.footer_sec_04{
	width: 92vw;
	margin-left: -3.9vw;
	margin-right: -3.9vw;
}
#footer .table_block .cell_block.footer_sec_02{
	border-top: 1px solid #eee;
}
#footer .table_block .cell_block h3{
width: auto;
text-align: left;
padding-left: 3.7vw;
padding-right: 3.7vw;
border-bottom: 1px solid #eee;
}
#footer .table_block .cell_block h3 a{
display: block;
font-weight: bold;
letter-spacing: 0.07em;
padding: 5vw 0;
background: url(../img/parts/btb_plus.png) right center no-repeat;
background-size: auto auto;
background-size: 6.25vw auto;
}

#footer .table_block .cell_block h3.active a{
	background: url(../img/parts/btn_mns.png) right center no-repeat;
	background-size: 6.25vw auto;
	color: #4fafad;
}


#footer .table_block .cell_block h3.only a {
	letter-spacing: 0.07em;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding: 5vw 0;
	background: url(../img/parts/arrow_grn.png) 81vw center no-repeat;
	background-size: auto auto;
	background-size: 2.2vw auto;
}
#footer .table_block .cell_block a{
	/*line-height: 2;*/
}
#footer .foot_nav_child {
	background-color: #f1f8f8;
	width: 100%;
	padding-bottom: 2.5vw;
	padding-top: 2.5vw;
 display: none; 
}
#footer .foot_nav_child a{
display: block;
padding: 2.5vw 0 2.5vw 8.7vw;
background: url(../img/parts/arrow_grn.png) 3.7vw center no-repeat;
    background-size: auto auto;
background-size: 1.3vw auto;
}

/*////////////////////
ボタン
////////////////////*/

.btn_sample .wrap_in{
	width: 500px;
	min-height: 500px;
	padding: 80px 0;
}

/*ttl_h2_01*/
.ttl_h2_01 {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 1.3vw;
}
.ttl_h2_01 > span{
	display: table-cell;
	text-align:left;
	vertical-align: middle;
	background-color: #fff;
}
.ttl_h2_01 > span:nth-child(1) {
	font-size: 5.3vw;
	font-weight: bold;
	line-height: 1.2;
	height: 16vw;
	padding-left: 12vw;
	background-position: 4vw center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/ico_info.png);
	background-size: 6.8vw auto;
}
.ttl_h2_01 > span:nth-child(2){
	text-align: right;
}
.ttl_h2_01.ico_kurumaisu > span:nth-child(1){
	background-image: url(../img/parts/ico_kurumaisu.png);
}

/*ttl_h2_02*/
.ttl_h2_02{
	display: table;
	table-layout:fixed;
	width: 100%;
}
.ttl_h2_02 > span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 5.3vw;
	font-weight: bold;
	line-height: 1.2;
	color: #6d5742;
	height: 15.8vw;
	padding-left: 13.8vw;
	background-position: 4.8vw center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/ico_book.png);
	background-size: 7vw auto;
	background-color: #f8d949;
}

/*ttl_h3_01*/
.ttl_h3_01 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 13.3vw;
	margin-bottom: 5px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ttl_h3_01 > span{
	display: table-cell;
	text-align:left;
	vertical-align: middle;
	background-color: #fcf8e8;
}
.ttl_h3_01 > span:nth-child(1) {
	font-size: 3.2vw;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
	padding-left: 3.0vw;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/ttl_bg_01.png);
	background-size: 100% auto;
	width: 18%;
}
.ttl_h3_01 > span:nth-child(2) {
	padding-left: 3vw;
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.2;
	color: #6d5742;
}

/*ttl_h4_01*/
.ttl_h4_01 {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 3vw;
}
.ttl_h4_01 > span {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	min-height: 6vw;
	color: #6d5742;
}
.ttl_h4_01 > span:nth-child(1) {
	font-size: 3.7vw;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 7vw;
	background-position: 0 top;
	background-repeat: no-repeat;
	background-image: url(../img/parts/ico_koushi.png);
	background-size: auto 5vw;
	width: 5.5em;
}
.ttl_h4_01 > span:nth-child(2){
	font-size: 3.7vw;
	line-height: 1.6;
}
.ttl_h4_01.ico_date > span:nth-child(1) {
	background-position: 2px top;
	background-image: url(../img/parts/ico_date.png);
}

/*btn_01*/
.btn_01{
	display: table;
	margin-bottom: 3vw;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn_01 a{
	display: table-cell;
	text-align:center;
	vertical-align: middle;
	height: 10.6vw;
	padding: 0 3vw;
	color: #6d5742;
	background-color: #f8d949;
}
.btn_01 a span {
	display: inline-block;
	font-size: 3.2vw;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/ico_tokei.png);
	background-size: auto 4.8vw;
	padding-left: 5.5vw;
	padding-top: 0.5vw;
}
.btn_01.ico_pin a span {
	background-image: url(../img/parts/ico_pin.png);
	padding-left: 4vw;
}

/*btn_02*/
.btn_02{
	display: table;
	margin-bottom: 10px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn_02 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 10.6vw;
	padding: 0 6vw 0 3vw;
	font-size: 3.2vw;
	color: #6d5742;
	background-color: #f8d949;
	background-position: 92% center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/arrow_brn.png);
	background-size: 1.6vw auto;
}
.btn_02.grn a{
	color: #4fafad;
	background-color: #e7f6f6;
	background-image: url(../img/parts/arrow_grn.png);
}

/*btn_03*/
.btn_03{
	display: table;
	margin-bottom: 10px;
	overflow: hidden;
	border: 2px solid #4fafad;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn_03 a{
	display: table-cell;
	text-align:center;
	vertical-align: middle;
	height: 40px;
	padding: 0 15px;
	color: #4fafad;
	background-color: #FFFFFF;
}
.btn_03 a span{
	display: inline-block;
	font-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/ico_more.png);
	background-size: auto 18px;
	padding-left: 20px;
}

.chip_01{
	display: inline-block;
	margin: 0 3px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.chip_01 > div{
	display: table;
	table-layout: fixed;
}
.chip_01 > div > span {
	display: table-cell;
	min-width: 19.2vw;
	text-align: center;
	vertical-align: middle;
	height: 5vw;
	font-size: 3.2vw;
	line-height: 1;
	color: #fff;
	background-color: #4fafad;
	padding-top: 0.7vw;
}
.chip_01.red > div > span,
.chip_01.closed > div > span{
	background-color: #dc3c3c;
}
.chip_01.dete{
	margin: 0;
}
.chip_01.dete > div > span{
	min-width: 0;
	background-color: transparent;
	color: #333;
	font-weight: bold;
}

/*////////////////////
MAIN VIS
////////////////////*/

.main_vis .wrap_in{
	width: 100%;
	max-width: 1400px;
	position: relative;
}
#slider .slick-dots {
	text-align: center;
	margin-top: -30px;
}
#slider .slick-dots li{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	position: relative;
}
#slider .slick-dots button{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: #4fafad;
	color: transparent;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	cursor: pointer;
	font-size: 0;
	vertical-align: baseline;
  box-sizing: content-box;
position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);

}
#slider .slick-dots li.slick-active button{
	background: transparent;
	border: 3px solid #4fafad;
}

/*////////////////////
HOME
////////////////////*/

.main_contents {
	width: 92vw;
	margin: 0 auto;
}
.main_contents > .cell_block{
	vertical-align: top;
	text-align: left;
}
.main_contents .l_block{
}
.main_contents .r_block{
}
.main_contents .wrap_out{
	margin-bottom: 8vw;
}

/*お知らせ*/
#home .sec_01{
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.10)
}
.ttl_h2_01 .btn_02 {
	margin: 0 2.7vw 0 auto;
}
.news_list_01{
	display: block;
}
.news_list_01 > li {
	display: block;
	width: 100%;
	padding: 5vw 3vw;
	background-color: #fff;
	margin-bottom: 1px;
}
.news_list_01 > li:last-child{
	margin-bottom: 0;
}
.news_list_01 > li h3 {
	margin-bottom: 1.5vw;
}
.news_list_01 > li p{
	line-height: 1.6;
	font-size: 3.7vw;
}

/*北病院市⺠講座のお知らせ*/
#home .sec_02{
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.10)
}
.news_list_02{
	display: block;
}
.news_list_02 li {
	display: block;
	width: 100%;
	padding: 4vw;
	background-color: #fff;
	margin-bottom: 1px;
}
.news_list_02 li .ttl_h3_01 {
	margin-bottom: 3.5vw;
}
.news_list_02 li .table_block .cell_block{
	vertical-align: top;
	}
.news_list_02 li .table_block .cell_block:nth-child(2) {
	text-align: right;
	width: 100%;
}
.news_list_02 li .btn_02 {
	margin: 0 auto;
	width: 100%;
}

/*バナーエリア 1*/
#home .sec_03{
	margin-bottom: 10px;
}
.bnr_area_01 > li {
	width: 100%;
	margin-bottom: 2.7vw;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	/* box-shadow: 0 3px 0 rgba(0,0,0,0.10); */
}
.bnr_area_01 .table_block .cell_block{
	display: table-cell !important;
}
.bnr_area_01 .table_block .cell_block:nth-child(1){
	width: 37.3015873015873%;
}
.bnr_area_01 .table_block .cell_block .img_block::after{
	content: "";
	display: block;
	padding-top: 100%;
}
.bnr_area_01 .table_block .cell_block:nth-child(2) {
	text-align: left;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 10.5vw 0 5vw;
	background: url(../img/parts/arrow_grn.png) 92% center no-repeat;
	background-size: 2.5vw auto;
}

/*関連施設*/
#home .sec_04{
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.10)
}
.news_list_03	{
	display: block;
}
.news_list_03 li {
	display: block;
	padding: 5vw 3.5vw;
	background-color: #fff;
	margin-bottom: 1px;
}
.news_list_03 li .img_bloc{
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.news_list_03 li .img_block::after{
	content: "";
	display: block;
	padding-top: 100%;
}
.news_list_03 li .table_block .cell_block{
	display: table-cell !important;
}
.news_list_03 li .table_block .cell_block:nth-child(1) {
	width: 30%;
}
.news_list_03 li .table_block .cell_block:nth-child(2) {
	padding-left: 2.5vw;
	padding-right: 3vw;
	text-align: left;
	background: url(../img/parts/arrow_grn.png) right center no-repeat;
	background-size: 2.5vw auto;
}
.news_list_03 li .table_block .cell_block:nth-child(2) h4{
	font-size: 3.7vw;
	font-weight: bold;
	line-height: 1.4;
	color: #545da3;
	margin-bottom: 1vw;
}
.news_list_03 li .table_block .cell_block:nth-child(2) p{
	font-size: 3.7vw;
	line-height: 1.4;
}

/*バナーエリア 2*/
#home .sec_05{
	margin-bottom: 0;
} 
.bnr_area_02 li {
	margin-bottom: 3vw;
}
.bnr_area_02 li img{
	width: 100%;
}
.bnr_area_02 li:last-child{
	margin-bottom: 0;
}

/*////////////////////
カレンダー
////////////////////*/
.inline_box{
	display: inline-block;
	width: auto;
	height: auto;
}
 .cal_wrap{
	margin-top: 4vw;
}
.cal_wrap img{
	max-width: 100%;
}
.tel_link_wrap img{
	max-width: 100%;
}
.cal_wrap .cal_wrap_btn{
	padding: 3vw 0 0;
}
 .cal_wrap p {
	font-size: 3.2vw;
	padding: 3vw 0 0;
	line-height: 1.6;
}
.tel_no_block{
	display: none;
}
/*MENU内*/
#g_nav .cal_wrap{
	margin-top: 6.7vw;
}
#g_nav .cal_wrap .cal_wrap_btn{
	display: none;
}
#g_nav .cal_wrap p {
	font-size: 3.2vw;
	padding: 3vw 0;
	line-height: 1.6;
}
/*main_vis内*/
.main_vis .cal_wrap{
	text-align: center;
	padding-left: 4vw;
	padding-right: 4vw;
}
.main_vis .cal_wrap p{
	text-align: left;
}
.main_vis .cal_wrap .cal_ftr{
	display: none;
}
.main_vis  .cal_wrap_btn.first{
	display: none;
}
/*
.main_vis .cal_wrap_btn.last .inline_box:nth-child(1){
	display: none;
}
*/
.main_vis .cal_wrap .btn_01{
	margin-bottom: 0;
}
/*footer内*/
#footer .cal_wrap {
	text-align: left;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#footer .cal_wrap img{
	max-width: 100%;
}
#footer .cal_wrap .cal_top{
	display: none;
}
#footer .cal_wrap .cal_wrap_btn {
	padding: 0 0 0;
	text-align: center;
}
#footer .cal_wrap .cal_wrap_btn .btn_01{
	margin-bottom: 4.8vw;
	margin-left: auto;
	margin-right: auto;
}
#footer .cal_wrap .cal_wrap_btn.last{
	display: none;
}


/*////////////////////
お問い合わせ
////////////////////*/

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

.contact_01, .contact_02 {
	padding-top: 10vw;
	padding-bottom: 10vw;
}
.contact_02{
	padding-top: 0;
}
.contact_01 p{
	text-align: center;
	line-height: 2;
}
.hissu {
	display: inline-block;
	text-align: center;
	padding: 1vw 1vw 0.6vw;
	background-color: #d50000;
	font-size: 2.8vw;
	line-height: 1;
	color: #fff;
	vertical-align: middle;
	margin-bottom: 0.5vw;
}
.contact_02 .wrap_in{
}
.contact_02 h3 {
	font-size: 4vw;
	line-height: 1.2;
	padding-top: 1vw;
	padding-bottom: 1vw;
}
.input_wrap{
	margin-bottom: 3vw;
}
.input_wrap input,
.input_wrap textarea{
	background-color: #f0f0f0;
}
.input_wrap input.wpcf7c-conf,
.input_wrap textarea.wpcf7c-conf{
	border: none;
	box-shadow: none;
}
.input_wrap.tel{
	width: 60%;
}

.submit_wrap {
	padding: 6vw 0;
	text-align: center;
}
.submit_wrap input {
	width: 90%;
	height: 16vw;
	font-size: 5vw;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #6d5742;
	font-weight: bold;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/arrow_brn.png);
	background-color: #f8d949;
	display: block;
	margin-left: auto;
	margin-right: auto;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.submit_wrap input.wpcf7-back{
	background-position: 90% center;
	background-repeat: no-repeat;
	background-image: url(../img/contact/arrow.png);
	background-color: #0d3676;
}

/*////////////////////
下層ページメインビジュアル
////////////////////*/

.page_vis{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -9.2vw;
}
.page_vis .wrap_in{
	height: 50vw;
	position: relative;
}
.page_vis .wrap_in h1{
	font-size: 7vw;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(0.028deg);
	transform: translateY(-50%) translateX(-50%) rotate(0.028deg);
}


/*////////////////////
お知らせ一覧
////////////////////*/

.info_list_01{
	padding: 8vw 0;
}
.info_list_01 .news_list_01{
	overflow: hidden;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.info_list_01 .news_list_01 li .post_title{
	font-weight: bold;
}
.info_list_01 .news_list_01 li .post_content {
	font-weight: normal;
	font-size: 3.2vw;
	padding-top: 2vw;
	letter-spacing: 0.05em;
}
.info_list_01 .news_list_01 > li {
	margin-bottom: 4px;
}

.pager_wrap{
text-align: center;
}


/*////////////////////
お知らせ
////////////////////*/

.page_vis .single_ttl {
	line-height: 1.4;
	width: 80%;
	font-size: 5vw !important;
}

.single_wrap {
	margin-top: 8vw;
	padding: 4vw;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.single_wrap h3.single_sub_ttl{
	margin-bottom: 5vw;
}
.single_wrap h3.single_sub_ttl .chip_01 > div > span{
height: 4vw;
font-size: 5vw;
}
.single_wrap .post_title{
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 3vw;
}
.single_wrap .the_content{
	line-height: 1.6;
}
.single_wrap .the_content p{
	padding: 3vw 0;
}

/*////////////////////
調整
////////////////////*/
.n_box_full_center{
	background-size: cover !important;
}
.n_box_full_center .n_box_full_center_ttl{
	font-size: 22px;
	line-height: 9;
}
#authorize .n_box_full_center .n_box_full_center_ttl{
	font-size: 17px;
	line-height: 12;
}
.n_box_full_center_in{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.n_box_full_center_in > .n_box_full_center_ttl{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	width: 100%;
}























