/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media all and (max-width: 1200px) {
  .slider__text {
    right: 0;
  }
}
@media all and (max-width: 1024px) {
  .l-header__contact-link {
    padding: 0 10px 0 80px;
    background: url(../image/icon-mail.png) no-repeat left 10px center;
  }

  .l-header nav .l-container {
    width: 90%;
				margin: 0 auto;
				max-width: 90%;
  }
}
@media all and (max-width: 900px) {
  .social-network__list li {
    margin-right: 5px;
  }

  .l-footer__block {
    margin: 0 10px 0 10px;
  }
}
@media all and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .full-max-width {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  .u-flex {
    display: block;
  }
  .u-flex.pc {
			display: none;
		}

  .l-container {
    max-width: 94%;
  }

  .l-header {
    padding: 14px 0 0 0;
  }
  .l-header__head {
    padding: 0 14px 10px 14px;
  }
		.l-header__head h1 a {
			display: inline-block;
		}
  .l-header__logo img {
    width: 120px;
  }
  .l-header__info {
    height: auto;
  }
  .l-header .menubt {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    top: 14px;
    right: 14px;
    background-color: #BC9741;
  }
  .l-header .menubt span {
    width: 26px;
    height: 2px;
    right: 7px;
    background-color: #fff;
  }
  .l-header__phone-cart {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #E4D7B4;
  }
  .l-header__phone-cart li {
    width: 50%;
    float: left;
  }
  .l-header__phone-cart li span {
    line-height: 20px;
    display: inline-block;
  }
  .l-header__phone-cart li:first-child {
    border-right: 1px solid #fff;
  }
  .l-header__phone-cart li:first-child span {
    padding-left: 17px;
    background: url(../image/icon-phone-sp.png) no-repeat left center;
    background-size: auto 20px;
  }
  .l-header__phone-cart li:last-child span {
    padding-left: 25px;
    background: url(../image/icon-cart-sp.png) no-repeat left center;
    background-size: auto 20px;
  }
  .l-header nav {
    padding: 12px 0 30px 0;
  }
  .l-header nav .l-header__btn-contact,
.l-header nav .l-header__time {
    font-size: 18px;
  }
  .l-header nav .l-header__btn-contact {
    padding: 3px 10px;
  }
  .l-header nav .l-header__number span {
    font-size: 32px;
    line-height: 30px;
  }
  .l-header__contact-link {
    padding: 0 10px 0 60px;
    background: url(../image/icon-mail.png) no-repeat left 10px center;
    background-size: 40px auto;
    line-height: 30px;
    font-size: 18px;
    margin-top: 0;
  }
  .l-header__menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .l-header__menu li {
				width: 48%;
				margin: 0 1% 10px;
		}
		.l-header__menu li:nth-child(3n) {
			margin: 0 1% 10px;
		}
  .l-header__menu li a {
			font-size: 16px;
		}
  .l-header__text-menu {
			width: 100%;
			margin: 0;
    padding: 10px 0;
    font-size: 20px;
  }
		.l-header__contact-menu {
			display: none;
		}
  .l-header__contact-menu li {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
  }

  .p-news__title {
    padding: 20px 4px;
    font-size: 20px;
    left: 0;
  }
  .p-news__list {
    width: auto;
    text-align: left;
				line-height: 1.2;
  }
  .p-news__cat {
    width: 130px;
				line-height: 16px;
				font-size: 12px;
  }
  .p-news--top {
    padding-top: 17px;
  }

  .c-btn {
  }
  .c-btn::after {
    width: 22px;
  }

  .p-heading {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .p-heading::after {
    width: 67px;
    height: 3px;
  }

  .l-footer {
    padding: 25px 0;
  }
  .l-footer__logo img {
    width: 100px;
  }
  .l-footer__blocks {
    display: none;
  }
  .l-footer__info {
    margin: 10px 0 15px 0;
  }
  .l-footer__coppy {
    font-size: 10px;
  }
  .l-footer .ptop {
			 position: fixed;
				z-index: 10;
    right: 3%;
  }
  .l-footer .ptop img {
    width: 40px;
  }


  /*--------------------------------------------------------------------------------------------
    common
  --------------------------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 0 auto 20px;
	float: none;
}

#second {
	padding: 30px 0 60px;
}

#second .inner {
	width: 94%;
	margin: 0 auto;
}

#second .inner .pan {
	font-size: 10px;
}

#second .inner h2 {
	font-size: 20px;
	padding: 0 0.5em;
	text-align: left;
	letter-spacing: 0;
	font-weight: 500;
}

#second .inner h2 span {
	padding: 0 0.5em;
}

#second .inner h3 {
	line-height: 1.3;
	font-size: 18px;
}

#second .inner p.lead {
	font-size: 20px;
}

#second .anchor {
	margin: 0 0 30px;
	display: block;
}

#second .anchor li {
	width: 100%;
	margin: 0 0 10px;
}

#second .column2 {
	margin: 0;
	display: block;	
}

#second .column2 .left {
	width: 100%;
}

#second .column2 .right {
	width: 100%;
	text-align: center;
}

#second .column2-2 {
	display: block;
}

#second .column2-2 .left {
	width: 100%;
}

#second .column2-2 .right {
	width: 100%;
}

#second .contactBox {
	margin: 80px 0 0;
	padding: 30px 20px 0;
	border: 4px double #A0507C;
	font-size: 20px;
}

#second .contactBox .telmail {
	padding: 30px 0 0;
	display: block;
}

#second .contactBox .telmail div {
	width: 100%;
	text-align: center;
}

#second .contactBox .telmail div dl {
	margin-bottom: 30px;
}

#second .contactBox .telmail div dt {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 6px;
	color: #FFF;
	background-color: #A0507C;
}

#second .contactBox .telmail div span.time {
	font-size: 18px;
	display: block;
}

#second .contactBox .telmail .btn {
  width: 100%;
  border: 1px solid #947734;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
		top: 0;
		margin-bottom: 10px;
}
#second .contactBox .telmail .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 30px;
  height: 1px;
  background-color: #947734;
}
#second .contactBox .telmail .btn a {
	display: block;
  padding: 8px 30px 10px 30px;
		text-decoration: none !important;
		font-size: 18px;
}

#second .contactBox .telmail .btn a:hover {
	background-color: #E6D8B7;
}

#second .contactBox .sp {
	text-align: center;
	margin-bottom: 0 !important;
	color: #A0507C;
	font-weight: 500;
}

.tel-link {
	font-size: 30px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

  /*--------------------------------------------------------------------------------------------
    index
  --------------------------------------------------------------------------------------------*/
  .slider__text {
    font-size: 14px;
    padding-right: 10px;
				font-weight: 500;
  }

  .p-news--top {
    text-align: center;
  }
  .p-news--top .c-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 40px;
    left: 0;
    text-align: center;
    margin: 40px auto 0 auto;
			width: 80%;
  }
		
		.p-news--top .c-btn a {
			padding: 8px 0;
		}

  .service-top {
    padding: 40px 0 12px 0;
  }
  .service-top__intro {
    padding: 28px 0 18px 0;
  }
  .service-top__list {
    text-align: center;
  }
  .service-top__list li {
    width: auto;
    margin-bottom: 27px;
    max-width: 560px;
    display: inline-block;
    text-align: left;
  }
  .service-top__text-item {
    padding: 11px 55px 7px 16px;
    background: #fff url(../image/icon-next.png) no-repeat right 14px center;
    background-size: 22px auto;
  }
  .service-top__text-item::before {
    width: 33px;
    height: 3px;
  }
  .service-top__text-item h3 {
    font-size: 16px;
				font-weight: 500;
  }
		
		.dyeing-weaving-kondo-top__list.u-flex {
			display: block;
		}

  .dyeing-weaving-kondo-top {
    padding: 40px 0 20px 0;
    background: url(../image/bg-dyeing-weaving-top-sp.png) no-repeat center center;
    background-size: cover;
  }
  .dyeing-weaving-kondo-top__list {
    margin-top: 20px;
    text-align: center;
  }
  .dyeing-weaving-kondo-top__item {
    /*width: calc(50% - 12px);*/
				width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .dyeing-weaving-kondo-top__item:nth-child(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .dyeing-weaving-kondo-top__item h3 {
    padding: 10px 12px;
    font-size: 15px;
    text-align: left;
    background: #947734 url(../image/bg-h3-service-top-sp.png) no-repeat right top;
  }
  .dyeing-weaving-kondo-top__item img {
    width: auto;
    padding: 14px 16px 10px 16px;
    max-width: 50%;
  }
  .dyeing-weaving-kondo-top__text {
    width: 100%;
    padding: 0;
  }
  .dyeing-weaving-kondo-top__desc p {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .dyeing-weaving-kondo-top .c-btn {
    min-width: auto;
				padding: 0;
  }
		.dyeing-weaving-kondo-top .c-btn {
			width: 80%;
			margin: 0 auto 10px;
		}
  .dyeing-weaving-kondo-instagram-top {
    padding: 40px 3.4% 30px 3.4%;
    margin: 0;
  }
  .dyeing-weaving-kondo-instagram-top__list {
    margin: 20px 3.4% 10px 3.4%;
    text-align: center;
  }
  .dyeing-weaving-kondo-instagram-top li {
    width: calc(33.3333% - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .dyeing-weaving-kondo-instagram-top li:nth-child(3n+0) {
    margin-right: 0;
  }

  .company-top {
    margin: 20px 0 20px 0;
  }
  .company-top li {
    width: 100%;
    margin-bottom: 10px;
  }

  .social-network {
    padding: 20px 0;
    margin: 0;
    background-color: #F0EEE1;
  }
  .social-network__list {
    text-align: center;
  }
  .social-network__list li {
    margin-right: 18px;
  }
  .social-network__list .title {
    display: none;
  }
  .social-network__mail {
    width: 35px;
    height: 27px;
    background: url(../image/icon-mail-sp.png) no-repeat;
    background-size: contain;
    margin-top: 4px;
  }


/*--------------------------------------------------------------------------------------------
  wn
--------------------------------------------------------------------------------------------*/
#second .p-news__list {
	width: 100%;
	margin: 0 auto;
}

#second .wnDetail {
	margin: 0 auto 40px;
	padding: 10px 10px 10px;
	border: 4px solid #F0EEE1;
	background-color: #FFF;
}

/*--------------------------------------------------------------------------------------------
  moyo
--------------------------------------------------------------------------------------------*/
.moyoList {
	margin: 0 0 60px;
}

.moyoDetail {
	width: 100%;
	margin: 40px auto 60px;
}

#second .moyoDetail h3 {
	position: static;
	margin: 0 0 20px;
}

#second .moyoDetail .inner {
	width: 96%;
	padding: 0;
	border: none;
	margin: 0 auto;
}

#second .moyoDetail table th {
	display: block;
	width: 100%;
}

#second .moyoDetail table td {
	display: block;
	width: 100%;
}


