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

/*====================================================================================
■Content
====================================================================================*/

#content {
	margin-top: 50px;
}


.photo .scall {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
}
@media screen and (max-width:736px) {
	#content {
		margin-bottom: 75px;
	}
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
    padding: 100px;
    text-align: center;
}
#crumb {
    line-height: 25px;
	margin-bottom: 30px;
}
#crumb ul {
    overflow: hidden;
}
#crumb ul li {
    float: left;
    font-size: 1.1rem;
}
#crumb ul li a {
    position: relative;
    margin-right: 2.5em;
}
#crumb ul li a::after {
    position: absolute;
    content: '';
    top: .3em;
    right: -1.5em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crumb ul .home a {
    padding-left: 1.5em;
    background-size: 25%;
}


/*====================================================================================
■PageTitle
====================================================================================*/


#pageTitle {
	margin-top: 20px;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../common_img/bg_pageTitle.png);
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
body.page-about #pageTitle {
	background-image: url(../common_img/bg_pageTitle-about.png);
}
body.page-contact #pageTitle {
	background-image: url(../common_img/bg_pageTitle-contact.png);
}
body.page-faq #pageTitle {
	background-image: url(../common_img/bg_pageTitle-faq.png);
}
body.page-teach #pageTitle {
	background-image: url(../common_img/bg_pageTitle-teach.png);
}

#pageTitle h2 {
	position: relative;
    font-size: 3.0rem;
	font-weight: bold;
	line-height: 135px;
	letter-spacing: 0.2em;
	padding-bottom: 15px;
}
/*
#pageTitle h2 span {
    color: #b08829;
}
*/

#pageTitle h2::before {
	position: absolute;
	content: '';
	display: block;
	bottom: 50%;
	left: 48%;
	width: 100px;
	height: 5px;
	margin-bottom: -1em;
	margin-left: -28px;
    background: url(../common_img/pageTitle_line.png) left top no-repeat;
}


@media screen and (max-width:736px) {
	#pageTitle {
		margin-bottom: 30px;
		background-size: 150%;
	}
    #pageTitle h2 {
        font-size: 1.5em;
        line-height: 1.5;
        padding: 30px 0;
    }
	#pageTitle h2::before {
		bottom: 10px;
		margin-bottom: 0;
	}
}

/*block title
**********************************************/

.bloc_ttl {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.bloc_ttl h3{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}
.content_bnr_bloc {
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
.content_bnr_bloc ul{
	position: relative;
	float: left;
	left: 50%;
}
.content_bnr_bloc ul li{
	position: relative;
	float: left;
	left: -50%;
	margin: 0 20px;
}
.btn_back {
	width: 542px;
	margin: 0 auto;
}
.btn_back a{
	position: relative;
	display: block;
	background: #383838;
	text-align: center;
	color: #fff;
	line-height: 67px;
}
.btn_back a::before,
.btn_back a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}
.btn_back a::before {
	left: 50%;
	margin-left: -11.5em;
	margin-top: -13px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
}
.btn_back a::after {
	right: 16px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn_product a::before {
	background-image: url(../products/images/ico_product.png);
}
.btn_gallery a::before {
	background-image: url(../projects/images/ico_gallery.png);
}
.btn_calendar a::before {
	background-image: url(../common_img/ico_calendar.png);
}

@media screen and (max-width:736px) {
	.bloc_ttl {
		line-height: 1.8rem;
	}
    .bloc_ttl h3 {
        font-size: 1.8rem;
		padding: 0 0 15px;
		letter-spacing: 0;
		line-height: 1.3;
    }
    .bloc_ttl h3 {
		letter-spacing: 0;
    }
	.page_products_detail .bloc01 .bloc_ttl {
		margin-bottom: 30px;
	}
	.content_bnr_bloc {
		padding: 0 5px;
	}
	.content_bnr_bloc ul li {
		width: 48%;
		margin: 0 1%;
	}
	.btn_back {
		width: auto;
		margin: 0 10px;
	}
	.btn_back a{
		padding: 10px 0;
		line-height: 1.5;
	}
	.btn_back a::before {
		left: 10px;
		margin-left: 0;
	}
}




/*ページネーション
**********************************************/

#pagenation {
    margin: 0 auto;
    text-align: center
}

#pagenation ul {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
}

#pagenation ul li.prev {
    display: inline;
    float: left
}

#pagenation ul li.next {
    display: inline;
    float: right
}


