@charset "utf-8";
@media screen and (max-width: 1520px) {
  .header_logo img {
    width: 70px;
  }
  .header_logo .logo_s {
    font-size: 11px;
  }
  .header_logo .logo_l {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .hidden .header_logo img {
    display: block;
    width: 70px;
  }
  .hidden .header_logo .logo_s {
    font-size: 11px;
  }
  .hidden .header_logo .logo_l {
    font-size: 24px;
    letter-spacing: 0;
  }
  .r_nav li {
    margin-right: 1.5em;
  }
  .r_nav li a {
    font-size: 15px;
  }
  .header_tel_btn .text_s {
    font-size: 14px;
    padding-left: 1em;
  }
  .header_mail_btn .text_s {
    font-size: 14px;
    padding-left: 2em;
  }
}
@media screen and (max-width: 1400px) {
  /*-----共通------*/
  body {
    line-height: 1.5;
  }
  .section_padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .button_style {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /*======header=====*/
  /*------header_nav------*/
  #headernav .r_nav {
    display: none !important;
  }
  .pc_nav.menu {
    display: none !important;
  }
  .headernav_wrap {
    width: 100%;
    position: static;
    padding-top: 5px;
    padding-bottom: 3px;
    background-color: #fff;
  }
  .insta_btn_spnav {
    position: fixed;
    top: 16px;
    right: 75px;
    width: 36px;
  }
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 8px;
    right: 8px;
    height: 50px;
    width: 58px;
    padding: 13px 11px 0;
    margin-left: auto;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 2px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle {
    background-color: transparent;
  }
  .open #nav_toggle span {
    background: #333;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*--------アコーディオンメニュー--------*/
  .sp_nav {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 400;
    top: 0;
  }
  .sp_nav .header_logo {
    margin-top: 5px;
  }
  .acMenu {
    width: 95%;
    padding: 12px 10px 30px;
    margin: 0 auto;
  }
  .acMenu ul {
    margin-bottom: 30px;
  }
  .acMenu li {
    border-bottom: 1px solid #C5C5C5;
  }
  .acMenu a {
    display: block;
    text-align: center;
    padding: 1.2em;
  }
  .sp_nav a.header_tel_btn {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 18px;
    padding: .8em 0 .5em;
  }
  .sp_nav a.header_mail_btn {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: .8em 1em .5em 0em;
  }
  /*------main_visual------*/
  #main_visual .top_info .orange {
    font-size: 19px;
    margin-bottom: 2px;
  }
  #main_visual .top_info a {
    padding: .2em 1.8em;
    font-size: 18px;
  }
  .top_info a:after {
    right: 20px;
  }
  /*------section/about------*/
  #about {
    padding-top: 40px;
  }
  #about .about_container {
    width: 95%;
  }
  #about .about_container .lead {
    font-size: 18px;
  }
  #about .about_container .text_area.top .inner_text {
    right: 0;
    top: 5%;
    width: 58%;
    padding: 30px;
  }
  #about .about_container p {
    margin-bottom: .6em;
  }
  #about .about_container .text_area.bottom .inner_text {
    width: 58%;
    left: 0;
    top: 8%;
    padding: 30px;
    line-height: 1.4;
  }
  /*------section/services------*/
  #services .contents li a img {
    object-fit: cover;
    height: 100%;
  }
  /*------section/message------*/
  #message .inner {
    padding: 30px;
  }
  /*------section/works------*/
  #works .thumbimg img {
    height: 240px;
  }
  /*------subpage------*/
  #subpage_mv {
    padding-top: 10px;
  }
  #subpage_mv h1 {
    width: 95%;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
	.archive_wrap{
		display:block;
	}
	#primary {
        margin: 0 0 60px;
        width: 100%;
}
	#secondary {
        width: 100%;
        margin-right: 15px;
        margin-bottom: 40px;
}
	#secondary .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 360px;
}
	.wp-block-calendar{
		max-width:360px;
	}
}
@media screen and (max-width: 840px) {
  a:hover {
    opacity: 1;
  }
  .tb_style {
    display: block !important;
  }
  .section_padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  h2.title_style {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 1.5em;
  }
  h2.title_style span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .button_style {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  /*------maincontents------*/
  body#toppage {
    background-image: url("../images/bg_image1.png"), url("../images/bg_image2.png"), url("../images/bg_image10_3.png");
    background-position: top right, top left, left top;
    background-size: 30%, 35%, 115%;
  }
  main.main_toppage {
    background-image: url("../images/bg_image3.png");
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: right top 32%;
  }
  .header_tel_btn::before {
    content: none;
  }
  .header_tel_btn:hover .g_font_b:before {
    background-image: url("../images/top_tel_icon.png");
  }
  .header_tel_btn:hover .text_s {
    color: #5A3200;
  }
  .header_tel_btn:hover .g_font_b {
    color: #5A3200;
  }
  .header_mail_btn::before {
    content: none;
  }
  .header_mail_btn:hover .text_s {
    color: #175F19;
  }
  .header_mail_btn:hover .g_font_b {
    color: #175F19;
  }
  .header_mail_btn:hover .g_font_b:before {
    background-image: url("../images/top_mail_icon.png");
  }
  .header_logo img {
    width: 68px;
  }
  .header_logo .logo_s {
    font-size: 12px;
    line-height: 1.2;
  }
  .header_logo .logo_l {
    font-size: 26px;
  }
  .hidden .header_logo img {
    display: block;
    width: 68px;
    margin-right: 0;
  }
  .hidden .header_logo .logo_s {
    font-size: 12px;
    line-height: 1.2;
  }
  .hidden .header_logo .logo_l {
    font-size: 26px;
  }
  #headernav .header_logo {
    padding-top: 0;
  }
