@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&family=Noto+Sans+JP&family=Raleway&family=Oooh+Baby&display=swap');
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  background: #df8a79;
  color: #fff;
}
a:link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
  text-decoration: none;
  color: #fff;
}
p, ul li, ol li, table, dt, dd {
  font-size: 96%;
  line-height: 1.6em;
  text-align: left;
}
hr {
  margin: 100px 0;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
.staffs a{
    display: block;
}
.staffs a img{
    pointer-events: none;
}

.wrapper {
  width: 100%;
  min-height: calc(100% - 120px);
}
.wrap, .contents {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  padding: 0px;
  position: relative;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
}
h1 {
  width: 180px;
  height: 60px;
  position: absolute;
  margin: 10px 0px;
  left: 20px;
  top: 0;
  z-index: 9;
}
h1 a {
  width: 180px;
  height: 60px;
  display: block;
  background: url("../image/logo.png");
  background-size: 180px 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slickwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 80px);
}
.slickwrap .slick div {
  width: 100%;
  height: 100vh;
}
.slickwrap .slick div:nth-child(1) {
  background: url("../image/slide3.jpg") ;
  background-size: cover;
}
.slickwrap .slick div:nth-child(2) {
  background: url("../image/slide4.jpg") ;
  background-size: cover;
}
@media (min-width: 1000px) {
.slickwrap .slick div:nth-child(1) {
  background: url("../image/slide3.jpg") center center ;
  background-size: cover;
}
.slickwrap .slick div:nth-child(2) {
  background: url("../image/slide4.jpg") center center ;
  background-size: cover;
}
}
.page_ttl {
  padding: 150px 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url("../image/26195800_m.jpg") center center;
  background-size: cover;
}
.staff {
  background: url("../image/25866317_m.jpg") center center;
  background-size: cover;
}
.contents_wrap {
  background: #fff;
  max-width: 1200px;
  margin: -100px auto 100px;
  padding: 50px 10px;
  box-sizing: border-box;
  color: #000;
  width: 96%;
}
.contents_wrap a {
  color: #000;
}
.concept {
  position: relative;
  width: 100%;
  background: url("../image/26195800_m.jpg") center center;
  background-size: cover;
  height: 500px;
  margin-bottom: 100px;
}
.concept .contents {
  width: 600px;
  box-sizing: border-box;
  top: 80px;
  background: rgba(249, 249, 249, 0.6);
  color: #000;
  padding: 20px;
  position: absolute;
  right: 50%;
  min-height: 500px;
}
.contents_white {
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  color: #ad5b4d;
  margin: 50px auto;
  max-width: 98%;
}
.contents_white a {
  color: #ad5b4d;
}
@media screen and (max-width: 768px) {
  .contents_white {
    padding: 5px;
  }
}
h2.ttl {
  font-family: 'Oooh Baby', cursive;
  text-align: center;
  font-weight: normal;
  font-size: 36px;
}
h2.ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  font-size: 12px;
}
.shoplist a {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
}
.shoplist h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Lexend Deca', sans-serif;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  z-index: 2;
  margin: 0;
}
.shoplist h3 span {
  display: block;
  font-size: 12px;
}
.shoplist .box img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
.shoplist .box {
  margin: 1.5%;
  box-sizing: border-box;
}
.shoplist .box div {
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #000;
}
.shoplist .box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(223, 138, 121, 0.1);
  transition: 1s all;
}
.shoplist .box:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.shoplist .box:hover:after {
  background: rgba(223, 138, 121, 0.8);
}
.shops h3 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 10px 0px;
}
.shops h3 span {
  font-size: 60%;
  padding-left: 20px;
}
.shops dl dt {
  width: 40%;
  padding: 5px;
}
.shops dl dd {
  width: 60%;
  padding: 5px;
}
.staffs {
  text-align: center;
}
.staffs img {
  max-width: 140px;
}
p.res {
  background: #000;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0px;
  font-size: 14px;
  padding: 5px;
}
p.kids {
  background: #df8a79;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px;
  font-size: 14px;
  padding: 5px;
}
.photo {
  width: 80%;
}
.MainPhoto {
  width: 100%;
  height: auto;
}
.thumb {
  float: left;
  width: 18%;
  margin-left: 2%;
  text-align: center;
}
.thumb img {
  width: 100%;
  float: left;
  cursor: pointer;
  margin-bottom: 11%;
  border-radius: 10px;
}
.shop_view {
  display: flex;
}
p.name {
  text-align: center;
}
p.name span {
  background: #fff;
  padding: 2px 5px;
  font-size: 80%;
  border-radius: 8px;
  color: #df8a79;
}
dl.shop_info {
  max-width: 800px;
  margin: 0 auto;
}
dl.shop_info dt {
  width: 34%;
}
dl.shop_info dd {
  width: 66%;
}
dl.shop_info dd a {
  margin-right: 20px;
}

