@charset "UTF-8";
*{
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

html { font-size:62.5% ;}
  @media screen and (min-width: 960px){html{font-size:15px;}}
  @media screen and (max-width: 960px){html{font-size:15px;}}
  @media screen and (max-width: 860px){html{font-size:14px;}}
  @media screen and (max-width: 760px){html{font-size:14px;}}
  @media screen and (max-width: 640px){html{font-size:12.5px;}}
  @media screen and (max-width: 540px){html{font-size:12px;}}
  @media screen and (max-width: 450px){html{font-size:12px;}}
  @media screen and (max-width: 320px){html{font-size:11px;}}

body {
  margin: 0;
  background-color: #fff;
  font-family : "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight : normal;
  color: #333;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  }


/* サイト全体のFLEXBOX */

.wrap-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}
.site-content {
  flex: 1 0 auto;
  margin-top: 60px;
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  .site-content {
    flex: 1 0 auto;
    margin-top: 80px;
  }
}


/* ヘッダ固定によるサイトリンク位置調整 */

.anchor {
  display: block;
  padding: 80px 20px 50px;
}

.anchor:nth-child(even){
  display: block;
  width: 100%;
  background-color: #f8f8f8;
}

/* ------------------------------------------------------------------ */
/* float, clear
/* ------------------------------------------------------------------ */

.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.clear {
  clear: both;
  visibility: visible;
}
.left {
  float:left;
}
.right {
  float:right;
}

/* ------------------------------------------------------------------ */
/* レイアウト
/* ------------------------------------------------------------------ */

	
/* 間隔調整
------------------------------------------------------------------ */

.mt15 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 10px !important;
}
.mt30 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 30px !important;
}
.mt80 {
  margin-top: 50px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb80 {
  margin-bottom: 50px !important;
}
pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .pb10 {
    padding-bottom: 10rem !important;
  }
}


/* ------------------------------------------------------------------ */
/* ページトップへ
/* ------------------------------------------------------------------ */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.0rem;
}
#page-top a {
  background: #d0ba60;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 14px 0;
  text-align: center;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#page-top a:hover {
  text-decoration: none;
  background: #777;
}

@media screen and (max-width: 799px) { /* 799px以下用の記述 */

  #page-top {
    display:none;
  }
}


/* ------------------------------------------------------------------ */
/* Header / Global NAVI Styles
/* ------------------------------------------------------------------ */

header{
  background-color: #13a6c9;
}
header div.navwrap {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
}
header div.navwrap:after {
  content: "";
  clear: both;
  display: block;
}

/*------- header ------*/

#headwrap {
  top: -80px;
  position: absolute;
  width: 100%;
  margin: 80px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#headwrap a,
#headwrap {
  color: #fff;
  text-decoration: none;
}

#headwrap .navwrap {
  position: relative;
}

#headwrap .h-logo {
  float: left;
  padding: 15px 0;
}

#headwrap .h-logo a img {
  width: 240px;
  height: 50px;
}

#headwrap .glogo {
  display: none;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
}

#global-nav ul li {
  float: left;
  line-height: 2.0;
  font-weight: 600;
}

#global-nav ul li a {
  padding: 0.6rem 0rem;
  margin-left: 1.2rem;
}

#global-nav ul li a:hover {
  border-bottom: 2px solid #f0e559;
}

/* Fixed */
#headwrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0px;
  height: 60px;
  background-color: #13a6c9;
  transition: top 1s ease-in;
  -webkit-transition: top 1s ease-in;
  -moz-transition: top 1s ease-in;
}
#headwrap.fixed .h-logo {
  float: left;
  padding: 10px 0;
}

#headwrap.fixed .h-logo a img {
  width: 200px;
  height: 40px;
}

#headwrap.fixed .wlogo {
  display: none;
}
#headwrap.fixed .glogo {
  display: block;
}

#headwrap.fixed #global-nav ul li a {
  color: #fff;
  font-weight: 400;
  padding: 0.6rem 0rem;
  margin-left: 2rem;
}

/*------ Toggle Button（ハンバーガーメニュー） ------*/

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 110;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}


/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */

  #global-nav{
    /*background:#ffffff;*/
    background: rgba(255,255,255,0.85);
  }
  
  #global-nav > ul > li{
    line-height: 80px;
  }
  
  /* Fixed */
  #headwrap.fixed #global-nav > ul > li{
    line-height: 60px;
  }
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 1200px) { /* 1200px以上用の記述 */
  #global-nav ul li a {
    padding: 0.6rem 0rem;
    margin-left: 3rem;
  }
  
  /* Fixed */
  #headwrap.fixed #global-nav ul li a {
    padding: 0 0 0.6rem;
    margin-left: 3rem;
  }
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (max-width: 799px) { /* 799px以下用の記述 */

  #headwrap .navwrap {
    width: 100%;
    padding: 0;
  }
  #headwrap {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #headwrap.fixed {
    padding-top: 0;
    background: #13a6c9;
    opacity: 0.8;
  }
  #mobile-head {
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #headwrap.fixed .h-logo,
  #headwrap .h-logo {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #333;
  }
  #headwrap .h-logo,
  #headwrap.fixed .h-logo{
    padding:10px ;
  }
  #headwrap .h-logo a img,
  #headwrap.fixed .h-logo a img {
    width:auto;
    height:25px;
  }
  
  #headwrap .wlogo {
    display: none;
  }
  #headwrap .glogo {
    display: block;
  }
  
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -496px;
    background: #333;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    width: 100%;
    text-align:left;
    padding: 0;
    text-indent:0.5em;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin:0;
    padding:0;
  }
  #global-nav ul li {
    float: none;
    position: static;
    border-top:#666 solid 1px;
  }
  #headwrap #global-nav ul li a,
  #headwrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 1rem 0;
    }
  
  #global-nav ul li a:hover {
    border-bottom: none;
  }
  
  #nav-toggle {
	display: block;
  }
  
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }

  /* -----toogle menu ----- */
  /*#top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 1em 0;
  }*/  
}

/* ------------------------------------------------------------------ */
/* パンくずリスト
/* ------------------------------------------------------------------ */

.breadcrumb {
  width: 100%;
  padding: 1rem 0.8rem 2rem;
  margin: 10px auto;
  font-size: 0.9rem;
}

.breadcrumb li{
  display:inline;
  list-style: none;
  line-height: 1.5;
}

.breadcrumb li:after{ /* >を表示*/
  content: '';
  padding: 0 0.7rem;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
}

.breadcrumb > li.bc-current {
  color: #13a6c9;
}

