/*
Theme Name: iwakikai
*/

@charset "utf-8";

/* 共通css */


/* -----------------------------------------------------
    共通
----------------------------------------------------- */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
  color:#5d513f;
  font-family:'Noto Sans JP', sans-serif;
  background-color:#fff;
}
img{
  max-width:100%;
}
a{
  text-decoration: none;
  color: #5d513f;
}
.sp{
  display:none;
}
a:hover{
  opacity: 0.7;
  cursor:pointer;
}
.link_text{
  color: #005eae;
  text-decoration: underline;
 }
.link_text:hover{
  text-decoration:none;
}
.head_sp{
  display: none;
}
.foot_sp{
  display: none;
}
.flo_box{
  overflow: hidden;
}
.flo_l{
  float:left;
}
.flo_r{
  float:right;
}
.center{
  text-align:center;
}
.center2{
  text-align:center;
  justify-content:center;
  display: flex;
  gap: 20px;
}
.mt5{
  margin-top: 5px !important;
}
.mt10{
  margin-top: 10px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt25{
  margin-top: 25px !important;
}
.mt35{
  margin-top: 35px !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt45{
  margin-top: 45px !important;
}
.mt50{
  margin-top: 50px !important;
}
.mt60{
  margin-top: 60px !important;
}
.mt70{
  margin-top: 70px !important;
}
.mt75{
  margin-top: 75px !important;
}
.mt80{
  margin-top: 80px !important;
}
.mt90{
  margin-top: 90px !important;
}
.mt100{
  margin-top: 100px !important;
}
.mt120{
  margin-top: 120px !important;
}
.mt140{
  margin-top: 140px !important;
}

@media screen and (max-width: 1024px){
  .head_pc{
    display: none !important;
  }
  .head_sp{
    display: block;
  }
  .foot_pc{
    display: none !important;
  }
  .foot_sp{
    display: block !important;
  }
}
@media screen and (max-width: 767px){
  .pc{
    display:none;
  }
  .sp{
    display:block;
  }
  .mt25{
    margin-top: 20px !important;
  }
  .mt35{
    margin-top: 25px !important;
  }
  .mt40{
    margin-top: 25px !important;
  }
  .mt45{
    margin-top: 25px !important;
  }
  .mt50{
  margin-top: 30px !important;
  }
  .mt60{
  margin-top: 30px !important;
  }
  .mt70{
  margin-top: 35px !important;
  }
  .mt75{
  margin-top: 35px !important;
  }
  .mt80{
  margin-top: 40px !important;
  }
  .mt90{
  margin-top: 45px !important;
  }
  .mt100{
    margin-top: 45px !important;
  }
  .mt120{
    margin-top: 50px !important;
  }
  .mt140{
    margin-top: 60px !important;
  }
}


/* -----------------------------------------------------
    左側グローバルナビ
----------------------------------------------------- */
#nav_wrap .head_pc .dropdown_menu2 li a:hover{background-color:#e5dbcb;}
#nav_wrap .head_pc .dropdown_menu2 li a.active_theme{background-color:#e5dbcb;}
#nav_wrap .head_pc .dropdown_menu3{background-color:#e5dbcb;}
#nav_wrap .head_pc .dropdown_menu3 li a:hover{background-color:#dbcdb8;}
#nav_wrap .head_pc .dropdown_menu3 li a.opens{background-color:#dbcdb8;}
#nav_wrap .head_pc .dropdown_menu4{background-color:#dbcdb8;}
#nav_wrap .head_pc .dropdown_menu5{background-color:#dbcdb8;}

/* 1025px以上(PC表示)
------------------------------------- */
@media screen and (min-width: 1025px){
  #nav_wrap{
    padding: 25px 30px 25px 20px;
    vertical-align:top;
    width: 205px;
    position: fixed;
    z-index: 9999;
    background-color: #faf8ea;
    height: 1200px;
    top: 0;
  }
  .nav_wrap_bg{
      width: 245px;
      height: 1200px;
      background-color: #000;
      position: fixed;
      top: 0;
      left: -40px;
      opacity: 0.5;
      z-index: 100;
  }
  #nav_wrap h1{
    margin-bottom:65px;
    text-align:right;
    margin-bottom: 10px !important;
  }
  #slide_menu_sp{
    display: none;
  }
}
#nav_wrap .head_pc a:hover{
  opacity: 1
}
#nav_wrap .head_pc ul{
  width: 185px;
  margin:0 0 0 auto;
  font-size:16px;
}
#nav_wrap .head_pc ul li{
  height:51px;
  display:table;
  width:100%;
}
#nav_wrap .head_pc ul li .s_text{
  font-size:14px;
}
#nav_wrap .head_pc ul li a{
  background: url(/wp-content/themes/iwakikai/assets/img/common/arr01.png) no-repeat center left 10px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
#nav_wrap .head_pc ul li a .theme{
  height: 51px;
  display: table-cell;
  vertical-align: middle;
  width: 155px;
  padding-left: 26px;
}
#nav_wrap .head_pc ul li + li a .theme{
  border-top:1px solid #bebdb1;
}
#nav_wrap .head_pc .dropdown_menu3,
#nav_wrap .head_pc .dropdown_menu4,
#nav_wrap .head_pc .dropdown_menu5{
  display:none;
}
#nav_wrap .head_pc .dropdown_menu3,
#nav_wrap .head_pc .dropdown_menu4,
#nav_wrap .head_pc .dropdown_menu5{
  position: absolute;
  width: 245px;
  font-size: 16px;
  z-index: 10;
}
#nav_wrap .head_pc .dropdown_menu3{
  left: 205px;
}
#nav_wrap .head_pc .dropdown_menu2 li:nth-child(n+6) .dropdown_menu3{
  top: 224px;
}
#nav_wrap .head_pc .dropdown_menu4,
#nav_wrap .head_pc .dropdown_menu5{
  left: 245px;
}
#nav_wrap .head_pc .dropdown_menu4.section_list{
  top:40px;
}
#nav_wrap .head_pc .dropdown_menu3 li,
#nav_wrap .head_pc .dropdown_menu4 li{
  padding-right: 0;
  font-size: 15px;
  height: 40px;
}
#nav_wrap .head_pc .dropdown_menu5 li{
  padding-right: 0;
  font-size: 15px;
  height: 20px;
}
#nav_wrap .head_pc .dropdown_menu3 li a,
#nav_wrap .head_pc .dropdown_menu4 li a{
  padding: 10px 25px 10px 16px;
}
#nav_wrap .head_pc .dropdown_menu5 li a{
  padding: 0 25px 0 16px;
}
#nav_wrap .head_pc .dropdown_menu3 li a,
#nav_wrap .head_pc .dropdown_menu4 li a,
#nav_wrap .head_pc .dropdown_menu5 li a{
  background: none;
}
#nav_wrap .head_pc .dropdown_menu3 > li > a.menu3_arr,
#nav_wrap .head_pc .dropdown_menu4 > li > a.menu3_arr{
  background-image: url(/wp-content/themes/iwakikai/assets/img/common/arr01.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
}
#nav_wrap .head_pc .dropdown_menu3 li + li a,
#nav_wrap .head_pc .dropdown_menu4 li + li a,
#nav_wrap .head_pc .dropdown_menu5 li + li a{
  border: none;
}
#nav_wrap .head_pc .dropdown_menu4 li a:hover,
#nav_wrap .head_pc .dropdown_menu5 li a:hover{
  text-decoration: underline;
  opacity: 0.7;
}

