
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
body {
  padding-top: 0px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  height: 50px;
  padding: 5px;
}
.navbar-brand img.logo {
  max-height: 46px;
}
.navbar-inverse {
  background-color: #ffffff;
  border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #f8f8f8;
}
.navbar-inverse .navbar-nav > li > a {
  color: #717071;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #717071;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #000000;
  background-color: transparent;
}
#header {
  margin-bottom: 20px;
}

.content-header {
  background: url(https://shienjuku.sukumane.biz/img/under_mv.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  width: calc(100vw);
  margin: 0 calc(50% - 50vw);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-header {
  
}
.body-page-detail-top .content-header {
}
.body-page-detail-top .page-header {
 
}
@media screen and (max-width: 599px) {
  .page-header {
    
  }
  .body-page-detail-top .page-header {
   
  }
  .body-page-detail-top .content-header {
  }
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .page-header {
    
  }
  .body-page-detail-top .page-header {
   
  }
  .body-page-detail-top .content-header {
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .page-header {
   
  }
  .body-page-detail-top .page-header {
    
  }
}
/*20210701以降フォーム用CSS*/
content {
  max-width: 870px;
  margin: 0 auto;
}
table.entry > tbody > tr > th {
  background-color: transparent;
  padding: 23px 30px;
  background: #fff0d9;
}
.bgred, .required {
  background: #cc3333;
  font-size: 13px;
  border-radius: 0;
  margin-left: 10px;
  letter-spacing: 0.1em;
  padding: 5px 7px;
  font-weight: 500;
}
table.entry > tbody > tr > td {
  padding: 23px 30px;
}
table.entry > tbody > tr > td > table td {
  border: none;
  padding-right: 0;
}
table.entry > tbody > tr > th label {
  font-weight: 500;
}
#formInview table.entry {
  border: 1px solid #494a4b;
}
#formInview table.entry > tbody > tr > td, #formInview table.entry > tbody > tr > th, #formInview table.entry > tfoot > tr > td, #formInview table.entry > tfoot > tr > th, #formInview table.entry > thead > tr > td, #formInview table.entry > thead > tr > th {
  border: 1px solid #494a4b;
}
#siEntryForm table.entry {
  border: none;
}
#siEntryForm table.entry > tbody > tr > td, #siEntryForm table.entry > tbody > tr > th, #siEntryForm table.entry > tfoot > tr > td, #siEntryForm table.entry > tfoot > tr > th, #siEntryForm table.entry > thead > tr > td, #siEntryForm table.entry > thead > tr > th {
  border: none;
  display: block;
  width: 100%;
  padding-bottom: 0;
}
#siEntryForm table.entry > tbody > tr > th {
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #494a4b;
}
#siEntryForm table.entry > tbody > tr > td {
  padding-left: 0;
  padding-right: 0;
}
#siEntryForm table.entry > tbody > tr:nth-child(1) > td table.table > tbody > tr > td.col-lg-1, #siEntryForm table.entry > tbody > tr:nth-child(2) > td table.table > tbody > tr > td.col-lg-1 {
  padding-left: 30px;
}
#siEntryForm table.entry > tbody > tr:nth-child(1) > td table.table > tbody > tr > td.col-lg-5, #siEntryForm table.entry > tbody > tr:nth-child(2) > td table.table > tbody > tr > td.col-lg-5 {
  padding-right: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}
#siEntryForm table.entry > tbody > tr > td .form-control {
  border: none;
  background-color: #e4e4e4;
  box-shadow: none;
  border-radius: 0;
  padding: 18px 15px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
}
#siEntryForm table.entry > tbody > tr > td .form-control + span, #siEntryForm table.entry > tbody > tr > td.single {
  margin-bottom: 25px;
}
#siEntryForm table.entry > tbody > tr > td label {
  font-weight: 500;
}
label > .icon-checkbox-input ~ .icon-checkbox-icon::before {
  color: #464646;
  font-size: 17px;
  display: inline-block;
  width: 15px;
  font-weight: 500;
}
#siEntryForm table.entry > tbody > tr > td.single a {
  color: #669999;
  font-size: 16px !important;
