@charset "utf-8";
/* レスポンシブ・メニュー用 */


.contents {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*切り替えフラグ*/
.responsive_pc{ display:none;}
.responsive_sp{ display:block;}

/*
flex 初期化
----------------------------------------*/
.flex {
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-align: center;
	   align-items: center;
	-ms-box-sizing: border-box;
	    box-sizing: border-box;
}

/*
エフェクト
*/

/*----- フェードイン -----*/
.inviewfadeIn,
.inviewfadeIn_Leave {
	opacity: 0;
    transition: 3.0s;/*変化時間*/
}
    
.fadeIn { opacity: 1.0;}
 
/*----- 上へスライド -----*/
.inviewUp {
	transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .8s;
}
.Up {
	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.inviewLeft {
	transform: translate(-40px, 0px);
    -webkit-transform: translate(-40, 0px);
    transition: .8s;
}
.Left {
	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.inviewRight {
	transform: translate(40px, 0px);
    -webkit-transform: translate(40, 0px);
    transition: .8s;
}
.Right {
	transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

 
/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: .8s;
}
    
.zoomIn {
	transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
} 
    
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: 1.5s;
}
.fadeInUp {
	opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら左へスライド -----*/

.inviewfadeInLeft {
	opacity: 0;
    transform: translate(-40px, 0px);
    -webkit-transform: translate(-40px, 0px);
    transition: 1.5s;
}
.fadeInLeft {
	opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/*----- フェードインしながら右へスライド -----*/
.inviewfadeInRight {
	opacity: 0;
    transform: translate(40px, 0px);
    -webkit-transform: translate(40px, 0px);
    transition: 1.5s;
}
.fadeInRight {
	opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら下へスライド -----*/
.inviewfadeInDown {
	opacity: 0;
    transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
    transition: 3s;
}
    
.fadeInDown {
	opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/* body */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 160%;
}

/*
ハンバーガーメニュー
*/

#menu-box{
	width:100%;
	text-align:left;
	background-color: rgba(43,61,22,0.9);
	padding:0px 10px 10px 10px;
	box-sizing: border-box;
}
#menu-box  p{
	font-size: 10px;
	color: #DDE0DA;
	line-height: 200%;
}
#menu-box  h1 img{
	width:90px;
	margin-bottom:5px;
}


#global-nav #menu{ display: none;}
#global-nav #menu li{
	display:block;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	background-color: #f7f5f5;
	position: relative;
}

#global-nav #menu #hurry_btn{ background-color: #cb1d5c;}
#menu li a{
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	position: relative;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	
}
#menu #hurry_btn a{ color: #fff;}


  
/*
Toggle Button
*/
#toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#toggle div { position: relative;}
#toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #9da593;
    left: 0;
	transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#toggle span:nth-child(1) { top: 0;}
#toggle span:nth-child(2) { top: 11px;}
#toggle span:nth-child(3) { top: 22px;}

#toggle { display: block;}

/*
#nav-toggle 切り替えアニメーション
*/
.open #toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

/*
フッター
*/

#footer_background{
	background-color: #4e6629;
	color: #EFEFEF;
	line-height: 180%;
	font-size:small;
}
#footer_nav_con ul a{
	background-color: #4e6629;
	color: #EFEFEF;
	text-decoration: none;
}

#footer_toppage a{
	font-size: small;
	background-color: #688438;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding:10px;
	line-height: 100%;
}
#footer_toppage a::before{
	content: "▲" ;
	display:block;
	margin-bottom:5px;
}
#footer_toppage a:hover{
	background-color: #a6c464;
	transition: background-color 1s;
}

#footer_nav_con{
	margin: 10px 10px 2em 10px;
	line-height: 250%;
}
#footer_nav_con ul{
	width:50%;
	float:left;
	box-sizing: border-box;
	padding-right:10px;
}
.open_window::after{
	content: "";
	display: inline-block;
	background: url(../img/new_window_open_icon.png);
	background-repeat: no-repeat;
	background-size:25px;
	width: 14px;
	height: 12px;
	background-size: contain;
	vertical-align: middle;
	margin:0px 0px 0px 10px;
}
#footer_nav_tel{
	margin:10px 10px 2em 10px;
	text-align:center;
}
#footer_nav_telblock01{
	margin-bottom:2em;
}

.footer_nav_txt{
	font-size:115%;
}
#footer_nav_tel #footer_tel01 span::before,
#footer_nav_tel #footer_tel02 span::before{
	content: "　";
	display: inline-block;
	background-image: url(../img/footer_freedial_sp01.png);
	background-repeat: no-repeat;
	background-size:25px;
	width: 40px;/*画像の幅*/
	height: 26px;/*画像の高さ*/
	background-size: contain;
	vertical-align: middle;
	margin:0px 5px 5px 0px;
}
#footer_nav_tel #footer_tel02 span::before{
	background-image: url(../img/footer_freedial_sp02.png);
}
#footer_nav_tel #footer_tel01 span,
#footer_nav_tel #footer_tel02 span{
	color: #cb1d5c;
	display: block;
	background-color: #FFF;
	font-size: 28px;
	padding: 13px 10px 10px 10px;
	text-align: center;
	width: 280px;
	margin: 0px auto 0.3em auto;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	   -moz-border-radius: 4px;	/* Firefox用 */
	        border-radius: 4px; /* CSS3草案 */
}
#footer_nav_tel #footer_tel01 a,
#footer_nav_tel #footer_tel02 a{ text-decoration: none;}

