@charset "UTF-8";
/*--------------------------------------------------*/
/*		http://www.sapporo-autumnfest.jp/
/*		/css/common.css
/*--------------------------------------------------*/
/*		$index
/*--------------------------------------------------*/
/*			$index......目次
/*			$reset......リセットcss
/*			$layout.....全体のレイアウト
/*			$title......共通タイトルレイアウト
/*			$header.....ヘッダレイアウト
/*			$footer.....フッタレイアウト
/*			$lower......下層ページ共通レイアウト
/*			$menu.......メニューページ共通レイアウト
/*--------------------------------------------------*/
/*スマホ用メディアクエリ設定*/
/*font-sizeとline-heightを0に*/
#common-visual .inner dt, #common-visual-mini .inner dt {
  font-size: 0;
  line-height: 0; }

/*中央寄せ*/
/*transitionによるopacity*/
/*--------------------------------------------------*/
/*			$reset
/*--------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left; }

hr {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit !important;
    text-decoration: none !important; }

ul, ol {
  list-style: none; }

address {
  font-style: normal; }

p {
  line-height: 1.8; }

img {
  max-width: 100%;
  border: none; }

.serif {
  font-family:YakuHanJP_Noto, "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important; }

.opa {
  transition: opacity .3s ease 0s; }

.opa:hover {
  opacity: 0.5; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clear:after, .clear:before {
  content: "";
  display: block;
  overflow: hidden;
  height: 0; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

/*flexboxの初期設定*/
#common-visual .inner dt, #common-visual-mini .inner dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

/*--------------------------------------------------*/
/*			$layout
/*--------------------------------------------------*/
html, body {
  width: 100%;
  height: auto; }

html {
  font-size: 62.5%;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", sans-serif; }

body {
  position: relative;
  background: #fff;
  color: #333;
  font-size: 1.0em;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", sans-serif;
  line-height: 1.8; }

#wrap {
  padding-top: 138px; }

.common-inner {
  width: 1100px;
  margin: 0 auto; }

.wraptype-b {
  padding: 70px 0;
  background-color: #f4f4f4; }

.wraptype-b .common-inner {
  padding-top: 70px;
  background-color: #fff; }

.wraptype-b .common-inner .common-box {
  width: 940px;
  margin: 0 auto; }

/*各会場カラー設定*/
.pc {
  display: block; }

.sp {
  display: none; }

@media (max-width: 768px) {
  #wrap {
    padding-top: 18.5%; }
  .common-inner {
    width: 94%; }
  .wraptype-b {
    padding: 9.126% 0; }
  .wraptype-b .common-inner {
    padding-top: 9.126%; }
  .wraptype-b .common-inner .common-box {
    width: 90%; }
  .pc {
    display: none; }
  .sp {
    display: block; } }

/*--------------------------------------------------*/
/*			$title
/*--------------------------------------------------*/
.common-tit01 {
  padding-bottom: 1em;
  font-size: 3.4rem;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center; }

.common-tit01:before {
  content: "―";
  margin-right: .8em;
  font-weight: normal; }

.common-tit01:after {
  content: "―";
  margin-left: .8em;
  font-weight: normal; }

.common-tit02 {
  padding-bottom: .5em;
  font-size: 2.4rem;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center; }

.common-tit03 {
  box-sizing: border-box;
  margin-top: 2em;
  padding: 0 0 .2em 1em;
  border-left: 6px #de766a solid;
  font-size: 2rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4; }

.common-tit03.line1 {
  padding: .7em 0 .7em 1em; }

.common-tit04 {
  padding: 1.5em 0;
  background-color: #333;
  color: #fff;
  font-size: 3.4rem;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center; }

/*
.common-tit04:before {
  content: "―";
  margin-right: .8em;
  font-weight: normal; }

.common-tit04:after {
  content: "―";
  margin-left: .8em;
  font-weight: normal; }
*/

.main-title {
  margin-bottom: 50px;
  padding: 1.5em 0 1em;
  background: url(/images/common/bg01.png) #fcfaf5;
  color: #de766a;
  font-size: 3.4rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  line-height:1.45;}

@media (max-width: 768px) {
  .common-tit01 {
    font-size: 2.25rem; }
  .common-tit02 {
    font-size: 1.75rem;
    font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  line-height:1.45;}
  .common-tit03 {
    padding: 0 0 0 1em;
    border-left: 5px #de766a solid;
    font-size: 1.75rem; }
  .common-tit03.line1 {
    padding: 0 0 0 1em; }
  .common-tit04 {
    padding: 1.2em 0;
    font-size: 2.25rem; }
  .main-title {
    margin-bottom: 5.8%;
    font-size: 1.55rem; } }

/*--------------------------------------------------*/
/*			$header
/*--------------------------------------------------*/
#header {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  width: 100%;
  background-image: url(/images/common/hbg01.png), url(/images/common/bg01.png);
  background-repeat: no-repeat,repeat;
  background-position: center top,center center;
  background-color: #fff; }

#header h1 {
  position: relative;
  left: 50%;
  width: 457px;
  margin: 9px 0 0 -534px;
  font-size: 0;
  line-height: 0; }

