@charset "UTF-8";

/* font */
/* width */
/* color */
/* reset */
html,
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;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

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

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

input,
select {
  vertical-align: middle;
}

/*共通*/
body {
  color: #333333;
  background: #ffffff;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: none;
}

ul {
  list-style-type: none;
}

img {
  border: none;
}

iframe {
  width: 100%;
}
iframe.iframe-1 {
  width: 50%;
  height: 50vh;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover p {
  text-decoration: underline;
}

/*header*/
header {
  width: 100%;
  padding: 1rem 0;
  height: auto;
  background: #ffffff;
  z-index: 101;
  top: 0;
}
header .inner {
  max-width: 1320px;
  width: 96%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#logo_cover {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
  gap: 0 10px;
}

#logo_cover h1 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.7;
}

header .inner .logo {
  width: 180px;
  margin: 0;
}
header .inner .logo a {
  display: inline-block;
}
header .inner .logo a img {
  width: 100%;
  margin: 5px 0 0;
}
header .inner nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

header .inner nav ul li a {
  min-width: 100% !important;
}
header .inner nav ul li {
  width: auto;
  font-size: 1.2rem;
  margin-left: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
}
header .inner nav ul li.glasses {
  max-width: 197px;
  width: 70%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  background-image: url(../img/common/icon-glasses.png);
  padding-left: 40px;
}
header .inner nav ul li.fs-clientInfo {
  min-width: 100px;
}
header .inner nav ul li.fs-clientInfo span {
  font-size: 12px;
}
header .inner nav ul li.tocart {
  margin-left: -130px;
}
header .inner nav ul li.fix_tocart {
  min-width: 100px;
}
header .inner nav ul li a.mypage {
  min-width: 5.5em;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  background-image: url(../img/common/icon-mypage.png);
  padding-left: 40px;
  box-sizing: initial;
}
header .inner nav ul li a.guide {
  min-width: 7em;
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: left center;
  background-image: url(../img/common/icon-guide.png);
  padding-left: 33px;
  box-sizing: initial;
}
header .inner nav ul li a.history {
  min-width: 7em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  background-image: url(../img/common/icon-history.svg);
  padding: 3px 0 3px 30px;
  box-sizing: initial;
}
header .inner nav ul li a.cart {
  min-width: 3.5em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  background-image: url(../img/common/icon-wallet.png);
  padding-left: 30px;
  min-height: 24px;
  box-sizing: initial;
}

header .inner nav ul li a.reviews {
  min-width: 7em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  background-image: url(https://kanmi.itembox.design/item/reviews.png?d=20210330120328);
  padding-left: 29px;
  box-sizing: initial;
}

header .inner nav ul li form {
  width: 100%;
  display: inline-block;
}
header .inner nav ul li form input {
  width: 100%;
  padding: 0.5rem;
  font-size: 12px;
}

/* 矢印 > */
/*メインメニュー*/
#mainMenu {
  width: 100%;
  background: #ffffff;
  padding: 1rem 0 1rem;
}
#mainMenu #menuBar {
  max-width: 1200px;
  width: 96%;
  position: relative;
  margin: 0 auto;
  /*ドロップダウン*/
}
#mainMenu #menuBar ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
#mainMenu #menuBar ul li {
  display: block;
  min-width: 13%;
  width: auto;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.4rem;
  padding-top: 0.5rem;
  z-index: 102;
  font-size: 1.2rem;
}
#mainMenu #menuBar ul li:first-child,
#mainMenu #menuBar ul li:nth-child(5) {
  width: 20%;
}
#mainMenu #menuBar ul li:nth-child(4),
#mainMenu #menuBar ul li:last-child {
  width: 17%;
}
#mainMenu #menuBar ul li a,
#mainMenu #menuBar ul li span {
  display: block;
  width: 100%;
  padding: 0;
}
#mainMenu #menuBar ul li a b,
#mainMenu #menuBar ul li span b {
  width: 100%;
  display: block;
  border-right: 1px solid #eeebe8;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Montserrat";
  margin-top: 3px;
}
#mainMenu #menuBar ul li.dMenu-open:hover::after {
  content: "●";
  font-size: 1.6rem;
  color: #ec6b76;
  position: relative;
  bottom: 0;
}
#mainMenu #menuBar ul li.share {
  height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 118px 22px;
  background-position: center top;
  background-image: url(../img/common/g_navi-share--re.svg);
}
#mainMenu #menuBar ul li.share a {
  display: inline-block;
  margin: 2.1rem 0.3rem 0;
  width: auto;
}
#mainMenu #menuBar ul li.share img {
  width: 27px;
  height: 27px;
}

#mainMenu #menuBar div.dMenu {
  position: absolute;
  top: 85px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  visibility: hidden;
  z-index: 101;
  width: 100%;
  max-width: 1320px;
  padding: 30px;
}

.dMenu-open.active .dMenu {
  visibility: visible !important;
}

.i-close {
  margin-left: auto;
}

