@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 基本スタイル・配色 */
html {
  font-size: 62.5%;
}

body {
  font: 150%/1.231 Helvetica, Arial, "メイリオ", Meiryo, HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #4B433C;
  background: #fff;
}

.win body {
  font-family: Arial,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.mac body, .ios body {
  font-family: Helvetica,HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",sans-serif;
}

.android body {
  font-family: Roboto,"Noto Sans CJK","モトヤLマルベリ3等幅",MotoyaLMaru,"Droid Sans Japanese",sans-serif;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, monospace, serif;
}

.font8 {
  font-size: 53.3%;
  font-size: 0.8rem;
}

.font9 {
  font-size: 60%;
  font-size: 0.9rem;
}

.font10 {
  font-size: 66.7%;
  font-size: 1rem;
}

.font11 {
  font-size: 73.3%;
  font-size: 1.1rem;
}

.font12 {
  font-size: 80%;
  font-size: 1.2rem;
}

.font13 {
  font-size: 86.7%;
  font-size: 1.3rem;
}

.font14 {
  font-size: 93.3%;
  font-size: 1.4rem;
}

.font15 {
  font-size: 100%;
  font-size: 1.5rem;
}

.font16 {
  font-size: 106.7%;
  font-size: 1.6rem;
}

.font17 {
  font-size: 113.3%;
  font-size: 1.7rem;
}

.font18 {
  font-size: 120%;
  font-size: 1.8rem;
}

.font19 {
  font-size: 126.7%;
  font-size: 1.9rem;
}

.font20 {
  font-size: 133.3%;
  font-size: 2rem;
}

.font21 {
  font-size: 140%;
  font-size: 2.1rem;
}

.font22 {
  font-size: 146.7%;
  font-size: 2.2rem;
}

.font23 {
  font-size: 153.3%;
  font-size: 2.3rem;
}

.font24 {
  font-size: 160%;
  font-size: 2.4rem;
}

a {
  color: #344281;
  text-decoration: none;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #657CD4;
  text-decoration: underline;
}
a:active {
  color: #657CD4;
}

/*
	画像配置設定用CSS。基本的に変更しない
	
	$imamge_positions = array( 'center'=>'中央', 'left'=>'左', 'right'=>'右', 'bottom'=>'下中央', 
	'float_left'=>'本文の左(回り込み)', 'float_right'=>'本文の右(回り込み)' , 
	'separate_left'=>'本文の左(回り込まない)', 'separate_right'=>'本文の右(回り込まない)', 
	'title'=>'サブタイトルとして表示' );
*/
.content_image_box {
  margin: 0;
  padding: 0;
}
.content_image_box .image_caption {
  font-size: 10px;
}
@media (max-width: 767px) {
  .content_image_box img {
    max-width: 100%;
  }
}

.imamge_position_center,
.imamge_position_bottom {
  padding: 1em 0;
  text-align: center;
}

.imamge_position_left {
  text-align: left;
}

.imamge_position_right {
  text-align: right;
}

.imamge_position_bottom {
  padding: 5px 0 0 0px;
}

.imamge_position_float_left,
.imamge_position_separate_left {
  float: left;
  padding: 0 30px 20px 0px;
}
@media (max-width: 337px) {
  .imamge_position_float_left,
  .imamge_position_separate_left {
    padding: 0 0 10px;
    float: none;
  }
}

/*
.imamge_position_separate_left{
	padding: 0 30px 0 0;
}*/
.imamge_position_float_right,
.imamge_position_separate_right {
  float: right;
  padding: 0 0 20px 30px;
}
@media (max-width: 337px) {
  .imamge_position_float_right,
  .imamge_position_separate_right {
    padding: 0 0 10px;
    float: none;
  }
}

/*.imamge_position_separate_right{
	padding: 0 0 30px 0;
}*/
.text_position_separate_left,
.text_position_separate_right {
  display: table;
  word-break: break-all;
}

.lt-ie8 .text_position_separate_left,
.lt-ie8 .text_position_separate_right {
  display: inline-block;
}

.text_position_center {
  margin: 5px;
}

body {
  background: #6E6157;
  text-align: left;
  color: #4B433C;
}

a {
  color: #344281;
}

a:visited {
  color: #66666;
}

a:hover {
  color: #657CD4;
}

.pageexplain {
  padding: 10px;
  color: #6D2C2E;
}

.headmessage {
  background-color: #EFEBBF;
  padding: 10px;
  margin: 10px 0px;
  line-height: 150%;
}

.topmessage {
  color: #333333;
  margin: 10px;
  line-height: 150%;
}

.head_notice {
  margin: 10px;
  color: #D7812A;
  line-height: 150%;
}

.head_error {
  margin: 10px 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #E47770;
  color: #E6554F;
  line-height: 150%;
}

.explain {
  color: #666666;
}

.error {
  color: #E6554F;
}

#mainbody {
  width: 985px;
  margin: 0 auto;
  padding: 0;
  background: url(../img/comm/mainbody_bg.gif) repeat-y center top #ffffff;
}

