/*--------------------------------------------------------------
## reset
--------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
ins {
    background-color:#fff799;
    text-decoration:none;
}
 
mark {
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}
*, *::after, *::before {
    box-sizing: inherit;
}
li {
	list-style: none;
}
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	line-height: 1.6em;
    font-size: 16px;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
	margin: 0;
	line-height: 1.0em;
}


p {
	margin: 0;
    line-height: 1.9em;
}

blockquote:last-child,
p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 2.3334em 0;
}

address {
	margin: 0 0 1.75em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8667;
	margin-bottom: 1.8667em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark {
    color: #59493f;
    font-size: 20px;
    background:linear-gradient(#FFF 70%,#fff799 70%,#fff799);
    line-height: 1.8em;
}
small {
	font-size: 85%;
}
strong {
    font-weight: bold;
}
a {
    color: #00B4E3;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
    color: #CCC;
}

img {
    margin: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: bottom;
}
.big {
	font-size: 20px;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
/* -- float -- */
.alignleft,
div.alignleft,
img.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.alignright,
div.alignright,
img.alignright {
	margin: 0;
	padding: 0 0 10px 10px;
	float: right;
}
.aligncenter,
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 br.clear {
    clear: both;
    display: block;
    overflow: hidden;
}

/*--------------------------------------------------------------
## layout
--------------------------------------------------------------*/
#wrapper {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        -45deg,
        #fff 25%,
        #666 25%, #666 50%,
        #fff 50%, #fff 75%,
        #666 75%, #666
    );
    background-size: 6px 6px;
    padding: 5px;
    box-sizing: border-box;
}
#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFF;
}
#headerarea {
    width: 100%;
    background-image: url('../images/bg.png');
    padding-bottom: 60px;
}
#footerarea {
    width: 100%;
    
}

.sp {
    display: none;
}
/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/

.tel-icon:before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 24px;
    margin-right: .2em;
    background-image: url('../images/tel_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.tel-icon a {
    color: #000;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.header {
    position: relative;
}
.header hgroup {
    padding: 60px 0 50px 0;
}
h1#site-title {
    text-align: center;
    padding: .8em 0;
}
h1#site-title img {
    max-width: 100%;
    height: auto;
}
h2#site-description {
    text-align: center;
    font-size: 20px;
    padding: .8em 0;
    letter-spacing: 2px;
}
.header-info {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 230px;
    height: auto;
    display: block;
}
.header-info ul.pagelink {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.header-info ul.pagelink li {
    display: table-cell;
    text-align: center;
    padding: 0 5px 5px 0;
}
.header-info ul.pagelink li a {
    border: 1px solid #000;
    display: block;
    font-size: 12px;
    padding: 3px 0;
    line-height: 1em;
    color: #000;
    position: relative;
}
.header-info ul.pagelink li a::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1em;
    position: absolute;
    top: 50%;
	right: 10px;
    margin-top: -5px;
    transition: all .2s;
}
.header-info ul.pagelink li a:hover::after {
	right: 5px;
}
.header-info .tel-icon {
    font-size: 30px;
    font-weight: bold;
}


/*--------------------------------------------------------------
## content
--------------------------------------------------------------*/
#slide-wrap {
    width: 100%;
    overflow: hidden;
}
#slide-wrap.pc .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
  height: 410px !important;
  z-index: 1;
}
#slide-wrap img {
    height: auto;
}

