/* ---------------------------------
 reset CSS
--------------------------------- */
button {
  -webkit-appearance: none;
}

html,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;
  outline:0;
  font-size:100%;
  background:transparent
}

iframe,fieldset,img {
  border:0;
}

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:none
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none
}

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
}

input,select{
  vertical-align:middle
}

li {
  list-style-type: none;
}

.ryumin{
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}

.fontb{
	font-weight:bold;
}

/* --------------------------------------
  共通項目
--------------------------------------- */

/*-- clear --*/

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*-- contents --*/

.w_100 {
  width: 100%;
}

.w_1000 {
  width: 1000px;
}

.w_700 {
  width: 700px;
}

/*-- color --*/

.color_01 {
  color: #231815;
}

.color_02 {
  color: #fff;
}

.color_03 {
  color: #324e9b;
}

.color_bg_01 {
  background: #fff;
}

.color_bg_02 {
  background: #324e9b;
}

.color_bg_03 {
  background: #e0e0e0;
}

.color_bg_04 {
  background: #ebebeb;
}

/*-- link --*/


a:link {
  color: #4f4f4f;
  text-decoration: none;
}

a:visited {
  color: #4f4f4f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a:active {
  text-decoration: none;
  outline: none;
}

a.link_color_01 {
  color: #324e9b;
  text-decoration: none;
}

a.link_color_02 {
  color: #fff;
  text-decoration: none;
}

/*-- border --*/

.border {
  border: 1px #cfcfcf solid;
}

.border_top {
}

.border_bottom {
  border-bottom: 1px #d8d5d1 solid;
}

.border_top_02 {
  border-top: 1px #aaaaaa solid;
}

.border_top_03 {
  border-top: 1px #ededed solid;
}

/*-- border_radius --*/
.border_radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*-- text --*/
.bold {
  font-weight: bold;
}

.font_14 {
  font-size: 14px;
}

.font_20 {
  font-size: 20px;
}

.font_25 {
  font-size: 25px;
}

.font_30 {
  font-size: 30px;
}

.category {
  font-weight: bold;
  margin-bottom: 40px;
  border-left: 5px #324e9b solid;
}

.category div {
  padding: 5px 15px 7px;
}


/* --------------------------------------
  メイン要素
--------------------------------------- */

html {
}
body {
  font-size: 16px;
  font-family: kozuka-gothic-pr6n, sans-serif;
　font-weight:normal;
  font-style: normal;
  color: #231815;
  letter-spacing: 1px;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  background: #fff;
  background-image: none;
  min-width: inherit;
}


#wrapper {
  width: 100%;
  padding: 0 0 90px 0;
  background: #fff;
}

#wrapper_inner {
  width: 1000px;
  margin: 0 auto;
}

#top #wrapper_inner {
  width: 100%;
  padding: 0;
  background: none;
}

#main {
width: 100%;
max-width: 960px;
margin: 0 auto;
}

/* TOPページのみ */
#top #main {
  float: none;
  width: 100%;
}

#main_inner {
  margin: 0;
}

/* --- Main float none area--- */
body#calendar #main,
body#about #main {
  width: 1000px;
  float: none;
}
/* --- Main float none area--- */

@media screen and (max-width: 1000px) {

html {
  height: auto;
}

table {
  width: 100% !important;
}

body {
  background-image: none;
  margin: 0;
  min-width: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper  {
  width: 100%;
}

#wrapper_inner {
  width: 95%;
}

#top #wrapper_inner {
  width: 100%;
}

#main {
  margin: 0;
  width: 65%;
}

#top #main {
  width: 100%;
}

#main_inner {
  width: 100%;
}

/* --- Main float none area--- */
body#calendar div#main,
body#about div#main {
  width: 100%;
}
/* --- Main float none area--- */
}

@media screen and (max-width: 600px) {

#wrapper_inner {
  margin: 0 3%;
  padding:0 0 60px 0;
}

body#top #wrapper_inner {
  margin: 0;
}

#main {
  float: none;
  width: 100%;
}

#main_inner {
  width: 100%;
  margin: 0;
}
}

/* --------------------------------------
  ヘッダー
  --------------------------------------- */
#header {
  width: 100%;
  margin-bottom: 0;
	position:relative;
}

#header_inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	height:120px;
}

#mobile-bar,
#build-menu {
  display: none;
}

.site_title {
  width: 50%;
}

h1.site_logo {
}
.site_description {
  font-size: 15px;
}


.tel_area {
  width: 50%;
}

.tel_area_inner {
  width: 100%;
  margin: 0;
}

.tel_number {
  display: block;
}

.tel_area_mail {
  width: 283px;
  display: block;
}

.tel_area a {
  color: #fff;
  text-decoration: none;
}

.tel_area .tel_number a {
  color: #4f4f4f;
  cursor: default;
}

.tel_area .tel_number a:hover {
  opacity: 1;
}

.tel_area a.tel_area_mail_mobile {
  color: #324e9b;
}

.tel_area_mail_mobile {
  display: none;
}

.fa-phone-square {
  font-size: 25px;
  margin-right: 10px;
}

.fa-envelope-o {
  font-size: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 780px) {

.tel_area_new {
  height: 100%;
}

#header {
  height: auto;
}

#header_inner {
  width: 100%;
}

.fa-bars {
  color: #000;
}

.site_title {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.site_title img {
  max-width: 500px;
}

.tel_area {
  width: 100%;
  height: 40px;
  float: none;
  top: 0;
  position: fixed;
  background: #324e9b;
  z-index: 8000;
  margin: 0;
  padding: 12px 0;
}

.tel_area_inner {
  width: 95%;
  margin: 0 auto;
}

.tel_area .tel_number a {
  color: #fff;
}

.tel_mail {
  font-size: 14px;
  float: right;
  padding-bottom: 1px;
}

#build-menu {
  display: block;
}

#mobile-bar {
  float: left;
  bottom: 15px;
  font-size: 30px;
  display: block;
  position: absolute;
  z-index: 9000;
}

.tel_number {
  color: #fff;
  margin: 7px 10px 0 0;
  letter-spacing: 0.1em;
  display: block;
  text-align: right;
  float: left;
}

.tel_area_mail {
  padding: 7px 15px;
  float: left;
  width: 120px;
  background: #fff;
}

a.tel_area_mail {
  color: #324e9b;
}