.dMenu form {
  max-width: 380px;
  background: url(https://kanmi.itembox.design/item/common/icon-search_new.png) no-repeat left center / 20px auto;
  padding-left: 30px;
  margin-bottom: 20px;
}

.dMenu form input {
  padding: 5px 10px;
}

#mainMenu #menuBar div.dMenu ul > div {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 400px;
  padding: 3rem 7rem 0;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#mainMenu #menuBar div.dMenu ul > div li {
  width: auto;
  background: #ffffff;
  border: none;
  line-height: 1.8;
  font-size: 0.63rem;
  text-align: left;
}
#mainMenu #menuBar div.dMenu ul > div li a {
  display: block;
  width: 100%;
  padding: 0;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  line-height: 1.3;
}
#mainMenu #menuBar div.dMenu ul > div li a.bag {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-bag.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.wallet {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-wallet.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.card_cases {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-card_cases.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.fashion {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-fashion.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.other_acce {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-other_acce.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.stationary {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-stationary.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.other_items {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-other_items.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.gamaguchi {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-gamaguchi.jpg);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.gentei_items {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-gentei_items.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.yoyaku_items {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-yoyaku_items.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.media {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-media.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.a4_size {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-a4_size.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.toseries {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left center;
  background-image: url(../img/common/menu-toseries.png);
  padding-left: 49px;
}
#mainMenu #menuBar div.dMenu ul > div li a.close {
  width: auto;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 2rem 2rem;
  margin: auto auto auto 2rem;
}
#mainMenu #menuBar div.dMenu ul > div li a b {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 3px;
  border: none;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap01 {
  width: 47%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 2%;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap01 li {
  margin-bottom: 2rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap01 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: initial;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap02 {
  width: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 2rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap02 li {
  margin-bottom: 1rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap02 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: initial;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap03 {
  width: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap03 li {
  margin-bottom: 2rem;
}
#mainMenu #menuBar div.dMenu ul > div .menu-wrap03 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: initial;
}

/* fix-header
------------------------------------------------------ */
.fix-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  top: -166px;
}
.fix-header header {
  padding: 0;
}
.fix-header #mainMenu {
  padding: 0;
}

/*sp 非表示*/
#dl-menu,
.spView {
  display: none;
}

.pcView {
  display: block;
}

/* main-visual */
.main-visual {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
.main-visual a {
  display: block;
}
.main-visual img {
  width: 100%;
}
.main-visual h1 {
  text-align: center;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 2.5px;
}
.main-visual h1 b {
  font-size: 2rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  letter-spacing: 5.5px;
  font-weight: 600;
}
.main-visual.other p {
  font-size: 1.4rem;
  color: #fff;
}
.main-visual.other {
  width: 100%;
  max-height: 300px;
  height: 51vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}

.main-visual.other.about {
  background-image: url("../img/aboutus/about_img01.jpg");
}
.main-visual.other.feature {
  background-image: url("../img/aboutus/feature_img01.jpg");
}
.main-visual.other.material {
  background-image: url("../img/aboutus/material_img01.jpg");
}
.main-visual.other.maintenance {
  background-image: url("../img/aboutus/maintenance_img01.jpg");
}
.main-visual.other.repair {
  background-image: url("../img/aboutus/repair_img01.jpg");
}
.main-visual.other.map {
  background-image: url("../img/aboutus/map_top.jpg");
}
.main-visual.other img {
  width: 180px;
  height: auto;
}

.main-visual.other.blogmain {
  background-image: url("../img/common/blog_mainimg01.jpg");
}

.main-visual.other.blog {
  background-image: url("../img/blog/blog_img01.jpg");
}
.main-visual.other.news {
  background-image: url("../img/news/news_img01.jpg");
}
.main-visual.other.company {
  background-image: url("../img/company/company_img01.jpg");
}
.main-visual.other.recruit {
  background-image: url("../img/company/recruit_img01.jpg");
}
.main-visual.other.rentalspace {
  background-image: url("../img/company/rentalspace_img01.jpg");
}
.main-visual.other.store {
  background-image: url("../img/company/store_img01.jpg");
}
.main-visual.other.wholesale {
  background-image: url("../img/company/wholesale_img01.jpg");
}
.main-visual.other.contact {
  background-image: url("../img/contact/contact_img01.jpg");
}
.main-visual.product {
  width: 100%;
  max-height: 300px;
  height: 51vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: end;
  align-items: end;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.main-visual.product h2 {
  text-align: left;
  margin: auto auto 2% 5%;
}
.main-visual.product.bag {
  background-image: url("../img/common/dummy_1200-300.png");
}

/* breadcrumbs */
.breadcrumbs {
  max-width: 1200px;
  width: 100%;
  margin: 15px auto 30px;
  font-size: 1.2rem;
  position: relative;
}
.single .breadcrumbs {
  max-width: 1150px;
}

.breadcrumbs span:first-of-type {
  margin-right: 5px;
}

.breadcrumbs span:not(:first-of-type) {
  margin: 0 5px;
}

/* pankuzu */
main nav#pankuzu {
  max-width: 1100px;
  width: 96%;
  margin: 15px auto 30px;
}
main nav#pankuzu > ul {
  margin: 0 auto;
}
main nav#pankuzu > ul::after {
  content: "";
  display: table;
  clear: both;
}
main nav#pankuzu > ul > li {
  float: left;
  display: inline-block;
  width: auto;
  margin: 0 22px 0 0;
  padding: 0;
  font-size: 1.4rem;
  position: relative;
}
main nav#pankuzu > ul > li:first-child {
  padding-left: 28px;
}
main nav#pankuzu > ul > li:first-child:before {
  content: "";
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-image: url("../img/common/pankuzu.png");
}
main nav#pankuzu > ul > li > a {
  padding: 3px 20px 3px 0;
  position: relative;
  color: #333333;
}
main nav#pankuzu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*コンテンツ*/
.contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
}

.contents img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.contents.flex-space {
  display: grid;
  grid-template-columns: auto 260px;
  gap: 0 112px;
  align-items: flex-start;
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
}

.contents.flex-space-r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents h2 {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 2.5rem;
}
.contents h2.inside-kanmi {
  background-repeat: no-repeat;
  background-size: 35px 37px;
  background-position: center top;
  background-image: url(../img/common/h2_inside-kanmi.png);
  padding-top: 39px;
}
.contents h2.news {
  background-repeat: no-repeat;
  background-size: 22px 32px;
  background-position: center top;
  background-image: url(../img/common/h2_news.png);
  padding-top: 35px;
}
.contents h2.h2-index {
  font-size: 2.1rem;
  text-align: left;
  padding: 0 8px;
  color: #7dadac;
  border-bottom: #333333 2px solid;
}
.contents h2.h2-other {
  font-size: 2.1rem;
  text-align: left;
  padding: 0;
  color: #333333;
  border-bottom: #7dadac 2px solid;
}
.contents h2.h2-index img,
.contents h2.h2-other img {
  margin: 0 8px;
  position: relative;
  top: 6px;
}

