@charset "utf-8";
/*-------reset--------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, main, figure, figcaption, nav, section {
  display: block;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
table, td, th {
  border-collapse: collapse;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
  outline-offset: -2px;
}
/*=====pc_mode=====*/
/*-----共通------*/
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 1.7;
  font-weight: 500;
  background-color: #F6F6F0;
}
a {
  color: #333;
}
.tb_style {
  display: none !important;
}
.sp_style {
  display: none !important;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.bold {
  font-weight: bold;
}
.g_font_b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.fadeinUp {
  animation-name: fadein-up;
  animation-duration: 1s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay: 0; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: backwards; /*アニメーション後のスタイル*/
}
img {
  width: 100%;
}
.content_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.section_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.text_center {
  text-align: center;
}
h2.title_style {
  color: #3C1414;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 2em;
}
h2.title_style span {
  font-size: 15px;
  color: #3C1414;
/*    color: #819b6a;*/
  letter-spacing: 1px;
}
.button_style {
  background-color: #fff;
  border: 1px solid #3C1414;
  display: block;
  margin: 0 auto;
  width: 20em;
  padding: .5em 2.5em .5em 1.2em;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  box-shadow: 7px 7px 0px 0 #D4DDB8;
  transition: .3s;
  font-size: 18px;
  color: #3C1414;
}
.button_style:hover {
  box-shadow: none;
}
.button_style:before, .button_style:after {
  position: absolute;
  top: 53%;
  right: 22px;
  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: 15px;
}
/*======header=====*/
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: 20%, 25%, 87%;
  background-repeat: no-repeat;
}
/*------header_nav------*/
.headernav_wrap {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 888;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
  transition: all 0.5s ease;
  padding-top: 3px;
  padding-bottom: 5px;
}
.headernav_wrap.hidden {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 2px 2px 8px rgb(0 0 0 / 0);
}
#nav_toggle, .sp_nav {
  display: none;
}
.header_logo {
  padding-top: 5px;
  margin-left: 5px;
}
.hidden .header_logo img {
  display: block;
  width: 85px;
}
.hidden .header_logo .logo_s {
  font-size: 13px;
  line-height: 1.4;
}
.hidden .header_logo .logo_l {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}
.header_logo img {
  display: block;
  width: 70px;
  transition: all 0.5s ease;
}
.header_logo .logo_s {
  font-size: 11px;
  line-height: 1.4;
  transition: all 0.5s ease;
}
.header_logo .logo_l {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  transition: all 0.5s ease;
}
.r_nav li {
  margin-right: 1.8em;
}
.r_nav li a {
  font-size: 16px;
  display: block;
  transition: .5s;
  position: relative;
}
.r_nav li a:hover {
  opacity: 1;
}
.r_nav li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #55753F;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.r_nav li a:hover::after {
  transform: scale(1, 1);
}
.header_tel_btn {
  display: block;
  background-color: rgba(255, 255, 255, .8);
  padding: 8px 16px 1px 10px;
  border-radius: 2px;
  border: #5A3200 solid 1px;
  transition: .3s;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  margin-right:15px;
}
.header_tel_btn:hover {
  opacity: 1;
}
.header_tel_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #5A3200;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.header_tel_btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.header_tel_btn .g_font_b {
  font-size: 19px;
  color: #5A3200;
  line-height: 1;
  transition: .3s;
}
.header_tel_btn .text_s {
  font-size: 13px;
  font-weight: normal;
  color: #5A3200;
  padding-left: 3em;
  transition: .3s;
}
.header_tel_btn .g_font_b:before {
  content: "";
  padding: 11px;
  background-image: url("../images/top_tel_icon.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left;
}
.header_tel_btn:hover .g_font_b:before {
  background-image: url("../images/top_tel_icon_w.png");
}
.header_tel_btn:hover .text_s {
  color: #fff;
}
.header_tel_btn:hover .g_font_b {
  color: #fff;
}

.header_mail_btn {
  display: block;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, .8);
  padding: 8px 16px 1px 10px;
  border-radius: 2px;
  border: #2E5F19 solid 1px;
  transition: .3s;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.header_mail_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #175F19;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.header_mail_btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.header_mail_btn .g_font_b {
  font-size: 18px;
  color: #175F19;
  line-height: 1;
}
.header_mail_btn .text_s {
  font-size: 13px;
  font-weight: normal;
  color: #175F19;
  padding-left: 3em;
}
.header_mail_btn:hover {
  opacity: 1;
}
.header_mail_btn:hover .text_s {
  color: #fff;
}
.header_mail_btn:hover .g_font_b {
  color: #fff;
}
.header_mail_btn .g_font_b:before {
  content: "";
  padding: 16px;
  background-image: url("../images/top_mail_icon.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left;
}
.header_mail_btn:hover .g_font_b:before {
  background-image: url("../images/top_mail_icon_w.png");
}
.header_insta_btn {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
}
.header_insta_btn img {
  width: 40px;
}
/*------main_visual------*/
.fadein {
  animation-name: fade-in;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay: 0; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: backwards; /*アニメーション後のスタイル*/
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein2 {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 900ms;
}
.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*
#main_visual .position {
  position: relative;
  padding-top: 90px;
  padding-bottom: 580px;
  margin-bottom: 20px;
}
*/
/*------slider------*/
/*
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal none;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
_:-ms-lang(x)::-ms-backdrop, .swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: none;
}
*/

/*
#main_visual .top_companyname {
  max-width: 160px;
  position: absolute;
  left: calc(50% - 625px);
  top: 90px;
  z-index: 20;
}
#main_visual .top_companyname img {
  width: 100%;
}
*/
#main_visual .top_heading {
  font-size: 34px;
  text-orientation: upright; /* すべて縦方向に表示 */
  writing-mode: vertical-rl;
  position: absolute;
  right: calc(50% - 630px);
  z-index: 20;
  height: 15em;
    top: .5em;
/*  top: 3.5em;*/
  line-height: 1.5;
}
#main_visual .top_info {
  text-align: center;
}
#main_visual .top_info .orange {
  font-size: 22px;
  color: #DC5000;
  font-weight: 600;
}
#main_visual .top_info .orange:before {
  content: "";
  padding: 12px;
  background-image: url("../images/slash_l.png");
  background-size: 15px;
  background-position: left;
  background-repeat: no-repeat;
}
#main_visual .top_info .orange:after {
  content: "";
  padding: 10px;
  background-image: url("../images/slash_r.png");
  background-size: 15px;
  background-position: right;
  background-repeat: no-repeat;
}
#main_visual .top_info a {
  display: inline-block;
  padding: .1em 1.8em;
  font-size: 22px;
  background-color: #556E37;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  border-radius: 1px;
  transition: .3s;
}
.top_info a:after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  transition: .3s;
}
.top_info a:hover {
  opacity: 1;
  filter: brightness(110%);
}
.top_info a:hover:after {
  right: 15px;
}
/*------maincontents------*/
main.main_toppage {
  background-image: url("../images/bg_image3.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: right top 25%;
}
/*------section/about------*/
#about {
  padding-top: 70px;
}
#about .about_container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#about .about_container .lead {
  font-size: 20px;
  color: #3C1414;
}
#about .about_container p {
  margin-bottom: 1em;
}
#about .about_container .text_area.top {
  position: relative;
  padding-bottom: 526px;
}
#about .about_container .text_area.top img {
  position: absolute;
  max-width: 700px;
  display: block;
  left: 0;
  top: 0;
  z-index: 10;
}
#about .about_container .text_area.top .inner_text {
  position: absolute;
  right: 0;
  top: 8%;
  width: 58%;
  background-color: rgba(255, 255, 255, .9);
  padding: 40px;
  z-index: 20;
  line-height: 1.4;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}