.breadcrumb li:last-child:after{
  content: '';
  background : none;
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

.breadcrumb li:first-child a:before{ /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1rem;
  color: #777;
  margin-right: 0.3rem;
}

.breadcrumb li a:hover {
  color: #13a6c9;
}

.breadcrumb li a:hover:before {
  color: #13a6c9;
}


/* ******************** Media Queries による切り替え ******************** */

@media screen and (min-width: 800px) {
  .breadcrumb {
    width: 100%;
    padding: 1rem 0.8rem 2rem;
    margin: 10px auto;
    font-size: 0.9rem;
  }
}



/* ------------------------------------------------------------------ */
/* ライン枠リンク
/* ------------------------------------------------------------------ */

.linenavwrap{
  margin: 30px 0;
  padding: 0;
  text-align: left;
}


/*------ 4列版 ------*/

ul.linenav{
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
  line-height: 1.4;
  border-left: solid 1px #ccc;
}

ul.linenav li{
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width : 100%;
  width : -webkit-calc(100%/1);
  width : calc(100%/1);
  margin-top: -1px;
}

ul.linenav li a{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 13px 25px;
  display: flex;
  align-items:center;
  justify-content:center;
  color: #333;
  font-size: 1.1rem;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.linenav li a.linecurrent{
  color:#13a6c9;
}

ul.linenav li a:hover {
  color: #fff;
  background-color: #13a6c9;
}

ul.linenav li a:hover:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

ul.linenav li a:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #13a6c9;
  border-right: 1px solid #13a6c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (min-width: 600px) {
  ul.linenav li{
    width: 50%;
    width: -webkit-calc(100%/2);
    width: calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  ul.linenav li{
    width: 25%;
    width: -webkit-calc(100%/4);
    width: calc(100%/4);
  }
}


/*------ 3列版 ------*/

ul.linenav-trio{
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  border-left: solid 1px #ccc;
}

ul.linenav-trio li{
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width : 100%;
  width : -webkit-calc(100%/1);
  width : calc(100%/1);
  margin-top: -1px;
}

ul.linenav-trio li a{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 13px 20px;
  display: flex;
  align-items:center;
  justify-content:center;
  color: #333;
  font-size: 1.1rem;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.linenav-trio li a.linecurrent{
  color:#13a6c9;
}

ul.linenav-trio li a:hover {
  color: #fff;
  background-color: #13a6c9;
}

ul.linenav-trio li a:hover:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

ul.linenav-trio li a::after{
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #13a6c9;
  border-right: 1px solid #13a6c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (min-width: 600px) {
  ul.linenav-trio li{
    width: 33.33333333%;
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
  }
}


/*------ 2列版 ------*/

ul.linenav-duo{
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
  line-height: 1.6;
  border-left: solid 1px #ccc;
}

ul.linenav-duo li{
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width : 100%;
  width : -webkit-calc(100%/1);
  width : calc(100%/1);
  margin-top: -1px;
}

ul.linenav-duo li a{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 13px 25px;
  display: flex;
  align-items: left;
  justify-content:left;
  color: #333;
  font-size: 1.1rem;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.linenav-duo li a.linecurrent{
  color:#13a6c9;
}

ul.linenav-duo li a:hover {
  color: #fff;
  background-color: #13a6c9;
}

ul.linenav-duo li a:hover:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

ul.linenav-duo li a::after{
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #13a6c9;
  border-right: 1px solid #13a6c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (min-width: 600px) {
  ul.linenav-duo li{
    width: 50%;
    width: -webkit-calc(100%/2);
    width: calc(100%/2);
  }
}




/*------ service TOP版 ------*/

.servicenavwrap{
  margin: 50px 0 80px;
  padding: 0;
  text-align: center;
}

ul.servicenav{
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
  line-height: 1.4;
  border-left: solid 1px #ccc;
}

ul.servicenav li{
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width : 100%;
  width : -webkit-calc(100%/1);
  width : calc(100%/1);
  margin-top: -1px;
}

ul.servicenav li a{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 13px 25px;
  display: flex;
  align-items:center;
  justify-content:center;
  color: #565656;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.servicenav li a.linecurrent{
  color:#13a6c9;
}

ul.servicenav li a:hover {
  color: #fff;
  background-color: #13a6c9;
}

ul.servicenav li a:hover:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

ul.servicenav li a:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #13a6c9;
  border-right: 1px solid #13a6c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (min-width: 500px) {
  ul.servicenav li{
    width: 25%;
    width: -webkit-calc(100%/2);
    width: calc(100%/2);
  }
  ul.servicenav li a {
    padding: 25px;
  }
}

@media screen and (min-width: 800px) {
  
  ul.servicenav{
    border: none;
  }
  ul.servicenav li {
    width: 30%;
    height: 180px;
    margin: 0 5% 5% 0;
    border-left: solid 1px #ccc;
  }
  ul.servicenav li:nth-child(3n) {
    margin-right: 0;
  }
  ul.servicenav li a {
    padding: 25px;
  }
  ul.servicenav li a:after {
    position:absolute;
    content:" ";
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #13a6c9;
    border-right: 1px solid #13a6c9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
  }
  ul.servicenav li a:hover:after {
    position:absolute;
    content:" ";
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
  }
}




/* ------------------------------------------------------------------ */
/* トップスライドショー
/* ------------------------------------------------------------------ */

.topslide {
  position: relative;
  z-index: 111;
  width: 100%;
  height: 240px;
  }

/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 580px) { /* 580px以上用の記述 */
  
  .topslide {
    width:	100%;
    height:	320px;
  }	
}
	

@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  
  .slidebox {
    display: none;
  }
  .topslide {
    width:	100%;
    height:	420px;
  }
}
  
@media screen and (min-width: 1200px) { /* 1200px以上用の記述 */
  
  .topslide {
    width:	100%;
    height:	500px;
  }
}



/* ------------------------------------------------------------------ */
/* キービジュアル
/* ------------------------------------------------------------------ */

.keyvisual {
  position: relative;
  z-index: 111;
  width: 100%;
  height: 160px;
  overflow: hidden;
  }

.keyimg {
  object-fit: cover;
  width: 100%;
  height: 100%
}

/* inner内の場合 */
.keyvisualwrap {
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.keyvisualwrap > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* inner外の場合（スマホで100%） */
.keyvisualbox {
  width: 100%;
  margin: 0;
}
.keyvisualbox > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}


/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 580px) { /* 580px以上用の記述 */  
  .keyvisual {
    width:	100%;
    height:	240px;
  }
  
  .keyvisualbox {
    width: 86%;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
}
	
@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  .keyvisual {
    width:	100%;
    height:	360px;
  }
  
  .keyvisualbox {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    clear: both;
  }
}

@media screen and (min-width: 1200px) { /* 1000px以上用の記述 */
  .keyvisual {
    width:	100%;
    height:	400px;
  }
}



/* ------------------------------------------------------------------ */
/* キービジュアル（無地）
/* ------------------------------------------------------------------ */


.bluehead {
  position: relative;
  margin-top: 60px;
  z-index: 111;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: #13a6c9;
  }


/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 580px) { /* 580px以上用の記述 */  
  .bluehead {
    width:	100%;
    margin-top: 60px;
    height:	80px;
  }	
}
	
@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  .bluehead {
    width:	100%;
    margin-top: 0;
    height:	80px;
  }
}

@media screen and (min-width: 1200px) { /* 1000px以上用の記述 */
  .bluehead {
    width:	100%;
    height:	80px;
  }
}



/* ページタイトル
------------------------------------------------------------------ */

.subtitle {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
}

#titlewrap{
  position: relative;
  width: 100%;
  top: 0px;
  margin: 0 0 50px;
  z-index: 200;
  text-align: center;
  color: #565656;
}

.maintitle {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

.maintitle:after {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  margin: 30px auto;
  width: 80%;
  height: 2px;
  background: #13a6c9;
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 580px) { /* 580px以上用の記述 */  
  #titlewrap {
    top: 0px;
    margin-bottom: 70px;
  }	
}
	
@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  #titlewrap {
    top: 0px;
    margin-bottom: 80px;
  }
  .maintitle {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .maintitle:after {
    margin: 10px auto;
    top: 100%;
    width: 70%;
  }
}

@media screen and (min-width: 1200px) { /* 1000px以上用の記述 */
  #titlewrap {
    top: 0px;
  }
  .maintitle {
    font-size: 2.2rem;
  }
  .maintitle:after {
    max-width: 700px;
  }
}


/* ------------------------------------------------------------------ */
/* Contents Styles
/* ------------------------------------------------------------------ */

.inner {
  width: 86%;
  margin: 0 auto;
}

/* ******************* Media Queries による切り替え ******************* */	
	
@media screen and (min-width: 800px) { /* 800px以上用の記述 */

  .inner {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 1000px;
    clear: both;
  }
}