/*
  #main_visual .position {
    padding-top: 0;
    padding-bottom: 56%;
    margin-bottom: 20px;
  }
  #main_visual .top_movie .inner {
    width: 88%;
    padding-bottom: 70%;
  }
*/
/*
  #main_visual .top_heading {
    top: 1em;
    font-size: 3vw;
  }
  #main_visual .top_companyname {
    width: 16%;
    left: 3.2%;
    top: 12%;
  }
*/
  #main_visual .top_info .orange {
    font-size: 2.5vw;
  }
  #main_visual .top_info .orange:before {
    content: "";
    padding: 10px;
    background-image: url("../images/slash_l.png");
    background-size: 12px;
    background-position: left;
    background-repeat: no-repeat;
  }
  #main_visual .top_info .orange:after {
    content: "";
    padding: 8px;
    background-image: url("../images/slash_r.png");
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;
  }
  #main_visual .top_info a {
    padding: .3em 1.4em;
    font-size: 2.4vw;
  }
  .top_info a:after {
    right: 15px;
    width: 5px;
    height: 5px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
  }
  /*------section/about------*/
  #about .about_container .text_area.top {
    position: static;
    padding-bottom: 40px;
  }
  #about .about_container .text_area.top img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    position: static;
  }
  #about .about_container .text_area.top .inner_text {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    background-color: rgba(255, 255, 255, .9);
    padding: 25px;
    line-height: 1.4;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
  }
  #about .about_container .text_area.bottom {
    position: static;
    padding-bottom: 40px;
  }
  #about .about_container .text_area.bottom img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    position: static;
  }
  #about .about_container .text_area.bottom .inner_text {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    background-color: rgba(255, 255, 255, .9);
    padding: 25px;
    line-height: 1.4;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
  }
  /*------section/services------*/
  #services {
    background-image: url("../images/bg_image4.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left bottom 10%;
  }
  #services .contents li {
    width: 46%;
    margin-bottom: 30px;
  }
  #services .contents li .image {
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
    box-shadow: 15px 12px 0px 0 #E6E6CF;
  }
  /*------section/message------*/
  #message .flex {
    display: block;
  }
  #message img {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }
  #message .r_content {
    width: 100%;
  }
  #message .l_content img {
    width: 150px;
    height: 200px;
    object-fit: cover;
  }
  /*------section/works------*/
  #works {
    padding-top: 50px;
    background-image: url("../images/bg_image5.png"), url("../images/bg_image6.png");
    background-size: 35%, 25%;
    background-position: right top 5%, left bottom;
    background-repeat: no-repeat;
  }
  #works ul {
    margin-bottom: 40px;
  }
  #works ul li {
    width: 48%;
  }
  #works .thumbimg img {
    width: 100%;
    height: 220px;
    margin-bottom: 3px;
    object-fit: cover;
  }
  /*------section/contact------*/
  #contact {
    background-image: url(../images/bg_image4.png);
    background-repeat: no-repeat;
    background-size: 33%;
    background-position: left;
  }
  #contact .red {
    background-image: none;
  }
  #contact .header_tel_btn {
    margin: 5px auto;
    max-width: 300px;
    padding: 8px 15px 5px 5px;
  }
  #contact .info_button.flex {
    display: block;
  }
  #contact .info_tel {
    margin-right: 0;
    margin: 0 auto 20px;
  }
  #contact .info_button .lineaccount {
    margin-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  #contact .info_tel {
    margin-right: 5px;
  }
  #contact .info_button .lineaccount img {
    width: 26px;
    margin-right: 3px;
  }
  /*------footer------*/
  footer {
    background-image: url("../images/footer_bg1.png"), url("../images/footer_bg2.png"), url("../images/footer_bg3.png");
    background-position: left, center bottom, right bottom;
    background-size: 30%, 60%, 35%;
    background-repeat: no-repeat;
    padding-bottom: 1em;
  }
  footer .content_wrap.flex {
    display: block;
    margin-bottom: 60px;
    text-align: center;
  }
  footer .header_logo .logo_l {
    font-size: 26px;
    letter-spacing: 1px;
  }
  footer .header_logo img {
    width: 70px;
  }
  footer .header_logo .flex {
    justify-content: center;
  }
  footer .header_logo .logo_s {
    display: block;
    font-size: 12px;
  }
  footer .l_content .addless,footer .l_content .time,footer .l_content .holiday {
    padding-left: 0em;
  }
  footer .header_tel_btn {
    width: 85%;
    margin-left: 0;
    margin: 20px auto 0;
    max-width: 300px;
    padding: 8px 10px 1px 5px;
  }
  footer .header_mail_btn {
    width: 85%;
    max-width: 300px;
    padding: 8px 10px 1px 0;
    margin: 0 auto;
  }
  footer .lineaccount {
    margin-left: 0;
  }
  footer .lineaccount .flex {
    width: 85%;
    margin: 0 auto 20px;
    max-width: 300px;
  }
  footer .content_wrap .l_content {
    margin-right: 0;
    max-width: 100%;
  }
  footer .content_wrap .r_content {
    text-align: left;
    width: 30em;
    margin: 0 auto;
  }
  footer .content_wrap .r_content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .content_wrap .r_content ul li {
    width: 48%;
  }
  footer .header_insta_btn {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
  /*------subpage------*/
  #subpage_mv {
    padding-top: 10px;
  }
  #subpage_mv h1 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 660px) {
        body {
  font-weight: normal;
    }
	#archive_content.archive_wrap{
		padding:15px;
	}
	.post_content{
	display:block;	
	}
