@charset "UTF-8";
/* CSS Document */

*  { 
    margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	max-width: 100%;
	height: auto;
}
svg {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	max-width: 100%;
	height: auto;
}
ul, li {
	list-style-position: outside;
	list-style-type: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section,
.article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
	display: block;
}
body {
	color: #63452d;
	font-family: Arial, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	line-height: 150%;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	margin: 0px;
    overflow-wrap: break-word;
    background-color: #386d3d;
}
h1, h2, h3 {
	font-weight: normal;
}
h3 {
	line-height: 160%;
}
p {
	color: #63452d;
	font-family: Arial, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	line-height: 150%;
}
a {
	text-decoration: none;
	color: #d93725;
	outline: none;
}
.cfix:after {
    content:" ";
    display:block;
    clear:both;
}


#wrapper {
	width: 100%;
    max-width: 2200px;
	margin: 0px auto;
	overflow: hidden;
    background-color: #e3d862;
}
.gn li a {
	color: #FFF;
}
.contents-area {
	background-color: #FFF;
	background-image: url(img/bg.png);
	background-repeat: repeat;
}
section p {
	text-align: left;
}
section ul {
	text-align: left;
}
footer {
	color: #fffded;
	width: 100%;
    background-color: #4c9352;
}
footer p {
	color: #fffded;
	letter-spacing: 0px;
}
footer ul a {
    color: #fffded;
}

/* ページトップボタン */
#page-top {
	border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 50;
    overflow: hidden;
}
#page-top img {
	border-radius: 50%;
}
/* ページトップボタン */


