@charset "utf-8";
/* ----------------------------------------------------------------------------
 Oneplate: ver.201607070000
---------------------------------------------------------------------------- */
.iframe-wrapper{
  position: relative;
 width: 100%;
    padding: 75% 0 0 0;
}
.iframe-wrapper iframe{
  position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}
.list li{
  line-height: 25px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.mt10{  margin-top: 10px;}
.mb10{  margin-bottom: 10px;}


.product-list{
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  /* border-top: 1px solid #eaeaea; */
  flex-wrap: wrap;
}
.product-list::before{
  position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: '';
    background: #eaeaea;
}
.product-list_item{
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 20px 50px;
  transition: opacity .2s;
  text-align: center;
  border: 0\9;
  /* border-right: 1px solid #eaeaea; */
  /* border-bottom: 1px solid #eaeaea; */
}

@media screen and (min-width: 600px){
  .product-list_item{
    width: 33.33333%;
    padding-top: 40px;
  }
}

.custom-unit{
  margin-top: 20px;
  
  text-align: center;
}

@media screen and (min-width: 600px){
  .custom-unit{
    display: table;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    table-layout: fixed;
  }
  .banner-unit{
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }
  .banner-unit_text{
    padding: 10px 20px;
  }
  .case-unit_text{
    padding: 10px 20px;
  }
  .banner-unit_body{
    font-size: 125%;
  }
}
.banner__images{
  width: 100%;
}

.banner-unit_text{

  padding: 30px 10px;
  color: #333;
  background: #f8f8f8;
}
.case-unit_text{
  padding: 20px 10px;
  color: #000;
}
.banner-unit_body{
  line-height: 1.8;
    padding: 10px 0;
}
a.banner_unit_link{
  font-size: 14px;
  /* cursor: pointer; */
  color: #333;
  border: 1px solid #a0a0a0;
  background: transparent;
  font-weight: bold;
  padding: 15px 37px;
}
a.banner_unit_link:hover{
  background: #333;
  color: #FFF;
}
a.case_pr{
  text-decoration: #0060b0;
  color: #0060b0 !important;
  margin: 10px 0;
}
.al_left{
  text-align: left !important;
}
@media screen and (min-width: 600px){
  .info-unit{
      display: table-cell;
      box-sizing: border-box;
      width: 50%;
      max-width: 50%;
      vertical-align: middle;
      word-break: break-all;
  }

}

h2.info-title{
  font-weight: bold;
  font-size: 180%;
  line-height: 2.0;
}

.pr_image{
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}

.case{
  border: 1px solid #e6e4e4;
  border-radius: 4px;
  padding: 30px;
  margin: 30px auto;
}

p.bl{
  font-weight: bold;
}
.case-unit_body{
  line-height: 1.7;
  font-size: 100%;
}
.case-unit_head{
  margin: 30px 0;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;

}
h3.case-h3{
  margin: 20px 0;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}
h4.case-h4{
  background: #f5f5f5;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.3em;
  padding: 12px;
  margin: 23px 0;
}
.case-title{
  padding: 10px 40px;
  /* border: 1px solid #6a7b06; */
  border-radius: 5px;
  color: #FFF;
  background: #8da408;
  font-size: 1.3em;
  display: inline-block;
  margin: 10px 0;
  
}
.case_img{
  width: 100%;
  text-align: center;
}
.case_img img{
  margin: 0 auto;
}
table.wabe-f{
  width: 100%;
  margin: 10px auto;
  font-size: 1.2em;
  text-align: center;

}
table.wabe-f td, table.wabe-f th{
  padding: 10px;
  border: 1px solid #e8e8e8;
}
table.wabe-f th{
  background: #fbfbfb;
}
.management_philosophy{
  padding: 30px;
  background: #fdfdfd;
  border: 3px solid #f5f5f5;
  margin: 35px auto;
  width: 90%;
}
h3.philosophy{
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.9em;
}

.management_philosophy p{
  line-height: 2.0;
  font-size: 1.2em;

}
/* -----------------------------------------

wideslider

----------------------------------------- */

.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background: #FFF;
}

.pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.pagination a {
  margin: 0 7px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}

.pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}


/* =======================================
  ClearFixElements
======================================= */

.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}


