@charset "utf-8";

body,
body *{
	box-sizing: border-box;
}
body{
	font-family:   "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	width:100%;
}
.ib{display:inline-block;}
.bx_slider{
	z-index:0;
}
img{
	max-width:100%;
}
p img{
	max-width:100%;
}
a img{
	max-width:100%;
}
ul{
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
ul li{
	list-style: none;
}
a:hover{
	opacity: 0.5;
}

.bold{
	font-weight:900;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* basic */


li-inline-svg {
  position: relative;
  height:0;
  padding-top:45%;
  svg {
    display:block;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
  }
}
 
.bi{border-left:4px solid #000;padding-left:10px;margin-left:10px;}
.wi{border-left:4px solid #fff;padding-left:10px;margin-left:10px;}

@media only screen and (max-width: 640px) {
h2{
	font-size:1.2em;
}
}

.w1000{
	max-width:1000px;
	margin:0 auto;
}


a {
	text-decoration: none;
}

@media only screen and (min-width: 641px) {
.pc_hidden{display:none !important;}
}
@media only screen and (max-width: 640px) {
.sp_hidden{display:none !important;}
}

.clearfix {
    zoom: 1;
     display: block;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.ib{
	display:inline-block;
}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}


.pd5{padding: 5px;}
.pd10{padding: 10px;}
.pd15{padding: 15px;}
.pd20{padding: 20px;}


.tac{text-align: center;}
.tal{text-align:left;}
.tar{text-align:right;}

.t_tac{text-align: center;}
@media only screen and (max-width: 700px) {
.t_tac{text-align: left;}
}

.flr{float:right;width:50%;}
.fll{float:left;width:50%;}
@media only screen and (max-width: 600px) {
.flr{float:none;width:100%;}
.fll{float:none;width:100%;}

}
sup {
    line-height: 1;
    vertical-align: text-top;
    font-size: 0.6em;
}
.txt_flr{float:right;width:49%;padding: 0 20px 0 0px ;}
.txt_fll{float:left;width:49%;padding: 0 0px 0 20px ;}
@media only screen and (max-width: 500px) {
.txt_flr{float:right;width:100%;padding:10px;}
.txt_fll{float:left;width:100%;padding:10px;}	
}

.notice{
	padding-left: 1em;
    text-indent: -1em;
}

.red{color:#cc0000;}
.bold{font-weight:900;}
.small{font-size:0.8em;}

h2{margin:0;}
p{margin:0;}

#wrapper{
	max-width:1200px;
	max-width:100%;
	margin:0 auto;
}
#content{
	max-width:1000px;
	margin:0 auto;
}

.btns_top{
	display:flex;
	position: relative;
	z-index:100;
	width:100%;
	margin-top:30px;
	padding-bottom:30px;
	background-color: rgba(255, 255, 255, 0.4);
}
.btns_top li:first-child{
	border-left:1px solid #fce4bf;
}
.btns_top li{
	list-style: none;
	width:20%;
	border-right:1px solid #fce4bf;
}
@media only screen and (max-width: 640px) {
.btns_top{
	flex-wrap: wrap;
}
.btns_top li{
	background-color: #fff;
	list-style: none;
	width:25%;
	border-right:1px solid #fce4bf;
	margin-bottom:10px;
}
}




/* ============================== nav ============================== */

.bt_recruit {
	position: relative;
	margin: 24px 16px;
	z-index: 53;
}
.bt_recruit .wrapper {
	padding: 16px 24px 24px;
	text-align: center;
	background: #ff9600;
}
.bt_recruit p {
	margin-bottom: 0;
	rotate: 0.05deg;
}
.bt_recruit p.text1 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 3.5vw;
	color: #fff;
}
.bt_recruit p.text2 {
	font-weight: bold;
	font-size: 5.2vw;
	border-radius: 56px;
	background: #fff;
}
.bt_recruit p.text2:hover {
	opacity: 0.7;
}
.bt_recruit p.text2 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0 8px;
	box-sizing: border-box;
	text-decoration: none;
	color: #685145;
}
@media print, screen and (min-width: 600px) {
	.bt_recruit {
		margin: 0 0 40px;
	}
	.bt_recruit .wrapper {
		width: 700px;
		padding: 24px 32px 30px;
		margin: 0 auto;
	}
	.bt_recruit p.text1 {
		font-size: 24px;
	}
	.bt_recruit p.text2 {
		font-size: 36px;
	}
	.bt_recruit p.text2 a {
		padding: 16px 0 14px;
	}
}

/* footerここから */
footer .wrapper{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:50px;
}
footer .txt{
	text-align: center;
	color:#285030;
	font-weight:900;
	font-size:0.9em;
	max-width:90%;
	margin:0 auto;
}
@media only screen and (max-width: 640px) {
footer .txt{
	font-size:0.8em;
}
}
footer{
	border-top:1px solid #DCDCDC;
	width:100%;
	padding-top:30px;
}
footer h3{
	text-align: center;
}
footer h3 img{
	max-width:300px;
}
footer .link {
	padding: 16px 0 24px;
	border-top:1px dotted #717171;
}
footer .link ul {
	list-style:none;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
footer .link ul li {
	font-weight: 500;
}
footer .link ul li:hover {
	opacity: 0.7;
}
footer .link ul li a {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
footer .link ul li a img {
	width: 100%;
	height: auto;
}
footer .link ul li.grouptop {
	width: 51.116%;
	max-width: 440px;
}
footer .link ul li.kango,
footer .link ul li.yogu,
footer .link ul li.careplan {
	width: 22.79%;
	max-width: 196px;
}
/*footer ul{
	list-style:none;
}
footer li a{
	color:#717171;
}
footer li{
	text-align: center;
	float:left;
	list-style:none;
	font-size:0.9em;
	border-left:1px dotted #717171;
	padding:0 20px;
}
footer li:last-child{
	border-right:1px dotted #717171;
}*/
@media only screen and (max-width: 400px) {
footer .link ul {
	width: 92%;
}
footer .link ul li.grouptop {
	width: 100%;
}
footer .link ul li.kango,
footer .link ul li.yogu,
footer .link ul li.careplan {
	width: calc(calc(100% - 12px) / 2);
}
/*footer li{
	text-align: center;
	float:left;
	list-style:none;
	font-size:0.9em;
	border-left:1px dotted #717171;
	border-right:1px dotted #717171;
	padding:0 20px;
	margin:10px auto 0 auto;
	width:90%;
}
footer li:last-child{
	border-right:1px dotted #717171;
	border-left:1px dotted #717171;
}*/
}

footer #copy{
font-size:0.7em;
margin-bottom:30px;
font-weight:900;
text-align: center;
}





/* コンテナー */
.svg-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 40px;
}

/* レスポンシブのための記述 */
.responsive-svg {
  position: relative;
   height: 0;
   margin: 0 0 25px;
   padding-top: 41.428571428%; /* padding hack(290 / 700) */
}
.responsive-svg svg {
  position: absolute;
   top: 0;
   left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*
================================================================================
*/


/* 共通 */

.inb{
	display: inline-block;
}
@media only screen and (max-width: 400px) {
.sp_inb{
	display: inline-block;
}	
}



@media only screen and (min-width: 641px) {
.pc_hidden{display:none}

}
@media only screen and (max-width: 640px) {
.sp_hidden{display:none}
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.df{
	display:flex;
}

@media only screen and (min-width: 501px) {
.df_pc{display: flex;}
}

.por{position:relative;}





/* ヘッダー */


nav#y_menu{
/* 	background-color: #b3aa8a; */
	width:100%;	
	position: absolute;
	top:0;
	left:0;
}
nav#y_menu a{
	display: block;
}
nav#y_menu .inner{
/* 	max-width:960px; */
	margin:0 auto;
	position:relative;
	padding:10px 0;
	z-index:101;
	min-height:64px;
}
@media only screen and (max-width: 768px) {
nav#y_menu .inner{
	min-height:30px;
}
}
nav#y_menu .inner ul.pc_menu{
	width:calc(100%-140px);
	margin-left:140px;
}
nav#y_menu h1.main_logo{
	max-width:450px;
	width:35%;
	position:absolute;
	top:0px;
	left: 10px;
