@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Zen+Kaku+Gothic+New:500|Handlee");
html {
  height: 101%;
  margin-bottom: 1px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
img {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

body {
  height: 100%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #333;
  background: #fff;
  font-size: 18px;
}

a {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #d48120;
  text-decoration: none;
}

.sp_only {
  display: none;
}

br.clear {
  clear: both;
}

.scrollIn {
  opacity: 0;
  transform: translate(-1em);
  transition: 0.8s;
}

.scrollIn.on {
  opacity: 1;
  transform: translate(0, 0);
}

ul.posts li {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}
ul.posts li img {
  width: 100%;
  margin-bottom: 0.5em;
}
ul.posts li p.cate {
  text-align: right;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 0;
}
ul.posts li p.cate a,
ul.posts li p.cate span {
  font-size: 0.7rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 1;
  margin-left: 0.75em;
  padding: 0.25em 0.75em;
  border-radius: 1000px;
}
ul.posts li p.cate span {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
ul.posts li p.date {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-align: center;
}
ul.posts li h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
ul.posts li p.excerpt {
  line-height: 1.75em;
  font-size: 0.9em;
  padding: 0.25em 0 0.25em 1.5em;
  margin: 0 0 0 0;
}
ul.posts li a.more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-align: right;
  font-size: 0.9em;
  text-decoration: none;
}
ul.posts li a.more::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 0.5em;
}

section#home_cover {
  height: 90vh;
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
section#home_cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/overlay_stripe.png");
  position: absolute;
  top: 0;
  left: 0;
}

section#main {
  padding: 4em 0 5em 0;
}
section#home_info {
  padding: 3em 0;
}
section#home_menu ul li a {
  position: relative;
  display: block;
  padding: 4em 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.75em;
  text-shadow: 0 0 5px black;
}
section#home_menu ul li a h4 {
  position: absolute;
  top: 1em;
  right: 1em;
  writing-mode: vertical-rl;
  font-size: 1em;
  letter-spacing: 0.25em;
}
section#home_menu ul li a small {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Handlee", "Noto Sans JP", sans-serif;
  line-height: 0.75;
  font-size: 3em;
  text-shadow: none;
  opacity: 0.35;
}
section#home_menu ul li a span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1em 5em;
  font-size: 0.5em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  border-radius: 9999px;
}
section#home_menu ul li.home_nail {
  background-image:
    url("../images/overlay_grey.png"), url("../images/home_menu_bg_nail2.jpg");
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover;
}
section#home_menu ul li.home_nail:hover {
  background-image: none, url("../images/home_menu_bg_nail2.jpg");
}
section#home_menu ul li.home_kimono {
  background-image:
    url("../images/overlay_grey.png"), url("../images/home_menu_bg_kimono2.jpg");
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover;
}
section#home_menu ul li.home_kimono:hover {
  background-image: none, url("../images/home_menu_bg_kimono2.jpg");
}
section#footer_access {
  background: url("../images/footer_access_bg.jpg") no-repeat center/cover;
  padding: 3em 0;
}
section#footer_access dl {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 2em 2em 0.65em;
}
section#footer_access dl dt {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  font-weight: normal;
}
section#footer_access dl dt::before {
  font-family: "FontAwesome";
  content: "\f107";
  margin-right: 0.5em;
}
section#footer_access dl dd {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  margin-bottom: 1em;
  padding: 0 0 0.75em 1em;
  line-height: 1.5;
}
section#footer_access h3.common {
  color: #fff;
}

p {
  margin-bottom: 1.5em;
}

.buttons {
  text-align: center;
  margin-bottom: 1.5em;
}
.buttons a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 1em 2.5em 1em 3em;
  font-size: 0.9em;
  border-radius: 9999px;
}
.buttons a:hover {
  background: #d48120;
}
.buttons a i.fa {
  margin: 0 0 0 1em;
}

