@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 山田ルリ子のロックミシンソーイング */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
  background: #f0f0f0;
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#nakanoyukari {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  #nakanoyukari {
  }
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}


/*header
--------------------------------------------------------------------*/
.yamadaruriko-header {
	background: #fff;
  padding: 0 20px;
}
.yamadaruriko-header .col-md-7,
.yamadaruriko-header .col-md-5 {
	padding-bottom: 0;
}
.yamadaruriko-header .slider {
	display: block;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.yamadaruriko-header h1 {
	text-align: center;
	margin-bottom: 20px;
}
.yamadaruriko-header .tokuten {
	background: rgba(192, 32, 5, 0.1);
	padding: 0.5em;
	margin: 20px 0;
}
.yamadaruriko-header .tokuten em {
	display: inline-block;
	background: rgba(192, 32, 5, 0.7);
	color: #fff;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
}

.sizing-chart {
	padding: 0 0 20px;
}
.sizing-chart p {
	margin-bottom: 0.5em;
}
.sizing-chart table {
	border-collapse: collapse;
	margin: 0 auto;
}
.sizing-chart table th,
.sizing-chart table td {
	padding: 0.3em 1em;
}
.sizing-chart table th {
	border-right: 2px solid #999;
	text-align: left;
}
.sizing-chart table td {
	border-left: 1px solid #999;
	text-align: center;
}
.sizing-chart table thead th,
.sizing-chart table thead td {
	border-bottom: 2px solid #999;
}
.sizing-chart table tbody th,
.sizing-chart table tbody td {
	border-top: 1px solid #999;
}

@media (max-width: 767px) {
	.yamadaruriko-header .slider {
		width: 90%;
	}
	.sizing-chart {
		text-align: center;
	}
}


/* Main
--------------------------------------------------------------------*/
.yamadaruriko-main {
	padding-top: 30px;
}
.yamadaruriko-main article {
	padding: 20px 0;
}
.yamadaruriko-main article.article_end {
	padding-bottom: 0;
}
.yamadaruriko-main article h2 {
	text-align: center;
}
.yamadaruriko-main article .inner {
	background: #fff;
	padding: 70px 15px 30px;
	margin-top: -30px;
}

@media (max-width: 575px) {
	.yamadaruriko-main article h2 {
		margin: 0 10px;
	}
}


/* Profile
--------------------------------------------------------------------*/
#profile {
}


/* Recommended
--------------------------------------------------------------------*/
#recommended {
}
#recommended dl dt h3 {
	border-bottom: 3px solid #ccc;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}


/* Lesson
--------------------------------------------------------------------*/
#lesson {
}
#lesson .anchor_list {
	
}
#lesson .anchor_list li a {
	display: block;
	border: 1px solid rgba(227, 134, 0, 1);
	color: rgba(227, 134, 0, 1);
	font-size: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.5em 0;
}
#lesson .anchor_list li a:hover {
	background: rgba(227, 134, 0, 1);
	color: #fff;
  text-decoration: none !important;
}
#lesson .anchor_list li a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

@media (max-width: 575px) {
	#lesson .anchor_list li a {
/*		font-size: 14px;
		font-size: 1.4rem; */	}
}


#lesson .lesson_box {
	max-width: 960px;
	border: 3px solid #ccc;
	margin: 30px auto 0;
	padding: 20px 50px;
}
#lesson .lesson_box h3 {
	font-size: 1.4em;
	text-align: center;
}
#lesson .lesson_box h3 em {
	color: rgba(227, 134, 0, 1);
	font-size: 2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-right: 0.5em;
}
#lesson .lesson_box h4 {
	font-size: 1.25em;
	text-align: center;
	margin: 2em 0 1em;
}
#lesson .lesson_item {
}
#lesson .lesson_item span {
	display: block;
	font-size: 0.9em;
	text-align: center;
}
#lesson .lesson_learning {
	border-top: 2px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
#lesson .lesson_learning p {
	color: rgba(227, 134, 0, 1);
	font-weight: bold;
	text-align: center;
}
#lesson .lesson_learning ul {
	padding-bottom: 0;
}
#lesson .lesson_learning li {
	margin-bottom: 0.3em;
}
#lesson .lesson_learning li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}

@media screen and (max-width: 767px ) {
  #lesson .lesson_item li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #lesson .lesson_item li img,
  #lesson .lesson_item li span {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
	#lesson .lesson_box {
		padding: 20px;
	}
	#lesson .lesson_box h3 em {
		display: block;
	}
}



/* Content
--------------------------------------------------------------------*/
#content {
}
#content .content_lead {
	font-size: 1.125em;
	text-align: center;
	margin-bottom: 2em;
}
#content .content_txt {
}
#content .content_txt li {
	margin-bottom: 1em;
}
#content .content_txt .another {
	background: #f0f0f0;
	padding: 0.8em 1em;
}
#content .content_txt .another .btn_another {
	display: block;
	width: 20em;
	border: 1px solid rgba(227, 134, 0, 1);
	background: #fff;
	color: rgba(227, 134, 0, 1);
	font-size: 1.125em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.3em 0;
	margin: 1em auto 0;
}
#content .content_txt .another .btn_another:hover {
	background: rgba(227, 134, 0, 1);
	color: #fff;
  text-decoration: none !important;
}
#content .content_txt .another .btn_another::before {
	content: "\f291";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#content .content_txt .another .btn_another::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