/* 見出し
------------------------------------------------------------------ */

.hdl1 {
  color: #333;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 1.0rem 0 5rem;
  padding: 7px 0;
  text-align: center;
  position: relative;
}

.hdl1:after {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  margin: 1.2rem auto;
  width: 70%;
  height: 2px;
  background: #13a6c9;
}

/* TOPページ用 */
.hdl1top {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 2rem 0 3rem;
  padding: 7px 0;
  text-align: center;
  position: relative;
}

.hdl1top:after {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 1.2rem auto;
  width: 20%;
  height: 2px;
  background: #13a6c9;
}

.hdl2 {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 1rem 0 5rem;
  text-align: center;
  position: relative;
}

.hdl2::before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #13a6c9;
}

.hdl2 span {
  font-size: 1.2rem;
  line-height: 3;
  letter-spacing: 0.2rem;
}

/*.hdl2:after {
  content: url(../img/h2-icon.svg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.2rem;
} */
	
.hdl3 {
  color: #13a6c9;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 10px 0;
  text-align: center;
}

.hdl4 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #565656;
  margin: 20px 0 0 0;
  text-align: center;
}

.hdl4-l {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 600;
  color: #565656;
  margin: 0;
  text-align: left;
}


/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  
  .hdl1 {
    font-size: 2rem;
    margin: 2.0rem 0 7rem;
  }

  .hdl1:after {
    margin: 1.8rem auto;
    top: 100%;
    width: 70%;
  }
  
  .hdl1top {
    font-size: 1.7rem;
    margin: 3.5rem 0 6rem;
  }

  .hdl1top:after {
    margin: 2rem auto;
    width: 120px;
  }

  .hdl2 {
    font-size: 1.8rem;
    margin: 1rem 0 5rem;
  }
  
  .hdl2::before {
    width: 100px;
    bottom: -35px;
  }
  
  .hdl2:first-child {
    margin-top: 2rem;
  }

  .hdl3 {
    margin: 10px 0 10px;
    padding-bottom: 5px;
  }
  
  .hdl4 {
    margin: 10px 0 10px;
    padding-bottom: 5px;
  }
  
  .hdl4-l {
    margin: 0 0 10px;
    padding-bottom: 5px;
  }
}

	
/* 本文
------------------------------------------------------------------ */

.txtwrap {
  margin: 2rem auto 3rem;
  width: 100%;
}

.txtstd {
  margin: 0.3rem 0 1.7rem;
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: .8px;
  text-align: justify;
  color: #333;
  }

.txtstd-ukr {
  margin: 0.3rem 0 1.7rem;
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333;
  }

/*改行制御*/
.spbr {
  display: inline;
}

/* ****************** Media Queries による切り替え ****************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  .txtwrap {
    margin: 2rem auto 4rem;
    max-width: 650px;
  }
  .txtstd {
    margin: 15px auto;
  }
  .spbr{
    display: none;
  }
}

.txtctr {
  margin: 0 0 20px 0;
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}

.txtsml {
  margin: 10px;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
}

.txtlge {
  margin: 15px 0;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #333;
  text-align: left;
  }
	
.remark {
  margin-bottom: 0.5rem !important;
  font-size: 0.9rem;
  line-height: 1.6;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}

.bld {
  font-weight: 600;
}

.tel{
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 auto 1rem 0;
  color: #555;
  text-align: center;
}

.txtred {
  color: #ff0000;
}

.sqrl{
  margin: 0 0 20px 0;
  padding: 10px 15px;
  border: 1px solid #c1ced3;
  background: #f1f2f3;
  color: #ff0000;
  font-size: 1.0rem;
  line-height: 1.6;
  }


/* 枠付き */
.txtbox {
  padding: 0.8rem 1.2rem 0;
  margin: 2rem 1rem;
  border: dashed 1px #838383;
  border-radius: 4px;
  background-color: #fffefc;
}

.txtbox > p {
  font-size: 1.0rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}

span.txtred {
  color: #e0413a;
}


/* 枠付き(実線） */

.txtframe {
  margin: 3rem 1rem;
  padding: 0rem 2rem 0rem;
  border: 1px solid #13a6c9;
  border-radius: 6px;
  background-color: #f8f8f8;
}

/* 署名 */
	
.signarea {
  float: right;
  overflow: hidden;
  width: 30%;
  }

.signarea:after {
  clear:both;
  }

.sign {
  margin: 30px 0 10px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  }


/* ******************** Media Queries による切り替え ******************** */

/* 799px以下 */
@media screen and (max-width: 799px) {
  .txtframe {
    margin: 2rem 0.5rem;
    padding: 1.5rem 2rem 0rem;
  }
}

/* 599px以下 */
@media screen and (max-width: 599px) {
  .txtframe {
    margin: 2rem 0rem;
    padding: 1rem 1.5rem 0rem;
  }
}


/* ****************** Media Queries による切り替え ****************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  /* 署名 */
  .signarea {
    width: 20%;
  }
}





/* ボタン
------------------------------------------------------------------ */

.btn{
  margin-top: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.button,
.button:visited,
button {
  position: relative;
  font-weight: 400;
  line-height: 1.4;
  background: #13a6c9;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  padding: 1rem 3rem 1rem 2rem;
  margin-bottom: 1rem;
  border: 0;
  cursor: pointer;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button:hover,
button:hover {
  background: #0c88af;
  color: #fff;
}

.button:active,
button:active {
  background: #0c88af;
  color: #fff;
}

.button:after {
  position:absolute;
  content:" ";
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 41%;
}

.button.full-width,
button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*画像付きボタン
------------------------------------------------------------------*/

.thumframe {
  width: 100%;
  max-width: 800px;
  margin: 3rem 0;
  padding: 1.5rem 4rem 1rem 1.5rem;
  position: relative;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  }

.thumframe a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-9999px;
}

.thumframe:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #13a6c9;
  border-right: 2px solid #13a6c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 47%;
}