footer {
  background-image: url("../images/wall.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  padding: 3em 0;
  text-align: center;
  font-size: 0.75em;
}
footer .footer_social {
  padding: 0 0 1em;
}
footer .footer_social img {
  height: 40px;
}
footer img.footer_logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

/*パディング*/
.padd5 {
  padding: 5px;
}

.padd10 {
  padding: 10px;
}

.padd15 {
  padding: 15px;
}

.padd20 {
  padding: 20px;
}

.padd0_5 {
  padding: 0 5px;
}

.padd0_10 {
  padding: 0 10px;
}

.padd0_20 {
  padding: 0 20px;
}

.padd10_20 {
  padding: 10px 20px;
}

.padd-top5 {
  padding-top: 5px;
}

.padd-top10 {
  padding-top: 10px;
}

.padd-top15 {
  padding-top: 15px;
}

.padd-top20 {
  padding-top: 20px;
}

.padd-bottom5 {
  padding-bottom: 5px;
}

.padd-bottom10 {
  padding-bottom: 10px;
}

.padd-bottom15 {
  padding-bottom: 15px;
}

.padd-bottom20 {
  padding-bottom: 20px;
}

/*マージン*/
.marg5 {
  margin: 5px;
}

.marg10 {
  margin: 10px;
}

.marg20 {
  margin: 20px;
}

.marg0_5 {
  margin: 0 5px;
}

.marg0_10 {
  margin: 0 10px;
}

.marg0_20 {
  margin: 0 20px;
}

.marg-top0 {
  margin-top: 0 !important;
}

.marg-top5 {
  margin-top: 5px;
}

.marg-top10 {
  margin-top: 10px;
}

.marg-top15 {
  margin-top: 15px;
}

.marg-top20 {
  margin-top: 20px;
}

.marg-bottom5 {
  margin-bottom: 5px;
}

.marg-bottom10 {
  margin-bottom: 10px;
}

.marg-bottom15 {
  margin-bottom: 15px;
}

.marg-bottom20 {
  margin-bottom: 20px;
}

/*フォント*/
.st {
  font-weight: bold;
}

.reg {
  font-weight: normal;
}

.fs150 {
  font-size: 150%;
  letter-spacing: 0.01em;
}

.fs120 {
  font-size: 120%;
}

.fs110 {
  font-size: 110%;
}

.fs90 {
  font-size: 90%;
}

.fs80 {
  font-size: 80%;
  line-height: 160%;
}

.fs70 {
  font-size: 70%;
  line-height: 160%;
}

.fs60 {
  font-size: 60%;
  line-height: 160%;
}

.fs50 {
  font-size: 50%;
  line-height: 160%;
}

.fsblack {
  color: #333;
}

.fsred {
  color: #cc4b5b;
}

.fsgray {
  color: #afafaf;
}

.must {
  font-weight: bold;
  margin-left: 5px;
  color: red;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

hr {
  height: 1px;
  border: none;
  background: #333;
  margin: 10px 0;
}

/*Facebook Like BOX レスポンシブ化*/
#fb-root {
  display: none;
}

.fb_iframe_widget {
  width: 100% !important;
  background: #fff !important;
}
.fb_iframe_widget span {
  width: 100% !important;
  background: #fff !important;
}
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff !important;
}

h3.common {
  text-align: center;
  font-size: 2em;
  line-height: 2;
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}
h3.common span {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-family: "Handlee", "Noto Sans JP", sans-serif;
}
h3.common span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

.box {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 15px;
}

ul.gallery {
  margin-left: -0.666%;
}
ul.gallery li {
  width: 16%;
  margin: 0 0 0.666% 0.666%;
  float: left;
}
ul.gallery li img {
  width: 96%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.8);
}

img.photo {
  width: 96%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.8);
}

/*コンテンツページ*/
.single-post {
  position: relative;
}
.single-post .thumb {
  width: 100%;
  margin-bottom: 1em;
}
.single-post h1.post-title {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.single-post .date {
  text-align: right;
  color: #000;
  font-size: 0.8em;
}
.single-post .single-post-content {
  padding: 1.5em 0;
  line-height: 2;
}
.single-post .single-post-content h3,
.single-post .single-post-content h4,
.single-post .single-post-content h5 {
  margin-bottom: 10px;
  line-height: 120%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
}
.single-post .single-post-content h3 {
  font-size: 18px;
}
.single-post .single-post-content h4 {
  font-size: 16px;
}
.single-post .single-post-content h5 {
  font-size: 14px;
}

/*記事内タイトル*/
/* 前後記事ページング */
ul.paging {
  margin-top: 5em;
  font-size: 12px;
  border-top: 1px dotted #ccc;
}
ul.paging li {
  width: 50%;
}
ul.paging li.prev {
  text-align: right;
  float: right;
}
ul.paging li.emptynext a {
  border-left: 1px dotted #ccc;
}
ul.paging li.next {
  float: left;
}
ul.paging li a {
  display: block;
  position: relative;
  text-decoration: none;
}
ul.paging li.prev a {
  padding: 1em 2em 1em 1em;
}
ul.paging li.next a {
  padding: 1em 1em 1em 2em;
  border-right: 1px dotted #ccc;
}
ul.paging li a i {
  position: absolute;
  font-size: 16px;
  top: 0.9em;
  color: #000;
}
ul.paging li.prev a i {
  right: 0;
}
ul.paging li.next a i {
  left: 0;
}

.icons {
  position: absolute;
  top: 1px;
  right: 5px;
}
.icons span,
.icons a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  padding: 2px 8px;
  margin-right: 0;
  text-decoration: none;
}