#pagenation ul li a {
	width: 200px;
	line-height: 40px;
	border: 1px solid #000;
	text-align: center;
}
#pagenation ul li a:hover {
	background: #000;
	color: #fff;
}
#pagenation ul li a::before,
#pagenation ul li a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}
#pagenation ul li a::before {
	right: 8px;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	border: 1px solid #000;
  	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pagenation ul li a::after {
	right: 12px;
  	width: 5px;
  	height: 5px;
	margin-top: -3px;
  	border-right: 1px solid #000;
  	border-bottom: 1px solid #000;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
#pagenation ul li a:hover::before,
#pagenation ul li a:hover::after {
	border-color:#fff;
}
#pagenation ul li.prev a::before {
	left: 8px;
	right: auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#pagenation ul li.prev a::after {
	left: 12px;
	right: auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#pagenation ul li.next a::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#pagenation .btn_back {
	position: relative;
	top: -30px;
}
#pagenation .btn_back a{
	width: 150px;
	margin: 0 auto;
    padding: 2px 15px;
}


@media screen and (max-width:736px) {
	#pagenation {
		padding: 0 10px;
	}
	#pagenation ul li a {
		width: 120px;
	}
}


/*====================================================================================
■NEWS
====================================================================================*/

#news .tit {
    position: relative;
    border-bottom: 2px solid #ccc;
}

#news .tit dl {
    padding: 10px 5px 10px 10px;
    font-weight: normal;
}

#news .tit dt {
	display: inline-block;
	padding: 0 20px;
    font-weight: bold;
    color: #fff;
	background: #cccccc;
	line-height: 24px;
}

#news .tit dd {
    font-size: 1.6rem;
	font-size: 2.4rem;
}

#news .bloc {
    margin-bottom: 30px;
}

#news .inner {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

#news .photo {
    position: relative;
    float: left;
    width: 300px;
    margin-right: 30px;
	margin-bottom: 10px;
}

#news #pagenation {
    padding: 10px;
}

#news .btn_campaign {
    width: 20em;
    margin: 60px auto 30px;
    text-align: center;
}

#news .btn_campaign a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    background: #0099ff;
    color: #fff;
    font-size: 1.8rem;
    line-height: 42px;;
    border-radius: 5px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

@media screen and (max-width:736px) {
    #news .container {
        display: block;
        padding: 10px;
    }
    #news .ttl {
        display: block;
        width: 100%;
        ;
        padding-right: 0;
        text-align: center;
        vertical-align: bottom;
    }
    #news .ttl .btn a {
        margin: 0 auto 10px;
    }
    #news .tab_section {
        display: block;
        width: 100%;
    }
    #news .tit dl {
        font-size: 1.4rem;
    }
    #news .tit dt {
        float: none;
        width: auto;
    }
    #news .tit dd {
        padding: 0;
    }
    #news .photo {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
	#news .comment {
		padding: 0 15px;
	}
}


/*====================================================================================
■TEACH
====================================================================================*/
#teach .bloc_ttl {
	border-bottom: none;
	font-size: 3.2rem;
}
#teach .bloc_ttl h3 {
	position: relative;
    display: inline-block;
	font-size: 3.2rem;
	padding-left: 56px;
}
#teach .bloc_ttl h3::before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0px;
    width: 42px;
    height: 42px;
    background: url(../teach/images/logo.png) left top no-repeat;
    background-size: contain;
}
#teach h4 {
	text-align:center;
    position: relative;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.2em;
    padding-bottom: 50px;
}
#teach h4::before {
    position: absolute;
    content: '';
    display: block;
    bottom: 50%;
    left: 50%;
    width: 56px;
    height: 2px;
    margin-bottom: -1em;
    margin-left: -28px;
    background: #000;
}
#teach h4.intro::before {
    position: absolute;
    content: '';
    display: block;
    bottom: 70%;
    left: 50%;
    width: 56px;
    height: 2px;
    margin-bottom: -1em;
    margin-left: -28px;
    background: #000;
}
#teach h4 span {
	font-size: 1.8rem;
}
#teach .bloc .row {
	margin-bottom: 70px;
}
#teach .bloc .row .inner p {
	line-height: 2;
	text-align: left;
	width: 360px;
	margin: auto;
}
@media screen and (max-width:736px) {
	#teach .bloc_ttl h3 {
	    font-size: 2.2rem;
	    padding-left: 2em;
	}
	#teach .bloc_ttl h3::before {
	    width: 1.6em;
	    height: 1.6em;
	    top: -0.2em;
	    background-size: contain;
	}
	#teach .bloc .row {
		margin-bottom: 3em;
		position: relative;
	}
	#teach .bloc .row .inner p {
		margin: 1.4rem 1rem 0;
	    width: inherit;
	    line-height: 1.6;
	    font-size: 1.2rem;
	}
	#teach .inner.mt15 {
		margin-top: inherit !important;
	}
	#teach .col-xs-12 {
		position: initial;
	}
	#teach h4 {
	    font-size: 1.8rem;
	    line-height: 1.4;
	    padding-bottom: 2em;
	    margin-bottom: 0.6em;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	#teach h4 span {
		font-size: 1.4rem;
	}
	#teach .inner.text_center {
	    padding-top: 5em;
	}
	#teach .intro_inner {
	    padding-top: 3.5em;
	    margin: 0 1rem 0;
	}

}
/*====================================================================================
■LESSON
====================================================================================*/
#about p {
	line-height: 1.8;
}
#about .bloc_ttl {
	border-bottom: none;
}