#about .about_container .text_area.bottom {
  position: relative;
  padding-bottom: 526px;
}
#about .about_container .text_area.bottom img {
  position: absolute;
  max-width: 700px;
  display: block;
  right: 0;
  z-index: 10;
}
#about .about_container .text_area.bottom .inner_text {
  position: absolute;
  width: 58%;
  left: 0;
  top: 11%;
  background-color: rgba(255, 255, 255, .9);
  padding: 40px;
  z-index: 20;
  line-height: 1.4;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}
/*------section/services------*/
#services h2:before {
  content: "";
  display: block;
  padding: 28px;
  background-image: url("../images/midashi_image1.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top center;
}
#services {
  background-image: url("../images/bg_image4.png");
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: left top 5%;
}
#services .contents.flex {
  flex-wrap: wrap;
  align-items: flex-start;
}
#services .contents li {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}
#services .contents li .image {
  overflow: hidden;
  height: 240px;
  margin-bottom: 18px;
  box-shadow: 20px 15px 0px 0 #E6E6CF;
}
#services .contents li a img {
  transition: 1s all;
}
#services .contents li a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
#services .price {
  width: 85%;
  padding: 12px 18px 18px;
  margin: 2em 0;
  margin: 30px auto 50px;
  background: #E6E6CF;
  box-shadow: 0px 0px 0px 10px #E6E6CF;
  border: dashed 2px white;
}
#services .price .title {
  text-align: center;
  font-size: 18px;
  color: #3C1414;
  margin-bottom: .3em;
}
/*------section/message------*/
#message {
  background-image: url("../images/top_massage_bg.jpg");
  padding-top: 80px;
  padding-bottom: 80px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