/*下層ページメニュー*/
header#fixed_header .logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  box-sizing: border-box;
  padding: 10px 25px;
  z-index: 9001;
  transition: 0.5s;
}
header#fixed_header.scrollon .logo {
  transform: translateY(-100%);
}

/*下層ページタイトル*/
body#sub section#pagetitle {
  background-image:
    url("../images/overlay_stripe.png"), url("../images/pagetitle_bg.jpg");
  background-position: top;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 316px;
  position: relative;
}
body#sub section#pagetitle h1,
body#sub section#pagetitle p {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*---ウィジェット---*/
h3.disable {
  display: none;
}

/*TOP用*/
/*SUB用*/
.sub_right_widget {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
}
.sub_right_widget h3 {
  color: #fff;
  font-size: 14px;
  background: url("../images/more.png") center center;
  background-size: 80px;
  line-height: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 10px 8px;
}
.sub_right_widget > ul {
  font-size: 12px;
}
.sub_right_widget > ul > li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 10px;
}
.sub_right_widget > ul > li:last-child {
  border-bottom: 0;
}
.sub_right_widget > ul > li a {
  font-size: 14px;
  margin-right: 3px;
}
.sub_right_widget > ul > li ul.children {
  margin: 5px 0 0 10px;
}
.sub_right_widget > ul > li ul.children li {
  padding: 2px 0;
}

/*Tags*/
div.tags {
  margin: 0 10px;
  text-align: right;
}
div.tags h4 {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}
div.tags a {
  font-size: 12px;
  display: inline-block;
  background: #fff;
  padding: 2px 10px;
  margin: 0 0 5px 5px;
  border: 1px solid #009ae2;
  border-radius: 3px;
  text-decoration: none;
}
div.tags a:hover {
  background: #009ae2;
  color: #fff;
}

/*画像リスト*/
ul.gal2,
ul.gal3 {
  margin-left: -1%;
}
ul.gal2 li,
ul.gal3 li {
  float: left;
  margin: 0 0 7px 1%;
}
ul.gal2 li img,
ul.gal3 li img {
  width: 100%;
}
ul.gal2 li {
  width: 49%;
}
ul.gal3 li {
  width: 32.3%;
}

/*ページネーション*/
.pagenation {
  text-align: center;
  margin: 10px 0 30px;
}
.pagenation a,
.pagenation span {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 5px 8px;
  border-radius: 3px;
  text-decoration: none;
}
.pagenation .current {
  background: #000;
  border-color: #000;
  color: #fff;
}

/*ぱんくずリスト*/
section#breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.65em;
  padding: 1em 0;
}
section#breadcrumb ul li {
  display: inline-block;
}
section#breadcrumb ul li i.fa {
  margin: 0 1em;
}

/*---固定ページ----*/
.single-page h2.bt {
  position: relative;
  border: solid #000;
  border-width: 1px 0;
  margin: 0 0 1em;
  font-size: 1em;
  padding: 0.5em 0;
  font-weight: normal;
  font-size: 1.5em;
}
.single-page h2.bt span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.single-page h2.bt span::before {
  content: "／";
  margin-right: 0.5em;
  opacity: 0.5;
}

ul.sub_pages li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  background: #333;
  margin-bottom: 1px;
  text-align: center;
}
ul.sub_pages li a:hover {
  background: #5f8e57;
}
ul.sub_pages li ul.children li a {
  padding: 10px 24px;
  font-size: 12px;
}

.after_clear:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