/*--------------------------------------------------------------------------------------------
  goods
--------------------------------------------------------------------------------------------*/
.goodsList {
	width: 100%;
	margin: 0 auto 30px;
	display: block;
}

.goodsList a {
	display: block;
	width: 100%;
	margin: 0;
	text-decoration: none !important;
}

.goodsList div p {
	margin: 0 0 8px !important;
}

#second .goodsList div h3 {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 6px;
	line-height: 1.4 !important;
}

.goodsList div p.price {
	margin: 0 8px 40px !important;
	text-align: center;
	font-size: 18px;
}

.goodsList div.photo img {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------------------------------------
  rental
--------------------------------------------------------------------------------------------*/
.rentalSet {
	margin: 0 0 40px;
	background-color: #F3F2F1;
	padding: 20px;
	text-align: left;
}


.rentalExam {
	display: block;
}

.rentalExam li {
	width: 80%;
	margin: 0 auto 40px;
}

.rentalExam li p {
	margin: 10px 0 0 !important;
	background-color: #F0EEE1;
}

.rentalExam li dl {
	display: flex;
	flex-wrap: wrap;
}

.rentalExam li dl dt {
	width: 40%;
}

.rentalExam li dl dd {
	width: 60%;
}

.rentalChild {
	display: block;
	margin: 0 0 40px;
	padding: 20px 20px 10px;
	border: 4px solid #F5EDF2;
}

.rentalChild .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}