.head_explaine {
  margin: 0;
  padding: 0 1em;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  background-color: #433D36;
  color: #AE9566;
}

@media (max-width: 560px) {
  #mainbody {
    width: 100%;
    max-width: auto;
  }

  .head_explaine {
    display: none;
  }
}
/* 最上部のナビ部分 */
#grand_head_navi {
  width: 980px;
  margin: 0 auto 0;
  height: 24px;
}
#grand_head_navi ul {
  width: 240px;
  height: 24px;
  padding: 0;
  margin: -24px 0 0 auto;
  background: url(../img/comm/grand_head_navi.gif) 0 0 no-repeat;
  overflow: hidden;
  /* フォントスイッチ font_switch +84 */
}
#grand_head_navi ul li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  list-style: none;
  overflow: hidden;
}
#grand_head_navi ul li a {
  display: block;
  height: 0;
  padding: 24px 0 0;
  overflow: hidden;
  background: url(../img/comm/grand_head_navi.gif) 0 0 no-repeat;
}
#grand_head_navi ul li#grandmenu01 a {
  width: 90px;
}
#grand_head_navi ul li#grandmenu01 a:hover,
#grand_head_navi ul li#grandmenu01 a.selected {
  background-position: 0 -24px;
}
#grand_head_navi ul li#font_m a {
  margin-left: 75px;
  width: 37px;
  background-position: -165px 0;
}
#grand_head_navi ul li#font_m a:hover,
#grand_head_navi ul li#font_m a.selected {
  background-position: -165px -24px;
}
#grand_head_navi ul li#font_l a {
  width: 38px;
  background-position: -202px 0;
}
#grand_head_navi ul li#font_l a:hover,
#grand_head_navi ul li#font_l a.selected {
  background-position: -202px -24px;
}

@media (max-width: 560px) {
  #grand_head_navi {
    width: 100%;
  }
}
#header h1 {
  width: 730px;
  padding: 0;
  margin: 0;
  float: left;
}
#header h1 a {
  display: block;
  height: 0;
  padding: 132px 0 0;
  background: url(../img/comm/main_logo.gif) no-repeat 0 0 #fff;
  overflow: hidden;
}
#header .tel {
  width: 255px;
  height: 0;
  margin: 0;
  padding: 132px 0 0;
  background: url(../img/comm/head_tel.gif) no-repeat 0 0 #fff;
  overflow: hidden;
  float: right;
}
#header #main_menu_set .menu_btn {
  display: none;
}