/*---add--*/
img{
  max-width: 100%;
}
.box-header{
  position: relative;
}
.box_logo{
  max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.box_info{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;

    margin-top: 0px;
}
.company_name{
  font-size: 130%;
    line-height: 2.5;
    font-weight: 600;

}
.address_info{
  line-height: 1.8;
  margin: 10px 0;
  
}
@media only screen and (max-width: 640px){
  .box_info {
    display: none !important;
}
}
.box_containar{
  width: 100%;
  padding: 0 !important;
}
@media only screen and (min-width: 641px){
  .box_containar{
    display: table;
    width: 100%;
  }
}
.box_containar a.box_a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.box_containar .box_wel{
  padding: 10px;
  position: relative;
}

.box_containar .box_wel:hover{
  opacity: 0.8;
}

.box_h3{
  line-height: 2.0;
  font-weight: bold;
}
.box{
  padding: 35px 3% 35px;
}

.box_3{
  padding: 35px 3% 35px;
  text-align: center;
}

@media only screen and (min-width: 641px){
  .box{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 15px;
  }
}
@media only screen and (min-width: 641px){
  .box_3{
    display: table-cell;
    vertical-align: middle;
    width: 30%;
  }
}
.box_t{
  text-align: center;
}
.box_btn{
  margin: 0 auto;
  max-width: 65%;
}

.wcenter{
  max-width: 350px;
  margin: 5px auto;
}

.bg_gr{
    background: #f8f8f8;
}
.bg_wh{
  background: #FFF !important;
}
.bg_bl{
    background: #174494;
    color: #FFF !important;
}
.welcomemessage{
  font-size: 15px;
  line-height: 2.4;
  margin-top: 15px;
  padding-left: 21px;
  padding-right: 10px;
}
.point_ul{

}
@media only screen and (min-width: 641px){
  .point_ul{
    overflow: hidden;
    max-width: 100%;
  }
}
.point_li{
  max-width: 100%;
  margin: 0 auto;

}
@media only screen and (min-width: 641px){
  .point_li{
    float: left;
    width: 30%;
    margin-left: 23px;
    margin-bottom: 13px;
  }
}
.point_img{
  margin: 16px auto;
  text-align: center;
}
body#free .inner .section{
  margin: 10px 0;
}
.free_pg{
  margin: 34px 0;
    padding-left: 12px;
    font-size: 150%;
    font-weight: 600;
    border-left: 15px solid #0b2161;
    line-height: 2.4;
}
.free_pg em{
  display: block;
  font-size: 64%;
    font-weight: 600;
    color: #005284;
}
p.desc{
  font-size: 1.2em;
  margin: 10px 0 !important;
  line-height: 1.8;
  
}
p.desc span{
  font-weight: bold;
  color: #005284;
  font-size: 18px;
}
.section-title{
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}
.section-title span{
    line-height: 1;
    color: #262626;
    display: block;
    font-size: 150%;
    font-weight: 600;
}
.section-title em{
  color: #0060b0;
    display: block;
    margin-top: 5px;
    font-size: 116%;
}
.g_ul{
  max-width: 100%;
  overflow: hidden;

}
ul .g_ul{
  list-style: none;
}
.g_li{
  float: left;
  width: 30%;
  margin-left: 2%;

}
.p_tbl{
  border-collapse: collapse;
  width: 40%;
  margin: 10px 0;
}
.p_tbl th{
  padding: 12px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
    font-weight: bold;
    font-size: 16px;
}

.p_tbl td{
  padding: 12px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    font-size: 16px;
}
.plan_tbl{
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.plan_tbl th{
padding: 12px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
    font-weight: bold;
    font-size: 16px;
}
.plan_tbl td{
  padding: 12px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    font-size: 16px;
    text-align: right;
}
.main_color{
  color: #004499;
}
.sub_color{
  color: #002858;
}
.a_i{
  color: red;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  margin: 0 0 0 0;
}

#menu .list .textfield{
  
  line-height: 1.2 !important;
  padding: 20px;
}
.attion_area{
  background: #f0ece9;
  padding: 40px;

}
.attion_area strong{
  font-size: 140%;
    font-weight: bold;
    line-height: 2.4;

}
.attion_area .attion_p{
  font-size: 15px;
  line-height: 2.4;

}
.h_txt_img{
  overflow:		hidden;
	position:		relative;
}
.h_txt_img .mask{
  width:			100%;
	height:			100%;
	position:		absolute;
	top:			-100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.h_txt_img:hover .mask{
  top:			0;	/* 下に降りてくるように見せる */
}
.h_txt_img .bcaption{
  font-size:		120%;
	color:			#fff;
  padding: 30px
}

#free .textfield p{
  font-size: 15px;
  line-height: 2.4;
}

#top .inner{
}
a img{
  transition: 1.0s;
}

a img:hover{
  opacity: 0.5;
}
.border_hr{
  margin: 30px 0;
  border: 2px dotted #f0ece9;
}
.navi_list{
  width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;

}
.album_link{
  display: block;
  margin: 10px 0;
    padding: 7px 0;
    font-size: 15px;
    color: #0b2261 !important;
}
.album_link:hover{
  opacity: 0.5;
}
.img_footer{
      padding-left: 20px;
    max-width: 933px;

}