.contents div.col3 {
  width: 30%;
}
.contents div.col4 {
  width: 44%;
}
.contents div.col5 {
  width: 53%;
}
.contents div.col5.mt-12 {
  margin-top: 9rem;
}
.contents div.col6 {
  width: 64%;
}
.contents div.col7 {
  max-width: 925px;
  width: 100%;
  margin: auto;
}
.contents div .mb-5 {
  margin-bottom: 5rem;
}
.contents div .mt-0 {
  margin-top: 0;
}
.contents div ol.decimal {
  display: block;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.contents div ol.decimal li {
  list-style-type: decimal;
  padding-bottom: 0.3rem;
  display: list-item;
  margin: auto auto 0.5rem 2rem;
  font-size: 1.8rem;
}
.contents div ol.decimal li p {
  font-size: 1.8rem;
}
.contents div ul.disc {
  display: block;
}
.contents div ul.disc.mb-5 {
  margin-bottom: 5rem;
}
.contents div ul.disc li {
  list-style-type: disc;
  padding-bottom: 0.3rem;
  display: list-item;
  margin: auto auto 0.5rem 2rem;
  font-size: 1.4rem;
}
.contents div ul.disc li.st-none {
  list-style-type: none;
  margin-left: 0;
}
.contents div ul.btn_color {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 2rem auto 8rem;
}
.contents div ul.btn_color li {
  width: 48%;
  height: auto;
  list-style-type: none;
  display: block;
  margin: auto 0 4%;
}
.contents div ul.btn_color li.bg-p {
  background-color: #e8e7df;
}
.contents div ul.btn_color li.bg-b {
  background-color: #e8e7df;
}
.contents div ul.btn_color li.bg-o {
  background-color: #e8e7df;
}
.contents div ul.btn_color li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  min-height: 16vh;
  height: auto;
  border-radius: 10px;
  margin: 2rem;
  text-align: center;
}
.contents div ul.btn_color li a.bor-p {
  border: #f5b57f 1px dashed;
}
.contents div ul.btn_color li a.bor-b {
  border: #a8d59d 1px dashed;
}
.contents div ul.btn_color li a.bor-o {
  border: #ffe7c5 1px dashed;
}
.contents div ul.btn_color li a span {
  font-size: 1.4rem;

  display: inline-block;
}
.contents div span.underline {
  display: inline-block;
  border-bottom: #333333 1px solid;
  font-size: 100%;
}
.contents div .txt-indent {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.contents div .wid-wrap {
  min-width: 6em;
  width: auto;
}
.contents div .wid-wrap h2.stripe {
  display: inline-block;
  width: auto;
  text-align: left;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.4;
}
.contents div .wid-wrap h2.stripe::after {
  content: "";
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 4px);
  background: repeating-linear-gradient(-45deg, #333333, #333333 2px, #ffffff 2px, #ffffff 4px);
}

.contents div h3.h3-first {
  width: 100%;
  text-align: left;
  font-size: 1.7rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  letter-spacing: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.contents div h3.h3-first a {
  display: block;
  width: 95%;
  border-bottom: 1px solid transparent;
}
.contents div h3.h3-first a:hover {
  border-bottom: 1px solid #e0e0e0;
}
.contents div h3.h3-first a:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: gray;
}
.tab_panel p a {
  word-break: break-all;
}
.contents div h3.h3-first b {
  font-size: 3rem;
  font-style: italic;
}
.contents div p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.contents div p .marker-y {
  background-color: #ffff8c;
  font-size: 100%;
}
.contents div p.mb-1 {
  margin-bottom: 1rem;
}
.contents div .kanmi-manga {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 90px;
  height: auto;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: left center;
  background-image: url("../img/aboutus/index_ueno.png");
  padding-left: 85px;
}
.contents div .kanmi-manga.f-small {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 10px;
}
.contents div .kanmi-manga .f100 {
  font-size: 100%;
}
.contents div .kanmi-online-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left top;
  background-image: url("../img/aboutus/repair_online-h.png");
  margin: 3rem auto;
  padding-top: 3rem;
  border-bottom: #bfbfbf 1px solid;
}
.contents div .kanmi-online-wrap .kanmi-wrench {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  background-image: url("../img/aboutus/icon-wrench.png");
  margin: 0 auto 0.5rem 3rem;
  padding-left: 40px;
  font-size: 2rem;
  text-align: left;
}
.contents div .campaign-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: left top;
  background-image: url("../img/company/rentalspace_campaign-h.png");
  margin: 3rem auto 3rem 1rem;
  padding-top: 3rem;
}
.contents div .campaign-wrap .campaign-h {
  display: inline-block;
  height: auto;
  margin: 0 auto 0.5rem 2rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
  background-color: #a8d59d;
  color: #ffffff;
  letter-spacing: 2px;
}
.contents div .campaign02-wrap {
  width: 65%;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center 2rem;
  background-image: url("../img/company/rentalspace_campaign-h02.png");
  margin: 2rem auto 5rem;
  padding: 5.5rem 13% 2rem;
  background-color: #ffe7c5;
}
.contents div .campaign02-wrap .campaign-h02 {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 0.5rem;
  padding: 1.5rem 20%;
  font-size: 1.4rem;
  text-align: left;
  background-color: #ffffff;
  color: #333333;
  border-radius: 10px;
}
.contents h4 {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.contents h4 em {
  font-style: normal;
  display: block;
  font-size: 1.4rem;
}
.contents dl.col1 {
  width: 100%;
}
.contents dl.col2 {
  width: 49%;
}
.contents dl.col2 dd a,
.col1 dd a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.contents dl.col3 {
  width: 32%;
}
.contents dl.col4 {
  width: 23.5%;
}
.contents dl.dl-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4rem;
}
.contents dl.dl-flex dt {
  width: 4em;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.contents dl.dl-flex dd {
  width: 90%;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.contents dl.dl-flex-n {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  align-items: normal;
  margin-bottom: 4rem;
}

.contents dl.dl-flex-n dt {
  max-width: 360px;
  width: 40%;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.contents dl.dl-flex-n dd {
  width: 55%;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  padding-top: 1rem;
}
.contents dl.dl-flex-n dd h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.contents dl.dl-flex-n dd p {
  font-size: 1.4rem;
}
.contents dl dt {
  position: relative;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}
.contents dl dt.new::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 85px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-image: url(../img/common/new.png);
}
.contents dl dt a {
  display: block;
  margin: 0;
  padding: 0;
}
.contents dl dd {
  width: 100%;
  margin-bottom: 2rem;
}
.col1 dd a.btn_cart,
.col2 dd a.btn_cart {
  width: 13%;
}
.col1 dd .btn_cart,
.col2 dd .btn_cart {
  width: 63px;
  min-width: 63px;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 5px center;
  background-image: url(../img/common/icon-cart.png);
  margin-right: 1.5rem;
  padding: 3px 0px 3px 25px;
  border: #333333 1px solid;
  font-weight: bold;
}
.col4 dd .btn_cart {
  width: 63px;
  min-width: 63px;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 5px center;
  background-image: url(../img/common/icon-cart.png);
  margin-right: 1.5rem;
  padding: 3px 0px 3px 25px;
  border: #333333 1px solid;
  font-weight: bold;
}

dl dd .btn_blog {
  width: 48px;
  min-width: 48px;
  display: block;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px center;
  background-image: url(../img/common/icon-blog.png);
  margin-right: 1.5rem;
  padding: 3px 0px 3px 25px;
  border: #333333 1px dashed;
  font-weight: bold;
}
dl dd p {
  font-size: 1.4rem;
  line-height: 1.8;
}
dl dd p b {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  margin-top: 5px;
}

.contents figure {
  width: 23%;
}
.contents figure img {
  margin-bottom: 1rem;
}
.contents figure figcaption {
  font-size: 1.4rem;
}
.contents figure figcaption.f-big {
  font-size: 1.6rem;
}
.contents.follow_us {
  height: 56px;
  display: contents;
  margin-bottom: 5rem;
}
.contents.follow_us h4 {
  background-repeat: no-repeat;
  background-size: 194px 23px;
  background-position: center top;
  background-image: url(../img/common/h-follow_us.png);
  text-indent: -999999px;
  margin-bottom: 0;
  font-size: 2.1rem;
}
.contents.follow_us div {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.contents.follow_us div a {
  display: inline-block;
  margin: 0 0.5rem 0;
  width: auto;
}
.contents.follow_us div i {
  font-size: 6.7rem;
  font-weight: normal;
}
.contents.follow_us div i.insta {
  background-color: #333333;
  color: #ffffff;
  font-size: 5.6rem;
  padding: 3px 6px 0px 6px;
  border-radius: 5px;
}
.contents a.btn_normal {
  min-width: 15rem;
  width: auto;
  height: auto;
  margin: 1.5rem 2rem;
  display: inline-block;
  padding: 1rem 1rem;
  border: #333333 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal02 {
  width: 30%;
  height: auto;
  margin: 1.5rem 2rem;
  display: block;
  padding: 10px 15px;
  border: #333333 1px solid;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal02.dashed {
  border: #333333 1px dashed;
}
.contents a.btn_normal03 {
  min-width: 20rem;
  width: auto;
  height: auto;
  margin: 0 auto 4rem 6rem;
  display: inline-block;
  padding: 1.5rem 2.2rem;
  border: #333333 1px solid;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.contents a.btn_normal03.ml-1 {
  margin-left: 9rem;
}
.contents a.btn_normal03.m-all {
  margin: auto;
}
.contents .btn_arrow-wrap {
  min-width: 13rem;
  width: auto;
  float: right;
}
.contents .btn_arrow-wrap a.btn_arrow {
  width: auto;
  height: auto;
  margin: 1.5rem 2rem 5rem;
  display: inline-block;
  padding: 1rem 4.8rem 1.8rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.contents .btn_arrow-wrap a.btn_arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 14em;
  width: 100%;
  border-bottom: 1px solid #333333;
}
.contents .btn_arrow-wrap a.btn_arrow::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -4px;
  width: 30px;
  border-top: 1px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.contents a.btn_cart02 {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 25px 27px;
  background-position: 2rem center;
  background-image: url(../img/common/icon-cart.png);
  margin-right: 1.5rem;
  padding: 1.5rem 3rem 1.5rem 7rem;
  border: #333333 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
}
.contents a.btn_orange {
  display: inline-block;
  min-width: 20rem;
  width: auto;
  height: auto;
  margin: auto;
  padding: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  background-color: #f5b57f;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
.contents#news.flex-space dl dt time {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  padding-left: 22px;
}
.contents#news.flex-space dl dt time::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 3px;
  background-image: url(../img/common/icon-clock.png);
  padding-bottom: 3px;
}
.news-cat {
  margin-right: 7px;
}
.news-cat span {
  font-size: 1.2rem;
  padding: 3px 5px;
}
.shopinfo .news-cat span {
  border: 1px dashed #79c471;
}
.onlinenews .news-cat span {
  border: 1px dashed #00a8ec;
}
.pop-up-shop .news-cat span {
  border: 1px dashed #ed6c9e;
}
.media .news-cat span {
  border: 1px dashed lightcoral;
}
.kanm-fair .news-cat span {
  border: 1px dashed orange;
}
.tabisurukanmi .news-cat span {
  border: 1px dashed brown;
}
.event .news-cat span {
  border: 1px dashed #8dcff4;
}
.news-mark {
  display: flex;
  margin-top: 5px;
}

.about .col1 {
  margin-bottom: 15px;
}
.about dl dd p b {
  margin-top: 0;
  font-size: 1.4rem;
}

/*page*/
.page .main-visual {
  max-width: 1100px;
  width: 96%;
  margin: auto;
}

.page .contents,
.error404 .contents {
  max-width: 1100px;
  width: 96%;
  margin: 2rem auto 3rem;
}
.online_wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 0 0 30px;
  vertical-align: middle;
}
.online_wrap li {
  width: calc(25% - 25px);
  height: 170px;
  margin: 20px 25px 20px 0;
  vertical-align: top;
  background-color: #fff;
}
.online_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 1px solid #000;
}
.online_box span {
  position: absolute;
  top: 20%;
  display: flex;
  align-items: center;
  height: 1em;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.online_box img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 63%;
  max-height: 38%;
  margin: auto;
}
.online_box::after {
  position: absolute;
  top: 85%;
  left: 90%;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid transparent;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.merit_wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}