.access {
  display: flex;
  flex-wrap: wrap;
}
.map {
  width: 68%;
  height: 300px;
  margin-right: 2%;
  display: block;
  position: relative;
}
.streetview {
  width: 30%;
  height: 300px;
}
p.position {
  font-family: 'Oooh Baby', cursive;
  text-align: center;
  font-size: 24px;
}
p.staff_name {
  text-align: center;
  font-size: 20px;
}
p.staff_name span {
  display: block;
  font-size: 80%;
}
.tabrow {
  text-align: center;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
}
.tabrow li {
  width: 30%;
  cursor: pointer;
  border: 1px solid #ad5b4b;
  display: block;
  text-align: center;
  padding: 10px 0px;
}
.tabrow li.selected {
  background: #df8a79;
  border: 1px solid #ad5b4b;
  color: #fff;
  z-index: 2;
  border-bottom-color: #FFF;
}
.table {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.table table {
  width: 30%;
  display: block;
}
@media (max-width: 1000px) {
  .table table, .prices table th, .prices table td {
    width: 100% !important;
  }
}
.prices table th {
  font-weight: normal;
  text-align: center;
  background: #e8e8e8;
  padding: 10px 0px;
}
.prices table td {
  padding: 5px 1%;
  vertical-align: top;
  color: #ad5b4b;
}
.prices table td.left {
  width: 76%;
}
.prices table td.right {
  width: 20%;
  text-align: right;
}
.prices table td.colspan4_title {
  width: 36%;
}
.prices table td.colspan4 {
  width: 20%;
  text-align: center;
  padding: 4px;
  font-size: 90%;
}
.prices table td.color {
  color: #ad5b4d;
  font-size: 14px;
  border-bottom: 1px dotted #ad5b4d;
}
.prices table td .table {
  padding: 5%;
  border: 1px dotted #ad5b4d;
  float: left;
  width: 90%;
  font-size: 10px;
}
.prices table td .table p.left {
  width: 40%;
  float: left;
  display: block;
}
.prices table td .table p.right {
  width: 60%;
  float: left;
  display: block;
}
.prices table span {
  color: #ad5b4b;
  font-size: 10px;
  display: block;
}
.stepbar {
  margin: 0 auto;
  width: 400px;
}
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #ad5b4d;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
  z-index: 2;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}