/* 1024px以下(SP,タブレット表示)
------------------------------------- */
#slide_menu_sp{
  width: 100%;
  top: 120px;
  max-width: none;
  z-index: 100;
}
#slide_menu_sp .dropdown_menu2{
  background-color: #dbcdb8;
}
#slide_menu_sp .dropdown_menu3,
#slide_menu_sp .dropdown_menu4,
#slide_menu_sp .dropdown_menu5{
  background-color: #f2e6d4;
}
#slide_menu_sp .mm-panel.mm-hasnavbar .mm-navbar {
  background-color: #dbcdb8;
}
#slide_menu_sp .mm-listview>li:not(.mm-divider):after{
  border-bottom-color: #b8a68b;
  left: 0;
}
.mm-listview>li>a, .mm-listview>li>span {
  padding: 15px 10px 15px 20px;
  font-size: 1rem;
}
#slide_menu_sp .dropdown_menu3 li a,
#slide_menu_sp .dropdown_menu4 li a,
#slide_menu_sp .dropdown_menu5 li a{
  padding: 15px 10px 15px 40px;
}
#slide_menu_sp .dropdown_menu3 li span,
#slide_menu_sp .dropdown_menu4 li span,
#slide_menu_sp .dropdown_menu5 li span{
  padding-left: 40px;
}
#slide_menu_sp .mm-panels>.mm-panel.mm-hasnavbar#mm-1{
  padding-top:0;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
  color: #5d513f;
}
#slide_menu_sp .mm-panels>.mm-panel.mm-hasnavbar#mm-1 .mm-navbar{
  display: none;
}
#slide_menu_sp .mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after{
  border-left: none;
}
#slide_menu_sp .mm-next:after, .mm-prev:before {
  width: 7px;
  height: 7px;
}
#mm-0{
  z-index: 10;
}
.icon-animation {
  position: absolute;
  top: 15px;
  right: 20px;
}
.icon-animation a{
  display: block;
  width: 50px;
  height: 50px;
}
.icon-animation .ico_top,
.icon-animation .ico_middle,
.icon-animation .ico_bottom{
  width: 43px;
  height: 8px;
  display: block;
  background: #0d6fb8;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.icon-animation .ico_top{
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
.icon-animation .ico_bottom{
  -webkit-transform: translateY(17px);
  transform: translateY(17px);
}
.icon-animation.is-open .ico_middle{
  background: rgba(255, 255, 255, 0);
}
.icon-animation.is-open .ico_top{
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.icon-animation.is-open .ico_bottom{
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.icon-animation .text{
  position: absolute;
  top: 54px;
  white-space: nowrap;
  left: -10px;
  font-weight: bold;
  font-size: 1rem;
  color: #0d6fb8;
}
#nav_wrap .head_sp .dropdown_menu3,
#nav_wrap .head_sp .dropdown_menu4,
#nav_wrap .head_sp .dropdown_menu5{
  display:none;
}
@media screen and (max-width: 1024px){
  #nav_wrap{
    background-color: #fff;
    position: absolute;
    padding: 20px;
    top: 0;
    width: 100%;
    height: 141px;
  }
  #nav_wrap h1{
    width: 300px;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px){
  #slide_menu_sp{
    top: 75px;
  }
  #nav_wrap{
    padding: 16px;
    height: 97px;
  }
  #nav_wrap h1{
    width: 160px;
  }
  .icon-animation a {
    width: 32px;
    height: 32px;
  }
  .icon-animation .ico_top,
  .icon-animation .ico_middle,
  .icon-animation .ico_bottom {
      width: 28px;
      height: 5px;
      margin-left: -16px;
  }
  .icon-animation .ico_top {
    transform: translateY(-11px);
  }
  .icon-animation .ico_bottom {
    transform: translateY(11px);
  }
  .icon-animation .text {
    top: 36px;
    left: -6px;
    font-size: 0.6rem;
  }
}


/* -----------------------------------------------------
    右側コンテンツ全体
----------------------------------------------------- */
#contents_wrap{
  background-color:#fff;
  vertical-align:top;
  position:relative;
  margin-left: 205px;
}
@media screen and (max-width: 1024px){
  #contents_wrap{
    margin-left: 0;
    overflow: hidden;
    padding-top: 141px;
  }
}
@media screen and (max-width: 767px){
  #contents_wrap{
    padding-top: 97px;
  }
}

/* -----------------------------------------------------
    ヘッダー
----------------------------------------------------- */
header{
  position:absolute;
  background-color:rgba(255,255,255,0.7);
  width:100%;
  z-index: 9999;
}
header .header_inner{
  max-width:970px;
  overflow: hidden;
  margin: 0 auto;
}
header .flo_l{
  width:40%;
}
header .flo_r{
  width:60%;
}
header .breadcrumbs{
  float:left;
  padding: 10px 10px 10px 0;
  font-size:12px;
}
header .breadcrumbs span{
  line-height: 1.6;
  display: inline-block;
  padding: 0 3px;
}
header .phone{
  float:right;
  padding:10px 0;
}
header .head_btn{
  padding:10px 0;
  float:right;
}
header .head_btn p{
  float:left;
  margin-left:10px;
}
header .head_btn p a{
  background-color:#0d6fb8;
  width:117px;
  text-align:center;
  box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
  border-radius:3px;
  color:#fff;
  font-size: 14px;
  display: block;
  padding: 11px 8px 12px;
}
@media print, screen and (max-width: 1300px){
  header .flo_l {
    width: 100%;
  }
  header .flo_r {
    width: 100%;
    padding-right: 10px;
  }
  header .topicpath {
    padding: 0 10px 8px 40px;
  }
}


