<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 共通css
===============*/


body {
	background: #fffbf0;
}
.inner {
	margin: 0 auto;
	width: 1000px;
	padding:75px 0;
}
.inner h3 {
	font-size: 35px;
	line-height: 1.5em;
	text-align:center;
	margin-bottom:50px;
	font-weight:normal;
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;

}
.inner p  {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom:20px;
}
.in {
	width:765px;
	margin:0 auto;
}
.column3 ul li,.column4 ul li{
	float:left;
}
.inner h2 {
	margin: 80px 0 10px 0;
	font-size:5em;
	line-height:1.5em;
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
	font-weight:normal;
	clear:both;
}
.column2 .fl {
	float: left;
}
.column2 .fr {
	float: right;
}
.inner .content {
	margin-bottom: 50px;
}
.column5 ul li {
	float: left;
	margin:0 30px 30px 0;
}
.column5 ul li:nth-child(5n){
	margin:0 0 30px 0;
}
.column2 .fl,.column2 .fr{
	font-size: 18px;
	width: 371px;
	line-height: 1.8em;
}
.switch {
    visibility: hidden;
}


/* #main
===============*/

#main {

}
#main .main_content {
	margin: 0 auto;
	width:1500px;
	background-position: left center;
	background-size: cover;
}
.main_content .inner{
	padding:0;
}
#main .main_content .logo {
	text-align: center;
	padding-top:58px;
}
#main .main_content .main_text {
	text-align: right;
	margin: 33px 225px 115px 0;
}
.main_content .main_text .subtitle {
	margin-bottom: 43px;
}
.main_content section .emphasis {
	font-size: 28px;
	line-height: 1.5em;
}
.main_content section .reference_source {
	font-size: 13px;
	line-height: 1.5em;
}
.main_content section .graf {
	margin:30px 0 50px 0;
}
#main .main_content section {
	text-align: center;
}



.img2type{
	float:left;
	margin:0 20px 10px 0px;
	}
.img2type_p{
	margin:100px 0 0 0;
	}
.img2type_p p{
	text-align:left;
	line-height:1.8em;
	padding:0;
	margin:0;
	font-size:1.5em;

	}


/* .imagearea
===============*/
.image_area li{
	width:33%;
	padding:0;
	margin:60px 0 0 0;
	}

.image_area img{
	width:100%;
	}

/* .pricearea
===============*/

.price_area{
	margin:140px 0 0 0
}
.price_area .column2{
	margin:60px 0 0 0
}

.price_area .fl{
	width:500px;
}
.price_area .fr{
	width:500px;
}



/* .linkarea
===============*/

.linkbox{
	border:1px solid #333;
	margin:100px 0 50px 0;
	padding:0;
}

.linkhead{
	background-color:#40210f;
	color:#FFF;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:10px;
	text-align:left;
	font-size:1.5em;
	}
.linkbox p{
	margin:10px 0 0 0;
	}

.square_btn{
    display: inline-block;
    padding: 1em 5em;
    text-decoration: none;
    background: #40210f;/*ボタン色*/
    color: #FFF;
	font-weight:bold;
	font-size:1.6em;
    border-bottom: solid 4px #666;
    border-radius: 6px;
	margin:1em 0.5em;
}
.square_btn:hover{
	text-decoration:none;
	background-color:#765949;

}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.square_btn a:link,
.square_btn a:visited{
	color:#FFFFFF;
	}

.linkbox img{
	width:216px;
	margin:20px 5px 10px 5px;
	
}

	