.thumframe a:hover{
  background-color:#13a6c9;
  filter:alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ttl-thumframe{
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600; 
  }

.txt-thumframe {
  margin: 10px 0 10px 0;
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
  overflow: auto;
}
  
.thumframe img {
  float: left;
  margin: 0 2rem 0 0;
  width: 20% !important;
  height: auto;
  min-height: 0%; /*IE対策*/
}

.thumframe-dmy {
  margin: 0;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  background-color: #13a6c9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 10px;
  left: 40%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.thumframe-btnarea {
  margin-top: auto;
} 
.thumframe-dmybtn {
  position: relative;
  left: auto;
  margin: 1rem 0 10px;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
  background-color: #13a6c9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



/* 画像
------------------------------------------------------------------ */

.imagebox {
  width:100%;
  margin: 1rem auto;
  text-align: center;
}

.imagebox img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.bigbnr {
  max-width: 100%;
  height: auto;
  border: none;
}

.bigbnr:hover{
  background-color:#FFF;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.modalimg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.parkingimg {
  margin:0 auto;
  text-align: center;
}


/* フロート画像
-------------------------------------------------- */
.phr {
  float: right;
  width: 100%;
  margin: 5px 0 10px 0!important;
}

.phr:after {
  content:"";
  clear: both;
  display: block;
}

.phr-s {
  float: right;
  width: 28%;
  margin: 5px 0 10px 15px!important;
}

.phr-s:after {
  content:"";
  clear: both;
  display: block;
}

.phl-s {
  float: left;
  width: 28%;
  margin: 5px 20px 10px 0!important;
}

.phl-s:after {
  content:"";
  clear: both;
  display: block;
}

/* ****************** Media Queries による切り替え ***************** */

/* モバイルレイアウト 381px〜768px
---------------------------------------------------- */

@media only screen and (min-width: 401px) {	
  .phr {
    width: 32%;
    margin-left: 20px!important;
  }
  .phr-s {
    width: 23%;
    margin-left: 20px!important;
  }
  .phl {
    width: 32%;
    margin-right: 20px!important;
  }
  .phl-s {
    width: 23%;
    margin-right: 20px!important;
  }	
} /* /@media */


/* PCレイアウト 961px〜
---------------------------------------------------- */
@media only screen and (min-width: 961px) {
  .phr {
    width: 40%;
    margin: 5px 0 10px 30px!important;
  }
  .phr-s {
    width: 18%;
    margin: 5px 0 10px 30px!important;
  }
  .phl {
    width: 40%;
    margin: 5px 30px 10px 0!important;
  }
  .phl-s {
    width: 18%;
    margin: 5px 30px 10px 0!important;
  }
}




/* 映像
------------------------------------------------------------------ */

.videobox {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
}

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



/* ------------------------------------------------------------------ */
/* レイアウト
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/* ボックス設定 - Flexbox
/* ------------------------------------------------------------------ */

/* WRAP
------------------------------------------------------------------ */

.flexcontainer {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center; /* Safari */
  justify-content: space-between;
}

/* 4列-3列-2列 タイプ
------------------------------------------------------------------ */

.flexitem-quartet {
  width: calc(50% - 10px);
  margin: 0;
}

/* ****************** Media Queries による切り替え ****************** */

@media screen and (min-width: 500px) { /* 500px以上用の記述 */
  .flexitem-quartet {
    width: 31% ; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3 - 10px) ;
    width: calc(100% / 3 - 10px) ;
  }
}

@media screen and (min-width: 900px) { /* 900px以上用の記述 */
  .flexitem-quartet {
    width: 23% ; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(25% / 3 - 10px) ;
    width: calc(25% - 10px);
  }
}


/* FLEXBOX 3列-2列-1列
------------------------------------------------------------------ */

.flexitem-trio {
  width: calc(100% - 10px);
  margin: 0.8rem;
}

/* ****************** Media Queries による切り替え ****************** */

@media screen and (min-width: 500px) { /* 500px以上用の記述 */
  .flexitem-trio {
    width: calc(47% - 10px);
  }
}

@media screen and (min-width: 900px) { /* 900px以上用の記述 */
  .flexitem-trio {
    width: calc(30% - 5px);
  }
}

/* FLEXBOX 2列-1列（50% - 50%）
------------------------------------------------------------------ */

.flexitem-duo {
  width: calc(100% - 10px);
  margin: 0 0.8rem 0.8rem 0.8rem;
}

/* ****************** Media Queries による切り替え ****************** */

@media screen and (min-width: 600px) { /* 500px以上用の記述 */
  .flexitem-duo {
    width: calc(47% - 10px);
  }
}


/* FLEXBOX 中身
------------------------------------------------------------------ */

.item-name {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0.8rem 0;
  padding: 8px 0;
  background-color: #fff;
  border: #d9ccb9 1px solid;
}

.item-comment {
  margin: 0.5rem 0.3rem;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.item-price {
  margin: 0.5rem 0.3rem 0.5rem 0.3rem;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #ee671f;
}



/* FLEXBOX 2列-1列 タイプ1
------------------------------------------------------------------ */

.duobox_l {
  flex: 1;
  flex-basis:auto;
  padding: 1rem;
}
  
.duobox_l >img{
  max-width: 100% !important;
  height: auto;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.duobox_r {
  flex: 2;
  flex-basis:auto;
  padding: 1rem;
}
  
.duobox_r >img{
  max-width: 100% !important;
  height: auto;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 600px) { /* 600px以上用の記述 */

  .flxbox {
    width: 48%;
    margin-bottom: 2rem;
    position: relative;
    margin-right: 4%;
  }

  .flxbox:nth-child(2n) {
    margin-right: 0;
  }


  .duobox_l {
    flex: 1;
    flex-basis:auto;
    padding: 1rem;
    max-width: 50%;
    flex-basis: 50%; /*IE11対応*/
  }
  
  .duobox_l >img{
	max-width: 100% !important;
	height: auto;
	margin-bottom: 1.8rem;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }

  .duobox_r {
    flex: 2;
    flex-basis:auto;
    padding: 1rem;
    max-width: 50%;
  }
  
  .duobox_r >img{
	max-width: 100% !important;
	height: auto;
	margin-bottom: 1.8rem;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }

}


/* FLEXBOX 2列-1列 タイプ2
------------------------------------------------------------------ */

.flex2wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex2box {
  margin-bottom: 3rem;
  padding: 2rem 2rem 1rem 2rem;
  width: 49%;
  background-color: #fff;
}

.flex2box  >img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ****************** Media Queries による切り替え ***************** */

@media screen and (max-width: 600px){
  .flex2wrap {
    flex-direction: column;
  }

  .flex2box {
    width: 100%;
  }
}


/* ------------------------------------------------------------------ */
/* ボックス設定 - PC Flexbox - SP Float
/* ------------------------------------------------------------------ */

/* 3列タイプ
------------------------------------------------------------------ */

.flx3 {
  overflow: hidden; 
  margin: 40px 0;
  }

.flx3 li {
  width: 100%;
  list-style-type: none;
  margin: 10px 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c8b497;
  position: relative;
  }

.flx3 li a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-9999px;
}

.flx3 li a:hover{
  background-color:#FFF;
  filter:alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ttl-flx3 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600; 
  margin-bottom: 10px;
  }

.txt-flx3 {
  margin: 10px 0 10px 0;
  padding-bottom: 40px;
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
  overflow: auto;
}
  
.flx3 li img {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 2.2rem;
  width: 35% !important;
  height: auto;
  min-height: 0%; /*IE対策*/
}

.dmy-btn {
  margin: 0 0 10px;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  background-color: #13a6c9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 10px;
  left: 40%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dmy-btn-yet {
  margin: 0 0 10px;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  background-color: #ccc;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-flx3 a:hover {
  border-color: #fff;
  text-decoration: none;
  background-color: #6da014;
}


/* ******************** Media Queries による切り替え ******************** */

@media only screen and (min-width: 450px) {
  .flx3 li img {
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 600px) {
  
  .flx3 {
    width:100%;
    margin: 5rem 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .flx3 li {
    width: 30%;
    list-style: none;
    margin: 0 5% 30px 0;
    text-align: center;
    padding-bottom: 0;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .flx3 li:nth-child(3n) {
    margin-right: 0;
  }
  .flx3 li img {
    float: none;
    margin: 0 0 1rem 0;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .ttl-flx3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 1rem;
  }
  .txt-flx3 {
    margin: 1rem 0;
    text-align: left;
    padding-bottom: 0;
  }
  .rcmd-btn {
    margin-top: auto;
  } 
  .dmy-btn {
    position: relative;
    left: auto;
    padding: 1rem 1.5rem;
    margin: 1rem 0 2rem;
  }
  .dmy-btn-yet {
    padding: 1rem 1.5rem;
    margin: 1rem 0 2rem;
  }
}

@media only screen and (min-width: 800px) {
  .flx3 {
    margin: 7rem 0 0;
  }
}



/* 3列タイプ（条件付き） 画像横長+30文字程度
------------------------------------------------------------------ */


.flx3n-container {
  padding-top: 50px;
  padding-bottom: 10px;
}

/* ul */
.flx3n { 
  list-style: none;
  margin: 0;
  padding: 0;
}
.flx3n li {
  padding: 0;
  position: relative;
  display: table; /* IE11 */
  table-layout: fixed; /* IE11 */
}
ul.flx3n li:nth-child(n+2) {
  margin-top: 5px;
}
.visual {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.visual img {
  position: relative;
  max-width: 150%;
  margin-left: -25%;
  display: block;
  padding: 0;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .visual img {
    width: 100%;
    margin-left: 0;
  }
}
.r-panel {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  padding: 0.9rem 3.2rem 0.9rem 1.2rem;
  background: #fff;
}
.r-panel:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 16px;
  width: 13px;
  height: 13px;
  background: url(../img/arrow-blue.svg) center / cover no-repeat;
}
.ttl-flx3n {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}
.txt-flx3n {
  margin: 0.5rem 0 0;
  color: #666;
  font-size: 1.0rem;
  line-height: 1.5;
  font-weight: 300;
}


/* ****************** Media Queries による切り替え ***************** */

@media screen and (min-width: 800px) { /* 800px以上用の記述 */

  .flx3n {
    width:100%;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .flx3n li {
    list-style: none;
    width: 28%;
    margin: 0 7.5% 50px 0;
    padding-bottom: 0;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  ul.flx3n li:nth-child(n+2) {
    margin-top: 0;
  }
  ul.flx3n li:nth-child(3n) {
    margin-right: 0;
  }
  ul.flx3n li:last-child {
    margin-right: 0;
  }
  .visual {
    width: 100%;
    display: block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background: none;
  }
  .visual img {
    float: none;
    margin: 0;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .r-panel {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 1.0rem 1.0rem 1.0rem 1.5rem;
    background: #fff;
  }
  .r-panel:after {
    background: none;
  }
  .ttl-flx3n {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }
  .txt-flx3n {
    margin: 0.5rem 0 0;
    color: #666;
    font-size: 1.0rem;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .btnwrap-flx3n {
    display: block;
    margin-top: auto;
  }
  .btn-flx3n {
    margin: 1rem 0;
    font-size: 1.0rem;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.7rem 1.2rem;
    background-color: #13a6c9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    bottom: 10px;
    left: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .btn-flx3n a:hover {
    border-color: #fff;
    text-decoration: none;
    background-color: #6da014;
  }

}

/* リンクボタン非表示 - リンクエリア設定 */

@media screen and (max-width: 799px) { /* 799px以下用の記述 */
  
  li.panel a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
    background-color: rgba(0,0,0,0);
  }
}


/* 2列タイプ
------------------------------------------------------------------ */

.flx2 {
  overflow: hidden; 
  margin: 0;
}

.flx2 li {
  width: 100%;
  list-style-type: none;
  margin: 10px 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c8b497;
  position: relative;
}

.flx2 li a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-9999px;
}

.flx2 li a:hover{
  background-color:#FFF;
  filter:alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.ttl-flx2 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600; 
  margin-bottom: 10px;
}

.txt-flx2 {
  margin: 10px 0 10px 0;
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
  overflow: auto;
}
  
.flx2 li img {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 2.2rem;
  width: 35% !important;
  height: auto;
}

.dmy-btn2 {
  margin: 0 0 10px;
  font-size: 1.0rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  background-color: #13a6c9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }

.btn-flx2 a:hover {
  border-color: #fff;
  text-decoration: none;
  background-color: #6da014;
  }


/* ******************** Media Queries による切り替え ******************** */

@media only screen and (min-width: 450px) {
  .flx2 li img {
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 600px) {
  
  .flx2 {
    width:100%;
    margin: 2rem 0 0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
  }
  .flx2 li {
    width: 49%;
    list-style: none;
    margin: 0 2% 30px 0;
    text-align: center;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
    display: flex;
    flex-direction: column;
    }
  .flx2 li:nth-child(2n) {
    margin-right: 0;
    }
  .flx2 li img {
    float: none;
    margin: 0 0 1rem 0;
    width: 100% !important;
    height: auto;
    }
  .ttl-flx2 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 1rem 1rem 1rem;
    }  
  .txt-flx2 {
    margin: 1rem;
    } 
  .dmy-btn2 {
    padding: 1rem 2rem;
    margin: 1rem 0 2rem;
    }
}

@media only screen and (min-width: 600px) {
  .flx2 li {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .flx2 li img {
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
  } 
  .rcmd-btn {
    margin-top: auto;
  }
}

@media only screen and (min-width: 800px) {
  .flx2 li {
    background-color: #fff;
  }
}


/* ------------------------------------------------------------------ */
/* 画像の左右交互配置BOX
/* ------------------------------------------------------------------ */

.lrbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.lrbox:nth-child(odd) {
  flex-direction: row-reverse;
}

.lr-text {
  width: 60%; /*flex: 2;*/
}
.lr-img {
  width: 35%; /*flex: 1;*/
}

.lr-text h2 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1rem 1rem;
}

.lr-img img {
  display: block;
  margin-top: 35px;
  width: 100%;
  height: auto;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (max-width: 600px){
  .lrbox,
  .lrbox:nth-child(odd)  {
    flex-direction: column;
  }

  .lr-img {
    width: 95%; /*flex: 1;*/
    margin: 0 auto 1rem;
  }

  .lr-text {
    width: 95%;
    margin: 0 auto;
  }

  .lr-text h2 {
    width: 85%;
    text-align: center;
    margin: 2.4rem auto 1rem;
  }
  
  .lr-img img {
    margin-top: 0;
  }
}


/* ------------------------------------------------------------------ */
/* 画像パネルリンク
/* ------------------------------------------------------------------ */

#recmnd{
  margin: 50px 0 80px;
  width: 100%;
  padding: 0;
  text-align: center;
}

.flist{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
*/
/* 	-webkit-box-align: center; */
/*
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
*/
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

#recmnd h3{
  font-size: 1.3rem;
  margin-bottom: 12px;
  padding: 0 10px;
  position: relative;
}

#recmnd a{
  position: relative;
  margin-bottom: 1px;
  color: #fff;
  text-decoration: none;
  padding: 30px 15px;
  font-weight: bold;
  border-right: 1px solid #fdf8f0;
}

#recmnd a:nth-child(3n) {
  border-left: none;
}

#recmnd a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
}

#recmnd a:hover::before{
  opacity: 1;
}

#recmnd a div{
  position: relative;
}

#recmnd a p{
  margin-bottom: 25px;
}

.arrow{
  display: inline-block;
  width: 100px;
  height: 25px;
  background: url("../img/arrow.svg") no-repeat center center;
  text-indent: -9999px;
}

.reco,.reco2{
  width: 50%;
  min-height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.reco:before, .reco:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.trs025{
  -webkit-transition: 0.25s !important;
  -moz-transition: 0.25s !important;
  -ms-transition: 0.25s !important;
  -o-transition: 0.25s !important;
  transition: 0.25s !important;
}

.reco2{
  width: 33.33333333334%;
}

#reco-01{background: url("../img/recommend-01.jpg") no-repeat center center;background-size: cover;}
#reco-02{background: url("../img/recommend-02.jpg") no-repeat center center;background-size: cover;}
#reco-03{background: url("../img/recommend-03.jpg") no-repeat center center;background-size: cover;}
#reco-04{background: url("../img/recommend-04.jpg") no-repeat center center;background-size: cover;}
#reco-05{background: url("../img/recommend-05.jpg") no-repeat center center;background-size: cover;}
#reco-06{background: url("../img/recommend-06.jpg") no-repeat center center;background-size: cover;}

/* ******************** Media Queries による切り替え ******************** */

@media (max-width: 600px) {
    #recmnd{
    margin: 50px 0 50px;
  }
}

@media (max-width: 799px) {
  .reco,.reco2{width: 100%;min-height: 220px;}
}



/* ------------------------------------------------------------------ */
/* トップニュース用リスト A 30文字程度
/* ------------------------------------------------------------------ */

.info-list {
  opacity: 0;
  text-align: left;
  list-style: none;
  margin: 50px 0;
  padding: 0;
}
.info-list li {
  border-bottom: 1px solid #e9eff2;
}
.info-list li:first-child {
  border-top: 1px solid #e9eff2;
}
.info-list + .info-list li:first-child {
  border-top: 0;
}
.info-list a {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  transition: opacity .3s;
  text-decoration: none;
}
.info-list a[href]:hover {
  opacity: .6;
}
.info-list a[href]::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 14px;
  width: 13px;
  height: 13px;
  background: url("../img/arrow-blue.svg") center / cover no-repeat;
}
.info-list .tag,
.info-list dl,
.info-list dt,
.info-list dd {
  display: inline-block;
  margin: 0;
  color: #666;
  font-size: 1.0rem;
}
.info-list .tag,
.info-list dt,
.info-list dd {
  margin-right: 1.5rem;
}
.info-list .tag {
  padding: 0 1rem;
  color: #fff;
  background: #13a6c9;
}


@media only screen and (max-width: 1000px) {

  .info-list {
    padding-left: 0;
  }
  .info-list a {
    padding: 1rem 0;
  }
  .info-list a::after {
    right: 14px;
  }
  .info-list dl {
    display: inline;
  }
  .info-list .tag {
    margin-right: 1rem;
    padding: 0.2rem .6rem;
    font-size: .85rem;
  }
  .info-list dt,
  .info-list dd {
    margin-right: 0;
  }
  .info-list dd {
    display: block;
    padding-top: .5em;
    padding-right: calc(30px + 1rem);
    line-height: 1.5;
  }
}


/* ------------------------------------------------------------------ */
/* トップニュース用リスト B
/* ------------------------------------------------------------------ */

.newslist {
  margin: 3rem 0 5rem;
  font-size: 1rem;
  line-height: 1.6;
}
.newslist li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.newslist li:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.news-item {
  padding: 15px 0 13px;
  text-decoration: none;
}
a.news-item {
  display: block;
  padding-right: 35px;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}
a.news-item:hover {
  background-color: #e5eafa;
}
a.news-item:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 14px;
  width: 13px;
  height: 13px;
  background: url("../img/arrow-blue.svg") center / cover no-repeat;
}
.news-date,
.news-label,
.news-txt,
.news-txt-nolink{
  display: table-cell;
  vertical-align: middle;
}
.news-date {
  width: 150px;
  padding-left: 20px;
  color: #13a6c9;
}
.news-label {
  width: 110px;
  padding-left: 10px;
}
.news-label span {
  display: inline-block;
  min-width: 90px;
  padding: 2px 3px 3px;
  background-color: #13a6c9;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
.news-txt {
  padding: 5px 0 5px 20px;
  text-decoration: none;
  color: #222;
}

.news-txt-nolink {
  padding: 0px 40px 0px 20px;
  text-decoration: none;
  color: #222;
}

@media only screen and (max-width: 799px) {

  .newslist {
    line-height: 1.2;
  }
  .newslist li {
    display: block;
  }
  .news-item {
    padding: 15px 0;
  }
  .news-date,
  .news-label,
  .news-txt,
  .news-txt-nolink{
    display: block;
  }
  .news-date,
  .news-label {
    float: left;
  }
  .news-date {
    display: inline-block;
    width: auto;
    padding: 4px 12px 4px 0;
  }
  .news-label {
    width: auto;
    padding-left: 0;
  }
  .news-label span {
    min-width: 80px;
    padding: 1px 10px 2px;
    line-height: 1.5;
  }
  .news-txt {
    clear: both;
    padding: 6px 0 0;
    text-decoration: none;
    color: #222;
    line-height: 1.5;
  }
  .news-txt-nolink {
    clear: both;
    padding: 10px 40px 0 0;
    text-decoration: none;
    color: #222;
    line-height: 1.5;
  }
}


/* ------------------------------------------------------------------ */
/* タイアップ用リスト
/* ------------------------------------------------------------------ */

.tieuplist {
  margin: 3rem 0 5rem;
  line-height: 1.2;
}
.tieuplist li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.tieuplist li:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.tieup-item {
  padding: 0;
  text-decoration: none;
}

a.tieuplink {
  display: block;
  padding-right: 35px;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
}
a.tieuplink:hover {
  background-color: #e5eafa;
}
a.tieuplink:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 14px;
  width: 13px;
  height: 13px;
  background: url("../img/arrow-blue.svg") center / cover no-repeat;
}
.tieup-title,
.tieup-txt {
  display: block;
}
.tieup-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  display: inline-block;
  width: auto;
  padding: 1rem 12px 4px 0;
}
.tieup-txt {

  font-size: 1rem;
  color: #333;
  padding: 6px 0 1rem;
  text-decoration: none;
}

@media only screen and (max-width: 799px) {

}



/* ------------------------------------------------------------------ */
/* リストスタイル
/* ------------------------------------------------------------------ */

ul.dotlist {
  margin: 1rem 0;
  }

ul.dotlist li{
  position:relative;
  padding:0 0 0 20px;
  margin: 5px 0px 10px 0px !important;
  font-size: 1.0rem;
  line-height: 1.5;
  list-style-type:none !important;
  list-style-image:none !important;
  }

ul.dotlist li:before{
  content:''; 
  height:0px; 
  width: 90%;
  display:block; 
  position:absolute; 
  top:10px; 
  left:0px; 
  }

ul.dotlist li:after{
  content:'';
  display:block; 
  position:absolute; 
  background:#aaa;
  width:5px;
  height:5px; 
  top:7px; 
  left:5px; 
  border-radius: 5px;
}


/* ※印リスト */

ul.komelist {
  margin: 1rem 0;
  padding: 0;
  }

ul.komelist li{
  position:relative;
  padding:0 0 0 1.5rem;
  margin: 5px 0px 10px 0px !important;
  font-size: 1.0rem;
  line-height: 1.5;
  list-style-type: none !important;
  list-style-image:none !important;
  text-indent: -1.5rem;
  }
	
ul.komelist li:before {
  display: inline;
  content: "※ ";
  }


/* 番号振リスト 子リスト(数字)*/

.numberlist {
  margin: 2rem 1rem 0;
  padding: 0 1rem 0.5rem 1.8rem;
}
.numberlist li{
  position: relative;
  padding: 0 0 0 0.5rem;
  margin: 1rem 0px 1rem 0px !important;
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 1px;
  list-style-type: decimal !important;
  list-style-image:none !important;
}
.numberlist li span {
  margin-top: 2rem;
}

/* 2列目 */
.numberlist li ul{
  padding: 0 0 0 1.2rem;
  margin: 0;
  counter-reset:cnt;
}
.numberlist li ul li{
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: cnt;
  text-indent: -1.8rem;
}
.numberlist li ul li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* 3列目 */
.numberlist li ul li ul {
  padding: 0 0 0 1rem;
  margin: 0;
}
.numberlist li ul li ul li {
  list-style-type: decimal !important;
  list-style-position: inside !important;
  text-indent: -1.2rem;
}
.numberlist li ul li ul li:before {
  display: none;
}


/* 番号振リスト：テーブル内 */

.numberlisttd {
  margin: 0;
  padding-left: 1.3rem;
}

.numberlisttd li{
  position: relative;
  padding: 0;
  margin: .5rem 0px 1rem 0px !important;
  font-size: 0.9rem;
  line-height: 1.6;
  list-style-type: decimal !important;
  list-style-image:none !important;
}

.numberlisttd li span {
  margin-top: 2rem;
}


/* ダブルリスト */
	
.wlist{
  margin: 1rem 0 1rem 0;
  list-style: none;
  padding: 12px 0 0 0;
  border-top: 1px solid #ccc;
}

.wlist li{
  padding: 0 0 10px 5px;
  margin-bottom: 1rem;
  line-height: 1.4;
  min-height:5px;
  display:block;
  border-bottom: 1px dotted #ccc;
}

.wlist li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
	
.wlist li a{
  text-decoration: none;
}
	
.wlist li a:hover{
  text-decoration: underline;
}
	

.wlist li span{
  margin: -1.4rem 0 0 7rem;
  display:block;
}
	
.wlist li span a{
  text-decoration: none;
}



/* ------------------------------------------------------------------ */
/* テーブル（レスポンシブ）
/* ------------------------------------------------------------------ */

.nowrap{
white-space: nowrap;
}


.tbl-a {
  margin: 2rem 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.0rem;
  line-height: 1.3;
}
.tbl-a th,
.tbl-a td {
  -moz-box-sizing: border-box; /* box-size[border・padding 込み] */
  box-sizing: border-box; /* box-size[border・padding 込み] */
  padding: 10px;
  border: 1px solid #ccc;
}
.tbl-a th {
  background-color: #eaeced;
  text-align: center;
  width: 30%;
  font-weight: normal;
}

.tbl-a td {
  background: #fff;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (max-width: 400px) {
  .tbl-a {
    margin: 1rem 0 2rem;
    border-top: 1px solid #ccc;
  }
  .tbl-a td {
    display: block;
    text-align: left;
  }
  .tbl-a th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}


/* 3列以上タイプ
------------------------------------------------------------------ */

.tbl-b {
  width:100%;
  margin: 1rem auto 3rem;
  border-right:#ddd solid 1px;
  border-collapse: collapse;
  line-height: 1.6;
  color: #333;
}

.tbl-b th,
.tbl-b td {
  -moz-box-sizing: border-box; /* box-size[border・padding 込み] */
  box-sizing: border-box; /* box-size[border・padding 込み] */
  padding: 10px;
  border: 1px solid #ddd;
}

.tbl-b thead th {
  background:#f6f6f6;
  font-weight: 300;
  padding:10px 15px;
}

.tbl-b thead th:last-child {
  border-right:#ddd solid 1px;
}

.tbl-b tbody th {
  background:#f6f6f6;
  font-weight: 300;
  padding:10px 15px;
  vertical-align:top;
  text-align: left;
}

.tbl-b tbody td {
  background:#FFF;
  padding:10px 15px;
  vertical-align:top;
}

/* ******************** Media Queries による切り替え ******************** */

@media screen and (max-width: 600px) {
  
  .tbl-b {
    border-bottom: 1px solid #ddd;
    border-collapse: separate;
  }
  .tbl-b thead {
    display:none;
  }
  .tbl-b tbody th {
    display:block;
    border-bottom: none;
    text-align: center;
  }
  .tbl-b tbody td {
    display:block;
    border-bottom: none;
  }
  .tbl-b tbody td::before {
    content: attr(label);
    float: left;
    clear:both;
    font-weight: 600;
  }
  .tbl-b tbody td p {
    padding-left: 4rem;
  }
}

/* ------------------------------------------------------------------ */
/* 3列スライダー
/* ------------------------------------------------------------------ */

.sld3list {
  width: 90%;
  margin: 0 auto;
  }
	
.sld3 {
  list-style-type: none;
  vertical-align: top;
  padding: 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #fdfdfd;
  }

.sld3 a{
  padding: 4px;
  display: block;
  text-decoration: none;
  }

.img-sld3{
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  }

.ttl-sld3{
  margin: 1rem;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  }

.txt-sld3 {
  display: block;
  font-size: 1.0rem;
  line-height: 1.6;
  margin: 1rem 1.5rem 1.5rem;
}

@media only screen and (min-width: 800px) {
  .sld3list {
    width: 100%;
    }
}


/* ------------------------------------------------------------------ */
/* タブナビゲーション
/* ------------------------------------------------------------------ */

.tabs {
  display: block;
  padding-bottom: 40px;
  width: 100%;
  margin: 50px auto;
}

/*タブのスタイル*/
.tab_item {
  width: 33.33333333%;
  width: calc(100%/3);
  height: 50px;
  background-color: #f8f7f3;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  line-height: 50px;
  font-size: 1.1rem;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  background-color: #13a6c9;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 800px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#cont1st:checked ~ #cont1st_area,
#cont2nd:checked ~ #cont2nd_area,
#cont3rd:checked ~ #cont3rd_area {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #13a6c9;
  color: #fff;
}



/* ------------------------------------------------------------------ */
/* タイムライン
/* ------------------------------------------------------------------ */

.img-table {
  margin: 2rem auto;
  width: 100%;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  font-size: 1rem;
  line-height: 1.6;
}

.img-table dt,
.img-table dd {
  box-sizing: border-box;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  padding: 10px 1rem;
}

.img-table dt {
  background-color: #fff;
}

.img-table dd {
  margin: 0;
}

.img-table .img-section {
  padding: 1em 0;
}

.img-section img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) { /* 480px以上用の記述 */
  
  .img-table dd.with-img {
    display: -ms-flexbox;
    display: flex;
  }

  .img-table .img-section {
    padding: 0 1rem;
  }
  
  .text-section {
    width: 68%;
  }
  .img-section {
    width: 30%;
  }
}


@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  
  .img-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .img-table dt {
    width: 30%;
    background-color: #f6f6f6;
  }
  
  .img-table dd {
    width: 70%;
  }
}