ul.recommend {
  margin-left: -1%;
  padding-bottom: 10px;
}
ul.recommend li {
  position: relative;
  float: left;
  width: 24%;
  margin: 0 0 10px 1%;
  background: rgba(255, 255, 255, 0.8);
}
ul.recommend li .date {
  font-size: 11px;
  font-weight: normal;
  color: #000;
  padding: 5px 10px;
}
ul.recommend li img {
  width: 92%;
  padding: 4% 4% 0;
}
ul.recommend li h4 {
  padding: 0 10px 10px;
  font-size: 12px;
  font-weight: normal;
  min-height: 40px;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 1em;
  /* これが縦横比 */
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

dl.time {
  margin-top: 10px;
}
dl.time dt {
  color: #000;
  font-size: 12px;
  border-bottom: 3px double #ccc;
  padding: 8px 0;
  line-height: 100%;
  font-weight: normal;
}
dl.time dd {
  padding: 10px 0 15px;
}

table.time {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  font-size: 12px;
}
table.time tr {
  border-top: 1px solid #ddd;
}
table.time th,
table.time td {
  text-align: center;
  padding: 10px 0;
}
table.time th {
  color: #fff;
  background: #000;
}
table.time td {
  background: #fff;
}

dl.menu {
  margin-bottom: 3em;
}
dl.menu dt {
  font-size: 0.9em;
}
dl.menu dt p {
  padding: 0.5em 0 0.5em 2em;
  margin: 0;
  font-weight: normal;
  font-size: 0.8em;
}
dl.menu dt img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5em;
}
dl.menu dd {
  text-align: right;
  color: #000;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 0 0 0.5em;
  margin-bottom: 1em;
  font-style: italic;
  font-size: 1.1em;
}
dl.menu dd small {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 0.7em;
  margin: 0 0.5em 0 1.5em;
  color: #fff;
}

#home_concept {
  padding: 80px 0 60px;
}

.home_concept_title {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
  font-weight: normal;
}

#home_concept .home_concept_title span {
  position: relative;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
  color: #aaa;
  margin-top: 1.4em;
  padding-top: 1.4em;
  font-family: "Handlee", "Noto Sans JP", sans-serif;
}

#home_concept .home_concept_title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5em;
  height: 2px;
  transform: translateX(-50%);
  background-color: #aaa;
}

.home_concept_text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

#home_insta {
  background-image:
    url("../images/overlay_grey.png"), url("../images/bg_insta.jpg");
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: center, top;
  padding: 3em 0 1em;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin: 0.25em;
}
#home_insta h3 {
  background: url("../images/title_insta.png") no-repeat center top/auto 50px;
  font-family: "Handlee", "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
  padding-top: 70px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 1.75em;
}
#home_insta p {
  line-height: 2;
}