/* ▼PCCSSここから================================================================================================= */
@media screen and (min-width: 901px) {
/* PC全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-size: 17px;
}
p {
	font-size: 17px;
	line-height: 170%;
}
h1 {
	font-size: 10px;
	text-align: center;
	padding: 0px 20px 10px;
}
/* PCページトップボタン++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page-top {
	width: 80px;
	right: 30px;
	bottom: 30px;
}
/* PCヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
    width: 100%;
    height: 500px;
    margin: 0px 0px 30px;
    padding: 0px 30px;
    background-color: #fffded;
    border-top: 30px solid #4c9352;
    position: relative;
    z-index: 0;
}
.logo {
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 5;
}
.cloud {
    width: 35%;
    max-width: 380px;
    position: absolute;
    top: 30px;
    right: -5px;
    z-index: 1;
}
.house {
    width: 30%;
    max-width: 400px;
    position: absolute;
    bottom: -5px;
    right: 5%;
    z-index: 2;
}
/* PCグローバルナビ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.gn {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 15px 10px;
    background: linear-gradient(#64ab6a, #4c9352);
    border: 1px solid #386c3c;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    position: relative;
    z-index: 20;
}
.gn li {
    width: 20%;
    max-width: 200px;
    transition: all .3s ease-out;
}
.gn li+li {
    border-left: 1px dotted #fffded;
}
.gn li:hover {
    opacity: 0.5;
}
.gn a {
    display: block;
}
/* PCフッター++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
    padding: 60px 20px;
}
.footer-logo {
    width: 100%;
    max-width: 280px;
    margin: 0px auto 30px;
}
.mobile {
    font-size: 12px;
    font-weight: normal;
}
.copyright {
    font-size: 12px;
    margin: 30px 0px 10px;
}
footer ul {
    width: 100%;
	margin: 30px auto;
	padding: 0px 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
footer ul li {
	padding: 10px;
    transition: all .3s ease-out;
}
footer ul li:hover {
    opacity: 0.5;
}
/* PCコンテンツ部分+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h2.toppage {
    width: 100%;
    max-width: 700px;
    margin: 0px auto 30px;
}
h2.contents {
    width: 70%;
    max-width: 350px;
    margin: 0px auto 40px;
}
.container {
    margin: 0px auto;
    padding: 40px 30px 80px;
}
.container-inner {
    width: 100%;
    max-width: 1200px;
    margin: -70px auto 0px;
    padding: 70px 20px 30px;
    background-color: #fffded;
    border: 1px solid #b7a082;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    position: relative;
    z-index: 5;
}
section {
    margin: 0px auto 40px;
    padding: 0px 0px 40px;
}
.under-line {
    border-bottom: 1px dotted #63452d;
}
.contents-box {
    width: 100%;
    max-width: 850px;
    margin: 0px auto;
}
/* PCトップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.hokentekiyo {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 50px;
    padding: 8px 90px;
    background-color: #ea5429;
    border-radius: 100px;
}
.toppage-why {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 40px;
}
.toppage-covered {
    width: 100%;
    margin: 30px auto 0px;
}
.toppage-covered li {
    font-weight: bold;
    width: 100%;
    margin: 15px 0px;
    padding: 10px;
    background-color: #e3d862;
    border-radius: 10px;
}
.toppage-three {
    width: 100%;
    max-width: 500px;
    margin: 0px auto 30px;
}
.three-effect {
    width: 100%;
    margin: 0px auto 30px;
}
h4 {
    width: 100%;
    max-width: 300px;
    margin: 0px auto 20px;
    position: relative;
}
h4::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #ea5429;
    position: absolute;
    top: 50%;
    left: -80px;
}
h4::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #ea5429;
    position: absolute;
    top: 50%;
    right: -80px;
}
/* PC当院について++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about-box {
    width: 100%;
    margin: 0px auto 40px;
}
.person-image {
    width: 40%;
    max-width: 300px;
    float: left;
}
.about-acupuncture {
    width: 58%;
    float: right;
}
.about-acupuncture ul li {
    padding: 10px 0px;
    font-weight: bold;
    border-bottom: 1px dotted #63452d;
}
.about-big {
    font-size: 24px;
}
.rubi {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 4px;
}
/* PC対象となる方++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.taisho ul li {
    margin: 0px 0px 20px;
}
/* PC訪問範囲+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.homon-hani ul {
    margin: 30px 0px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
}
.homon-hani ul li {
    font-size: 18px;
    font-weight: bold;
    color: #fffded;
    margin: 5px;
    padding: 5px 20px;
    background-color: #63452d;
    border-radius: 40px;
}
.tachiiki {
    margin: 0px auto 20px;
    padding: 5px 20px;
    background-color: #ddcbb8;
    border-radius: 40px;
}
/* PC費用++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.fee-add {
   text-align: center;
   font-weight: bold;
   color: #d93725;
   margin: 0px auto 30px;
}
.fee-hoken {
   width: 100%;
   max-width: 500px;
   margin: 0px auto 30px;
}
.fee-text {
   font-weight: bold;
}
.fee-detail ul {
   width: 100%;
   margin: 40px auto;
   border: 1px solid #c2b0a0;
   border-radius: 10px;
}
.fee-detail ul li {
   padding: 10px 20px;
}
.fee-detail ul li+li {
   border-top: 1px solid #c2b0a0;
}
.fee-big {
   font-size: 22px;
   color: #d93725;
}
/* PCご利用の流れ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.flow-box {
   background-color: #f3eeb4;
   margin: 50px auto;
   padding: 35px 20px 20px;
   border: 3px solid #e3d862;
   border-radius: 10px;
   position: relative;
}
.flow-number {
   background-color: #e3d862;
   width: 250px;
   padding: 5px;
   border-radius: 10px;
   position: absolute;
   top: -18px;
   left: 20px;
}
/* PCお問い合わせ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contact-attention {
   margin: 60px auto 0px;
}
.contact-mark {
   display: none;
}
}
/* ▲PCCSSここまで================================================================================================= */





/* ▼SPCSSここから================================================================================================= */
@media screen and (max-width: 900px) {
/* SP全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-size: 15px;
}
p {
	font-size: 15px;
	line-height: 150%;
}
h1 {
	font-size: 8px;
	text-align: center;
	padding: 0px 15px 10px;
}
/* SPページトップボタン++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page-top {
	width: 45px;
	height: auto;
	right: 10px;
	bottom: 50px;
}
/* SPヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
    width: 100%;
    height: 300px;
    padding: 0px 30px;
    background-color: #fffded;
    border-top: 20px solid #4c9352;
    position: relative;
    z-index: 0;
}
.logo {
    width: 90%;
    max-width: 600px;
    margin: 0px auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 5;
}
.cloud {
    width: 40%;
    max-width: 200px;
    position: absolute;
    top: 30px;
    right: -5px;
    z-index: 1;
}
.house {
    width: 50%;
    max-width: 200px;
    position: absolute;
    bottom: -5px;
    right: 5%;
    z-index: 2;
}
/* SPグローバルナビ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.gn {
    width: 100%;
    margin: 0px auto;
    padding: 15px 10px;
}
.gn li {
    width: 100%;
    padding: 15px 0px;
}
.gn li+li {
    border-top: 1px dotted #fffded;
}
.gn a {
    display: block;
}
/* SPフッター++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
    padding: 40px 0px;
}
footer p {
    padding: 0px 20px;
}
.address::before {
    content: "\A";
	white-space: pre;
}
.footer-logo {
    width: 100%;
    max-width: 200px;
    margin: 0px auto 20px;
}
.mobile {
    font-size: 12px;
    font-weight: normal;
}
.copyright {
    font-size: 10px;
    margin: 20px 0px 10px;
}
footer ul {
	width: 100%;
	margin: 30px auto;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-align: left;
}
footer li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
footer li a {
	padding: 10px 15px;
	display: block;
	position: relative;
}
footer li a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* SPコンテンツ部分+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h2.toppage {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 20px;
}
h2.contents {
    width: 80%;
    max-width: 300px;
    margin: 0px auto 20px;
}
.container {
    margin: 0px auto;
    padding: 30px 10px 50px;
}
.container-inner {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 30px 15px 10px;
    background-color: #fffded;
    border: 1px solid #b7a082;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
section {
    margin: 0px auto 30px;
    padding: 0px 0px 30px;
}
.under-line {
    border-bottom: 1px dotted #63452d;
}
.contents-box {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
}
/* SPトップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.hokentekiyo {
    width: 95%;
    max-width: 350px;
    margin: 0px auto 20px;
    padding: 5px 20px;
    background-color: #ea5429;
    border-radius: 100px;
}
.toppage-why {
    width: 100%;
    max-width: 500px;
    margin: 0px auto 20px;
}
.toppage-covered {
    width: 100%;
    margin: 20px auto 0px;
}
.toppage-covered li {
    font-weight: bold;
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    background-color: #e3d862;
    border-radius: 10px;
}
.toppage-three {
    width: 90%;
    max-width: 400px;
    margin: 0px auto 20px;
}
.three-effect {
    width: 100%;
    margin: 0px auto 20px;
}
h4 {
    width: 70%;
    max-width: 240px;
    margin: 0px auto 10px;
    position: relative;
}
h4::before {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background-color: #ea5429;
    position: absolute;
    top: 50%;
    left: -15%;
}
h4::after {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background-color: #ea5429;
    position: absolute;
    top: 50%;
    right: -15%;
}
/* SP当院について++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about-box {
    width: 100%;
    margin: 0px auto 30px;
}
.person-image {
    width: 80%;
    max-width: 300px;
    margin: 0px auto 20px;
    float: none;
}
.about-acupuncture {
    width: 100%;
    float: none;
}
.about-acupuncture ul li {
    padding: 10px 0px;
    font-weight: bold;
    border-bottom: 1px dotted #63452d;
}
.about-big {
    font-size: 20px;
}
.rubi {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 3px;
}
/* SP対象となる方++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.taisho ul li {
    margin: 0px 0px 20px;
}
/* SP訪問範囲+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.homon-hani ul {
    margin: 20px 0px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
.homon-hani ul li {
    font-size: 14px;
    font-weight: bold;
    color: #fffded;
    margin: 2px;
    padding: 5px 10px;
    background-color: #63452d;
    border-radius: 40px;
}
.tachiiki {
    margin: 0px auto 10px;
    padding: 5px 20px;
    background-color: #ddcbb8;
    border-radius: 40px;
}
/* SP費用++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.fee-add {
   text-align: center;
   font-weight: bold;
   color: #d93725;
   margin: 0px auto 20px;
}
.fee-add span::before {
    content: "\A";
	white-space: pre;
}
.fee-hoken {
   width: 95%;
   max-width: 450px;
   margin: 0px auto 10px;
}
.fee-text {
   font-weight: bold;
}
.fee-detail ul {
   width: 100%;
   margin: 30px auto;
   border: 1px solid #c2b0a0;
   border-radius: 10px;
}
.fee-detail ul li {
   padding: 10px;
}
.fee-detail ul li+li {
   border-top: 1px solid #c2b0a0;
}
.fee-big {
   font-size: 18px;
   color: #d93725;
}
/* SPご利用の流れ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.flow-box {
   background-color: #f3eeb4;
   margin: 40px auto;
   padding: 25px 10px 10px;
   border: 3px solid #e3d862;
   border-radius: 10px;
   position: relative;
}
.flow-number {
   background-color: #e3d862;
   width: 70%;
   max-width: 200px;
   margin: 0px auto;
   padding: 5px;
   border-radius: 10px;
   position: absolute;
   top: -17px;
   left: 0;
   right: 0;
}
/* SPお問い合わせ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contact-attention {
   margin: 40px auto 0px;
}
}
/* ▲SPCSSここまで================================================================================================= */





/* ▼SlickCSSここから============================================================================================== */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
   

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	z-index: 50;
	background-color: rgba(0,0,0,0.4);
	background-repeat: repeat;
	border-radius: 50%;
}
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
   

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	z-index: 50;
	background-color: rgba(0,0,0,0.4);
	background-repeat: repeat;
	border-radius: 50%;
}