/* ヘッダのナビ */
.group_menu_list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 57px;
  /*
  background-image: url(../img/comm/head_navi.gif);
  background-repeat: no-repeat;*/
}
.group_menu_list li {
  display: inline;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  overflow: hidden;
}
.group_menu_list li a {
  display: block;
  height: 0;
  padding: 57px 0 0;
  background: url(../img/comm/head_navi.gif) no-repeat 0 0;
  overflow: hidden;
}
.group_menu_list li.mobile {
  display: none;
}
.group_menu_list li#menu01 a {
  width: 92px;
}
.group_menu_list li#menu01 a:hover, .group_menu_list li#menu01 a.selected {
  background-position: 0 -57px;
}
.group_menu_list li#menu02 a {
  width: 160px;
  background-position: -92px 0;
}
.group_menu_list li#menu02 a:hover, .group_menu_list li#menu02 a.selected {
  background-position: -92px -57px;
}
.group_menu_list li#menu03 a {
  width: 163px;
  background-position: -252px 0;
}
.group_menu_list li#menu03 a:hover, .group_menu_list li#menu03 a.selected {
  background-position: -252px -57px;
}
.group_menu_list li#menu04 a {
  width: 215px;
  background-position: -415px 0;
}
.group_menu_list li#menu04 a:hover, .group_menu_list li#menu04 a.selected {
  background-position: -415px -57px;
}
.group_menu_list li#menu05 a {
  width: 101px;
  background-position: -630px 0;
}
.group_menu_list li#menu05 a:hover, .group_menu_list li#menu05 a.selected {
  background-position: -630px -57px;
}
.group_menu_list li#menu06 a {
  width: 123px;
  background-position: -731px 0;
}
.group_menu_list li#menu06 a:hover, .group_menu_list li#menu06 a.selected {
  background-position: -731px -57px;
}
.group_menu_list li#menu07 a {
  width: 127px;
  background-position: -854px 0;
}
.group_menu_list li#menu07 a:hover, .group_menu_list li#menu07 a.selected {
  background-position: -854px -57px;
}

@media (max-width: 560px) {
  #header h1 {
    width: 300px;
    height: 60px;
    width: calc(100% - 75px);
    margin: 0;
    background: none;
  }
  #header h1 a {
    height: 0;
    padding: 72px 0 0;
    background: url(../img/comm/main_logo_mb.png) no-repeat 10px 10px #fff;
    background-size: calc(100% - 75px) auto;
    overflow: hidden;
  }
  #header .tel {
    display: none;
  }
  #header #main_menu_set::after {
    content: "";
    display: block;
    clear: both;
  }
  #header #main_menu_set .menu_btn {
    display: block;
    width: 60px;
    height: 0;
    margin: 0;
    padding: 60px 0 0 0;
    overflow: hidden;
    background: url(../img/comm/main_menu_btn.png) 0 0 no-repeat;
    background-size: 60px;
    float: right;
    cursor: pointer;
  }
  #header #main_menu_set .group_menu_list {
    display: none;
  }
  #header #main_menu_set.open {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  #header #main_menu_set.open .menu_btn {
    background-position: 0 -60px;
  }
  #header #main_menu_set.open .group_menu_list {
    display: block;
    height: auto;
    border: solid 2px #7AB028;
    border-bottom-width: 1px;
  }
  #header #main_menu_set.open .group_menu_list li {
    display: block;
    float: none;
  }
  #header #main_menu_set.open .group_menu_list li a {
    position: relative;
    width: auto !important;
    line-height: 2em;
    height: 2em;
    padding: 5px 10px 5px 30px;
    background: #FFFFE3;
    color: #7AB028;
    border-bottom: solid 1px #7AB028;
  }
  #header #main_menu_set.open .group_menu_list li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #7AB028;
    border-right: solid 2px #7AB028;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #main_menu_set.open .group_menu_list li a:hover {
    text-decoration: none;
    color: #FFFFE3;
    background: #7AB028;
  }
  #header #main_menu_set.open .group_menu_list li a:hover::before {
    border-color: #FFFFE3;
  }
  #header #main_menu_set.open .group_menu_list li.mobile {
    display: block;
  }
}
/*　ボディ部分*/
#maincontents {
  clear: both;
  margin: 0;
  padding: 0;
}

/* メイン部分 */
#itembox {
  margin: 0;
  padding: 10px 0 100px 45px;
  width: 690px;
  float: left;
  /* ぱんくず */
  /* ページタイトル 暫定 */
}
#itembox .breadcrumb {
  margin: 0;
  padding: 0 0 0 17px;
  font-size: 11px;
  line-height: 13px;
  height: 20px;
  color: #666666;
  background: url(../img/comm/breadcrumb_home.gif) no-repeat 0 0;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