.fa-phone-square {
  margin-right: 5px;
  color: #fff;
}

.fa-envelope-o {
  margin-right: 5px;
}
}

@media screen and (max-width: 600px) {

#header {
  height: auto;
}

#header_inner {
}

#mobile-bar {
}

.site_title img {
  max-width: 100%;
}

.fa-bars {
  color: #000;
}


.shop_title {
  padding: 0;
}

.tel_area {
  width: 100%;
  float: right;
  position: fixed;
  z-index: 8000;
}

.tel_number {
  margin: 10px 10px 5px 0;
  font-size: 16px;
}

.tel_area_mail {
  display: none;
  padding: 5px 7px;
  float: none;
  font-size: 14px;
}

.tel_area_mail_mobile {
/*
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
*/
}

.fa-phone-square {
  margin-right: 5px;
  font-size: 18px;
}

.fa-envelope-o {
  margin: 6px 0 0 1px;
  font-size: 25px;
}
}


/*---------------------------------------
 パーツ表示切替用style
 --------------------------------------- */
.shop_tel {
}
.shop_name {
}



/* --------------------------------------
  ページタイトル
--------------------------------------- */

.page_title {
  font-size: 35px;
  padding: 50px 0 60px;
  width: 100%;
  text-align: center;
}

/* ---  サイドナビがないページ用 ---*/
body#free  #main h2.page_title,
body#staff  #main h2.page_title,
body#reservation  #main h2.page_title,
body#coupon  #main h2.page_title,
body#calendar  #main h2.page_title,
body#contact  #main h2.page_title,
body#about #main h2.page_title {
  width: 1000px;
  text-align: center;
  padding: 30px 0 30px;
}
/* ---  サイドナビがないページ用 ---*/

/* ---  サイドナビがないページ用 ---*/
body#free  #main h2.page_title,
body#staff  #main h2.page_title,
body#reservation  #main h2.page_title,
body#coupon  #main h2.page_title,
body#calendar  #main h2.page_title,
body#contact  #main h2.page_title,
body#about #main h2.page_title {
  width: 100%;
}
/* ---  サイドナビがないページ用 ---*/
}

@media screen and (max-width: 600px) {
.page_title {
  text-align: center;
}
}

/* --------------------------------------
  ナビゲーション
--------------------------------------- */

#main-nav {
  display:none;
}

.gnav {
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 15px;
  padding: 0;
  width: 100%;
}

.gnav_inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.gnav li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 12px;
  margin-bottom: 10px;
}

.gnav a {
  text-decoration: none;
}

.gnav li.navi_last {
  padding-right: 0;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* フリーページナビゲーション用 */
.free_area {
  margin-bottom: 50px;
}

.free_area_inner {
  padding: 8px 0;
}

.gnav li:hover > div {
  display: block !important;
}

.separate_line {
  height: 10px;
  width: 100%;
  background: #324e9b; /* Old browsers */
  background: -moz-linear-gradient(top, #162d6f 0%, #324e9b; 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#162d6f), color-stop(100%,#324e9b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #162d6f 0%,#324e9b; 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #162d6f 0%,#324e9b; 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #162d6f 0%,#324e9b; 100%); /* IE10+ */
  background: linear-gradient(to bottom, #162d6f 0%,#324e9b; 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162d6f', endColorstr='#324e9b;',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 1000px) {
.gnav {
  display: none;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 20px 0;
}

.gnav li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 12px;
}

.gnav li.navi_last {
  padding-right: 0;
}

.gnav_smart_phone {
  font-size: 13px;
}

.gnav_smart_phone li {
  padding: 14px 20px;
}

.gnav_smart_phone li a:hover {
  text-decoration: none;
}

#navi {
  display: none;
}

/* スマホ用サブナビを非表示 */
#navi ul.sub_navi {
  display: none !important;
}

#build-menu-page {
  left: 0;
  position: relative;
  background: #fff;
}

#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 200px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#build-menu-button {
  display: block;
}

#build-menu-button div {
  height: 5px;
  width: 30px;
}

/* フリーページナビゲーション用 */
.free_area {
  margin-bottom: 50px;
}

.free_area_inner {
  padding: 8px 0;
}

.gnav li:hover > div {
  display: block !important;
}  -right: 0;


/* フリーページナビゲーション用 */
.free_area {
  margin-bottom: 50px;
}

.free_area_inner {
  padding: 8px 0;
}

.free_area_title {
  margin: 0px;
}
}

/* --------------------------------------
  サイドバー
--------------------------------------- */

.side_wrap {
  width: 1000px;
  margin: 0 auto;
}

#top .side_wrap {
  margin: 0 auto 60px;
}

#sidebar {
  width: 250px;
  margin: 0 30px 0 0;
  text-align: left;
  float: left;
}

#top #sidebar {
  margin: 0;
}

.sub_navi_side {
  width: 250px;
  margin: 0 0 80px 0;
}

body#top  .sub_navi_side,
body#staff  .sub_navi_side,
body#free  .sub_navi_side,
body#reservation  .sub_navi_side,
body#coupon  .sub_navi_side,
body#contact  .sub_navi_side,
body#about .sub_navi_side,
body#calendar .sub_navi_side {
  display: none;
}

ul.sub_navi_side li {
  padding: 15px 0;
  border-top: 1px solid #cfcfcf;
  text-align: center;
}

ul.sub_navi_side li:last-child {
  border-bottom: 1px solid #cfcfcf;
}

ul.sub_navi_side li a {
  margin-bottom: 1px;
  padding: 0 15px 0 15px;
  display: block;
  text-decoration: none;
}

.fa-angle-right {
  margin-right: 5px;
  font-size: 18px;
}
.today_area {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
  display: none;
}


.side_tel_area {
  width: 250px;
  padding: 25px 0;
  margin-bottom: 30px;
}

.side_shop_tel {
  width: 250px;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}

.side_shop_tel a {
  color: #4f4f4f;
  text-decoration: none;
  cursor: default;
}

.side_shop_tel a:hover {
  opacity: 1;
}

.side_tel_area_mail {
  text-align: center;
  display: block;
  width: 200px;
  margin: 10px auto 0;
  padding: 10px 0;
}

.navi_parts_area img {
  max-width: 250px;
}

.navi_parts_detail {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {

#sidebar {
  width: 29%;
}

#top .side_wrap {
  width: 95%;
}