#header .snavi {
  position: absolute;
  left: 50%;
  top: 0;
  width: 415px;
  margin: 37px 0 0 175px; }

#header .snavi li {
  float: left;
  width: 128px;
  margin-right: 8px; }

#header .snavi li:first-child {
  width: 100px; }

#header .snavi li:last-child {
  margin-right: 0; }

#header .snavi li a {
  transition: all 0.4s ease;
  display: block;
  box-sizing: border-box;
  padding: .5em 0;
  border: 1px #dfdfdf solid;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
border-radius: 6px;
font-weight:bold;}

#header .snavi li a:hover, #header .snavi li a.current {
  border: 1px #e8a294 solid; }

#header .gnavi {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
  background-color: #e8a294; }

#header .gnavi dl {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  text-align: center; }

#header .gnavi dl dt {
  float: left;
  box-sizing: border-box;
  width: 164px;
  height: 100%;
  padding: 1em 0;
  background-color: #de766a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

#header .gnavi dl dd {
  float: right;
  width: 935px;
  height: 100%;
  background-color: #fafafa; }

#header .gnavi dl dd ul {
  height: 100%;
  padding: 0 7px; }

#header .gnavi dl dd ul li {
  float: left;
  overflow: hidden;
  width: 102px;
  height: 100%;
  margin-right: 14px; }

#header .gnavi dl dd ul li:last-child {
  margin-right: 0; }

#header .gnavi dl dd ul li a {
  transition: all 0.4s ease;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0 .8em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center; }

#header .gnavi dl dd ul li.area01 a {
  border-bottom: 2px #083388 solid; }

#header .gnavi dl dd ul li.area01 a:hover, #header .gnavi dl dd ul li.area01 a.current {
  border-bottom: 5px #083388 solid; }

#header .gnavi dl dd ul li.area04 a {
  border-bottom: 2px #e38e00 solid; }

#header .gnavi dl dd ul li.area04 a:hover, #header .gnavi dl dd ul li.area04 a.current {
  border-bottom: 5px #e38e00 solid; }

#header .gnavi dl dd ul li.area05 a {
  border-bottom: 2px #dd667a solid; }

#header .gnavi dl dd ul li.area05 a:hover, #header .gnavi dl dd ul li.area05 a.current {
  border-bottom: 5px #dd667a solid; }

#header .gnavi dl dd ul li.area06 a {
  border-bottom: 2px #b72721 solid; }

#header .gnavi dl dd ul li.area06 a:hover, #header .gnavi dl dd ul li.area06 a.current {
  border-bottom: 5px #b72721 solid; }

#header .gnavi dl dd ul li.area07 a {
  border-bottom: 2px #008fcc solid; }

#header .gnavi dl dd ul li.area07 a:hover, #header .gnavi dl dd ul li.area07 a.current {
  border-bottom: 5px #008fcc solid; }

#header .gnavi dl dd ul li.area08 a {
  border-bottom: 2px #5ea23a solid; }

#header .gnavi dl dd ul li.area08 a:hover, #header .gnavi dl dd ul li.area08 a.current {
  border-bottom: 5px #5ea23a solid; }

#header .gnavi dl dd ul li.area10 a {
  border-bottom: 2px #a24e1e solid; }

#header .gnavi dl dd ul li.area10 a:hover, #header .gnavi dl dd ul li.area10 a.current {
  border-bottom: 5px #a24e1e solid; }

#header .gnavi dl dd ul li.area11 a {
  border-bottom: 2px #9a9540 solid; }

