@charset "utf-8";
/* CSS Document */
@import "clear.css";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h2 {
	background: #c6e4e5;
	border-left: solid #80b3b5 8px;
	font-weight: bold;
}

h3 {
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	text-align: center;
}

select {
	background: #eee;
	padding: 5px;
}

.examination > dt span {
	color: #e60012;
	font-weight: bold;
}

.submit {
	text-align: center;
}

.submit input {
	background: #80b3b5;
	border: 0;
	color: #fff;
	font-size: 2em;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	padding: 0.5em 2em;
}

.back_button {
	background: #888 !important;
}

#shop {
	text-align: center;
}

#shop dt {
	font-weight: bold;
}

.copy {
	background: #313131;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	padding: 10px 0;
}

footer {
	background: #c6e4e5;
	padding: 20px 0;
	text-align: center;
}

footer p {
	margin-bottom: 10px;
}

#foot_contact {
	padding: 30px 0;
	text-align: center;
}

.purchase_wrap span {
	color: #e60012;
	font-weight: bold;
}

/*PC*/
@media (min-width: 769px) {
.pc_none {
	display: none;
}

header {
	background: url(../images/bg_2.png) no-repeat center bottom;
	height: 100px;
}

#header_wrap {
	margin: auto;
	width: 960px;
}

#tell_area {
	margin: -88px 0 0 620px;
	padding-bottom: 10px;
	width: 330px;
}

#tell_area dt {
	background: url(../images/tel_icon.png) no-repeat left center;
	color: #31004a;
	font-size: 42px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	line-height: 1.2em;
	padding-left: 1.2em;
}

#tell_area dd {
	background: #004986;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #fff;
	font-size: 0.85em;
	padding: 5px 0;
	text-align: center;
}

#header_wrap h1 {
	background: url(../images/header_bg_img.png) no-repeat 320px 20px;
	line-height: 0;
	padding-top: 30px;
}

h2 {
	margin-bottom: 30px;
	padding: 10px;
}

h3 {
    font-size: 30px;
	margin-bottom: 30px;
}

nav {
	background: #004986;
}

nav ul {
	border-left: solid #fff 1px;
	margin: auto;
	width: 961px;
}

nav li {
	float: left;
	text-align: center;
	width: 120px;
}

nav li a {
	border-right: solid #fff 1px;
	color: #fff;
	line-height: 45px;
	display: block;
}

#main_wrap {
	background: #c6e4e5;
	line-height: 0;
	margin-bottom: 45px;
}

#main_wrapper {
	margin: auto;
	width: 960px;
}

#main li {
	width: 960px !important;
}

.contents {
	padding-bottom: 60px;
}


.contents {
	margin: auto;
	width: 960px;
}

#idx_list li {
	font-size: 1.2em;
	margin-bottom: 45px;
	text-align: center;
}

.list li {
	border: solid #ccc 1px;
	float: left;
	margin: 0 20px 60px 0;
	padding: 5px;
	width: 213px;
}

.list li:nth-child(4n) {
	margin-right: 0;
}

.list li div {
	background: url(../images/bg_1.png);
	padding: 5px;
}

.list .maker {
	background: #e8973f;
	color: #fff;
	border: solid #fff 3px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	display: inline-block;
	font-size: 0.8em;
	padding: 3px 20px 1px;
}

.list .thumb {
	display: block;
	height: 160px;
	overflow: hidden;
	width: 100%;
}

.list h2 {
	background: none;
	border: none;
	color: #e8973f;
	font-size: 1.2em;
	font-weight: normal;
	height: 2.4em;
	line-height: 1.2em;
	margin: 10px 5px;
	overflow: hidden;
	padding: 0;
	text-decoration: underline;
}

.list p {
	margin: 0 5px;
	height: 2.8em;
	overflow: hidden;
}

.list .price {
	color: #e60012;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	margin-top: 5px;
	text-align: right;
}

.list .price span {
	font-size: 2.2em;
}