.titleline{
    border-left: 8px solid #a0ddb9;
    padding-left: 10px;
    line-height: 1.5em;
    float: left;
    margin: 30px 0 10px;
}
.boxleft img{
	width:100%;
}
.clear{
clear:both;
}
.boxright a{
	color: #a0ddb9;
}
a:hover{
text-decoration: underline;
}
footer {
 width: 100%;
}
.copyright {
background: #40210f;
 font-size: 14px;
 color: #FFFFFF;
 text-align: center;
padding:20px;
}
.check{
    border-top:1px dotted #5d0615;
    line-height: 1.8em;
    padding-top: 10px;
}
textarea.form2{
	border:1px solid #a0ddb9; 
	border-radius:2px; 
	line-height:1.6em;
	padding-left:5px;
	box-sizing:border-box;
}
footer{
	background:#40210f;
}
footer .inner {
	padding:10px 0;
	text-align:center;
}
footer .inner a{
	color:#fff;
}
.privacylist ol{
	margin: 0 0 0 19px!important;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #a0ddb9;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #7bc79a;
}
.attention {
	margin:1em 0;
	padding:1em;
	font-weight:bold;
	border:solid ;
	color:#FF0004;
}
.attention span{
	text-decoration:underline;
}

@media screen and (min-width: 770px)  {
	.step ul li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 8px;
    height: 8px;
    right: 13px;
    top: 50%;
    margin: -4px 0 0 0;
    border-top: 2px solid #3e7755;
    border-right: 2px solid #3e7755;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}

@media screen and (max-width: 769px)  {
#main{
	background:#fbfbfb;;
}
img{
	width:100%;	
}
#main .main_content {
    width: 100%;
}
.inner{
	width:100%;
	padding:30px 10px;
	box-sizing:border-box;
}
.main_content .inner{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
#main .main_content {
	background:url(../images/main_bn_sp.jpg) no-repeat;
	background-position: left top;
}
#main .main_content .logo{
	padding:30px;
}
#main .main_content .main_text{
	margin:0;
	padding:20px;
}
#main .main_content .sub_text {
	margin-top: 30px;
}
.main_content section .emphasis {
    font-size: 18px;
    line-height: 1.5em;
}
.inner h2 {
    margin-bottom: 30px;
}
#main .main_content section {
    padding: 30px 0;
}
.inner h3{
	font-size: 25px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}
.in {
    width: 100%;
}
.inner .point {
    padding: 10px 10px 20px 10px;
}
.point .in .limitW {
    width: 100%;
    margin-bottom: 20px;
}
.inner p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.inner .point .title {
    margin-bottom: 10px;
}
.main_content section .graf {
    padding:0 20px;
	margin: 20px 0 30px 0;
}
.column3 ul li, .column4 ul li {
    float: none;
	margin:0;
}
.problemArea .column3 ul li {
    margin:0;
}
.problemArea .column3 ul li:nth-child(3n) {
    margin:0;
}
.point.mt30 .in .cause{
	padding: 15px 15px 15px 30px;
	font-size: 16px;
}
.matome {
    font-size: 20px;
    margin-top: 20px;
	text-align:left;
}
.inner .about .sub_title {
    color: #ffffff;
    background: #a0ddb9;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
}
.inner .about .sub_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
	padding:10px;
}
.inner .about .about_in {
    padding: 20px 10px;
}
.column2 .fl {
    float: none;
}
.column2 .fl, .column2 .fr {
	width: 100%;
	font-size: 16px;
    line-height: 1.5em;
}
.column2 .fl{
	margin-bottom:20px;
}
.column3 ul{
	padding:0;
	margin:0;
	}
.column3 li{
	width:100%;
	padding:0;
	margin:0;
	}