/* 	z-index:101; */
}
nav#y_menu h1.main_logo a:hover{
	opacity: 1;
}
nav#y_menu.fixed h1.main_logo{
	max-width:180px;
	left:10px;
	margin-block-start: 0em;
    margin-block-end: 0em;
}

@media screen and (max-width: 640px) {
nav#y_menu h1.main_logo{
	max-width:140px;
	width:100%;
	position:absolute;
	top:-15px;
	left: 0;
/* 	z-index:101; */
}
	
	}
nav#y_menu h1.main_logo img{
	width:380px;
	padding:10px 10px 10px 0px;
}
@media only screen and (max-width: 1002px) {
nav#y_menu h1.main_logo img{
	padding:10px;
}
}
nav#y_menu ul.pc_menu li{
	width:20%;
	border-left:1px solid #ddcc8f;
	padding:5px;
}
nav#y_menu ul.pc_menu li:last-child{
	border-right:1px solid #ddcc8f;
}

/** グローバルナビを画面の上の部分にくっつける **/
nav#y_menu.fixed{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 102;
 opacity: 0;
 animation: menu_fade 0.5s ease 0.5s both;
}


@keyframes menu_fade {
    0% {
         opacity: 0;
    }
    100% {
         opacity: 1;
    }
}


.fl_toiawase{
	z-index:101;
	max-width:600px;
	width:50%;
	position: absolute;
	right:0;
	top:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
.fl_toiawase{	
display: none;
}
}
.fl_toiawase .tel_txt{
	padding:0 5px 5px 5px;
	background: #fff;
	border-bottom:2px solid #cbc690;
	border-left:2px solid #cbc690;
	border-right:2px solid #cbc690;
	width:100%;
}
.fl_toiawase .tel_txt_inner{
	padding:10px 15px;
	border-bottom:2px solid #cbc690;
	border-left:2px solid #cbc690;
	border-right:2px solid #cbc690;
}
.fl_toiawase a p{
	background-color: #b7b27f;
	border-radius: 0 0 10px 10px;
	color:#fff;
	font-weight:900;
	font-size:0.8em;
	text-align: center;
	min-width:16em;	
}