#message h2 {
  text-align: center;
  font-size: 26px;
  color: #3C1414;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
#message .inner {
  background-color: rgba(255, 255, 255, .8);
  padding: 50px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
}
#message .inner p {
  margin-bottom: 1em;
}
#message .inner .right {
  text-align: right;
}
#message .flex {
  align-items: flex-start;
}
#message .l_content {
  margin-right: 20px;
  object-fit: cover;
}
#message .l_content img {
  width: 180px;
  height: 250px;
  object-fit: cover;
}
/*------section/works------*/
#works {
  padding-top: 80px;
  background-image: url("../images/bg_image5.png"), url("../images/bg_image6.png");
  background-size: 20%, 10%;
  background-position: right top 5%, left bottom;
  background-repeat: no-repeat;
}
#works h2:before {
  content: "";
  display: block;
  padding: 30px;
  background-image: url("../images/midashi_image2.png");
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: top center;
}
#works li a {
  transition: .3s;
}
#works ul {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#works h4 {
  line-height: 1.4;
}
#works ul li {
  width: 31%;
  margin-bottom: 40px;
}
#works .thumbimg img {
  width: 100%;
  height: 260px;
  margin-bottom: 5px;
  object-fit: cover;
}
/*------section/faq------*/
#faq{
    padding-top: 10px;
    padding-bottom: 80px;
  background-image: url("../images/bg_image3.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: right top 40%;
}
#faq h2:before {
  content: "";
  display: block;
  padding: 30px;
  background-image: url("../images/midashi_image4.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: top center;
}
#acMenu{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.4;
}
#acMenu dt {
	display: block;
	text-align:left;
	cursor: pointer;
    padding: 1em;
	margin-top: 15px;
    background-color: #dfdfcb;
    box-shadow: 0 2px 3px rgb(0 0 0 / 8%);
    text-indent: -1.8em;
    padding-left: 2.8em;
}
#acMenu dt:before{
    content: "";
    background-image: url("../images/ques.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 14px;
    margin-right: .2em;
}
#acMenu dt:after{
    content: "";
    padding: 10px;
    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: 26px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 14px;
    margin-right: .2em;
}
#acMenu dd {
	display: none;
	background-color: #fcfcfa;
	padding: 1em;
    text-indent: -1.8em;
    padding-left: 2.8em;
}
#acMenu dd .note {
	font-size: 14px;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