.contactArea .inner {
    padding: 30px 20px;
	box-sizing:border-box;
}
.contactArea .column2 .fl {
    width: 100%;
}
.intro {
    font-size: 20px;
    margin-bottom: 15px;
}
.contactArea .column2 .fr {
    width: 100%;
}
.contact_bn a {
	line-height:1.5em;
	font-size:18px;
	padding:20px 10px;
	box-sizing:border-box;
	box-shadow: 0 5px 0 rgba(138,114,158,1);
}
.inner .content {
    margin-bottom: 30px;
}
.column5 ul li {
    margin: 0;
	width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
.column5 ul li:nth-child(5n) {
    margin: 0;
}
.img2type_p{
	margin:20px 0 0 0;
	}
.img2type{
	float:none;
	width:100%;

	}
.square_btn{
    padding: 1em 0.5em;
    text-decoration: none;
    background: #40210f;/*ボタン色*/
    color: #FFF;
	font-size:1.2em;
	margin:1em 0.5em;
}
ul li .goods_in {
    width: 100%;
}
.goodArea .inner .column5 {
    margin: 0 0 20px 0;
}
.inner .in .strong {
    border-left: 10px solid #3d7755;
    padding-left: 5px;
    font-size: 18px;
}
.inner .voice .title_voice {
    font-size: 20px;
    line-height: 1.5em;
	padding:10px;
}
.voice .column2 .fl {
    float: none;
    width: 100%;
}
.voice .column2 .fr {
    float: none;
    width: 100%;
}
.voiceArea .column2 .fl {
    margin-bottom: 0;
}
.voice02 {
    margin-bottom: 30px;
}
.voiceArea .mt50 {
    margin-bottom: 30px!important;
}
.inner .voice .voice_in {
    padding: 20px;
    background: #ffffff;
}
.voice_in dt {
    float: none;
    clear: none;
}
.voice02 .voice_in dd {
    width: 100%;
}
.voice02 .voice_in dd.sashikae {
    width: 100%;
	margin-left:0;
}
.voice_in dd {
    margin-left: 0;
    width: 100%;
	margin-top:10px;
}
.voice_in .leftArea {
    float: none;
    width: 100%;
}
.voice_in .rightArea {
    float: none;
    width: 100%;
	margin-top:10px;
}
.voiceArea dd .qa {
    font-weight: bold;
    line-height: 1.5em;
	font-size:14px;
}
.voiceArea .inner .column3 li {
    margin: 0;
}.voiceArea .inner .column3 li:nth-child(3n) {
    margin: 0;
}
.flowArea .inner .column3 li {
    margin: 0;
	box-sizing: border-box;
}
.flowArea .column3 ul li {
    width: 100%;
}
.flowArea .inner .column3 li:nth-child(3n) {
    margin: 0;
}
.flowArea .inner .column4 li {
    margin: 0;
	box-sizing: border-box;
}
.flowArea .column4 ul li {
    width: 100%;
}
.flowArea .inner .column4 li:nth-child(4n) {
    margin: 0;
}
.point .in .img {
    display:none;
	position:static;
}
.flowArea .line {
	padding-bottom: 0;
	border: none;
}
dd .player_name {
    margin: 5px 0 20px 0;
}
.voiceArea dd {
    font-size: 14px;
    line-height: 1.5em;
}


.logo{
	text-align:center;
}
.lead2{
font-size: 16px;
margin-top:40px;
line-height: 1.5em;
}
.inbox{
margin:0;
}
input[type=text] {
width: 100%;
box-sizing: border-box;
}
textarea {
width: 100%;
box-sizing: border-box;
}
.clear{
clear:both;
}
.copyright {
padding:20px;
box-sizing:border-box;
font-size: 12px;
text-align: center;
line-height: 1.5em;
}

.check{
padding-top:5px;
line-height:2em;
}
.formbutton{
	overflow:hidden;
}
.formbutton input[type="submit"]{
    width: 100%;
    font-size: 18px;
	margin: 30px 0 0 0;
}
.form1{
	width:100%;
	height:40px;
}
.boxleft,.boxright{
	width:100%;
}
input[type="submit"],input[type="button"]{
  -webkit-appearance: none;
}


.sub .menu li {
    padding: 10px 0 10px 10px;
}
#formcontent .sub {
    padding: 10px;
}
.storeArea .store_address dt{
	float:none;
	margin-bottom:10px;
}
.storeArea .store_address dd {
	margin:0 0 10px 0;
}
.storeArea .store_reserve .tell_reserve,.storeArea .store_reserve .mail_reserve{
    float: none;
    width: 100%;
}
.storeArea .store_reserve .tell_reserve{
	margin-bottom:10px;
}
.storeArea {
    padding: 20px 0;
}
.storeArea .store_name{
	font-size:18px;
}
#formcontent .boxright .message {
	margin-top: 30px;
}
.step {
    margin-top: 20px;
}
.step ul li {
	padding:0;
}
.step ul img {
    width: 80px;
}
}
</pre></body></html>