#about .bloc01 h2 {
    background: url(../about/images/bg_ttl_01.png) no-repeat;
    background-size: cover;
    padding: 28px 0 20px;
    font-size: 2.8rem;
}
#about .bloc01 .bloc_ttl span {
	font-size: 2rem;
}
#about .bloc01 {
	padding-bottom: 40px;
}
#about .bloc02 {
	background: url(../about/images/bg_01.png);
	padding: 40px 0;
	background-size: 100%;
}
#about .bloc02 .bloc_ttl h2 {
	position: relative;
    display: inline-block;
	font-size: 3.2rem;
	padding-left: 56px;
}

#about .bloc02 .bloc_ttl h2::before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0px;
    width: 42px;
    height: 42px;
    background: url(../about/images/logo.png) left top no-repeat;
    background-size: contain;
}
#about .bloc02 .inner {
	background: #fff;
	padding: 55px;
}
#about .bloc02 ul li {
	padding: 24px;
	font-size: 2.3rem;
	background: url(../about/images/bg_line.png) no-repeat bottom;
	background-size: contain;
	text-align: center;
}
#about .bloc02 dl dt {
	background: #df0615;
    width: 84px;
    height: 40px;
    color: #fff;
    text-align: center;
    float: left;
	font-size: 1.8rem;
    line-height: 40px;
}
#about .bloc02 dl dt, #about .bloc02 dl dd  {
	margin-bottom: 50px;
}
#about .bloc02 dl dd {
	line-height: 40px;
	padding-left: 110px;
	font-size: 2.3rem;
}
#about .bloc02 dl dd span {
	font-size: 1.8rem;
}
#about .bloc02 a {
    color: #df0615;
    text-decoration: underline;
    padding-left: 20px;
	font-size: 1.8rem;
}
#about .bloc02 dl {
	margin-top: 50px;
}
#about .bloc03 {
	padding: 60px 0 100px;

}
#about .bloc03 h2 {
	font-size: 3.2rem;
	text-align: left;
}

#about .bloc04 h3 {
	font-size: 2.6rem;
	margin-bottom: 28px;
}
#about .bloc04 .inner {
	border: 1px solid #bfbfbf;
	padding: 50px 36px 80px;
	margin-bottom: 30px;
}
#about .bloc04 dl {
}
#about .bloc04 dl dt,
#about .bloc06 dl dt {
	float: left;
    text-align: left;
    width: 100px;
}
#about .bloc04 dl dt,
#about .bloc04 dl dd,
#about .bloc06 dl dt,
#about .bloc06 dl dd  {
	padding: 30px 0 30px 20px;
	line-height: 1.8;
}
#about .bloc04 dl dd,
#about .bloc06 dl dd {
	padding-left: 150px;
	background: url(../about/images/bg_line.png) no-repeat bottom;
	background-size: contain;
}
#about .bloc04 .inner .row {
	padding: 80px 10px 0;
	text-align: center;
}
#about .bloc04 .inner .row .tit {
	text-decoration: underline;
	margin-bottom: 10px;
}
#about .bloc04 .inner .row .desc {
	margin-top: 60px;
}
#about .bloc04 .make_border{
    width: 1px;
    height: 20px;
    background: #ccc;
    display: inline-block;
    margin: 0px 0px 0px 15px;
    vertical-align: middle;
}