dl.price dt {
  margin-bottom: 1em;
}
dl.price dt.cat {
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 1em;
  transform: translate(-1em);
}
dl.price dt.cat::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 2px;
  background: #d48120;
  top: 0.6em;
  left: 0;
}
dl.price dt img {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 15px;
}
dl.price dd {
  text-align: right;
  font-size: 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
dl.price dd p {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.75;
}
dl.price dd small {
  font-size: 0.6em;
  margin: 0 0.5em;
}

/*  -- 🌹 ネイルページ 🌹 -- */

.nail_intro {
  text-align: left;
  line-height: 1.9;
  margin-bottom: 40px;
}

.nail_design_link {
  text-align: center;
  margin: 50px 0;
}

.nail_design_link a {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #333;
  text-decoration: none;
  transition: 0.3s;
}

.nail_design_link a:hover {
  background: #333;
  color: #fff;
}

/*---------------- 画面サイズ別のCSS ----------------*/
/* 画面サイズが768以上の時のCSS（PCのみ） */
@media (min-width: 768px) {
  header#fixed_header nav ul.header_menu {
    z-index: 9001;
    position: fixed;
    top: 1.25em;
    right: 1.25em;
  }
  header#fixed_header nav ul.header_menu li {
    display: inline-block;
    margin-left: 1em;
  }
  header#fixed_header nav ul.header_menu li a {
    text-decoration: none;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #000;
    padding: 0.75em 2em;
    font-size: 0.9em;
    border-radius: 1000px;
  }
  header#fixed_header nav ul.header_menu li a:hover {
    color: #fff;
    background: #d48120;
    border-color: #d48120;
  }
  header#fixed_header a#menu_bars {
    display: none;
  }

  img.pc_right {
    float: right;
    width: 40%;
    padding: 0 0 30px 25px;
  }
  img.pc_left {
    float: left;
    width: 40%;
    padding: 0 25px 30px 0;
  }

  section#home_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  section#home_menu ul li {
    padding: 0 0;
    width: 50%;
  }
  section#home_menu ul li a {
    padding: 6em 0;
  }
  section#home_menu ul li a h4 {
    top: 1em;
    right: 1em;
    font-size: 1.5em;
  }

  .wrap_full {
    max-width: 800px;
    margin: 0 auto;
  }

  ul.posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -3.3%;
  }
  ul.posts li {
    width: 30%;
    margin: 0 0 3.3% 3.3%;
  }
  ul.posts li img {
    transition: 0.3s;
  }
  ul.posts li img:hover {
    transform: scale(1.05);
    border-radius: 10px;
  }
  ul.posts li h4 {
    font-size: 1.1em;
  }
  ul.posts li p.excerpt {
    font-size: 0.8em;
  }
  ul.posts li a.more {
    font-size: 0.8em;
  }
}
/* 画面サイズが979以下の時のCSS（iPad？） */
/* 画面サイズが767以下の時のCSS（カラム落ち） */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .sp_only {
    display: inline;
  }

  /*モバイルのみ表示*/
  .sp_center {
    text-align: center;
  }

  .pc_only {
    display: none;
  }

  img.pc_right,
  img.pc_left {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }

  header#fixed_header .logo {
    width: 200px;
    padding: 10px;
  }
  header#fixed_header nav ul.header_menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 50%;
    top: 0;
    right: 0;
    z-index: 9998;
    padding: 70px 0 1em;
    transform: translateX(100%);
    height: 100vh;
  }
  header#fixed_header nav ul.header_menu.menuon {
    transition: 0.5s;
    transform: translateX(0);
  }
  header#fixed_header nav ul.header_menu li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0.75em 0;
    font-size: 0.9em;
  }
  header#fixed_header a#menu_bars {
    text-decoration: none;
    position: fixed;
    top: 0.75em;
    right: 0.75em;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  header#fixed_header a#menu_bars i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: normal;
    font-size: 1.75em;
    transform: translate(-50%, -50%);
  }
  header#fixed_header a#menu_bars i.fa#menu_close {
    display: none;
  }
  header#fixed_header a#menu_bars.menu_bars_close {
    border: 0;
  }
  header#fixed_header a#menu_bars.menu_bars_close i.fa#menu_open {
    display: none;
  }
  header#fixed_header a#menu_bars.menu_bars_close i.fa#menu_close {
    display: inline;
  }

  section#main,
  section#home_info,
  section#footer_access {
    padding: 2em 1em;
  }

  #home_insta {
    padding: 3em 1em;
  }
  #home_insta h3 {
    background-size: auto 40px;
    padding-top: 50px;
  }
  #home_insta p {
    font-size: 0.9em;
  }

  /*Tags*/
  div.tags a {
    font-size: 10px;
    padding: 2px 8px;
  }

  /*画像リスト*/
  ul.gal2,
  ul.gal3 {
    margin: 0 0 20px 0;
  }
  ul.gal2 li,
  ul.gal3 li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  /*ぱんくずリスト*/
  section#breadcrumb {
    padding: 1em;
    font-size: 11px;
  }

  body#sub section#pagetitle {
    height: 250px;
  }
  body#sub section#pagetitle h1,
  body#sub section#pagetitle p {
    font-size: 1.5em;
  }

  ul.recommend {
    margin-left: -2%;
  }
  ul.recommend li {
    float: left;
    width: 48%;
    margin: 0 0 8px 2%;
    background: #fff;
  }
  ul.recommend li:nth-child(2n + 1) {
    clear: both;
  }

  h3.common {
    font-size: 1.75em;
    margin-bottom: 1em;
  }

  ul.gallery {
    margin-left: -2%;
  }
  ul.gallery li {
    width: 48%;
    margin: 0 0 2% 2%;
  }

  #home_concept {
    padding: 80px 20px; /* 左右余白 */
  }

  /* タイトルはセンターのまま */
  #home_concept .home_concept_title {
    text-align: center;k
    letter-spacing: 0.05em; /* SPは少し詰める（任意） */
  }

  #home_concept .home_concept_title span::before {
    left: 50%;
    transform: translateX(-50%); /* 線もセンター維持 */
  }

  /* 本文だけ左寄せ */
  #home_concept .home_concept_text {
    text-align: left;
    margin: 0 auto;
  }
}
/* 画面サイズが320以下の時のCSS */
/* 高精細ディスプレイ（Retina等）対応 */

/*# sourceMappingURL=base.css.map */