#header .gnavi dl dd ul li.area11 a:hover, #header .gnavi dl dd ul li.area11 a.current {
  border-bottom: 5px #9a9540 solid; }

#header .gnavi dl dd ul li.special a {
  border-bottom: 2px #a074ab solid; }

#header .gnavi dl dd ul li.special a:hover, #header .gnavi dl dd ul li.special a.current {
  border-bottom: 5px #a074ab solid; }

#header .english {
  position: absolute;
  top: 0;
  left: 50%;
  width: 125px;
  margin-left: 427px; }

/*#header .english a{@extend %ts-opa; position:absolute; right:0; top:0; display:block; box-sizing:border-box; width:100%; padding:.5em 0; background-color:#000; color:#fff; font-size:1.2rem; font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-weight:bold; line-height:1; text-align:center;}
#header .english a:hover{@extend %ts-opa-ov;}*/
@media (max-width: 768px) {
  #header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: visible;
    background-image: none, url(/images/common/bg01.png); }
  #header.fixed {
    top: 0; }  #header h1 {
    position: relative;
    left: 0;
    width: 83.984375%;
    margin: 0 10px 0 0; }  #header h1 a {
    display: block;
    padding: 3.125%; }
  #header .menu {
    width: 10%; }  #header .menu svg {
    display: block;
    box-sizing: border-box;
    padding: 9.375%;
    color: #634e3d;
    font-size: 3rem;
    text-align: center;
	}
  #header nav {
    position: absolute;
    display: none;
    top: 100%;
    width: 100%; }
  #header .snavi {
    position: static;
    width: 100%;
    margin: 0; }
  #header .snavi li {
    box-sizing: border-box;
    width: 50%;
    margin-right: 0; }
  #header .snavi li:first-child {
    width: 100%; }
    #header .snavi li a {
    padding: 1em 0;
    background: #ffffff;
	border: none;
	border-radius: 0;
	margin: 0.2em;}
  #header .snavi li a:hover {
    background-color: #dfdfdf;
    border: none; }
  #header .gnavi {
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 3.125%;
    background-color: #fff; 
	margin-top: 0.5em;}
  #header .gnavi dl {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1;
    text-align: center; }
  #header .gnavi dl dt {
    float: none;
    width: 100%;
    height: auto; }
  #header .gnavi dl dd {
    float: none;
    width: 100%;
    height: auto; }
  #header .gnavi dl dd ul {
    height: auto;
    padding: 0; }
  #header .gnavi dl dd ul li {
    width: 50%;
    height: auto;
    margin-right: 0; }
  #header .gnavi dl dd ul li:nth-child(2n+1) {
    clear: both; }
  #header .gnavi dl dd ul li a {
    width: 90%;
    margin: 0 auto; }
  #header .english {
    position: static;
    width: 100%;
    margin-left: 0;
    padding: 3.125%;
    background-color: #000; }
  /*#header .english a{position:static;padding:1em 0;}*/
  #header .english .goog-te-gadget-simple {
    width: 100%;
    text-align: center; }
  .goog-te-menu-frame {
    left: 50% !important; } }

/*--------------------------------------------------*/
/*			$footer
/*--------------------------------------------------*/
#footer {
  padding-top: 20px;
  background: url(/images/common/bg01.png) #fcfaf5; }

#footer .address {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 15px; }

#footer .address dt {
  float: left;
  width: 457px; }

#footer .address dd {
  float: right;
  width: 300px;
  padding-top: 1em;
  font-size: 1.5rem; }

#footer .address dd span {
  display: block; }

#footer .address dd span svg {
  margin-right: .5em; }

#footer .fbnr {
  padding-bottom: 20px;
  font-size: 0;
  line-height: 0;
  text-align: center; }

#footer .fbnr a {
  transition: all 0.4s ease; }

#footer .fbnr a:hover {
  opacity: .7; }

#footer .fnavi {
  display: block; }

#footer .fnavi ul {
  font-size: 0;
  line-height: 0; }

#footer .fnavi li {
  display: inline-block;
  margin-right: .8em;
  padding-right: .8em;
  border-right: 1px #333 solid;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle; }

#footer .fnavi li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none; }

#footer .fnavi li a:hover {
  text-decoration: underline !important; }