#footer_nav_tel #footer_tel02 span{	color: #688438;}

#footer_nav_cv{ margin: 10px;}
#footer_nav_cv ul{
	display: flex;
	justify-content: center;
}
#footer_nav_cv li{
	position: relative;
	width:240px;
}
#footer_nav_cv a{
	display: block;
	background-color: #688438;
	border: 1px solid #afbc8e;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px 10px 10px;
	margin: 0px 10px 1em 10px;
	text-align: center;
	position: relative;
}
#footer_nav_cv a::after{
	content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #afbc8e;
    border-right: solid 1px #afbc8e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
}
#footer_nav_cv a:hover{
	background-color: #a6c464;
	transition: background-color 1s;
}
#footer_nav_cv a:hover::after{
	border-top: solid 1px #fff;
    border-right: solid 1px #fff;
	transition:border-top 1s,border-right 1s;
}

/*
アイコン付き電話番号
----------------------------------------*/
.tel-number span {
    position: relative;
    font-size: 1.8rem;
    margin-left: 1.8em;
	}
	.tel-number span:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		left: -1.8em;
		width: 40px;
		height: 26px;
		background-image: url(../img/footer_freedial_sp01.png);
		background-size: cover;
	}
/*
「Tel & Mail資料請求・事前相談・互助会」
スクロールすると下から現れるボタン：スマホ
----------------------------------------*/
.bottom-nav {
	position: fixed;
    right: 0;
	left:0;
	margin:0 auto;
	z-index: 10000;
	background-color:#40502d;
	color:#fff;
	font-size: 1rem;
}
.bottom-nav a{ color:#fff;}


/*
下から出るボタンメニュー：３カラム
*/
.column3--flex{ padding: 5px 5px;}
.column3--flex li{
	width:32%;
	position:relative;
	}
	.column3--flex li:after{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #fff;
		border-right: solid 1px #FFF;
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: .5em;
	}

/*会館ページ・メニューボタン*/
.column3-button--hurry,
.column3-button--request,
.column3-button--soudan{
	display: block;
	text-align:center;
    width: 100%;
	padding:5px 0;
	transition:all 0.3s;
	border-radius: 0.3em;
	text-decoration:none;
}
.column3-button--hurry  { background-color:#cb1d5c;}
.column3-button--request{ background-color:#688438;}
.column3-button--soudan { background-color:#91aa5b;}

	.column3-button--hurry:hover,
	.column3-button--request:hover,
	.column3-button--soudan:hover{ box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);}
	
	.column3-button--hurry:hover  {	background-color:#db618d;}
	.column3-button--request:hover{ background-color:#96a974;}
	.column3-button--soudan:hover {	background-color:#b2c48d;}

/*
下から出るボタンメニュー：２カラム
「事前相談」「互助会」
*/
.column2--flex{ padding:10px 10px;}

/*電話ボタン*/
.column2-tel__midashi{	display:none;}

.column2-tel__button{
	width: 60%;
	text-align: center;
	background-color: #688438;
	padding: 5px 5px;
	font-size: .6em;
	line-height: 2.2em;
	-ms-box-sizing: border-box;
	    box-sizing: border-box;
	-ms-transition: all 0.3s;
	    transition: all 0.3s;
	border-radius: .5em;
}

.column2-tel__button a{ text-decoration:none;}
.column2-tel__button .tel-number span{ font-size:large;}
.column2-tel__button .tel-number span:before {
		width: 25px;
		height: 16px;
		background-image: url(../img/footer_freedial_sp03.png);
	}

/*メールボタン*/
.column2-email{
	width: 38%;
    background-color: #f4da5b;
    line-height: 2.2em;
	-ms-transition: all 0.3s;
        transition: all 0.3s;
	border-radius: .3em;
}
.column2-email .column2-email__button{
	width: 100%;
    display: block;
    font-size: small;
    text-align: center;
    color: #333; 
    text-decoration: none;
    padding: 10px 0px;
	position:relative;
	}
	.column2-email .column2-email__button:after{
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border: 0px;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: .5em;
	}

#tablet--------------------------------------------------
-----------------{}
@media only screen and (min-width: 760px) {
#footer_nav_con{
	width:420px;
	float:left;
}
#footer_nav_tel{
	width:270px;
	float:left;
	text-align:left;
}
#footer_nav_tel #footer_tel01 span,#footer_nav_tel #footer_tel02 span{
	width: auto;
	text-align: left;
	cursor: default;
	font-size:24px;
}
#footer_nav_tel #footer_tel01 span::before,#footer_nav_tel #footer_tel02 span::before{
	content: "　";
	display: inline-block;
	background-image: url(../img/footer_freedial_pc.png);
	background-repeat: no-repeat;
	background-size:25px;
	width: 35px;/*画像の幅*/
	height: 23px;/*画像の高さ*/
	background-size: contain;
	vertical-align: middle;
	margin:0px 5px 5px 0px;
}
#footer_nav_tel #footer_tel01 span,#footer_nav_tel #footer_tel02 span{
	color: #FFFFFF;
	display: block;
	background-color: #4E6629;
	font-size: 24px;
	text-align: left;
	width: auto;
	cursor: auto;
	text-decoration: none;
	border-radius: 4px;
	margin:0 auto 0.3em;
	padding:5px 0 0;
}
#footer_nav_cv{ clear:both;}

}
	
#pc--------------------------------------------------
-----------------{}
@media only screen and (min-width: 979px) {
.contents {
	max-width: 980px;
	margin:0 auto;
}

/*切り替えフラグ*/
.responsive_pc{ display:block;}
.responsive_sp{	display:none;}


/* ヘッダー用 */
#menu-box{ padding:0px 0px 0px 0px;}
#menu-box p{ margin-top:10px;}
#menu-box  h1 img{ width:130px;}

#header_width{
	width:940px;
	margin:0px auto;
}

#menu-box #h1{
	width:140px;
	float:left;
}