#about .bloc05 h2 {
	border-bottom: none;
	font-size: 3.2rem;
	padding-bottom: 10px;
	background: url(../about/images/bg_ttl_02.png) bottom no-repeat;
	margin-bottom: 40px;
}
#about .bloc05 p {
	margin-bottom: 60px;
}
#about .bloc06 h2 {
    background: url(../about/images/bg_ttl_01.png) no-repeat;
    background-size: cover;
    padding: 28px 0 20px;
    font-size: 2.8rem;
}
@media screen and (max-width:736px) {
	#about .bloc04 .inner {
	    padding: 2rem 1rem;
	}
	#about .bloc {
		padding: 0 0.5em;
    font-size: 1.2rem;
	}
	#about .bloc01 .bloc_ttl h2 {
		font-size: 2rem;
	}
	#about .bloc01 {
    	padding-bottom: 3em;
	}
	#about .bloc02 .inner {
		padding: 2em 0.5em;
	}
	#about .bloc02 {
		padding: 2em 1em;
	}
	#about .bloc02 .bloc_ttl h2 {
		font-size: 1.8rem;
    	padding-left: 1.8em;
	}
	#about .bloc02 .bloc_ttl h2::before {
	    width: 1.6em;
	    height: 1.6em;
	    top: -0.2em;
	    background-size: contain;
	}
	#about .bloc02 ul li {
	    font-size: 1.3rem;
	    padding: 0.5em;
	}
	#about .bloc02 dl dt {
		width: 4em;
		font-size: 1rem;
		line-height: 2em;
		height: 2em;
	}
	#about .bloc02 dl dd {
	    padding-left: 5rem;
	    font-size: 1.5rem;
	    line-height: 1.2;
    	text-align: center;
    	margin-bottom: 2em;
	}
	#about .bloc02 dl dd span {
		font-size: 1rem;
	}
	#about .bloc02 a {
	    font-size: 1.3rem;
    	padding-left: 0;
	}
	#about .bloc03 {
    	padding-bottom: 3em;
	}
	#about .bloc04 dl dt, #about .bloc06 dl dt {
    	padding: 1em 0;
	    padding-left: 1em;
	    width: 5em;
	    font-size: 1.2rem;
	}
	#about .bloc04 dl dd, #about .bloc06 dl dd {
    	padding: 1em;
    	padding-left: 6em;
	    font-size: 1.2rem;
	}
	#about .bloc04 .inner .row {
    	padding: 1em;
	}
	#about .bloc04 .inner .row .desc {
	    margin-top: 1em;
	}
	#about .bloc04 h3 {
	    font-size: 1.8rem;
    	margin-bottom: 1em;
	}
	#about .bloc05 h2 {
	    font-size: 1.8rem;
    	margin-bottom: 1em;
	}
	#about .bloc04 h2, #about .bloc06 h2 {
	    font-size: 1.8rem;
	    padding: 0.8em;
	}
}
/*====================================================================================
■LESSON
====================================================================================*/
#lesson .bloc_ttl {
	border-bottom: none;
	font-size: 3.2rem;
	background: url(../lesson/images/bg_ttl.png) bottom no-repeat;
}
#lesson .bloc_ttl h3 {
	text-align: left;
}

#lesson .bloc {
	margin-bottom: 70px;
}
#lesson .bloc01 .btn_area {
	text-align: right;
}
#lesson .bloc01 .btn_area .btn {
	display: inline-block;
}
#lesson .bloc01 a {
  width: 295px;
  line-height: 40px;
  border: 1px solid #000;
  text-align: center;
}
#lesson .bloc01 a::before,
#lesson .bloc01 a::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
}
#lesson .bloc01 a::before {
    right: 8px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#lesson .bloc01 a::after {
    right: 12px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#lesson .bloc01 .lesson_subtitle {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 2.3rem;
    background-size: contain;
}