.rentalChild .text {
	width: 100%;
}

.rentalCasualBox {
	display: block;
}

.rentalCasual {
	width: 100%;
	display: block;
	margin: 0 0 40px;
	padding: 20px 20px 10px;
	border: 4px solid #F5EDF2;
}

.rentalCasual .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}

.rentalCasual .text {
	width: 100%;
}

.rentalCasual2 {
	display: block;
	width: 100%;
	margin: 0 0 40px;
	padding: 20px 20px 10px;
	border: 4px solid #F5EDF2;
}

.rentalCasual2 .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}

.rentalCasual2 .text {
	width: 100%;
}

.rentalFlow {
	position: relative;
	margin: 0 10px;
	padding: 0 0 40px;
}

.rentalFlow:before {
	position:absolute;
	top: 5px;
	left: 15px;
	width: 3px;
	height: 100%;
	background-color: #E9D37E;
	content: "";
}

.rentalFlow h5 {
	position: static;
	margin: 0 0 10px;
	padding: 0;
	color: #A0507C;
	font-size: 16px;
	font-weight: 500;
	background-color: transparent;
}

.rentalFlow h5 span:before {
	position: absolute;
	content: "";
	top: 4px;
	left: -4px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #A0507C;
	display: inline-block;
	z-index: -1;
	border-radius: 100%;
}