#toggle{ display:none;}

#global-nav{
	float:left;
	width:800px;	
	position: relative;
}
#global-nav #menu{
	display: block;
	position: relative;
	bottom: 0px;
	overflow: hidden;
}
#global-nav #menu li{
	margin-top: 60px;
	width: 164px;
	float: left;
	background-color: transparent;
	position: relative;
	border-bottom-style: none;
	border-right: 1px dotted #9da593;
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Yu Mincho", "YuMincho","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
#global-nav #menu li a{
	display: block;
	color: #EFEFEF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 15px;
}
#global-nav #menu li a:hover{
	background-color: #a6c464;
	transition: background-color 1s;
}
#global-nav #menu #first_btn{
	border-left: 1px dotted #9da593;
	width:139px;

}
#global-nav #menu #hurry_btn{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	margin-top: 0px;
	z-index: 1;
	border-right-style: none;
	right: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#global-nav #menu #hurry_btn a:hover{
	background-color: #f43797;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	transition: background-color 1s;
}


/* フッター */
#footer_width{
	width:940px;
	margin:0px auto 0px auto;
}
#footer_nav_con{
	width:420px;
	float:left;
}


#footer_toppage a{ padding:20px 10px 20px 10px;}
#footer_toppage a::before{
	content: "▲" ;
	display:inline;
	margin-bottom:0px;
}

#footer_nav_cv{
	width:200px;
	float:left;
	margin:10px 0px 10px 10px;
	clear:none;
}
.footer_nav_txt{ font-size:100%;}
#footer_nav_cv ul{ display: block;}
#footer_nav_cv li{ width:100%;}
#footer_nav_cv a{
	padding: 10px 20px 10px 10px;
	margin: 0px 0px 1em 0px;

}

/*
「Tel & Mail資料請求・事前相談・互助会」
スクロールすると下から現れるボタン：PC
----------------------------------------*/
.bottom-nav { height:80px;}

/*
下から出るボタンメニュー：３カラム
「会館ページ」
*/
.column3--flex { padding: 10px 0;}
.column3--flex li { font-size: 20px;}

/*会館ページ・メニューボタン*/
.column3-button--hurry,
.column3-button--request,
.column3-button--soudan { padding: 15px 0;}


/*
下から出るボタンメニュー：２カラム
「事前相談」「互助会」
*/
.column2--flex{ padding:0 0;}

/*電話ボタン*/	
.column2-tel__midashi{
    display: block;
	width: 220px;
    min-height:80px;
    box-sizing:border-box;	
    padding: 25px 0px;
    text-align: center;
	font-size:18px;
    background-color: #688438;
    color: #fff;
	position:relative;
	}
	.column2-tel__midashi:after{
		position: absolute;
		top: 0;
		left: 100%;
		content: '';
		display: block;
		border-top   : 2.28em solid transparent;
		border-bottom: 2.28em solid transparent;
		border-left: 1em solid #688438;
	}

.column2-tel__button{
    width: 410px;
    text-align: left;
    padding: 10px 0px 0;
    font-size: 18px;
    line-height: 1.5em;
	background-color: inherit;
}
.column2-tel__button .tel-number span{
	font-size: 40px;
    margin-left: 50px;
	}
	.column2-tel__button .tel-number span:before {
		left: -50px;
		width : 40px;
		height: 26px;
	}
	
/*メールボタン*/	
.column2-email{ width: 260px;}
.column2-email .column2-email__button{ font-size: 20px;}

}