#itembox .breadcrumb a {
  color: #666666;
  text-decoration: none;
}
#itembox .breadcrumb a:hover {
  text-decoration: underline;
}
#itembox .group_name {
  margin: 0 20px 0 0;
  padding: 35px 10px 1px;
  border-bottom: solid 1px #E2DEDC;
  background: url(../img/comm/group_name_bg.png) no-repeat top right;
  color: #564F45;
  letter-spacing: 0.1em;
}
#itembox .group_name::after {
  display: block;
  content: '';
  margin: 0 -10px;
  padding: 0 0 10px;
  border-bottom: solid 2px #7AB028;
}

@media (max-width: 560px) {
  #itembox {
    width: auto;
    float: none;
    margin: 0 15px;
    padding: 0;
  }
  #itembox .group_name {
    margin: 0;
    padding: 15px 10px 1px;
    background-size: auto 70%;
  }
  #itembox .breadcrumb {
    margin: 12px 0 0.5em;
  }
}
/* サイド */
#sidemenu {
  margin: 0 0 50px 735px;
  padding: 24px 0 0;
  width: 215px;
  /*
  .sub_menuul ul li a:hover{
  	background-color: #FBFBED;
  }
  */
  /* 2012.05.23 予約カレンダー */
}
#sidemenu .members_box {
  border: solid #CC9900 1px;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #564945;
  /*
  .login_name{
  	font-weight: bold;
  	padding: 0 5px;
  }
  .login_btn{
  	font-weight: bold;
  	padding: 5px;
  	margin-bottom: 5px;
  	border-color: #CC9900;
  	border-style: dashed;
  	border-width: 0 0 1px;
  }
  .mypage_btn{
  	padding: 10px 5px 5px;
  	margin-top: 10px;
  	border-color: #CC9900;
  	border-style: dashed;
  	border-width: 1px 0 0;
  }*/
}
#sidemenu .members_box .members_btn {
  margin: 0;
  padding: 0;
}
#sidemenu .members_box .members_btn a {
  display: block;
  margin: 5px 0;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