#content .content_txt .tokuten {
	background: rgba(192, 32, 5, 0.1);
	padding: 0.8em 1em;
}
#content .content_txt .tokuten em {
	display: inline-block;
	background: rgba(192, 32, 5, 0.7);
	color: #fff;
	line-height: 1;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
}

@media (max-width: 575px) {
	#content .content_lead {
/*		font-size: 14px;
		font-size: 1.4rem; */	}
}

#content .set-list {
  
}
#content .set-list li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.2em;
}
#content .set-list li ul {
  margin-left: 1em;
}
#content .set-list li li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 0.2em;
}


/* Guide
--------------------------------------------------------------------*/
#guide {
	
}
#guide .guide_detail dt {
	border-left: 10px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.25em;
	padding: 0.2em 0.5em;
}
#guide .guide_detail dd {
	padding: 0.5em 1em 1.5em;
}
#guide .guide_detail dd h4 {
	margin: 0.5em 0;
}
#guide .guide_detail dd .price {
	display: inline-block;
	border: 1px solid rgba(227, 134, 0, 1);
	font-size: 1.25em;
	padding: 0.3em;
	margin-bottom: 1em;
}
#guide .guide_detail dd .price em {
	display: inline-block;
	background: rgba(227, 134, 0, 1);
	color: #fff;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
}
#guide .guide_detail dd .price strong {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0 0.2em;
}
#guide .guide_detail dd li {
	margin-bottom: 0.3em;
}
#guide .guide_detail dd .note {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-top: 1em;
}
#guide .guide_contact {
	background: #f0f0f0;
	margin-top: 20px;
	padding-top: 15px;
}
#guide .guide_contact dt {
	text-align: center;
}
#guide .guide_contact dt span,
#guide .guide_contact dt small {
	display: block;
}
#guide .guide_contact dd {
}
#guide .guide_contact dd li {
	line-height: 28px;
	margin-bottom: 0.5em;
}
#guide .guide_contact dd li em {
	display: inline-block;
	width: 10em;
	background: #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	margin-right: 0.5em;
	text-align: center;
}
#guide .guide_contact dd li strong {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0 0.2em;
}

@media (max-width: 767px) {
	#guide .guide_contact dd li {
		text-align: center;
	}
	#guide .guide_detail dd .price {
		display: block;
		font-size: 1.125em;
	}
	#guide .guide_detail dd .price em {
		display: block;
		margin-right: 0;
	}
	#guide .guide_detail dd .price strong {
		font-size: 1.75em;
		margin: 0;
	}
}

@media screen and (min-width: 768px ) {
	a.tel[href^="tel:"] {
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}


/* Faq
--------------------------------------------------------------------*/
#faq dl dt {
	background: #f0f0f0;
	color: rgba(227, 134, 0, 1);
	font-size: 1.125em;
	padding: 0.5em;
	margin-bottom: 0.2em;
}
#faq dl dd {
	padding: 0.5em;
}


/* Footer
--------------------------------------------------------------------*/
#footer {
	background: #fff;
	text-align: center;
	padding: 40px 0;
}
#footer .logo {
	border-top: 1px solid #666;
	text-align: center;
	margin: 0 20px;
	padding: 30px 0;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline-block;
	margin: 0 0.5em;
}
#footer li::before {
	content: "\f105";
	color: #999;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}


/* Pagetop
--------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(227, 134, 0, 0.8);
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: rgba(227, 134, 0, 0.8);
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	margin-right: 0.3em;
}
#pagetop a:hover {
	background: rgba(227, 134, 0, 0.8);
	color: #fff;
  text-decoration: none !important;
}
#pagetop i{
        margin-top: 0.3em;
}


/* Text
--------------------------------------------------------------------*/
.sp-break {
	display: none;
}
.txt-red {
	color: rgba(192, 32, 5, 1);
}
.txt-blue {
	color: rgba(227, 134, 0, 1);
}
.txt-12 {
	font-size: 0.875em;
}
.txt-16 {
	font-size: 1.125em;
}
.txt-18 {
	font-size: 1.25em;
}
.txt-20 {
	font-size: 1.4em;
}
.txt-24 {
	font-size: 1.75em;
}

@media (max-width: 575px) {
	.sp-break {
		display: inherit;
	}
}


/*Bnt
--------------------------------------------------------------------*/
.btn_area {
	margin-top: 20px;
}
.btn_request {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(227, 134, 0, 0.8);
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.8em 0;
}
.btn_request:hover {
	background: rgba(227, 134, 0, 0.6);
	color: #fff;
  text-decoration: none !important;
}
.btn_request::before {
	content: "\f518";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn_order {
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.8em 0;
}
.btn_order:hover {
	background: rgba(192, 32, 5, 1);
	color: #fff;
  text-decoration: none !important;
}
.btn_order::before {
	content: "\f5ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn_request::after,
.btn_order::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

@media (max-width: 767px) {
	.btn_request,
	.btn_order {
		font-size: 1.25em;
	}
}

