@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*共通項目
-------------------------------------------------------------------------*/
html{
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.style1 {
	color: #666666;
	font-weight: bold;
}
.style2 {
	color: #0000FF
}
.style3 {
	font-size: 12px
}
.style6 {
	font-size: 13px;
	font-weight: bold;
}

.font12 {
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.caption {font-size: 12px; line-height: 120%;}
.txt_or {color: #ff6000}
.txt_gr {color: #2a3f18}
.font16 {
	font-size: 16px;
	font-weight: bold;
}

a{
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#cc0099;
	transition: all .2s ease-in;
	opacity: 0.6;
}

/*a:link {
	color:#009966;
}
a:visited {
	text-decoration: none;
	color: #009966;
}
a:active {
	text-decoration: none;
}*/


/* 151112_新規追加 */
.clear {
  clear: both;
}

.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mt60{margin-top: 60px!important;}

.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}

.txtaC {text-align: center!important;}
.txtaR {text-align: right!important;}
.txtaL {text-align: left!important;}
.fwb {font-weight: bold!important;}
.fcBlue {color: #3773bb!important;}
.fcRed {color: #ff0000!important;}
.floatL {float: left!important;}
.floatR {float: right!important;}


a.rec_btn{
	margin:20px 0;
	display:block;
	width:280px;
	height:70px;
	text-align:center;
	background:#e5fde7;
	line-height:70px;
	text-decoration:none;
	font-size:1.3em;
	color:#000;
	border:3px solid #c5ffc9;
	border-radius:10px;
}
a.rec_btn:active{
	background:#baf9bf;
	border:3px solid #6af8a9;
}
.rec_p{
	text-align:right;
	font-weight:bold;
	color:red;
}


img.img_border{
	display:block;
	border:2px solid #ccc;
	padding:5px;
	float:left;
}

        p.btn {
            text-align: center;
			width: 100%;
            max-width: 400px;
            margin: 10px auto;
            background: #A8D47D;
            padding: 15px 0;
            border: #486A37 2px solid;
            border-radius: 5px;
        }
        
        p.btn a {
            color: #486A37;
        }







.w50p{
    width: 40%;
}

.m1em{
    margin: 1em!important;
}

.ac{
    text-align: center;
}

.title_myhos{
    font-size: 20px;
    color: #148D0A;
    position: relative;
	margin-bottom: 1em;
	text-align: center;
}

.title_myhos:before{
    content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #36B52C;
	border-radius: 2px;
}


.btn a{
	display: inline-block;
}

.corona-box{
	list-style-type: none;
    padding: 0;
    box-sizing: border-box;
}

.corona-box li{
	float: left;
    width: 50%;
    box-sizing: border-box;
	text-align: center;
}

.news-title{
	text-align: center;
	box-sizing: border-box;
	margin-top: 600px;
	margin-bottom: 25px;
	border: 1px solid ;
}

.title{
	font-size: 12px;
	font-weight: bold;
}

.corona-btn{
	display: inline-block;
    border: 1px solid #096;
    font-size: 13px;
    padding: 5px;
}

h3.h3_info{
	width: 100%;
	margin: 20px auto;
}


.cammingsoon{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.cammingsoon img{
	width: 100%;
}

ul.flex_btn{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
ul.flex_btn li{
	width: calc(100%/2 - 20px);
	margin-bottom: 20px;
}
ul.flex_btn li a{
	display: block;
	padding: 20px;
	border-radius: 10px;
	background: #A8D47D;
	color: #486A37;
	border:#486A37 2px solid;
	text-align: center;
	font-weight: bold;
}

.news_flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}




/* 新ヘッダー
-------------------------------------------------------------------------*/
header{
	width: 100%;
	margin: 0 auto;
	background: #effbe0;
	padding: 10px;
	background-image: url("../img/header_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
header > .inner{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header > .inner > .logo{
	width: 100%;
	max-width: 400px;
	background: #f2f2f2;
	padding: 10px;
}
header > .inner > .logo > a{
	display: block;
	text-decoration: none;
}
header > .inner > .logo a img{
	width: 100%;
	display: block;
}
header > .inner > .add{
	width: 100%;
	max-width: 350px;
}
header > .inner > .add img{
	width: 100%;
	display: block;
}

/* コピー欄
-------------------------------------------------------------------------*/
.copy_box{
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	/*background: #435732;*/
	background-image: url("../img/header_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.copy_box > .inner{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-end;
}
.copy_box > .inner img{
	display: inline-block;
	background: #435732;
	padding: 10px 20px;
}

/* 新フッター
-------------------------------------------------------------------------*/
footer{
	width: 100%;
	margin: 0 auto;
	background: #2a3f18;
	padding: 10px;
}
footer > .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
footer > .inner > ul{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer > .inner > ul > li a{
	display: block;
	color: #fff;
}
footer > .inner > ul > li a::before{
	content: ">";
	display: inline-block;
	margin-right: 5px;
}
.copyright{
	text-align: center;
	color: #fff;
	margin: 10px auto 0;
}


/* スマホお問い合わせ欄
-------------------------------------------------------------------------*/
.sp_add_box{
	display: none;
}


/* 下層コンテンツ
-------------------------------------------------------------------------*/
.under_wrapp{
	width: 100%;
	margin: 0 auto;
}
.under_wrapp > .inner{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}


/* パンくずリスト
-------------------------------------------------------------------------*/
.pan_nav{
	width: 100%;
	margin: 20px auto 30px;
}
.pan_nav ul{
	display: flex;
}
.pan_nav ul li{
	padding-right: 10px;
}
.pan_nav ul li::after{
	content: ">";
	margin-left: 10px;
}
.pan_nav ul li:last-of-type::after{
	display: none;
}


/* 見出し
-------------------------------------------------------------------------*/
h1{
	width: 100%;
	margin: 30px auto;
	font-size: 2.2rem;
	padding:30px 20px;
	/*background:#ceffc8;*/
	background: #d8ffd3;
	border-top: 2px solid #435732;
	border-bottom: 2px solid #435732;
	box-sizing: border-box;
	text-align: center;
	color: #435732;
}
h2{
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px;
    font-size: 1.8rem;
    text-align: left;
	color: #5c8d2c;
	background: #f2f8eb;
    border-top: 1px solid #5c8d2c;
    border-right: 1px solid #5c8d2c;
    border-bottom: 1px solid #5c8d2c;
    border-left: 10px solid #5c8d2c;
    /*background: #ecfef4;
    border-top: 1px solid #aeeec1;
    border-right: 1px solid #aeeec1;
    border-bottom: 1px solid #aeeec1;
    border-left: 10px solid #aeeec1;*/
}
h3{
	width: 100%;
	margin: 0 auto 20px;
	padding: 5px 10px;
	border-left: 5px solid #435732;
	border-bottom: 1px solid #435732;
	color: #435732;
	font-size: 1.4rem;
	background: #fff;
}


/* リスト
-------------------------------------------------------------------------*/
ul.nomal{
	margin: 0 auto 30px;
}
ul.nomal > li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
ul.nomal > li::before{
	content: "";
    width: 8px;
    height: 8px;
    background: #435732;
    border-radius: 50%;
    display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 0;
}


/* 数字リスト
-------------------------------------------------------------------------*/
ol.nomal{
	margin: 0 auto 30px;
	counter-reset: ol_li;
}
ol.nomal > li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
ol.nomal > li::before{
	counter-increment: ol_li;
	content: counter(ol_li)".";
    display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0;
	color: #2a3f18;
}


/* 動画欄
-------------------------------------------------------------------------*/
.movie_box{
	width: 100%;
	margin: 0 auto 30px;
}
.movie_box iframe{
	display: block;
	width: 100%;
	height: 500px;
}


/* スマホ用改行タグ
-------------------------------------------------------------------------*/
.br_sp{ display: none; }
.br_pc{ display: inline; }


/*topへ戻るアイコン
-------------------------------------------------------------------------*/
footer .top_back{
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
footer .top_back a{
  position: relative;
  display: block;
  height: 60px;
  text-decoration: none;
  background: #435732;
  border-radius: 50%;
}
footer .top_back a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/* スマホ画面
-------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

body{
	padding-bottom: 60px;
}

/* 新ヘッダー（sp）
-------------------------------------------------------------------------*/
header > .inner > .logo{
	width: 60%;
	padding: 10px;
}
header > .inner > .add{
	display: none;
}

/* コピー欄
-------------------------------------------------------------------------*/
.copy_box{
	padding: 5px 0;
}
.copy_box > .inner{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-end;
}
.copy_box > .inner img{
	display: block;
	width: 100%;
}

/* 新フッター
-------------------------------------------------------------------------*/
.copyright{
	font-size: 0.7rem;
}

/* スマホお問い合わせ欄（sp）
-------------------------------------------------------------------------*/
.sp_add_box{
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.sp_add_box > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #2a3f18;
}
.sp_add_box > ul > li{
	width: calc(100%/2);
	border-right: 1px solid #2a3f18;
}
.sp_add_box > ul > li:last-of-type{
	border-right: none;
}
.sp_add_box > ul > li > a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	background: #e0f2e7;
	color: #2a3f18;
}
.sp_add_box > ul > li > a::before{
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2.0rem;
}
.sp_add_box > ul > li > a::after{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}
.sp_add_box > ul > li > a.tel::before{
	content: "\f879";
}
.sp_add_box > ul > li > a.tel::after{
	content: "TEL";
}
.sp_add_box > ul > li > a.map::before{
	content: "\f3c5";
}
.sp_add_box > ul > li > a.map::after{
	content: "MAP";
}


/* 動画欄（sp）
-------------------------------------------------------------------------*/
.movie_box iframe{
	height: 300px;
}


/* スマホ用改行タグ（sp）
-------------------------------------------------------------------------*/
.br_sp{ display:inline; }
.br_pc{ display:none; }


/*topへ戻るアイコン（sp）
-------------------------------------------------------------------------*/
footer .top_back{
	right: 0;
	bottom: 70px;
}


}


/* 70周年記念ロゴ（ヘッダー）
-------------------------------------------------------------------------*/
header > .inner > .logo.seventy{
	max-width: 500px;
	display: flex;
	align-items: center;
	gap: 20px;
}
header > .inner > .logo.seventy .head_seventy{
	display:inline-block;
}
header > .inner > .logo.seventy .head_seventy a{
	display:block;
}
header > .inner > .logo.seventy .head_seventy a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}
header > .inner > .logo.seventy .head_seventy a img{
	display:block;
	margin:0 auto;
	width:auto;
	height:70px;
}

@media screen and (max-width:767px) {

	header > .inner > .logo.seventy{
		width: 70%;
	}
	header > .inner > .logo.seventy .head_seventy a img{
		height:50px;
	}

}

/* 70周年記念ロゴ（フッター）
-------------------------------------------------------------------------*/
.foot_seventy{
	width:100%;
	margin:0 auto;
	padding:20px;
	text-align:center;
	background-color:#fff;
}
.foot_seventy a{
	display:inline-block;
}
.foot_seventy a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}
.foot_seventy a img{
	display:block;
	margin:0 auto;
	width:auto;
	height:120px;
}