.slick-prev:before
{
	display: block;
	top: 30%;
	left: 15px;
	width: 13px;
	height: 13px;
	position: absolute;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slick-next:before
{
	display: block;
	top: 30%;
	right: 15px;
	width: 13px;
	height: 13px;
	position: absolute;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
}
.slick-prev:before
{
	content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* ▼イニシャライズされるまで非表示 */
.banner {
  display:none;
}
.banner.slick-initialized {
  display: block;
}
/* ▲イニシャライズされるまで非表示 */
/* ▲SlickCSSここまで============================================================================================== */


/* ▼spmenuCSSここから============================================================================================================== */
@media only screen and (max-width: 901px) {
.menuList {
  display: none;
}
#menuOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226,216,98,0.7);
  display: none;
  position: fixed;
  z-index: 9997;
}
#switchBtnArea #switchBtn {
  top: 30px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: block;
  background: linear-gradient(#64ab6a, #4c9352);
  border: 1px solid #386c3c;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 9998;
  border-radius: 10px;
}
#switchBtnArea #switchBtn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  margin: 0px auto;
  background: #FFF;
  left: 0;
  right: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 15px;
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 22px;
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
  top: 29px;
}
#switchBtnArea #switchBtn.btnClose {
 
}
#switchBtnArea #switchBtn.btnClose span {
  left: 18%;
  width: 55%;
  height: 3px;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 22px;
    left: 1px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    top: 22px;
    left: 1px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