#lesson .bloc02 h4 {
    font-size: 2.2rem;
    margin-left: 35px;
    position: absolute;
    top: 0;
}
#lesson .bloc02 h4 {
	border-bottom: 1px solid #ccc;
}
#lesson .bloc02 .row {
	margin-bottom: 66px;
    position: relative;
}
#lesson .bloc02 p {
	margin-left: 40px;
    margin-top: 110px;
}
#lesson .bloc02 a {
    margin: 0 auto;
    width: 295px;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
}
#lesson .bloc02 a::before,
#lesson .bloc02 a::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
}
#lesson .bloc02 a::before {
    right: 8px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#lesson .bloc02 a::after {
    right: 12px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#lesson .bloc02 .info{
	    border: 1px solid #bfbfbf;
	    padding: 30px;

}


	#lesson .bloc03 .inner{
	    border: 1px solid #bfbfbf;
	    padding: 0px 36px 80px;
	    margin-bottom: 30px;
	}
#lesson .bloc03 .inner .row{
	    padding: 80px 10px 0;
    text-align: center;
}
@media screen and (max-width:736px) {
	#lesson {
		padding: 0 0.5em;
	}
	#lesson .bloc {
		margin-bottom:
	}
	#lesson .bloc01 .row .inner p {
	    padding-bottom: 2em;
	}
	#lesson .bloc02 .row .inner p {
	    margin: 0 0 0 1em;
	}
	#lesson .bloc02 h4 {
	    position: relative;
	    margin: 0 0 1em;
	    font-size: 1.8rem;
    	line-height: 1.4;
	}
	#lesson .bloc03 .inner .row{
		padding: 1em 1em 0;
	}
	#lesson .bloc03 .inner .row div:first-child{
		padding-bottom: 1em;
	}
}