.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #ccc;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 100%;
  }
}
.pink {
  background: #df8a79;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.pink h3 {
  border-bottom: 1px solid #fff;
  margin: 20px 0;
  padding-bottom: 10px;
}
h3.title {
  font-size: 18px;
  border-bottom: 1px solid #df8a79;
  padding: 5px;
  margin: 0px 0 15px;
  line-height: 1.4;
}
.btn a {
  font-size: 90% !important;
  text-decoration: none;
  display: block;
  color: #df8a79;
  padding: 10px 0px;
  max-width: 800px;
  margin: 50px auto;
  position: relative;
  border: 1px solid #df8a79;
  text-align: center;
  background: #fff;
  width: 90%;
}
.btn a:hover {
  background: #df8a79;
  color: #fff;
  border: 1px solid #fff;
}
.btn i {
  position: absolute;
  right: 10px;
  top: 16px;
}
.txleft {
  text-align: left;
}
.txright {
  text-align: right;
}
.txcenter {
  text-align: center;
}
.floatbox {
  width: 70%;
  margin: 0px auto;
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flex-start {
  align-items: flex-start !important;
}
.row-reverse {
  flex-direction: row-reverse;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box20 {
  width: 20%;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box33 {
  width: 33.333%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box75 {
  width: 75%;
}
.flexbox .box80 {
  width: 80%;
}
.flexbox .box {
  box-sizing: border-box;
  position: relative;
}
.boxpadding {
  padding: 10px;
}
footer {
  overflow: hidden;
  text-align: center;
  height: 300px;
  padding-top: 100px;
  margin-top: 50px;
  box-sizing: border-box;
}
footer ul {
  margin: 0px;
  padding: 0px;
  justify-content: center;
}
footer h3 {
  width: 180px;
  height: 60px;
  margin: 0 auto;
}
footer h3 a {
  width: 180px;
  height: 60px;
  display: block;
  background: url("../image/logo.png");
  background-size: 180px 60px;
  background-position: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer ul li {
  text-align: center;
  margin: 0px;
  font-size: 80%;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
footer ul li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 10px;
  margin: -4px 0px 0px -12px;
  border-right: 1px solid #fff;
}
.FD {
  animation-name: fdAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fdAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.FL {
  animation-name: flAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
  font-weight: normal;
}
dl dd {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
  margin: 0;
}
dl.info dt {
  width: 20%;
}
dl.info dd {
  width: 80%;
  text-align: left;
}
dl.info dd span {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}
.border_none{
	border:none!important;
}
@media (max-width: 768px) {
dl.info dt {
  width: 100%;
	padding: 5px;
	border-bottom: none;
}
dl.info dd {
	padding: 5px;
  width: 100%;
}
}
.contactform dl dt {
  width: 25%;
  padding: 20px;
}
.contactform dl dd {
  width: 75%;
  text-align: left;
  padding: 20px;
}
.contactform dl dt:nth-of-type(odd), .contactform dl dd:nth-of-type(odd) {
  background-color: #1a1a1a;
}
@media (max-width: 1000px) {
  .onlypc, header p {
    display: none !important;
  }
  header {
    height: 70px;
  }
  h1 {
    width: 120px;
    height: 40px;
    z-index: 9;
    top: 10px;
  }
  h1 a {
    width: 120px;
    height: 40px;
    display: block;
    background: url("../image/logo.png");
    background-size: 120px 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .concept {
    margin-bottom: 380px;
  }
  .concept .contents {
    width: 90%;
    right: 5%;
  }
  .slickwrap .shadow {
    width: 80px;
  }
  footer h3 {
    position: relative;
    margin: 0 auto;
  }
  .floatbox {
    width: 94%;
  }
  .contents, .flexbox {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  footer .box {
    width: 100% !important;
  }
  footer .box p {
    text-align: center;
  }
  footer ul {
    float: none;
    margin: 0px auto;
    max-width: 90%;
  }
  copy {
    float: none;
    clear: none;
    text-align: center !important;
    width: 100%;
    margin: 20px auto;
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 10px 1% !important;
  }
  .box img {
    width: 100%;
  }
  .leftbtn a {
    margin-left: auto;
  }
  .contactform dl {
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .contactform dl dt, .contactform dl dd {
    width: 100%;
  }
  .box_head {
    padding: 30px 2%;
  }
  #menu.panelactive {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .circle {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #df8a79;
    transform: scale(0);
    top: -300px;
    left: calc(50% - 50px);
    transition: all .9s;
  }
  .circle.circleactive {
    transform: scale(50);
  }
  #menu ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    display: none;
  }
  #menu.panelactive ul {
    opacity: 1;
    display: block;
  }
  #menu.panelactive ul li {
    text-align: left;
    font-size: 26px;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  #menu li {
    text-align: center;
    list-style: none;
    font-weight: 100;
    font-style: normal;
  }
  #menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #menu li.sns {
    float: left;
  }
  .hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
  .hamburger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 1px;
    background-color: #fff;
    width: 40px;
  }
  .hamburger span:nth-of-type(1) {
    top: 20px;
  }
  .hamburger span:nth-of-type(2) {
    top: 30px;
  }
  .hamburger span:nth-of-type(3) {
    top: 40px;
  }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translate(0px, 10px)rotate(45deg);
    transform: translateX(0px, 10px) rotate(45deg);
    background-color: #434038;
  }
  .hamburger.active span:nth-of-type(2) {
    -webkit-transform: translate(0px, 0px)rotate(45deg);
    transform: translateX(0px, 0px) rotate(45deg);
    background-color: #434038;
  }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translate(0px, -10px)rotate(-45deg);
    transform: translateX(0px, -10px) rotate(-45deg);
    background-color: #434038;
  }
  .map {
    width: 100% !important;
    margin: 10px 0px !important;
    display: block;
  }
  .streetview {
    width: 100% !important;
    margin: 10px 0px !important;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .hamburger.circle {
    display: none;
  }
  ul.global {
    position: absolute;
    right: 10px;
    display: flex;
  }
  ul.global li {
    list-style: none;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
  }
  ul.global li.sns a {
    padding: 0 10px;
  }
  copy {
    font-size: 80%;
    margin: 50px 20px 0px;
  }
}
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}
/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}
/*スクロールリンクの形状*/
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #fff;
}
.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}
/*ページトップリンクの形状*/
.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #fff;
}
.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(31deg);
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}
/*検証のためのCSS*/
section {
  padding: 500px 0;
}
/* editor */
.entry {
  text-align: left;
  padding: 20px 5px;
  box-sizing: border-box;
  width: 100%;
}
.entry .entrytitle {
  border-bottom: 1px solid #ad5b4b;
  padding: 10px 0px;
	margin-top:15px;
  position: relative;
}
.entry .entrytitle span {
  font-size: 60%;
  position: absolute;
  font-weight: normal;
  color: #ad5b4b;
  right: 0;
	top:-15px;
}
.entry strong {
  font-weight: bold;
}
.entry em {
  font-style: italic;
}
.entry h2 {
  font-size: 20px;
  background-color: #ad5b4b;
  color: #fff;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h3 {
  font-size: 18px;
  border-bottom: 1px solid #ad5b4b;
  padding: 5px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.entry h4 {
  font-size: 17px;
  padding: 5px;
  margin: 15px 0 10px;
  line-height: 1.3;
}
.entry h5 {
  font-size: 17px;
  padding: 5px;
  margin: 10px 0 5px;
  line-height: 1.2;
}
.entry h6 {
  font-size: 17px;
  padding: 5px;
  margin: 5px 0 5px;
  line-height: 1.1;
}
.entry small {
  font-size: 80%;
}
.entry code, .entry kbd, .entry pre, .entry samp {
  font-family: monospace, monospace;
}
.entry b, .entry strong {
  font-weight: bolder;
}
.entry em {
  font-style: italic;
}
.entry pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #e4f8f8;
  color: #474747;
  white-space: pre-wrap;
}
.entry blockquote {
  position: relative;
  margin: 1em 0;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.entry blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.entry blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.entry code {
  display: inline-block;
  padding: 0.1em 0.25em;
  color: #444;
  background-color: #efefef;
  border-radius: 3px;
}
.entry textarea {
  overflow: auto;
  resize: vertical;
}
.entry ul, .entry ol {
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 2em;
  border: solid 1px #efefef;
  margin: 1em 0;
}
.entry ul li, .entry ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.entry ul li {
  list-style-type: disc;
}
.entry ol li {
  list-style-type: decimal;
}
/* img */
.entry .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry .alignright {
  float: right;
}
.entry .alignleft {
  float: left;
}
.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* clearfix */
.entry .clearfix {
  overflow: hidden;
  zoom: 1;
}
.entry .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.navPage {
  padding: 30px 0px;
  width: 100%;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.navPage a {
  background-color: #ad5b4b;
  color: #FFF;
  padding: 10px;
  display: block;
}
.prev {
  max-width: 48%;
  float: left;
  text-align: left;
}
.next {
  max-width: 48%;
  float: right;
  text-align: right;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea {
  background-color: #efefef;
  width: 100%;
  color: #1a1a1a;
  border: none !important;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
}
.is--must {
  background: #ad5b4b;
  color: #fff;
  padding: 2px 3px;
  margin: 0px 0px 0px 10px;
  font-size: 80%;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}
.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
input[type="submit"], input[type="button"] {
  display: block;
  -webkit-appearance: none;
  position: relative !important;
  font-size: 12pt !important;
  line-height: 1.5em !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  border: none !important;
  color: rgba(255, 255, 255, 1.00) !important;
  padding: 10px 0px !important;
  margin: 10px auto !important;
  width: 240px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background: #ad5b4b !important;
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  input[type="submit"], input[type="button"] {
    margin: 10px 10% !important;
    width: 80% !important;
  }
}