#footer ul.fnavi {
  padding-bottom: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center; }

#footer dl.fnavi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4rem;
  font-size: 0;
  line-height: 0;
  text-align: center; }

#footer dl.fnavi dt {
  display: inline-block;
  margin-right: .8em;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: middle; }

#footer dl.fnavi dt:after {
  content: "："; }

#footer dl.fnavi dd {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle; }

#footer dl.fnavi dd ul {
  margin-bottom: 0; }

#footer .copyright {
  margin-bottom: 0;
  padding: 1em 0;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center; }

@media (max-width: 768px) {
  #footer {
    padding-top: 3.90625%; }
  #footer .address {
    width: 94%;
    padding-bottom: 2.6%; }
  #footer .address dt {
    float: none;
    width: 100%; }
  #footer .address dd {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-top: .5em; }
  #footer .fbnr {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 3.125%; }
  #footer .fnavi {
    display: none; }
  #footer dl.fnavi {
    display: none; }
  #footer .copyright {
    font-size: 1rem; } }

/*--------------------------------------------------*/
/*			$lower
/*--------------------------------------------------*/
#common-visual .inner {
  padding: 3.125%; }
  #common-visual .inner dl {
    padding: 3.125%;
    border: 1px rgba(255, 255, 255, 0.1) solid;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9); }
  #common-visual .inner dt {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    padding-bottom: 3.125%; }
  #common-visual .inner dt img {
    width: 48%; }
  #common-visual .inner dd {
    width: 100%; } #common-visual .inner h2 {
    padding-bottom: .5em;
    font-size: 2.0vw;
    line-height: 1.3;
    letter-spacing: .1em;
font-weight:700; }

#common-visual-mini {
  background: url(/images/area05/visual_pc.jpg) no-repeat center center;
  background-size: cover; }

#common-visual-mini .inner {
  padding: 3.125%; }
  #common-visual-mini .inner dl {
    padding: 3.125%;
    border: 1px rgba(255, 255, 255, 0.1) solid;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9); }
  #common-visual-mini .inner dt {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    padding-bottom: 3.125%; }
  #common-visual-mini .inner dt img {
    width: 48%; }
  #common-visual-mini .inner dd {
    width: 100%; }
  #common-visual-mini .inner h2 {
    padding-bottom: .5em;
    color: #de766a;
    font-size: 2.857vw;
    line-height: 1.2;
    letter-spacing: .1em; }

/*#common-visual-mini{margin-bottom:50px; background:url(/images/common/bg01.png) #fcfaf5;}
#common-visual-mini .inner{background:url(/images/common/visual_bg04.png) no-repeat center bottom;}
#common-visual-mini .inner h2{padding:1.5em 0; font-size:3.4rem; font-weight:bold; font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; line-height:1; text-align:center;}*/
.comming-soon {
  width: 940px;
  margin: 0 auto;
  padding-top: 30px;
  color: #f00;
  font-size: 2.4rem;
  text-align: center; }

#page-tabs {
  width: 940px;
  margin: 0 auto;
  padding: 65px 0; }

#page-tabs li {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0; }

#page-tabs li:nth-child(3n) {
  margin-right: 0; }

#page-tabs li a {
  transition: all 0.4s ease;
  position: relative;
  display: block;
  padding: 1.5em 0 1.5em 4.7em;
  background-color: #de766a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1; }

#page-tabs li a:hover, #page-tabs li a.current {
  background-color: #333;
  color: #fff !important; }

#page-tabs li a svg {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  font-weight: normal; }

#page-tabs li a svg:first-child {
  left: 1.3em;
  font-size: 2rem; }

#page-tabs li a svg.fa-angle-right {
  right: 1em;
  font-size: 2rem; }

#page-tabs li.special-menu a {
  padding: 1.5em 0 1.5em 3.7em; }

#page-tabs li.special-menu a i:first-child {
  left: .8em; }

#page-tabs li.special-menu a i.fa-angle-right {
  right: .2em; }

#areaintro {
  position: relative;
  padding-bottom: 90px; }

#areaintro > * {
  width: 540px; }

#areaintro figure {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  line-height: 0; }

#areainfo {
  padding: 60px 0 90px;
  background-color: #f4f4f4; }

#areainfo .common-inner > div {
  width: 540px; }

#areainfo table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse; }