.pr_h3{
  font-weight: bold;
  line-height: 2.0;
  margin: 10px 0;
  font-size: 1.8em;
}


/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: normal;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
.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;
}
/*------------------------------------------------------------------------------
 パーツ表示切替用style
------------------------------------------------------------------------------*/
.site_description {
  display: block;
}
.shop_name {
  display: block;
}
.shop_tel {
  display: block;
}
.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
  display: block;
}
.powered {
  display: none;
}
/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link,
a:visited {
  text-decoration: none;
  color: #3a3a3a;
}
a:hover,
a:active {
  text-decoration: none;
  color: #3a3a3a;
}
/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html{
  font-size: small;
  line-height: 1.5;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  overflow-y: scroll;
  font-size: 100%;
  color: #424242;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 93%;
    overflow-x: hidden;
  }
}
/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
.header_bg{
}
#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #ffffff;

}
#header > .inner {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 60px;
  margin: 0 auto;
}
#header > .inner:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1000px) {
  #header > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .element {
  line-height: 1.2;
  text-align: center;
}
#header .logo {
}
#header .logo a img {
  max-width: 100%;
}
@media only screen and (max-width: 800px) {
  #header .logo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #header .logo a img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#header .site_description {
  margin: .3em 0;
  line-height: 1;
  font-weight: 100;
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  #header .site_description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
  }
}
#header .shop_tel {
  display: block;
margin-top: 19px;
}
#header .shop_tel i {
}
#header .navi.pc {
  margin: 3.5em 0 0;
  font-size: 16px;
}
#header .navi.pc li {
  display: table-cell;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
#header .navi.pc li a {
  margin-left: 10px;
  display: block;
  color: #FFF;
  background: #2a437a;
  text-decoration: none;
  padding: 20px 0px;
  /*
  border-bottom: 5px solid #DDD;
  */
}
#header .navi.pc li a:hover {
  /*
  border-color: 
  */
  color: #2a437a;
  background: #FFF;
  border: 1px solid #2a437a
}
#header .navi.pc .active a{
  color: #2a437a;
  background: #FFF;
  border: 1px solid #2a437a;
}


#header .navi.pc li.active:hover .sub_navi {
  display: block;
}
#header .navi.pc .sub_navi {
  display: none;
  position: absolute;
  background: #e8e8e8;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -o-border-radius: 0 3px 3px 3px;
  -ms-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
#header .navi.pc .sub_navi li {
  display: block;
  margin: 0;
  padding: .3em;
  text-align: left;
}
#header .navi.pc .sub_navi li a {
  background: none;
}
#header .navi.pc .sub_navi li a:hover {
  background: #dbdbdb;
  
}
@media only screen and (max-width: 800px) {
  #header .navi.pc {
    display: none;
  }
}
#header.is-scroll {
  -webkit-transition: top .5s;
  transition: top .5s;
  position: fixed;
  top: 0;
  padding: 0;
  background: #FFF;
}
.pc-view #header.is-scroll{
  position: relative;
}
#header.is-scroll > .inner {
  min-height: 0;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  #header.is-scroll > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header.is-scroll .logo {
  display: none;
}
#header.is-scroll .logo a img {
  max-width: 200px;
  max-height: 60px;
}
@media only screen and (max-width: 800px) {
  #header.is-scroll .logo {
    display: block;
    margin-top: .3em;
  }
}
#header.is-scroll .site_description {
  margin: 0;
}
#header.is-scroll .site_description {
  display: none;
}
#header.is-scroll .shop_tel {
  display: none;
}
#header.is-scroll .box_info {
  display: none;
}
#header.is-scroll .navi.pc {
  margin: 0;
}
#header.hide {
  top: -200px;
}
#header .navi.mobile {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  padding: 3em;
  background: rgba(255, 255, 255, 0.95);
}
#header .navi.mobile ul {
  position: relative;
  width: 85%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#header .navi.mobile ul li {
  display: block;
  max-width: 800px;
  margin: 5px auto 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#header .navi.mobile ul li a {
  display: block;
  padding: .5em;
  background: #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #3a3a3a;
}
#header .navi.mobile ul li a:hover {
  background: #d6d6d6;
}
#header .navi.mobile ul li.active {
  background: #d6d6d6;
}
#header .navi.mobile ul li.active > a {
  background: transparent;
  cursor: default;
}
#header .navi.mobile ul li .sub_navi {
  width: 100%;
  margin: 0;
  padding: 5px;
}
#header .navi.mobile ul li .sub_navi li:first-child {
  margin: 0;
}
#header .navi.mobile ul li .sub_navi li a:hover {
  background: #c2c2c2;
}
#header #button_navi {
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
  width: 24px;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #header #button_navi {
    display: block;
  }
  #header #button_navi div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin: -15px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
  }
}
/*------------------------------------------------------------------------------
 content, section
------------------------------------------------------------------------------*/
#content {
  position: relative;
}
#content > .inner {
  max-width: 960px;
  margin: 30px auto;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #content > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content h2 {
}
#content h2.page_title {
  background: #f6f6f6;
    border-top: 7px solid #8da406;
    padding: 12px;
    line-height: 1.8;
    font-size: 180%;
    color: #000;
    margin-bottom: 1em;
    margin: 20px 0;
}
@media only screen and (max-width: 600px) {
  #content h2.page_title {
    margin: 40px 0;
  }
}
#content h2.page_title a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  left: 0;
}
#content h2.page_title a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content .bg_pt_bb{
}

