@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabigothic.css');

/*
Theme Name: asu楽専用1カラムテーマ
Description: asu楽用オリジナルテーマ
Author: Lantana ランタナ
*/
/*変数の設定*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* setting scss */
* {
  box-sizing: border-box; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.aligncenter {
  text-align: center; }

.margin-lr {
  margin-left: auto;
  margin-right: auto; }

img {
  width: 100%;
  height: auto; }

body {
  margin-right: auto;
  margin-left: auto;
  width: 100vw;
  height: 100%;
  background-color: white; }

header {
  background-color: inherit; }

.back-color {
  background-color: #f8efeb; }

footer {
  background-color: #bd704d; }

.wrapper {
  width: 100%;
  height: 100%; }

header, .header, footer, nav, .main-area, section, .back-color {
  max-width: 980px;
  width: 100vw;
  height: auto;
  margin: 0 auto; }

.padd-b20 {
  padding-bottom: 20px; }

/* basic scss */
a:hover {
  opacity: 0.8; }

.bgwrap {
  position: relative;
  height: 0;
  padding-bottom: 67%; }

.back-img-index {
  background-position: left,top;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  height: 100%;
  max-width: 980px;
  width: 100%;
  position: absolute;
  z-index: 6; }

.bg-img {
  background-image: url("../image/back-mainimg_980_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5; }

h3 {
  font-size: 28px;
  padding: 10px;
  letter-spacing: 2px; }

.main-area {
  padding: 30px 0 40px 0; }

.index-banner {
  max-width: 600px; }

.bg-white {
  background-color: white;
  border-radius: 10px;
  padding: 20px 40px 40px 40px;
  margin-top: 20px;
  margin-bottom: 20px; }

p.end-line {
  border-bottom: 1px solid rgba(127, 79, 33, 0.86);
  display: block;
  width: 100%;
  height: 1px;
  padding: 1px; }

.dotline {
  padding: 1rem 0; }

.side-padding {
  padding: 0 60px; }

.description {
  font-size: 20px;
  font-weight: Medium;
  color: #636161;
  padding: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  letter-spacing: 1px;
  line-height: 24px; }

footer .footer-area {
  text-align: center; }
  footer .footer-area div {
    display: inline-block; }
  footer .footer-area .footer-logo {
    max-width: 20%; }
  footer .footer-area .footer-link {
    max-width: 40%; }
    footer .footer-area .footer-link a {
      width: 49%;
      font-size: 18px;
      color: white;
      padding: 5px 5px;
      display: inline-block;
      float: left;
      text-decoration: none; }
  footer .footer-area .sns-icon img {
    width: 30px;
    height: auto; }
footer .copyright {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: white; }

@media screen and (max-width: 650px) {
  footer .footer-area {
    display: flex;
    flex-wrap: wrap; }
    footer .footer-area .footer-logo {
      width: 100%;
      max-width: none; }
      footer .footer-area .footer-logo img {
        max-width: 130px; }
    footer .footer-area .footer-link {
      width: 100%;
      max-width: none;
      padding-top: 20px; }
      footer .footer-area .footer-link a {
        width: 49%;
        font-size: 16px;
        color: white;
        padding: 10px 5px;
        display: inline-block;
        float: left;
        text-decoration: none; }
    footer .footer-area .sns-icon {
      width: 100%;
      padding: 10px 20px; }
      footer .footer-area .sns-icon img {
        width: 30px;
        height: auto; } }
/* top scss */
.head-menu {
  position: absolute;
  max-width: 980px;
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap; }
  .head-menu li {
    width: 25%;
    height: 50px;
    text-align: center;
    position: relative;
    border-right: 1px solid white; }
    .head-menu li:last-child {
      border-right: none; }
    .head-menu li a {
      position: absolute;
      padding-top: 20px;
      display: block;
      height: 100%;
      width: 100%;
      vertical-align: bottom;
      color: white;
      text-decoration: none; }
      .head-menu li a:hover {
        color: #9E9C9C; }

.slider {
  padding-top: 10px; }
  .slider li {
    padding: 10px; }
    .slider li img {
      padding: 10px; }

.sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .sub-menu a.square {
    margin-top: 10px;
    width: 45%; }
    .sub-menu a.square img {
      border-radius: 10px;
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6)); }
  .sub-menu a.circle {
    margin-top: 10px;
    width: 34%;
    padding: 10px 5px; }

.details_btn {
  display: block;
  max-width: 420px;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0; }

.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .item div.img {
    width: 30%;
    max-height: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0; }
  .item img {
    width: auto;
    height: auto; }
  .item .text {
    padding: 20px; }
  .item h3 {
    font-size: 30px;
    padding: 10px 0;
    letter-spacing: 3px;
    text-align: center; }
  .item h4 {
    font-size: 23px;
    text-align: center;
    padding: 10px 0;
    line-height: 30px; }
  .item p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px; }

@media screen and (max-width: 800px) {
  .item div.img {
    width: 80%;
    text-align: center;
    margin: 0 auto; }
  .item .text {
    padding: 20px; }
  .item h3 {
    font-size: 20px;
    padding: 10px 0;
    letter-spacing: 2px;
    text-align: center; }
  .item h4 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    line-height: 21px; }
  .item p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px; } }
.tenpo-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .tenpo-flex img {
    width: 42%;
    padding: 20px 0; }

.bg-menu {
  height: auto;
  background-color: #CF7F5F;
  margin: 50px 0; }

/* CSS Document */
.women-color {
  color: #ca4656; }

.men-color {
  color: #04a1e9; }

.pricelist {
  margin: 0 auto;
  border-collapse: collapse; }
  .pricelist tr {
    font-size: 24px;
    font-weight: bold;
    color: #3d0d03; }
    .pricelist tr td {
      padding: 10px;
      text-align: right;
      border: 2px solid #3d0d03; }

.etc-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: auto; }
  .etc-menu img {
    height: auto; }

/* CSS Document */
.bg-slider {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important; }

.drawer-hamburger-icon {
  background-color: #9b6c27 !important; }
  .drawer-hamburger-icon::before {
    background-color: #9b6c27 !important; }
  .drawer-hamburger-icon::after {
    background-color: #9b6c27 !important; }

/* new custom css */
rinpacare-main {
  font-size: 16px;
}
.wf-hannari {
	font-family: "Hannari", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; 
	font-weight: 700;
}/*はんなり明朝*/

.wf-sawarabiGo {
	font-family: "sawarabi Ghotic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 700;
}

.fukidashi {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
	font-size: 2rem;
	font-weight: bold;
	max-width: 40%;
	margin-bottom: 2%;
	text-align: center;
}


.fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.subtitle {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 auto;
}


.subtitle:before, .subtitle:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 45px;
  height: 0.5rem;
  border-top: solid 2px #3d0d03;
  border-bottom: solid 2px #3d0d03;
}

.subtitle:before {
  left:0;
}
.subtitle:after {
  right: 0;
}

.rinpacare-lead01 {
	color: #3d0d03;
	margin-top: 4%;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 4%;
	font-size: 2.5rem;
	max-width: 900px;
}

.rinpacare-center {
	text-align: center;
}

.rinpacare-lead01 h2 {
	font-size: 3rem;
	position: relative;
	padding: 0.25em 1em;
	background-color: #99E5EF;
	background-image: radial-gradient(#C4EEF4 30%, transparent 33%),radial-gradient(#C4EEF4 30%, transparent 33%);
	background-position: 0 0, 30px 30px;
	background-size: 60px 60px;
	margin-bottom: 5%;
}

.rinpacare-lead01 h2:before,h2:after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}

.rinpacare-lead01 h2:before {
	left: 0;
	border-width: 0 30px 15px 0;
	border-right-color: #347B84;
}

.rinpacare-lead01 h2:after {
	right: 0;
	border-style: solid;
	border-width: 15px 30px 0 0;
	border-top-color: #347B84;
}

.rinpacare-lead01 h2 {
	font-size: 3rem;
	position: relative;
	padding: 0.25em 1em;
	background-color: #99E5EF;
	background-image: radial-gradient(#C4EEF4 30%, transparent 33%),radial-gradient(#C4EEF4 30%, transparent 33%);
	background-position: 0 0, 30px 30px;
	background-size: 60px 60px;
	margin-bottom: 5%;
}



/*
.rinpacare-lead01 h2 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 1.2em 0 0.5em 0.5em;
	font-size: 2.8rem;
	max-width: 100%;
}

.rinpacare-lead01 h2:after {

  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ CHECK';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
*/

.rinpacare-lead01 h3 {
  color: #ffffff;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #ae8356;/*背景色*/
  vertical-align: middle;
  border-radius: 15px 15px 15px 15px;/*両側の角を丸く*/
	font-size: 2.5rem;
	max-width: 90%;
}

.rinpacare-lead01 h3:before {
  content: '●';
  color: #ffffff;
  margin-right: 8px;
}
/*
.rinpacare-lead01 h3:after {
  content: '●';
  color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
}
*/

.koshitsu-style h3 {
	font-size: 2.5rem;
	max-width: 400px;
	position: relative;
	padding: 0.25em 1em;
	background-color: #99E5EF;
	background-image: radial-gradient(#C4EEF4 30%, transparent 33%),radial-gradient(#C4EEF4 30%, transparent 33%);
	background-position: 0 0, 30px 30px;
	background-size: 60px 60px;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-right: 3%;
	margin-left: 3%;
}



.koshitsu-style h3:before,h3:after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}

.koshitsu-style h3:before {
	left: 0;
	border-width: 0 10px 10px 0;
	border-right-color: #347B84;
}

.koshitsu-style h3:after {
	right: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-top-color: #347B84;
}





.rinpacare-lead01 p {
	font-size: 2.5rem;
	padding-top: 4%;
}

.rinpacare-lead01 small {
	font-size: 2rem;
	text-align: left;
}

.rinpacare-lead01 ul {
	font-size: 2rem;
	margin-left: 4%;
}

.rinpacare-lead01 strong {
	font-size: 3rem;
}

.sub-img {
	max-width: 450px;
}

.mgn-t {
	margin-top: 0;
	padding-top: 0;
}

.mgn-b {
	margin-bottom: 0;
	padding-bottom: 0;
}
.grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(2, minmax(240px, 1fr));
	margin-top: 6%;
	margin-bottom: 50px;
}

.text-l {
	font-size: 3rem !important;
}
.text-xl {
  font-size: 3.5rem !important;
}

.text-blue {
	color: #04a1e9;
}

.text-pink {
	color: #ca4656;
}

.text-red {
	color: #b10306;
}

.text-yellow {
	color: #CB9C12;
}

.text-green {
	color: #5CC44C;
}

.text-bold {
	font-weight: 700;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.price-set {
	font-size: 3rem;
	max-width: 100%;
}

.price-set th {
	border-bottom: 2px solid #3d0d03;
	text-align: center;
	white-space: nowrap;
}

.price-set td {
	font-weight: bold;
	white-space: nowrap;
}

.momihogushi-table th {
	font-size: 2rem;
}

.momihogushi-table td {
	font-size: 3rem;
}
.tahi-massage-table th {
  text-align: left;
  font-size: 2rem;
}
.tahi-massage-table td {
  font-size: 3rem;
  border: none;
}
.tahi-massage-table td p {
  font-size: 2rem;
  white-space: warp;
}
.oil-table {
	font-size: 2rem;
}

.cus-pd {
	padding-left: 5%;
}

.price-border {
	border-bottom: 2px solid #3d0d03;
	min-width: 100%;
}

.price-dotted {
	border-bottom: 2px dotted #3d0d03;
}

.in-page-link {
	font-size: 1.8em;
}
.in-page-link a {
	padding-top: 8%;
	padding-bottom: 8%;
}
