@charset "UTF-8";
/* CSS Document */
h1,h2,h3,h4,h5{
  margin:0;
}
body{
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_wrapper{
	max-width: 900px;
	margin: 50px auto 0;
  padding: 0 ;
  color: #707070;
}
.main-title{
	display: flex;
}
.main-title-text{
 	 width: 100%;
    text-align: center;
/*    padding: 30px 0;*/
}
.title-heading{
	font-size:32px;
  margin-bottom: 5px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-feature-settings: "pkna";
    letter-spacing: 0.05em;
}

.title_box01{
	display: flex;
    align-items: center;
    text-align: center;
}
.title_box01::before{
	content: '';
    height: 1px;
    background-color: #ccbb7b;
    flex-grow: 1;
	display: block;
	margin-right: 1rem;
	
	
}
.title_box01::after{
	content: '';
    height: 1px;
    background-color: #ccbb7b;
    flex-grow: 1;
	display: block;
	margin-left: 1rem;
	
}
.sdgs_title{
	font-size: 22px;
	line-height:1.7rem;
	border-bottom: 2px solid rgba(153, 125, 83, 1);
	margin: 30px 0px 40px;
}
.sdgs_text{
	font-size: 16px;
	line-height:1.7rem;
	margin-right: 40px;
	padding: 20px 0px;
}


.title-explain{
  margin-top: 35px;
  font-size: 18px; 
}
.sdgs02_img{
	text-align: center;
   
	width: 300%;
}
.sdgs_flxbox{
	display: flex;
}
.title-date{
	font-size: 16px;
}
.title-img{
	width:100%;
	max-width: 1200px;
}
.title-img img{
  width: 100%;
}
.section-label h3{
	 border-bottom: 2px solid rgba(153, 125, 83, 1);
	margin: 30px 0px ;
}
.section-label{
	margin-top: 10px ;
}

.section-title{
	font-size:25px;
	margin: 50px 0px 20px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
h2 {
	border-bottom: 2px solid rgba(153, 125, 83, 1);
    margin: 30px 0px;
}


.announce-restaurant{
	margin-top: 30px;
	margin-bottom: 30px;
}
.announce-area {
  max-width: 900px;
  margin: 70px auto;
  padding: 30px 20px;
  border: 1px solid #a08c70;
	background: #fbfbfb;
	
}
.announce-ttl {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  letter-spacing: .1em;
	width: 30%;
	margin: auto;
	border-bottom: 1px solid #a08c70 ;	
}
.announce-text {
    max-width: 700px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 3;
    text-align: center;
    letter-spacing: .1em;
}
.title-list{
	display: flex;
	box-sizing: border-box;
}
.title-item-link{
  word-break: break-word;
  overflow-wrap: break-word;
	word-break: normal;
	font-feature-settings: "palt";
/*  font-weight: 700;*/
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.title-item-link:nth-child(2){
  border-top: 2px solid #a7a7a7;
  border-bottom: 2px solid #a7a7a7;
}
.title-item-link:nth-child(odd){
  border: 2px solid #a7a7a7;
}
.btn1{
  font-size: 13px;
  text-decoration: underline;
  color: #707070;
}
.list-item-link{
margin: 70px auto;
height: auto;
text-align:left;
font-size: 2.rem;
/*font-weight: 700;*/
}
.list-item-link p{
  font-size: 16px;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.label-main{
	border: 1px #000000;
/*	background: #f7f7f7;*/
	margin-bottom: 20px;
}
.label-main-img{
	text-align: center;
  width: 30%;
  margin: auto;
}
.label-main-img img{
  margin-bottom: 20px;
}
.label-main-link{
	margin: auto;
}
 .acbox{
  width: auto;
  border: 1px solid #a7a7a7;
  margin-bottom: 20px;
 /* font-size:0px; ラベルと開く部分を分離する時は数値を入れる 
   margin:0 10px; ボックス全体の位置調整*/
	background-color: #f7f7f7;
} 

.acbox label{
  width: auto;
  font-size: 20px; /* ラベルの文字サイズ */
  background: #f7f7f7;; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:20px 65px 20px 30px;
  cursor: pointer;
  color: rgb(153 125 83);
}



.acbox input{
  display: none;
	 margin:50 10px; 
}

.acbox label:after{
  font-size:40px;
  content:"+"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.acbox input:checked ~ label::after {
  content:"-"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding-bottom:50px; /* 開いた部分の枠内の余白 */
  background: #f7f7f7; /* 開いた部分の背景色 */
  opacity: 1;
  line-height:2.0rem;
  font-size: 16px;
  margin: auto;
}

.acbox input:checked ~ label {
  background: #f7f7f7; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
  margin-left: 100px;
  width: 80%;
}
.acbox-under p{
	background-color: #a08c70;
	text-align: center;
	width: 20%;
	margin: auto;
}
.acbox-under li{
	margin-left: 1.4em;
    text-indent: -1.4em;
}
.con_app {
    max-width: 1740px;
    width: 90%;
    margin: auto;
}
.con_app h3 {
    text-align: center;
    font-weight: normal;
    position: relative;
}
.con_app h3 span {
    font-size: 1143%;
    color: #e8e8e8;
    line-height: 1;
    letter-spacing: 0.16em;
    font-family: 'Cormorant Infant', serif;
}
.con_app h3 em {
    color: #1b973a;
    font-size: 200%;
    letter-spacing: 0.26em;
    line-height: 1;
}

.con_app .txt {
    font-size: 136%;
    line-height: 1.7;
    margin-top: 1.3em;
	text-align: center;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.con_app .box_app {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
}
.con_app .box_app li {
    width: 49.42529%;
    margin: 1.14943% 0 0 1.14943%;
}
.con_app .box_app li:nth-child(2n+1) {
    margin-left: 0;
}
.con_app .box_app li a {
    display: block;
    text-decoration: none;
    position: relative;
}
.con_app .box_app li a .boxs {
    max-width: 490px;
    width: 90%;
    padding: 5.81395% 0 6.97674%;
    background: rgba(255,255,255,0.4);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 400ms ease;
}
.con_app .box_app li a .boxs .num {
    font-family: 'Cormorant Infant', serif;
    letter-spacing: 0.14em;
    color: #fff;
    transition: color 400ms ease;
    font-size: 100%;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
}
.con_app .box_app li a .boxs .st {
    font-size: 140%;
    letter-spacing: 0.2em;
    color: #fff;
    transition: color 400ms ease;
    position: relative;
}
.con_app .box_app li a .boxs .st:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    color: #fff;
    margin-left: 0;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    pointer-events: none;
    font-size: 92%;
    transform: translateX(-50%) rotate(90deg);
    transition: color 400ms ease;
}
.view_tab{
	    color: #313131;
    -webkit-text-size-adjust: none;
   font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-wrap: break-word;
    font-feature-settings: "palt";
    font-size: 136%;
    line-height: 1.7;
    letter-spacing: 0.14em;
    text-align: center;
    box-sizing: border-box;
    display: none !important;
}
body img {
    max-width: 100%;
    -webkit-touch-callout: none;
    line-height: 1;
}
.announce-ttl{
	margin-bottom: 10px;
	border-bottom:none;
}
.sdgs_icon_img{
	max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin: auto;
}
.hnf_log{
	width: 50%;
    padding: 0 2rem;
}
.sdgs_log{
	width: 50%;
    padding: 0 2rem;
    border-left: 1px solid rgba(0,0,0,0.25);
}
.sdgs_icon_img img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    margin: auto;
}
.sdgs-icon{
	display: flex;
	padding: 0px;
	
}
.sdgs-icon li{
	width: 10%;
	margin-right: 10px;
}
.wellbeing_img{
	width: 40%;
}
.wellbeing_img img{
	width: 30%;
}
.wellbein_text{
	width: 50%
}
.wellbeing_conts{
	display: flex;
}
.acbox-under img{
	width: 39%;
    float: left;
    margin-right: 70px;
	margin-bottom: 100px;
}




@media screen and (max-width:1024px){
.con_app .box_app li a .boxs .num{
	font-size: 100%;	
	}
.con_app .box_app li a .boxs .st{
		font-size: 100%;
	}
	.main_wrapper{
	
  padding: 0 30px;
}
.title-explain{
  font-size: 18px;
}
.sdgs_box{
		width: 100%;
		margin: 0;
	}
.main-title{
		margin-bottom: 0px;
	}
.sdgs_flxbox{
	flex-direction: column-reverse;
		
	}
.sdgs_text{
	font-size: 14px;
	margin-right: 0px;
	
	}
	.sdgs-icon li{
		width: 15%;
		margin-top: 20px;
	}
	
.sdgs02_img{
	text-align: center;
   
	width: 100%;
}
	
}

@media screen and (max-width:767px){
body{
		font-size:1.0rem;
}
.main_wrapper{
  margin: 0;
  padding: 0;
}
.title-summary{
  font-size: 14px;
}
.title-heading{
	font-size:14px;
}
.title-date {
    font-size: 12px;
}
.title-img{
  width: 100%;
}
.main-title{	
   margin-bottom: 20px;
   width: 90%;
  flex-direction: column-reverse;
	margin: auto;
}
.main-title-text{
	width: 100%;
	text-align: center;
	padding: 40px 5px;
 
  
}	
.title-list{
	display: block;
	box-sizing: border-box;
	}
.list-item-link{
	width: 90%;
	margin: 50px auto;
	padding: 0px;
}
.title-item-link:nth-child(2){
  border-right: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-top: inherit;
  border-bottom: inherit;
}
.title-item-link:nth-child(odd){
  border: 1px solid #a7a7a7;
}

.announce-ttl{
	font-size:14px;
	width: 40%; 			
	}
.announce-text {
    max-width: 700px;
    margin: 10px auto;
    font-size: 11px;
    line-height: 2;
    text-align: center;
    letter-spacing: .1em;
}
.announce-area {
  margin: 54px auto 30px;
  padding: 20px ;
  width: 90%;
}
.btn1{
  font-size: 11px;
}
.section{
  padding: 0 5px;
}
.list-item-link p{
  font-size: 14px;
  margin-top: 10px;
}
.section-title{
	font-size:18px;
	margin: 0px;
	
}
.section-title h2 p{
		font-size:8px;
		margin: 24px auto 16px;
	}
.section-label{
	margin-top: 0px ;
}
.section-label h3{
	font-size:16px;
	margin: 36px auto 24px;
}
.acbox-under{
  margin-left: 30px;
  font-size:12px;
  width: 95%;
}
.acbox-under p{
	width: 60%;
}
	.acbox-under img{
		width: 10%;
	}
.acbox input:checked ~ div{
  padding-bottom:24px; /* 開いた部分の枠内の余白 */
  
}
.acbox label{
  font-size: 14px; /* ラベルの文字サイズ */
}
	h2 p{
		margin: 24px auto 16px;
	}
.label-main{
	margin-bottom: 24px;
}
.acbox input:checked ~ div{
  font-size: 12px;
}
.label-main-img{
  width: 80%;
}
.con_app .box_app li a .img {
    overflow: hidden;
}
.con_app .box_app li a .img img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
}
.con_app .box_app li a .boxs {
    padding: 8% 0 12%;
	font-size: 24px;
	width: 70%;
	height: 65%;
}
.con_app .box_app li a .boxs .st {
    letter-spacing: 0.1em;
}
.con_app .box_app li a .boxs .st {
    font-size: 65%;
}
.con_app .box_app li a .boxs .num {
    font-size: 86%;
	margin: 6px;
	
}
.con_app .box_app{
	padding: 0;
		
	}
.con_app .txt{
		font-size: 100%;
	}
.con_app .box_app li {
    width: 100%;
   
}
	.con_app .box_app {
    margin-top: 1.5em;
    display: block;
    
}
.con_app .box_app li {
    width: 100%;
    margin: 0;
}
	.acbox-under img{
		width: 100%;
    margin-bottom: 30px;
	}
	.sdgs_box{
		padding: 0 ;
	}
	

}
@media screen and (max-width:767px){
	.sdgs_flxbox{
		padding: 0 20px;
	}
	.sdgs_title{
		font-size: 14px;
		margin: 30px 20px 40px;
	}
	.sdgs_text{
		font-size: 12px;
	}
	.acbox-under img{
		width: 60%;
    	margin: 20px 60px;
	}
	.acbox{
		padding: 0 10px;
	}
	.ac-17{
		padding: 60px 0px 20px;;
	}
	.acbox label{
		padding-left: 0;
	}
	.title-explain{
  font-size: 13px;
}
		
	}