/*====================================================================================
■FAQ
====================================================================================*/
#faq .bloc_ttl {
	border-bottom: 0;
}
#faq p {
    line-height: 1.8;
}
#faq .bloc01 {
	padding: 0 0 76px;
}
#faq .bloc01 h2,
#faq .bloc04 h2 {
    border-bottom: none;
    font-size: 3.2rem;
    padding-bottom: 10px;
    background: url(../faq/images/bg_ttl_02.png) bottom no-repeat;
    margin-bottom: 40px;
    text-align: left;
}
#faq .bloc01 p {
	margin-bottom: 60px;
}
#faq .bloc01 .bnr{
    margin: 0 76px;
}
/*#faq .bloc01 a::before,
#faq .bloc01 a::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
}
#faq .bloc01 a::before {
    right: 8px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#faq .bloc01 a::after {
    right: 12px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/
 #faq .bloc04 a {
    margin: 0 auto;
    width: 295px;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
}
#faq .bloc04 a::after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
}
#faq .bloc04 .tel a::after {
    top: 8px;
    right: -1px;
    background: url(../faq/images/ico01.png) no-repeat;
    background-size: 50%;
}
#faq .bloc04 .form a::after {
    top: 12px;
    right: 2px;
    background: url(../faq/images/ico02.png) no-repeat;
    background-size: 80%;
}
#faq .bloc02 {
	padding: 0 0 110px;
    background: url(../faq/images/bg_faq01.png) right bottom 2px;
    background-repeat: no-repeat;
}
#faq .bloc02 .bloc_ttl,
#faq .bloc03 .bloc_ttl {
	border-bottom: 0;
}
#faq .bloc02 h3,
#faq .bloc03 h3 {
	font-size: 2.4rem;
	text-align: left;
}
#faq .bloc02 h3 span,
#faq .bloc03 h3 span {
	font-size: 3.8rem;
	color: #df0615;
}
#faq .bloc02 .accordionlist {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
#faq .bloc02 .accordionlist dt{
    display:block;
    background: #fff;
}
#faq .bloc02 .accordionlist dt:first-child{
    border-top: none !important;
}
#faq .bloc02 .accordionlist dt .title{
    border-bottom: 1px solid #e5e5e5;
    height: 80px;
    background: url(../faq/images/faq_q_bg.png) left bottom 2px;
    background-repeat: repeat;
}
#faq .bloc02 .accordionlist dt .title p{
	line-height: 80px;
	cursor: pointer;
    font-size: 2.3rem;
}
#faq .bloc02 .accordionlist dd {
    display: none;
    padding: 10px 50px 20px 20px;
    margin: 10px 0;
    font-size: 1.7rem;
}
#faq .bloc02 .accordionlist .ico_q,
#faq .bloc02 .accordionlist .ico_a{
	color: #e60127;
	float: left;
	margin-right: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	width: 40px;
	height: 40px;
    font-size: 2.3rem;
}
#faq .bloc02 .accordionlist .ico_q {
	color: #1b6ab3;
	margin-left: 16px;
	line-height: 80px;
}
#faq .bloc02 .accordionlist  p.answer {
    padding-left: 66px;
}
#faq .bloc02 .accordion_icon,
#faq .bloc02 .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#faq .bloc02 .accordion_icon {
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 17px 10px 0 0;
    border: 1px solid;
    border-radius: 50%;
    right: 0;
    background: #fff;
    border: none;
}
#faq .bloc02 .accordion_icon span {
	position: absolute;
    left: 9px;
    width: 60%;
    height: 5px;
    background-color: #383838;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#faq .bloc02 .accordion_icon span:nth-of-type(1) {
    top: 19px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#faq .bloc02 .accordion_icon span:nth-of-type(2) {
    top: 19px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#faq .bloc02 .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#faq .bloc02 .accordion_icon.active span:nth-of-type(2) {
	top: 19px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#faq .bloc03 h4 {
	font-size: 2.3rem;
    background: url(../faq/images/bg_line.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 15px;
}
#faq .bloc03 .row .col-xs-12.col-sm-6 {
	margin-top: 20px;
}
#faq .bloc03 .row {
	margin-bottom: 50px;
}
#faq .bloc04 p {
	text-align: center;
	margin-bottom: 20px;
}
#faq .bloc04 &gt; p {
	margin-top: 50px;
}
@media screen and (max-width:736px) {
	#faq p {
		line-height: 1.8;
		font-size: 1.2rem;
	}
	#faq .bloc01, #faq .bloc04 {
		padding: 0 0.5em;
	}
	#faq .bloc02 .accordion_icon {
	    position: absolute;
	    width: 30px;
	    height: 30px;
    	margin: 0.7em 0.5em 0 0;
	 }
	#faq .bloc02 .accordion_icon span:nth-of-type(1),
	#faq .bloc02 .accordion_icon span:nth-of-type(2),
	#faq .bloc02 .accordion_icon.active span:nth-of-type(2) {
	    top: 13px;
	}
	#faq .bloc02 .accordion_icon span {
	    left: 6px;
	}
	#faq .bloc02 .accordionlist dt .title p {
	    line-height: 1.4;
	    font-size: 1.4rem;
	    padding: 0.5rem 3rem 0.5rem 0rem;
	    display: table-cell;
	    vertical-align: middle;
    	height: 50px;
	}
	#faq .bloc02 .accordionlist dt .title {
    height: auto;
	}
	#faq .bloc02 .accordionlist .ico_q, #faq .bloc02 .accordionlist .ico_a {
	    font-size: 1.8rem;
	    margin: 0;
	    padding: 0;
	    margin-top: -19px;
	}
	#faq .bloc02 .accordionlist dd {
	    padding: 0.5em 0;
	}
	#faq .bloc02 .accordionlist p.answer {
    	padding-left: 3em;
	    font-size: 1.4rem;
	    margin-top: -10px;
	}
	#faq .bloc02 .accordionlist {
	    margin-bottom: 1em;
	}
	#faq .bloc_ttl {
		margin-bottom: 1em;
	}
	#faq .bloc01 p {
		margin-bottom: 2em;
	}
	#faq .bloc01 a {
		margin-bottom: 1em;
	}
	#faq .bloc01 {
		padding-bottom: 3em;
	}
	#faq .bloc01 h2, #faq .bloc04 h2 {
		font-size: 2rem;
		margin-bottom: 0;
	}
	#faq .bloc02 h3, #faq .bloc03 h3 {
		font-size: 2rem;
	}
	#faq .bloc02 h3 span, #faq .bloc03 h3 span {
		font-size: 3rem;
	}
	#faq .bloc02 h3 {
		padding: 0 0.5em;
	}
	#faq .bloc03 {
		padding: 0 0.5em;
	}
	#faq .bloc03 h4 {
	    font-size: 1.8rem;
	    padding-bottom: 0.5em;
	}
	#faq .bloc04 p {
	margin: 1.2em 0 0.5em;
	}
	#faq .bloc04 &gt; p {
		margin-top: 3em;
		font-size: 0.8em;
	}
}
/*====================================================================================
■contact
====================================================================================*/

