/*
Version: 1.1
Date:  2016/07/22
*/

/* =Common Styles
-------------------------------------------------------------- */

body {
  height: 100%;
  background-color: #ffffff;
  font-family: "Roboto", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", メイリオ, sans-serif;
  color: #333;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  /* 横向きの文字サイズ不変 */

}


::selection {
  background: #b2daeb;
  color: #fff;
}

::-moz-selection {
  background: #b2daeb;
  color: #fff;
}

img{
  max-width: 100%;
  height: auto;
}

.container{
  width: 940px;
  margin: 0 auto;
  background: #fff;
}
.img{
  line-height: 0;
  margin: 0;
}
.text{
  padding: 0 40px;
}

/* =Typography
-------------------------------------------------------------- */

p {
  color: #333;
  line-height: 1.5;
  margin: 0 0 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  color: #555;
  font-style: normal;
  font-weight: 100;
  line-height: 1.17em;
  margin: 0 0 20px;
}

h2 {
  font-size: 2.5em;
}

h1 {
  font-size: 3.5em;
  text-align: center;
  margin: 0;
  line-height:0;
}

h3 {
  font-size: 1.4666666666666667em;
  font-weight: 300;
}

h4 {
  font-size: 1em;
  font-weight: 400;
}

h5 {
  font-size: 1em;
  font-weight: 300;
}

h6 {
  font-size: 0.8em;
  /*text-transform: uppercase;*/
  font-weight: 300;
}

.sub-heading {
  margin-bottom: 40px;
}

.al-c{
  text-align: center;
}
.al-l{
  text-align: left;
}
.al-r{
  text-align: right;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


/* =Anchors
-------------------------------------------------------------- */

a {
  color: #3498d9;
  cursor: pointer;
  text-decoration: none;
  -moz-transition:color .2s;
  -o-transition:color .2s;
  -webkit-transition:color .2s;
  transition:color .2s;
}

a:hover {
  color: #555;
}

a.button {
  display: inline-block;
  font-size: 1.4666666666666667em;
}

a.button i {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
}

a.button.small {
  font-size: 12px;
  font-weight: 400;
}

a.button.small i {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  margin-bottom: -4px;
}

a.button:hover i, a.button.small:hover i { background-position: bottom; }


@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*タップ時の色 */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}



input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cFix {
  *zoom: 1;
}
.cFix:after {
  content: "";
  display: table;
  clear: both;
}

.bold {
  font-weight: bold;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.dTable {
  display: table;
}

.dCell {
  display: table-cell;
  vertical-align: middle;
}

.small {
  color: #666;
}

.blue {
  color: #0073bc;
  font-weight: bold;
}

.lBlue {
  color: #009dff;
  font-weight: bold;
}

.dBlue {
  color: #0e2362;
  font-weight: bold;
}

.eBlue {
  color: #00A0B8;
  font-weight: bold;
}

.yellow {
  color: #ffe63c;
  font-weight: bold;
}

.dYellow {
  color: #b39800;
  font-weight: bold;
}

.red {
  color: #e80000;
}

.small {
  font-size: 70%;
  display: block;
  line-height: 2;
}

hr {
  border: none;
}

.caution {
  font-size: 60%;
  line-height: 1.3;
  text-align: right;
  padding-right: 40px;
}
footer{
  margin-top: 30px;
  padding: 40px 0 20px 0;
}

.copyright{
  display: block;
  font-size: 80%;
  text-align: center;
}
#cont09 h5{
  background: #911f44;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.map{
  margin: 0px auto;
  width: 800px;
}

#cont09 ul li{
  display: inline-table;
  padding-right: 10px;
}

#cont09 .map table{
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table tr th{
  font-weight: bold;
  text-align: center;
  width: 20%;
}
.table tr td a{
  padding: 10px 30px;
  color: #fff;
}

.map1{background: #6699cc;}
.map2{background: #52bbd1;}
.map3{background: #71d5cb;}
.map4{background: #75b777;}
.map5{background: #c0c743;}
.map6{background: #efb838;}
.map7{background: #f58c3f;}
.map8{background: #f1a296;}
.map9{background: #e77a72;}




/* フェード */
.fade-in{
  overflow: hidden;
}

.fade-in-off{
  -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.fade-in-on{
  -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.loopSliderWrap{
    top: 0;
    left: 0;
    height: 210px;
    padding: 8px 0;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    padding: 4px 0;
    width: 100%;
    height: 210px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
	margin: 0; padding: 0;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
	margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img{ margin: 0 4px;	padding: 4px 8px;}