#rwdMenuWrap {
    top: 0;
    left: -220px;
    width: 210px;
    height: 100%;
    padding: 40px 0px;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    background-color: #4c9352;
    border-right: 1px solid #386c3c;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -webkit-overflow-scrolling: touch;
}
}
/* ▲spmenuCSSここまで============================================================================================================== */



/* ▼フォームCSS======================================================================================================================================================================== */

/* ▼PC+タブレット用CSS================================================================================================================================================================= */
input[type="text"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
input[type="email"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
input[type="tel"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
@media screen and (min-width: 741px) {
/* ▼PC+TAB_メインCSS++++++++++++++++++++++++++++++ */
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
/* ▲PC+TAB_メインCSS++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_baseCSS++++++++++++++++++++++++++++++++ */
#form_area {
	width: 100%;
	padding-bottom: 50px;
    margin: 30px auto 0px;
    border: 1px solid #c2b0a0;
   border-radius: 10px;
	overflow: hidden;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl {
	padding: 10px;
	text-align: right;
	border-bottom: 1px dotted #c2b0a0;
	margin: 0px;
	overflow: hidden;
}
form#mailformpro dl:after {
	content: "";
	clear: both;
	display: block;
}
form#mailformpro dl dt {
	float: left;
	width: 30%;
	font-size: 14px;
    font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 8px;
}
form#mailformpro dl dt:after {
	content: "";
	clear: both;
	display: block;
}
form#mailformpro dl dd {
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	float: right;
	width: 70%;
	padding-right: 5px;
	padding-left: 20px;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #d93725;
	font-size: 10px;
	color: #FFF;
	float: left;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 1px 10px;
}
form#mailformpro dd input[type="text"] {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    border-radius: 5px;
}
.namearea input[type="text"] {
	width: 80%;
	max-width: 300px;
}
.postnumber input[type="text"] {
	width: 100%;
	max-width: 200px;
}
.addressarea input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.datearea input[type="text"] {
	width: 20%;
	max-width: 80px;
}
form#mailformpro dd input[type="email"] {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
    border-radius: 5px;
}
form#mailformpro dd input[type="tel"] {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
    border-radius: 5px;
}
form#mailformpro dd textarea {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100% !important;
	max-width: 500px !important;
    border-radius: 5px;
}
.address_division {
	padding-top: 10px !important;
}
/* ▲PC+TAB_baseCSS++++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_labelCSS+++++++++++++++++++++++++++++++ */
form#mailformpro label {
	margin: 3px;
	display: block;
	font-size: 14px;
}
form#mailformpro label.mfp_checked {
	padding: 5px;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px;
}
/* ▲PC+TAB_labelCSS+++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_confirmCSS+++++++++++++++++++++++++++++ */
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #b7a082;
	margin-bottom: 30px;
}
table#mfp_confirm_table tr.mfp_colored {
}
table#mfp_confirm_table tr.mfp_achroma {
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 14px;
	border-top: solid 1px #b7a082;
	padding: 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 30%;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* ▲PC+TAB_confirmCSS+++++++++++++++++++++++++++++ */
