@charset "utf-8";


/*
Theme Name: やすらぎ会館テーマ
*/


/* CSS Document */


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,figure,figcaption,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,address,caption {
margin: 0;
padding: 0;
/*font-size: 1em;*/
/*font-weight: normal;*/
/*text-align: left;*/
	line-height: 1.6em;
	font-weight: normal;
}


body{
	/*color: #333333;*/
/*	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;*/
	
	
/*	font-family:'Noto Sans JP', "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;*/
	
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	font-family:Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	line-height: 1.8em;
	
	
	
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	opacity: 0.7;
}

ul{
	list-style: none;
}

img{
	max-width: 100%;
}


@media print, screen and (min-width: 896px){
	
	body{
		font-size: 15px;
		line-height: 1.6em;
	}	
	
	
}






header{
	/*margin-bottom: 20px;*/
	height: 46px;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 5000;
}


header .container{
	max-width: 1050px;
	margin:0 auto;
	
	box-sizing: border-box;
}


.logo{
	font-size: 14px;
	/*margin-top: 4px;*/
	padding-left: 20px;
	padding-top: 4px;
	box-sizing: border-box;
}


	
.logo img{
		width: 160px;
	vertical-align:top;
}

.logo span{
	font-size: 12px;
	display: none;
}


.plan{
	
}

.h-right{
	display: none;
}