.online_icon {
  width: 25%;
  text-align: center;
  padding-top: 10px;
}
.online_icon img {
  width: 65px;
  height: auto;
}
.online_txt {
  margin: -100px 0 0;
  padding: 110px 0 15px;
  width: 75%;
}
.online_txt p.online_merit {
  margin-bottom: 0;
}
.contents div .online_txt h3 {
  font-size: 21px;
  margin-bottom: 1rem;
  width: auto;
}
.online_txt h3 span {
  font-size: 21px;
  color: #df5656;
}
.online_txt p span {
  font-size: 24px;
  font-weight: bold;
}
.online_ttl {
  display: flex;
  align-items: center;
}
.online_ttl .member {
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #df5656;
  padding: 1px 5px;
  margin: 0 0 1rem 1rem;
}
.online_flex {
  display: flex;
  justify-content: space-between;
}
.online_left {
  width: 30%;
}
.online_flex img {
  width: 100%;
}
.online_right {
  width: 65%;
}
.online_flex ul {
  margin-left: 20px;
}
.online_flex li {
  font-size: 13px;
  list-style: disc;
}

/*blog*/
.posts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 47.5%);
  gap: 40px 5%;
}

.category-blog article img {
  border: 1px solid #e0e0e0;
}

.detail {
  width: 100%;
  display: block;
}
.detail .post {
  width: 100%;
}