.post_thumbnail a img {
    display:block;
    object-fit: cover;
    width:100%;
    height: auto;
    margin:0 auto 20px;
}
}
/*------header_nav------*/
/*=====sp_mode=====*/
@media screen and (max-width: 480px) {
  .pc_style {
    display: none !important;
  }
  .sp_style {
    display: block !important;
  }
  .section_padding {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .button_style {
    background-color: #fff;
    border: 1px solid #3C1414;
    display: block;
    margin: 0 auto;
    width: 18em;
    padding: .5em 2em .5em .5em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 7px 7px 0px 0 #D4DDB8;
    transition: 0;
    font-size: 17px;
    color: #3C1414;
  }
  .button_style:hover {
    box-shadow: none;
  }
  .button_style:before, .button_style:after {
    position: absolute;
    top: 53%;
    right: 18px;
    height: 1px;
    background: #3C1414;
    content: '';
    transition: .3s;
  }
  .button_style:before {
    width: 30px;
    transform: translateY(-50%);
  }
  .button_style:after {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
  }
  .button_style:hover:before, .button_style:hover:after {
    right: 18px;
  }
  h2.title_style {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  body#toppage {
    background-image: url("../images/bg_image1.png"), url("../images/bg_image2.png"), url("../images/bg_image10_3.png");
    background-position: top right, top left, left top;
    background-size: 30%, 28%, 135%;
  }
  main.main_toppage {
    background-image: url("../images/bg_image3.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: right top 35%;
  }
  .hidden .header_logo img {
    width: 60px;
    margin-right: 0px;
  }
  .hidden .header_logo .logo_l {
    font-size: 23px;
  }
  .hidden .header_logo .logo_s {
    font-size: 11px;
    letter-spacing: -1px;
  }
  .headernav_wrap {
    padding-top: 5px;
  }
  .header_logo .logo_s {
    font-size: 11px;
    letter-spacing: -1px;
  }
  .header_logo .logo_l {
    font-size: 23px;
  }
  .header_logo img {
    width: 60px;
  }
  .sp_nav .header_logo {
    padding-top: 0;
  }
  .header_logo {
    margin-left: 0px;
  }
  .insta_btn_spnav {
    position: fixed;
    top: 10px;
    right: 60px;
    width: 36px;
  }
  /*--------開閉ボタン--------*/
  #nav_toggle {
    top: 4px;
    right: 4px;
  }
  #nav_toggle {
    height: 48px;
    padding: 12px 11px 0;
  }
  .open #nav_toggle {
    right: 2px;
  }
  /*======main=====*/
  /*------main_visual------*/
