<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: towadanioideyo
Description: 【きりたんぽ茶屋 いっぷく】【食事処とちの茶屋】 | 十和田湖に来たなら名物の「きりたんぽ」「ひめます」「にじます」をご賞味ください。
Theme URI: https://www.towadanioideyo.com
Version: 1.0
License: towadanioideyo
License https://www.towadanioideyo.com
*/
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansCJKjp-Regular.woff") format("woff"), url("./font/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansCJKjp-Bold.woff") format("woff"), url("./font/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansCJKjp", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff8f2;
  line-height: 1.8;
  letter-spacing: 0.05em;
  min-width: 1220px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
:root {
  --color_main: #602828;
  --color_sub: #2d4d2f;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6em;
}

h1 {
  color: var(--color_main);
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
}

h2 {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--color_main);
  line-height: 1.5;
}

h3 {
  font-size: 2em;
  font-weight: bold;
  color: var(--color_main);
  line-height: 1.5;
}

h4 {
  font-size: 2em;
  font-weight: bold;
  color: #59a7be;
}

h5 {
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4em;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.6em;
  }
}
/****************************************

リンク指定&amp;オンマウス時のアクション

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: var(--color_main);
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: var(--color_sub);
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tel_link {
  color: var(--color_sub);
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a.tel_link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  header {
    position: relative;
    background: url(images/header_bg01.png) 0 0 no-repeat, url(images/header_bg02.png) right top 100px no-repeat;
  }
  .header_top {
    width: 1200px;
    padding-top: 40px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_top .logo {
    line-height: 1;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    display: block;
    width: 100%;
  }
  .header_right {
    display: none;
  }
  .logo {
    width: 110px;
    margin: 0 0 0 20px;
    padding: 20px 0;
    line-height: 1;
  }
  .top_header_info {
    width: 100%;
    padding: 20px 5px 15px;
    background: #fff;
    text-align: center;
    line-height: 1.4;
  }
  .top_header_info p {
    font-size: 1.2rem;
    color: #333;
    letter-spacing: 0;
  }
  .top_header_info .tel {
    font-size: 2.2rem;
    color: #02688a;
    font-weight: bold;
  }
  .top_header_info .tel span {
    font-size: 1.8rem;
    padding-right: 6px;
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: var(--color_main);
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 24px;
    height: 1px;
    background: #fff;
    border-radius: 2px;
    right: 8px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 10px;
  }
  #toggle span:nth-child(2) {
    top: 19px;
  }
  #toggle span:nth-child(3) {
    top: 28px;
    width: 12px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    -ms-transform: translateY(9px) rotate(-315deg);
        transform: translateY(9px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    width: 24px;
    -webkit-transform: translateY(-9px) rotate(315deg);
    -ms-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 80px 10px 0;
    overflow-y: scroll;
    text-align: left;
    background: rgba(96, 40, 40, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    text-align: center;
    border: #ccc 1px solid;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:not(:last-child) {
    border-bottom: #ccc 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li:first-child {
    border-top: #ccc 1px solid;
  }
  #sp_navi .sub-menu li:not(:last-child) {
    border-bottom: #ccc 1px solid;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: rgba(0, 0, 0, 0.2);
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #ddd;
    top: 26px;
    right: 10px;
  }
  #sp_navi .menu-item-has-children:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #ddd;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 17px;
    right: 19px;
  }
  #sp_navi .menu-item-has-children.menu_open::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: auto;
}
#g_navi .menu {
  *zoom: 1;
  width: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g_navi .menu &gt; li {
  position: relative;
  width: auto;
  height: 70px;
  text-align: center;
  line-height: 1;
}
#g_navi .menu &gt; li &gt; a {
  display: block;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0 20px;
  color: #1f1713;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#g_navi .menu &gt; li ul {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu &gt; li ul li {
  position: relative;
  width: 100%;
  height: auto;
}
#g_navi .menu &gt; li ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.5;
  background: var(--color_main);
  color: #fff;
  text-align: center;
  opacity: 0.95;
  text-decoration: none;
}
#g_navi .menu &gt; li ul li a:hover {
  background: var(--color_sub);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#g_navi .menu &gt; li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu &gt; li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#g_navi .menu &gt; li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .menu &gt; li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(images/nav_bg.png) 0 0/100% 100% no-repeat;
    width: 50px;
    height: 51px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  .menu &gt; li:hover:after {
    width: 30px;
    height: 30px;
  }
}
/****************************************

ティーザー

*****************************************/
#top_mv {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
  overflow: hidden;
  padding: 10px 0;
  background: url(images/top_mv_bg.jpg) 0 0 repeat;
  -webkit-mask-image: url("images/top_mv_bg_mask.svg");
          mask-image: url("images/top_mv_bg_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
#top_mv .metaslider {
  width: 100%;
  margin: 0 auto;
}
#top_mv .metaslider img {
  position: relative;
  left: calc(50% - 960px);
  width: 1920px;
  height: auto;
  -webkit-mask-image: url("images/top_mv_mask.svg");
          mask-image: url("images/top_mv_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
#top_mv .top_mv_txt {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
}