/* -----------------------------------------------------
    コンテンツ
----------------------------------------------------- */
section.inner{
  width: 890px;
  margin: 0 auto;
}
.inner02{
  padding:0 22px;
}
.inner03{
  padding:0 75px;
}
.main_visual{
  background-repeat: no-repeat;
  padding: 130px 0 50px;
  background-size: cover;
  background-position: center center;
  background-image: url(/wp-content/themes/iwakikai/assets/img/common/main_img.jpg);
  font-size: 0;
}
.main_visual .main_title{
  position: relative;
  width: 280px;
  height: 283px;
  margin-left: 50px;
  border-radius: 6px;
  background-color: rgba(122, 63, 11, 0.75);
}
.main_visual .main_title.circle{
  border-radius: 9999px;
}
.main_visual .main_title h2 img{
  max-width: none;
  zoom:0.65;
  -moz-transform:
  scale(0.65,0.65);
}
.lead_tit{
  background:url(/wp-content/themes/iwakikai/assets/img/common/lead_bg.png) repeat;
  font-size: 22px;
  padding:18px 0;
  text-align:right;
  border-bottom:1px solid #e0d7c8;
  letter-spacing: 3px;
}
.lead_tit .lead_inr{
  width:890px;
  margin:0 auto;
  padding-right:10px;
  display:block;
}
.contents section{
  margin-top:50px;
}
.line_normal{
  line-height: 1.4;
}
.normal_txt{
  line-height: 1.4;
}
.line_lead{
  line-height: 1.9;
  font-size:15px;
}
.title_h3{
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #c2bfab;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height:1.3;
}
.title_h4_1{
  font-size: 18px;
  text-align: center;
  background-color: #f0ebe2;
  padding: 20px 0 18px;
  font-weight: normal;
  position: relative;
  margin-bottom: 35px;
}
.title_h4_1:before{
  content: "";
  height: 4px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background-color: #9a896f;
}
.title_h5_1{
  font-size: 16px;
  padding: 0 12px 20px 12px;
  border-bottom: 2px solid #e4d8c5;
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
}
.title_h5_1:after{
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #9a896f;
}
.p_title{
  font-size: 15px;
  position: relative;
  padding-left: 17px;
  margin-bottom: 30px;
  margin-top: 55px;
}
.p_title:before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #a6895e;
}
.column_two{
  overflow: hidden;
}
.column_two .box{
  float: left;
  width: 48.5%;
  margin-left: 3%;
  margin-bottom:40px;
}
.column_two .box:nth-child(2n+1){
  margin-left: 0;
}
.column_two .box a{
  display: block;
}
.column_two .box .img{
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
}
.column_two .box .img img{
  width: 100%;
}
.column_two .box .tit{
  margin-top:18px;
  text-align:center;
}
.column_three{
  overflow: hidden;
}
.column_three .box{
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 46px;
}
.column_three .box:nth-child(3n+1){
  margin-left: 0;
}
.column_three .box a{
  display: block;
}
.column_three .box .img{
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
}
.column_three .box .img img{
  width: 100%;
}
.column_three .box .tit{
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}
.column_three .box .detail{
  margin-top: 17px;
  line-height: 1.5;
  font-size: 14px;
}
.column_four{
  overflow: hidden;
  padding-right: 2px;
}
.column_four .box{
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.column_four .box:nth-child(4n+1){
  margin-left: 0;
}
.column_four .box a{
  display: block;
}
.column_four .box .img{
  border-radius: 3px;
  overflow: hidden;
  font-size: 0;
}
.column_four .box .img img{
  width: 100%;
}
.column_four .box .tit{
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.one_button p a{
  padding: 20px 0px;
  width: 275px;
  display: block;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  background-color: #5d513f;
  color: #fff;
}
.two_button{
  overflow: hidden;
  width: 595px;
  margin: 0 auto;
}
.two_button p{
  float: left;
  padding-bottom: 2px;
}
.two_button p + p{
  margin-left: 42px;
}
.two_button p a{
  padding: 20px 0;
  width: 275px;
  display: block;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
  color: #fff;
  text-align: center;
  font-size: 20px;
  background-color: #5d513f;
}
.three_button{
  overflow:hidden;
  width:100%;
  padding-right:2px;
}
.three_button p{
  width:32%;
  float:left;
  padding-bottom: 2px;
}
.three_button p + p{
  margin-left:2%;
}
.three_button p a{
  padding: 20px 0;
  display: block;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #28ce8a;
}
.guide_table{
  padding: 0 20px;
}
.guide_table .title{
  font-size: 14px;
  position: relative;
  padding-left: 17px;
  margin-bottom: 12px;
}
.guide_table .title:before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #a6895e;
}
.guide_table table{
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
}
.guide_table tr td,
.guide_table tr th{
  border: 1px solid #e7dcc7;
  padding: 7px;
}
.guide_table tr th{
  background-color:#f0ebe2;
  border-bottom: 1px solid #f2d9d9;
  font-weight: normal;
}
.guide_table tr td:nth-child(1){
  width: 15%;
}
.guide_table tr td:nth-child(2){
  width: 46%;
}
.guide_table tr td:nth-child(3){
  width: 39%;
}
.guide_table .item_box ul{
  overflow: hidden;
  max-width: 520px;
}
.guide_table .item_box ul li{
  float: left;
  width: 250px;
  margin: 5px 0;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
}
.guide_table .item_box ul li:before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #a6895e;
  border-radius: 20px;
  box-sizing: border-box;
}
.form_area{
  width: 670px;
  margin: 0 auto;
}
.form_area dl{
  overflow: hidden;
  margin-bottom: 27px;
}
.form_area dl dt{
  float: left;
  width: 135px;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}
.form_area dl dd{
  float: right;
  width: 535px;
  padding: 2px;
}
.form_area dl dd input{
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 8px;
  box-sizing: border-box;
  background-color: #f5f2ec;
  border: 1px solid #e7e2d8;
}
.form_area dl dd p{
  font-size: 14px;
}
.list_dl_1{
  font-size: 15px;
  line-height: 1.6;
}
.list_dl_1 dt{
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  margin-top: 24px;
}
.list_dl_1 dt:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #a6895e;
  border-radius: 20px;
  box-sizing: border-box;
 }
.list_dl_1 dd{
  padding-left: 20px;
}
.list_dl_2{
  line-height:1.6;
  font-size: 15px;
}
.list_dl_2 dt{
  font-weight:bold;
}
.list_dl_2 dd{
  margin-bottom:24px;
}
.list_dl_2-2{
  margin-top:-28px;
}
.list_dl_2-3{
  margin-bottom:60px;
}
.list_ul_1{
  line-height: 1.6;
}
.list_ul_1 li{
  position: relative;
  padding-left: 16px;
}
.list_ul_1 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #a6895e;
  border-radius: 20px;
  box-sizing: border-box;
}
.pdf_link li{
  margin-bottom:15px;
}
.pdf_link li a{
  position:relative;
}
.pdf_link li a:after{
  content:url(/wp-content/themes/iwakikai/assets/img/common/ico_pdf.png);
  position: absolute;
  bottom: -5px;
  margin-left: 6px;
}
.pdf_link li a.xlsx:after{
  content:url(/wp-content/themes/iwakikai/assets/img/common/ico_xlsx.gif);
}