#sidemenu .members_box .members_btn.login_btn a {
  background: #CC9900;
}
#sidemenu .members_box .members_btn.regist_btn a {
  background: #FA4E1D;
}
#sidemenu .members_box .members_btn.guide_btn a {
  background: #FDC224;
  color: #564945;
}
#sidemenu .members_box .members_btn.mypage_btn a {
  background: #CC9900;
}
#sidemenu .members_box .members_btn.logout_btn a {
  background: #594F47;
}
#sidemenu .members_box .regist_mes {
  margin: 0;
  padding: 5px 0;
}
#sidemenu .sub_menu {
  margin: 0 0 20px;
  background-image: url(../img/course/course_menus.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 215px;
  height: 250px;
  overflow: hidden;
}
#sidemenu .sub_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
#sidemenu .sub_menu ul li a {
  display: block;
  height: 52px;
}
#sidemenu .sub_menu ul li#sub_menu01 a {
  height: 38px;
}
#sidemenu .access_navi {
  background-image: url(../img/comm/side_map_bg.gif);
}
#sidemenu .access_navi .hokkaido {
  margin: 0;
  padding: 3px 0 0;
  text-align: center;
}
#sidemenu .access_navi .hokkaido img {
  margin: 0 0 -4px;
}
#sidemenu .access_navi .map {
  background-color: #FFFFF4;
  text-align: center;
  margin: 0 4px;
  padding: 10px 0;
}
#sidemenu .access_navi .map img {
  margin: 0;
  border: solid #9E8B85 1px;
}
#sidemenu .access_navi .map a {
  display: block;
  text-align: right;
  padding: 2px 5px;
  color: #FF6600;
  font-size: 0.8em;
}
#sidemenu .access_navi .mes {
  margin: 0;
  padding: 0;
  text-align: center;
}
#sidemenu #side_news {
  margin: 15px 0 30px;
}
#sidemenu #side_news h2 {
  margin: 0;
}
#sidemenu #side_news dl {
  margin: 0;
  padding: 10px;
  border-color: #ACA899;
  border-style: solid;
  border-width: 0 0 1px 0;
}
#sidemenu #side_news dl dt {
  margin: 0.3em 0;
  font-size: 0.8em;
}
#sidemenu #side_news dl dd {
  margin: 0;
}
#sidemenu #side_banners {
  margin: 15px 0;
}
#sidemenu #side_banners .banner {
  padding: 5px 0;
}
#sidemenu #side_sign {
  margin: 15px 0;
  padding: 10px;
  border: solid #CCCCCC 1px;
}
#sidemenu #side_sign h2 {
  margin: 0;
}
#sidemenu #side_sign p {
  margin: 0;
  padding: 12px 0px 10px;
  font-size: 10px;
  line-height: 155%;
}
#sidemenu .embed_calendar {
  margin: 8px 0 0;
  border: solid #C1B9B3 1px;
  padding: 8px;
}
#sidemenu .embed_calendar h2 {
  margin: 0;
}
#sidemenu .embed_calendar .reason {
  text-align: center;
}
#sidemenu .embed_calendar .reason span {
  background-image: url(../img/comm/calendar_icons_set.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
#sidemenu .embed_calendar .reason span.reason_1 {
  background-position: 0 -15px;
}
#sidemenu .embed_calendar .reason span.reason_2 {
  background-position: 0 -30px;
}
#sidemenu .embed_calendar .reason span.reason_3 {
  background-position: 0 -45px;
}
#sidemenu .embed_calendar .reason span.reason_4 {
  background-position: 0 -60px;
}
#sidemenu .embed_calendar .reason span.reason_5 {
  background-position: 0 -75px;
}
#sidemenu .embed_calendar .reason span.reason_6 {
  background-position: 0 -90px;
}
#sidemenu .embed_calendar .reason span.reason_7 {
  background-position: 0 -105px;
}
#sidemenu .embed_calendar .icons_guide {
  padding: 5px 2px;
}
#sidemenu .embed_calendar .calendar_status {
  margin: 10px auto 0px;
  padding: 0 0 0 30px;
  font-size: 15px;
  color: #ED4141;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
}
#sidemenu .embed_calendar .calendar_status a {
  background-image: url(../img/comm/calendar_next.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 30px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: top;
  float: right;
}
#sidemenu .embed_calendar .calendar_status a:hover {
  background-position: 0 -16px;
}
#sidemenu .embed_calendar .reserver_calendar {
  border-collapse: collapse;
  empty-cells: show;
  margin: 5px auto 10px;
  width: 100%;
}
#sidemenu .embed_calendar .reserver_calendar tr th,
#sidemenu .embed_calendar .reserver_calendar tr td {
  vertical-align: top;
  border: solid 1px #C8C1BB;
  font-size: 11px;
  text-align: center;
}
#sidemenu .embed_calendar .reserver_calendar tr th {
  padding: 3px;
  text-align: center;
  background-color: #F28080;
  font-weight: bold;
  color: #fff;
  padding: 1px;
}
#sidemenu .embed_calendar .reserver_calendar tr td {
  background: #fff;
  overflow: auto;
  text-align: center;
  color: #A4958A;
}
#sidemenu .embed_calendar .reserver_calendar tr td p {
  margin: 0;
}
#sidemenu .embed_calendar .reserver_calendar tr td .ok .day {
  color: #4B433C;
  font-weight: bold;
}
#sidemenu .embed_calendar .reserver_calendar tr td .note {
  text-align: left;
  font-size: 11px;
  padding: 5px;
}
#sidemenu .embed_calendar .reserver_calendar tr td.expire {
  color: #4B433C;
}
#sidemenu .embed_calendar .reserver_calendar tr td.reserve_over {
  background-color: #fff;
}
#sidemenu .calendar_note {
  border: solid #C1B9B3 1px;
  padding: 5px 8px 0;
  font-size: 11px;
}
#sidemenu .calendar_note ul {
  margin: 0;
  list-style: none inside;
}
#sidemenu .calendar_note ul li {
  font-size: 11px;
  border: solid #C1B9B3;
  border-width: 0 0 1px;
  padding: 3px 3px;
  margin: 0 0 -1px;
}
#sidemenu .calendar_note ul li .date {
  color: #ED4141;
}
#sidemenu .calendar_btn {
  margin: 0;
  padding: 8px;
  border: solid #C1B9B3 1px;
  font-size: 11px;
  background: #FCE3E3;
}
#sidemenu .calendar_btn a {
  display: block;
  width: 190px;
  height: 31px;
  margin: 0 auto;
  background: url(../img/comm/calendar_btn.gif) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#sidemenu .calendar_btn a:hover {
  background-position: 0 -31px;
}
#sidemenu #foot_banners {
  display: none;
}