.about {
    width: 765px;
    margin: 30px auto 0 auto;
    text-align: center;
    overflow: hidden;
    background-image: url('../images/about_bk.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.about h3 {
    text-align: center;
    margin-bottom: 50px;
}
.about h3 img {
    max-width: 100%;
    height: auto;
}
.about p {
    line-height: 2.5em;
}
#content {
    width: 1000px;
    margin: 60px auto;
    display: table;
}
#content .leftarea {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
#content .rightarea {
    width: 50%;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: top;
}
.info h3.title {
    position:relative;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 50px;
}
.info h3.title:after {
    content: "";
    width: 100%;
    height: 8px;
    position:absolute;
    bottom: -28px;
    left:0;
    background-image: url('../images/title_border.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}
table.time {
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
}
table.time th {
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}
table.time td {
    padding: 1em .8em;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}
table.time td i {
    color: #333;
    font-size: 26px;
}
table.time td .triangle {
    width: 20px;
    height: 17.5px;
    display: inline-block;
    background-image: url('../images/triangle.png');
    background-repeat: no-repeat;
    background-size: 20px 17.5px;
}

.note {
    margin: 10px 0;
    font-size: 14px;
}
.note li.triangle:before {
    content: "";
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    background-image: url('../images/triangle.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-right: 5px;
}

.note li.times:before {
    float: left;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 22px;
    color: #333;
    margin-right: 5px;
}
.note li.asterisk:before {
    float: left;
    content: "※";
    font-size: 16px;
    margin-right: 5px;
}
.fb-link,
.btn-link {
    width: 420px;
    margin: 30px auto 0 auto;
}
.fb-link img,
.btn-link img {
    max-width: 100%;
    height: auto;
}
.fb-link a {
    display: block;
    margin-bottom: 10px;
}
.btn-link li {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: -40px;
	right: 5px;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(51, 51, 51, 0.40);
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 40px;
    transition: 0.3s;
}
.pagetop a:hover {
    background-color: rgba(51, 51, 51, 0.60);
}
.footer {
    display: table;
    width: 100%;
    background-color: #FFFBE9;
}
.footer .footer-map {
    display: table-cell;
    background-color: #CCC;
    width: 50%;
}
.footer-map {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.footer .footer-info {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
}
.site-name img {
    width: 220px;
    height: auto;
}
.footer .footer-info ul {
    margin-top: 1.8em;
}
.footer .footer-info .tel-icon {
    font-size: 40px;
    line-height: 1.5em;
}

.copy {
    font-size: 12px;
    padding: 1em;
    text-align: center;
}

    @media (max-width: 1000px) {
        #content {
            width: 100%;
            box-sizing: border-box;
            padding: 0 10px;
            margin: 60px auto;
        }
        .footer-map {
            position: relative;
            padding-bottom: 75%;
            height: 0;
            overflow: hidden;
        }
        table.time td {
            padding: 1em 0;
        }
        
    }
    @media (max-width: 750px) {
        .pc {
            display: none;
        }
        .sp {
            display: block;
        }
        #wrapper {
            padding: 5px 0;
        }
        .header hgroup {
            padding: 20px 0;
        }
        #headerarea {
            padding-bottom: 20px;
        }
        h1#site-title {
            padding: 0 20px;
        }
        h1#site-title img {
            width: 70%;
            height: auto;
        }
        h2#site-description {
            font-size: 15px;
        }
        .about {
            width: 90%;
            text-align: left;
            background: none;
            margin: 0 auto;
        }
        .about h3 {
            width: 100px;
            text-align: center;
            margin: 0 auto 30px auto;
        }
        .about p {
            line-height: 1.6em;
            font-size: 13px;
        }
        .about br.pc {
            display: none;
        }
        
        #content {
            width: 90%;
            margin: 30px auto;
            display: block;
        }
        #content .leftarea {
            width: 100%;
            display: block;
            text-align: center;
            margin-bottom: 30px;
        }
        .fb-page {
            width: 100%;
        }
        .fb-page {
            height: 300px;
        }
        #content .rightarea {
            width: 100%;
            padding: 0 0 0 0;
            display: block;
        }
        .footer {
            display: block;
            width: 100%;
            background-color: #FFFBE9;
        }
        .footer .footer-map {
            display: none;
        }
        .footer .footer-info {
            display: block;
            width: 100%;
            padding: 20px;
            font-size: 13px;
        }
        .footer .footer-info ul {
            margin-top: .5em;
        }
        .footer .footer-info .tel-icon {
            font-size: 13px;
            line-height: 1.5em;
        }
        .footer .footer-info .tel-icon:before {
            content:"TEL.";
            background: none;
            margin-right: .5em;
        }
        .site-name {
            margin-bottom: 10px;
        }
        
    }

    @media (max-width: 550px) {
        
        table.time th {
            font-size: 11px;
        }
        

        table.time td i {
            font-size: 18px;
        }
        table.time td .triangle {
            width: 16px;
            height: 16px;
            background-size: 100%;
            background-position: bottom;
        }
        .note {
            font-size: 12px;
        }
        .note li.triangle:before {
            width: 16px;
            height: 18px;
        }
        .note li.times:before {
            font-size: 18px;
        }
        .note li.asterisk:before {
            font-size: 14px;
        }
        .fb-link {
            width: 85%;
            font-size: 13px;
        }
        .btn-link {
            width: 85%;
            margin: auto;
            font-size: 13px;
        }
        .btn-link li {
            margin-top: 20px;
            margin-bottom: 0;
        }
        

        
    }