.fl_toiawase_sp{
	width:100%;
 	z-index: 100;
	max-width:100%;
	position: fixed;
	bottom:0;
	display: flex;
}
.fl_toiawase_sp a:first-child{
	width:30%;
	color:#fff;
	background-color: #8e8b6c;
	text-align: center;
	border-radius: 10px 10px 0 0 ;
	padding-top:5px;
}
.fl_toiawase_sp a:last-child{
	width:70%;
	color:#fff;
	background-color: #b7b27f;
	text-align: center;
	border-radius: 10px 10px 0 0 ;
	padding-top:5px;
}
@media only screen and (min-width: 769px) {
.fl_toiawase_sp{	
display: none;
}	
}



/* スマホのアコーディオン */
@media screen and (max-width: 768px) {
.pc_menu{display: none;}	
}

.menu_item_link {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.menu_item_link span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.menu_item_link span:nth-child(1) {
  top: 4px;
}
.menu_item_link span:nth-child(2) {
  top: 14px;
}
.menu_item_link span:nth-child(3) {
  bottom: 4px;
}
.menu_item_link.on span {

}
.menu_item_link.on span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.menu_item_link.on span:nth-child(2) {
  opacity: 0;
}
.menu_item_link.on span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


.menu_item {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
/*   position: relative; */
}

.submenu {
  background: #dedbce;
  display: none;
}
.submenu_item {
  border-bottom: 1px solid #a0987d;
  color: #222;
  padding: 5px 0 0 0;
  text-align: center;
}
.submenu_item a{
	text-align:left;
}
.submenu_item a img{
	width:80%;
	max-width:300px;
/* 	margin:0 auto; */
}
@media only screen and (max-width: 640px) {
.submenu_item a img{
	width:100%;
	max-width:250px;
}
}



.sp_menu{
/* 	background-image: url(../img/bk_foot.png); */
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-top:0px;
}
@media screen and (min-width: 769px) {
.sp_menu{
	display: none;
}
}



/* トップ */

#y_main{
	padding-top:60px;
	position: relative;
	
}
@media screen and (max-width: 768px) {
#y_main{
	padding-top:45px;
	
}	
}
@media screen and (max-width: 640px) {
#y_main{
	padding-top:15px;
	
}	
}
.swiper-wrapper{
	max-width:100%;
	position: relative;
}
.swiper-container {
      width: 100%;
      max-width:100%;
      height: 100%;
      overflow:inherit !important;
      position: relative;
    }

    .swiper-slide {
	max-width:100%;
	height:auto;
	width:100% !important;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    } 