/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  zoom: 1;
  position: relative;
  margin: 0;
  font-family: 'Questrial', sans-serif;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.pager > .inner div {
  zoom: 1;
  position: relative;
  text-align: center;
}
.pager > .inner div:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  color: #3a3a3a;
}
.pager > .inner div a.chk {
  background: #e8e8e8;
  cursor: default;
}
.pager > .inner div a:hover {
  background: #e8e8e8;
}
@media only screen and (max-width: 800px) {
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 42px;
  }
  .pager .inner div a.next,
  .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #e8e8e8;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 30px;
    font-size: 3rem;
  }
}
/*------------------------------------------------------------------------------
 sidebar
------------------------------------------------------------------------------*/
.sidebar {
  margin: 50px 0 0;
}
.sidebar > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .sidebar > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar > .inner {
    margin-bottom: -50px;
    border-top: 1px dotted #a9a9a9;
  }
}
.sidebar .block {
  width: 33%;
  vertical-align: top;
  margin: 0;
  padding: 0 3%;
  border-left: 1px dotted #a9a9a9;
  text-align: center;
}
.sidebar .block:first-child {
  margin: 0;
  border: none;
}
.sidebar .block h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .sidebar .block {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar .block {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-left: none;
    border-top: 1px dotted #a9a9a9;
    text-align: center;
  }
  .sidebar .block.qr_area {
    display: none !important;
  }
}
/*------------------------------------------------------------------------------
 social
------------------------------------------------------------------------------*/
.social {
  margin: 50px 0 0;
  padding: 40px 0 0;
  border-top: 1px dotted #a9a9a9;
}
.social > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .social > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  vertical-align: middle;
}
.social #social_widgets .social_widget:first-child {
  margin-left: 0;
}
.social #social_widgets .social_widget#widget_facebook_like {
  width: 150px;
}
.social #social_widgets .social_widget#widget_facebook_like iframe {
  width: 150px;
}
.social #social_widgets .social_widget#widget_facebook_follow {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 300px;
  height: 72px;
  overflow: hidden;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 100%;
    margin-left: 0;
  }
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 2;
  margin: 50px 0 0;
  border-top: 1px dotted #a9a9a9;
  background: #f0ece9;
  padding: 40px 0; 
  text-align: center;
  color: #3a3a3a;
}
#footer > .inner {
  zoom: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#footer > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#footer > .inner a {
  color: #3a3a3a;
}
#footer > .inner a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  #footer > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .social_icons {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1;
}
#footer .social_icons a {
  display: inline-block;
  margin: 0;
  padding: .3em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#footer .social_icons a:hover,
#footer .social_icons a:active {
  background: #e8e8e8;
  text-decoration: none;
}
#footer .social_icons a span {
  display: block;
}
#footer .shop_name {
}
#footer .shop_name a {
}
#footer .shop_name a:hover {
}
/*------------------------------------------------------------------------------
 totopボタン
------------------------------------------------------------------------------*/
.totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  display: block;
  width: 44px;
  height: 44px;
}
.totop .button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  background: rgba(232, 232, 232, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  color: #3a3a3a;
}
.totop .button.is-visible {
  visibility: visible;
}
.totop .button:hover {
  background: #e8e8e8;
  cursor: pointer;
}
body.modal-open .totop,
body.navi-open .totop {
  display: none;
}
@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-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: '\e900';
}
.icon-facebook:before {
  content: '\e901';
}
.icon-twitter:before {
  content: '\e902';
}
/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  word-break: normal;
  word-wrap: break-word;
}
.textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 800px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
.textfield ul li {
}
.textfield ol li {
}
body#top #content > .inner {
  max-width: 960px;
  margin: 0 auto;
}
body#top .section {
  margin: 3.1em 0 0;
  padding: 0 0 3.1em;

}
body#top .section > .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  body#top .section > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#top .section_title {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 2em;
  text-align: center;
  font-size: 200%;
  line-height: 1;
  padding: 20px 0;

}
body#top .section_title a,