#areainfo table th {
  width: 26%;
  padding: 1em;
  border: 1px #adadad solid;
  background-color: #f9e7e1;
  font-size: 1.6rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: left;
  vertical-align: middle; }

#areainfo table td {
  padding: 1em;
  border: 1px #adadad solid;
  background-color: #fff;
  font-size: 1.4rem; }

#areainfo table td .time {
  color: #de766a;
  font-size: 3rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

#areainfo .nosmoking {
  padding-bottom: 25px;
  font-size: 0;
  line-height: 0; }

#areainfo .fbbox {
  padding: 20px;
  background-color: #7f94be; }

#areainfo #areamap {
  width: 100%; }

#areainfo #areamap dt {
  background-color: #de766a;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 2;
  text-align: center; }

#areainfo #areamap dd {
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center; }

#areainfo #areamap dd p {
  text-align: center; }

.txt {
  padding-bottom: 1.5em;
  font-size: 1.4rem; }

.ph {
  font-size: 0;
  line-height: 0; }

ul.clm2 li {
  float: left;
  width: 535px;
  font-size: 1.4rem; }

ul.clm2 li:first-child {
  margin-right: 30px; }

div.clm2 > .fleft, div.clm2 > .fright {
  width: 535px;
  padding-bottom: 1.5rem;
  font-size: 1.4rem; }

div.clm2 > .fleft {
  margin-right: 30px; }

.clm2mini .clm-s {
  width: 348px; }

.clm2mini .clm-l {
  width: 725px; }

.clm2liquid01 .clm-s {
  width: 42%; }

.clm2liquid01 .clm-l {
  width: 55%; }

.clm2liquid02 > * {
  width: 49%; }

.clm3 > * {
  float: left;
  width: 350px;
  margin: 0 25px 25px 0;
  font-size: 1.4rem; }

.clm3 > *:nth-child(3n) {
  margin-right: 0; }

.clm3 > *:nth-child(3n+1) {
  clear: both; }

.clm3liquid > * {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0; }

.clm3liquid > *:last-child {
  margin-right: 0; }

.clm4 > * {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  font-size: 1.4rem; }

.clm4 > *:nth-child(4n) {
  margin-right: 0; }

.d-list01 {
  padding-bottom: 1.5em; }