@media (max-width: 560px) {
  #sidemenu {
    display: none;
  }
}
/* フッター */
#footer {
  color: #63554C;
  clear: both;
  background-image: url(../img/comm/foot_bg.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

#page_top_button {
  position: relative;
  text-align: right;
  width: 940px;
  margin: 0 -1px;
  height: 20px;
}
#page_top_button img {
  margin: 0px 0px 0;
}

#foot_info {
  width: 910px;
  margin: 0 auto;
  padding: 187px 0 20px;
  border-color: #E3E2D8;
  border-style: solid;
  border-width: 0 0 2px 0;
  overflow: hidden;
}
#foot_info .foot_sns {
  width: 180px;
  float: right;
}
#foot_info .foot_sns .title {
  font-weight: bold;
}
#foot_info .foot_sns a {
  color: #564945;
  display: block;
  margin: 25px 0;
  padding: 0 0 0 25px;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 20px;
  background: url(../img/comm/icon_fb.png) no-repeat 0 center;
  background-size: 20px;
  /*
  &.tw{
  	display: none;
  	background-image: url(../img/comm/icon_tw.png);
  	color: #1DA1F2;
  }*/
}
#foot_info .foot_sns a.ig {
  background-image: url(../img/comm/icon_ig.png);
}
#foot_info .foot_address {
  padding: 0 0 0 20px;
  width: 350px;
  float: left;
}
#foot_info .foot_address .foot_title {
  margin: 0 0 20px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#foot_info .foot_address .foot_title a {
  color: #564945;
  text-decoration: none;
}
#foot_info .foot_address .foot_title a .corp {
  display: block;
  font-size: 0.6em;
}
#foot_info .foot_address address {
  font-style: normal;
  padding: 0;
}
#foot_info .foot_contant {
  width: 290px;
  text-align: center;
  float: left;
}
#foot_info .foot_contant .tel_box {
  color: #564945;
}
#foot_info .foot_contant .tel_box .mes {
  margin: 0 0 0.5em;
  font-weight: bold;
}
#foot_info .foot_contant .tel_box a {
  padding: 0 0 0 30px;
  height: 30px;
  line-height: 30px;
  background: url(../img/comm/foot_tel_icon.png) no-repeat 0 center;
  background-size: 25px auto;
  color: #6AA019;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#foot_info .foot_contant .tel_box .business_hours {
  margin: 0.5em 0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 12px;
}
#foot_info .foot_contant .tel_box .business_hours time {
  background: url(../img/comm/foot_time_icon.png) no-repeat 0 center;
  background-size: 12px auto;
  padding: 0 0 0 15px;
}
#foot_info .foot_contant .contact {
  padding: 10px 0 0;
}
#foot_info .foot_contant .contact a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 10px;
  width: 250px;
  height: 26px;
  line-height: 26px;
  border: solid #ccc 1px;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #fff 0%, #E8E8E8 100%);
  color: #564945;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: bold;
  /*
  background: url(../img/comm/foot_contant_btn.gif) no-repeat 0 0;
  text-indent:-9877em;
  overflow: hidden;
  
  &:hover{
  	background-position: 0 -26px;
  }*/
}
#foot_info .foot_contant .contact a::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 3px;
  height: 3px;
  margin: -4px 0 0 0;
  border-top: solid 2px #564945;
  border-right: solid 2px #564945;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#foot_info .foot_contant .contact a:hover {
  color: #9F5F45;
}
#foot_info .foot_contant .contact a:hover::before {
  border-color: #9F5F45;
}
#foot_info .foot_sign {
  display: none;
}

#foot_mobile_menu {
  display: none;
}

#foot_menu {
  width: 910px;
  margin: 0 auto;
  padding: 15px 0;
  border-color: #E3E2D8;
  border-style: dotted;
  border-width: 0 0 2px 0;
  overflow: hidden;
}
#foot_menu dl {
  width: 185px;
  margin: 0;
  float: left;
}
#foot_menu dl dd {
  margin: 0;
  padding: 5px 15px 0 3px;
  font-size: 0.8em;
}
#foot_menu dl.menu_end {
  width: 170px;
  padding: 0;
}
#foot_menu dl.menu_end dd {
  margin: 0;
  padding: 5px 0 0 3px;
}

