@charset "utf-8"
/*
=====================================================================

	kasou.css（下層ページ用設定）

	-----------------------------
				INDEX
	-----------------------------
	1. ベース
	2. レイアウト
	3. リンク設定

===================================================================== */


/* 1.ベース
===================================================================== */

/* ClearFix */
.clearfix,
div.infoName,
div.exam {
	zoom: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* 2.レイアウト
===================================================================== */
div.section_inner2{
  margin-top: 1em;
  display: block;
}

/* 相談支援 */
.soudan_img{
  display: block;
  margin: 0 auto;
  padding-bottom: 1em;
  padding-top: 1em;
}

.chiiki_ttl {
    margin-top: 2em;
    font-family: 'Kiwi Maru', serif;
    color: #748e45;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.chiiki_ul{
   padding-top: 1em;
}

/* 喫茶WIND */
.kissa_box{
  background-image: url("../../images/footer.gif");
  padding: 1em;
  border-radius: 5px;
  margin-top: 1em;
  margin-bottom: 2em;
}

.flow_text{
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  font-size: 1.1em;
}

.section_inner3{
  width: 100%;
}

.menu_box{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-evenly;
}

.menu_box li{
  margin-right: 10px;
  margin-bottom: 10px;
}

.menu_box li img{
  width: 100%;
  height: auto;
}

/*開所予定表*/
.kaisyo_title{
  width: 28%;
}

.kaisyo_date{
    color: #f3a503;
}

.kaisyo_title2{
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #f3a503;
  padding-bottom: 1em;
}

.kaisyo_tenpu_sanpo {
    background-color: #f3a503;
    display: inline-block;
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.kaisyo_tenpu_sanpo a{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
}

.kaisyo_tenpu_sanpo a:hover{
  opacity: 0.6;
  transition: 1s;
  background-color: #f3a503;
}

.kaisyo_img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}


/*活動報告*/
.log_title{
  width: 35%;
}

.log_date{
    color: #748e45;
}

.log_title2{
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #EE67B8;
  padding-bottom: 1em;
}

.log_img{
  display: block;
  max-width: 50%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.section-kasou {
  margin-top: 4em;
  margin-bottom: 2em;
}
.log_tenpu {
    display: inline-block;
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 80%;
}

.log_tenpu a{
    background-color: #94AF64;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 3px;
}


.log_tenpu a:hover{
  opacity: 0.6;
  transition: 1s;
  background-color: #778c50;
}

/*新着情報*/
.topics_date{
    color: #98CB95;
}
.topics_title2{
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #98CB95;
  padding-bottom: 1em;
}

.topics_tenpu_sanpo {
    background-color: #F2E9EF;
    display: inline-block;
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.topics_tenpu_sanpo a{
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
}

.topics_tenpu_sanpo a:hover{
  opacity: 0.6;
  transition: 1s;
  background-color: #dac6d3;
}

/* 3.リンク設定
===================================================================== */
/* 本文内リンク */



/* 4.スマホ対応施策　221001
===================================================================== */
@media screen and (max-width: 767px) {
  #top_catch {
    width: 100%;
    height: 330px;
    z-index: 5;
    margin-bottom: 150px;
  }
  #top_catch h2 {
    margin-bottom: 210px;
  }
  div.boxTop,
  div.box01 {
    width: 100%;
    box-sizing: border-box;
    background-position: top center;
  }
  div.box01 {
    background-size: cover;
    padding: 20px 20px 45px;
  }
  div.program dl {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  div.program dt {
    text-align: center;
  }
  div.program dl.center {
    padding: 0;
  }
  div.box01 p.btn {
    top: inherit;
    right: 0;
    left: 0;
    bottom: 10px;
    text-align: center;
  }
  
  .section {
    background-size: contain;
    padding-bottom: 1em;
  }
  
.section::before {
    margin-top: -10px;
    background-size: 100%;
}
  
  .section h2{
    padding-top: 1em;
  }

  div.section_inner {
      display: block;
      margin-top: 1em;
  }  
  
  .secinner_left {
      padding-right: 0;
  }
  
  .secinner_right{
    padding-top: 1em;
    margin: 0 auto;
    display: block;
    padding-bottom: 1em
  }
  
  .section::after {
    margin-bottom: -10px;
    background-size: contain;
}
  
.topics_btn a {
    position: absolute;
    right: 5%;
    width: 120px;
}
  
  iframe{
    width: 100%;
  }
  
  div.infoName dt {
    width: 100%;
    text-align: center;
    float: none;
  }
  div.infoName dd {
    margin-left: 0;
  }
  
  /*活動記録*/
  .log_title {
    width: 80%;
}
  
.kaisyo_title {
    width: 70%;
}
  
.log_title2 {
    font-size: 1.4em;
}
  
.log_img {
    max-width: 100%;
}
  
.kaisyo_img{
  max-width: 100%;
}

.topics_title2, .kaisyo_title2 {
    font-size: 1.4em;
}
  
  
}