#container {
	padding-top: 60px;
}

#flow {
	background: #c6e4e5;
	text-align: center;
	margin: 60px 0;
	padding: 45px 0;
}

#flow p {
	margin: 30px 0;
}

#faq dt,
#faq dd {
	font-size: 1.4em;
	padding: 25px 0 25px 72px;
}

#faq dt {
	background: url(../images/q.png) no-repeat left 10px;
	margin-top: 10px;
}

#faq dd {
	background: url(../images/a.png) no-repeat left 10px;
	border-bottom: dashed #e5e5e5 3px;
}

.bx-pager a img {  
	opacity: 0.5;  
	filter: alpha(opacity=50);  
}  
.bx-pager a.active img {  
	opacity: 1;  
	filter: alpha(opacity=100);  
}

.bx-pager li {
	float: left;
	height: 50px;
	margin: 0 6px 20px 0;
	text-align: center;
	width: 90px;
}

.bx-pager li img {
	max-height: 100%;
}

.bx-pager li:nth-child(10n) {
	margin-right: 0;
}

.detail {
	border-top: solid #dcdcdc 1px;
	border-left: solid #dcdcdc 1px;
	float: left;
	margin-top: 60px;
	width: 630px;
}

.detail dt,
.detail dd {
	border-right: solid #dcdcdc 1px;
	border-bottom: solid #dcdcdc 1px;
	float: left;
	padding: 10px 15px 0 15px;
	height: 30px;
}

.detail dt {
	background: #eee;
	width: 69px;
}

.detail dd {
	font-size: 0.9em;
	width: 184px
}

.description {
	float: right;
	margin-top: 60px;
	width: 300px;
}

.examination {
	line-height: 3em;
	margin-bottom: 45px;
}

.examination > dt,
.examination > dd {
	padding: 20px 0;
}

.examination > dt {
	line-height: 1.2em;
	padding-top: 30px;
	float: left;
	width: 180px;
}

.examination > dd {
	border-bottom: dashed #ccc 3px;
	min-height: 2em;
	padding-left: 180px;
}

.examination input {
	margin-right: 0.5em;
}

.examination label {
	display: inline-block;
	margin-right: 1em;
}

.examination dl dt,
.examination dl dd {
	padding: 10px;
}

.examination dl {
	border-top: dotted #ccc 1px;
}

.examination dl dt {
	float: left;
	width: 150px;
}

.examination dl dd {
	border-bottom: dotted #ccc 1px;
	padding-left: 170px;
}

.examination .long {
	width: 95%;
}

.examination .short {
	width: 80px;
}

.examination textarea {
	height: 10em;
	width: 95%;
}

.flow_wrap h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.flow_wrap a {
	display: block;
	margin: 20px 0;
}

.flow_wrap h4 img {
	margin-right: 0.5em;
	vertical-align: -20px;
}

.flow_wrap h5 {
	font-size: 18px;
	border-bottom: dashed #f37020 2px;
	margin: 15px 0;
}

.flow_wrap h5:before {
	content: "■";
	color: #f37020;
}

.flow_type_a,
.flow_type_b {
	margin: 60px 0 80px;
}


.flow_type_a dt,
.flow_type_b dt {
	width: 350px;
}

.flow_type_a dd,
.flow_type_b dd {
	width: 480px;
}

.flow_type_a dt {
	float: left;
}

.flow_type_b dt {
	float: right;
}

.flow_type_a dd {
	float: right;
	margin-right: 60px;
}

.flow_type_b dd {
	float: left;
	margin-left: 60px;
}

.confirm dt {
	font-weight: bold;
	color: #80b3b5;
}

#shop dd {
	margin-bottom: 20px;
}

.slider li {
	height: 400px;
}

.instagram li {
	background: #000;
	float: left;
	height: 180px;
	margin: 0 15px 30px 0;
	width: 180px;
}

.instagram li img {
	width: 180px;
	height: 180px;
	object-fit: cover;
}

