@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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 {
  background: #242833;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  line-height: 1.5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul,
li {
    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;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    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;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:hover, a:active {
  outline: none;
}

/* module */

.hd02 {
  padding: 10px;
  background: #ccc;
  line-height: 1.2;
}
.btn {
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
  background: -moz-linear-gradient(top,#fff 0%,#eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(0,0,0,.3);
  text-shadow: 0 -1px #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.utility {
  display:table;
  width: 100%;
  background: #fff;
}
.utility li {
  display:table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.utility a {
  margin: 10px;
}
.utility .tel a {
  margin-right: 5px;
}
.utility .tel a span {
  display: block;
}
.utility .tel a .number {
  font-size: 12px;
}
.utility .map a {
  margin-left: 5px;
  padding: 14px 0;
}

/* layout */

.global_header {
  min-height: 60px;
}
.global_header .logo {
  padding: 20px 10px 10px;
  text-align: center;
}
.global_footer {
  padding: 10px;
  border-top: 1px solid #ccc;
  color: #fff;
}
.global_footer small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.global_footer small a {
  color: #fff;
  text-decoration: none;
}
.global_footer small a:hover {
  color: #fff;
  text-decoration: underline;
}
.global_footer small span {
  display: block;
}
.global_footer .tel {
  font-size: 18px;
}
.global_footer .tel a {
  color: #fff;
}

/* main */

.main .introduction {
  padding: 60px 10px 10px;
  background: #fff;
}
.main .coupon_inner {
  padding: 10px;
  background: #fff;
  color: #333;
}
.main .coupon_box {
  margin-bottom: 5px;
  border: 1px solid #bf3a00;
}
.main .coupon_detail {
  padding: 5px;
  background: #f3f2ee;
  color: #bf3a00;
  font-weight: bold;
}
.main .coupon_box .note {
  padding: 5px;
  font-size: 12px;
}
.main .banner_inner {
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
.main .contents_list li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.main .contents_list li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.main .contents_list li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #999;
}
.main .contents_list li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
.main .shop_info_detail {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dcdddd;
  background: #fff;
  font-size: 12px;
}
.main .shop_info_detail th {
  padding: 10px;
  border-bottom: 1px solid #dcdddd;
  background: #efefef;
}
.main .shop_info_detail td {
  padding: 10px;
  border-bottom: 1px solid #dcdddd;
}
.main .menu_list {
  background: #fff;
}
.main .menu_list .ttl {
  position: relative;
  display: block;
  padding: 10px;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.main .menu_list .ttl:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #999;
}
.main .menu_list .ttl:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: #fff;
}
.main .menu_list .active:after {
  right: 15px;
  margin-top: 0;
}
.main .menu_list .item {
  display: none;
  padding: 0 10px 10px;
}
.main .menu_list .item li {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #ccc;
}
.main .menu_list .item .column02 {
  display: table;
  width: 100%;
}
.main .menu_list .item .note {
  margin-top: 3px;
  font-size: 11px;
}
.main .menu_list .item .column02 span {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}
.main .menu_list .item .column02 span:last-child {
  width: 20%;
  text-align: right;
}
.main .menu_list .item .column02 span img {
  display: block;
  padding-top: 5px;
}
.main .course .menu_list .item li {
  padding: 0;
  border-top: 0;
}
.main .course .menu_list .pic li {
  margin-top: 10px;
}
.main .course .menu_list .item_sub {
  margin-top: 15px;
}
.main .course .menu_list .item_sub_ttl {
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.main .course .menu_list .price {
  margin-bottom: 5px;
}
.main .map .inner {
  padding: 10px 10px 20px;
  background: #fff;
}
.main .map #map_canvas {
  margin-bottom: 10px;
}
.main .gallery {
  padding: 10px;
  background: #fff;
}
.main .gallery ul {
  display: none;
}
.main .flexslider {
  background: #fff;
}
.main .flexslider .gallery_btn {
  position: absolute;
  bottom: -40px;
  right: 4px;
  width: 130px;
  height: 34px;
}
.main .flexslider .btn {
  position: absolute;
  bottom: -38px;
  right: 5px;
  z-index: 0;
}
.main .sns {
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
}
.main .sns .hd02 {
  text-align: left;
}
.main .sns .facebook {
  margin-top: 10px;
}
.main .sns .twitter {
  margin-top: 10px;
}
.main .sns iframe {
  vertical-align: bottom;
}
.main .topics {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dcdddd;
  font-size: 12px;
}
.main .topics_detail {
  /*margin-left: 10px;*/
}
.main .topics_list li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.main .topics_list li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.main .topics_list li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #999;
}
.main .topics_list li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
.main .tax {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: solid 1px #EEEEEE;
}
.main .ckeditor img {
   width: 100% !important;
   height: auto !important;
}

.main .sns_inner {
padding: 20px 0;
text-align: center;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

/* article clearfix
=======================================*/

.article em{
    font-style:oblique;
    font-family: "ＭＳ ゴシック",sans-serif;
}
.article ol li{
    list-style-type:decimal;
    margin-left: 40px;
}
.article ul li{
    list-style-type: disc;
    margin-left: 40px;
}
.article blockquote{
    background-color:#fff;
    padding:1em 1em 1em 3em;
    position:relative;
    border-left:5px solid #d6d7d4;
    margin-left: 40px;
    font-style:oblique;
    font-family: "ＭＳ ゴシック",sans-serif;
}
.article h1{
    padding:0;
    margin: 0;
    font-size:200%;
    border-bottom:none;
}
.article h2{
    padding:0;
    margin: 0;
    font-size:150%;
    border-bottom:none;
}
.article h3{
    padding:0;
    margin: 0;
    font-size:120%;
    border-bottom:none;
}
.article h4{
    padding:0;
    margin: 0;
    font-size:100%;
    border-bottom:none;
}
.article h5{
    padding:0;
    margin: 0;
    font-size:88.8%;
    border-bottom:none;
}
.article h6{
    padding:0;
    margin: 0;
    font-size:60%;
    border-bottom:none;
}
.article address{
    font-style:oblique;
    font-family: "ＭＳ ゴシック",sans-serif;
}
