@import url(font-awesome.min.css);

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Other Elements
 *       1.3.1  plugins
 *       1.3.2  page top
 * 2. HEADER
 * 3. MAIN WRAP
 *   3.1  Btn
 *   3.2 Contact
 * 4. FOOTER
 * 5. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: '游ゴシック', YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

a:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 1px solid #dedede;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 10px 0;
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media only screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main {
    width: 100%;
    margin: 0;
    background-color: #fff;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr30 { margin-right: 30px !important; }
.ml30 { margin-left: 30px !important; }

@media only screen and (max-width: 767px) {
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
@media only screen and (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
}

.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
@media only screen and (max-width: 991px) {
    .f18, .f19 {
        font-size: 16px;
    }
    .f20 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .f13, .f14 {
        font-size: 12px;
    }
    .f15, .f16 {
        font-size: 13px;
    }
    .f17, .f18 {
        font-size: 14px;
    }
    .f18, .f19 {
        font-size: 15px;
    }
    .f20 {
        font-size: 16px;
    }
}

/* 1.3 Other Elements
 * ------------------------------*/
/* 1.3.1 plugins ------------*/
.google-maps iframe {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.google-maps {
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget {
  margin: 20px 0;
}

/* 1.3.2 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 63px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    z-index: 10;
    transition: background-color 400ms;
    background: rgba(0,0,0,0.7) url(../image/pagetop.png) 50% 45% no-repeat;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.5) url(../image/pagetop.png) 50% 45% no-repeat;
}
@media only screen and (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        right: 32px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    margin: 0;
    padding: 0;
}
header h1 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.45;
}
@media only screen and (max-width: 991px) {
    header h1 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    header h1 {
        font-size: 14px;
    }
}

/*-------------------------------
 * 3. MAIN WRAP
 * ----------------------------*/
#main-visual {
    margin: -10px 0 0;
}
#main-visual .container {
    position: relative;
}
@media (min-width: 992px) {
  #main-visual .container {
    width: 1029px;
  }
}

#main-visual .btn-main {
    position: absolute;
    margin: 0;
    top: 793px;
    left: 40px;
}
@media only screen and (max-width: 991px) {
    #main-visual .btn-main {
        top: 578px;
        left: 35px;
    }
    #main-visual .btn-main img {
        width: 520px;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    #main-visual .btn-main {
        top: 464px;
        left: 30px;
    }
    #main-visual .btn-main img {
        width: 400px;
    }
}
@media only screen and (max-width: 420px) {
    #main-visual .btn-main {
        top: 318px;
        left: 25px;
    }
    #main-visual .btn-main img {
        width: 280px;
    }
}
@media only screen and (max-width: 380px) {
    #main-visual .btn-main {
        top: 288px;
        left: 23px;
    }
    #main-visual .btn-main img {
        width: 250px;
    }
}
@media only screen and (max-width: 320px) {
    #main-visual .btn-main {
        top: 245px;
    }
    #main-visual .btn-main img {
        width: 210px;
    }
}

.ttl {
    margin: 0 0 20px;   
}

@media only screen and (max-width: 767px) {
    .qa-txt {
        width: 70%;
        height: auto;
    }
}

/*3.1 Btn
 *------------------------------*/
.btn-yoyaku {
    display: block;
    width: auto;
    height: 114px;
    margin: 30px auto;
    padding: 20px;
    position: relative;
    z-index: 0;
    background: #e18483 url(../image/btn.png) center center no-repeat;
    background-size: 43%;
}
.btn-yoyaku:before{
    border: 1px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .btn-yoyaku {
        width: auto;
        height: 68px;
        margin: 20px auto;
        background-size: 60%;
    }
}

/*3.2 Contact
 *------------------------------*/
#contact {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
   #contact {
        margin-top: -10px;
        margin-bottom: 20px;
    }
}

#contact .area_btn {
	width: 792px;
	margin: 0 auto;
	padding-top: 10px;
	cursor: pointer;
}
#contact .area_contents {
	width: 792px;
	margin: 0 auto;
	padding: 15px 15px 10px;
	border-left: 1px solid #f9a4b3;
	border-right: 1px solid #f9a4b3;
	border-bottom: 1px solid #f9a4b3;
	box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
    #contact .area_btn {
        width: auto;
    }
    #contact .area_contents {
        width: auto;
    }
}

#contact .area_border {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#contact .shopname {
	font-size: 20px;
	margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
    #contact .shopname {
        font-size: 16px;
    }
}

#contact dl {
    margin: 0 0 10px;
}
#contact dl dt {
    margin: 0;
	font-weight: 600;
	line-height: 1.8;
}
#contact dl dd {
    margin: 0;
	line-height: 1.8;
}
#contact dl .caution {
    font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
#contact dl p {
    margin: 0;
}

#contact .tel {
	margin-bottom: 10px;
}
#contact .tel span {
	display: inline-block;
	vertical-align: -20%;
	padding: 0 5px;
}
#contact .tel span.tel_num {
	font-size: 24px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
    #contact .tel span.tel_num {
        font-size: 20px;
    }
}

#contact .reserve_btn {
	margin-bottom: 10px;
}
#contact .area_close_btn {
	text-align: right;
}
#contact .area_close_btn img {
	cursor: pointer;
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 20px 0;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #dedede;
}
footer a {
    color: #666;
}
footer a:hover {
    color: #999;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    display: inline-block;
}
footer ul li:after {
    content: " | ";
}
footer ul li:last-of-type:after {
    content: " ";
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 12px 0;
        font-size: 12px;
        text-align: center;
    }
    footer ul li {
        display: block;
    }
    footer ul li:after {
        content: " ";
    }
}

footer .copy {
    margin-right: 20px;
    font-size: 11px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    footer .copy {
        margin-top: 20px;
        margin-right: 0;
        font-size: 10px;
        text-align: center;
    }
}

/*-------------------------------
 * 5. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: 0.7s;
}