.d-list01 dt {
  color: #de766a;
  font-size: 1.4rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

.d-list01 dd {
  font-size: 1.4rem; }

.d-list02 dt {
  display: inline-block;
  padding: 0 1em;
  background-color: #de766a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  font-family:YakuHanJP_Noto, 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

.ph-list01 {
  padding-bottom: 25px; }

.ph-list01 > * {
  font-size: 0;
  line-height: 0; }

.ph-list02 figure {
  font-size: 0;
  line-height: 0; }

.txt-list01 {
  padding-bottom: .5em; }

.txt-list01 li {
  float: left;
  width: 49%;
  margin-right: 2%;
  padding-bottom: .5em;
  font-size: 1.4rem; }

.txt-list01 li:nth-child(even) {
  margin-right: 0; }

.txt-list01 li:nth-child(2n+1) {
  clear: both; }

.txt-list02 li {
  display: inline-block;
  margin-right: 1em;
  padding-bottom: .5em; }

.txt-list03 {
  font-size: 0;
  line-height: 0; }

.txt-list03 li {
  display: inline-block;
  width: 140px;
  margin: 0 12px 12px 0;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center; }

.border-box {
  box-sizing: border-box;
  padding: 1em;
  border: 1px #d0d0d0 solid;
  font-size: 1.4rem; }

table.type01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem; }

table.type01 tr:nth-child(odd) {
  background-color: #f5f5f5; }

table.type01 tr td {
  padding: 1em 1.5em;
  border: 1px #adadad solid; }

table.type02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem; }

table.type02 th {
  box-sizing: border-box;
  width: 33%;
  padding: 1.4rem;
  border: 1px #adadad solid;
  background-color: #f5f5f5;
  font-size: 1.7rem;
  text-align: center;
  vertical-align: middle; }

table.type02 td {
  box-sizing: border-box;
  padding: 1em;
  border: 1px #adadad solid; }

table.type03 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem; }

table.type03 th {
  box-sizing: border-box;
  width: 25%;
  padding: 1rem;
  border: 1px #adadad solid;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle; }

table.type03 td {
  box-sizing: border-box;
  padding: 1em;
  border: 1px #adadad solid; }

table.type04 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem; }

table.type04 th {
  box-sizing: border-box;
  width: 12%;
  padding: 1rem;
  border: 1px #adadad solid;
  background-color: #e6e6e6;
  font-weight: normal;
  vertical-align: middle; }

table.type04 th.sat {
  background-color: #c8dcf0; }

table.type04 th.hol {
  background-color: #ffd2d2; }

table.type04 td {
  box-sizing: border-box;
  padding: 1em;
  border: 1px #adadad solid; }

table.type04 td.time {
  width: 14%; }

table.type05 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem; }

table.type05 th {
  box-sizing: border-box;
  width: 25% !important;
  padding: 1em;
  border: 1px #adadad solid;
  background-color: #f5f5f5;
  text-align: left;
  vertical-align: middle; }

table.type05 th.sub {
  background-color: #fafafa; }

table.type05 td {
  box-sizing: border-box;
  width: 25% !important;
  padding: 1em;
  border: 1px #adadad solid;
  vertical-align: middle; }

table.type05 .main th {
  background-color: #e8a294;
  font-weight: normal; }

table.type05 .wide th {
  width: 50%; }

table.type05 .wide td {
  width: 50%; }

table.type05 .main-tit {
  font-size: 1.6rem;
  font-weight: bold; }

.last-remarks {
  padding: 100px 0 1em;
  font-size: 1.3rem;
  text-align: right; }

@media (max-width: 768px) {
  #common-visual .inner dl {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%; }
  #common-visual .inner dt {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin: 0 auto; }
    #common-visual .inner dt img:first-child {
      margin-right: 4%; }
  #common-visual .inner h2 {
    font-size: calc(2.857vw*1.7);
    text-align: center; }
  #common-visual-mini .inner {
    padding: 3.125%; }
    #common-visual-mini .inner dl {
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      width: 100%; }
    #common-visual-mini .inner dt {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 80%;
      margin: 0 auto; }
      #common-visual-mini .inner dt img:first-child {
        margin-right: 4%; }
    #common-visual-mini .inner h2 {
      font-size: calc(2.857vw*1.7);
      text-align: center; }
  /*#common-visual-mini{margin-bottom:6.518%; background:none #fcfaf5;}
#common-visual-mini .inner{background:url(/images/common/visual_bg04.png) no-repeat center bottom; background-size:100% auto;}
#common-visual-mini .inner h2{padding:1em 0; font-size:1.7rem;}*/
  .comming-soon {
    width: 98%;
    padding: 4.6875% 0;
    font-size: 1.6rem; }
  #page-tabs {
    width: 100%;
    padding: 0;
    background-color: #ebebeb; }
  #page-tabs li {
    box-sizing: border-box;
    width: 50%;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0; }
  #page-tabs li a {
    font-size: 1.15rem; }  #page-tabs li a svg:first-child {
    font-size: 1.5rem; }  #page-tabs li a svg.fa-angle-right {
    font-size: 2.0rem; }
  #page-tabs li.special-menu a {
    padding: 1.5em 0 1.5em 2.7em; }
  #page-tabs li.special-menu a svg:first-child {
    left: .2em; }
  #page-tabs li.special-menu a svg.fa-angle-right {
    right: .2em; }
  #areaintro {
    padding-bottom: 0; }
  #areaintro > * {
    float: none;
    width: 91%;
    margin: 0 auto; }
  #areaintro .common-tit03 {
    margin-bottom: 1em; }
  #areaintro figure {
    position: static;
    margin-bottom: 5.215%; }
  #areainfo {
    padding: 3.9113% 0 14%; }
  #areainfo .common-inner > div {
    width: 100%; }
  #areainfo table {
    margin-bottom: 2.6%; }
  #areainfo table th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none;
    font-size: 1.4rem; }
  #areainfo table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-bottom: none; }
  #areainfo table tr:last-child td {
    border-bottom: 1px #adadad solid; }
  #areainfo table td .time {
    font-size: 2.5rem; }
  #areainfo .nosmoking {
    padding-bottom: 3.2%; }
  #areainfo .fbbox {
    margin-bottom: 5.2%;
    padding: 2.6%; }
  #areainfo .fbbox * {
    width: 100% !important; }
  #areainfo #areamap dt {
    font-size: 1.4rem; }
  #areainfo #areamap dd {
    background-color: #fff; }
  #areainfo #areamap dd .ph {
    text-align: center; }
  ul.clm2 li {
    float: none;
    width: 100%;
    margin-bottom: 2%; }
  ul.clm2 li:first-child {
    margin-right: 0; }
  div.clm2 > .fleft, div.clm2 > .fright {
    float: none;
    width: 100%;
    margin-bottom: 2%; }
  div.clm2 > .fleft {
    margin-right: 0; }
  .clm2mini .clm-s {
    float: none;
    width: 100%; }
  .clm2mini .clm-l {
    float: none;
    width: 100%; }
  .clm2liquid01 > *, .clm2liquid02 > * {
    float: none;
    width: 100%; }
  .clm2liquid01 .clm-s {
    width: 100%;
    margin-bottom: 2.607%; }
  .clm2liquid01 .clm-l {
    width: 100%; }
  .clm3 > * {
    float: left;
    width: 100%;
    margin: 0 0 3.2% 0; }
  .clm3 > *:nth-child(3n) {
    margin-right: 0; }
  .clm4 > * {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0; }
  .clm4 > *:last-child {
    margin-right: 0; }
  .clm4 > *:nth-child(even) {
    margin-right: 0; }
  .d-list01 {
    padding-bottom: 1em; }
  .d-list01 dt {
    font-size: 1.5rem; }
  .ph-list01 {
    padding-bottom: 3.2%; }
  ul.ph-list01 li {
    float: left;
    width: 49%; }
  ul.ph-list01 li:first-child {
    margin-right: 2%; }
  .txt-list03 li {
    width: 49%;
    margin: 0 2% 2% 0; }
  .txt-list03 li:nth-child(2n) {
    margin-right: 0; }
  table.type01 tr:nth-child(odd) {
    background-color: transparent; }
  table.type01 tr td {
    display: block;
    padding: 0 0 1em;
    border: none; }
  table.type02 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: none;
    font-size: 1.4rem;
    text-align: left; }
  table.type02 td {
    display: block;
    border-bottom: none; }
  table.type02 tr:last-child td {
    display: block;
    border: 1px #adadad solid; }
  table.type03 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: none;
    font-size: 1.4rem;
    text-align: left; }
  table.type03 td {
    display: block;
    border-bottom: none; }
  table.type03 tr:last-child td {
    display: block;
    border: 1px #adadad solid; }
  table.type04 th {
    display: block;
    width: 100%; }
  table.type04 td {
    display: block;
    width: 100%; }
  table.type04 td.time {
    width: 100%;
    font-weight: bold; }
  table.type05 th {
    display: block;
    width: 100% !important; }
  table.type05 td {
    display: block;
    width: 100% !important; }
  table.type05 .wide th {
    width: 100%; }
  table.type05 .wide td {
    width: 100%; }
  .last-remarks {
    padding: 3em 0 .5em; } }