.detail .post strong {
  font-size: 1.6rem;
  font-weight: bold;
}

.detail .post img.w100 {
  width: 100%;
}
.detail .post h1.h1-detail {
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  border-bottom: #333333 1px solid;
  padding-bottom: 1em;
}
.detail .more-book {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  align-items: normal;
  margin: 3rem auto 5rem;
}
.detail .more-book .post {
  width: 48%;
}
.detail .more-book .post img {
  width: 100%;
}
.detail .more-book h2.h2-book {
  font-size: 2.1rem;
  letter-spacing: 2px;
  line-height: 2.2;
  margin-bottom: 3rem;
  text-align: left;
  width: 100%;
  border-bottom: #333333 1px solid;
  padding-bottom: 1rem;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-size: 47px 45px;
  background-position: left top;
  background-image: url("../img/common/icon-blog.png");
}
.detail .sns_list {
  margin: 1rem 0 3rem 0;
}
.detail .sns_circle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.detail .sns_circle.f {
  background-color: #36578d;
}
.detail .sns_circle.t {
  background-color: #00aee0;
}
.detail .sns_circle.l {
  background-color: #16d450;
}
.detail .sns_circle.b {
  background-color: #0099c8;
  background: -webkit-linear-gradient(top, #0099c8 0%, #0099c8 50%, #1687c4 51%, #1687c4 100%);
  background: linear-gradient(to bottom, #0099c8 0%, #0099c8 50%, #1687c4 51%, #1687c4 100%);
}
.detail .sns_circle a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.detail .sns_circle i {
  position: absolute;
  padding: 5px;
  font-size: 2rem;
  color: #ffffff;
}
.detail .sns_circle i.icon-facebook {
  font-size: 2.2rem;
  padding: 2px;
}
.contents .detail a.btn_normal03 {
  margin: 30px 0 60px;
}

.cat-ttl {
  max-width: 1150px;
  width: 96%;
  margin: auto;
  text-align: center;
}
.cat-ttl h2 {
  font-size: 2.4rem;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.cat-ttl h2.cat-news {
  border: none;
}
.category-news .cat-ttl {
  display: none;
}

.post .ttl {
  letter-spacing: 2px;
}
.post .ttl span {
  width: max-content;
  height: auto;
  display: inline-block;
  padding: 10px 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  text-align: center;
  border: #333333 1px dashed;
}
.post .ttl time {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  padding-left: 26px;
}
.post .ttl time::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-image: url(../img/common/icon-clock.png);
}
.post h2.h2-post {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: left;
}
.post iframe {
  max-width: 600px;
  width: 100%;
  min-height: 200px;
}
.post iframe.iframe_s {
  width: auto;
  max-height: 220px;
}

/*news*/
.news-wrap {
  width: 100%;
  display: block;
}
.news-wrap dl {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  align-items: normal;
  padding: 2rem 0;
  border-bottom: #898989 1px solid;
}
.news-wrap dl:nth-child(1) {
  border-top: #898989 1px solid;
}
.news-wrap dl dt {
  width: 30%;
  margin-bottom: 0;
}

.news-wrap dl dt time {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  padding-left: 28px;
  padding-right: 5px;
  line-height: 2.2;
}
.news-wrap dl dt time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  background-image: url(../img/common/icon-clock.png);
}

.news-wrap dl dd {
  width: 70%;
  margin-left: 1rem;
  margin-bottom: 0;
}
.news-wrap dl dd a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.news-wrap dl dd p {
  margin: 0;
  font-size: 1.6rem;
}

/*shop*/
#access {
  margin-top: -100px;
  padding-top: 100px;
}
.shop-area {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.shop-left {
  width: 40%;
}
.shop-right {
  width: 50%;
}
.shop-left img {
  width: 100%;
  height: auto;
}
.shop-area div em {
  width: auto;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  background-color: #005073;
  display: inline-block;
}
.shop-area div em.orange {
  background-color: #ea6b48;
}
.shop-area div h3 {
  width: 100%;
  text-align: left;
  font-family: "Montserrat";
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
}

dl dd.flag {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 5px;
  background-image: url(../img/common/icon-flag.png);
  margin-bottom: 1.7rem;
  padding-left: 30px;
}
dl dd.flag p {
  line-height: 2;
}
dl dd.clock {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 5px;
  background-image: url(../img/common/icon-clock.png);
  margin-bottom: 1.7rem;
  padding-left: 30px;
}
dl dd.clock p {
  line-height: 2;
}
dl dd.train {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 5px;
  background-image: url(../img/common/icon-train.png);
  margin-bottom: 1.7rem;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
dl dd.train p {
  line-height: 2;
}
dl dd.train p.underline {
  border-bottom: #333333 1px solid;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: auto;
}
dl dd.phone {
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 3px 3px;
  background-image: url(../img/common/icon-phone.png);
  margin-bottom: 2rem;
  padding-left: 30px;
}
dl dd.phone p {
  line-height: 2;
  margin-top: 0.8rem;
}

@media screen and (max-width: 600px) {
  .shop-area {
    display: block;
  }
  .shop-left,
  .shop-right {
    width: 90%;
    margin: 0 auto 10px;
  }
}

/* calendar css */
#biz_calendar {
  max-width: 400px !important;
  width: 100%;
  margin: 0 !important;
}

/*instagram*/
.block06_wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone,
#sb_instagram .sbi_type_carousel .fa-clone {
  display: none !important;
}
/*footer前btn*/
.btn_area {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

/*product*/
.product {
  width: 100%;
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  align-items: normal;
}
.product figure {
  width: 48%;
  margin-bottom: 3rem;
}
.product figure img {
  margin-bottom: 1rem;
}
.product figure figcaption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.product figure figcaption span {
  font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-size: 100%;
}
.product dl {
  width: 32%;
}
.product dl a {
  display: block;
  margin: 0;
  padding: 0;
}
.product dl dt {
  position: relative;
  margin-bottom: 0.4rem;
  display: inline-block;
  width: 100%;
}
.product dl dd {
  width: 100%;
  margin-bottom: 2rem;
}
.product dl dd p {
  margin: 0.5rem 0;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
.product dl dd .btn_normal-s {
  width: 100px;
  height: auto;
  margin: auto;
  padding: 0.5rem;
  font-size: 1.4rem;
  display: block;
  border: #333333 1px solid;
  font-weight: bold;
  text-align: center;
}

/*sort-list*/
ul.sort-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}
ul.sort-list li {
  font-size: 1.4rem;
  padding: 0 2rem;
  border-right: #333333 1px solid;
  line-height: 1;
}
ul.sort-list li:last-child {
  border-right: none;
  padding-right: 0;
}

/*item_color*/
ul.item_color {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0.5rem auto;
}
ul.item_color li.circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: auto 2px;
}
ul.item_color li.circle.red {
  background-color: darkred;
}
ul.item_color li.circle.khaki {
  background-color: darkolivegreen;
}
ul.item_color li.circle.brown {
  background-color: #7b5607;
}
ul.item_color li.circle.black {
  background-color: #000;
}
ul.item_color li.circle.camel {
  background-color: darkgoldenrod;
}
ul.item_color li.circle.lightbrown {
  background-color: #9e8b75;
}
ul.item_color li.circle.white {
  background-color: beige;
  border: #bfbfbf 1px solid;
}
ul.item_color li.circle.orange {
  background-color: orange;
}
ul.item_color li.circle.navy {
  background-color: navy;
}
ul.item_color li.circle.yellow {
  background-color: #e4cb6a;
}
ul.item_color li.circle.pink {
  background-color: pink;
}
ul.item_color li.circle.beige {
  background-color: rosybrown;
}
ul.item_color li.circle.yellow {
  background-color: gold;
}
ul.item_color li.circle.skyblue {
  background-color: lightblue;
}