#contact .tel_box_s {
	position: relative;
	height: 200px;
}
#contact .tel_box_s .tel {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#contact .tel_box_s .tel .num {
	text-align: center;
	position: relative;
	color: #df0615;
	font-size: 4.0rem;
	padding-left: 60px;
}
#contact .tel_box_s .tel .time {
	text-align: center;
	font-weight: bold;
}
#contact .tel_box_s .tel .num::before {
	position: absolute;
	content: '';
	display: block;
	background-image: url(../contact/images/icn_tel.png);
	width: 51px;
	height: 51px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page_contact #pageTitle {
	background-image: url(../catalog_contact/images/ttl_contact.png);
}
.page_reserve #pageTitle {
	background-image: url(../reservation/images/ttl_reserve.png);
}
.page_contact .lead  {
    padding: 30px 20px 50px;
}

.page_contact strong {
    color: #B31A1A;
    font-size: 1.8rem;
}

.page_contact .btn {
    margin: 0 10px;
    text-align: center;
}

.page_contact .btn a {
    height: 62px;
    line-height: 62px;
    text-decoration: none;
}

#a1_form {
    margin: 60px auto;
}

#a1_form h3 {
    padding: 10px;
    background: #cba447;
    color: #fff;
    font-size: 16px
}

#a1_form table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#a1_form th {
    width: 240px;
    padding: 30px 4px 30px 20px;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #F2EFE6;
    line-height: 1.5;
}

#a1_form th img {
    float: right
}

#a1_form th div {
    text-indent: -12px
}

#a1_form td {
	padding: 30px 10px 30px 10px;
	text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #F2EFE6;
    line-height: 1.5;
}

#a1_form table li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    vertical-align: top;
}

#a1_form table p {
/*	margin-top: 30px;*/
}
#contact .form_area p {
	text-align: center;
}
#a1_form table dt:nth-child(n+3) {
    margin-top:10px;
}

#a1_form .fs10 {
    font-size: 10px
}

#a1_form .hissu {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #bf0008;
    color: #fff;
    font-size: 10px
}

#a1_form .ninni {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #666;
    color: #fff;
    font-size: 10px
}

#a1_form .comming {
	display: inline-block;
	margin-right: 10px;
}
#a1_form .comming label {
	display: block;
	padding-left: 1em;
}

input,
select,
textarea {
    margin-bottom: 1px;
	font-size: 1.4rem;
}
.form_submit input.return{
	width: 300px;
	height: 50px;
	margin-top: 30px;
	background-color: #383838;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

.hide {
    display: none;
}

.mini {
    font-size: 10px
}

optgroup {
    background-color: #ccc;
    color: #333;
    font-style: normal
}

option {
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #333
}

.ime_on {
    ime-mode: active
}

.ime_off {
    ime-mode: disabled
}

.input_txt,
.select{
    padding: 10px;
    border: none;
	background: #F2EFE6;
}
input[type="checkbox"] {
	background: #F2EFE6;
}
input:focus {
	background: #fff;
}
.form_submit {
    margin: 20px 10px 0;
    /*padding: 5px;*/
    text-align: center;
}

.form_submit .comment {
	margin-bottom: 30px;
	text-align: left;
}
.form_submit label {
    padding: 2px 0 0;
    font-weight: normal;
    cursor:pointer;
}

#a1_form input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color:#383838;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#a1_form input[type="submit"]:hover {
    background-color: #bf0008
}

#a1_form input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default
}

@media screen and (max-width:736px) {
	.page_contact .lead {
		padding-bottom: 30px;
	}
	#a1_form {
		margin-top: 30px;
		padding: 0 10px 20px;
	}
    #a1_form th {
        display: block;
        padding: 5px 10px;
        border-bottom: none;
        width: inherit;
        background: #F2EFE6
    }
    #a1_form td {
        display: block;
        padding: 10px 0;
		border-bottom: none;
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block
    }
	.input_txt,
	.select {
		background: #fff;
		border: 1px solid #ddd;
	}
	#contact .input_txt,
	#contact .select {
		width: 100%;
		background: #fff;
		border: 1px solid #ddd;
		margin-bottom: 15px;
	}
	#contact .form_area p {
	text-align: left;
}
    #a1_form input[type="submit"] {
        width: 100%;
    }
	.page_contact .pp {
		padding: 0 10px;
	}
    #a1_form table li {
        display: block;
        padding: 0;
    }
    #a1_form table .item_name_list li {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
	#contact .tel_box_s {
	position: relative;
	height: 200px;
	}
	#contact .tel_box_s .tel {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	}
	#contact .tel_box_s .tel .num {
	text-align: center;
	position: relative;
	color: #df0615;
	font-size: 3.0rem;
	padding-left: 0;
	}
	#contact .tel_box_s .tel .time {
	text-align: center;
	font-weight: bold;
	}
	#contact .tel_box_s .tel .num::before {
	width: 30px;
	height: 30px;
	background-size: cover;
		left: 50%;
		margin-left: -4.5em;
	}
}
/*=========================================
･ Privacy Policy
=========================================*/


