/*
Theme Name: グループホームたいよう
Theme URI: 
Author: 
Author URI: 
Description: Minimal starter theme for グループホームたいよう.
Version: 0.1.0
Text Domain: taiyou
*/

/* Basic reset */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
option,
select,
p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 180%;
	color:#000000;
	font-weight: 500;
     font-family:'Noto Sans JP',"游ゴシック",YuGothic,ヒラギノ角ゴ ProN W3,"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 1024px) {
    body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
option,
select,
p {
    font-size: 16px;
}
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.rpic{
	flex-direction:row-reverse;
}

#wrapper{
    max-width: 100%;
    background: url(images/wall_bk.png) repeat center 0;
    overflow: hidden;
}
.inner{
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}

.gnav li{
    display: inline-block;
    padding: 0 1.5em;
}
.gnav {
    text-align: center;
}
.gnav li a:hover{
    text-decoration: underline;
}
.gnav p{
    display: none;
}
#footer{
    background: url(images/foot_bk.jpg) no-repeat center 50%;
    background-size: cover;
}

.footnav li{
    display: inline-block;
    padding: 0 1.5em;
    font-size: 16px;
}
.footnav{
    text-align: center;
    padding: 45px 0 35px 0;
}
.footnav li a{
    color: #fff;
}
.footnav li a:hover{
    text-decoration: underline;
}
#footer .copy{
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 40px 0 5px 0;
}
#footer .tbox p{
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
#footer .tocont a{
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 10px 20px;
    box-sizing: border-box;
    width: 250px;
    color: #fff;
    font-size: 14px;
    text-align: center;

}
#footer .tocont a:hover{
    background: #fff;
    color: #67452a;
}
#footer .footlogo{
    padding: 0 2.5em 0 0;
}
#footer .adr{
    padding: 0 2.5em 0 0;
}
#header{
    position: relative;
    padding:  38px 0 0 0 ;
    box-sizing: border-box;
    min-height: 105px;
    z-index: 1;
}
#header h1{
    position: absolute;
    top:0 ;
    left: 2.5%;
    padding: 0 0 0 0;
}
.home #header h1::before{
    content: "";
    display: block;
    width: 166px;
    height: 340px;
    background: url(images/main_img_top.png) no-repeat 0 0;
    position: absolute;
    top: calc(100% - 34px);
    left: -6%;
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  z-index: 20;
}
.totop a {
  display: inline-block;
  border: 1px solid #67452a;
  background: #fff;
  padding: 10px 0;
  width: 50px;
  text-align: center;
  position: relative;
  color: #666;
  border-radius: 10px;
}
.totop a img{
    width: 26px;
}
@media only screen and (max-width: 1480px) {
    .gnav{
        text-align: right;
    }
    .gnav li{
        padding: 0 0 0 1em;
        font-size: 16px;
    }

}
.home_main{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.home_main .pic img{
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.home_main .stit{
    position: absolute;
    left: 0;
    top: 55%;
    font-size: 38px;
    font-weight: 700;
    z-index: 2;
}

.home_main .stit .l{
    display: inline-block;
    background: url(images/wall_bk.png) 0 0 repeat;
    padding: 0 1em;
    margin-bottom: 20px;
}

.home_main .pic{
    position: relative;

}
.home_main .pic::after{
    content: "";
    display: block;
    width: 166px;
    height: 415px;
    background: url(images/main_img_bottom.png) no-repeat 0 0;
    position: absolute;
    top: calc(100% - 134px);
    right: -4%;
    z-index: 1;
}
.h2h .e{
    display: block;
    color: #e06158;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
}
.h2h .j{
    font-size: 42px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    line-height: 140%;
}

.home_news{
    padding: 60px 0 20px 0;
    position: relative;
    z-index: 1;
}
.home_news h2{
    padding: 0 0 40px 0;
}
.home_news h2 .j{
    position: relative;
}
.home_news h2 .j:before{
    content: "";
    width:54px ;
    height: 52px;
    position: absolute;
    background: url(images/news_tit.png) 0 0 no-repeat;
    left: calc(100% + 25px);
    top: -10px;
}
.home_news .box{
    width: 31.82%;
    margin: 0 2.27% 0 0;
    background: #fff;
    margin-bottom: 20px;
}
.home_news .box:nth-child(3n){
    margin-right: 0;
}
.home_news .pic{
    position: relative;
    overflow: hidden; /* scale時にはみ出し防止 */
}
.home_news .pic::before{
    content: "";
    width: 1px;
    padding-bottom: 70%;
    display: block;
}
.home_news .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: transform .35s ease; /* ホバー時の拡大アニメーション */
}

/* ホバー・フォーカス時にアイキャッチを拡大 */
.home_news .box a:hover .pic img,
.home_news .box.is-hover .pic img,
.home_news .box a:focus .pic img {
    transform: scale(1.15);
}
.home_news .tbox{
    padding: 5px 2.5% 20px 2.5%;
}
.home_news .day{
    text-align: right;
    font-size: 16px;
    color: #6d6d6d;
    padding: 0 0 16px 0;
}
.home_news h3{
    padding: 0 0 20px 0;
    min-height: 70px;
}

.about{
    padding: 60px 0 0 0;
}
.about h2{
    text-align: center;
}
.about h2 .e{
    color:#4770a7 ;
}
.about h2 .j{
    padding-bottom: 20px;
    position: relative;
}
.about h2 .j:before{
    content: "";
   position: absolute;
   background: url(images/about_left.png) no-repeat 0 0;
   width:168px ;
   height: 89px;
   bottom: -8px;
   right: calc(100% + 30px);
}
.about h2 .j:after{
    content: "";
   position: absolute;
   background: url(images/about_right.png) no-repeat 0 0;
   width:168px ;
   height: 89px;
   bottom: -8px;
   left: calc(100% + 30px);
}     
.grass{
    background-image: url(images/aboutbk_top.png),url(images/aboutbk_bottom.png),url(images/aboutbk_m.png);
    background-position: top left,bottom left,center left;
    background-repeat: repeat-x,repeat-x,repeat;
    min-height: 416px;
    box-sizing: border-box;
    padding: 40px 0 65px 0;

}
.about .wrap{
    background: #fff;
    border-radius:30px ;
    border: #fae34b solid 6px;
    padding: 46px 5% 20px 5%;
    box-sizing: border-box;
}
.about .wrap p{
    padding: 0 0 20px 0;
    letter-spacing: 3px;
    line-height: 210%;
}
.omoi{
    padding: 90px 0 0 0;
    background: url(images/omoi_bk.png) 0 0 repeat-y;
}
.omoi h2 .e{
    display: inline-block;
    color: #5fae57;
}
.omoi h2 .j{
    padding-right: 0.5em;
}
.omoi h2{
    padding: 0 0 60px 0;
}
.omoi .pic{
    width: 50%;
}
.omoi .tbox{
    width: 45%;
    padding: 40px 0 0 0;
}
.omoi .flexb:nth-child(2n){
    flex-direction: row-reverse;
}
.omoi h2 .e{
    position: relative;
}
.omoi h2 .e:before{
    content: "";
    width:113px ;
    height: 142px;
    position: absolute;
    background: url(images/omoi_tit.png) 0 0 no-repeat;
    left: calc(100% + 40px);
    top: -55px;
}

.omoi h3{
    font-size: 32px;
    padding: 0 0 20px 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.omoi .tbox p{
    letter-spacing: 3px;
    line-height: 210%;
}
.omoi .flexb{
    padding: 0 0 90px 0;
}
.omoi .flexb .tbox{
    position: relative;
}
.omoi .flexb:nth-child(1) .tbox::before{
    content: "";
    width: 301px;
    height: 255px;
    background: url(images/omoi1_bk.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    bottom: calc(100% - 72px) ;
    left: calc(100% - 83px) ;
}

.omoi .flexb:nth-child(2) .tbox::before{
    content: "";
    width: 120px;
    height: 121px;
    background: url(images/omoi2_bk.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    bottom: calc(100% - 30px) ;
    left: 0;
}
.omoi .flexb:nth-child(3) h3{
    text-align: center;
}
.omoi .flexb:nth-child(3) .tbox::before{
     content: "";
    width: 136px;
    height: 136px;
    background: url(images/omoi3_bk.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    bottom: -40px;
    right: 100%;
}
.philosopohy{
    overflow: hidden;
    position: relative;
    margin-top: -50px;
    padding: 240px 0 180px 0;
}
.philosopohy .wavp{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}
.omoi .flexb > .wp-block-group-is-layout-constrained{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.omoi .flexb.flexb:nth-child(2n) > .wp-block-group-is-layout-constrained{
    flex-direction: row-reverse;
}
.philosopohy .wavp img{
    width: 100%;
    height: auto;
}
.philosopohy h2{
    text-align: center;
    padding: 0 0 70px 0;
}
.philosopohy h2 .e{
    color: #ae8733;
}
.philosopohy p{
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 36px;
    font-weight: 700;
}
.philosopohy .pic{
    text-align: center;
    padding: 0 0 20px 0;
    
}
.philosopohy .wrap{
    padding:0 0 120px 0;
}
.philosopohy h2{
    position: relative;
}
.philosopohy .inner{
    position: relative;
    z-index: 1;
}
.philosopohy .wrap:nth-child(1) h2 .j:before{
    content: "";
   position: absolute;
   background: url(images/philosopohy_tit.png) no-repeat 0 0;
   width:169px ;
   height: 186px;
   top: -112px;
   left: -383px;

}
.philosopohy .wrap:nth-child(2) h2 .j:before{
    content: "";
   position: absolute;
   background: url(images/support_tit.png) no-repeat 0 0;
   width:169px ;
   height: 186px;
   top: -10px;
   left: calc(100% + 93px);

}
.place{
    background: #fff url(images/place_bk1.png) no-repeat 6px 0;
    position: relative;
    padding: 40px 0 70px 0;
}
.place h2{
    text-align: center;
    padding: 0 0 50px 0;
}
.place h2 .j{
    position: relative;
}
.place h2 .j:before{
    content: "";
    width:67px ;
    height: 88px;
    background: url(images/place_tit1.png) 0 0 no-repeat;
   position: absolute;
   right: calc(100% + 25px);
   top: 0;
}
.place .wav2 img{
        vertical-align: top;
}
.place h2 .j:after{
    content: "";
    width:67px ;
    height: 88px;
    background: url(images/place_tit2.png) 10px bottom no-repeat;
   position: absolute;
   left: calc(100% + 25px);
   top: 0;
}
.wav img{
    width: 100%;
    height: auto;
}
.place .imgs{
    padding: 0 0 40px 0;
}
.place .wav1{
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: 0;
}
.place .wav2{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.place .table_outer{
    background: url(images/place_bk2.png) no-repeat calc(100% - 10px) 0;
}
.contact{
    padding: 180px 0 120px 0;
}

.place .table{
    max-width: 900px;
    margin: 0 auto;
}
.place .table td{
    border: none;
    border-bottom:1px solid #b4af8f ;
    font-size: 16px;
    padding: 10px 0 5px 1.5em;
}
.place .table td+td{
    padding: 10px 1.5em 5px 1.5em;
}
.place .table tr:last-child td{
    border:none;
}
.contact h2{
    text-align: center;
    padding: 0 0 40px 0;
}
.contact .txt li{
    font-size: 16px;
}

.contact .txt{
    padding: 0 0 40px 0;
}
.mw_wp_form{
    max-width: 900px;
    margin: 0 auto;
}
.contact table{
    border-collapse: collapse;
    margin-bottom: 40px;
    width: 100%;
}
.contact .size1{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    box-sizing: border-box;
}
.contact th{
    width:220px ;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    font-weight: 500;
    padding: 25px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #b4af8f;
}
.contact td{
    padding: 20px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #b4af8f;
}
.contact h2 .j{
    position: relative;
}
.contact h2 .j:before{
    content: "";
    width:78px ;
    height: 61px;
    position: absolute;
    background: url(images/contact_tit1.png) 0 0 no-repeat;
    right: calc(100% + 30px);
    top: 30px;
}
.contact h2 .j:after{
    content: "";
    width:66px ;
    height: 87px;
    position: absolute;
    background: url(images/contact_tit2.png) 0 0 no-repeat;
    left: calc(100% + 30px);
    top: 10px;
}
.red{
    color: #f92323;
}
.contact th .red{
    display: inline-block;
    padding: 0 0.5em;
}
.contact .doui{
    text-align: center;
    padding: 0 0 40px 0;
}
.contact .mw_wp_form_input .formbtn li{
    width: 100%;
    text-align: center;
}
.contact .mw_wp_form_input .formbtn li input{
    background: #9ed360;
    border: none;
    width: 100%;
    max-width: 400px;
    font-weight: 700;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.contact li input:hover{
    opacity: 0.7;
    background: #fff !important;
}
.contact .mw_wp_form_input .formbtn li.back{
    display: none;

}
.contact .mw_wp_form_confirm .formbtn li{
    width: 45%;
    margin: 0 2.5%;
}
.contact .mw_wp_form_confirm .formbtn li .send{
    background: #9ed360;
    border: none;
    width: 100%;
    font-weight: 700;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.contact .mw_wp_form_confirm .formbtn li .back_btn{
    background: #ccc;
    border: none;
    width: 100%;
    font-weight: 700;
    padding: 20px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.home_main_sp{
    display: none;
}
@media only screen and (max-width: 1024px) {
    #footer .footlogo{
        width: 100%;
        text-align: center;
        padding: 0 0 20px 0;
    }
    #footer .tbox{
        width:250px;
        margin: 0 auto;
    }
    #footer .adr{
        padding: 0 0 20px 0;
    }
    .gnav p{
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: -44px;
    border: 1px solid #fff;
    background: #67452a;
    cursor: pointer;
    margin: 2px;
    opacity: 0.8;
    box-shadow: 0px 0px 0px 2px #67452a;
  }
  .gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
  }
  .gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
  }
   .gnav.action p span.n::after, .gnav.action p span.n::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }
   .gnav li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
  }
   .gnav li a {
    padding: 5px 0 5px 20px;
    background-position: 20px 5px;
    width: auto;
    text-align: left;
    display: block;
  }
  .gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .10s;
    transition: ease .10s;
  }
  .gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #header{
    z-index: 101;
  }
  .gnav{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding: 0;
    padding-bottom: 0px;
    z-index: 151;
    border: none;
    padding-bottom: 0;
    background-color: #fff;
  }
   .gnav.action {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .home #header h1::before{
    width: 100px;
    height: 205px;
    background-size: cover;

  }
  .home_main .pic:after{
    width: 100px;
    height: 250px;
    background-size: cover;
  }
  .home_main .stit{
    font-size: 24px;
  }
  .h2h .e{
    font-size: 20px;
  }
  .h2h .j{
    font-size: 36px;
  }
  .omoi h3{
    font-size: 24px;
  }
  .omoi .tbox p{
    letter-spacing: 0;
  }
  .about .wrap p{
    letter-spacing: 0;
  }
  .philosopohy p{
    font-size: 24px;
  }
  

}
.archivettl{
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.archivettl:before{
    content: "";
    width: 5px;
    height: 24px;
    display: inline-block;
    background: #67452a;
    vertical-align: middle;
    margin-right: 0.5em;
    transform: translateY(-2px);
}
@media only screen and (max-width: 599px) {
    .footnav{
        display: none;
    }
    #footer{
        padding-top: 30px;
    }
    .home_main{
        display: none;
    }
    .home_main_sp{
        display: block;
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding: 0 0 20px 0;
    }
    .home_main_sp img{
        border-radius: 20px;
    }
    .home #header h1::before{
        width: 80px;
        height: 164px;
    }
    #header h1{
        width: 200px;
    }
    .h2h .j{
        font-size: 24px;
    }
    .h2h .e{
        font-size: 16px;
    }
    .omoi{
        background: none;
    }
    .omoi .pic{
        width: 100%;
        text-align: center;
    }
    .omoi .flexb .tbox{
        width: 100%;
    }
    .philosopohy p{
        font-size: 18px;
    }
    .philosopohy p br{
        display: none;
    }
    .philosopohy h2{
        padding-bottom: 20px;
    }
    .philosopohy{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .philosopohy .wrap{
        padding-bottom: 60px;
    }
    .omoi h3{
        font-size: 20px;
    }
    .omoi h2 .e::before{
        width: 60px;
        height: 75px;
        background-size: cover;
        
        left: calc(100% + 20px);
    }
    .omoi h2 .j{
        display: block;
    }
    .about h2 .j::before{
        width: 100px;
        height: 53px;
        background-size: cover;
        right: calc(100% + 15px);
    }
    .about h2 .j::after{
    width: 100px;
    height: 52px;
    background-size: cover;
    left: calc(100% + 15px);
    }
    .philosopohy .wrap:nth-child(1) h2 .j::before{
        width: 100px;
        height: 110px;
        background-size: cover;
        left: -120px;
        top: -40px;
    }
    .philosopohy .wrap:nth-child(2) h2 .j::before{
        width: 70px;
        height: 60px;
        background-size: cover;
        left: calc(100% + 16px);
        top: -10px;
    }
    .place{
        background: #fff;
    }
    .place .table td{
        width: 100%;
        display: block;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .place .table td:first-child{
        border: none;
        font-weight: bold;
    }
    .place .table td+td{
        padding: 5px ;
        margin-bottom: 5px;
    }
    .contact th{
        display: block;
        width: 100%;
        border: none;
        border-bottom: none;
        padding-bottom: 0;
    }
    .contact td{
        display: block;
        width: 100%;
        padding-top: 5px;
    }
    .contact h2 .j::before{
        width: 50px;
        height: 39px;
        background-size: cover;
        right: calc(100% + 15px);

    }
    .home_news{
        padding-top: 30px;
    }
    .contact{
        padding-top: 80px;
    }
    .contact h2 .j::after{
        width: 50px;
        height: 60px;
        background-size: cover;
        left: calc(100% + 15px);
    }
    .home_news .box{
        width: 100%;
    }
    .home_news h3{
        min-height: 0;
    }
    
    
}
.subtit{
    border-bottom: #67452a 10px solid;
    padding: 20px 0;
}
.blog_wrap{
    padding: 60px 0;
}

.blog_wrap .side{
    width:30% ;
}
.post_wrap{
    width: 66.36%;
}
.post_wrap .post h1{
    font-size: 30px;
    font-weight: 700;
    border-bottom: 5px solid #67452a;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.post_wrap .post .day{
    text-align: right;
    padding: 0 0 20px 0;
    color: #6d6d6d;
    font-size: 16px;
}
.side h3{
    background: #67452a;
    color: #fff;
    font-size: 20px;
    padding: 5px 5%;
    border-radius: 10px 0 10px 0;
}
.archive-months li{
    padding: 8px 5%;
    border-bottom: 1px dotted #ccc;
}
.archive-months li a:hover{
    text-decoration: underline;
}
.entry-content p{
    padding: 0 0 20px 0;
}
.post_wrap .post .pic{
    text-align: center;
    padding: 0 0 20px 0;
}
.entry-content{
    border-bottom: 1px solid #67452a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.back a{
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 250px;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.back a:hover{
    background: #fff;
}
.post_wrap{
    padding-bottom: 20px;
}
@media only screen and (max-width: 599px) {
    .post_wrap{
        width: 100%;
    }
    .blog_wrap .side{
        width: 100%;
        margin-top: 20px;
    }
    .post_wrap .post h1{
        font-size: 24px;
    }
    .place .table_outer{
        background: none;
    }
}

.post_wrap .home_news{
    padding: 0 0 0 0;
}
.post_wrap .home_news .box{
    width: 48%;
    margin: 0 4% 26px 0;
}
.post_wrap .home_news .box:nth-child(2n){
    margin-right:0;
}
.pagenav {
  text-align: center;

}
.wp-pagenavi{
    margin: 40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px;
  background: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  
  margin: 2px;
}
.wp-pagenavi span.current,.wp-pagenavi a:hover{
    background: #67452a;
    color: #fff;
    border-color:#67452a ;
}
.thanks h3{
	padding:0 0 20px 0;
	font-weight:bold;
	font-size:18px;
}
.thanks p{
    padding: 0 0 20px 0;
}
.thanks p a{
    text-decoration: underline;
}