/*------section/contact------*/
#contact {
  background-image: url("../images/bg_image4.png");
  background-repeat: no-repeat;
  background-size: 16%;
  background-position: left;
}
#contact h2 {
  content: "";
  display: block;
  padding: 48px 0 0;
  background-image: url("../images/midashi_image3.png");
  background-repeat: no-repeat;
  background-size: 43px;
  background-position: top center;
  margin-bottom: 1em;
}
#contact .lead {
  text-align: center;
  line-height: 1.4;
}
#contact .lead p {
  margin-bottom: .8em;
}
#contact .red {
  text-align: center;
  color: #DF2B00;
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #FFE767 60%);
  margin: 0 auto;
  font-size: 18px;
}
#contact .info_button {
  width: 100%;
  margin: 20px auto;
  justify-content: center;
}
#contact .info_tel {
  text-align: center;
  margin-right: 15px;
}
#contact .header_tel_btn {
  padding: 8px 16px 5px 10px;
  margin-top: 3px;
}
#contact .header_tel_btn .g_font_b {
  font-size: 22px;
}
#contact .header_tel_btn .text_s {
  font-size: 14px;
  padding-left: 1em;
}
.lineaccount {
  text-align: center;
  margin-left: 15px;
}
.lineaccount a {
  font-size: 20px;
  margin-top: 3px;
}
.lineaccount img {
  width: 32px;
  margin-right: 8px;
}
.lineaccount .flex {
  background-color: #06C755;
  padding: .5em;
  border-radius: 5px;
  color: #fff;
  justify-content: center;
}
.snow-monkey-form{
	width:90%;
	max-width:800px;
	margin:0 auto;
	 padding-top: 80px;
  padding-bottom: 80px;
}
.snow-monkey-form .text_s{
	font-size:12px;
	background-color:#dc2300;
	color:#fff;
	padding:.1em .3em;
	margin-left:.5em;
	border-radius:2px;
}
#toppage .smf-form--business .smf-item__col--label {
	background-color: #e8e8d8;
}
#toppage .smf-item__description{
	line-height:1.4;
}
#toppage .smf-item__description a{
	text-decoration:underline;
	color:#007593;
}
#toppage .smf-form--business+.smf-action{
margin-top:3em;	
}
#toppage .smf-form--business .smf-item__col--controls{
	background-color:#f8f8f4;
}
#toppage .smf-form--business .smf-item {
	border: 1px solid #ddddd1;
}
.smf-action .smf-button-control__control{
/* 	background-image:none;
	background-color:#bfd599; */
}
.smf-complete-content{
    text-align: center;
}
#toppage .smf-form--business .smf-item__col {
    padding: 1em;
}
/*------footer------*/
footer .content_wrap.flex {
  justify-content: center;
  margin-bottom: 80px;
}
footer .content_wrap .l_content {
  margin-right: 60px;
  max-width: 400px;
}
footer .l_content .addless,footer .l_content .time,footer .l_content .holiday {
  padding-left: 5.5em;
  font-size: 16px;
}
footer .header_logo{
    margin-left:0;
}
footer .header_logo img {
  width: 74px;
}
footer .header_tel_btn {
  width: 300px;
    margin-top: 30px;
  margin-left: 20px;
  text-align: center;
  padding: 8px 10px 1px 5px;
}
footer .header_tel_btn .g_font_b {
  font-size: 20px;
}
footer .header_tel_btn .text_s {
  font-size: 14px;
  padding-left: 1em;
}
footer .header_mail_btn {
  width: 300px;
  text-align: center;
  padding: 8px 10px 1px 0;
  margin-bottom: 20px;
  margin-left: 20px;
}
footer .header_mail_btn .g_font_b {
  font-size: 20px;
}
footer .header_mail_btn .text_s {
  font-size: 14px;
  padding-left: 1.5em;
}
footer .lineaccount {
  text-align: center;
  margin-left: 20px;
  margin-top: 25px;
}
footer .lineaccount a {
  font-size: 20px;
  margin-top: 3px;
}
footer .lineaccount img {
  width: 32px;
  margin-right: 8px;
}
footer .lineaccount .flex {
  width: 300px;
  background-color: #06C755;
  padding: .3em;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 15px;
  justify-content: center;
}
footer .header_insta_btn {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
footer .header_insta_btn img {
  width: 35px;
  margin-right: 10px;
}
footer .header_insta_btn p {
  font-size: 18px;
  font-weight: bold;
}
footer .r_content {
  font-size: 15px;
}
footer .r_content li {
  margin-bottom: .5em;
}
footer {
  background-image: url("../images/footer_bg1.png"), url("../images/footer_bg2.png"), url("../images/footer_bg3.png");
  background-position: left, right 40% bottom, right bottom;
  background-size: 16%, 40%, 22%;
  background-repeat: no-repeat;
  padding-bottom: 1em;
}
footer .copyright {
  text-align: center;
  font-size: 14px;
}
/*--------subページ--------*/
#subpage_mv{
	padding-top:90px;
}
#subpage_mv h1{
	color:#3C1414;