body#top .btn_details {
  
  text-align: right;
  
}

body#top .section p{
  font-size: 1.1em;
  line-height: 1.3;
}
body#top .section h3{
  font-weight: bold;
}
body#top .btn_details a {
  display: inline-block;
    margin-top: 28px;
    padding: 8px 20px;
    border-radius: 5px;
    line-height: 1.5;
    /* background: #f8f8f8; */
    color: #000;
    border: 1px solid #ccc;
}
body#top .btn_details a:hover {
  background: #333;
  color: #FFF;

}
body#top #wrap_slider {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider {
    height: auto;
  }
}
@-webkit-keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body#top #slider {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
body#top #slider .article {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}
body#top #slider .article .slide_image_wrap {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
body#top #slider .article img {
  visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
}
body#top #slider .article.move .slide_image_wrap {
  -webkit-animation-name: scaleImageMove;
  animation-name: scaleImageMove;
}
body#top #slider .article.move .caption_txt {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
body#top #slider .article .caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #ffffff;
}
body#top #slider .article .caption > div {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  padding: .5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body#top #slider .article .caption .caption_txt a {
  color: #ffffff;
}
body#top #slider .article.move .caption div {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  body#top #slider {
    height: 400px;
  }
  body#top #slider .article {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #slider {
    height: 300px;
  }
  body#top #slider .article {
    height: 300px;
  }
}
body#top .ie #slider .article img,
body#top .ie #slider .article .caption div {
  transition: none 0s;
  transform: none;
}
body#top .ie #slider .article.move img,
body#top .ie #slider .article.move .caption div {
  transform: none;
}
body#top .slick-track {
  z-index: 1 !important;
}
body#top .slick-dots {
  bottom: 10px;
}
body#top .slick-dots li button:before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}

body#top .section_photo .slick-slider {
  margin: 0;
}
body#top .section_photo .list {
  display: block;
  width: 100%;
  height: 184px;
}
body#top .section_photo .list.float {
  text-align: center;
  letter-spacing: -.25em;
}
body#top .section_photo .list.float li {
  display: inline-block !important;
  letter-spacing: normal;
}
body#top .section_photo .list li {
  display: block;
  width: 184px;
  height: 184px;
  overflow: hidden;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#top .section_photo .list li:first-child {
  margin: 0;
}
body#top .section_photo .list li a,
body#top .section_photo .list li span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
}
body#top .section_photo .list li a img,
body#top .section_photo .list li span img {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
body#top .section_photo .list li a img.show,
body#top .section_photo .list li span img.show {
  opacity: 1;
}
body#top .section_photo .arrow-prev,
body#top .section_photo .arrow-next {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  background: rgba(102, 102, 102, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 40px;
  color: #ffffff;
}
body#top .section_photo .arrow-prev:hover,
body#top .section_photo .arrow-next:hover {
  background: rgba(102, 102, 102, 0.8);
}
body#top .section_photo .arrow-prev {
  left: -20px;
  left: 10px;
}
body#top .section_photo .arrow-next {
  right: -20px;
  right: 10px;
}
body#top .about {
  position: relative;
  padding-top: 0;
}
body#top .about .section_title {
  max-width: none;
}
body#top .about > .inner {
  zoom: 1;
  width: 100%;
}
body#top .about > .inner:after {
  content: '';
  display: block;
  clear: both;
}
body#top .about .block {
  float: none;
  width: 100%;
}
body#top .about .block.map iframe {
  height: 470px;
}
body#top .about .block.summary {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
body#top .about .block.summary table {
  width: 65%;
  margin: 0 auto;
}
body#top .about .block.summary tr {
  display: table-row;
  margin: 0;
}
body#top .about .block.summary tr:first-child th,
body#top .about .block.summary tr:first-child td {
  border-top: none;
}
body#top .about .block.summary th,
body#top .about .block.summary td {
  display: table-cell;
  padding: 1em;
  border: 1px dotted #a9a9a9;
  border-bottom: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
body#top .about .block.summary th {
  width: 35%;
}
body#top .about .block.summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 800px) {
  body#top .about .block.map iframe {
    height: 300px;
  }
  body#top .about .block.summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .about .block.summary table {
    width: 100%;
  }
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#top .contact input[type=text] {
  width: 100%;
}
body#top .contact input[type=text].contact_small {
  width: 60% !important;
}
body#top .contact textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#top .contact input[type=text]:focus,
body#top .contact input[type=tel]:focus,
body#top .contact input[type=email]:focus,
body#top .contact textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#top .contact label {
  font-size: 20px;
  font-size: 2rem;
}
body#top .contact label .requier {
  color: #993737;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: block;
}
body#top .contact .checkbox label,
body#top .contact .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact select:focus {
  outline: none;
}
body#top .contact input[type=submit]:focus {
  outline: none;
}
body#top .contact .wrap_select {
  position: relative;
  display: inline;
}
body#top .contact .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
body#top .contact .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(232, 232, 232, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #3a3a3a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .contact .button:hover,
body#top .contact .button:active {
  cursor: pointer;
  background: #ffbfbf;
  color: #5e0808;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact select,
