/*
Theme Name: 赤い傘テーマ
Theme URI:
Description:
Author:
Author URI:
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body{
	font-family:"YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000000;
  margin:0 auto;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: bold;
}
.fs8 {
	font-size: 8px;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.bold{
  font-weight: bold;
}
img {
	max-width: 100%;
  display: block;
  margin: auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align:right;
}
.tal {
    text-align:left;
}
a{
  text-decoration: none !important;
  color: #000;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover{
  opacity: 0.7;
}
.strong_point{
  background: linear-gradient(transparent 50%, #F8E300 40%);
  font-weight: bold;
  color: #FF2929;
  font-size: 105%;
}
span.red{
  color: #ff3333;
}
table{
  border-collapse: collapse;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

select {

    position: relative;
}

select.form-control:after {
    content: '▼';
}


/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}

.breadcrumg-area ul li::after{
  display: none;
}

/*----------------------BASE-------------------------------*/

.inner{
  width: 1100px;
  margin: auto;
}

.pd10{
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.pd20{
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.pd30{
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.pd40{
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
.pd50{
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
}

.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

.flex{
  display: flex;
  justify-content: space-between;
}

.jc_center.flex{
  justify-content: center;
}

.ai_center{
  align-items: center;
}

.po_re{
  position: relative;
}

.w10{
  width: 10%;
}
.w20{
  width: 20%;
}
.w25{
  width: 25%;
}
.w30{
  width: 30%;
}
.w35{
  width: 35%;
}
.w40{
  width: 40%;
}
.w45{
  width: 45%;
}
.w48{
  width: 48%;
}
.w50{
  width: 50%;
}
.w55{
  width: 55%;
}
.w60{
  width: 60%;
}
.w65{
  width: 65%;
}
.w70{
  width: 70%;
}
.w75{
  width: 75%;
}
.w80{
  width: 80%;
}
.w90{
  width: 90%;
}
.w100{
  width: 100%;
}

@font-face {
  font-family: 'comodo';
  src: url('./fonts/Comodo-Regular-Free.ttf') format('truetype'),
       url('./fonts/Comodo-Regular-Free.otf') format('opentype');
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

body{
  background: #fad8de;
}

.pc_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fad8de;
  padding: 5px 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.header_shadow{
    box-shadow: 0 1px 17px rgba(0,0,0,0.3);
}

.drawer-hamburger {
  position: relative;
  width: 50px;
  padding: 15px 0;
}

.drawer-hamburger:focus {
  outline: none;
}

.drawer-overlay{
  z-index: 3;
}

.header_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
    width: 62px;
    z-index: 1;
}

.lower_logo{
  /*display: none;*/
  width: 60px;
}

.header_right {
  z-index: 5;
  position: relative;
}

.nav-item{
  display: block;
  margin:0 8px;
  cursor: pointer;
  position: relative;
}

.header_search {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  background: #db3f51;
  z-index: 2;
  width: 250px;
}

.header_search form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_search input#input02{
  border:none;
  border-radius: 3px;
  vertical-align: top;
  display: inline-block;
}

.header_search input#submit02 {
  background: url(./img/serach_w.png) no-repeat;
  background-size: contain;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}


a.nav-item img {
  max-width: 26px;
  max-height: 26px;
}

nav.drawer-nav {
  background: #e2979b;
  color: #fff;
  width: 300px;
  box-sizing: border-box;
  padding: 30px 25px;
  z-index: 4;
}

.drawer--left .drawer-nav {
  left: -300px;
}

ul.drawer-menu {
    margin-bottom: 30px;
}

ul.drawer-menu li.drawer-brand {
    margin-left: 0;
}

ul.drawer-menu li{
  list-style: disc;
  margin-left: 35px;
}

.drawer-brand{
  color: #fff;
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

.drawer-menu-item{
  color: #fff;
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 8px;
  padding-left: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.drawer-menu-item:hover{
  color: #db3f51;
}

.side_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.side_sns a {
  display: block;
  width: 28px;
  margin: 0 9px;
}

.side_sns a img {
  max-height: 28px;
}

ul.drawer-menu.side_bottom li a.drawer-menu-item{
  font-size: 14px;
  padding: 6px 0px;
}

#contents {
  z-index: 0;
  font-size: 16px;
}
.page-txt {
  margin: 30px 0 0;
  height: 2000px;
}
#modal-open {
  color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fad8de;
  color: #666666;
  position: fixed;
  z-index: 12;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  top: 80px;
  left: 0;
}
/* モーダル 背景エリア */
#modal-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0);
  position:fixed;
  top:0;
  left:0;
  z-index: 9;
}

#modal-main::-webkit-scrollbar {
  display:none;
}