.instagram li:nth-child(5n) {
	margin-right: 0;
}

.purchase_wrap h4 {
	background: #004986;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin: 30px 0;
	padding: 10px 0;
}

#shop_photo {
	padding: 30px 0;
}

#shop_photo li {
	font-size: 0.8em;
	float: left;
	min-height: 300px;
	text-align: left;
	margin: 0 20px 30px 0;
	width: 225px;
}

#shop_photo li:nth-child(4n) {
	margin-right: 0;
}

.purchase_wrap {
	text-align: center;
}

#news {
	height: 150px;
	margin-bottom: 60px;
	overflow: auto;
}

#news dt,
#news dd {
	padding: 5px 0;
}

#news dt {
	color: #357691;
	font-weight: bold;
	float: left;
	padding-left: 15px;
	width: 185px;
}

#news dd {
	border-bottom: dotted #ccc 1px;
	padding-left: 200px;
}

footer p a:after {
	content: url(../images/header_bg_img.png);
	margin-left: 0.5em;
}

}

/*SmartPhone*/
@media screen and (max-width: 768px) {
.sp_none,
nav,
.detail_wrap .bx-pager,
header #tell_area {
	display: none;
}

header {
	background: #fff url(../images/bg_3.png) repeat-x bottom;
	border-bottom: solid #eee 1px;
	height: 90px;
	position: fixed;
	padding: 0 3%;
	width: 94%;
	top: 0;
	left: 0;
	z-index: 99999;
}

header h1 {
	background: url(../images/header_bg_img.png) no-repeat 90% 20px;
	background-size: 19% auto;
	height: 70px;
	padding-top: 20px;
	width: 80%;
}

header h1 a {
	display: block;
	width: 70%;
}

h2 {
	margin: 3%;
	padding: 3%;
}

h3 {
    font-size: 20px;
	margin-bottom: 5%;
}

.sp_nav_btn {
	background: url(../images/menu_btn.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 7%;
	right: 1%;
	height: 80%;
	width: 15%;
	z-index: 99;
}

nav {
	background: #fff;
	opacity: 0.95;
	position: fixed;
	top: 90px;
	text-align: center;
	width: 100%;
    z-index: 99999;
}

nav li {
	border-bottom: solid #ccc 1px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	height: 2em;
}

nav li a {
	display: block;
	height: 100%;
}

footer p {
	background: url(../images/header_bg_img.png) no-repeat right 7%;
	background-size: 22% auto;
	margin: auto;
	width: 70%;
}

footer p a {
	display: block;
	width: 75%;
}

.copy {
	font-size: 0.7em;
}

#main_wrap {
	padding-top: 90px;
}

.list {
	margin: 10% 3%;
}

.list li {
	border: solid #ccc 1px;
	float: left;
	margin: 0 4% 10% 0;
	min-height: 200px;
	padding: 2%;
	width: 42%;
	width: -webkit-calc(44% - 2px);
	width: calc(44% - 2px);
}

.list li:nth-child(2n) {
	margin-right: 0;
}

.list li div {
	background: url(../images/bg_1.png);
	padding: 5%;
}

.list .thumb {
	display: block;
	height: 120px;
	overflow: hidden;
}

.list .maker {
	background: #e8973f;
	color: #fff;
	border: solid #fff 3px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	display: inline-block;
	font-size: 0.8em;
	padding: 2% 10% 1%;
}

.list h2 {
	background: none;
	border: none;
	color: #e8973f;
	font-size: 1.2em;
	font-weight: normal;
	height: 2.4em;
	line-height: 1.2em;
	margin: 3% 2%;
	overflow: hidden;
	padding: 0;
	text-decoration: underline;
}

.list p {
	margin: 0 5px;
	line-height: 1.2em;
	height: 3.6em;
	overflow: hidden;
}

.list .price {
	color: #e60012;
	font-weight: bold;
	height: 2.4em;
	line-height: 2.4em;
	margin-top: 2%;
	text-align: right;
}

