@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/08/21 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 基本CSS */
/*------------------------------------------------------*/


/* 全体設定 */
/*------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  width:100%;
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  font-family : 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #fff;
}

#wrapper{
  width:100%;
  min-width: 320px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#main_header {
  width: 100%;
  min-height: 60px;
  margin-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

#main_menubar {
  width: 100%;
  text-align: center;
  background: #fff url(/images/menu_background.png) no-repeat center top;
  overflow: hidden;
}

#main_titlebar {
  width: 100%;
  max-height: 50px;
  text-align: center;
  overflow: hidden;
}

#main_image {
  width: 100%;
}

#main_message {
  width: 100%;
  background: #fff url(/images/washi_background.jpg) no-repeat center top;
}

#main_message_gm {
  width: 100%;
}

#main_body {
  width: 100%;
  padding-bottom: 250px;
  background: #f4f3f0;
}

#main_body_acs {
  width: 100%;
  padding-bottom: 250px;
  background: #ffffff;
}

#main_body_gm {
  width: 100%;
  padding-bottom: 200px;
  background: #ffffff;
}

#main_body_sm {
  width: 100%;
  padding-bottom: 200px;
  padding-left: 40px;
  background: #ffffff;
}

#main_footer {
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  padding: 20px 20px 20px 20px;
  font-size: 1.2rem;
  color: #ffffff;
  background: #777777 url(/images/cr.png) no-repeat right bottom;
}


/* 中段設定 */
/*------------------------------------------------------*/

.main_header_logo {
  float:left;
  width: 100%;
  height: 60px;
  margin-right:-240px;
}

@media screen and (max-width: 532px) {
  div.main_header_logo {
    background: #fff url(/images/jyuzo_logoH60.png) no-repeat center top;
  }
}
@media screen and (min-width: 533px) and (max-width: 776px) {
  div.main_header_logo {
    background: #fff url(/images/jyuzo_logoH60.png) no-repeat left top;
  }
}
@media screen and (min-width: 777px) {
  div.main_header_logo {
    background: #fff url(/images/jyuzo_logoH60.png) no-repeat center top;
  }
}

.main_header_logo h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.main_header_right {
  width: 240px;
  height: 50px;
  margin-top: 5px;
  background: #fff url(/images/header_topright2022.png) no-repeat center top;
  float: right;
}

@media screen and (max-width: 532px) {
  div.main_header_right {
    width: 100%;
  }
}

@media screen and (min-width: 533px) {
  #main_message img {
    width: 100%;
  }
  #main_message span {
    display: none;
  }
}

@media screen and (max-width: 532px) {
  #main_message {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #main_message img {
    display: none;
  }
  #main_message span {
    width: 100%;
  }
  #main_message p {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 533px) {
  #main_message_gm img {
    width: 100%;
  }
  #main_message_gm span {
    display: none;
  }
}

@media screen and (max-width: 532px) {
  #main_message_gm {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #main_message_gm img {
    display: none;
  }
  #main_message_gm span {
    width: 100%;
  }
  #main_message_gm p {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .main_body_left {
    float: left;
    width: 100%;
    margin: 0 -340px 0 0;
  }

  .main_body_right {
    float: right;
    width: 320px;
    height: 320px;
    margin: 20px 20px 0 0;
  }

  .left_contents {
    margin: 20px 360px 0 20px; /* 右カラムとの右マージンを調整 */
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .main_body_left {
    float: left;
    width: 100%;
    margin: 0 -320px 0 0;
  }

  .main_body_right {
    float: right;
    width: 320px;
    height: 320px;
    margin: 0;
  }

  .left_contents {
    margin: 0 320px 0 0; /* 右カラムとの右マージンを調整 */
  }
}

@media screen and (max-width: 640px) {
  .main_body_left {
    width: 100%;
    margin: 0;
  }

  .main_body_right {
    width: 100%;
    height: 320px;
    margin: 0;
  }

  .left_contents {
    margin: 0; /* 右カラムとの右マージンを調整 */
  }
}

#main_body .main_body_right p {
  padding: 10px;
  text-align: center;
}

#main_body_acs .left_contents p {
  padding: 10px 10px 0px 10px;
}

#main_body_acs .left_contents p.bd {
  padding: 5px 10px 0px 30px;
  font-size: 1.2rem;
}

#main_image img {
  width: 100%;
}

.rule p {
  padding: 5px 20px 5px 20px;
}