#mv {
  position: relative;
  width: 1920px;
  height: 280px;
  left: calc(50% - 960px);
  overflow: hidden;
  padding: 10px 0;
  background: url(images/top_mv_bg.jpg) 0 0 repeat;
  -webkit-mask-image: url("images/mv_bg_mask.svg");
          mask-image: url("images/mv_bg_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: auto;
          mask-size: auto;
}
#mv .mv_img {
  width: 100%;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
}
#mv .mv_img img {
  position: relative;
  left: calc(50% - 960px);
  top: calc(50% - 320px);
  width: 1920px;
  height: auto;
  -webkit-mask-image: url("images/mv_mask.svg");
          mask-image: url("images/mv_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: auto;
          mask-size: auto;
}
#mv .mv_txt {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  padding: 20px 25px;
  background: url(images/mv_txt_bg.png) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 500px;
    left: calc(50% - 250px);
    -webkit-mask-image: url("images/sp_top_mv_bg_mask.svg");
            mask-image: url("images/sp_top_mv_bg_mask.svg");
  }
  #top_mv .metaslider img {
    left: -18%;
    width: 136%;
    -webkit-mask-image: url("images/sp_top_mv_mask.svg");
            mask-image: url("images/sp_top_mv_mask.svg");
  }
  #top_mv .top_mv_txt {
    width: 94vw;
  }
  #mv {
    width: 600px;
    left: calc(50% - 300px);
    height: 175px;
    -webkit-mask-image: url("images/sp_mv_bg_mask.svg");
            mask-image: url("images/sp_mv_bg_mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  #mv .mv_img {
    width: 100%;
    height: 155px;
    left: 0%;
    -webkit-mask-image: url("images/sp_mv_mask.svg");
            mask-image: url("images/sp_mv_mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  #mv .mv_img img {
    position: relative;
    left: -18%;
    width: 136%;
    top: -60px;
  }
  #mv .mv_txt {
    height: 45px;
    padding: 10px;
    background: url(images/mv_txt_bg.png) 0 0/auto 40px no-repeat;
  }
  #mv .mv_txt img {
    height: 100%;
    width: auto;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}
main#top_main:before {
  position: absolute;
  content: "";
  background: url(images/top_main_bg.png) 0 0 no-repeat;
  width: 449px;
  height: 595px;
  left: 0;
  top: -60px;
  z-index: -1;
}

main#page_main {
  position: relative;
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
  margin-bottom: 120px;
}
main#page_main:before {
  position: absolute;
  content: "";
  background: url(images/top_main_bg.png) 0 0 no-repeat;
  width: 449px;
  height: 595px;
  left: 0;
  top: -60px;
  z-index: -1;
}

.breadcrumb {
  width: 1200px;
  margin: 0 auto 45px;
}
.breadcrumb p {
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}
.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
      transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}