/* ------------------------------------------------------------------ */
/* タイムライン
/* ------------------------------------------------------------------ */

.timeline {
  width: 100%;
  padding: 60px 20px 20px;
  position: relative;
  margin: 40px 0 50px;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(30% + 15px);
  bottom: 0;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.timeside {
  clear: both;
  text-align: left;
  position: relative;
}
.timeside .timetitle {
  margin-bottom: .5rem;
  float: left;
  width: 30%;
  padding-right: 10px;
  text-align: right;
  position: relative;
}
.timeside .timetitle:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #13a6c9;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -18px;
  z-index: 99;
}
.timeside .timetitle h3 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
}
.timeside .timetitle h3 span {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 300;
}
.timeside .timetitle p {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.4;
}
.timeside .matterside {
  margin: 0 0 1.5rem;
  float: right;
  width: 70%;
  padding-left: 30px;
}
.timeside .matterside p {
  margin: 0 0 1.5rem 0;
  line-height: 1.6;
}
.timeside .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}

.timeimg {
  width: 100%;
  margin: 0 0 1rem 0;
}


/* ******************** Media Queries による切り替え ******************** */

@media only screen and (min-width: 600px) {
  
  .timeline {
    padding: 60px 50px 20px;
    margin-bottom: 100px;
  }
  
  .timeside .timetitle {
    padding-right: 30px;
  }
  
  .timeside .timetitle:before {
    right: -6px;
  }
  
  .timeimg {
    float: right;
    width: 30%;
    margin: 0 0 1rem 1rem;
  }
}