@media screen and (min-width: 768px) {
  #main_body_acs .town_left {
    font-size: 1.6rem;
    float: left;
    width: 48%;
  }

  #main_body_acs .town_right {
    float: right;
    width: 48%;
  }

  #main_body_acs .town_left p {
    padding: 20px 0px 0px 30px;
  }
}

#main_body_acs .town_right img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main_body_acs .town_left {
    font-size: 1.6rem;
    width: 100%;
  }

  #main_body_acs .town_right {
    width: 100%;
  }

  #main_body_acs .town_left p {
    padding: 0 10px 10px 10px;
  }
}

#main_body_sm dd {
  padding-left: 20px;
}


/* メインメニュー */
/*------------------------------------------------------*/

 #globalnavi{
  margin: 0 auto;
  padding: 0;
  min-height: 30px;
}

@media screen and (min-width: 768px) {
  #globalnavi {
    width: 768px;
  }
}

@media screen and (min-width: 384px) and (max-width: 767px) {
  #globalnavi {
    width: 384px;
  }
}

@media screen and (max-width: 383px) {
  #globalnavi {
    width: 256px;
  }
}

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

#globalnavi li{
/*  text-indent: -9999px; */
  float:left;
  width: 128px;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#globalnavi p{
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -128px 0;}
#menu3 a{background-position: -256px 0;}
#menu4 a{background-position: -384px 0;}
#menu5 a{background-position: -512px 0;}
#menu6 a{background-position: -640px 0;}
#menu7 a{background-position: -768px 0;}

#globalnavi a:hover{
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -30px;}
#menu2 a:hover{background-position: -128px -30px;}
#menu3 a:hover{background-position: -256px -30px;}
#menu4 a:hover{background-position: -384px -30px;}
#menu5 a:hover{background-position: -512px -30px;}
#menu6 a:hover{background-position: -640px -30px;}
#menu7 a:hover{background-position: -768px -30px;}

#globalnavi p{
  background-image: url(/images/header_menu.png);
  background-repeat: no-repeat;
}

#menu1 p{background-position: 0 -30px;}
#menu2 p{background-position: -128px -30px;}
#menu3 p{background-position: -256px -30px;}
#menu4 p{background-position: -384px -30px;}
#menu5 p{background-position: -512px -30px;}
#menu6 p{background-position: -640px -30px;}
#menu7 p{background-position: -768px -30px;}


/* フッターメニュー */
/*------------------------------------------------------*/
#footernavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footernavi li{
  float:left;
  margin: 0;
  padding: 0;
}

#footernavi li a {
  color: #e0ebe0;
  text-decoration: none;
}
#footernavi li:hover > a{
  background: #ffffff;
  color: #1e341c;
}


/* slider */
/*------------------------------------------------------*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* 予定表テーブル */
/*------------------------------------------------------*/
#schedule {
  width: 100%;
  margin: 0px;
  border: 0;
  background: #f4f3f0;
  border-spacing: 0;
  border-collapse:collapse;
}

#schedule caption {
  background: #a6c5a6;
  color: #1e341c;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}

#schedule th {
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 2px;
  background: #e0ebe0;
  color: #3c4440;
}

#schedule td.ctr {
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 10px;
  background: #e0ebe0;
  color: #3c4440;
  text-align: center;
}

#schedule td.comment {
  border-bottom: 1px solid #ffffff;
  margin: 0px;
  padding: 10px;
  background: #e0ebe0;
  color: #3c4440;
}

#schedule tfoot td.cap {
  margin: 0px;
  padding: 10px;
  background: #e0ebe0;
  color: #3c4440;
  text-align: right;
}

@media screen and (min-width: 769px) {
  #schedule caption {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #schedule tfoot td.cap {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}


/* 予定表テーブル14 */
/*------------------------------------------------------*/
.scheduleW {
  width: 100%;
}

#schedule14 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-collapse:separate;
}

#schedule14 caption {
  text-align: left;
  padding: 3px;
  border: 1px solid #666666;
  margin-bottom: 3px;
}

#schedule14 td {
  border: 1px solid #666666;
  padding: 3px;
  margin: 0;
}

#schedule14 td.date {
  background: #666666;
  color: #ffffff;
  text-align: center;
}

#schedule14 td.reserve {
  text-align: center;
}



/* クリアフィックス */
/*------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
 
.clearfix {
  overflow: hidden;
  zoom: 1;
}