.side_wrap {
  width: 100%;
}

.sub_navi_side {
  display: none;
}

.today_area {
  width: 100%;
}

.side_tel_area {
  width: 100%;
}

.side_shop_tel {
  width: 90%;
}

.side_tel_area_mail {
  width: 90%;
}

.side_fa-phone-square {
  color: #324e9b;
}

.navi_parts_area img {
  max-width: 100%;
}
}

@media screen and (max-width: 600px) {

#sidebar {
  text-align: center;
  float: none;
  width: 100%;
}

.today_area {
  width: 100%;
}

.side_tel_area {
  width: 100%;
}

.side_shop_tel {
  width: 100%;
}

.side_tel_area_mail {
  width: 80%;
}

.side_fa-phone-square {
  font-size: 22px;
}

.side_fa-envelope-o {
  margin: 0 8px 0 1px;
  font-size: 25px;
}
}

/* --------------------------------------
  フッター
--------------------------------------- */

/*footer_navi*/

.footer_navi {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.footer_navi_inner {
  width: 1000px;
  margin: 0 auto;
}

.footer_navi_inner li {
  font-size: 14px;
  padding: 4px 0;
  margin-bottom: 10px;
  text-align: center;
/*  border-right: 1px solid #aaaaaa;
*/  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.footer_navi_inner li:first-child {
/*  border-left: 1px solid #aaaaaa;
*/}

.footer_navi_inner li a {
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
}

/*footer_info*/

.footer_info {
  width: 100%;
  text-align: left;
}

.footer_info_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

/*footer_address*/

.footer_address {
  float: left;
  width: 400px;
}
.shop_rss {
  margin: 0 0 0 10px;
}


.footer_address_shopname {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer_address_address {
  margin-bottom: 10px;
}
.counter_area {
  display: none;
}


.footer_info_counter {
  float: right;
  line-height: 25px;
}

.footer_info_title {
  margin-bottom: 10px;
}

/*footer_info_qr*/
.qr_area {
  display: none;
}


.footer_info_qr {
  float: right;
  width: 100px;
  margin-left: 40px;
}

.footer_info_qr_text {
  margin-bottom: 10px;
}

.counter_today {
}

@media screen and (max-width: 1000px) {

.footer_navi {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.footer_navi_inner {
  width: 95%;
}

.footer_contents {
  margin: 0 20px 0 20px;
}

.footer_info_inner {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
}

.footer_address {
  width: 40%;
}

.footer_info_title {
  margin-bottom: 10px;
}

.footer_info_qr {
  float: right;
  width: 100px;
  margin: 0 0 0 30px;
}

.footer_info_qr_text {
  margin-bottom: 10px;
}
}

@media screen and (max-width: 600px) {

.footer_info {
  float: none;
}

.footer_info_inner {
  padding: 30px 0;
}

.footer_address {
  float: none;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px #aaaaaa solid;
}

.footer_address_shopname {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer_info_counter {
  float: none;
  line-height: 25px;
  padding: 30px 0 0 0;
}

.footer_info_title {
  margin-bottom: 10px;
}

.footer_info_qr {
  float: none;
  padding: 30px 0 30px 0;
  width: 100%;
  border-bottom: 1px #aaaaaa solid;
}
}

/* --------------------------------------
  フッターコピーライト
--------------------------------------- */

.footer_copyright {
  font-size: 12px;
  height: auto;
  width: 100%;
}

.footer_copyright_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
.copyright {
  text-align: center;
  margin: 0 20px 5px 20px;
}
.powered {
  display: none;
  text-align: center;
}


.powered a:hover {
  color: #fff;
  text-decoration: none;
}

.powered a:visited {
  color: #fff;
}

@media screen and (max-width: 1000px) {

.footer_copyright_inner {
  width: 100%;
}

.copyright {
  margin: 0 20px;
}
}

@media screen and (max-width: 600px) {

.footer_copyright_inner {
  margin: 0;
}

.copyright {
  margin: 0 20px 5px 20px;
}
}

/* --------------------------------------
  ソーシャルアイコン
--------------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'),
         url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'),
         url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'),
         url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    }

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

.icon-twitter:before {
    content: "\e902";
    margin: 0 2px 0 0;
    }

.icon-facebook:before {
    content: "\e901";
    margin: 0 3px 0 0;
    }

.icon-instagram:before {
    content: "\e900";
    }

.social_wrap {
    font-size: 20px;
    margin: 20px 0 0 0;
    }

.social_wrap a:link {
    text-decoration: none;
    }

.line-it-button {
  padding-bottom: 10px;
}

.introduction {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .social_widget {
    text-align: left;
  }
}

/* --------------------------------------
  トップ
--------------------------------------- */

.rslides {
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
  margin-bottom: 35px;
}

.rslides:not(.callbacks) {
  display: none;
}

.rslides li {
  width: 100%;
}

.rslides li img {
  width: 100%;
}

#slider_pager {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

#slider_pager li {
  font-size: 25px;
  margin-right: 5px;
  display: inline;
}

#slider_pager li a {
  color: #cfcfcf;
  text-decoration: none;
}

#slider_pager li.callbacks_here a {
  color: #324e9b;
}

.caption {
  display: block;
  z-index: 2;
  color: #fff;
  left: 0;
  bottom: 3px;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.caption_txt {
  display: block;
  line-height: 35px;
  padding: 0 15px;
}

.welcome_area_title {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;font-weight: bold;
  letter-spacing: -0.075em;
  line-height: 1.7em;
}

.welcome_area {
  width: 960px;
  text-align: center;
  margin: 0 auto 50px;
}

.welcome_area_message {
  line-height: 1.6;
  margin-bottom: 20px;
}

.welcome_area_photo img {
   width: 1000px;
   height: auto;
}

.top_info_area {
  display: none;
  width: 700px;
  float: right;
}

#top .top_info_area {
  display: block;
}

.info_area_title {
  font-size: 30px;
  margin-bottom: 35px;
}

.top_info_message {
  list-style-type: none;
}

.top_info_message li {
  margin: 0;
  border-bottom: 1px solid #cfcfcf;
  padding: 15px 0;
}

.top_info_message li a {
  margin: 0 0 10px 20px;
}

.top_info_date {
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {

.welcome_info_area {
  width: 100%;
  margin: 0 auto 40px;
}

.welcome_area_title {
  font-size: 30px;
  margin-bottom: 30px;
}

.welcome_area {
  width: 94%;
  float: none;
  font-size: 14px;
  margin: 0 3% 40px;
  padding-bottom: 0;
}

.welcome_area_message {
  line-height: 25px;
}

.top_info_area {
  width: 95%;
  float: none;
  font-size: 14px;
}

.info_area_title {
  font-size: 30px;
  margin-bottom: 30px;
}

.top_info_message {
  list-style-type: none;
}

.top_info_area {
  width: 65%;
  float: right;
}

.info_area_title {
  font-size: 30px;
  margin-bottom: 35px;
}
}

@media screen and (max-width: 600px) {

.info_area_title {
  text-align: center;
}

.top_bnr_area {
  width: 100%;
}

.top_bnr_area div {
  float: none;
  width: 100%;
  height: auto;
  display: block;
}

.top_bnr_area div.top_bnr_area_left {
  margin: 0 0 10px 0;
}

.rslides li {
  width: 100%;
}

.caption_txt {
  line-height: 25px;
  padding: 0 10px;
}

.top_info_area {
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
}

/* --------------------------------------
  インフォメーション
--------------------------------------- */

.info_area {
  margin: 0 0 40px 0;
}

.info {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}

.info_photo {
  padding: 0 1px;
}

.info_photo img {
  max-width: 750px;
  height: auto;
  margin-bottom: 20px;
}

.info_date {
  padding: 0 0 0 1px;
}

.info_title {
  margin: 0 0 10px 0;
  padding: 10px 0;
  width: 700px;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.info_body {
  padding: 0 1px 0 1px;
  word-wrap:break-word;
}

@media screen and (max-width: 1000px) {
.info_area {
  width: 100%;
  margin: 0 0 30px 0;
}

.info {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}

.info_title {
  width: 100%;
}

.info_photo img {
  max-width: 100%;
}

.info_body {
}

.info_body img {
  margin-bottom: 10px;
}
}

@media screen and (max-width: 600px) {
.info_area {
  width: 100%;
  margin: 0 0 30px 0;
}

.info_title a {
  padding: 0 0;
}
}

/* --------------------------------------
  カレンダー
--------------------------------------- */

.calendar_area {
  margin: 0 0 40px;
  width: 100%;
}

.calendar_header {
  margin: 0 0 60px 0;
  font-size: 16px;
  text-align: center;
}

.calendar_header a {
  margin: 0 20px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.table_calendar th {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #848484;
  padding: 0 0 5px 0;
}

.table_calendar th.sun {
  color: #ff3355;
}

.table_calendar th.sat {
  color: #0250d0;
}

.table_calendar td {
  border-bottom: 1px solid #848484;
  border-left: 1px solid  #848484;
  width: 14%;
  height: 120px;
  text-align: center;
  padding: 0 0 5px 0;
}

.table_calendar td img {
  padding: 15px;
}

.table_calendar td.sun {
}

.table_calendar td:last-child {
  border-right: 1px solid #848484;
}

.table_calendar td p.day {
  line-height: 14px;
  margin: 10px 10px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.table_calendar td.sat p.day {
  color: #0250d0;
}

.table_calendar td.sun p.day,
.table_calendar td.holiday p.day {
  color: #ff3355;
}

.schedule_area {
  float: right;
}

.schedule {
  margin: 0 0 20px 0;
}

.schedule_date {
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.schedule ul {
  list-style: none;
  margin: 0 0 40px 0;
}

.schedule ul li {
  margin: 0 0 15px 0;
  line-height: 20px;
}

.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
}

.schedule_time {
  font-weight: bold;
}

.schedule_detail {
  float: right;
  padding: 0 0 8px 0;
}

.schedule_detail_category {
  padding: 5px 7px;
  margin: 0 0 8px 0;
}

.schedule_detail_title {
  font-size: 18px;
  margin: 10px 0 15px 0;
}

.schedule_detail_body {
  line-height: 1.6;
}

.schedule_detail_body img {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1000px) {
.calendar_area {
  width: 100%;
  padding-top: 10px;
}

.calendar_header {
  margin: 0 0 50px 0;
}

.table_calendar td {
  height: 100px;
}

.table_calendar td img {
  padding: 10px 0 0;
}

.schedule_area {
  width: 65%;
}
}

@media screen and (max-width: 600px) {
.calendar_area {
  width: 100%;
  padding-top: 10px;
}

.table_calendar td {
  height: 60px;
}

.schedule_area {
  float: none;
  width: 100%;
}
}

/* --------------------------------------
  メニュー
--------------------------------------- */

.menu_area {
  width: 700px;
  margin: 0 0 40px 0;
  padding: 0;
}

.menu_title {
  margin: 0 20px 15px 0;
}

.menu_price {
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 20px 0;
  padding: 0 1px;
}

.menu_price_num {
  font-size: 20px;
}

.menu_list {
  margin: 0;
  padding: 0;
}

.menu {
  margin: 0 0 15px 0;
}

.menu_body {
  clear: both;
  line-height: 1.6;
  width: 100%;
  margin: 0;
}

.menu_body img {
  margin: 0 0 20px 0;
  padding: 0 1px;
  max-width: 700px;
  height: auto;
}

@media screen and (max-width: 1000px) {
.menu_area {
  width: 100%;
}

.menu_list {
  margin: 0 0 30px 0;
  padding: 0;
}

.menu {
  padding: 0;
}

.menu_body {
  clear: none;
  width: 100%;
}

.menu_body img {
  margin: 0 0 20px 0;
  padding:0;
  max-width: 100%;
}
}

@media screen and (max-width: 600px) {
.menu_area {
  width: 100%;
  margin: 0 0 40px 0;
}

.menu_list {
  margin: 0 0 30px 0;
}

.menu_title {
  font-size: 15px;
  margin-bottom: 10px;
}

.menu {
  padding: 0;
}

.menu_body {
  clear: none;
  width: 100%;
}

.menu_body img {
  margin: 0 0 10px 0;
  padding:0;
  float: none;
}
}

/* --------------------------------------
  フォトギャラリー
--------------------------------------- */

.album_title {
  font-size: 20px;
  padding: 8px 0;
  margin-bottom: 40px;
  width: 700px;
}

.photo_area {
  width: 700px;
  margin: 0 0 30px 0;
}

.album {
  margin: 0 0 30px -15px;
}

.album:last-child {
  padding: 0 0 15px 0;
}

.photo_thumb a {
  margin: 0 0 20px 20px;
  position: relative;
  display: block;
  float: left;
  width: 122px;
  overflow: hidden;
}

.photo {
  width: 100%;
  margin: 0 5px 40px 0;
}

.photo_image {
  margin: 0 0 20px 0;
}

.photo_image img {
  max-width: 700px;
  height: auto;
}

.photo_date {
  text-align: left;
  margin-bottom: 4px;
  padding: 0 1px 0 1px;
}

.photo_title {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0 1px;
}

.photo_body {
  line-height: 1.6;
  padding: 0 1px 40px 1px;
}

@media screen and (max-width: 1000px) {
.album_title {
  width: 100%;
}

.album {
  margin: 0;
  padding: 0 0 13px 0;
}

.album:last-child {
  padding: 0 0 12px 0;
}

.album img {
  margin: 0 13px 13px 0;
}

.photo_area {
  width: 100%;
}

.photo_image img {
  max-width: 100%;
}
}

@media screen and (max-width: 600px) {
.album_title {
  text-align: center;
  margin-bottom: 30px;
}

.album {
  margin: 0;
  padding: 0 0 13px 0;
}

.album:last-child {
  padding: 0 0 12px 0;
}

.album img {
  margin: 0 13px 18px 0;
}

.photo_thumb a {
  width: 100px;
}

.photo_area {
  width: 100%;
  margin: 0 0 30px 0;
}

.photo_date {
}
}

/* --------------------------------------
  店舗情報
--------------------------------------- */

.map {
  width: 100%;
  height: 100%;
  margin: 0 0 30px 0;
}

.about_detail {
  float: right;
  margin: 0 0 10px 0;
}

.table_detail {
  float: right;
  width: 100%;
  border-top: 1px solid #bfbfbf;
}

.table_detail th {
  width: 150px;
  text-align: center;
  white-space: normal;
  padding: 20px 20px;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  background: #fff;
}

.table_detail td {
  width: 350px;
  padding: 20px 20px;
  white-space: normal;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

@media screen and (max-width: 1000px) {
.map {
  width: 100%;
  padding: 0;
}

.about_detail {
  float: right;
  width: 65%;
  margin-bottom: 40px;
}

.table_detail th {
  width:30%;
  font-size: 12px;
}

.table_detail td {
  width: 70%;
  font-size: 12px;
}
}

@media screen and (max-width: 600px) {
.map {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
}

.about_detail {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}

.table_detail th {
  width:30%;
  font-size: 12px;
}

.table_detail td {
  width: 70%;
  font-size: 12px;
}
}


/* --------------------------------------
  クーポン
--------------------------------------- */

.coupon_area {
  margin-bottom: 0 0 40px !important;
}

.coupon {
  padding: 0;
  width: 700px;
  margin: 0 auto 20px;
}

.coupon_image {
  float: left;
  margin: 0 40px 20px 0;
  width: 350px;
}

.coupon_image img {
  width: 100%;
}

.coupon_qr {
  width: 110px;
  margin-bottom: 20px;
}

.coupon_title {
  margin-bottom: 20px;
  font-size: 18px;
}

.coupon_body {
  float: left;
  width: 300px;
}

.coupon_body ul {
  margin-bottom: 20px;
}

.coupon_body ul li {
  list-style-type: none;
}

.coupon_print {
  margin: 0 auto 40px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
.coupon_area {
  width: 100%;
}

.coupon {
  width: 100%;
}

.coupon_image img {
  width: 100%;
}

.coupon_qr {
  width: 110px;
}

.coupon_title {
  margin-bottom: 10px;
  font-size: 18px;
}

.coupon_body ul {
  margin-bottom: 10px;
}

.coupon_body ul li {
  list-style-type: none;
}

.coupon_print {
  width: 100%;
  margin: 0 auto 40px;
  font-weight: bold;
}
}

@media screen and (max-width: 600px) {
.coupon_image {
  float: none;
}

.coupon_image img {
  text-align: center;
}

.coupon_body {
  float: none;
  width: 100%;
}

.coupon_body ul {
  font-weight: bold;
  margin-bottom: 20px;
}

.coupon_body ul li {
  list-style-type: none;
}

.coupon_print {
  display:none;
}
}

/* --------------------------------------
  お問い合わせ
--------------------------------------- */

.contact_area_wrap {
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 20px;
}

.contact_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
}

.contact_area_wrap input {
  margin: 5px 5px 0 0;
  padding: 10px;
  height: 25px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  background: #fafafa;
  width: 438px;
}

.contact_area_wrap textarea {
  border: 1px solid #cfcfcf;
  background: #fafafa;
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  width: 438px;
  height: 150px;
}

.contact_area {
  margin-bottom: 40px;
}

.contact_area_wrap input.button {
  display: block;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  font-size: 20px;
  width: 460px;
  height: 70px;
  margin: 50px 0;
  cursor: pointer;
  border: none;
  background: #324e9b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}

.contact_area_wrap input.button:hover {
  opacity: 0.8;
  -moz-opacity: 80;
}

input.contact_small {
  width: 250px;
}

input.contact_medium {
  width: 378px;
}

input.contact_large {
  height: 150px;
  width: 378px;
}

.checkbox {
  display: block;
  clear: both;
  padding: 0 0 5px 0;
}

.checkbox input {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
  border: none;
}

.checkbox label {
  display: block;
  width: 460px;
  float: left;
  margin: 0 0 5px 0;
}

.radio {
  display: block;
  clear: both;
  padding: 5px 0 5px 3px;
}

.radio input {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
  border: none;
}

.radio span {
  display: block;
  width: 460px;
  float: left;
  margin: 0 0 5px 0;
}

.personal_info {
  /* width: 460px; */
  font-weight: bold;
  margin: 1px 0 0 0;
}

.personal_info_txt {
  margin: 8px 0 0 0;
  font-weight: normal;
  line-height: 160%;
  font-size: 12px;
}

.requier {
  color: #ff0000;
  margin-left: 5px;
}

.contact_form {
  max-width:460px;
  margin:0 auto;
}

@media screen and (max-width: 1000px) {
.contact_area_wrap {
  width: 100%;
}

.contact_message {
  margin: 0 0 40px 0;
  line-height: 23px;
}

.contact_area_wrap input {
  width: 92%;
  height: 20px;
}

.contact_area_wrap textarea {
  width: 92%;
  height: 100px;
}

.contact_area .button_area {
  text-align: center;
}

.contact_area_wrap input.button {
  width: 100%;
  height: 60px;
  padding: 10px 0;
}

.contact_name {
  width: 100%;
}

.contact_email {
  width: 100%;
}

.contact_tel {
  width: 100%;
}

.button {
  width: 100%;
}

.contact_form {
  height: 100%;
  display: block;
  float: none;
}

.checkbox input {
  width: 30px;
  height: 30px;
}

.radio input {
  width: 30px;
  height: 30px;
}

.radio span {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}

.personal_info {
  width: 100%;
  margin: 0 0 30px 0;
}
}

/* --------------------------------------
    予約ページ
--------------------------------------- */

.reservation_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
}

.reservation_form .reservation_area label {
  margin: 0 0 5px 0;
}

.reservation_form .reservation_area input {
  margin: 5px 5px 0 0;
  padding: 10px;
  height: 25px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  background: #fafafa;
  width: 438px;
}

.reservation_form .reservation_area span.radio input {
  margin: 1px 5px 0 0;
  padding: 10px;
  height: 20px;
  font-size: 14px;
  vertical-align: middle;
  width: 20px;
}

.reservation_form .reservation_area textarea {
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  width: 438px;
  height: 150px;
}

.reservation_form .reservation_area {
  margin-bottom: 40px;
}

.reservation_form .reservation_name {
  width: 460px;
}

.reservation_form .reservation_email {
  width: 460px;
}

.reservation_form .reservation_tel {
  width: 460px;
}

.reservation_form .reservation_memo {
  width: 460px;
  height: 100px;
}

.reservation_area .button_area {
  text-align: left;
}

.reservation input.button {
  display: block;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  font-size: 20px;
  width: 460px;
  height: 70px;
  margin: 50px 0;
  cursor: pointer;
  border: none;
  background: #324e9b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}

.reservation input.button:hover {
  opacity: 0.8;
  -moz-opacity: 80;
}

.reservation_form .reservation_small {
  width: 200px;
}

.reservation_form .reservation_medium {
  width: 200px;
}

.reservation_form .reservation_large {
  height: 200px;
  width: 460px;
}

.reservation_info {
  margin-bottom: 40px;
  font-weight: normal;
}

.reservation_info .reservation_tel_number {
  color: #6a6a6a;
  font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif;
  font-size: 18px;
  padding: 3px 5px 5px 0;
}

.reservation_tel_time {
  padding: 0;
}

.reservation_others {
  margin-bottom: 40px;
}

.reservation_photo {
  margin: 0 0 20px 0;
}

.reservation_photo img {
  max-width: 700px;
}

.reservation_title {
  line-height: 24px;
  margin-bottom: 15px;
}

.reservation_body {
/*  padding-bottom: 40px;
  margin-bottom: 30px;*/
}

.reservation_course_body img {
  margin: 5px 0 20px 0;
  width: 700px;
}

.reservation_course_body p {
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
.reservation_area {
  width: 100%;
}

.reservation_form .reservation_area input {
  margin: 5px 5px 0 0;
  padding: 10px;
  height: 20px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #848484;
  width: 92%;
}

.reservation_form .reservation_area span.radio input {
  margin: 1px 5px 0 0;
  padding: 10px;
  height: 20px;
  font-size: 14px;
  vertical-align: middle;
}

.reservation_form .reservation_area textarea {
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #848484;
  vertical-align: middle;
  width: 92%;
  height: 150px;
}

.reservation_form .reservation_area label {
  vertical-align: bottom !important;
  line-height: 1.5em;
  margin: 0;
}

.reservation_photo img {
  max-width: 100%;
}

.reservation input.button {
  width: 100%;
  height: 60px;
  padding: 10px 0;
}

.reservation_form .reservation_name {
  width: 100%;
}

.reservation_form .reservation_email {
  width: 100%;
}

.reservation_form .reservation_tel {
  width: 100%;
}

.reservation_form .reservation_memo {
  width: 100%;
}

.reservation_form .button_area {
  text-align: center;
}

.reservation_area .button {
  width: 100%;
}
}

/* --------------------------------------
  pager
--------------------------------------- */

.pager {
  text-align: center;
  white-space: nowrap;
  padding: 5px 0;
  margin-bottom: 40px;
  line-height: 16px;
}

.pager a {
  margin: 0 4px;
  border: 1px solid #cfcfcf;
  padding: 8px 11px;
}

.pager a.next ,
.pager a.prev {
  margin: 0 4px;
  border: none;
  padding: 3px 5px;
}

.pager a.prev:hover {
  margin: 0 4px;
  border: none;
  color: #4f4f4f;
  background: #fff;
  opacity: 0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.pager a.next:hover {
  margin: 0 4px;
  border: none;
  color: #4f4f4f;
  background: #fff;
  opacity: 0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.pager a:hover {
  border: 1px solid #324e9b;
  background: #324e9b;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  filter:alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.pager a.chk {
  padding: 8px 11px;
  color: #fff;
  border: 1px solid #324e9b;
  background: #324e9b;
  text-decoration: none;
}

/* --------------------------------------
  WYSIWYGスタイル
--------------------------------------- */

.welcome_area_message li,
.info_body li,
.photo_body li,
.menu_body li,
.schedule_detail_body li,
.free_area li {
  list-style-type: disc;
  list-style-position: inside;
}

.welcome_area_message ol li,
.info_body ol li,
.photo_body ol li,
.menu_body ol li,
.schedule_detail_body ol li,
.free_area ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/*--------------------------------
  AutoPagerize
--------------------------------*/

.autopagerize_page_element {
  clear: both;
}

#hr {
  border: none;
  margin-top: 20px;
}

.autopagerize_link {
  margin-bottom: 20px;
}

/* --------------------------------------
  tooltip
--------------------------------------- */

.hotspot {
  cursor: pointer;
}

#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}

#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}

#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}

#ttcont div.schedule_title {
  font-size: 13px;
}

#ttcont div.schedule_body {
  font-size: 11px;
}

#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}

/* --------------------------------------
  colorbox
--------------------------------------- */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(/img/theme_simple2/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/img/theme_simple2/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
.web-font {
  font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif;
}
.shop_sitename {
  font-size: 100%;
}


/*ADD---------------------------------------*/
.pc_contact_btn{
	position: absolute;
	right: 0;
	width: 120px;
	height: 120px;
	top:0;
}

.tel_area_mail{
	width:120px;
	height:120px;
	background:#5EB7E8;
	border-radius:0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.site_title{
	margin:0;
	
}

div.tel_mail {
	text-align:right;
}

img.pc_tel{
	vertical-align:bottom;
	max-width:283px;
	width:100%;
	height:auto;
	margin-right:30px;
}

img.sp_tel{
	display:none;
}

a.shop_sitename img{
	vertical-align:bottom;
}

.gnav{
	border-top:solid 10px #005D97;
	background: linear-gradient(#C8C8C9, #727171);
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.gnav_inner{
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.gnav_inner li{
	border-left:solid 1px #fff;
	width:100%;
	padding:0 10px;
	margin:0;
}

.gnav_inner li:last-child{
	border-right:solid 1px #fff;
}

.gnav_inner li a{
	color:#fff;
	font-size:15px;
	display:block;
	padding:17px 0;
}

#slider_pager{
	display:none;
}

section.top_about{
	background:url("https://cdn.goope.jp/192324/220929105125-6334fa1df07c9.png");
	background-repeat:repeat;
}

section.top_about .inner{
	max-width:960px;
	margin:0 auto;
	padding:50px 20px;
}

.top_about .about_box{
	display:flex;
}

.top_about .about_box > div:nth-child(1){
	background-image:url("https://cdn.goope.jp/192324/220929103503-6334f647d0255.jpg");

}

.top_about .about_box > div:nth-child(2){
	background-image:url("https://cdn.goope.jp/192324/220929103503-6334f6473edc8.jpg");
	margin:0 22px;

}

.top_about .about_box > div:nth-child(3){
	background-image:url("https://cdn.goope.jp/192324/220929103501-6334f6451543f.jpg");

}

.top_about .about_box > div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100%;
	padding: 40px 30px 35px;
	display: flex;
	flex-direction: column;
}

.top_about .about_box div.img{
	height:180px;
}

.top_about .about_box > div img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	display:block;
	margin:0 auto;
}

.top_about .about_box > div:nth-child(1) img{
	max-width:150px;
}

.top_about .about_box > div:nth-child(2) img{
	max-width:210px;
}

.top_about .about_box > div:nth-child(3) img{
	max-width:143px;
}

.top_about .about_box > div p,
.top_about .about_box > div a{
	color:#fff;
}

.top_about .about_box > div p{
	font-size:18px;
	flex-grow: 1;
	letter-spacing: -0.05em;
}

.top_about .about_box > div a{
	display:block;
	max-width:130px;
	border:solid 1px #fff;
	padding:10px;
	font-size:15px;
	margin:20px auto 0;
	text-align:center;
	width:100%;
}

.top_about .about_box > div a:hover{
	background:#fff;
	color:#005D97;
	text-decoration:none;
}

section.top_company{

}

section.top_company .inner{
	max-width:960px;
	margin:0 auto;
	padding:100px 20px;
}

.top_company .list_box{
}

.top_company .list_box > div{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:100px;
}

.top_company .list_box > div > div:nth-child(1){
	width:320px;
	padding-right: 65px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.top_company .list_box > div > div:nth-child(2){
	width:calc(100% - 320px);
}

.top_company .list_box > div:nth-child(even) > div:nth-child(1){
	order:2;
	padding-right: 0;
	padding-left: 65px;
	box-sizing: border-box;
}

.top_company .list_box > div:nth-child(even) > div:nth-child(2){
	order:1;
}


.top_company .list_box img{
	width:100%;
	height:auto;
	display:block;
	vertical-align:bottom;
}

.top_company .list_box div.title{
	background: #005D97;
	box-shadow: 25px 25px 0px 0 #C6DEEB;
	margin-right: 25px;
	margin-bottom: 35px;
	height:230px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.top_company .list_box h2{
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.top_company .list_box h2 span{
	font-size:40px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: italic;
}

.top_company .list_box > div:nth-child(even) div.title{
	background:#C6DEEB;
	box-shadow: 25px 25px 0px 0 #005D97;
}

.top_company .list_box > div:nth-child(even) h2{
	color:#005D97;

}

.top_company .list_box .text{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.top_company .list_box p{
	font-size:16px;
	line-height:1.6em;
	letter-spacing: -0.025em;
	flex-grow: 1;
}

.top_company .list_box a.more{
	font-size15p;
	color:#fff;
	background:#9FA0A0;
	padding:2px;
	width:100%;
	max-width:130px;
	display:block;
	text-align:center;
	margin:0 auto;
}

.top_company .list_box a.more:hover{
	text-decoration:none;
	background:#005D97;
}

.top_company .list_box > div:last-child{
	margin-bottom:0;
}

footer{
	color:#fff;
	background:#005D97;
	padding:70px 20px 30px;
}

footer .inner{
	max-width:960px;
	margin:0 auto;
}

footer div.map{
	margin:0;
	font-size:0;
}

footer div.map iframe{
	height:470px;
}

footer .info{
	margin:30px 0 20px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}

footer .info > div{
	margin-bottom:20px;
}

footer .info > div:nth-child(odd){
	width:172px;
	color:#000;
	background:#fff;
	text-align:center;
	border-radius:3px;
}

footer .info > div:nth-child(even){
	width:calc(100% - 172px);
	padding-left:15px;
	box-sizing:border-box;
}

footer .contact{
	display:flex;
}

footer .contact > div{
	width:50%;
	background: linear-gradient(#fff, #8ABCD5);
	border-radius:20px;
}

footer .contact > div:nth-child(1){
	margin-right:10px;
}

footer .contact > div:nth-child(2){
	margin-left:10px;
}

footer .contact a{
	display:block;
	text-align:center;
	color:#005D97;
	font-size:20px;
	font-weight:bold;
	padding:35px 105px 35px 35px;
	line-height: 1.2em;
	position:relative;
}

footer .contact a:hover{
	text-decoration:none;
}

footer .contact a:after{
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto 0;

}

footer .contact > div:nth-child(1) a:after{
	content: "";
	display: inline-block;
	width: 65px;
	height: 47px;
	background: url("https://cdn.goope.jp/192324/220929164805-63354db598351.png") no-repeat;
	background-size: contain;
}

footer .contact > div:nth-child(2) a:after{
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background: url("https://cdn.goope.jp/192324/220929164805-63354db53d47d.png") no-repeat;
	background-size: contain;
}

footer .copyl{
	margin-top:30px;
	text-align:center;
	font-size:18px;
}



@media screen and (max-width: 1199px) {
	.tel_area{
		position: absolute;
		right: 0;
		margin-right: 120px;
	}
}

@media screen and (max-width: 1000px){
	h1.site_logo {
		padding:0 20px;
	}
}

@media screen and (max-width: 780px){
	#header_inner{
		height:100px;
		border-bottom:solid 5px #005D97;
	}

	#build-menu-button{
		font-size:0;
	}

	.tel_area{
		position: static;
		margin:0;
		max-width:70px;
		width:100%;
		background:#005D97;
		height: 54px;
		padding: 0;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin-right:70px;
	}

	.tel_area_inner{
		width:100%;
	}

	.site_title img{
		max-width:184px;
		width:100%;
		height:auto;
	}

	.pc_contact_btn{
		position:relative;
		width:70px;
		height:54px;
		right:60px;
	}

	.tel_area_mail{
		width:70px;
		height:54px;
		padding:0;
	}

	.tel_area_mail img{
		width:42px;
		height:auto;
	}

	img.pc_tel{
		display:none;
	}

	img.sp_tel{
		display:block;
		max-width:28px;
		height:auto;
		margin: 0 auto;
	}

	.gnav{
		display:none;
	}

	#mobile-bar{
		float: none;
		border: solid 2px #000;
		border-radius: 4px;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 25px;
		right:10px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.fa-bars{
		font-size:24px;
	}

	div.tel_mail{
		text-align:center;
		font-size: 0;
		float: none;
		padding:0;
	}

	.tel_number{
		float:none;
		margin:0;
	}

	.tel_area .tel_number a{
		display:block;
	}

	a.tel_area_mail > div{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.welcome_area_title {
		font-size: 22px;
		padding: 0 16px;
		letter-spacing: 0;
	}

	.top_about .about_box{
		display:block;
	}

	section.top_about .inner{
		padding:40px;
	}

	.top_about .about_box > div:nth-child(1){
		background-image:url("https://cdn.goope.jp/192324/220929103730-6334f6da81a12.jpg");

	}

	.top_about .about_box > div:nth-child(2){
		background-image:url("https://cdn.goope.jp/192324/220929103728-6334f6d898df7.jpg");
		margin:20px 0;

	}

	.top_about .about_box > div:nth-child(3){
		background-image:url("https://cdn.goope.jp/192324/220929103729-6334f6d975d48.jpg");

	}

	.top_about .about_box > div{
		display:block;
		padding:35px 0;
	}

	.top_about .about_box div.img{
		height:auto;
		margin-bottom:20px;
	}

	.top_about .about_box > div p{
		padding:0 30px;
	}

	.top_company .list_box > div{
		margin-bottom:80px;
	}

	.top_company .list_box > div > div:nth-child(1){
		width:100%;
		order:2;
		padding:0;
		flex-direction: initial;
		margin-top:30px;
	}

	.top_company .list_box > div > div:nth-child(2){
		width:100%;
		order:1;
	}

	.top_company .list_box > div:nth-child(2n) > div:nth-child(1){
		padding:0;
	}

	section.top_company .inner{
		padding:40px;
	}

	.top_company .list_box div.title{
		width:172px;
		height:172px;
		box-shadow: 18px 18px 0px 0 #C6DEEB;
		margin-right: 0;
		margin-bottom:0;
	}

	.top_company .list_box > div:nth-child(even) div.title{
		box-shadow: 18px 18px 0px 0 #005D97;
	}

	.top_company .list_box .text{
		width:calc(100% - 172px);
		padding-left: 38px;
		box-sizing: border-box;
	}

	.top_company .list_box h2{
		font-size:14px;
		letter-spacing: -0.05em;
	}

	.top_company .list_box h2 span{
		font-size:30px;
		letter-spacing: 0;
	}

	.top_company .list_box > div:nth-child(even) > div:nth-child(1) .title{
		order:2;
		margin-right:18px;
	}

	.top_company .list_box > div:nth-child(even) > div:nth-child(1) .text{
		order: 1;
		margin-right: 0;
		margin-left: 0;
		width: calc(100% - 190px);
		padding-left: 0;
		padding-right: 20px;
	}

	.top_company .list_box a.more{
		bottom: -18px;
		position:relative;
	}

	footer{
		padding:40px 40px 20px;
	}

	footer .info{
		display:block;
		margin:40px: 0 30px;
	}

	footer .info > div{
		width:100% !important;
		padding:0 !important;
		margin-bottom:10px !important;
	}

	footer div.map iframe{
		height:275px;
	}

	footer .contact{
		display:block;
	}

	footer .contact > div{
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}

	footer .contact a{
		font-size:17px;
	}

	footer .contact > div:nth-child(1) a:after{
		width: 55px;
		height: 40px;
	}

	footer .contact > div:nth-child(2) a:after{
		width: 48px;
		height: 48px;
	}

	footer .contact > div:nth-child(1){
		margin-bottom:30px;
	}

	footer .copyl{
		font-size:15px;
	}
}

@media screen and (max-width: 400px){
	#header_inner{
		height:80px;
	}

	#mobile-bar{
		top:15px;
	}

	section.top_about .inner,
	section.top_company .inner{
		padding:25px;
	}

	.top_about .about_box > div{
		padding: 25px 0 30px;
	}

	.top_about .about_box div.img{
		margin-bottom:15px;
	}

	.top_about .about_box > div p{
		padding:0 25px;
	}

	.top_about .about_box > div a{
		margin-top:15px;
		padding:7px;
	}

	.top_company .list_box div.title{
		width: 130px;
		height: 130px;
	}

	.top_company .list_box h2{
		font-size: 12px;
	}

	.top_company .list_box h2 span{
		font-size: 24px;
	}

	footer{
		padding: 30px 20px 20px;
		margin-top: 30px;
	}

	.welcome_area_title {
		font-size: 18px;
		line-height: 1.5em;
	}

}


.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}