@media print, screen and (min-width: 768px){
  .main_visual .main_title h2{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
  }
}
@media print, screen and (max-width: 1212px){
  .lead_tit .lead_inr{
    width:auto;
    padding-right:25px;
  }
  section.inner{
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px){
  .main_visual{
    padding: 70px 0 70px;
  }
  .main_visual .main_title{
    width: 260px;
    height: 260px;
    margin-left: 30px;
  }
  .three_button p a{
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px){
  .main_visual{
    padding: 0;
    background: none !important;
  }
  .main_visual .main_title{
    width:100%;
    height:auto;
    border-radius:0;
    margin-left:0;
    text-align:center;
    padding:17px 0;
  }
  .main_visual .main_title.circle{
    border-radius: 0;
  }
  .main_visual .main_title h2 img{
    zoom:0.4;
  }
  .lead_tit{
    font-size: 1.1rem;
    padding:13px 0;
    letter-spacing: 2px;
  }
  .lead_tit .lead_inr{
    width:auto;
    padding-right:10px;
  }
  .normal_txt{
    font-size:0.9rem;
  }
  section.inner{
    padding: 0 10px;
  }
  .inner02{
    padding:0 10px;
  }
  .inner03{
    padding:0 10px;
  }
  .title_h3{
    font-size: 1.3rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .title_h4_1{
    margin-bottom: 25px;
  }
  .title_h5_1{
    margin-bottom: 25px;
  }
  .column_two .box{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom:25px;
  }
  .column_two .box .tit{
    margin-top:10px;
  }
  .column_three .box{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .column_three .box .tit{
    margin-top:10px;
  }
  .column_three .box .detail{
    font-size:0.9rem;
    margin-top:10px;
  }
  .column_four .box{
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .two_button{
    width: 100%;
  }
  .two_button p{
    width: 48%;
  }
  .two_button p + p{
    margin-left: 4%;
  }
  .two_button p a{
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
  }
  .three_button p a{
    font-size: 0.7rem;
    line-height: 1.4;
    padding: 17px 0;
  }
  .form_area{
    max-width: 535px;
    width: 100%;
  }
  .form_area dl {
    margin-bottom: 15px;
  }
  .form_area dl dt{
    float: none;
  }
  .form_area dl dd{
    float: none;
    max-width: 535px;
    width: 100%;
  }
}

/* 2カラム 画像,テキストver(guide_area)
------------------------------------- */
.guide_area .flo_box{
  width:100%;
}
.guide_area .flo_l{
  width:32%;
}
.guide_area .flo_r{
  width:68%;
  padding-left:25px;
}
.guide_area .img{
  border-radius:3px;
  overflow: hidden;
  font-size:0;
}
.guide_area .img img{
  width:100%;
}
.guide_area .cap{
  font-size: 15px;
  margin-top: 8px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}
.guide_area .expert_box{
  background-color:#ecf1f5;
  padding:18px 18px 15px;
  border-radius:3px;
  margin-bottom: 22px;
}
.guide_area .expert_box dl dd{
  font-size:14px;
  margin-top: 10px;
  line-height: 1.4;
}
.guide_area h4{
  color:#3c65bb;
  font-size:18px;
  font-weight:normal;
  line-height:1.7;
  margin-bottom:25px;
  padding-left: 10px;
}
.guide_area .description{
  font-size: 15px;
  padding-left: 10px;
  line-height: 1.9;
}
@media screen and (max-width: 767px){
  .guide_area .flo_l{
    float:none;
    width:100%;
  }
  .guide_area .flo_r{
    float:none;
    width:100%;
    padding-left:0;
  }
  .guide_area .expert_box{
    margin-top: 15px;
  }
  .guide_area h4{
    margin-bottom: 18px;
    margin-top: 22px;
    padding-left:0;
  }
  .guide_area .description{
    padding-left:0;
  }
}

/* 2カラム テーブル,画像 ver(guide_area02)
------------------------------------- */
.guide_area02{
  line-height: 1.25;
}
.guide_area02 .flo_box{
  width:100%;
}
.guide_area02 .flo_box .flo_l{
  width: 56%;
}
.guide_area02 .flo_box .flo_r{
  width: 44%;
  padding-left: 32px;
}
.guide_area02 .flo_l table{
  width:100%;
}
.guide_area02 .flo_l table th,
.guide_area02 .flo_l table td{
  border:1px solid #e1e1e1;
  padding: 10px 12px;
  vertical-align: middle;
}
.guide_area02 .flo_l table tr{
}
.guide_area02 .flo_l table th{
  background-color:#f4f6fb;
  font-weight:normal;
  width: 27%;
}
.guide_area02 .flo_l table td{
  width:73%;
}
.guide_area02 .flo_l table td .b_txt{
  font-size:20px;
}
.guide_area02 .flo_l table td .s_txt{
  font-size:13px;
}
.guide_area02 .flo_r .img{
  border-radius: 3px;
  overflow: hidden;
  font-size: 0;
}
.guide_area02 .flo_r .img img{
  width:100%;
}
.guide_area02 .txt{
  font-size:14px;
  margin-top:7px;
}
@media screen and (max-width: 767px){
  .guide_area02 .flo_box .flo_l{
    float:none;
    width:100%;
  }
  .guide_area02 .flo_box .flo_r{
    float:none;
    width:100%;
    padding-left:0;
    margin-top: 15px;
  }
}

/* time_table02
------------------------------------- */
.time_table02 table{
  width:100%;
}
.time_table02 table tr th:nth-child(1){
  width: 17%;
}
.time_table02 table tr td:nth-child(2){
  width: 33%;
}
.time_table02 table tr th:nth-child(3){
  width: 17%;
}
.time_table02 table tr td:nth-child(4){
  width: 33%;
}
.time_table02 table tr th,
.time_table02 table tr td{
  border: 1px solid #e7dcc7;
  padding: 12px 15px;
  vertical-align: middle;
}
.time_table02 table tr th{
  background-color: #f0ebe2;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .time_table02 table tr th,
  .time_table02 table tr td{
    padding: 12px 3px;
    font-size: 0.8rem;
  }
}

/* 関連施設一覧
------------------------------------- */
.facility_area{
  line-height: 1.2;
  overflow:hidden;
}
.facility_area .facility_box{
  float:left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.facility_area .facility_box a{
  display: block;
}
.facility_area .facility_box a p.txt_link{
  font-size: 14px;
  background: url(/wp-content/themes/iwakikai/assets/img/common/arr01.png) no-repeat left 2px;
  padding-left: 12px;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px){
  .facility_area .facility_box:nth-child(4n+1){
    margin-left: 0;
  }
}
@media screen and (max-width: 1212px){
  .facility_area .facility_box a p img {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .facility_area .facility_box{
    width: 48%;
    margin-left: 0;
    margin-bottom: 4%;
  }
  .facility_area .facility_box:nth-child(2n){
    margin-left: 4%;
  }
  .facility_area .facility_box a p.txt_link{
    font-size: 0.6rem;
    background-size: 6px;
  }
}

/* 下層施設紹介(introduction)
------------------------------------- */
.introduction .flo_box{
  width: 100%;
}
.introduction .flo_box .flo_l{
  width: 57%;
  padding-right: 28px;
}
.introduction .flo_box .flo_r{
  width: 43%;
}
.title_h3_2{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
.introduction .detail_area{
  margin-top: 14px;
  line-height: 1.4;
}
.introduction dl{
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 9px 0;
}
.introduction dl + dl{
  border-top: 1px solid #cbc9c5;
}
.introduction dl dt{
  display: table-cell;
  font-weight: bold;
  width: 27%;
}
.introduction dl dd{
  display: table-cell;
  width: 73%;
}
.introduction .img{
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
}
.introduction .img img{
  width: 100%;
}
.introduction a.map{
  font-weight: bold;
  text-decoration: underline;
  margin-left: 7px;
  display: inline-block;
}
.introduction a.map:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px){
  .introduction .flo_box .flo_l,
  .introduction .flo_box .flo_r{
    float: none;
    width: 100%;
  }
  .introduction .flo_box .flo_l{
    padding-right: 0;
  }
  .title_h3_2{
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .introduction .detail_area{
    margin-top: 20px;
  }
  .introduction .img img{
    width: 100%;
  }
}



/* お知らせ
------------------------------------- */
.information{
  padding-left: 8px;
  line-height: 1.4;
}
.information dl{
  display: table;
  width: 100%;
  padding: 10px 10px 10px 40px;
}
.information dl + dl{
  border-top: 1px solid #c2c2c2;
  padding: 17px 10px 10px 40px
}
.information dl dt{
  display: table-cell;
  width: 22%;
  min-width: 180px;
}
.information dl dt .date{
  display: table-cell;
  width: 88px;
  font-size: 15px;
}
.information dl dt .label{
  display: table-cell;
  width: 110px;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px 4px 5px;
  text-align: center;
  border-radius: 3px;
  background-color: #5d513f;
}
.information dl dt .label.nishizaki{
  background-color: #3564dc;
}
.information dl dt .label.sakurabia{
  background-color: #ff7ab2;
}
.information dl dt .zaitaku-nishizaki{
  background-color: #04c00d;
}
.information dl dt .label.welfare-service{
  background-color: #ff812d;
}
.information dl dt .label.dayservice-nishizaki{
  background-color: #6cc26f;
}
.information dl dt .label.nursinghome-asahi{
  background-color: #ee4040;
}
.information dl dt .label.disabilitysupport-sophiar{
  background-color: #ff5a3a;
}
.information dl dt .label.iwakinursery{
  background-color: #ff7d17;
}
.information dl dt .label.kango-station-nishizaki{
  background-color: #f7d756;
}
.information dl dd{
  display: table-cell;
  width: 70%;
  font-size: 14px;
  padding-left: 10px;
}
.information dl dd a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 1212px){
  .information dl {
    padding: 10px;
  }
  .information dl + dl{
    padding: 30px 10px 10px 10px;
  }
  .information dl:first-child{
    padding-top: 0;
  }
}
@media screen and (max-width: 767px){
  .information{
    padding-left: 0;
  }
  .information dl{
    display: block;
  }
  .information dl + dl{
    padding: 17px 10px 10px 10px;
  }
  .information dl dt{
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
  .information dl dt .date{
    font-size: 0.7rem;
    width: auto;
    padding-right: 10px;
  }
  .information dl dt .label{
    font-size: 0.6rem;
    width: auto;
    min-width: 60px;
  }
  .information dl dd{
    display: block;
    width: 100%;
    font-size: 0.6rem;
    padding-left: 0;
  }
}
/* お知らせ ページャー
------------------------------------- */
.information_pager{
  margin-top: 30px;
  text-align: center;
  word-wrap: break-word;
}
.information_pager .p_inner{
  position: relative;
  display: inline-block;
}
.information_pager .page-numbers{
  padding: 5px 9px;
  border: 1px solid #aaa092;
  background-color: #fff;
  margin: 6px 11px;
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
}
.information_pager .page-numbers:hover{
  background-color: #f5f2ec;
  border: 1px solid #fff;
}
.information_pager .page-numbers.current{
  background-color: #f5f2ec;
  border: 1px solid #fff;
  cursor: default;
}

.information_pager .page-numbers.prev{
  content: url(/wp-content/themes/iwakikai/assets/img/common/pager_prev01.png);
  border: none;
  position: absolute;
  left: -50px;
  top: 0;
}
.information_pager .page-numbers.next{
  content: url(/wp-content/themes/iwakikai/assets/img/common/pager_next01.png);
  border: none;
  position: absolute;
  right: -50px;
  top: 0;
}
.information_pager .page-numbers.prev:hover,
.information_pager .page-numbers.next:hover{
  background-color: transparent;
}
@media screen and (max-width: 767px){
  .information_pager{
    margin-top: 15px;
  }
  .information_pager .page-numbers {
    margin: 6px 6px;
    font-size: 1rem;
  }
}

/* 手続きの流れ
------------------------------------- */
.flow_list li{
  padding-left: 38px;
  line-height: 1.9;
  margin-bottom: 12px;
}
.flow_list li:nth-child(1){
  background: url(/wp-content/themes/iwakikai/assets/img/common/list_1.png) no-repeat top left;
}
.flow_list li:nth-child(2){
  background: url(/wp-content/themes/iwakikai/assets/img/common/list_2.png) no-repeat top left;
}
.flow_list li:nth-child(3){
  background: url(/wp-content/themes/iwakikai/assets/img/common/list_3.png) no-repeat top left;
}
.flow_list li:nth-child(4){
  background: url(/wp-content/themes/iwakikai/assets/img/common/list_4.png) no-repeat top left;
}
.flow_list li:nth-child(5){
  background: url(/wp-content/themes/iwakikai/assets/img/common/list_5.png) no-repeat top left;
}
.flow_list li:nth-child(6){
  background: url(/wp-content/themes/iwakikai/assets/img/common/list_6.png) no-repeat top left;
}
.p_title.flow_title{
  font-size:20px;
  margin-left: 20px;
}
.p_title.flow_title:before{
  top:9px;
}
.flow_table{
  line-height: 1.7;
  font-size:15px;
}
.flow_table table{
  width:100%;
}
.flow_table table th,
.flow_table table td{
  border: 1px solid #fee4e4;
  padding: 12px;
}
.flow_table table th:nth-child(1){
  width:40%;
}
.flow_table table th:nth-child(2){
  width:60%;
}
.flow_table table th{
  background-color: #fff3f6;
  font-weight: normal;
}
.flow_table table td{
}
.flow_table a{
  color:#5674ca;
  text-decoration:underline;
  display:inline-block;
  margin-right:30px;
}
.flow_table a:hover{
  text-decoration:none;
}
@media screen and (max-width: 767px){
  .flow_table a{
    margin-right:0;
  }
}

/* よくあるご質問
------------------------------------- */
 .two_button.anc p a{
  position: relative;
  padding-right: 15px;
}
 .two_button.anc p a:after{
  content: "";
  width: 13px;
  height: 8px;
  background-image: url(/wp-content/themes/iwakikai/assets/img/common/arr02.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 27px;
}
 .qa_box{
  margin:35px 40px;
  border:3px solid #fff3f6;
  padding:20px 32px;
  line-height: 1.4;
}
 .qa_box .question{
  padding: 11px 0 37px 85px;
  background: url(/wp-content/themes/iwakikai/assets/img/sakurabia/guide-sakurabia/faq-sakurabia/ico_q.png) no-repeat 9px 0;
  color: #ffa6b9;
  font-weight: bold;
  font-size: 20px;
}
 .qa_box .answer{
  padding: 19px 0 0 85px;
  background: url(/wp-content/themes/iwakikai/assets/img/sakurabia/guide-sakurabia/faq-sakurabia/ico_a.png) no-repeat 10px 14px;
  border-top: 1px solid #fff2f2;
  font-size: 18px;
}
 .qa_box .answer ul li{
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px){
   .two_button.anc p a{
    font-size: 0.7rem;
    padding-right: 10px;
  }
   .two_button.anc p a:after{
    width: 7px;
    margin-left: 5px;
    top: 19px;
  }
   .qa_box{
    margin: 30px 10px;
    padding: 15px 10px;
  }
   .qa_box .question{
    background-size: 30px;
    padding: 0 0 20px 45px;
    font-size: 1rem;
    background-position: 4px 0;
  }
   .qa_box .answer{
    background-size: 38px;
    padding: 18px 0 10px 45px;
    font-size: 0.9rem;
    background-position: 0 14px;
  }
   .qa_box .answer ul li{
    display: block;
    margin-right: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* イベントカレンダー
------------------------------------- */
.event_schedule .event_box{
  border-bottom:1px solid #fff2f2;
  padding-bottom:45px;
  margin-top:40px;
  overflow:hidden;
}
.event_schedule .month_detail{
  width:28%;
  float:left;
}
.event_schedule .month_detail .flo_box{
  width:100%;
}
.event_schedule .month_detail .flo_l{
  margin-top: 18px;
  padding-left: 6px;
  width: 40%;
}
.event_schedule .month_detail .flo_r{
  width: 55%;
  height: 128px;
  display: table;
}
.event_schedule .month_detail .flo_r .list_ul_1{
  font-size:15px;
  display: table-cell;
  vertical-align: middle;
}
.event_schedule .month_img{
  width:24%;
  float:left;
  padding-left:10px;
}
@media screen and (max-width: 767px){
  .event_schedule .event_box{
    padding-bottom:30px;
    margin-top:20px;
  }
  .event_schedule .month_detail{
    width:100%;
    float:none;
  }
  .event_schedule .month_detail .flo_l{
    text-align:center;
  }
  .event_schedule .month_img{
    width:100%;
    float:none;
    padding-left:0;
    text-align:center;
    margin-top:10px;
  }
}


/* -----------------------------------------------------
    記事投稿ページ
----------------------------------------------------- */
#single_info header.entry-header{
  position:static;
  background-color:transparent;
}
#single_info h1.entry-title{
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #c2bfab;
  padding-bottom: 22px;
  margin-bottom: 30px;
  font-weight: normal;
}
#single_info .entry-date{
  text-align: right;
  margin-bottom: 60px;
}
#single_info .info_list_link{
  margin-top: 50px;
  text-align: center;
}
#single_info .info_list_link a{
  text-decoration: underline;
}
#single_info .info_list_link a:hover{
  text-decoration: none;
}
#single_info .entry-content{
  line-height: 1.5;
  overflow: hidden;
}
#single_info .entry-content > *,
#single_info .entry-content p{
  margin-bottom: 20px;
}
#single_info .entry-content a{
  color: #007acc;
  text-decoration: underline;
}
#single_info .entry-content a:hover{
  text-decoration: none;
}
#single_info img{
  height: auto;
}
#single_info h2 {
  font-size: 18px;
  text-align: center;
  background-color: #f0ebe2;
  padding: 20px 0 18px;
  font-weight: normal;
  position: relative;
  margin-bottom: 35px;
}
#single_info h2:before{
  content: "";
  height: 4px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background-color: #9a896f;
}
#single_info h3 {
  font-size: 16px;
  padding: 0 12px 20px 12px;
  border-bottom: 2px solid #e4d8c5;
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
}
#single_info h3:after{
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #9a896f;
}
#single_info h4{
  font-size: 16px;
  position: relative;
  padding-left: 17px;
  margin-bottom: 30px;
  font-weight: normal;
}
#single_info h4:before{
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #a6895e;
}
#single_info dfn, #single_info cite, #single_info em, #single_info i {
  font-style: italic;
}
#single_info blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}
#single_info blockquote *{
  font-style: italic;
}
#single_info blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}
#single_info blockquote:before,
#single_info blockquote:after {
  content: "";
  display: table;
}
#single_info blockquote:after {
  clear: both;
}
#single_info blockquote > :last-child {
  margin-bottom: 0;
}
#single_info blockquote cite,
#single_info blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
#single_info blockquote em,
#single_info blockquote i,
#single_info blockquote cite {
  font-style: normal;
}
#single_info blockquote strong,
#single_info blockquote b {
  font-weight: 400;
}
#single_info blockquote.alignleft,
#single_info blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}
#single_info ul li{
  position: relative;
  padding-left: 16px;
}
#single_info ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #a6895e;
  border-radius: 20px;
  box-sizing: border-box;
}
#single_info ol {
  list-style: decimal;
  margin-left: 16px;
}
#single_info table{
  width: 100%;
}
#single_info table td{
  border: 1px solid #e1e1e1;
  padding: 9px 15px;
  vertical-align: middle;
}
#single_info .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}
#single_info .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}
#single_info .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
@media screen and (max-width: 767px){
  #single_info h1.entry-title{
    font-size: 1.3rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  #single_info .entry-date{
    margin-bottom: 40px;
  }
  #single_info table td{
    padding: 7px 3px;
  }
}