.swiper-pagination {
	bottom:-30px !important;
}
.swiper-pagination-bullet-active{
--swiper-theme-color: #005085;	 
 }
.swiper-slide a:hover img{
	 opacity: 1 !important;
 }
.swiper-slide img{
	max-width:100%;
	width:100%;
	height:auto;
}
    
    



.bt_staff{
	position: absolute;
	bottom: 10px;
	right:10px;
	z-index: 53;
}
@media only screen and (max-width: 768px) {
.bt_staff{
	display: none;
}
}
.bt_staff_sp{
	max-width:96%;
	width:100%;
	margin:0 auto;
	text-align: center;
	z-index: 53;
	position: relative;

}
@media only screen and (min-width: 769px) {
.bt_staff_sp{
	display: none;
}
}

.main_bko{
	width:100%;
}
.bk_maru{
	position: absolute;
	top:0;
	width:100%;
}

.line_main1{
	background-image: url(../img/line_main1.png);
	width:100%;
	min-height:50px;
	background-repeat: repeat-x;
	top:50px;
	position: absolute;
}
.line_main_hana{
	background-image: url(../img/bk_line_hana.png);
	width:100%;
	min-height:80px;
	background-repeat: repeat-x;
	top:600px;
	position: absolute;
}
@media only screen and (max-width: 1100px) {
.line_main_hana{
	top:570px;
}
}
@media only screen and (max-width: 986px) {
.line_main_hana{
	top:500px;
}
}
@media only screen and (max-width: 874px) {
.line_main_hana{
	top:450px;
}
}
@media only screen and (max-width: 768px) {
.line_main_hana{
	top:150px;
}
}
.line_main_hana2{
	background-image: url(../img/bk_line_hana.png);
	width:100%;
	min-height:60px;
	background-repeat: repeat-x;
	bottom:0px;
}
@media only screen and (max-width: 768px) {
.line_main_hana2{
	bottom:0px;
}
}

#s2{
	background-image: url(../img/bk_nuno.png);
	position: relative;
}
.shi_hana2{
	position: absolute;
	top:-40px;
	left:20px;
}
@media only screen and (max-width: 1296px) {
.shi_hana2{
	position: absolute;
	top:-40px;
	left:-20px;
	width:80px;
	opacity: 0.5
}	
	}
#s2 .s2_inner{
	width:1100px;
	margin:0 auto;
	padding:50px 0 0 0 ;
	max-width:94%;
}
#s2 .s2_inner .s2_df{
	justify-content: space-between;
	display:flex;
	width:100%;
	max-width:100%;
}
#s2 .s2_inner .s2_df:nth-child(2){
	justify-content: space-between;
	flex-direction: row-reverse;
	display:flex;
	width:100%; 
	align-items: center;
}
#s2 .s2_inner .kango_txt{
	width:53%;
}

#s2 .s2_inner .kango_txt h2{
	color:#685145;
}
#s2 .s2_inner .kango_img{
	width:40%;
	padding-top:20px;
}

@media only screen and (max-width: 640px) {
#s2 .s2_inner .s2_df{
	display:block;
}
#s2 .s2_inner .s2_df:nth-child(2){
	display:block;
}
#s2 .s2_inner .kango_txt{
	width:100%;
}
#s2 .s2_inner .kango_img{
	width:80%;
	margin:20px auto;
	padding-top:10px;
}
}

.bt_basic{
	text-align: center;
	padding-bottom:40px;
	position: relative;
	z-index: 50;
}
.bt_basic img{
	max-width:420px;
	width:90%;
	margin:15px auto;
}