/*pager*/
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

/* ページ番号 */
.pagination .pager {
  width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}
/* 次へ */
.pagination a.next {
  margin-left: 16px;
}
/* 最初へ */
.pagination a.first {
}
/* 最後へ */
.pagination a.last {
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

/*aside*/
.sidebar {
  width: 100%;
}
.sidebar ul {
  width: 100%;
  border-top: #898989 2px solid;
}
.sidebar ul:last-child {
  border-bottom: #898989 2px solid;
}

.sidebar ul li:nth-of-type(2) {
  border-top: #bfbfbf 1px dashed;
}
.sidebar ul li:not(:first-of-type) {
  border-bottom: #bfbfbf 1px dashed;
}

/*store tab*/
.tab_wrap {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  align-items: normal;
}
.tab_wrap input[type="radio"] {
  display: none;
}
.tab_wrap .tab_area {
  font-size: 0;
  margin: 0 10px;
  width: 100%;
}
.tab_wrap .tab_area label {
  width: 100%;
  margin: 0;
  display: inline-block;
  padding: 1px;
  color: #333333;
  background: #ffffff;
  text-align: left;
  font-size: 1.6rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-bottom: #bfbfbf 1px solid;
}
.tab_wrap .tab_area label:first-child {
  border-top: #bfbfbf 1px solid;
}
.tab_wrap .tab_area label:hover {
  opacity: 0.7;
}
.tab_wrap .tab_area label b {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1px;
  padding: 1rem 2rem;
  display: block;
  font-weight: normal;
}
.tab_wrap .panel_area .tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}
.tab_wrap #tab1:checked ~ .tab_area .tab1_label,
.tab_wrap #tab2:checked ~ .tab_area .tab2_label,
.tab_wrap #tab3:checked ~ .tab_area .tab3_label,
.tab_wrap #tab4:checked ~ .tab_area .tab4_label,
.tab_wrap #tab5:checked ~ .tab_area .tab5_label,
.tab_wrap #tab6:checked ~ .tab_area .tab6_label,
.tab_wrap #tab7:checked ~ .tab_area .tab7_label,
.tab_wrap #tab8:checked ~ .tab_area .tab8_label,
.tab_wrap #tab9:checked ~ .tab_area .tab9_label,
.tab_wrap #tab10:checked ~ .tab_area .tab10_label,
.tab_wrap #tab11:checked ~ .tab_area .tab11_label,
.tab_wrap #tab12:checked ~ .tab_area .tab12_label,
.tab_wrap #tab13:checked ~ .tab_area .tab13_label,
.tab_wrap #tab14:checked ~ .tab_area .tab14_label {
  background-color: #ffffff;
}
.tab_wrap #tab1:checked ~ .tab_area .tab1_label b,
.tab_wrap #tab2:checked ~ .tab_area .tab2_label b,
.tab_wrap #tab3:checked ~ .tab_area .tab3_label b,
.tab_wrap #tab4:checked ~ .tab_area .tab4_label b,
.tab_wrap #tab5:checked ~ .tab_area .tab5_label b,
.tab_wrap #tab6:checked ~ .tab_area .tab6_label b,
.tab_wrap #tab7:checked ~ .tab_area .tab7_label b,
.tab_wrap #tab8:checked ~ .tab_area .tab8_label b,
.tab_wrap #tab9:checked ~ .tab_area .tab9_label b,
.tab_wrap #tab10:checked ~ .tab_area .tab10_label b,
.tab_wrap #tab11:checked ~ .tab_area .tab11_label b,
.tab_wrap #tab12:checked ~ .tab_area .tab12_label b,
.tab_wrap #tab13:checked ~ .tab_area .tab13_label b,
.tab_wrap #tab14:checked ~ .tab_area .tab14_label b {
  background-color: #ea6b48;
  color: #ffffff;
  font-weight: bold;
}
.tab_wrap #tab1:checked ~ .panel_area #panel1,
.tab_wrap #tab2:checked ~ .panel_area #panel2,
.tab_wrap #tab3:checked ~ .panel_area #panel3,
.tab_wrap #tab4:checked ~ .panel_area #panel4,
.tab_wrap #tab5:checked ~ .panel_area #panel5,
.tab_wrap #tab6:checked ~ .panel_area #panel6,
.tab_wrap #tab7:checked ~ .panel_area #panel7,
.tab_wrap #tab8:checked ~ .panel_area #panel8,
.tab_wrap #tab9:checked ~ .panel_area #panel9,
.tab_wrap #tab10:checked ~ .panel_area #panel10,
.tab_wrap #tab11:checked ~ .panel_area #panel11,
.tab_wrap #tab12:checked ~ .panel_area #panel12,
.tab_wrap #tab13:checked ~ .panel_area #panel13,
.tab_wrap #tab14:checked ~ .panel_area #panel14 {
  display: block;
}