/*--------------------------------------------------*/
/*			$menu
/*--------------------------------------------------*/
#menu-navi {
  padding-bottom: 60px; }

#menu-navi li a {
  transition: all 0.4s ease;
  display: block;
  box-sizing: border-box;
  padding: .5em 1em;
  border-radius: 5px;
  border: 1px #de766a solid;
  font-size: 1.6rem;
  font-weight: bold; }

#menu-navi li a:hover {
  background-color: #de766a;
  color: #fff; }

#menu-navi li a svg {
  margin-right: .5em; }

.areamenu .common-remarks {
  color: #c00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }

.areamenu .common-inner.anchor {
  padding-bottom: 60px !important; }

.areamenu .common-inner.anchor table {
  margin-bottom: 30px; }

.areamenu .common-inner.anchor table.none {
  margin-bottom: 10px; }

.areamenu .gotop {
  padding-bottom: 0;
  font-weight: bold;
  text-align: right; }

.areamenu .gotop a {
  text-decoration: underline; }

.areamenu .gotop a:hover {
  text-decoration: none; }

.areamenu .gotop svg {
  margin-right: .5em; }

@media (max-width: 768px) {
  #menu-navi {
    padding-bottom: 9.375%; }
  #menu-navi li a {
    padding: .5em;
    font-size: 1.15rem; }
  .areamenu .common-remarks {
    font-size: 1.4rem; }
  .areamenu .common-inner.anchor {
    padding-bottom: 9.375% !important; }
  .areamenu .common-inner.anchor table {
    margin-bottom: 4.6875%; } }