.tit_maru{
	text-align: center;
	z-index: 3;
	position: absolute;
	top:0;
	width:100%;
}
.tit_maru img{
	max-width:200px;
}
@media only screen and (max-width: 600px) {
	.tit_maru img{
	max-width:150px;
}
}
#s3 {
	width:100%;
	max-width:100%;
	position: relative;
}
#s3 .sen2{
	background-image: url(../img/sen2.png);
	width:100%;
	min-height:50px;
	background-repeat: repeat-x;
	top:10px;
	position: absolute;
}
#s3 .sen2_2{
	background-image: url(../img/sen2.png);
	width:100%;
	min-height:10px;
	background-repeat: repeat-x;
	bottom:20px;
	position: absolute;
}
#s3 .s3_inner{
	display: flex;
	width:1100px;
	margin:0 auto 0 auto;
	padding:100px 0 50px;
	max-width:94%;
	justify-content: space-between;
}
@media only screen and (max-width: 640px) {
#s3 .s3_inner{
	display: block;
	padding:80px 0 0px;
}
}
#s3 .o_yotsuba{
	position: absolute;
	bottom:0;
	left:30px;
	max-width:120px;
}
@media only screen and (max-width: 768px) {
#s3 .o_yotsuba{
	top:-20px;
	left:30px;
	max-width:80px;
}
}
@media only screen and (max-width: 408px) {
#s3 .o_yotsuba{
	top:-20px;
	left:10px;
	max-width:60px;
}
}
#s3 .gaiyo{
	max-width:800px; /* 追加 */
	margin:0 auto -20px auto; /* 追加 */
	display: flex;
	flex-wrap: wrap;
/* 	width:49%; */
	width:100%; /* 追加 */
	justify-content: space-between;
}
@media only screen and (max-width: 640px) {
#s3 .gaiyo{
	margin:0 auto 0px auto; /* 追加 */
	width:100%;
}
}
@media only screen and (max-width: 640px) {
#s3 .gaiyo:nth-child(2n+0){
	border-top:2px dotted #819b86;
	padding-top:20px;
	margin-top:10px;
}
}
#s3 .gaiyo li h3{
    color:#fff;
    font-weight:900;
    text-align: center;
    margin:0 0px 0 0;
    font-size:1em;
    padding:5px;
    height: 100%;
    align-items:center;
}
@media only screen and (max-width: 640px) {
#s3 .gaiyo li h3{
	max-width:9em;
	font-size:0.9em;
}
}

#s3 .gaiyo li p{
	color:#285030;
	font-weight:900;
	padding:5px;
	word-wrap: break-word;
}
@media only screen and (max-width: 640px) {
#s3 .gaiyo li p{
 font-size:0.9em;
}
}

#s3 .gaiyo li:nth-child(2n+1){
	width:20%;
	margin-bottom: 10px;
	background-color: #97a87f;
    border-radius:5px 0 0 5px;
}
#s3 .gaiyo li:nth-child(2n+0){
	width:80%;
	padding-right:10px;
	margin-bottom: 10px;
	background-color: #f4f4e4;
	border-radius:0 5px 5px 0;
}
@media only screen and (max-width: 910px) {
#s3 .gaiyo li:nth-child(2n+1){
	width:30%;
}
#s3 .gaiyo li:nth-child(2n+0){
	width:70%;
}
}

#s4{
	background-image: url(../img/bk_map.png);
	position: relative;
}
#s4 .s4_inner{
	display: flex;
	width:1100px;
	margin:0 auto 0 auto;
	padding:100px 0 20px;
	max-width:94%;
}
@media screen and (max-width: 640px) {
#s4 .s4_inner{
	display: block;
}
	}
#s4 .pdt20{
	padding-top:20px;
}
#s4 .map_png{
	width:40%;
}
@media screen and (max-width: 640px) {
#s4 .map_png{
	width:100%;
}	
	}
#s4 .gaiyo{
	display: flex;
	flex-wrap: wrap;
	width:60%;
	align-items: flex-start;
	align-content: flex-start;
}
@media screen and (max-width: 640px) {
#s4 .gaiyo{
	width:100%;
	}	
	}