/*table*/
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 8rem;
}
table th {
  width: 30%;
  background-color: #dd9a80;
  color: #ffffff;
  border: #dfc5c5 1px solid;
  padding: 2rem;
  font-size: 1.4rem;
  text-align: left;
}
table td {
  border: #dfc5c5 1px solid;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  text-align: left;
}

/*accordion*/
.accordion {
  width: 300px;
  display: inline-block;
}
.accordion > li {
  margin-bottom: 1rem;
}
.accordion .button {
  padding: 1rem;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border: #333333 1px solid;
}
.accordion .button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -1.5rem;
  font-size: 3rem;
}
.accordion .button.active::after {
  content: "-";
  right: 15px;
  font-size: 3rem;
  margin-top: -2rem;
}
.accordion .nest {
  margin: 1rem;
}
.accordion .nest .accordion_1 li {
  font-size: 1.4rem;
}

/*フッター*/
footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

nav.footer-top-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
nav.footer-top-nav ul li {
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
nav.footer-top-nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: #ccc;
}
.footer-txt {
  border: 2px solid #e0e0e0;
  width: 70%;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}
.footer-txt h5 {
  font-size: 1.3rem;
  font-weight: bold;

  padding-bottom: 15px;
  line-height: 1.8;
}
.footer-txt p {
  font-size: 1.3rem;
}
.footer-txt p.red_txt {
  color: red;
}
.footer-txt ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.footer-txt ul li {
  font-size: 1.3rem;
  padding: 0 10px;
}
.footer-txt ul li a {
  border-bottom: 1px solid #000;
}

.copyright {
  text-align: center;
  padding-bottom: 30px;
}