body#top .contact textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#top .contact .contact_area {
  display: block;
  margin-top: 2.5em;
}
body#top .contact .contact_area:first-child {
  margin-top: 0;
}
body#top .contact .button {
  margin: 1em 0 0;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: inline-block;
}
body#top .contact label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .contact input[type=submit] {
  background: #e6e6e6;
}
body#top .contact form {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  body#top .contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .contact form {
    width: 100%;
  }
}
body#info .navi.mobile .sub_navi li {
  background: transparent;
}
body#info .navi.mobile .sub_navi li a {
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .navi.mobile .sub_navi li.year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(58, 58, 58, 0.7);
  color: #8b8b8b;
}
body#info .navi.mobile .sub_navi li.year div {
  margin: 0 0 10px;
}
body#info .navi.mobile .sub_navi li.year div.month {
  margin: 0;
}
body#info .navi.mobile .sub_navi li.year div.month a {
  display: inline-block;
  padding: .2em;
  margin: 0 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article {
  margin: 6em 0 0;
}
body#info .article:first-child {
  margin-top: 50px;
}
body#info .article .date {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
}
body#info .article .date span {
  vertical-align: 2px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article .body .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#info .article .body .article_title a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#info .article .body .article_title a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
body#info .article .body .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#info .article .body .photo img {
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#info .article .body .textfield {
  margin: 20px 0 0;
}
body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  body#info .article .date {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#info .article .date div {
    display: inline;
  }
  body#info .article .date div.month {
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body h3 {
    margin: 0 0 20px;
  }
  body#info .article .body .photo {
    float: none;
    max-width: 100%;
    margin: 10px 0 0;
  }
  body#info .article .body .textfield {
    margin: 10px 0 0;
  }
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  zoom: 1;
  margin: 30px 0 0;
}
body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #index .album:first-child {
  margin: 0;
}
body#photo #index .album .album_title {
  margin: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    background-color: #d66919;
    color: #fff;
    padding: 11px 0;
    width: 129px;
    text-align: center;
}
body#photo #index .album .album_title > span {
}
body#photo #index .album .album_title a {
}
body#photo #index .album .album_title a:hover {
}
body#photo #index .album .thumb {
  visibility: hidden;
  float: left;
  width: 20%;
  height: 152px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}
body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 1;
  opacity: 1;
}
body#photo #index .album .thumb a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body#photo #index .album .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .album .thumb a img.show {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  body#photo #index .album .thumb {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
body#photo #entries {
  position: relative;
}
body#photo #entries h3 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #entries .article {
  position: relative;
  margin: 4em 0 0;
}
body#photo #entries .article:first-child {
  margin: 0;
}
body#photo #entries .article h4 {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #entries .article .textfield {
  margin: .5em 0 0;
}
body#photo #entries .article .photo {
  width: 100%;
}
body#photo #entries .article .photo img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
body#menu .list {
  margin: 3.5em 0 0;
}
body#menu .page_title + .list {
  margin: 0;
}
body#menu .article {
  zoom: 1;
  margin: 60px 0 0;
}
body#menu .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu .category_title {
  font-size: 150%;
  font-weight: 600;
}
body#menu .category_title span {
  background: #005284;
    color: #fff;
    padding: 9px 40px;
}
body#menu .category_title + .article {
  margin-top: 30px;
}
body .article_title {
  text-align: center;
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
body#menu .article_title .recommend {
  color: #f5f201;
}
body#menu .article_title a {
  position: relative;
  padding: .3em .2em;
  text-decoration: none;
  color: #333;
}
body#menu .article_title a:hover {
  text-decoration: none;
}
body#menu .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#menu .photo img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 600px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
body#menu .price {
  margin: 1em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
body#menu .text {
  margin: 1em 0 0;
}
body#calendar .wrap_calendar .navi {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}


body#calendar .wrap_calendar .navi a{
  padding: 7px;
  background-color: #002858;
  border-radius: 10px;
  color: #FFF;
}

body#calendar .table_calendar {
  margin: 2em 0 0;
}
body#calendar .table_calendar th {
  padding: 3px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
}
body#calendar .table_calendar th.sun {
  color: #ffa5a5;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  padding: 5px;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  background: #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: right;
  font-family: 'Questrial', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 146px;
}
body#calendar .table_calendar td.sun p.day {
  background: #ffbfbf;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 800px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 5px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .35em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}