/*  margin-left: 15px; */
  display: inline-block;;
}
.btn-group-lg > .btn, .btn-lg {
  padding: 13px 127px;
  font-size: 20px;
  border-radius: 30px;
  margin-top: 15px;
  position: relative;
  top: 2px;
}
table.entry > tbody > tr > td > table td.col-lg-5 input.form-control {
  width: 100%;
}
#siEntryForm table.entry > tbody > tr > td.single input.form-control {
  width: 414px !important;
  margin-bottom: 10px;
}
#siEntryForm table.entry > tbody > tr > td.single input.p-postal-code {
  width: 200px !important;
  margin-bottom: 10px;
}
#siEntryForm table.entry > tbody > tr > td select.form-control {
  width: 200px !important;
  ;
}
#siEntryForm table.entry > tbody > tr:last-child > td select.form-control {
  width: 414px !important;
}
footer.main-footer {
  background: #fff;
  padding: 15px 0;
  color: #464646;
  border-top: 1px solid #d2d6de;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
footer.main-footer a {
  color: #669999;
}
.box-footer {
  text-align: center;
}
.box-footer p {
  display: none;
}
footer.guideline-footer a {
  color: #464646;
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 9%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 10%;
  }
}
@media (max-width: 559px) {
  /*ハンバーガー*/
  .navbar-toggle {
    border-radius: 0;
    margin: 0;
    border: none;
    background: #ff9900;
    width: 45px;
    padding: 12px 10px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    margin-top: 7px;
    background: #fff;
    width: 26px;
  }
  .navbar-inverse .navbar-toggle span:nth-child(2) {
    margin-top: 0;
  }
  /*//ハンバーガー*/
  .table .table tr, .table .table th, .table .table td {
    display: block;
    width: 100%;
  }
  table.entry > tbody > tr > th, table.entry > tbody > tr > td {
    padding: 20px 20px;
  }
  #siEntryForm table.entry > tbody > tr > td, #siEntryForm table.entry > tbody > tr > th, #siEntryForm table.entry > tfoot > tr > td, #siEntryForm table.entry > tfoot > tr > th, #siEntryForm table.entry > thead > tr > td, #siEntryForm table.entry > thead > tr > th {
    width: 100%;
  }
  #siEntryForm table.entry > tbody > tr > td.single input.form-control, #siEntryForm table.entry > tbody > tr:last-child > td select.form-control {
    width: 100% !important;
  }
  #siEntryForm table.entry > tbody > tr > td.single a {
    margin-left: 0;
  }
  #siEntryForm table.entry > tbody > tr:nth-child(1) > td table.table > tbody > tr > td.col-lg-1, #siEntryForm table.entry > tbody > tr:nth-child(2) > td table.table > tbody > tr > td.col-lg-1 {
    padding-left: 20px;
  }
  #siEntryForm table.entry > tbody > tr > td .form-control + span, #siEntryForm table.entry > tbody > tr > td.single br {
    display: none;
  }
  .btn-group-lg > .btn, .btn-lg {
    position: static;
    padding: 13px 100px;
  }
  .body-salon-detail .btn-group-lg > .btn, .btn-lg {
    padding: 13px 60px;
  }
}
@media (max-width: 351px) {
  .btn-group-lg > .btn, .btn-lg {
    padding: 13px 90px;
  }
  .body-salon-detail .btn-group-lg > .btn, .btn-lg {
    padding: 13px 40px;
  }
}


/*20210704追記CSS*/