/*フォーム*/
.contact form {
  width: auto;
  margin: 5rem auto;
  display: block;
}
.contact form dl {
  border-bottom: #eeeeee 1px solid;
  display: -webkit-flex;
  display: flex;
}
.contact form dl:nth-child(2) {
  border-top: #eeeeee 1px solid;
}
.contact form dl dt {
  width: 25%;
  background-color: #fafafa;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 2rem;
  text-align: left;
  margin: 0;
  font-weight: bold;
}
.contact form dl dt.v-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contact form dl dt .required {
  display: inline-block;
  background-color: #ec6b76;
  color: #ffffff;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
}
.contact form dl dd {
  width: 75%;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 2rem;
}
.contact form dl dd .required-aten {
  color: #f10d0d;
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.contact form dl dd textarea {
  border: 1px solid #eeeeee;
  padding: 1rem;
  font-size: 1.4rem;
  width: 95%;
  height: 25vh;
}
.contact form dl dd input[type="text"],
.contact form dl dd input[type="email"],
.contact form dl dd input[type="tel"] {
  border: 1px solid #eeeeee;
  padding: 1rem;
  font-size: 1.4rem;
  width: 60%;
}
.contact form ul.buttons {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 5rem auto 8rem;
}
.contact form ul.buttons li:nth-child(2) {
  width: 40%;
}
.contact form ul.buttons li:nth-child(2) input {
  width: 100%;
}
.contact form span {
  font-size: 1.4rem;
}
.contact form select,
.contact form input {
  font-size: 1.4rem;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: 1px solid #8dcff4;
  padding: 1rem 2rem;
  background: #8dcff4;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border: 1px solid #8dcff4;
  background: #ffffff;
  color: #898989;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.small {
  font-size: 85%;
}

.big-b {
  font-size: 125% !important;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.f-aten {
  color: #f10d0d;
}

.f-l {
  float: left;
}
.f-r {
  float: right;
}

.flex-center {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-between {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex-between img.wid-32-2 {
  width: 32%;
}
.flex-between img.wid-48 {
  width: 48%;
}

.flex-between-n {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  align-items: normal;
}
.flex-between-n img.wid-32 {
  width: 32%;
}
.flex-between-n img.wid-48-2 {
  width: 48%;
}

.flex-between-n02 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  align-items: normal;
}

.flex-around-n {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: normal;
  align-items: normal;
}
.flex-around-n figure {
  width: 26%;
  margin: 0 3.6% 2rem;
}
.flex-around-n figure img {
  margin-bottom: 0.5rem;
}
.flex-around-n figure figcaption {
  font-size: 1.4rem;
}

/*repair*/

.page-id-6246 .flex-between {
  flex-wrap: wrap;
}

/*map*/
.map_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.map_flex .map_inner {
  width: 47%;
  padding-right: 20px;
}
.arrow {
  position: relative;
}
.arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-left: solid 12px #697b91;
  top: 50%;
  right: -10px;
  margin-top: -5px;
}

/*404*/

.error404 .contents div {
  text-align: center;
  padding: 30px 0;
}

/*blog*/
.contents div .blog_page p {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.77;
  letter-spacing: initial;
}
.blog_page .blog_flex {
  display: flex;
  margin-bottom: 20px;
}
.blog_page .blog_left {
  width: 60%;
}
.blog_page .blog_left img {
  width: 100%;
}
.blog_page .blog_right {
  width: 30%;
  margin-left: 30px;
}
.contents div .blog_page h2 {
  text-align: left;
  margin: 40px 0 1rem;
}
.contents div .blog_page h3 {
  font-size: 21px;
  margin: -60px 0 10px;
  padding-top: 100px;
  letter-spacing: initial;
}
.blog_page .blog_right ol {
  margin-left: 25px;
}
.blog_page .blog_right ol li {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog_page .blog_right ol li a span {
  font-weight: normal;
}
.contents div .blog_page h4 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin: -100px 0 20px;
  padding-top: 100px;
  letter-spacing: initial;
}
.contents div .blog_page h4 span {
  font-size: 27px;
  font-weight: normal;
  font-style: italic;
}
.blog_page .item_box {
  max-width: 630px;
  margin: 40px 0;
}
.blog_page .item_box a {
  display: flex;
  align-items: flex-start;
  background: #f6f6f6;
  padding: 20px 20px 0;
}
.blog_page .item_box a:hover p {
  text-decoration: none;
  color: #00aee0;
}
.blog_page .item_box a img {
  width: 40%;
  height: auto;
}
.blog_page .item_box a div.item_box_inner {
  width: 60%;
  margin-left: 20px;
}
.blog_page .item_box > p {
  display: none;
}
.blog_page .item_box a div.item_box_inner p {
  font-size: 16px;
}
.blog_page .item_box a div.item_box_inner p span {
  font-size: 16px;
  border-bottom: 1px solid #000;
}
.blog_page a.blog_ref {
  border-bottom: 1px dashed #000;
}
.blog_page p.toread {
  background: url(../img/common/icon-blog.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 36px;
}
.blog_page a.linkto {
  display: flex;
  width: 60%;
  border: 1px solid #ccc;
  align-items: center;
  margin-bottom: 10px;
}
.blog_page p a.linkto {
  display: none;
}
.blog_page a.linkto img {
  width: 40%;
}
.blog_page a.linkto h3 {
  width: 60%;
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
p.attention {
  max-width: 1200px;
  width: 96%;
  margin: 5px auto 0;
  background: beige;
  padding: 5px 0 5px 10px;
}
p.attention2 {
  max-width: 1200px;
  width: 96%;
  margin: 5px auto 0;
  background: #eedede;
  padding: 5px 0 5px 10px;
}
p.attention a {
  font-size: 11px;
  border-bottom: 1px solid #000;
}
p.attention2 a {
  font-size: 11px;
  border-bottom: 1px solid #000;
}

.contents div .blog_page.mothers_day h2 {
  margin: -60px 0 1rem;
  padding-top: 100px;
}

.mothers_day .index {
  background: floralwhite;
  padding: 0 20px 10px;
}

.contents div.blog_page.mothers_day .index h2 {
  font-size: 2rem;
  padding: 20px 0 10px;
  margin: 20px 0 1rem;
  border-bottom: 1px dashed #666;
}

.mothers_day .index ol {
  padding-left: 20px;
}

.mothers_day .index li {
  font-weight: bold;
  padding-bottom: 8px;
  font-size: 1.5rem;
}

.mothers_day .index li ul {
  padding: 10px 0 0;
}

/*/////////////////////////////////////////////////
//チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/

.balloon__contener {
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.balloon__contener:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.balloon__contener figure {
  width: 60px;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  /* 正方形を用意 */
}

.balloon__contener figure img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: solid 1px #dddddd;
}

.balloon__contener figure figcaption {
  color: #000000;
  width: 60px;
  position: absolute;
  top: 60px;
  text-align: center;
  font-size: 70%;
  line-height: 100%;
}

.balloon__contener .balloon__left {
  width: 100%;
  position: relative;
  display: block;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__left figure {
  left: 0;
}

.balloon__contener .balloon__left .balloon__text {
  margin-left: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
}

.balloon__contener .balloon__left .balloon__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 12px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon__contener .balloon__right {
  width: 100%;
  position: relative;
  display: block;
  float: right;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__right figure {
  right: 0;
}

.balloon__contener .balloon__right .balloon__text {
  margin-right: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  /* 吹き出し */
}

.balloon__contener .balloon__right .balloon__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media only screen and (max-width: 767px) {
  .balloon__contener .balloon__left,
  .balloon__contener .balloon__right {
    max-width: 100%;
  }
}
/*エッセイ*/
.contents .text1 {
  margin-bottom: 20px;
}
.contents .essay {
  background-color: #e8e5df;
  display: block;
  padding: 15px 30px;
  margin-bottom: 20px;
}
.contents .essay p,
.contents .essay h3,
.contents .essay h4 {
  font-family: dnp-shuei-mincho-pr6n, "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
  font-weight: 500;
  font-style: normal;
}
.contents .essay h3 {
  font-weight: bold;
  font-size: 2em;
  border-bottom: 1px solid #333333;
  margin: 30px 10px 15px;
}
.contents .essay h4 {
  text-align: left;
  font-size: 1.7em;
  font-weight: bold;
}
.contents .essay hr {
  margin: 50px;
}

.manga {
  background-color: #f2f1eb;
  text-align: center !important;
  padding: 5%;
  margin: 0 auto;
}
.manga-img {
  margin-top: 40px;
}
.manga-img img {
  margin: 0 auto;
  max-width: 450px !important;
  text-align: center !important;
}
.manga p.manga-text {
  max-width: 80%;
  margin: 1em auto;
  line-height: 1.2em;
}

@media (max-width: 1145px) {
  #logo_cover {
    grid-template-columns: 150px 100px;
  }

  header .inner .logo {
    width: 150px;
  }

  #header .inner nav ul li.glasses {
    width: 140px;
  }

  header .inner nav ul li {
    margin-left: 10px;
    letter-spacing: 0;
  }
}

@media (max-width: 1000px) {
  #logo_cover h1 {
    display: none;
  }
}

@media (max-width: 650px) {
  .post h2.h2-post {
    font-size: 1.6rem;
  }
}