@media only screen and (max-width: 800px) {
  body#calendar .table_calendar td {
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    padding: .25em;
  }
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar td p.day {
    padding: .4em;
  }
}
body#calendar .schedule {
  padding: 0 0 1.5em;
}
body#calendar .schedule dl.article {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px dotted #a9a9a9;
  border-top-style: dotted;
}
body#calendar .schedule dl.article:last-of-type {
  border-bottom: 1px dotted #a9a9a9;
  border-bottom-style: dotted;
  padding-bottom: 1.5em;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 0.2em;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #3a3a3a;
}
body#calendar .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
body#calendar .schedule dl.article dd:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .schedule dl.article dd .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover,
body#calendar .schedule dl.article dd a:active {
  text-decoration: underline;
}
body#calendar .details > div {
  zoom: 1;
}
body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .details .date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: bottom;
}
body#calendar .details h3 {
  margin: .5em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
body#calendar .details img {
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#about .map,
body#about .summary {
  width: 100%;
}
body#about .map iframe {
  height: 470px;
}
body#about .summary {
  width: 100%;

  margin: 50px auto 0;
}
body#about .summary table {
  width: 90%;
  margin: 30px auto;
}
body#about .summary tr {
  display: table-row;
  margin: 0;
}
body#about .summary tr:first-child th,
body#about .summary tr:first-child td {

}
body#about .summary th,
body#about .summary td {
  display: table-cell;
  padding: 1em;
  line-height: 1.2;
  border: 1px solid#dcdcdc;
}
body#about .summary th {
  width: 15%;
    font-size: 1.2rem;
    background: #F9F9F9;
}
body#about .summary td {
  width: 65%;
  /* border-right: none; */
  font-size: 1.2rem;
  line-height: 2.0;

}
@media only screen and (max-width: 800px) {
  body#about .summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#about .summary table {
    width: 100%;
  }
}

table.enkaku{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
table.enkaku th{
  border: none !important;
  background: none !important;
  text-align: left;
  width: 20% !important;

  font-weight: normal;
}
table.enkaku td{
  border: none !important;
  background: none !important;
  text-align: left;

  font-weight: normal;
}
body#contact form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#contact form .contact_area,
body#contact form .button_area {
  margin: 2.5em 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
  margin: 0;
}
body#contact form .contact_area br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  color: #3a3a3a;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#contact form input[type=text] {
  width: 100%;
}
body#contact form input[type=text].contact_small {
  width: 60% !important;
}
body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form label .requier {
  color: #993737;
}
body#contact form .checkbox,
body#contact form .radio {
  display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
body#contact form .wrap_select {
  position: relative;
  display: inline;
}
body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
body#contact form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(232, 232, 232, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #3a3a3a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  border: 1px solid #002858;
  background: #FFF;
  color: #002858;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#contact form .checkbox,
body#contact form .radio {
  display: inline;
  white-space: nowrap;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 2em 0 0;
  background: #002858;
  color: #FFF;
}
@media only screen and (max-width: 800px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#contact form {
    width: 100%;
  }
}
body#contact .personal_info {
  margin: 2.5em 0 0;
}
body#contact .personal_info p {
  margin-bottom: 0;
}
body#coupon .autopagerize_page_element {
  zoom: 1;
  overflow: hidden;
  margin-top: -30px;
}
body#coupon .autopagerize_page_element:after {
  content: '';
  display: block;
  clear: both;
}
body#coupon .article {
  float: left;
  width: 31%;
  margin: 30px 0 0 20px;
  padding: 0;
  background: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  body#coupon .article {
    margin-left: 0;
  }
}
body#coupon .article .summary {
  padding: 10px;
}
body#coupon .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#coupon .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#coupon .article .image img {
  display: block;
  max-width: 100%;
}
body#coupon .article .text {
  margin: 12px 0 0;
}
body#coupon .article:nth-child(odd) {
  margin-left: 0;
}
body#coupon .article .article_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  margin: .2em 0 0;
}
body#coupon .article .qrcode {
  float: right;
  margin: 5px 0 5px 10px;
}
@media only screen and (max-width: 600px) {
  body#coupon .article .qrcode {
    display: none;
  }
}
body#coupon .article .text {
  margin: .5em 0 0;
}
body#coupon .article .text li {
  padding-left: 5em;
  text-indent: -5em;
  font-weight: bold;
}
body#coupon .article .text li span {
  font-weight: normal;
}
body#coupon .print {
  margin: 20px 0 0;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  padding: .5em;
  background: rgba(232, 232, 232, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}