/*
  #main_visual .top_movie {
    width: 100%;
  }
  #main_visual .position {
    padding-top: 0;
    padding-bottom: 105%;
    margin-bottom: 15px;
  }
  #main_visual .top_movie .inner {
    width: 100%;
    padding-bottom: 105%;
  }
*/
/*
  #main_visual .top_heading {
    top: .8em;
    font-size: 6.5vw;
    color: #fff;
    line-height: 1.3;
    right: 2%;
    text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
  }
  #main_visual .top_companyname {
    width: 28%;
    left: 0%;
    top: auto;
    bottom: 0;
  }
*/
  #main_visual .top_info .orange {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-indent: -3.5em;
    padding-left: 1.5em;
  }
  #main_visual .top_info .orange:before {
    content: "";
    padding: 22px 14px;
    background-image: url("../images/slash_l.png");
    background-size: 14px;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  #main_visual .top_info .orange:after {
    content: "";
    padding: 8px;
    background-image: url("../images/slash_r.png");
    background-size: 14px;
    background-position: right bottom 10px;
    background-repeat: no-repeat;
  }
  #main_visual .top_info a {
    padding: .4em 1em .4em .6em;
    font-size: 17px;
    background-color: #FFF;
    color: #556E37;
    border: solid 1px #556E37;
    letter-spacing: 0;
    line-height: 1.5;
    transition: 0;
  }
  #main_visual .top_info span {
    display: none;
  }
  .top_info a:after {
    right: 8px;
    width: 5px;
    height: 5px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
  }
  .top_info a:hover:after {
    right: 8px;
  }
  /*------section/about------*/
  #about {
    padding-top: 25px;
  }
  #about .about_container .text_area.top {
    position: static;
    padding-bottom: 40px;
  }
  #about .about_container {
    width: 100%;
  }
  #about .about_container .text_area.top img, #about .about_container .text_area.bottom img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  #about .about_container .lead {
    font-size: 17px;
  }
  #about .about_container .text_area.top .inner_text, #about .about_container .text_area.bottom .inner_text {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    line-height: 1.4;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
  }
  #about .about_container .text_area.bottom {
    position: static;
    padding-bottom: 40px;
  }
  /*------section/services------*/
  #services .contents li {
    width: 47%;
    margin-bottom: 20px;
  }
  #services .contents li a img:hover {
    transform: scale(1, 1);
    transition: 0s all;
  }
  #services .contents li .image {
    overflow: hidden;
    height: 140px;
    margin-bottom: 15px;
    box-shadow: 10px 10px 0px 0 #E6E6CF;
  }
  #services .contents .g_font_b {
    font-size: 16px;
    line-height: 1.4;
  }
  #services .price {
    width: 90%;
  }
  #services .price .inner_text {
    font-size: 16px;
  }
  /*------section/message------*/
  #message {
    background-image: url(../images/top_massage_bg.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  #message h2 {
    font-size: 22px;
  }
  #message .inner {
    padding: 25px 20px;
  }
  #message .flex {
    display: block;
  }
  #message img {
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
  }
  #message .r_content {
    width: 100%;
  }
  #message .l_content img {
    width: 110px;
    height: 150px;
    object-fit: cover;
  }
  /*------section/works------*/
  #works {
    padding-top: 20px;
  }
  #works ul {
    display: block;
  }
  #works ul li {
    width: 95%;
    margin: 0 auto 30px;
  }
  #works .thumbimg img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
  }
  #works li a {
    transition: 0;
  }