.box1000 {
  width: 1000px;
  margin: 0 auto;
}

.box1200 {
  width: 1200px;
  margin: 0 auto;
}

.mb110 {
  margin-bottom: 110px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.tc {
  text-align: center;
}

.btn {
  width: 300px;
  background: var(--color_main);
  font-size: 1.6rem;
  border-radius: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 16px 40px 16px 25px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
}
.btn a:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 8px;
  border-left: 6px solid var(--color_main);
  border-top: 4px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid transparent;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: var(--color_sub);
}
.btn:hover a:after {
  border-left: 6px solid var(--color_sub);
}

.center_btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  main#top_main {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 80px;
  }
  main#top_main:before {
    background: url(images/top_main_bg.png) 0 0/contain no-repeat;
    width: 240px;
    height: 310px;
    left: -100px;
    top: -30px;
  }
  main#page_main {
    width: 100%;
    padding: 10px 10px 0;
    margin-bottom: 80px;
  }
  main#page_main:before {
    background: url(images/top_main_bg.png) 0 0/contain no-repeat;
    width: 240px;
    height: 310px;
    left: -100px;
    top: -30px;
  }
  .box1000,
  .box1200 {
    width: 100%;
  }
  .mb110,
  .mb90,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
  .btn,
  .btn02 {
    width: 100%;
    font-size: 1.4rem;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  margin-bottom: 80px;
}
.top_box01 .top_box01_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_box01 .top_box01_inner .top_box01_left {
  width: 680px;
  position: absolute;
}
.top_box01 .top_box01_inner .top_box01_left .top_headline {
  margin-bottom: 30px;
}
.top_box01 .top_box01_inner figure {
  margin: 0 -20px 0 auto;
}
.top_box01 .top_box01_bnr {
  padding: 70px calc((100% - 1200px) / 2);
  background: url(images/top_box01_bnr_bg01.jpg) left 4% bottom 40px no-repeat, url(images/top_box01_bnr_bg02.jpg) right 4% top 40px no-repeat, url(images/brown_bg.jpg) 0 0 repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_box01 .top_box01_bnr li:last-child {
  margin-top: 40px;
}

.subtit {
  margin-bottom: 35px;
  padding-bottom: 25px;
  text-align: center;
  background: url(images/subtit_bg.png) center bottom no-repeat;
}

.top_box02 {
  width: 1200px;
  margin: 0 auto 80px;
}

.top_box02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_box02_inner .top_box02_txt {
  width: 600px;
  background: url(images/top_box02_bg.jpg) right bottom no-repeat;
}
.top_box02_inner .top_box02_txt .btn {
  margin-top: 30px;
}

.top_box03 {
  padding: 80px 10px;
  margin-bottom: 80px;
  background: url(images/top_box03_bg01.jpg) left 3% top 70px no-repeat, url(images/top_box03_bg02.jpg) left 6% bottom 70px no-repeat, url(images/top_box03_bg03.jpg) right 6% top 70px no-repeat, url(images/top_box03_bg04.jpg) right 2% bottom 15px no-repeat, url(images/brown_bg.jpg) 0 0 repeat;
}
.top_box03 .top_box03_inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_box03 .top_box03_inner section {
  width: 560px;
}
.top_box03 .top_box03_inner section h3 {
  margin-bottom: 15px;
}

.bottom_bnr {
  position: relative;
  width: 1200px;
  margin: 0 auto 120px;
  border-radius: 19px;
  padding: 10px;
  background: url(images/green_bg.jpg) 0 0 repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom_bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.bottom_bnr .bottom_bnr_inner {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: url(images/bottom_bnr_bg.jpg) center center/cover no-repeat;
  border-radius: 15px;
}
.bottom_bnr .bottom_bnr_inner h2 {
  margin-bottom: 20px;
}
.bottom_bnr .bottom_bnr_inner h2 img {
  -webkit-filter: drop-shadow(0 0 8px #432c1f);
          filter: drop-shadow(0 0 8px #432c1f);
}
.bottom_bnr .bottom_bnr_inner p {
  color: #fff;
  text-shadow: 0 0 8px #432c1f, 0 0 8px #432c1f;
}
.bottom_bnr:hover {
  opacity: 0.8;
}

.bottom_box {
  width: 100%;
  background: url(images/brown_bg.jpg) 0 0 repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bottom_box .subtit {
  margin-bottom: 25px;
}

.bottom_box_contact {
  width: 50%;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom_box_contact .bottom_box_txt {
  text-align: center;
  margin-bottom: 25px;
}
.bottom_box_contact .bottom_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.bottom_box_contact .bottom_tel dl {
  width: 260px;
}
.bottom_box_contact .bottom_tel dl dt {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: var(--color_sub);
  padding: 2px 0;
}
.bottom_box_contact .bottom_tel dl .tel {
  text-align: center;
  font-size: 2.6rem;
}
.bottom_box_contact .bottom_tel dl .time {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.bottom_box_contact .bottom_tel dl .sns {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom_box_contact .bottom_tel dl .sns a {
  display: block;
}
.bottom_box_contact .bottom_tel dl .sns a:first-child {
  margin-right: 25px;
}
.bottom_box_contact .bottom_tel dl:first-child {
  margin-right: 30px;
}

.bottom_box_map {
  width: 50%;
  line-height: 0.9;
}
.bottom_box_map iframe {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding-top: 50px;
    margin-bottom: 60px;
  }
  .top_box01 .top_box01_inner {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 35px;
  }
  .top_box01 .top_box01_inner .top_box01_left {
    width: 100%;
    position: relative;
  }
  .top_box01 .top_box01_inner .top_box01_left .top_headline {
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_inner figure {
    margin: 0;
  }
  .top_box01 .top_box01_bnr {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 50px 10px;
    background: url(images/brown_bg.jpg) 0 0 repeat;
    display: block;
  }
  .top_box01 .top_box01_bnr li:last-child {
    margin-top: 35px;
  }
  .subtit {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(images/subtit_bg.png) center bottom/auto 40px no-repeat;
  }
  .subtit img {
    height: 30px;
    width: auto;
  }
  .top_box02 {
    width: 100%;
    margin: 0 auto 60px;
  }
  .top_box02_inner {
    display: block;
  }
  .top_box02_inner .top_box02_txt {
    width: 100%;
    margin-top: 25px;
    background: url(images/top_box02_bg.jpg) right bottom 110px/120px auto no-repeat;
  }
  .top_box02_inner .top_box02_txt .btn {
    margin-top: 25px;
  }
  .top_box03 {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 50px 10px;
    margin-bottom: 60px;
    background: url(images/brown_bg.jpg) 0 0 repeat;
  }
  .top_box03 .top_box03_inner {
    width: 100%;
    display: block;
  }
  .top_box03 .top_box03_inner section {
    width: 100%;
  }
  .top_box03 .top_box03_inner section:first-child {
    margin-bottom: 40px;
  }
  .bottom_bnr {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto 80px;
    border-radius: 15px;
    padding: 10px;
    background: url(images/green_bg.jpg) 0 0 repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottom_bnr a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .bottom_bnr .bottom_bnr_inner {
    width: 100%;
    height: auto;
    padding: 25px 25px;
    display: block;
    border-radius: 13px;
  }
  .bottom_bnr .bottom_bnr_inner h2 img {
    height: 28px;
  }
  .bottom_box {
    width: 100%;
    display: block;
  }
  .bottom_box_contact {
    width: 100%;
    padding: 40px 15px;
    display: block;
  }
  .bottom_box_contact .bottom_box_txt {
    text-align: left;
  }
  .bottom_box_contact .bottom_tel {
    display: block;
    margin-bottom: 20px;
  }
  .bottom_box_contact .bottom_tel dl {
    width: 100%;
  }
  .bottom_box_contact .bottom_tel dl dt {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: var(--color_sub);
    padding: 2px 0;
  }
  .bottom_box_contact .bottom_tel dl .tel {
    font-size: 2.2rem;
  }
  .bottom_box_contact .bottom_tel dl .time {
    font-size: 1.4rem;
  }
  .bottom_box_contact .bottom_tel dl .sns a img {
    width: auto;
  }
  .bottom_box_contact .bottom_tel dl:first-child {
    margin: 0 0 20px;
  }
  .bottom_box_map {
    width: 100%;
  }
  .bottom_box_map iframe {
    height: 240px;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  width: 1200px;
  margin: 0 auto;
}
.news_box .btn {
  margin: 0 auto;
}

.news_post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  gap: 0 40px;
}

.news_list {
  width: 270px;
  position: relative;
}
.news_list figure {
  margin-bottom: 10px;
}
.news_list figure a {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
  border-radius: 15px;
}
.news_list figure a:before {
  position: absolute;
  content: "詳しく見る";
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_list figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_list figure:hover a:before {
  opacity: 1;
}
.news_list figure:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_list h3 {
  font-size: 1.4rem;
  color: #333;
}
.news_list h3 a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.news_list h3 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
      transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news_list h3 a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}
.news_list time {
  display: block;
  font-size: 1.2rem;
  color: #999;
}

@media screen and (max-width: 767px) {
  .news_box {
    width: 100%;
    margin: 0 auto 60px;
  }
  .news_box .btn {
    margin: 0 auto;
  }
  .news_post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
    margin-bottom: 10px;
  }
  .news_list {
    width: 48%;
    margin-bottom: 25px;
  }
}
/****************************************

content下層用

*****************************************/
/* 代表挨拶 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.r_img {
  border-radius: 15px;
  overflow: hidden;
}

.pt_txt {
  padding-top: 20px;
}

.txt580 {
  width: 580px;
}

.txt710 {
  width: 710px;
}

.about_box01 {
  min-height: 576px;
  padding: 94px 80px;
  margin-bottom: 70px;
  background: url(images/02box01_bg.png) center center no-repeat;
}
.about_box01 p {
  text-shadow: 0 0 8px #fff8f2, 0 0 8px #fff8f2;
}

.calendar {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt580 {
    width: 100%;
    margin-bottom: 25px;
  }
  .txt710 {
    width: 100%;
    margin-top: 25px;
  }
  .about_box01 {
    min-height: auto;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 15px 70px;
    margin-bottom: 30px;
    background: url(images/02box01_bg.png) center bottom/cover no-repeat;
  }
  .calendar {
    width: 100%;
  }
}
/* お品書き */
.price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #953c3c;
  text-align: right;
  margin-top: 25px;
}

.menu_img {
  width: 440px;
}
.menu_img li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .price {
    font-size: 2.6rem;
    margin-top: 15px;
  }
  .menu_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu_img li {
    width: 48%;
  }
  .menu_img li:not(:last-child) {
    margin-bottom: 0;
  }
}
/* 食事処とちの茶屋 */
.tochinochaya_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tochinochaya_box02 section {
  width: 580px;
}
.tochinochaya_box02 section figure {
  margin-bottom: 15px;
}
.tochinochaya_box02 section .price {
  margin-top: 0;
}

.tochinochaya_box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tochinochaya_box03 &gt; section {
  width: 580px;
}
.tochinochaya_box03 .tochinochaya_menu_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tochinochaya_box03 .tochinochaya_menu_img li {
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tochinochaya_box02 {
    display: block;
  }
  .tochinochaya_box02 section {
    width: 100%;
  }
  .tochinochaya_box02 section h3.subhead01 {
    margin-bottom: 10px;
  }
  .tochinochaya_box02 section figure {
    margin-bottom: 15px;
  }
  .tochinochaya_box02 section:not(:last-child) {
    margin-bottom: 40px;
  }
  .tochinochaya_box03 {
    display: block;
  }
  .tochinochaya_box03 &gt; section {
    width: 100%;
  }
  .tochinochaya_box03 &gt; section:not(:last-child) {
    margin-bottom: 50px;
  }
  .tochinochaya_box03 .tochinochaya_menu_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tochinochaya_box03 .tochinochaya_menu_img li {
    width: 48%;
    border-radius: 7px;
  }
}
/* 十和田湖の楽しみ方 */
.enjoy_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enjoy_box_top section {
  width: 560px;
}
.enjoy_box_top section figure {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.enjoy_btn {
  margin: 25px auto 0;
}

.enjoy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.enjoy_box section {
  width: 560px;
  margin-bottom: 60px;
}
.enjoy_box section figure {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.enjoy_box section .btn {
  margin: 25px auto 0;
}
@media print, screen and (min-width: 768px) {
  .enjoy_box section:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .enjoy_box_top {
    display: block;
    margin-bottom: 50px;
  }
  .enjoy_box_top section {
    width: 100%;
  }
  .enjoy_box_top section:not(:last-child) {
    margin-bottom: 40px;
  }
  .enjoy_box {
    display: block;
  }
  .enjoy_box section {
    width: 100%;
    margin-bottom: 50px;
  }
  .enjoy_box section:last-child {
    margin-bottom: 0;
  }
}
/* 十和田湖おすすめスポット */
.spot_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
}
.spot_box section {
  width: 380px;
}
.spot_box section figure {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .spot_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 4%;
  }
  .spot_box section {
    width: 48%;
  }
  .spot_box section figure {
    margin-bottom: 10px;
  }
}
/* 店舗概要 */
@media screen and (max-width: 767px) {
  .googlemap iframe {
    height: 250px;
  }
}
/* お問い合わせ */
.contact_txt {
  text-align: center;
  margin-bottom: 40px;
}

.sitepolicy {
  width: 1000px;
  padding: 40px 15px;
  background: url(images/brown_bg.jpg) 0 0 repeat;
  margin: 0 auto 50px;
  text-align: center;
}
.sitepolicy dt {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.sitepolicy dd p {
  font-size: 1.5rem;
}

.form {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact_txt {
    text-align: left;
  }
  .contact_txt .contact_tel {
    font-size: 3rem;
  }
  .sitepolicy {
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 50px;
  }
  .sitepolicy dt {
    font-size: 1.6rem;
  }
  .sitepolicy dd p {
    font-size: 1.3rem;
  }
  .form {
    width: 100%;
  }
}
/* ブログ */
.blog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.blog_box figure {
  width: 400px;
}
.blog_box figure a {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
  border-radius: 15px;
}
.blog_box figure a:before {
  position: absolute;
  content: "詳しく見る";
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog_box figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog_box figure:hover a:before {
  opacity: 1;
}
.blog_box figure:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog_box .blog_box_txt {
  width: 750px;
}
.blog_box .blog_box_txt h2.subhead02 {
  margin-bottom: 15px;
}
.blog_box .blog_box_txt p {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog_box .blog_box_txt .btn {
  margin: 25px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .blog_box {
    display: block;
    margin-bottom: 60px;
  }
  .blog_box figure {
    width: 100%;
  }
  .blog_box .blog_box_txt {
    width: 100%;
    margin-top: 20px;
  }
  .blog_box .blog_box_txt h2.subhead02 {
    margin-bottom: 15px;
  }
  .blog_box .blog_box_txt p {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .blog_box .blog_box_txt .btn {
    margin: 25px 0 0 auto;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 1040px;
  margin: 0 auto;
}
#single_box time {
  display: block;
  color: #666;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.single_txt {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #bbb;
}
.single_txt img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 50px 0 0;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.nav-below {
  margin: 60px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-below .btn {
  width: 306px;
  margin: 0 10px;
}
.nav-below .list {
  margin: 0 60px;
}
.nav-below &gt; a {
  display: block;
  width: 100px;
  border-radius: 13px;
  background: #333;
  text-align: center;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 11px 5px;
  text-decoration: none;
}
.nav-below &gt; a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.nav-below &gt; a:hover {
  background: #063b73;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
  }
  .nav-below {
    width: 100%;
  }
  .nav-below &gt; a {
    width: 23%;
    font-size: 1.1rem;
    padding: 11px 5px;
  }
  .nav-below .list {
    width: 50%;
    margin: 0 2%;
    font-size: 1.1rem;
  }
  .nav-below .list a {
    background: none;
    padding: 11px 5px 11px 15px;
  }
  .nav-below .list a:before, .nav-below .list a:after {
    display: none;
  }
}
/****************************************

テーブル

*****************************************/
td p {
  font-size: 100%;
}

.menu_table {
  width: 100%;
  border-collapse: collapse;
}
.menu_table th {
  width: 70%;
  padding: 16px 10px 16px 19px;
  border: 1px solid #dfc8b0;
  background: #efe6df;
  text-align: left;
  font-weight: normal;
}
.menu_table td {
  width: 30%;
  padding: 16px 10px 16px 19px;
  background: #fff;
  text-align: right;
  border: 1px solid #dfc8b0;
}

.overview_table {
  width: 100%;
  border-collapse: collapse;
}
.overview_table th {
  width: 25%;
  padding: 16px 10px 16px 19px;
  border: 1px solid #dfc8b0;
  background: #efe6df;
  text-align: left;
  font-weight: normal;
}
.overview_table td {
  width: 75%;
  padding: 16px 10px 16px 19px;
  background: #fff;
  text-align: left;
  border: 1px solid #dfc8b0;
}

@media screen and (max-width: 767px) {
  .menu_table th {
    width: 75%;
    padding: 14px 5px 14px 10px;
  }
  .menu_table td {
    width: 25%;
    padding: 14px 10px 14px 5px;
  }
  .overview_table th {
    width: 30%;
    padding: 14px 5px 14px 10px;
  }
  .overview_table td {
    width: 70%;
    padding: 14px 5px 14px 10px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
p.line_break,
span.line_break {
  padding-top: 25px;
}

/* 改行 */
p.line_break02 {
  padding-top: 30px;
}

/* オレンジ文字*/
.orange {
  color: #ff8000;
}

.s_orange {
  color: #d75219;
  font-size: 1.4rem;
}

.green {
  color: #3bbf3f;
  font-weight: bold;
}

.big_green {
  color: #3bbf3f;
  font-size: 1.6rem;
  font-weight: bold;
}

/* 赤文字*/
.red {
  color: #b60000;
}

.big_red {
  color: #b60000;
  font-size: 1.8rem;
  font-weight: bold;
}

.blue {
  color: #013fa5;
}

.big_orange {
  color: #d75219;
  font-size: 1.8rem;
  font-weight: bold;
}

/* 強調*/
.big_bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.big {
  font-size: 2.8rem;
}

.bold {
  font-weight: bold;
}

.big_blue {
  font-size: 2rem;
  font-weight: bold;
  color: #214699;
}

.big_navy {
  font-size: 2rem;
  font-weight: bold;
  color: #022b5a;
}

/* 小文字*/
.small {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .big_navy {
    font-size: 1.8rem;
  }
}
/****************************************

タイトル

*****************************************/
h1.headline {
  margin-bottom: 55px;
  padding-bottom: 22px;
  text-align: center;
  background: url(images/subtit_bg.png) center bottom no-repeat;
}

h1.single_headline {
  margin-bottom: 40px;
  padding-bottom: 22px;
  text-align: center;
  background: url(images/subtit_bg.png) center bottom no-repeat;
  text-shadow: 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2;
}

h2.subhead01 {
  margin-bottom: 25px;
  padding: 15px 10px 15px 20px;
  background: url(images/subhead01_h2.png) left 10px top 20px no-repeat, url(images/brown_bg.jpg) 0 0 repeat;
  border-radius: 12px;
}

h2.subhead02 {
  font-size: 3rem;
  margin-bottom: 20px;
  padding: 0 0 15px 10px;
  background: url(images/subhead02_h2.svg) left bottom no-repeat;
  text-shadow: 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2;
}

h2.subhead03 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 0 0 15px 10px;
  background: url(images/subhead02_h2.svg) left bottom/380px auto no-repeat;
  text-shadow: 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2;
}

h3.subhead01 {
  font-size: 3rem;
  margin-bottom: 20px;
  padding: 0 0 15px 10px;
  background: url(images/subhead02_h2.svg) left bottom no-repeat;
  text-shadow: 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2, 0 0 3px #fff8f2;
}

@media screen and (max-width: 767px) {
  h1.headline {
    margin-bottom: 40px;
    padding-bottom: 15px;
    background: url(images/subtit_bg.png) center bottom/auto 40px no-repeat;
  }
  h1.headline img {
    height: 30px;
    width: auto;
  }
  h1.single_headline {
    padding-bottom: 15px;
    text-align: center;
    background: url(images/subtit_bg.png) center bottom/auto 40px no-repeat;
  }
  h2.subhead02,
  h2.subhead03,
  h3.subhead01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    background: url(images/subhead02_h2.svg) left bottom/contain no-repeat;
  }
  h2.subhead03 {
    padding-bottom: 5px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    padding: 20px 0 70px;
    text-align: center;
    background: #432d21;
  }
  .sp_pagetop {
    display: none;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 98;
  }
  .sp_pagetop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .sp_pagetop ul li {
    width: 20%;
    background: #333;
    border-top: 1px solid #fff;
    position: relative;
  }
  .sp_pagetop ul li:not(:last-child) {
    width: 40%;
    background: #2c4c2e;
    border-top: 1px solid #fff;
    position: relative;
    border-right: 1px solid #fff;
  }
  .sp_pagetop ul li img {
    width: 20px;
  }
  .sp_pagetop ul li p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .sp_pagetop ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp_pagetop ul li a .txt {
    color: #fff;
    padding-left: 10px;
    font-size: 1.2rem;
  }
  .sp_pagetop ul li a:link, .sp_pagetop ul li a:visited {
    text-decoration: none;
  }
  .sp_pagetop ul li a:hover, .sp_pagetop ul li a:active {
    text-decoration: none;
  }
  .sp_copyright {
    color: #fff;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
  }
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
  }
  .copyright {
    background: #432d21;
    font-size: 1.3rem;
    color: #eee;
    text-align: center;
    padding: 6px 0;
    font-weight: normal;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #602828 solid;
  border-radius: 8px;
  background-color: #602828;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(96, 40, 40, 0.3);
          box-shadow: 0 0 1px 1px rgba(96, 40, 40, 0.3);
  background-color: #fff;
  color: #602828;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #602828 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(96, 40, 40, 0.5);
          box-shadow: 0 0 2px 2px rgba(96, 40, 40, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #602828;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #602828;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #602828;
  border-right: 3px solid #602828;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #602828;
  -webkit-box-shadow: 0 0 2px 2px rgba(96, 40, 40, 0.5);
          box-shadow: 0 0 2px 2px rgba(96, 40, 40, 0.5);
  background-color: #602828;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #602828;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span {
  color: #602828;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(96, 40, 40, 0.5);
          box-shadow: 0 0 2px 2px rgba(96, 40, 40, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #602828;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #602828;
  border-right: 1px solid #602828;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #602828;
  border-right: 1px solid #602828;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #602828;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(96, 40, 40, 0.7)), to(rgba(96, 40, 40, 0.7)));
  background-image: linear-gradient(90deg, rgba(96, 40, 40, 0.7), rgba(96, 40, 40, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(96, 40, 40, 0.3);
          box-shadow: 0 0 1px 1px rgba(96, 40, 40, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(96, 40, 40, 0.3);
          box-shadow: 0 0 1px 1px rgba(96, 40, 40, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加

*****************************************/
.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcn {
    display: block;
  }
  .spn {
    display: none;
  }
}</pre></body></html>