/* ▼PC+TAB_confirmflatCSS+++++++++++++++++++++++++ */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 16px;
	text-align: center;
	line-height: 160%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}
/* ▲PC+TAB_confirmflatCSS+++++++++++++++++++++++++ */
/* ▼PC+TAB_confirmoverlayCSS++++++++++++++++++++++ */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* ▲PC+TAB_confirmoverlayCSS++++++++++++++++++++++ */
/* ▼PC+TAB_loadingCSS+++++++++++++++++++++++++++++ */
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}
/* ▲PC+TAB_loadingCSS+++++++++++++++++++++++++++++ */
/* ▼PC+TAB_errorCSS+++++++++++++++++++++++++++++++ */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	color: #cd0073;
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mfp_parent_error {
}
.problem {
	background-color: #ffffbe;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲PC+TAB_errorCSS+++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_warningCSS+++++++++++++++++++++++++++++ */
div#mfp_warning {
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲PC+TAB_warningCSS+++++++++++++++++++++++++++++ */
/* ▼PC+TAB_inputCSS+++++++++++++++++++++++++++++++ */
form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 14px;
	vertical-align: middle;
}
form#mailformpro select {
	vertical-align: middle;
	font-size: 14px;
}
/* ▲PC+TAB_inputCSS+++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_buttonCSS++++++++++++++++++++++++++++++ */
div.mfp_buttons {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.mfp_buttons button#mfp_button_send {
	background-color: #d93725;
    border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-color: #ea907f;
}
div.mfp_buttons button#mfp_button_cancel {
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	background-color: #dbd3d7;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-color: #efeced;
}
div.mfp_buttons button {
	font-size: 16px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	cursor:pointer;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
button[type="submit"] {
	background-color: #d93725;
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
button[type="submit"]:hover {
	background-color: #ea907f;
}
button[type="reset"] {
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	background-color: #dbd3d7;
}
button[type="reset"]:hover {
	background-color: #efeced;
}
/* ▲PC+TAB_buttonCSS++++++++++++++++++++++++++++++ */
}
/* ▲PC+タブレット用CSS================================================================================================================================================================= */


/* ▼スマホ用CSS======================================================================================================================================================================== */
@media screen and (max-width: 740px) {
/* ▼SP_メインCSS++++++++++++++++++++++++++++++++++ */
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
/* ▲SP_メインCSS++++++++++++++++++++++++++++++++++ */
/* ▼SP_baseCSS++++++++++++++++++++++++++++++++++++ */
#form_area {
	width: 100%;
	max-width: 600px;
    margin: 20px auto 0px;
	padding-bottom: 50px;
	overflow: hidden;
    border: 1px solid #c2b0a0;
    border-radius: 10px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl {
	text-align: left;
	border-bottom: 1px dotted #c2b0a0;
	overflow: hidden;
    padding: 10px;
}
form#mailformpro dl dt {
	float: none;
	width: 100%;
	font-size: 12px;
    font-weight: bold;
	padding-bottom: 5px;
}
form#mailformpro dl dt:after {
	content: "";
	clear: both;
	display: block;
}
form#mailformpro dl dd {
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	float: none;
	width: 100%;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #d93725;
	font-size: 10px;
	color: #FFF;
	float: left;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
    padding: 1px 10px;
}
form#mailformpro dd input[type="text"] {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    border-radius: 5px;
}
.namearea input[type="text"] {
	width: 70%;
	max-width: 300px;
}
.postnumber input[type="text"] {
	width: 100%;
	max-width: 200px;
}
.addressarea input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.datearea input[type="text"] {
	width: 30%;
	max-width: 100px;
}
form#mailformpro dd input[type="email"] {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
    border-radius: 5px;
    outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
}
form#mailformpro dd input[type="tel"] {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
    border-radius: 5px;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
}
form#mailformpro dd textarea {
	padding: 5px;
	font-size: 14px;
	color: #2f2f2f;
	border: solid 1px #c2b0a0;
    border-radius: 5px;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100% !important;
	max-width: 500px;
}
.address_division {
	padding-top: 10px !important;
}
/* ▲SP_baseCSS++++++++++++++++++++++++++++++++++++ */
/* ▼SP_labelCSS+++++++++++++++++++++++++++++++++++ */
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: block;
	font-size: 14px;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