/*------section/faq------*/
    #faq{
    padding-top: 10px;
    padding-bottom: 50px;
  background-image: url("../images/bg_image3.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: right top 40%;
}
    #acMenu{
    width: 100%;
    line-height: 1.4;
}
#acMenu dt {
    padding: .5em;
	margin-top: 10px;
    background-color: #dfdfcb;
    box-shadow: 0 2px 3px rgb(0 0 0 / 8%);
    text-indent: -1.6em;
    padding-left: 2em;
}
#acMenu dd {
	display: none;
	background-color: #fcfcfa;
	padding: .5em 1em;
    text-indent: -1.6em;
    padding-left: 2em;
}
    #acMenu dt:before{
    content: "";
    background-image: url("../images/ques.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 12px;
    margin-right: .2em;
}
#acMenu dt:after{
    content: "";
    padding: 6px;
    background-image: url("../images/triangle.png");
    background-size: 8px;
    background-position: right center;
    background-repeat: no-repeat;
}
#acMenu dd:before{
    content: "";
    background-image: url("../images/ans.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 12px;
    margin-right: .2em;
}
  /*------section/contact------*/
  #contact .red {
    background-image: none;
  }
  .snow-monkey-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #toppage .smf-form--business + .smf-action {
    margin-top: 2em;
  }
  #toppage .smf-form--business .smf-item__col {
    padding: 12px 15px;
  }
   #toppage .smf-form--business .smf-item__col {
    padding: .5em;
}
  /*------footer------*/
  footer .content_wrap.flex {
    margin-bottom: 50px;
  }
  footer .header_logo img {
    width: 65px;
  }
  footer .header_logo .logo_s {
    font-size: 11px;
  }
  footer .header_logo .logo_l {
    font-size: 24px;
    letter-spacing: 1px;
  }
  footer .content_wrap .l_content {
    margin-right: 0;
    max-width: 100%;
  }
  footer .content_wrap .r_content {
    width: 100%;
  }
  footer .content_wrap .r_content ul {
    display: block;
    padding-left: 2em;
  }
  footer .content_wrap .r_content ul li {
    width: 100%;
  }
  footer .header_insta_btn {
    margin-bottom: 30px;
  }
  /*--------subページ--------*/
  #subpage_mv h1 {
    font-size: 21px;
    letter-spacing: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*--------アーカイブページ--------*/
  #secondary .single-main, #single_content, #search_content {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  #secondary {
    margin-bottom: 30px;
  }
  #archive_content {
    padding: 30px 30px 50px;
  }
  .archive_wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #primary {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  #secondary {
    width: 100%;
    margin-right: 0;
  }
  .post_content {
    display: block;
    margin-bottom: 30px;
  }
  .page_top p {
    font-size: 3.6vw;
  }
  .pagenation {
    margin-bottom: 40px;
  }
  .post_thumbnail a {
    width: 100%;
/*    height: 200px;*/
       aspect-ratio: 5 / 3.5;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin: 0 auto 15px;
  }
  .post_content h2 {
    margin-bottom: 5px;
  }
  .post_content h2 a {
    font-size: 16px;
  }
  /*--------シングルページ--------*/
  #single_main img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  #single_main {
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #single_content, #search_content {
    padding-top: 20px;
  }
  #single_main h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  /*--------サーチフォーム--------*/
  #sbox5 {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
  .search_info {
    margin-bottom: 40px;
  }
  /*--------error404--------*/
  .error-404 .page-content {
    text-align: center;
    padding-top: 50%;
    height: 65vh;
  }
  .not-found h2 {
    font-size: 40px;
    font-weight: bold;
  }
}