#foot_menu_list {
  padding: 15px 40px 0;
  overflow: hidden;
}
#foot_menu_list ul {
  margin: 0;
  padding: 0;
  float: left;
}
#foot_menu_list ul li {
  display: block;
  margin: 0;
  padding: 0 15px 0 10px;
  background: url(../img/comm/foot_arrow.gif) no-repeat left center;
  float: left;
}
#foot_menu_list ul li a {
  color: #7B6862;
  text-decoration: none;
}
#foot_menu_list ul li a:hover {
  text-decoration: underline;
}
#foot_menu_list #counter {
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}

#copyright {
  margin: 0;
  padding: 30px 10px 5px;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
  background: url(../img/comm/bottom_bg.gif) no-repeat left top #7AB028;
}

@media (max-width: 560px) {
  #footer {
    width: auto;
    padding: 30px 0 0;
    background-size: 100%;
    background-position: 0 30px;
  }

  #foot_menu {
    display: none;
  }

  #page_top_button {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }

  #foot_info {
    width: auto;
    text-align: center;
    padding: 80px 0 0;
  }
  #foot_info .foot_sns {
    width: auto;
    margin: 0 0 10px;
    padding: 5px 0 25px;
    float: none;
    overflow: hidden;
    border-bottom: solid #E3E2D8 2px;
  }
  #foot_info .foot_sns .title,
  #foot_info .foot_sns a {
    display: inline-block;
    margin: 0 0.5em;
  }
  #foot_info .foot_address {
    display: inline-block;
    width: auto;
    margin: 1em 0;
    float: none;
    text-align: left;
  }
  #foot_info .foot_contant {
    width: auto;
    margin: 0;
    float: none;
  }
  #foot_info .foot_sign {
    display: block;
    width: auto;
    margin: 0 10px;
    float: none;
    text-align: left;
    border-top: solid 1px #D6D6D6;
  }
  #foot_info .foot_sign h2 {
    width: 320px;
    margin: 1em auto;
    font-size: 1em;
  }
  #foot_info .foot_sign p {
    width: 320px;
    margin: 1em auto;
  }

  #foot_menu_list {
    margin: -2px 0 0;
    padding: 0 2px;
    background: #fff;
  }
  #foot_menu_list ul {
    display: none;
  }
  #foot_menu_list #counter {
    width: auto;
    float: none;
    border-bottom: solid 2px #E3E2D8;
  }

  #copyright {
    margin: 0 0 70px;
    padding: 5px;
    background-image: none;
    text-align: center;
  }

  #foot_mobile_menu {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    border: solid #D9C895;
    border-width: 2px 0 0;
    background: #F2ECDB;
  }
  #foot_mobile_menu ul {
    margin: 0;
    padding: 0;
  }
  #foot_mobile_menu ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #foot_mobile_menu ul li a {
    box-sizing: border-box;
    display: block;
    width: 26%;
    height: 70px;
    line-height: 70px;
    float: left;
    border-right: solid #D9C895 2px;
    text-align: center;
  }
  #foot_mobile_menu ul li a span {
    display: inline-block;
    height: 70px;
    padding: 0 0 0 45px;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 0.9em;
    background: url(../img/comm/foot_mobile_menu01.png) no-repeat 5px center;
    background-size: 32px;
  }
  #foot_mobile_menu ul li a:hover span {
    text-decoration: none;
  }
  #foot_mobile_menu ul li.menu02 a {
    width: 30%;
  }
  #foot_mobile_menu ul li.menu02 a span {
    background-image: url(../img/comm/foot_mobile_menu02.png);
  }
  #foot_mobile_menu ul li.menu03 a {
    width: 44%;
    border: none;
    background-color: #6AA019;
  }
  #foot_mobile_menu ul li.menu03 a span {
    color: #fff;
    background-image: url(../img/comm/foot_mobile_menu03.png);
  }
}

/*# sourceMappingURL=common.css.map */