.rentalFlow h5 span {
	position: relative;
	color: #FFF;
	z-index: 10;
	margin-right: 26px;
	letter-spacing: -0.05em;
	font-size: 30px;
}

.rentalFlow p {
	margin: 0 0 20px 58px !important;
}

/*--------------------------------------------------------------------------------------------
  kura
--------------------------------------------------------------------------------------------*/
.kuraCost {
	margin: 60px 0;
	padding: 0 30px 30px;
	border: 4px solid #F2E6B0;
}

.kuraCostWrap {
	display: block;
	margin: 40px 0 0;
}

.kuraCostWrap div {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 20px 1px;
	background: url(../image/rental-21.png) #FBF7E7 no-repeat 100% 110%;
}

.kuraCostWrap div dt {
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

.kuraCostWrap div dt:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background-color: #A0507C;
	bottom: -8px;
	left: calc( 50% - 20px );
}

.kuraCostWrap div dd {
	text-align: center;
}

.kuraCostWrap div dd .kakaku {
	font-size: 20px;
	font-weight: 500;
}

.kuraUl {
	padding: 0 0 0 40px;
}

.kuraUl li {
	margin: 0 0 8px;
	list-style: disc;
}

/*--------------------------------------------------------------------------------------------
  club
--------------------------------------------------------------------------------------------*/
.clubLead {
	width: 100%;
	background: url(../image/club_bg.jpg) no-repeat 80% 0;
	background-size: cover;
	margin: 0 auto 30px;
	padding: 40px 20px 30px;
}

.catMenu {
	margin-bottom: 40px !important;
	display: flex;
	justify-content: center;
}

.catMenu li {
 width: 23%;
	margin: 0 1% 10px;
}

.catMenu li a {
	display: block !important;
	padding: 8px;
	text-align: center;
	border: 2px solid #CCC;
	text-decoration: none !important;
}

.catMenu li a:hover {
	background-color: #F7F1E8;
}

/*--------------------------------------------------------------------------------------------
  postDetail
--------------------------------------------------------------------------------------------*/
.postList {
	margin: 0 0 60px;
}

.postDetail {
	width: 100%;
	margin: 80px auto 60px;
}

#second .postDetail .inner {
	position:relative;
	width: 96%;
	margin: 0 auto;
	padding: 20px 0 0;
	border: none;
}

#second .postDetail table th {
	display: block;
	width: 100%;
}

#second .postDetail table td {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	border-bottom: none;
}


/*--------------------------------------------------------------------------------------------
  school
--------------------------------------------------------------------------------------------*/
.schoolInfo {
	display: block;
}

.schoolInfo dt {
	width: 100%;
	border-bottom: none;
	padding: 8px 4px 0;
	font-weight: 500;
}

.schoolInfo dd {
	width: 100%;
	padding: 4px 4px 8px;
}

.schoolDate {
	display: block;
}

.schoolDate li {
	width: 100%;
	margin: 0 0 10px;
}


/*--------------------------------------------------------------------------------------------
  maintenance
--------------------------------------------------------------------------------------------*/
.maintenanceFlow {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 60px;
	background: url(../image/arrow-02.png) no-repeat center 98%;
}