.tag_modal{
  display: flex;
  flex-wrap: wrap;
}

.tag_modal a {
  width: calc(100% / 6);
  background: #aaa;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  font-size: 20px !important;
  font-weight: bold;
}

.tag_modal a:nth-child(8n+1){
  background: #D68189 ;
}
.tag_modal a:nth-child(8n+2){
  background: #F4EAD5 ;
}
.tag_modal a:nth-child(8n+3){
  background: #E94E77 ;
}
.tag_modal a:nth-child(8n+4){
  background: #C6E5D9 ;
}
.tag_modal a:nth-child(8n+5){
  background: #C6A49A ;
}
.tag_modal a:nth-child(8n+6){
  background: #99173C ;
}
.tag_modal a:nth-child(8n+7){
  background: #FECEA8 ;
}
.tag_modal a:nth-child(8n+8){
  background: #3FB8AF ;
}












/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
  margin-top: 90px;
}

.top_mv{
  position: relative;
}

.mv_bg{
}

.mv_illust{
  position: absolute;
  margin: auto;
}

.center_logo{
  width: 25%;
  height: 66%;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
}

.center_logo img{

}

.mv_illust.left_illust {
  width: 15%;
  bottom: 2%;
  left: 11%;
}

.mv_illust.right_illust{
  width: 15%;
  top: 10%;
  right: 12%;
}

h2.top_ttl {
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  text-align: center;
  font-weight: normal;
}

.thumb_box{
  position: relative;
  overflow: hidden;
}

.thumb_box img{
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  height: auto;
}