/*    color: #333;*/
	width:80%;
    max-width: 1200px;
	margin:0 auto;
	padding-top:48px;
	padding-bottom:40px;
	text-align:center;
	font-size:28px;
	letter-spacing:1px;
	border-top:solid 1px #3C1414;
	border-bottom:solid 1px #3C1414;
	margin-bottom:60px;
    line-height:1.2; 
}
#subpage_mv h1 span{
    font-size: 17px;
    color:#819b6a;
}
/*--------singleページ--------*/
#single_main {
  text-align: left;
}
/*--------archiveページ--------*/
.archive_wrap {
  display: flex;
  -webkit-display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom:40px;
    line-height:1.3;
}
.archive_wrap p{
	margin-bottom:1em;
}
#primary {
  margin: 0 50px 80px 15px;
  width: 760px; /*--------IE対策--------*/
}
.single #primary{
	margin: 0 50px 50px 15px;
}
.post_content {
  display: flex;
  -webkit-display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.post_thumbnail a {
  display: block;
  overflow: hidden;
  margin-right: 30px;
}
.post_thumbnail a img{
	object-fit:cover;
  width: 280px;
  height: 184px;
}
.post_info, .post_info a {
  font-size: 13px;
  color: #80785A;
  margin-bottom: 10px;
}
.post_content h2 {
  margin-bottom: 10px;
  text-align: left;
}
.post_content h2 a {
  font-size: 20px;
  font-weight: bold;
}
.post_info {
  display: flex;
  align-items: center;
}
.post_info > p {
  margin-right: .5em;
}
.post_info .cat {
  background-color: rgba(85, 75, 51, 0.6);
  padding: 2px 10px;
}
.post_info .cat a {
  color: #fff;
}
.post_text {
  text-align: left;
}
.post_text a {
  font-size: 14px;
  color: rgba(85, 75, 51, 0.8);
}
.post_content .cat,.post_content .day{
	margin-bottom:.5em;
}
/*--------pagenation--------*/
.pagenation {
  text-align: center;
  margin-bottom: 80px;
}
.pagenation h2 {
  display: none;
}
.page-numbers {
  font-size: 15px;
  padding: 4px 5px 2px;
  border: 1px solid #333;
}
.nav-links span {
  background-color: #333;
  color: #fff;
}
#single_main h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
#single_main img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-time {
  font-size: 14px;
  color: #80785A;
  margin-bottom: .5em;
}
/* 次の記事、前の記事のナビゲーションのスタイル */
.nav-links {
  font-size: 15px;
  display: flex;
	justify-content:center;
}
span.page-numbers {
	display: block;
    padding: .4em .8em;
    border: 1px solid #333;
    margin: .2em;
    margin-bottom: 2em;
}
.nav-links a {
    display: block;
    padding: .4em .8em;
    border: 1px solid #333;
    margin: .2em;
    margin-bottom: 2em;
}
.single #primary{
	margin: 0 50px 50px 15px;
}
@media (max-width: 767px) {
  .nav-links {
    font-size: 14px;
  }
}
/*--------サイドバー--------*/
#secondary {
  width: 280px;
  margin-right: 15px;
  margin-bottom: 60px;
}
#wp-calendar a {
  color: #E74075;
}
#wp-calendar tbody{
	background-color: rgba(255, 255, 255, .8);
}
.widget-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.widget ul {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.widget li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 1em;
}
.widget_archive {
  margin-bottom: 30px;
}
#archives-dropdown-2 {
  font-size: 14px;
}
.widget.widget_block{
	margin-bottom:40px;
}
#secondary h2.wp-block-heading{
	font-weight:bold;
	line-height:1.8;
}
@media screen and (max-width: 1160px) {
  .archive_wrap {
    width: 95%;
    padding-bottom: 100px;
  }
  #primary {
    margin: 0 0 60px 15px;
    width: 90%; /*--------IE対策--------*/
  }
  #secondary {
    width: 30%;
    margin-right: 15px;
    margin-bottom: 40px;
  }
}
/*--------サーチフォーム--------*/
#form5 {
  margin-bottom: 40px;
  display: flex;
  -webkit-display: flex;
}
#sbox5 {
  outline: 0;
  height: 30px;
  padding: 0 10px;
  width: 180px;
  border-radius: 2px;
  background: #eee;
  font-size: 16px;
  margin-right: 5px;
}
#sbtn5 {
  padding: 3px 9px 2px;
  border-radius: 2px;
  background-color: #80785A;
  color: #fff;
  font-size: 15px;
  border: none;
}
#sbtn5:hover {
  opacity: 0.7;
}
	.wp-block-search__label {
	line-height:1.8;
		font-weight:bold;
		font-size:18px
	}
/*--------error404--------*/
.error-404 .page-content {
  text-align: center;
  padding-top: 20%;
  /*	padding-bottom: 160px;*/
  height: 85vh;
}
.not-found h2 {
  font-size: 40px;
  font-weight: bold;
}
/*------privacypolicy------*/
.privacy-policy main{
	padding-bottom:80px;
}
.privacy-policy .lead{
	margin-bottom:1.5em;
}
.privacy-policy main .content_wrap ul li .bold{
	margin-top:1.5em;
}
.privacy-policy main .content_wrap ul li a{
	text-decoration:underline;
	color:#209b97;
}