#second .inner table.maintenanceTb {
	width: 100%;
	margin: 0 0 60px;
}

#second .inner table.maintenanceTb2 {
	width: 100%;
	margin: 0 0 60px;
}


	/*--------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------*/
#second table.companyAbout {
	width: 100%;
	margin: 0 0 40px;
}

#second table.companyAbout th {
	position: static;
	display: block;
	width: 100%;
	font-weight: 500;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	border: none;
	background-color: #F0EEE1;
}

#second table.companyAbout th:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color: #CBAD6A;
	width: 2px;
	height: 100%;
}
	
#second table.companyAbout th:after {
	position: absolute;
	display: none;
}

#second table.companyAbout td {
	display: block;
	width: 100%;
	padding: 10px;
	border: none;
}

#second table.companyAbout td .tel-link {
	font-size: 14px;
}

.gmap {
	margin: 0 0 30px;
}

.howAccess {
	margin: 0 0 40px;
}

.howAccess dt {
	margin: 0 0 4px;
	padding: 4px;
	font-weight: 500;
	display: inline-block;
	background-color: #F3F2F1;
}

.shopPhoto {
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shopPhoto li {
	margin: 0 10px;
}

.greeting {
	margin: 0 0 60px;
	display: block;
	border-bottom: 1px dashed #947734;
}

.greeting .text {
	width: 100%;
}

.greeting .text .info {
	border-top: 1px dotted #CCC;
	padding: 20px 0 0;
}

.greeting .photo {
	width: 100%;
	margin: 0;
	text-align: center;
}

.gmap {
margin: 0 0 30px;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*--------------------------------------------------------------------------------------------
  inquiry
--------------------------------------------------------------------------------------------*/
.inquiryBox {
	width: 100%;
	margin: 0 auto;
}

.inquiryBox table {
	width: 100%;
	margin: 0 0 40px;
}

.inquiryBox table th {
	display: block;
	width: 100% !important;
	border: none !important;
}

.inquiryBox table td {
	display: block;
	width: 100% !important;
	border: none !important;
	background-color: #FFF;
}

.inquiryBox table td input.tx-l {
	width: 90%;
}

.inquiryBox table td input[type=text] {
	width: 90%;
}

.inquiryBox table td textarea {
	width: 90%;
}

.inquiryBox .btn input[type=submit] {
	background-color: #EEE;
	border: 1px solid #CCC;
}

/*--------------------------------------------------------------------------------------------
  sitemap
--------------------------------------------------------------------------------------------*/
.sitemap {
	margin: 0;
	display: block;
}

.sitemap li {
	width: 100%;
	margin: 0 0 20px;
}

.sitemap li h3 {
	margin-bottom: 10px !important;
}


/*--------------------------------------------------------------------------------------------
  tokutei
--------------------------------------------------------------------------------------------*/
.tokuteiBox {
	width: 100%;
	margin: 0 auto;
}

#second .tokuteiBox table {
	width: 100%;
}

#second .tokuteiBox table th {
	display: block;
	width: 100%;
	border: none !important;
}

#second .tokuteiBox table td {
	display: block;
	width: 100%;
	border: none !important;
}

#second .tokuteiBox table td ul {
	padding: 0 0 0 24px;
}

#second .tokuteiBox table td ul li {
	margin: 0 0 10px;
	list-style: disc;
}

#second .tokuteiBox table td ul li:last-of-type {
	margin: 0;
}


/*--------------------------------------------------------------------------------------------
  privacy
--------------------------------------------------------------------------------------------*/
.privacyBox {
	width: 100%;
	margin: 0 auto;
}


/*--------------------------------------------------------------------------------------------
  calendar
--------------------------------------------------------------------------------------------*/
.mc-main td .event-title {
	line-height: 1.2 !important;
}

.my-calendar-nav {
width: 100%;
}

.my-calendar-nav ul li, .mc-main .category-key ul li, .mc-main .mc-export ul li {
width: 50%;
}

.my-calendar-next {
text-align: right;
}

.my-calendar-nav .my-calendar-prev a {
border: none;
}

}

/*# sourceMappingURL=mobile.css.map */