#contact .pp {
    margin-top: 30px;
}
#contact .pp .bloc_ttl{
	position: relative;
	border-bottom: none;
	/*margin-bottom: 120px;*/
	cursor: pointer;
}
#contact .pp .bloc_ttl::before{
}
#contact .pp .bloc_ttl::after{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
#contact .pp .bloc_ttl.active::after {
	margin-top: -3px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*#contact .pp_body {
	display: none;
}
*/
#contact .pp .comment {
    font-size: 1.6rem;
}

#contact .pp dl {
    margin: 20px 10px;
}

#contact .pp dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

#contact .pp dl dd {
    margin-bottom: 20px;
}

#contact fieldset {
    margin: 20px 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

#contact fieldset legend {
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
}

#contact fieldset ul {
    line-height: 2;
    margin-top: 1rem;
}

#contact fieldset ul li {
    position: relative;
    padding: 0 0 0 2.5rem;
}

#contact fieldset ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: .3em;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #df0615;
}

@media screen and (max-width:639px) {
	#contact {
		padding: 0 15px;
	}
    #contact .lead {
        margin: 0 0 20px;
    }
	#contact .lead h3 {
		font-size: 1.8rem;
	}
	#contact .lead .photo {
		margin-bottom: 15px;
	}
	#contact .lead .inner p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#contact .estimate {
		padding: 10px;
	}
	#contact .estimate .pict {
		padding-left: 10px;
	}
	#contact .estimate .ttl {
		font-size: 1.6rem;
	}
	#contact .estimate p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#contact .bloc .comment p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#contact .bloc .tel_box {
		padding: 10px 10px 5px;
	}
	#contact .bloc .tel_box::before {
		top:10px;
		right: 0;
		width: 90px;
		height: 90px;
	}
	#contact .bloc .tel_box li {
		font-size: 1.8rem;
	}
	#contact .bloc .tel_box li.tel,
	#contact .bloc .tel_box li.fax {
		background-size: contain;
	}
    #a1_form dt {
		float: none;
		width: auto;
		margin-bottom: 5px;
		background: #fbf9f3;
		padding: 5px;
    }
    #a1_form dd {
		padding-left: 0;
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block
    }
    #a1_form input[type="submit"] {
        width: 100%;
    }
    #contact .pp .comment {
        margin: 0 10px;
		font-size: 1.4rem;
    }
	#contact fieldset {
		margin: 0;
		padding: 10px;
	}
	#contact fieldset ul {
		line-height: 1.5;
	}
}

/*=========================================
･ Privacy Policy
=========================================
#pp {
	padding: 50px 0;
}
#pp .pp_frame {
	height: 400px;
	margin-top: 30px;
	padding: 30px;
	overflow: auto;
}
#pp .bloc {
	margin-bottom: 50px;
}
#pp h4 {
	margin-bottom: 15px;
	padding:5px 10px;
	background: #F2EFE6;
	font-size: 1.8rem;
	font-weight: bold;
}
#pp h5 {
	margin-top: 50px;
	margin-bottom: 15px;
	padding-left: 8px;
	border-left: 4px solid #BE9936;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
#pp p {
	margin-bottom: 1em;
	margin-left: 1em;
}
#pp ol {
	margin:0 0 15px;
	counter-reset: number;
	list-style: none;
}
#pp ol li{
	position: relative;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: .5em;
}
#pp ol li::before{
	position: absolute;
	display: block;
	counter-increment: number;
	content: counter(number);
	top: .3em;
	left: -.5em;
	width: 14px;
	height: 14px;
	background: #BE9936;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
	line-height: 14px;
}

#pp ol ol {
	margin-top: 5px;
}
#pp ol ol li {
	margin-left: 0;
}
#pp ol ol li::before{
	background: none;
	color: #BE9936;
	font-size: 1.4rem;
	font-weight: bold;
}
#pp a {
	text-decoration: underline;
}
#pp a:hover {
	color: #BE9936;
}
*/
</pre></body></html>