span.horipost_cat {
  display: block;
  position: absolute;
  top: 4%;
  left: 3%;
  background: #ccc;
  padding: 2px 12px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.horizonal_post{
  width: 800px;
  max-width: 95%;
}

.honjitsu {
  width: 48%;
  margin: 0px auto 20px;
}

.horizonal_post h3 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.horizonal_post p{
  font-size: 14px;
  font-weight: bold;
}

.horizonal_post span.post_date{
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.horizonal_post a:hover .thumb_box img,
.post_list a:hover .thumb_box img{
  transform: scale(1.1);
}

/*----------PICKUP------------*/

.head_box{
  text-align: center;
}

h2.top_h2 {
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

h2.top_h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-bottom: 5px dotted #fff;
}

span.pink_bg{
  background: #fad8de;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}

span.heart {
  display: inline-block;
  margin: 0 10px;
  width: 16px;
}

span.heart img {
  display: inline-block;
}

.head_box span.sub_ttl {
  display: block;
  font-weight: bold;
}

span.post_list_cat{
  display: inline-block;
  background: #ccc;
  padding: 2px 12px;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.post_list h3 {
  padding: 10px 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 55px;
}

.post_list span.post_date{
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

span.news{
  background:#f26d6d;
}
span.column{
  background:#53bf4d;
}
span.useful{
  background:#dda6ee;
}
span.health{
  background:#e66f9f;
}
span.fashion{
  background:#3FB8AF;
}
span.goods{
  background:#6dabec;
}
span.entertainment{
  background:#e8be3e;
}

.btn_box{
  text-align: center;
  margin:30px auto;
}

.btn_box a{
  display: inline-block;
  background: #fff;
  font-family: 'comodo', "YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 1px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 5px 70px;
  max-width: 100%;
}

.btn_box a:hover{
  opacity: 1;
  background: #e99297;
  color: #fff;
}



















/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

footer {
  padding-top: 40px;
}

.footer_illust{
  width: 200px;
}

p.copyright {
  text-align: center;
  color: #fff;
  background: #e99297;
  margin: 0;
  padding: 6px 0;
  font-size: 12px;
}

.footer_illust {
  width: 160px;
  margin: 0 auto 30px;
}

.footer_illust img{
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer_illust:hover img{
  animation: swing 1s ;
}










/*----------------------------------------------------------------------
下層
----------------------------------------------------------------------*/

main.lower {
  padding-top: 30px;
}

main.lower p {
  line-height: 1.8;
  margin: 1em 0;
}

main.lower p.time {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #aaa;
  margin: 5px 0 0;
  letter-spacing: 1px;
}

main.lower p.thumbnail {
  margin:30px auto 20px;
  box-sizing: border-box;
  padding: 0 0px;
}

p.thumbnail img {
  height: auto;
}

.post_inner {
  margin-bottom: 100px;
}

footer.lower_footer {
    padding-top: 40px;
}

img.wp-post-image{
  height: auto;
}

main.lower img {
  margin: 30px auto;
  height: auto;
}

/*--------固定ページ--------*/

body.page h1 {
  font-size: 26px;
  color: #ea5f67;
  margin: 1em auto;
}

body.page .page_defalt h2 {
  color: #333;
  border-bottom: 2px solid #fad8de;
  padding-bottom: 10px;
  font-size: 24px;
}

body.page .page_defalt h3 {
  font-size: 18px;
  margin: 1em auto;
  display: inline-block;
  background: #454545;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 2%;
}

body.page .page_defalt h4 {
  font-size: 18px;
  margin: 1em auto;
  box-sizing: border-box;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid #d19ca2;
}

main#base_page {
  width: 1020px;
  margin: 140px auto;
  box-sizing: border-box;
  padding: 50px 4%;
  background: rgba(255,255,255,0.7);
  box-shadow: 3px 5px 16px #e9c6c6;
  max-width: 100%;
}

/*--------single--------*/


#single_post h1 {
  line-height: 1.4;
  margin: auto;
  box-sizing: border-box;
  padding: 25px 6%;
  font-size: 26px;
  background: #e99297;
  color: #fff;
}

#single_post h1 {
  padding: 15px 1%;
  font-size: 26px;
  background: transparent;
  color: #ed7077;
  border-bottom: 5px dotted #e2e2e2;
  padding-top: 40px;
}

#single_post h2 {
  margin: 1em auto;
  font-size: 24px;
  border-top: 2px solid #E99297;
  padding: 0.65em 0;
  border-bottom: 2px solid #E99297;
  color: #444;
}

#single_post h3 {
  margin: 1em auto;
  font-size: 20px;
  color: #DB3F51;
  border-left: 4px solid #aaa;
  box-sizing: border-box;
  padding: 3px 0;
  padding-left: 6px;
}

#single_post h4 {
  margin: 1em auto;
  font-size: 18px;
  color: #DB3F51;
}

main#single_post {
  width: 960px;
  margin: 140px auto;
  box-sizing: border-box;
  padding: 0px 0 50px ;
  background: rgba(255,255,255,0.7);
  box-shadow: 3px 5px 16px #e9c6c6;
}

article.post_area {
  box-sizing: border-box;
  padding:0 50px;
}

.breadcrumg-area {
    margin-top: 20px;
}

.single_cat {
  text-align: right;
  margin: 15px auto 0;
}

table{
  margin: 30px  auto;
}

table th,table td{
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

table tr:last-child th,
table tr:last-child td{

}

table th {
  white-space: nowrap;
  background: #e75e6e;
  color: #fff;
}

table td{

}

table td a{
  word-break: break-all;
}

.post_area ul{
  margin: 20px auto;
}

.post_area ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.post_area ul li::after {
  position: absolute;
  content: "●";
  color: #f0bdc6;
  left: -22px;
  top: 1px;
  font-size: 14px;
}

.post_bottom {
  margin-top: 60px;
}

.posttag_list span a {
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  background: #333;
  box-sizing: border-box;
  padding: 3px 10px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.posttag_list span a::before{
  position: absolute;
  content: "#";
  left: 0;
  top: 3px;
  left: 8px;
}

/*------------記事一覧-----------*/

body#archive main#base_page,
body.category main#base_page,
body.search main#base_page,
body.tag main#base_page{
  background: none;
  box-shadow: none;
  padding: 0;
}

body.tag main#base_page h2{
  font-size: 2rem;
}