.list .price span {
	font-size: 2em;
}

#container {
	padding-top: 100px;
}

#flow {
	background: #c6e4e5;
	text-align: center;
	margin: 10% 0;
	padding: 5% 3%;
}

#flow p {
	margin: 5% 0;
}

.contents {
	margin: 5% 3% 10%;
}

.sp_txt_l {
	text-align: left !important;
}

#faq dt,
#faq dd {
	font-size: 1.4em;
	min-height: 3em;
	padding: 3% 0 3% 18%;
}

#faq dt {
	background: url(../images/q.png) no-repeat left 10px;
	margin-top: 10px;
}

#faq dd {
	background: url(../images/a.png) no-repeat left 10px;
	border-bottom: dashed #e5e5e5 3px;
}

.detail_wrap h2 {
	background: #c6e4e5;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10%;
	padding: 3%;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	background-size: contain !important;
	margin-top: -15px !important;
	width: 30px !important;
	height: 30px !important;
}

.detail {
	border-top: solid #dcdcdc 1px;
	border-left: solid #dcdcdc 1px;
	margin: 0 0 10%;
}

.detail dt,
.detail dd {
	border-right: solid #dcdcdc 1px;
	border-bottom: solid #dcdcdc 1px;
	font-size: 0.8em;
	padding: 3% 5%;
	min-height: 20px;
}

.detail dt {
	background: #eee;
	float: left;
	width: 20%
}

.detail dd {
	padding-left: 35%;
}

.examination {
	margin: 0 3%;
}

.examination .long {
	width: 95%;
}

.examination .short {
	width: 15%;
}

.examination {
	margin-bottom: 10%;
}

.examination > dt,
.examination > dd {
}

.examination > dt {
	padding-top: 3%;
	margin-bottom: 2%;
}

.examination > dd {
	border-bottom: dashed #ccc 3px;
}

.examination input {
	margin: 0 0.5em 3% 0;
}

.examination select {
	margin-bottom: 3%;
}

.examination label {
	display: inline-block;
	margin: 1% 1em 1% 0;
}

.examination dl dt,
.examination dl dd {
	padding: 1.5% 3%;
}

.examination dl {
	border-top: dotted #ccc 1px;
}

.examination dl dt {
}

.examination dl dd {
	border-bottom: dotted #ccc 1px;
}

.examination textarea {
	height: 10em;
	margin-bottom: 3%;
	width: 95%;
}

.flow_wrap h4 {
	font-size: 1.6em;
	margin: 2% 0;
}

.flow_wrap a {
	display: block;
	margin: 3% 0;
}

.flow_wrap h4 img {
	margin-right: 0.5em;
	vertical-align: -1em;
}

.flow_wrap h5 {
	font-size: 1.2em;
	border-bottom: dashed #f37020 2px;
	margin: 15px 0;
}

.flow_wrap h5:before {
	content: "■";
	color: #f37020;
}

.flow_type_a dt,
.flow_type_b dt {
	margin-top: 5%;
	text-align: center;
}

.confirm dt {
	font-weight: bold;
	color: #80b3b5;
	margin-bottom: 2%;
}

#shop dd {
	margin-bottom: 5%;
}

#foot_contact {
	margin: 0 5%;
}

.slider li {
	height: 300px;
}

#idx_list li {
	font-size: 0.8em;
	margin-bottom: 5%;
}

.purchase_wrap {
	font-size: 0.9em;
}

.purchase_wrap h4 {
	background: #004986;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
	color: #fff;
	margin: 5% 0;
	padding: 10px 10%;
}

#news {
	height: 200px;
	margin-bottom: 10%;
	overflow: auto;
}

#news dt,
#news dd {
	padding: 5px 0.5em 0;
}

#news dt {
	color: #357691;
	font-weight: bold;
}

#news dd {
	border-bottom: dotted #ccc 1px;
	padding-bottom: 5px;
}

}