/* -----------------------------------------------------
    ブログページ　レイアウト
----------------------------------------------------- */
.flo_box.blog_column{
  width: 100%;
}
.blog_column > .flo_l{
  width: 73%;
  padding-bottom: 1px;
}
.blog_column > .flo_r{
  padding-left: 40px;
  width: 27%;
  margin-top: 10px;
}
.blog_column .side_information{
  font-size: 13px;
}
.blog_column .side_information + .side_information{
  margin-top:60px;
}
.blog_column .side_information a{
  color: #3564dc;
  text-decoration: underline;
}
.blog_column .side_information a:hover{
  text-decoration: none;
}
.blog_column .side_information h4.tit{
  font-weight: normal;
  text-align: center;
  margin: 0 0 18px;
  font-size: 17px;
  border-bottom: 1px solid #cecbb8;
  padding-bottom: 10px;
}
.blog_column .side_information .article{
  line-height: 1.6;
}
.blog_column .side_information .article img{
  float: left;
  width: 60px;
  margin-right: 10px;
}
.blog_column .side_information .article li:after{
        display: block;
        content: "";
        clear: both;
    }
.blog_column .side_information .article li + li{
  margin-top: 12px;
}
@media screen and (max-width: 767px){
  .blog_column > .flo_l,
  .blog_column > .flo_r{
    width: 100%;
    float: none;
    padding: 0;
  }
  .blog_column > .flo_r{
    margin-top: 40px;
  }
  .blog_column .side_information + .side_information{
    margin-top:40px;
  }
  .blog_column .side_information h4.tit{
    font-size: 1rem;
    border-bottom: none;
    background-color: #f5f2ed;
    padding: 15px;
  }
  .blog_column .side_information .article {
    font-size: 0.8rem;
  }
  .blog_column .side_information .article li{
    border-bottom:1px solid #cecbb8;
    padding-bottom: 10px;
  }
}