/*--------------------------------------------------*/
/*		http://www.sapporo-autumnfest.jp/
/*		/css/area05.css
/*--------------------------------------------------*/
/*		$index
/*--------------------------------------------------*/
/*			$index......目次
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*			$layout
/*--------------------------------------------------*/
#common-visual {
  background: url(/images/area05/visual_pc.jpg) no-repeat center center;
  background-size: cover; }
  #common-visual h2 {
    color: #dd667a; }

#areaintro h4 {
  width: 100%; }

#areaintro .txt {
  width: 100%; }

#areainfo .nosmoking {
  width: 260px;
  padding-bottom: 80px; }

#areainfo .fbbox {
  margin-bottom: 35px; }

#areamap {
  clear: both; }

#areamap p {
  padding: 15px 0 20px;
  text-align: center; }

#areainfo > .common-inner > dl.remarks {
  box-sizing: border-box;
  padding: 20px 40px 70px;
  background-color: #fff; }

#areainfo > .common-inner > dl.remarks dt {
  margin-bottom: 1em;
  padding: 0 1em;
  background-color: #dc3214;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

#areainfo > .common-inner > dl.remarks dd {
  padding: 0 1em;
  font-size: 1.4rem; }

#box01 th img {
  width: 50%; }

#box02 .common-tit03 span {
  display: inline-block;
  margin-left: 2em;
  font-size: 1.4rem;
  font-weight: normal; }

@media (max-width: 768px) {
  #areainfo .nosmoking {
    width: 50%;
    padding-bottom: 2.6%; }
  #areainfo > .common-inner > dl.remarks {
    padding: 2.6% 5.2% 9.1%; }
  #areainfo > .common-inner > dl.remarks dt {
    font-size: 1.4rem; }
  #box01 th {
    text-align: center; }
  #box01 th img {
    width: 35%; }
  #box02 .common-tit03 span {
    display: block;
    margin-left: 0; } }

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

  .liquid-inner {
    width: 85.71429%;
    max-width: 1200px;
	margin: 0 auto;
  }


/* box02 list */

.common-tit02 {
  margin: 1.2em 0 0.5em;
  text-align: center;
}

@media (max-width: 768px) {
  .common-tit02 {
    font-size: 6.4vw;
    line-height: 1.5625;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 769px) {
  .common-tit02 {
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
}

.common-tit02 span.line {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  text-align: center;
}

.common-tit02 span.line:before {
  content: "―";
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-tit02 span.line:after {
  content: "―";
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scl-list .glow-box {
	box-shadow:0px 0 5px 0 #d1d1d1;
	padding:0 0 10px 0;
}
.scl-list .glow-box .inner {
	position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
}
figure.glow-box {
	box-shadow:0px 0 5px 0 #d1d1d1;
	margin:0 0 80px 0;
	padding:0;
}
@media (max-width: 768px) {
  .fs-mid {
    font-size: 5.33333vw;
    line-height: 1.364;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 769px) {
  .fs-mid {
    font-size: 2.4rem;
    line-height: 1.364;
    letter-spacing: 0.08rem;
  }
}
.fw-bold {
  font-weight: 700;
}
@media (max-width: 768px) {
  .fs-copy {
    font-size: 2.4vw;
    line-height: 2.44444;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .fs-copy {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 768px) {
  .fs-sm {
    font-size: 2.5vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .fs-sm {
    font-size: 1.3rem;
    line-height: 1.84615;
    letter-spacing: 0.04em;
  }
}
h3{margin-bottom:0;}

.last-remarks2 {
  padding: 20px 0 1em;
  font-size: 1.3rem;
  text-align: right; }

/* 翻訳タブ */
.stt-lang-select {
  box-shadow: none !important;
  border: none !important;
}
.stt-lang-select.br {
border-radius: 10px 0 0 !important;
}
.stt-lang-select .text,
.stt-lang-select .stt-text{
  color: #fff !important;
  background-color: #de766a !important;
}
.stt-lang-select .text:after,
.stt-lang-select .stt-text:after{
  color: #fff !important;
}