/* ▲SP_labelCSS+++++++++++++++++++++++++++++++++++ */
/* ▼SP_confirmCSS+++++++++++++++++++++++++++++++++ */
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #b7a082;
	margin-bottom: 30px;
}
table#mfp_confirm_table tr.mfp_colored {
}
table#mfp_confirm_table tr.mfp_achroma {
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #b7a082;
	padding: 10px;
}
table#mfp_confirm_table tr th {
	width: 30%;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* ▲SP_confirmCSS+++++++++++++++++++++++++++++++++ */
/* ▼SP_confirmflatCSS+++++++++++++++++++++++++++++ */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 14px;
	text-align: center;
	line-height: 160%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}
/* ▲SP_confirmflatCSS+++++++++++++++++++++++++++++ */
/* ▼SP_confirmoverlayCSS++++++++++++++++++++++++++ */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* ▲SP_confirmoverlayCSS++++++++++++++++++++++++++ */
/* ▼SP_loadingCSS+++++++++++++++++++++++++++++++++ */
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}
/* ▲SP_loadingCSS+++++++++++++++++++++++++++++++++ */
/* ▼SP_errorCSS+++++++++++++++++++++++++++++++++++ */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	color: #cd0073;
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mfp_parent_error {
}
.problem {
	background-color: #ffffbe;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲SP_errorCSS+++++++++++++++++++++++++++++++++++ */
/* ▼SP_warningCSS+++++++++++++++++++++++++++++++++ */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲SP_warningCSS+++++++++++++++++++++++++++++++++ */
/* ▼SP_inputCSS+++++++++++++++++++++++++++++++++++ */
form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 14px;
	vertical-align: middle;
}
form#mailformpro select {
	vertical-align: middle;
	font-size: 14px;
}
/* ▲SP_inputCSS+++++++++++++++++++++++++++++++++++ */
/* ▼SP_buttonCSS++++++++++++++++++++++++++++++++++ */
div.mfp_buttons {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.mfp_buttons button#mfp_button_send {
	background-color: #d93725;
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-color: #ea907f;
}
div.mfp_buttons button#mfp_button_cancel {
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	background-color: #dbd3d7;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-color: #efeced;
}
div.mfp_buttons button {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	cursor:pointer;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
button[type="submit"] {
	background-color: #d93725;
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
button[type="submit"]:hover {
	background-color: #ea907f;
}
button[type="reset"] {
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	background-color: #dbd3d7;
}
button[type="reset"]:hover {
	background-color: #efeced;
}
/* ▲SP_buttonCSS++++++++++++++++++++++++++++++++++ */
}
/* ▲スマホ用CSS======================================================================================================================================================================== */
/* ▲フォームCSS======================================================================================================================================================================== */