html {
  font-size: 62.5%;
  height: 100%;
}
/* PC版 */
.pc-contents {
  display: block !important;
}
.sp-contents {
  display: none !important;
}
header a {
  color: #222;
  text-decoration: none;
}
footer {
  /*max-width: 1320px;*/
  /*	max-width: 1366px; */
	padding: 35px 20px;
	margin: 0 auto;
}
footer .ftWrap{
	border-top: solid 1px;
	padding: 35px 0 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .ftWrap .L__Area,footer .ftWrap .R__Area{
	width: 50%;
}
footer .ftWrap .L__Area .btG{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .ftWrap .L__Area .btG p a{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	background: #dd4f64;
	padding: 20px 40px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 40px;
}
footer .ftWrap .L__Area .btG p:nth-child(2) a{
	background: #ff9900;
}
footer .ftWrap .linkBT{
	text-align: center;
	margin-top: 20px;
}
footer .ftWrap .linkBT a{
	color: #dd4f64;
	font-size: 1.6rem;
	border: solid 3px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	width: 388px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 30px;
}
footer .ftWrap .L__Area .linkBT a:hover{
	opacity: 0.8;
}
footer .ftWrap .R__Area p:nth-of-type(1){
	font-size: 1.9rem;
	margin-bottom: 10px;
	text-indent: -1rem;
	margin-left: 20%;
}
footer .ftWrap .R__Area i{
	margin-left: 20%;
	font-size: 4.4rem;
}

footer .ftWrap .R__Area i a{
	text-decoration: none;
	color: inherit;
}
footer .ftWrap .R__Area i::before{
	margin-right: 10px;
}
footer .ftNav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
footer .ftNav ul li a{
	display: block;
	color: #464646;
	font-size: 1.6rem;
	padding: 0 10px;
}
footer .ftNav ul li:not(:last-child) a{
	border-right: solid 1px;
}
/*footer.pb-sm-0 {
  margin: 0 auto !important;
}
footer .py-3.border-top {
  margin-top: 4rem !important;
}
footer .text-center {
  padding-top: 1rem;
}
footer hr {
  border-top: inherit;
}
footer p {
  margin-bottom: 0.5rem;
}
footer .col.relative {
  padding-top: 1rem;
}*/
.top_mv {
  background-color: #EEF9FE;
}
.link-image {
  cursor: pointer;
}
hr {
  border-top: 3px solid #ff9900;
  height: 1em;
  overflow: visible;
  opacity: 1;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
hr::after {
  font-size: 36px;
  font-weight: 500;
  background: white;
  color: #ff9900;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 0.75em 0 0;
}
.contact::after {
  content: "Contact";
}
.books::after {
  content: "Books";
}
.sns::after {
  content: "SNS";
}
.pickup::after {
  content: "Pick up";
}
.special::after {
  content: "Special";
}
.order::after {
  content: "Order";
}
.links::after {
  content: "Links";
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
header .container li {
  list-style-type: none;
  text-decoration: none;
  margin-right: 20px;
}
header .container li:last-child {
  margin-right: 0;
}
header .container li span {
  margin-right: 5px;
  font-size: 80%;
}
/*.logo {
  position: absolute;
  max-width: 20%;
  z-index: 9999;
  margin-left: 0.75rem;
}*/
.mr-0 {
  margin-right: 0;
}
/*
.login {
  background-color: #99cc33;
  font-size: 1.6rem;
  margin: auto 24px;
}
*/
.request {
  background-color: #DD4F64;
  padding: 5px 40px !important;
  font-size: 1.6rem;
  font-weight: 500;
}
.button-bg {
  position: relative;
  background-color: #ff9900;
  border-radius: 30px;
  top: -20px;
}
.top-button:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s
}
.pc-top-image {
  max-width: 1604px;
  width: 100%;
  margin: auto;
  background-color: #eef9fe;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pc-registration_btn {
  cursor: pointer;
  max-width: 10%;
  top: 50%;
  right: 18%;
}
.pc-registration_btn:hover {
  transform: scale(1.1) rotate(8deg);
  transition: 0.4s;
}
.kyouno_egao_bg_btn {
  max-width: 25%;
  top: 70%;
  right: 15%;
}
.kyouno_egao_btn {
  max-width: 15%;
  top: 72.5%;
  right: 16%;
}
.mail-btn {
  color: #df5e71;
  cursor: pointer;
  max-width: 100%;
  top: 80%;
  left: 13%;
  margin: 0;
  padding: 0;
}
.mail-btn:hover {
  color: white;
  background-color: #df5e71;
  transition: 0.4s;
}
.fortune-btn {
  cursor: pointer;
  max-width: 40%;
  top: 68%;
  left: 5%;
}
.fortune-btn:hover {
  transform: scale(1.1) rotate(-8deg);
  transition: 0.4s;
}
.nav-content span {
  font-size: 0.9em;
  margin: 2px;
}
/* タブレット版 */
@media only screen and (max-width: 1180px) {
  .pc-contents {
    display: none !important;
  }
  .sp-contents {
    display: none !important;
  }
  .tb-contents {
    display: block !important;
  }
}
/* スマホ版 */
@media only screen and (max-width: 750px) {
  .pc-contents {
    display: none !important;
  }
  .sp-contents {
    display: block !important;
  }
  header {
    height: 0px;
  }
  /*  .container {
    width: 50px !important;
  }*/
  .logo {
    max-width: 50%;
  }
  .kyouno_egao_bg_btn {
    max-width: 100%;
  }
  .kyouno_egao_btn {
    max-width: 75%;
    top: 10%;
    left: 40%
  }
}
/*member-registration*/
.fa-user-circle:before {
  content: "\f2bd";
/*  margin-right: 5px; */
}
.member-registration header {
  padding: 10px 0;
}
.member-registration .container {
  max-width: 1368px;
  padding: 0 20px;
  margin: 0 auto;
}
.member-registration header > .container {
  max-width: 1478px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.member-registration header .logo {
  position: absolute;
  top: 15px;
  width: 334px;
  height: 108px;
  left: calc(((100% - 1368px) / 2) - 65px);
}
.member-registration .request {
  background-color: #DD4F64;
}
.member-registration .mv {
  background: url("../image/member-registration/under_mv.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-registration .mv h1 {
  display: inline-block;
  font-size: 4rem;
  color: #cc3333;
  letter-spacing: 0.15em;
  background: #fff;
  border-radius: 50px;
  padding: 20px 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  .member-registration header .container {
    max-width: 100%;
  }
  .member-registration header .logo {
    left: calc(((100% - 1368px) / 2) - 55px);
  }
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 1.4rem;
  }
  .login, .request {
    font-size: 1.4rem;
  }
  .member-registration header .logo {
    left: calc(((100% - 1368px) / 2) - 1.5%);
  }
}
@media only screen and (max-width: 1366px) {
  .member-registration header .logo {
    left: calc(((100% - 1368px) / 2) + 1%);
  }
	footer{
		max-width: 100%;
	}
}
@media only screen and (max-width: 1280px) {
  .member-registration header .logo {
    left: 2%;
    top: 20px;
    width: 300px;
  }
  .login {
    margin: auto 15px;
    padding: 1.5rem 2rem !important;
  }
  .login, .request {
    font-size: 1.6rem;
  }
  .button-bg {
    top: 0;
  }
  .member-registration header .logo img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .member-registration header {
    padding: 0;
  }
  .member-registration header .logo {
    width: 274px;
  }
  .fat-nav__wrapper {
    width: 100% !important;
    height: 100% !important;
    transform: translateY(0) !important;
  }
  .member-registration .mv {
    background: url(../image/member-registration/under_mv_sp.jpg) no-repeat;
    height: 442px;
    background-size: cover;
    background-position: center center;
  }
	footer .ftWrap .R__Area p:nth-of-type(1){
		margin-left: 11%;
	}
	footer .ftWrap .R__Area i {
    margin-left: 11%;
    font-size: 4rem;
}
}
@media only screen and (max-width: 959px) {
  .member-registration .mv {
    height: 300px;
  }
  .member-registration .mv h1 {
    position: relative;
    top: 12%;
    font-size: 3rem;
  }
  .fat-nav li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
	footer .ftWrap{
		padding: 25px 0 35px;
	}
	footer .ftWrap .L__Area .btG p a{
		padding: 15px 35px;
		font-size: 1.6rem;
	}
	footer .ftWrap .linkBT a{
		width: 340px;
	}
	footer .ftWrap .R__Area i {
    margin-left: 11%;
    font-size: 3.4rem;
}
	footer .ftWrap .R__Area p:nth-of-type(1){
		font-size: 1.6rem;
		margin-left:4%;
	}
	footer .ftWrap .R__Area i{
		margin-left:4%;
	}
}
@media only screen and (max-width: 559px) {
  .hamburger {
    width: 45px;
    height: 45px;
    padding: 10px;
  }
  .member-registration header .logo {
    width: 162px;
  }
  .member-registration .mv {
    height: 216px;
  }
  .member-registration .mv h1 {
    font-size: 2.6rem;
    padding: 10px 55px;
  }
  .fat-nav__wrapper .container {
    padding: 0;
  }
  .login {
    margin: auto 10px;
    padding: 1rem !important;
  }
  .request {
    background-color: #DD4F64;
    padding: 12px 5px !important;
  }
	footer{
		padding: 45px 20px 5px;
	}
	footer .ftWrap{
		flex-direction: column;
		}
	footer .ftWrap .L__Area, footer .ftWrap .R__Area{
		width: 100%;
	}
	footer .ftWrap .L__Area{
		margin-bottom: 35px;
	}
	footer .ftWrap .L__Area .btG p a {
    padding: 15px 43px;
}
		footer .ftWrap .L__Area .btG p:nth-child(1) a{
		margin-left: 0;
	}
	footer .ftWrap .L__Area .btG p:nth-child(2) a{
		margin-right: 0;
	}
	footer .ftWrap .linkBT {
    margin-top: 15px;
}
	footer .ftWrap .linkBT a{
		width: 100%;
	}
	footer .ftWrap .R__Area i,footer .ftWrap .R__Area p:nth-of-type(1){
		margin-left: 0;
	}
	footer .ftWrap .R__Area i {
    font-size: 4rem;
}
	footer .ftNav ul{
		flex-wrap: wrap;
	}
	footer .ftNav ul li{
		margin-bottom: 20px;
	}
	footer .ftNav ul li a{
		font-size: 1.4rem;
	}
	footer .ftNav ul li:nth-child(2) a{
		border-right: none;
	}
}
@media only screen and (max-width: 375px) {
  .member-registration header .logo {
    top: 15px;
    height: 53px;
  }
  .member-registration .mv h1 {
    padding: 10px 40px;
  }
  .login, .request {
    font-size: 1.4rem;
  }
	footer .ftWrap .L__Area .btG p a {
    padding: 15px 32px;
}
	footer .ftWrap .R__Area i {
    font-size: 3.6rem;
}
}
@media only screen and (max-width: 351px) {
  .login {
    margin: auto 0;
  }
  .member-registration .mv {
    height: 216px;
  }
  .member-registration .mv h1 {
    font-size: 2.6rem;
    padding: 10px 25px;
  }
	footer .ftWrap .L__Area .btG p a {
    padding: 15px 18px;
}
	footer .ftWrap .linkBT a,footer .ftWrap .R__Area i, footer .ftWrap .R__Area p:nth-of-type(1){
		font-size: 1.4rem;
	}
	footer .ftWrap .R__Area i{
		font-size: 3rem;
	}
	footer .ftNav ul li:nth-child(2) a{
		font-size: 1.2rem;
	}
}


header {
    padding: 10px 0;
}

/*
header .logo {
    position: absolute;
    top: 15px;
    width: 334px;
    height: 108px;
    left: calc(((100% - 1295px) / 2) - 65px);
    z-index: 98;
}
*/

@media only screen and (max-width: 1280px) {
  header .logo img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1500px) {
	header .logo {
	    left: calc(((100% - 1295px) / 2) - 55px);
	}
}
@media only screen and (max-width: 1440px) {
	header .logo {
	    left: calc(((100% - 1295px) / 2) - 1.5%);
	}
}

@media only screen and (max-width: 1366px) {
	header .logo {
	    left: calc(((100% - 1295px) / 2) + 1%);
	}
}

@media only screen and (max-width: 1280px) {
	header .logo {
	    left: 2%;
	    top: 20px;
	    width: 300px;
	}
}

@media only screen and (max-width: 1024px) {
	header .logo {
	    width: 274px;
	}
}

@media only screen and (max-width: 750px) {
	.logo {
	    max-width: 50%;
	}
}

@media only screen and (max-width: 559px) {
  header .logo {
    width: 162px;
  }
}


@media only screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
}

@media only screen and (max-width: 750px) {
  header {
    height: 0px;
  }
}


header > .container {
    max-width: 1478px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: initial;
    padding: 0 20px;
    margin: 0 auto;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.d-flex {
    display: flex !important;
}


body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header .container li span {
    margin-right: 5px;
    font-size: 80%;
}

.text-light-red {
    color: #df5e71 !important;
}

.text-orange {
    color: #ff9900 !important;
}

.text-white {
    color: #fff !important;
}

.text-lime-green {
    color: #99cc33 !important;
}

.text-sky-blue {
    color: #66cccc !important;
}

.text-deep-gray {
    color: #669999 !important;
}

.text-blue {
    color: #4490cd !important;
}

header a {
    color: #222;
    text-decoration: none;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-orange-menu: #fd7e14;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*, *::before, *::after {
    box-sizing: border-box;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.p-3 {
    padding: 0.5rem 2rem !important;
}

header > .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*
.fa, .far, .fas {
    font-family: "FontAwesome";
}

.fab, .far {
    font-weight: 400;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
*/
.m-0 {
    /* margin: 0 !important; */
}

ol, ul {
    padding-left: 2rem;
}

.content-header h1 {
    display: inline-block;
    font-size: 4rem;
    color: #cc3333;
    letter-spacing: 0.15em;
    background: #fff;
    border-radius: 50px;
    padding: 20px 70px;
    font-weight: 700;
}

@media only screen and (max-width: 959px) {
  .content-header h1 {
    position: relative;
    top: 12%;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 559px) {
  .content-header h1 {
      font-size: 2.0rem;
      padding: 10px 55px;
  }
}





@media only screen and (max-width: 1024px) {
	.content-header {
	    background: url(https://shienjuku.sukumane.biz/img/under_mv_sp.jpg) no-repeat;
	    height: 442px;
	    background-size: cover;
	    background-position: center center;
	}
}

@media only screen and (max-width: 959px) {
	.content-header {
	    height: 300px;
	}
}

@media only screen and (max-width: 559px) {
	.content-header {
	    height: 216px;
	}
}

@media only screen and (max-width: 559px) {
	.hamburger {
	    width: 45px !important;
	    height: 45px !important;
	    padding: 10px !important;
	}
}

.btn {
	outline: none !important;
	max-width: 100%;
}

/*
a:hover {
  color: #0a58ca;
  text-decoration: none;
}
*/
header a:hover {
  color: #0a58ca;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

footer .ftNav ul li a {
    display: block;
    color: #464646;
    font-size: 1.6rem;
    padding: 0 10px;
    text-decoration: underline;
}



.pb-3 {
    padding-bottom: 1rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}

header .row {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
    display: flex;
    justify-content: center;
    align-items: center;
}

header .col {
	flex: 1 0 0%;
}

header .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

header .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
   
}

.hamburger {
	z-index: 100 !important; 
}

.fat-nav {
	z-index: 99 !important;
}

.sns-detail{
	margin-top: 10px; margin-bottom: 0;
}

#formAnchor {
    margin-top: -20px;
    margin-bottom: 20px;
    padding-top: 30px;
}

/*
.content-header {
    margin-bottom: 30px;
}
*/

header .container {
	min-height: inherit;
}

.login-page .panel {
    max-width: 500px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}

table.entry table.product > tbody > tr > th {
    background-color: #fff0d9;
}

@media (max-width: 559px) {
  table.entry table.product tr {
    display: table;
  }
  table.entry table.product th, table.entry table.product td {
    display: inline-block;
  }
}

table.entry > tbody > tr > td > table td.number {
  padding-right: 5px;
}
  
header button a {
    color: white;
} 

.card .card-title a {
    color: #0a58ca;
    text-decoration: none;
}

#formInview{
    margin-top: 20px;
    margin-bottom: 20px;
}

.subtext div a {
    color: #0a58ca;
    text-decoration: none;
	display: inline;
}

.content {
    margin-top: 30px;
}

.timeline-header a {
    color: #0a58ca;
    text-decoration: none;
	display: inline;
}

.dropdown a {
  font-size: 1.6rem;
  color: inherit;
  display: inline-block;
}

.drawer-nav ul li.nostar::before {
  content: "";
  font-size: 100%;
  margin-right: 0px;
  position: relative;
  top: -5px;
}

/* 退会画面 */
.defect-page p {
	padding-left: 15px;
}

.payment div div.indent {
	margin-top: 15px;
}

.profile-edit-page .control-label {
	margin-bottom: 5px;
}

/* ページ画面 */
.detail p a {
    color: #0a58ca;
    text-decoration: none;
	display: inline;
}

.salon-detail-page .detail p a {
    color: #ffffff;
    text-decoration: none;
    display: inline;
}

/* メディアページ */
.newsContainer {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
.newsContainer h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background-image: url(/images/news/dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	padding-bottom: 12px;
	padding-top: 12px;
}
	
.newsDay {
	font-size: 0.8em;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 25px;
}
	
.newsComm p {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #000;
	text-align: left;
	padding-bottom: 20px;
}

.newsBlock3 table td.day {
	font-size:1.4rem;
}

.newsBlock3 table td a {
	color: #F66C69;
	text-decoration: none;
	font-size:1.4rem;
}

.page-list-voice div.content {
	/* width: 600px; */
	padding: 0 10% 20px;
	margin-bottom: 20px;
	/* background: url(/voice/images/box_bottom.jpg) no-repeat center bottom; */
}

.page-list-voice div.in-content {
	padding-top: 20px;
	border-top: 3px solid #92b81e;
	border-left: 1px solid #92b81e;
	border-right: 1px solid #92b81e;
	/* background: url(/voice/images/box_top.jpg) no-repeat; */
}

.page-list-voice div.inin-content{
	padding: 0 20px;
	/* background: url(/voice/images/box.png) repeat-y; */
}

.page-list-voice h2.name {
	margin-bottom: 20px;
	font-size: 18px;
	/*color: #b2db35;*/
	color:#92b81e;
}

.page-list-voice p.pagetop{
	position:relative;
	right: 10px;
	padding-left: 75%;
	padding-bottom: 20px;
	padding-top: 0;
}

@media (max-width: 559px) {
  .body-form-detail-1 #siEntryForm table.entry > tbody > tr > td .form-control + span, .body-form-detail-1 #siEntryForm table.entry > tbody > tr > td.single br,
  .body-form-detail-2 #siEntryForm table.entry > tbody > tr > td .form-control + span, .body-form-detail-2 #siEntryForm table.entry > tbody > tr > td.single br,
  .body-form-detail-3 #siEntryForm table.entry > tbody > tr > td .form-control + span, .body-form-detail-3 #siEntryForm table.entry > tbody > tr > td.single br {
    display: inline;  !important; 
  }
}

/* 2021/9/1下層ページ対応分 */
header .link__Area {
  align-items: flex-end !important;
  flex-direction: column;
}

header .line1 .flex {
  flex-direction: column;
}
header .line1 p {
  font-size: 1.6rem;
}
header .line1 p:not(:last-child) {
  margin-right: 15px;
}
header .line1 p:nth-child(1) a, header .line1 p:nth-child(2) a {
  font-size: 1.8rem;
  background: #99cc33;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  border-radius: 40px;
  width: 232px;
  margin-top: 5px;
}
header .line1 p:nth-child(1) a {
  background: #dd4f71;
}
header .line1 p:nth-child(2) a {
  background: #ff9900;
}
header .line2 {
  align-items: center;
  margin-top: 10px;
}
.content-header p {
	letter-spacing: 0.15rem;
	text-align: center;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


.form-detail-1 table.entry table.product th.product {
	display: none !important;
}
.form-detail-1 table.entry table.product th.amount {
	display: none !important;
}
.form-detail-1 table.entry table.product th.quantity {
	display: none !important;
}
@media (max-width: 767px) {
	.form-detail-1 table.entry table.product td.quantity-select {
		width: 100%;
	}
}
.form-detail-1 table.entry table.product td.product {
	background-color: #fff0d9;
	font-weight: bold;
}

@media (min-width: 768px) {
	table.entry table.product td.quantity-select {
		width: 20%;
	}
}
@media (max-width: 767px) {
	table.entry table.product td.quantity-select {
		width: 25%;
	}
}