/* ------------------------------------------------------------------ */
/* インフォメーションBOX
/* ------------------------------------------------------------------ */

.information-box {
  position: relative;
}

.information-box {
  padding: 0;
}

@media screen and (max-width: 600px) {
  .information-box {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.information-tab {
  margin: 0;
  padding-bottom: 20px;
}

.information-tab ul {
  font-size: 0;
  border-bottom: 1px solid #dcccb5;
}

.information-tab ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  position: relative;
}

.information-tab ul li a {
  display: block;
  padding: 0.7rem 1rem;
  color: #222;
  text-decoration: none;
  line-height: 1.0;
}

.information-tab ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #13a6c9;
  z-index: 1;
  -moz-transition: all 0.1s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -o-transition: all 0.1s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -webkit-transition: all 0.1s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  transition: all 0.1s cubic-bezier(0.52, 0.48, 0.15, 0.97);
}

.information-tab ul li a:after:hover {
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.information-tab ul li a:hover:after, 
.information-tab ul li a.current:after {
  height: 2px;
}

@media screen and (max-width: 640px) {
  .information-tab {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.infolist {
  list-style-type: none;
}

.infolist li {
  padding: 10px 0;
  border-bottom: 1px dotted #dcccb5;
}

.infolist li:first-child {
  padding-top: 0;
}

.infolist li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.infolist li > div {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
}

.infolist li .infolist-category {
  margin-right: 1em;
  padding: 3px;
  text-align: center;
  letter-spacing: 2px;
  width: 5rem;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #f0eae1;
  vertical-align: middle;
  color: #fff;
}

.infolist li .infolist-category a {
  color: #fff;
  text-decoration: none;
}

.infolist li.category-train .infolist-category {
  background-color: #13a6c9;
}

.infolist li.category-bus .infolist-category {
  background-color: #66c5a7;
}

.infolist li.category-affiliate .infolist-category {
  background-color: #09872b
}

.infolist li.category-others .infolist-category {
  background-color: #2fa6dd;
}

.infolist li .infolist-date {
  width: 8rem;
  font-size: 0.95rem;
  vertical-align: middle;
}

.infolist li .infolist-title a {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
  color: #222;
}

.infolist li .infolist-title {
  display: inline;
}

@media screen and (max-width: 1200px) {
  .infolist li .infolist-title {
    width: 100%;
    padding-top: 5px;
  }
}

@media screen and (max-width: 799px) { /* 799px以下用の記述 */
  .infolist {
    padding-bottom: 15px;
    border-bottom: 1px solid #dcccb5;
  }
}

@media screen and (max-width: 600px) { /* 600px以下用の記述 */
  .break:before {
    content: "\A"; white-space: pre;
  }
}

@media screen and (max-width: 600px) { /* 600px以下用の記述 */
  .infolist li {
    padding: 10px;
  }
}


/* ------------------------------------------------------------------ */
/* アコーデイオン Q and A
/* ------------------------------------------------------------------ */

.ly_accordion {
  border: 1px solid #ddd;
  border-bottom: 0;
}

.ly_accordion .bl_inner {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.bl_inner p {
  font-size: 1rem;
  line-height: 1.6;
}

.ly_accordion .el_heading {
  display: block;
  margin: 0;
  padding: 1rem 1rem 1rem 2.5rem;
  text-indent: -1.3rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
}

.ly_accordion .bl_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.ly_accordion .el_radio {
  display: none;
}

.ly_accordion .el_radio:checked + .bl_content {
  max-height: 9999px;
  transition: max-height 1s ease-in;
}

/* ------------------------------------------------------------------ */
/* ノーマル Q and A
/* ------------------------------------------------------------------ */

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
  border-top: 1px solid #ccc;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #555;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1rem 2rem 1rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.cp_qa .cp_actab label:hover {
  color: #13a6c9;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
          transition: max-height 0.5s ease;
  color: #333;
  background: #fff;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
  color: #13a6c9;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40rem;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3rem;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
  font-family: FontAwesome;
  content: '\f107';
  font-weight: normal;
  font-size: 1rem;
  color: #13a6c9;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}





/* ------------------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------------------ */

footer {
  margin:0 0px 0px 0px;
  padding: 10px 0 50px;
  background-color: #33727e;
  color: #fffcf7;
}

/* レイアウト */
.foot-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.foot-item-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.foot-item-link {
  margin-top: 20px;
  width: 100%;
}

.foot-link-wrap {
  width: 100%;
  margin: 0;
  border-top: 1px solid #5991a2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center; /* Safari */
  justify-content: space-between;
}

.foot-link-child {
  width: 100%;
  margin: 0;
}

.copywrap {
  margin: 0 auto 20px;
  padding: 0;
  width: 90%;
  max-width: 1600px;
}

.hfoot {
  margin: 0 0 10px;
  padding: 60px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  background: url(../img/logo-s.png) no-repeat top center;
}
	
.copy {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}
	
.txtfoot {
  font-size: 1.0rem;
}
	
.txtfoot a{
  color: #fff;
  text-decoration: none;
}
	
.txtfoot a:hover {
  color: #fff;
}

h3.footlink-h3 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #5991a2;
  font-size: 1.2rem;
  line-height: 1.0;
}

h3.footlink-h3 a {
  display: block;
  padding: 1.6rem;
  position: relative;
  color: #fffdf9;
  text-decoration: none;
}

h3.footlink-h3 a:before {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }

h3.footlink-h3 a::after {
  box-sizing: border-box;
  content: "";
  background: url(../img/arrow-blue.svg) center / cover no-repeat;
}

ul.foot-link-list {
  display: none;
}


/* ******************** Media Queries による切り替え ******************** */


@media screen and (min-width: 600px) { /* 600px以上用の記述 */
  
  .foot-wrap {
    width: 86%;
    max-width: 1600px;
    margin: 30px auto 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .foot-link-wrap {
    border: none;
  }
  .foot-link-child {
    width: calc(100% / 4 - 10px);
    margin: 0 0 1rem;
  }
  .copywrap {
    border-top: 1px solid #6496a5;
  }
  h3.footlink-h3 {
    margin: 0 0 10px 0;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 600;
    border-bottom: none;
  }
  h3.footlink-h3 a {
    padding: 0;
    display: inline;
  }
  h3.footlink-h3 a:before {
    content: none;
  }
  h3.footlink-h3 a:after {
    content: none;
  }
  h3.footlink-h3 a:hover {
    border-bottom: 1px solid #fffdf9;
  }
  ul.foot-link-list {
    display: block;
    margin: 1rem 0;
  }
  ul.foot-link-list li{
    position:relative;
    padding:0 0 0 15px;
    margin: 0 0px 7px 0px !important;
    font-size: 0.9rem;
    line-height: 1.4;
    list-style-type:none !important;
    list-style-image:none !important;
    }
  ul.foot-link-list li:before{
    content:''; 
    height:0px; 
    width: 90%;
    display:block; 
    position:absolute; 
    top:10px; 
    left:0px; 
    }

  ul.foot-link-list li:after{
    content:'';
    display:block; 
    position:absolute; 
    background:#aaa;
    width:3px;
    height:3px; 
    top:7px; 
    left:5px; 
    border-radius: 5px;
  }
  ul.foot-link-list li a{
    color: #fffdf9;
    text-decoration: none;
  }
  ul.foot-link-list li a:hover {
    color: #fffdf9;
    border-bottom: 1px solid #fffdf9;
  }
}


@media screen and (min-width: 800px) { /* 800px以上用の記述 */
  
  footer {
    margin: 0 0;
    padding: 30px 0 20px 0;
    text-align: left;
  }
  
  /* レイアウト */
  .foot-wrap {
    width: 90%;
    margin: 10px auto 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .foot-item-logo {
    width: 400px;
    text-align: left;
  }

  .foot-item-link {
    margin-top: 20px;
    width: calc(100% - 400px);
  }
  
  .foot-link-child {
    width: calc(100% / 2 - 10px);
    margin: 0 0 1rem;
  }

  .txtfoot{
    margin: 10px 0 10px 0;
  }
  .hfoot {
    margin: 10px 0 0 20px;
    padding: 10px 0 20px 50px;
    line-height: 1.0;
    font-weight: 600;
    background: url(../img/logo-s.png) no-repeat top left;
  }
}

@media screen and (min-width: 1000px) { /* 1000px以上用の記述 */
  .foot-link-child {
    width: calc(100% / 3 - 10px);
    margin: 0 0 1rem;
  }
}