#s4 .gaiyo li h3{
	background-color: #ab9771;
    border-radius:5px;
    color:#fff;
    font-weight:900;
    text-align: center;
    margin:0 10px 15px 0;
    padding:5px;
    font-size:1.1em;

}
@media only screen and (max-width: 840px) {
#s4 .gaiyo li h3{
	font-size:0.8em;
}
}
@media only screen and (max-width: 640px) {
#s4 .gaiyo li h3{
	max-width:9em;
	font-size:0.9em;
	margin-bottom:10px;
}
}
#s4 .gaiyo li .bold{
	font-size:1.2em;	
}
@media only screen and (max-width: 840px) {
#s4 .gaiyo li .bold{
	font-size:1em;	
}
}
#s4 .gaiyo li p{
	font-weight:900;
	padding:5px;
}
@media only screen and (max-width: 640px) {
#s4 .gaiyo li p{
	font-size:0.9em;
}
}
#s4 .gaiyo li:nth-child(2n+1){
	width:20%;
}
#s4 .gaiyo li:nth-child(2n+0){
	width:80%;
}

#s4 .map_png p{
	text-align: right;
	font-size: 0.9em;
	font-weight:900;
}

#other{
	position: relative;
	background-color: #f4f4e4;
	padding:3vw 0px;
	color:#503d28 !important;
/* 	color:#285030 !important; */
	}
	
#other h4{
	text-align: center;
	font-size:1.1em;
	display:flex;
	align-items: center; 
	justify-content: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
#other h4{
	font-size:1em;	
}
}

#other h4 img{
	width:1em;
}

#other a{
	display:flex;
	align-items: center; 
	padding:5px;
	color:#503d28 !important;	
	text-decoration: underline;
}
#other a div{
	text-align: center;
	width:96%;
	max-width:800px;
	margin:1em auto;
}
#other a:hover{
	opacity: 0.5;
}






/* 新着情報 */

#news{
	background-image: url(../img/bk_foot.png);
	position: relative;
	padding-top:20px;
	padding-bottom:50px;
}
#news .news_tit{
	position:relative;
	max-width:450px;
	margin:0 auto;
}
#news .news_tit h3{
	text-align: center;
	color:#fff;
	font-weight:900;
    margin-block-start:0;
    margin-block-end: 0;
    padding:20px;
    
}
#news .news_tit .o_news_l,
#news .news_tit .o_news_r{
	position:absolute;
	bottom:0px;	
	max-width:70px;
}
#news .news_tit .o_news_l{	
	left:10px;
}
#news .news_tit .o_news_r{
	right:10px;
}
#news ul{
	max-width:1200px;
	width:90%;
	margin:0px auto 20px auto;
	z-index: 4;
}

#news ul li{
	background-color: #eadec7;
	border:2px solid #f0d8ab;
	margin-bottom:10px;
	display: flex;
	padding:10px;
	font-size:0.9em;
}

#news ul li p.date{
	width:100px;
	margin-right:10px;
}
#news ul li p.news_text{
	width:100%;
}

#news .sen3{
	background-image: url(../img/sen_w.png);
	width:100%;
	min-height:20px;
	background-repeat: repeat-x;
	bottom:10px;
	position: absolute;
}

.shi_bird2{
	position: absolute;
	bottom:20px;
	right:30px;
	z-index: 5;
	
}


@media only screen and (max-width: 733px) {
.shi_bird2{
	position: absolute;
	bottom:-40px;
	right:5px;
	z-index: 5;
	max-width:80px;
	
}
}
.shi_chou1{
	position: absolute;
	top:-25px;
	right:-25px;
	z-index: 5;
	
}
@media only screen and (max-width: 1200px) {
.shi_chou1{
	top:-55px;
	right:10px;
}
}
@media only screen and (max-width: 733px) {
.shi_chou1{
display: none;
}
}
.shi_chou2{
	position: absolute;
	bottom:0px;
	left:-55px;
	z-index: 5;
	
}
@media only screen and (max-width: 733px) {
.shi_chou2{
display: none;
}
}

.o_hana2{
	position: absolute;
	bottom:20px;
	left:100px;
	z-index: 5;
}

@media only screen and (max-width: 941px) {
.o_hana2{
position: absolute;
top: 320px;
right:10px;
max-width:100px;
width:18%;
left:auto;
}
}
@media only screen and (max-width: 641px) {
.o_hana2{
position: absolute;
top: 20px;
right:10px;
max-width:100px;
width:18%;
left:auto;
}
}

.att_txt{
	max-width:700px;
	margin:20px auto;
}
.att_txt h5{
	font-size:1.1em;
	margin-block-end: 0em;
	margin-bottom:20px;
}

.att_txt p{
	font-size:0.8em;
}