div#relations h2.top_h2{
  font-size: 1.4rem;
}

.related_item{
  box-sizing: border-box;
}

/*-------ページネーション------*/

.pagination,.wp-pagenavi{
  margin:30px auto;
  display: block;
  text-align: center;
}

a.page-numbers,.wp-pagenavi a {
  padding: 5px 10px;
  margin: 0 3px;
  background: #ffffff;
  color: #e99297;
  display: inline-block;
  margin-bottom: 10Px;
  font-weight: bold;
  border: 1px solid #e99297;
}

span.page-numbers.current,.wp-pagenavi span.current {
  color: #333;
  padding: 5px 10px;
  margin: 0 3px;
  display: inline-block;
  margin-bottom: 10Px;
  font-weight: bold;
}

body.page .thumb_box img,
body.category .thumb_box img,
body.search .thumb_box img,
body.tag .thumb_box img{
  margin: 0;
}

body.page span.heart,
body.category span.heart,
body.search span.heart{
  vertical-align: 3px;
}

body.tag span.heart {
  vertical-align: 4px;
}

/*-------問い合わせ------*/








/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    header, main, aside, footer, .inner{
      max-width: 100%;
      margin: auto;
      float: none;
    }

  .mpd0{
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mpd10{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mpd20{
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mpd30{
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mpd40{
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  .mpd50{
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mmb0 {
      margin-bottom: 0px;
  }
  .mmb10 {
      margin-bottom: 10px;
  }
  .mmb20 {
      margin-bottom: 20px;
  }
  .mmb30 {
      margin-bottom: 30px;
  }
  .mmb40 {
      margin-bottom: 40px;
  }
  .mmb50 {
      margin-bottom: 50px;
  }
  .mmb60 {
      margin-bottom: 60px;
  }

  .w10,.w20,.w25,.w30,.w35,.w40,.w45,.w48,.w50,.w55,.w60,.w65,.w70,.w75,.w80{
    width: 100%;
  }

  .flex{
    flex-direction: column;
  }
  .m_reverse{
    flex-direction: column-reverse;
  }

  /*-----------header-----------*/

  .pc_header {
    padding: 20px 0;
  }

  button.drawer-toggle.drawer-hamburger{
    width: 45px;
    padding: 0;
    z-index: 6;
    position: fixed;
    left: 10px;
    top: 10px;
  }

  .drawer--left .drawer-nav {
    left: -16.25rem;
  }

  nav.drawer-nav {
    width: 16.25rem;
    padding: 3vh 15px;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.5rem;
  }

  ul.drawer-menu {
    margin-bottom: 10px;
  }

  ul.drawer-menu li.drawer-brand {
    font-size: 16px;
    line-height: 2;
    margin: 15px auto;
  }

  a.drawer-menu-item {
    padding: 3px;
    padding-left: 0;
    font-size: 14px;
  }

  .side_sns {
    margin-bottom: 20px;
  }

  .side_sns a {
    width: 24px;
  }

  .side_sns a img {
    max-height: 24px;
  }

  .header_top.flex{
    flex-direction: row;
  }

  .header_logo {
    width: 46px;
    top: 5px;
  }

  .lower_logo{
    display: block;
    width: 46px;
  }

  .header_right {
    padding-right: 3vw;
  }

  .nav-item {
    margin: 0 5px;
  }

  a.nav-item img {
    max-width: 24px;
  }

  a.nav-item{
    display: none;
  }

  a#search_toggle,a#modal-open{
    display: block;
  }

  #modal-main {
    top: 62px;
    height:calc(100vh - 60px) ;
  }

  .tag_modal{
    padding-bottom: 70px;
  }

  .tag_modal a {
    width: 100%;
    height: 140px;
    font-size: 20px;
  }

  .header_search {
    left: auto;
    right: 4vw;
  }

  .header_search input#input02 {
    /*width: calc(100% - 40px);*/
    width: 87%;
    /*margin-right: 5px;*/
  }

  .header_search input#submit02{
    margin-left: 7px;
  }

  .center_logo{
    width: 32%;
    height: 86%;
  }

  .mv_illust.left_illust{
    bottom: 20%;
  }


  /*----------TOP-main-----------*/

  main.top_page section{
    margin: 10px 0 !important;
  }

  main.top_page {
    margin-top: 70px;
  }

  .top_mv{
    margin: 0px auto 20px;
  }

  h2.top_ttl {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .honjitsu {
    width: 38%;
  }

  .horizonal_post h3 {
    font-size: 18px;
  }

  .head_box.mb-5 {
    margin-bottom: 25px !important;
  }

  h2.top_h2 {
    font-size: 2rem;
  }

  .head_box span.sub_ttl {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
  }

  .row.post_list .mb-4 {
    margin-bottom: 16px !important;
  }

  .post_list h3{
    min-height: initial;
  }

  /*----------TOP-footer-----------*/

  .footer_illust {
    width: 120px;
  }


  /*--------下層--------*/

  main.lower {
    padding-top: 0;
  }

  .breadcrumg-area {
    box-sizing: border-box;
    padding: 0 2vw;
  }

  /*--------固定ページ--------*/

  main#base_page{
    margin: 80px auto 60px;
    padding: 10px 4%;
  }

  body.page h1{
    font-size: 24px;
    line-height: 1.4;
  }
  body.page .page_defalt h2{
    font-size: 22px;
    line-height: 1.4;
  }
  body.page .page_defalt h3{
    font-size: 20px;
    line-height: 1.4;
  }
  body.page .page_defalt h4{
    font-size: 18px;
    line-height: 1.4;
  }










  /*--------投稿--------*/

  .post_inner{
    box-sizing: border-box;
    padding: 0 2vw;
  }

  main.lower h1{
    font-size: 24px;
    line-height: 1.4;
  }
  main.lower h2{
    font-size: 22px;
    line-height: 1.4;
  }
  main.lower h3{
    font-size: 20px;
    line-height: 1.4;
  }
  main.lower h4{
    font-size: 18px;
    line-height: 1.4;
  }

  main#single_post {
    margin: 60px auto;
  }

  article.post_area {
    padding: 0 3vw;
    padding-top: 30px;
  }

  main.lower p.time {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  #single_post h1 {
    font-size: 22px;
    padding: 30px 3% 20px;
  }

  #single_post h2 {
    font-size: 20px;
  }

  #single_post h3 {
    font-size: 18px;
  }

  .post_area ul {
    padding-left: 30px;
  }

  .post_area .breadcrumg-area ul {
    padding-left: 00px;
  }

  .post_area .breadcrumg-area ul li{
    margin-bottom: 5px;
  }

  table th, table td{
    font-size: 14px;
    padding: 10px 4vw;
  }

  /*------------記事一覧-----------*/

  body.page h2.top_h2,
  body.category h2.top_h2,
  body.search h2.top_h2,
  body.tag h2.top_h2{
    font-size: 2rem;
    margin-bottom: 0px;
  }

  body.tag main#base_page h2{
    font-size: 1.6rem;
  }

  body.page h3,
  body.category h3,
  body.search h3,
  body.tag h3{
    font-size: 16px;
  }

  body.page .head_box span.sub_ttl,
  body.category .head_box span.sub_ttl,
  body.search .head_box span.sub_ttl,
  body.tag .head_box span.sub_ttl {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  body.category .head_box span.sub_ttl,
  body.search .head_box span.sub_ttl,
  body.tag .head_box span.sub_ttl {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  /*-------問い合わせ------*/

  table.form_table td ,
  table.form_table th{
    display: block;
    width: 100%;
    max-width: 400px;
  }

  table.form_table td input, table.form_table td textarea {
    width: 100%;
  }






}
/*media queryここまで*/