@media print, screen and (min-width: 768px){
	
	
	header{
		margin-bottom: 20px;
		height: auto;
		position:relative;
	}
	
	
	.h-top{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		height: 90px;
		height: 110px;
	}
	
	
	.logo{
		/*display: flex;
		align-items: center;*/
		padding-top: 0;
	}
	
	

	.logo img{
		width: 250px;
		margin-top: 6px;
		
	}
	
	.logo span{
		/*margin-left: 2em;*/
		font-size: 14px;
		display: block;
	}
	
	.h-right{
		display: flex;
		
	}
	
	.plan{
		width:130px;
		background:#876fad;
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Serif JP', serif;
	}
	
	.plan a{
		color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.tel{
		width: 270px;
		/*width: 312px;*/
		/*background: #eaeaea;*/
		/*display: flex;
		justify-content: center;
		align-items: center;*/
		text-align: center;
		position: relative;
		padding-top: 4px;
	}
	
	
	.tel1{
		/*width: 270px;*/
		/*width: 312px;*/
		width: 270px;
		/*background: #eaeaea;*/
		/*display: flex;
		justify-content: center;
		align-items: center;*/
		text-align: center;
		position: relative;
		padding-top: 30px;
	}	
	
	
	.tel01{
		font-size: 12px;
		font-weight: bold;
		color: #785a9e;
	}
	
	.tel02{
		font-size: 34px;
		font-family: 'Noto Serif JP', serif;
		font-weight: bold;
		color: #785a9e;
	}
	
		.tel03{
		font-size: 16px;
			color: #785a9e;
			color: #C73333;
			color: #2e2e2e;
			/*background: #C73333;*/
			/*color: #fff;*/
			font-weight: bold;
			display: block;
			width: 100%;
			position: absolute;
			bottom: 0;
	}
	
	
	
}



.h-bottom{
	font-size: 12px;
	color: #fff;
	background: #8771AA;
	padding:1em;
	padding-top: 50px;
	margin-bottom: 20px;
	
}


@media print, screen and (min-width: 768px){
	
.h-bottom{
	display: none;
}	
	
}



/*ナビデスクトップ*/
.main_nav{
	display: none;
}

.main_nav li{
	
}



@media print, screen and (min-width: 768px){
	
.main_nav{
	display: block;
	/*font-family: 'Noto Serif JP', serif;*/
	font-weight: bold;
	
	background: #fff;
	background: linear-gradient(to bottom, #a791ca 0%, #876fad 59%, #876fad 100%);
}
	

	
	.main_nav ul{
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		flex: 1;
		background: linear-gradient(to bottom, #a791ca 0%, #876fad 59%, #876fad 100%);
		max-width: 1030px;
	margin: 0 auto;
		
	}
	
	.main_nav li{
		flex-grow: 1;
		width: 100%;
	}
	
	.main_nav li a{
		display: block;
		width: 100%;
		height: 100%;
		padding:0.8em 1em;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		text-align: center;
		/*font-weight: bold;*/
		font-size: 15px;
		/*background: #876fad;*/
		background: linear-gradient(to bottom, #a791ca 0%, #876fad 59%, #876fad 100%);	
		color: #fff;
		
	}
	
	
/*	.main_nav li:last-child a{
		border: none;
	}*/
	
	
	.main_nav li:first-child a{
		border-left: 1px solid #fff; 
	}
	
	
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
	width: 100%;
	background: #fff;
	/*padding:16px 0;*/
	border-bottom: 1px solid #cdcdcd;


}
	
	
	.fixed .main_nav li a{
		/*padding: 20px;*/
	}	
	
	
}





/*ナビモバイル*/




.global-nav {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 40px;
	background-color: #fff;
	transition: all .6s;
	z-index: 3000;
	overflow-y: auto;
	padding: 0 20px;
	box-sizing: border-box;
	/*font-family: 'Noto Serif JP', serif;*/
}

.hamburger {
	position: fixed;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 3000;
	background: #8771aa;
	background:#fff;
}

.ham-line {
	position: absolute;
	left: 13px;
	width: 20px;
	height: 2px;
	background-color: #8771aa;
	transition: all .6s;
}
.line01 {
	top: 10px;
}
.line02 {
	top: 17px;
}
.line03 {
	top: 24px;
}

.line04 {
	position: absolute;
	left: 5px;
	bottom:-5px;
	color: #8771aa;
	font-size: 9px;
	font-weight: bold;

}
.nav-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}
.nav-open .global-nav {
	right: 0;
}
.nav-open .nav-bg {
	opacity: .8;
	visibility: visible;
}
.nav-open .line01 {
	transform: rotate(45deg);
	top: 19px;
	background-color: #8771aa;
}
.nav-open .line02 {
	width: 0;
	left: 50%;
}
.nav-open .line03 {
	transform: rotate(-45deg);
	top: 19px;
	background-color: #8771aa;
}
.global-nav ul {
	padding-top: 60px;
}
.global-nav ul li {
	display: block;
	position: relative;
}
.global-nav ul li a {
	padding: 15px 20px;
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}


.global-nav ul.sub-menu li a {
	padding: 12px 20px;
	color: #000;
	display: block;
	text-decoration: none;
	/*border-bottom: 1px dashed #999;*/
	
	border:1px solid #777676;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.mark{
	font-size: 12px;
}

@media print, screen and (min-width: 768px){
	
	
	.hamburger{
		display: none;
	}
	
.global-nav{
	display: none;

}
}



/*メインコンテンツ部分２カラム*/


.content .wrap{
	max-width: 1200px;
	margin: 0 auto;
}

.main{
	padding: 1em;
	box-sizing: border-box;
}

.side{
	padding: 1em;
	box-sizing: border-box;
}


@media print, screen and (min-width: 768px){
	
.content .wrap{
	display: flex;
	justify-content: space-between;
	}
	

.main{
	width: 79%;
	/*background: #CDCDF7;*/
		
	}	
	
.side{
	width: 20%;
	
	padding: 0;
	}
	
	
	
}


/*サイド部分*/

.side p{
	margin-bottom: 20px;
	text-align: center;
}






/*フッター*/


footer{
	background:#d1c5e8;
	margin-bottom: 50px;
}

footer .container{
	max-width: 1100px;
	margin: 0 auto;
	padding:2em 1em 1em;
	box-sizing: border-box;
}


footer li{
	font-size: 14px;
	margin-bottom: 0.5em;
	padding-left: 1em;
}

footer li a{
	display: flex;
	align-items: center;
}

footer li a span{
	font-size: 60%;
	margin-right: 5px;
}

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

.footA h2{
	font-size: 22px;
  font-weight: bold;
	margin-bottom:0.5em;
}

.footA p{
	font-size: 13px;
	font-weight: bold;
}

.footB h3{
	font-size: 16px;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.footB .text{
	margin-bottom: 30px;
}

@media print, screen and (min-width: 768px){
	
	
footer .container{
	padding-top: 50px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-around;
	}
	
	
	footer li{
		font-size: 15px;
	}
	
	.footA{
		width: 26%;
		text-align: left;
		margin-bottom: 0;
	}	
	
	.footB{
		width: 70%;
		display: flex;
		justify-content: space-around;
	}	
	
	.footB .text{
	margin-bottom: 0px;
}
}




/*フッター下のメニュー*/


.foot_menu{
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	z-index: 500;
}



a.btn01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background: #eaeaea;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #555;
}


a.btn01 span.time{
	font-size: 14px;
	font-family:'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #C73333;
	color: #785a9e;
	margin-left: 1em;
}

a.btn02{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background:#785a9e;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
}

a.btn01:hover{
	opacity: 1;
}

a.btn02:hover{
	opacity: 1;
}


a.btn01 img{
	width: 28px;
	margin-right: 16px;
}

a.btn02 img{
	width: 26px;
	margin-right: 16px;
}

@media print, screen and (min-width: 768px){
	
	
a.btn01{
	font-size: 22px;
	}
	
	
a.btn02{
	font-size: 22px;
	}
	
	
a.btn01 img{
	width: 30px;
}		
	
	
a.btn02 img{
	width: 32px;
}	
	
	
}






.widget_block{
	list-style: none;
}



.kakomi02{
	margin-bottom:2em;
	font-size: 15px;
	background: #F4EAE3;
	padding: 1em;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	text-align:center;
}

.post .kakomi02 p{
	 display:inline-block;
     /*text-align:left;*/
	margin-bottom: 0;
	
}



@media print, screen and (min-width: 768px){
	
	.kakomi02{
	width: 94%;
	margin: 0 auto 2em;
		font-size: 20px;
}
	
	.kakomi02 p span{
		font-size:22px;
	}
	
}





.kakomi{
	text-indent: 1em;
	margin-bottom:3em;
	font-size: 15px;
}

@media print, screen and (min-width: 768px){
	
	.kakomi{
	width: 94%;
	margin: 0 auto 4em;
}
	
	
	
}




/*トップに戻るボタン*/

#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  background: #fff;
  /*opacity: 0.6;*/
  border-radius: 15px;
	color: #9765CF;
	border:2px solid #876FAD;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
	font-weight: bold;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '▲';
  font-size: 18px;
  color: #876FAD;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'ページ上へ';
  font-size: 13px;
  color: #876FAD;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




/*デスクトップとモバイルで出し分け*/

.pc{display:none;} 
.pc_inline{display:none;}

@media print, screen and (min-width: 896px){
.pc{ display:block; } 
.pc_inline{ display:inline-block; } 
.sm{ display:none; }
 }