/* -----------------------------------------------------
    フッダー
----------------------------------------------------- */
@media print, screen and (min-width: 1025px){
  footer{
    margin-top: 100px;
  }
  footer .page_top.foot_pc{
    text-align: right;
    width: 890px;
    margin: 0 auto;
    padding-right: 15px;
  }
  footer .page_top.foot_pc a{
    padding: 4px 12px 5px 12px;
    color: #fff;
    background-color: #5d513f;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
  }
  footer .footer_inner{
    width: 890px;
    margin: 0 auto;
    border-top: 1px solid #d8d3b6;
    border-bottom: 1px solid #d8d3b6;
    overflow: hidden;
    padding-bottom: 15px;
  }
  footer .heading{
    margin-top: 20px;
    font-size: 18px;
    font-weight:bold;
  }
  footer .foot_nav01{
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
  }
  footer .foot_nav01 li{
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  footer .foot_nav01 li a{
    background: url(/wp-content/themes/iwakikai/assets/img/common/arr01.png) no-repeat left 5px;
    padding-left: 14px;
    font-size: 14px;
    background-size: 7px;
  }
  footer .foot_nav01 li a:hover{
    text-decoration: underline;
  }
  footer .facebook_btn{
    float: left;
  }
  footer .facebook_btn a{
    background-color: #005eae;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
  }
  footer .biyou_blog_btn{
    float: left;
  }
  footer .biyou_blog_btn a{
    background-color: #ff747d;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 10px;
  }
  footer .manseiki_btn{
    float: left;
    margin-left: 10px;
  }
  footer .foot_nav02{
    float: right;
    overflow: hidden;
    padding-top: 5px;
  }
  footer .foot_nav02 li{
    float: left;
    margin-right: 15px;
    padding-bottom: 1px;
  }
  footer .foot_nav02 li a{
    font-size: 13px;
  }
  footer .foot_nav02 li a:hover{
    text-decoration: underline;
  }
  footer .copyright{
    text-align: center;
    font-size: 13px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1212px){
  footer{
    padding: 0 20px;
  }
  footer .page_top.foot_pc{
    width: 100%;
  }
  footer .footer_inner{
    width: 100%;
  }
  footer .foot_nav01 li a{
    font-size: 12px;
  }
  footer .foot_nav02 li {
    margin-right: 15px;
  }
  footer .foot_nav02 li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px){
  footer{
    margin-top:40px;
  }
  footer .page_top.foot_sp{
    width: 45px;
    margin: 0 0 0 auto;
    padding-right: 16px;
    box-sizing: content-box;
  }
  footer .footer_inner{
    margin-top: 27px;
  }
  footer .heading{
    background-color: #efeae1;
    padding: 20px 0;
    text-align: center;
    font-size: 1.3rem;
  }
  footer .foot_nav01{
    overflow:hidden;
  }
  footer .foot_nav01 li{
    float:left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1rem;
    padding: 20px;
    width: 50%;
  }
  footer .footer_btn_area{
    overflow:hidden;
    padding:0 10px;
    margin-top:40px;
  }
  footer .facebook_btn{
    float:left;
    width:46%;
    margin: 0 2%;
  }
  footer .facebook_btn a{
    background-color: #3b579d;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-radius: 2px;
    font-size: 1.3rem;
  }
  footer .biyou_blog_btn{
    float:left;
    width:46%;
    margin: 0 2%;
  }
  footer .biyou_blog_btn a{
    background-color: #ff747d;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 2%;
    padding: 20px 0;
    border-radius: 2px;
    font-size: 1.3rem;
  }
  footer .manseiki_btn {
    clear: both;
    padding-top: 15px;
    text-align: center;
  }
  footer .copyright{
    text-align: center;
    padding: 25px 0 20px;
    color: #929292;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px){
  footer .heading{
    font-size: 1rem;
    font-weight: normal;
  }
  footer .foot_nav01 li{
    font-size: 0.7rem;
    padding: 0;
  }
  footer .foot_nav01 li a{
    padding: 15px 0 15px 8px;
    display:block;
  }
  footer .facebook_btn a{
    font-size: 0.9rem;
    padding: 17px 0;
  }
  footer .biyou_blog_btn a{
    font-size: 0.9rem;
    padding: 17px 0;
  }
  footer .copyright{
    font-size: 0.7rem;
  }
}


/* -----------------------------------------------------
    お問い合わせ
----------------------------------------------------- */
.contact_form_area{
  line-height: 1.4;
  margin: 0 18px;
}
.contact_form_area .lead_txt{
  text-align:center;
  margin-bottom: 30px;
}
.contact_form_area .tel_area{
  background-color:#f8f8f9;
  padding: 20px 40px;
  margin-bottom: 22px;
}
.contact_form_area .tel_area .flo_box{
  width:100%;
}
.contact_form_area .tel_area .flo_l{
  width: 22%;
  padding: 20px 0;
}
.contact_form_area .tel_area .flo_r{
  width: 78%;
  padding-left:4%;
  border-left: 1px solid #c0c0c0;
}
.contact_form_area .tel_area .flo_r .txt{
  color:#5d513f;
  font-size:14px;
  margin-top: 5px;
}
.contact_form_area .tel_area .flo_r .tel{
  margin-top: 2px;
  color: #5d513f;
  font-size: 28px;
  font-weight: bold;
}
.contact_form_area .tel_area .flo_r .tel a{
  color: #5d513f;
}
.contact_form_area .tel_area .flo_r .tel span{
  font-size: 23px;
  margin-right: 10px;
}
.contact_form_area .input_area{
  margin: 0 138px;
}
.contact_form_area .input_area dl{
  margin-bottom: 12px;
}
.contact_form_area .input_area dl dt{
  margin-bottom: 3px;
}
.contact_form_area .input_area dl dt .req{
  color: #fe1572;
  font-size: 13px;
  padding-left: 5px;
}
.contact_form_area .input_area dl dt .sup{
  font-size: 13px;
  padding-left:30px;
}
.contact_form_area .input_area dl dd{}
.contact_form_area .input_area dl dd input,
.contact_form_area .input_area dl dd textarea{
  width: 100%;
  padding: 10px;
  font-size:14px;
  box-sizing: border-box;
}
.contact_form_area .input_area dl dd select{
  padding: 6px;
  min-width: 180px;
  font-size:14px;
  max-width: 100%;
}
.contact_form_area .personal_info_area{
  margin-top: 30px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 32px 47px;
  line-height: 1.7;
}
.contact_form_area .personal_info_area .ttl{
  position:relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
.contact_form_area .personal_info_area .ttl:before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #a6895e;
  border-radius: 20px;
  box-sizing: border-box;
}
.contact_form_area .personal_info_area .txt{}
.contact_form_area .agree_check{
  text-align: center;
  margin-top: 22px;
  font-size: 18px;
}
.contact_form_area .btn01,
.contact_form_area .btn02,
.contact_form_area .btn03{
  display:inline-block;
}
.contact_form_area .btn01 input,
.contact_form_area .btn02 input,
.contact_form_area .btn03 input{
  width: 170px;
  background-color: #5d513f;
  text-align: center;
  margin-top: 30px;
  padding: 10px 0;
  color: #fff;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  cursor:pointer;
  display:block;
}
.contact_form_area .btn02 input{
  margin-left: 20px;
}
.contact_form_area .btn01 input:hover,
.contact_form_area .btn02 input:hover,
.contact_form_area .btn03 input:hover{
  opacity:0.7;
}
.contact_form_area input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
  margin: 20px auto 0;
}
.mw_wp_form_input .input_none,
.mw_wp_form_confirm .confirm_none,
.mw_wp_form_complete .complete_none{
  display:none !important;
}
.mw_wp_form_complete .complete_txt{
  text-align: center;
  line-height: 1.9;
  margin: 50px 0;
}
@media screen and (max-width: 1024px){
  .contact_form_area .tel_area {
    padding: 20px 25px;
  }
  .contact_form_area .tel_area .flo_l {
    padding: 20px 8px 20px 0;
  }
}
@media screen and (max-width: 767px){
  .contact_form_area{
    margin: 0;
  }
  .contact_form_area .tel_area{
    padding: 15px 10px;
  }
  .contact_form_area .tel_area .flo_l{
    padding: 20px 8px 20px 0;
  }
  .contact_form_area .tel_area .flo_l .txt{
    font-size: 0.9rem;
  }
  .contact_form_area .tel_area .flo_r .tel{
    font-size: 1.3rem;
  }
  .contact_form_area .tel_area .flo_r .tel span{
    font-size: 1.2rem;
  }
  .contact_form_area .input_area{
    margin: 0;
  }
  .contact_form_area .input_area dl dd{}
  .contact_form_area .input_area dl dt .sup{
    padding-left:0;
  }
  .contact_form_area .personal_info_area{
    padding: 32px 0;
  }
  .contact_form_area .btn01,
  .contact_form_area .btn02,
  .contact_form_area .btn03{
    display: block;
  }
  .contact_form_area .btn01 input,
  .contact_form_area .btn02 input,
  .contact_form_area .btn03 input{
    margin: 30px auto 0;
  }
  .contact_form_area .btn02 input{
    margin: 18px auto;
  }
}


.contact_form_area .tel_area02{
  padding: 15px 10px 0;
  background-color:#f8f8f9;
  overflow:hidden;
  margin-bottom:35px;
}
.contact_form_area .tel_area02 .date_ttl{
  text-align:center;
  margin-bottom:15px;
}
.contact_form_area .tel_area02 .date_ttl p + p{
  color: #1f335b;
  margin-top: 7px;
}
.contact_form_area .tel_area02 .tel_box{
  width:23.5%;
  margin-left:2%;
  background-color:#fff;
  border:1px solid #c0c0c0;
  color:#1f335b;
  padding:10px;
  float:left;
  margin-bottom: 15px;
}
.contact_form_area .tel_area02 .tel_box a{
  color:#1f335b;
}
.contact_form_area .tel_area02 .tel_box.date{
  background-color:transparent;
  border:none;
  padding:0;
}
.contact_form_area .tel_area02 .tel_box p{
  font-size: 13px;
}
.contact_form_area .tel_area02 .tel_box p + p{
  font-size: 26px;
  font-weight: bold;
}
.contact_form_area .tel_area02 .tel_box.date p{
  font-size: 16px;
  color: #5d513f;
}
.contact_form_area .tel_area02 .tel_box.date p + p{
  font-size:12px;
  color:#1f335b;
  margin-top: 12px;
  font-weight: normal;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px){
  .contact_form_area .tel_area02 .tel_box:nth-child(4n+1){
    margin-left:0;
  }
}
@media screen and (max-width: 1212px){
  .contact_form_area .tel_area02 .tel_box p{
    font-size: 0.7rem;
  }
  .contact_form_area .tel_area02 .tel_box p + p{
    font-size: 1.4rem;
  }
  .contact_form_area .tel_area02 .tel_box.date p + p{
    font-size: 0.62rem;
  }
}
@media screen and (max-width: 1024px){
  .contact_form_area .tel_area02 .tel_box p{
    font-size: 0.63rem;
  }
  .contact_form_area .tel_area02 .tel_box p + p{
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px){
  .contact_form_area .tel_area02 .tel_box{
    float: none;
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .contact_form_area .tel_area02 .tel_box p{
    font-size: 0.8rem;
  }
  .contact_form_area .tel_area02 .tel_box.date p + p{
    font-size: 0.8rem;
  }
}



/* -----------------------------------------------------
    以和貴会　下層
----------------------------------------------------- */
.about header .phone,
.data header .phone,
.outline header .phone,
.history header .phone,
.iwakikai-group header .phone,
.contact header .phone,
.iwakikai-info header .phone{
  display:none;
}
.about .column_two .box .tit{
  font-weight:bold;
}
.outline .outline_table{
  line-height: 1.4;
}
.outline .outline_table dl{
  display:table;
  width:100%;
  margin-top: 15px;
}
.outline .outline_table dt{
  display:table-cell;
  width:13%;
  text-align-last: justify;
  text-align: justify;
  min-width: 100px;
}
.outline .outline_table dt:after{
  content:"：";
}
.outline .outline_table dd{
  display:table-cell;
  width:87%;
}
.history .history_table{
  line-height:1.7;
}
.history .history_table table{
  width:100%;
}
.history .history_table table th,
.history .history_table table td{
  border: 1px solid #e1e1e1;
  padding: 12px;
}
.history .history_table table th{
  background-color: #f4f6fb;
  font-weight: normal;
  width: 25%;
  min-width:100px;
}
.history .history_table table td{
  width: 75%;
}
.contact .main_visual{
  background-image: url(/wp-content/themes/iwakikai/assets/img/index/contact/main_img.jpg);
}
.iwakikai-info .main_visual{
  background-image: url(/wp-content/themes/iwakikai/assets/img/index/iwakikai-info/main_img.jpg);
}
.accessmap .guide_area + .guide_area{
  border-top:1px solid #c2bfab;
}
.accessmap .guide_area .flo_box{
  padding: 30px 0;
  margin: 0 20px;
}
.accessmap .guide_area h4 a{
  background: url(/wp-content/themes/iwakikai/assets/img/common/arr01.png) no-repeat left 8px;
  padding-left: 15px;
}
.accessmap .address_layout{
    overflow: hidden;
}
.accessmap .address_layout dl{
    float: left;
    width: 66%;
}
.accessmap .address_layout p{
    padding-bottom: 2px;
    float:right;
    width:34%;
}
.accessmap .address_layout p a{
    padding: 14px;
    background-color: #5d513f;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-top: 35px;
}
.accessmap .facility_btn{
  overflow:hidden;
  padding: 0 20px;
  width:100%;
  margin-top:20px;
}
.accessmap .facility_btn p{
  float: left;
  padding-bottom: 2px;
  width: 23.5%;
}
.accessmap .facility_btn p + p{
  margin-left:2%;
}
.accessmap .facility_btn p a{
  padding: 31px 0 10px;
  display: block;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0px rgba(116, 105, 91, 0.5);
  color: #fff;
  text-align: center;
  font-size: 15px;
  background-color: #5d513f;
  padding-right: 17px;
  background-image: url(/wp-content/themes/iwakikai/assets/img/common/arr02.png);
  background-repeat: no-repeat;
  background-position: 96% 36px;
  min-height: 78px;
}
.accessmap .facility_btn p.two_line a{
  padding-top: 19px;
  line-height: 1.4;
}
.top_text_btn{
  overflow: hidden;
}
.top_text_btn p{
  float:left;
  width:33%;
  border-left: 1px solid #c2bfab;

}
.top_text_btn p a{
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}
.top_text_btn p:last-child{
  border-right: 1px solid #c2bfab;
}


@media screen and (max-width: 767px){
  .accessmap .guide_area + .guide_area{
  }
  .accessmap .guide_area .flo_box{
    margin: 0;
    padding: 30px 10px;
  }
  .accessmap .address_layout{
  }
  .accessmap .address_layout dl{
    float: none;
    width: 100%;
  }
  .accessmap .address_layout p{
    float:none;
    width:100%;
    padding-right:2px;
  }
  .accessmap .address_layout p a{
    margin-top: 20px;
    display: block;
    padding: 16px;
  }
  .accessmap .facility_btn{
    padding: 0 10px;
    margin-top:0;
  }
  .accessmap .facility_btn p{
    width: 49%;
    margin-top:10px;
  }
  .accessmap .facility_btn p + p{
    margin-left:0;
  }
  .accessmap .facility_btn p:nth-child(2n){
    margin-left:2%;
  }
  .accessmap .facility_btn p a{
    font-size: 0.7rem;
    padding: 21px 12px 10px 0;
    min-height: 56px;
    background-position: 96% 24px;
  }
  .accessmap .facility_btn p.two_line a{
    padding-top: 13px;
  }
  .iwakikai-group .top_text_btn p a{
    font-size:1rem;
  }

}


/* -----------------------------------------------------
    コメント
----------------------------------------------------- */
#nishizaki #comment-area #comments{
	margin:30px 0 20px;
}
#nishizaki #comment-area footer{
	margin-top:50px;
}
#nishizaki #comment-area .comment-reply-title{
	margin-top:100px;
}
#nishizaki #comment-area .comment-form textarea{
	width:100%;
	height:200px;
	margin-bottom:20px;
	padding:5px;
}
@media screen and (max-width: 480px){
#nishizaki #comment-area .comment-form textarea{
	width:96%;
}
}
#nishizaki #comment-area .comment-form #author{
	padding:5px;
}
#nishizaki #comment-area .comment-form .form-submit{
	margin-top:35px;
	text-align:center;
}
#nishizaki #comment-area .comment-form .form-submit .submit{
	background-color: #005eae;
    color: #fff;
	border:none;
	cursor:pointer;
	width:150px;
	height:30px;
	border-radius:3px;
}
#nishizaki #comment-area .comment-form .form-submit .submit:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#nishizaki #comment-area .comment-metadata{
	margin:10px 0;
}
#nishizaki #comment-area .comment-content p{
	line-height:1.6;
}
#nishizaki #comment-area .reply{
	margin-top:25px;
}