body#coupon .print a:hover {
  background: #e8e8e8;
}
body#reservation form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#reservation form .reservation_area {
  margin: 40px 0 0;
}
body#reservation form .reservation_area:first-child {
  margin: 0;
}
body#reservation form .reservation_area > label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form input[type=text] {
  width: 100%;
}
body#reservation form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#reservation form input[type=text]:focus,
body#reservation form input[type=tel]:focus,
body#reservation form input[type=email]:focus,
body#reservation form textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form label .requier {
  color: #993737;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form .checkbox label,
body#reservation form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form input[type=submit]:focus {
  outline: none;
}
body#reservation form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
body#reservation form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(232, 232, 232, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #3a3a3a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form .button:hover,
body#reservation form .button:active {
  cursor: pointer;
  background: #ffbfbf;
  color: #5e0808;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
  background: #ffffff;
  border-color: #dcdbdb;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: inline;
  white-space: nowrap;
}
body#reservation form input[type=submit] {
  margin: 2em 0 0;
  background: #e6e6e6;
}
@media only screen and (max-width: 800px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation .list {
  zoom: 1;
  overflow: hidden;
}
body#reservation .list:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .list .info {
  margin-top: 0;
}
body#reservation .list .info .note {
  margin: 0 0 1em;
  text-align: center;
}
body#reservation .list .info .summary {
  margin: 0 0 1em;
  padding: 1em;
  background: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
body#reservation .articles {
  margin-top: -30px;
}
body#reservation .articles .article {
  float: left;
  width: 31%;
  margin: 30px 0 0 20px;
  padding: 0;
  background: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 600px) {
  body#reservation .articles .article {
    margin-left: 0;
  }
}
body#reservation .articles .article .summary {
  padding: 10px;
}
body#reservation .articles .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .articles .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .articles .article .text {
  margin: 12px 0 0;
}
body#reservation .articles .article:nth-child(odd) {
  margin-left: 0;
}
body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#reservation .articles .article .text {
  margin: .5em 0 0;
}
body#calendar .table_calendar th.sun {
  color: #ffbfbf;
}
body#calendar .table_calendar td.sun p.day {
  background: #ffbfbf;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxContent button {
  border: none;
}
#cboxContent button:focus {
  outline: none;
}
#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;
}
#colorbox.cb #cboxPrevious,
#colorbox.cb #cboxNext,
#colorbox.cb #cboxClose {
  background: transparent;
  text-indent: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


.slider_prev{
  opacity: 0.7;
}
.slider_next{
  opacity: 0.7;
}

.list a{
  text-decoration: underline;
}
.list .info_osirase{
  
  width: 5em;
  text-align: center;
  font-size: 10px;
  padding: 0px 5px;
  background: #004499;
  color: #FFF;
  margin-right: 10px;
  display: inline-block;
}
/* column 2 - 3 */
.col2{ float:left; box-sizing:border-box;width: 46%;margin:0 2% 20px;}
.col3{float:left;box-sizing:border-box;width:29%;margin:0 2% 20px;}
@media (max-width: 640px) {
.col2,
.col3{ float:none; width:100%; margin:0 0 20px;}
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sec-title{
  font-weight: bold;
    font-size: 180%;
    line-height: 2.0;
    text-align: center;
}

/** enkaku **/

.enkaku{
  margin: 30px 0;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.buz h2{
margin: 50px auto;
    text-align: center;
    /* background-color: #2a437a; */
    color: #2a437a;
    padding: 5px;
    font-weight: bold;
    border: 3px solid #2a437a;
}

.buz h3{
    margin: 5px 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFF;
    line-height: 2.0;
    background-color: #2a437a;
    text-align: center;
    padding: 5px;
}

.buz ul{

}

.buz ul li{
padding: 5px;
    margin-left: 25px;
    font-size: 1.1em;
    list-style-type: disclosure-closed;
}


.recruitment {
  width: 100%;

  margin: 50px auto 0;
}
.recruitment table {
  width: 90%;
  margin: 30px auto;
}
.recruitment tr {
  display: table-row;
  margin: 0;
}
.recruitment tr:first-child th,
.recruitment tr:first-child td {

}
.recruitment th,
.recruitment td {
  display: table-cell;
  padding: 1em;
  line-height: 1.2;
  border: 1px solid#dcdcdc;
}
.recruitment th {
  width: 15%;
    font-size: 1.2rem;
    background: #F9F9F9;
}
.recruitment td {
  width: 65%;
  /* border-right: none; */
  font-size: 1.2rem;
  line-height: 2.0;

}
@media only screen and (max-width: 800px) {
  .recruitment table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .recruitment table {
    width: 100%;
  }
}

.buz .btn a{
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 1.5em;
  text-align: center;
  margin: 30px 0;
  color: #2a437a;
  border: 1px solid #2a437a;
}
.buz .btn a:hover{
  background-color: #2a437a;
  color: #FFF;
}

