@charset "utf-8";

/*==================================================

共通

==================================================*/

html {
  font-size: 10px;
}
body {
  color: #444;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
  body {
    font-size: 18px;
    line-height: 1.6;
    min-width: 1200px;
  }
}

main{
  overflow: hidden;
}

/*==================================================

ヘッダー

==================================================*/

#header .seo {
  float: left;
  font-size: 14px;
}
#header .header-btn a {
  background-color: #e96073;
  display: block;
  padding: 5px 0;
}
#header .header-btn a img {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #header .header-in {
    overflow: hidden;
    padding: 10px 10px 10px 10px;
  }
  #header .header-logo {
    float: left;
    width: 25%;
  }
  #header .seo {
    float: right;
    width: 72%;
    box-sizing: border-box;
    margin-top: 0px;
    font-size: 3vw;
  }
  #header .header-contact {
    float: left;
    width: 62%;
    clear: left;
    margin-bottom: 10px;
  }
  #header .header-contact img {
    display: block;
    margin:4% 0;
  }
  #header .menu {
    float: right;
    width: 33%;
  }

  #header .header-btn {
    clear: both;
  }
  #header .header-btn a {
    background-color: #e96073;
    padding: 6px 0;

    display: block;
    margin-bottom: 5px;
  }
  #header .header-btn a img {
    width: 50vw;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  #header .header-in {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px 0 0 0;
    position: relative;
  }
  #header .header-logo {
    width: 365px;
    position: absolute;
    left: 0;
    top: 45px;
  }
  #header .logo-txt {
    font-size: 14px;
    width: 465px;
    position: absolute;
    left: 395px;
    top: 70px;
  }
  #header .header-contact {
    width: 300px;
    position: absolute;
    right: 0;
    top: 50px;
  }
  #header .header-contact .header-btn a {
    display: block;
    padding: 8px 0;
  }
  #header .header-contact img {
    display: block;
    margin: 10px 0;
  }
  #header .header-contact a img {
    width: 230px;
    margin-left: 15px;
  }
  #header .header-in .hnav {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  #header .header-in .hnav li {
    display: inline-block;
  }
  #header .header-in .hnav li a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    background: url('../images/cmn/header-ul-bg.svg') left center no-repeat;
    padding: 0px 0 0px 17px;
    background-size: 13px;
    margin-left: 20px;
  }
}


/*==================================================

グロナビ

==================================================*/

#gnav {
  background-color: #ebebeb;
  margin-bottom: 3px;
}
#gnav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  padding: 0;
}
#gnav ul li {
  border-right: 1px solid #ffffff;
}
#gnav ul li a {
  display: block;
  height: 70px;
  box-sizing: border-box;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnav ul li a:hover {
  background-color: #c8c9ca;
}
#gnav ul li.home a {
  width: 150px;
}
#gnav ul li a img {
  height: 40px;
  width: auto;
  box-sizing: border-box;
}
#gnav ul li.home a img {
  height: 46px;
}

/*==================================================

スマホメニュー

==================================================*/

#spmenu {
  background-color: #e96073;
  display:none;
}
#spmenu li {
  border-bottom: 1px solid #ffffff;
}
#spmenu li a {
  display: block;
  padding: 5px 0 5px 15px;
  color: #ffffff;
  background: url('../images/cmn/sp-menu-arw.svg') right 10px center no-repeat;
  background-size: 27px auto;
  background-size: 10px;
  text-decoration: none;
}
#spmenu .menu-top {
  width: 100%;
  font-size: 20px;
}
#spmenu .menu-top li a {
  background: none;
  text-decoration: none;
}
#spmenu .menu-top li a span {
  background: url('../images/cmn/sp-menu-arw.svg') right 10px center no-repeat;
  background-size: 27px auto;
  background-size: 10px;
  display: inline-block;
  padding: 0 50px 0 0;
}
#spmenu .menu-other {
  display: flex;
}
#spmenu .menu-other ul {
  box-sizing: border-box;
  width: 50%;
}
#spmenu .menu-other li {
  font-size: 15px;
}
#spmenu .menu-other ul:first-child li {
  border-right: 1px solid #ffffff;
}

@media screen and (min-width: 641px) {
#spmenu {
  display:none!important;
}
}

/*==================================================

タイトル

==================================================*/

#title {
  background-color: #faddd2;
  background-repeat: no-repeat;
}

#title .pic-01 {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #title {
    background-position: center top 15%;
    box-sizing: border-box;
    padding: 5% 0;
    background-size: 100%;
  }
  #title h1 {
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #title .pic-01 {
    width: 85%;
  }

}
@media screen and (min-width: 641px) {
  #title {
    background-position: center center;
    background-size: auto 90%;
    box-sizing: border-box;
    padding: 60px 0;
  }
  #title h1 {
    width: 1025px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  #title .pic-01 img {}
}

/*==================================================

パーツ

==================================================*/

section  {
  position: relative;
  margin-bottom: -100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  section {

  }
  section .section-in {
    margin: 0 3.5vw;
    padding: 11vw 0;
    /* padding-bottom: 30px; */
  }
}

@media screen and (min-width: 641px) {

	section {

  }
  section .section-in {
    width: 1200px;
    padding: 70px 0 70px 0;
    /* padding-bottom: 70px; */
    margin: 0 auto;
    box-sizing: border-box;
  }
}


/* 見出し・テキスト・画像
--------------------------------------------------*/

main .heading-2,
main .heading-3,
main .picture{
  text-align:center;
}

@media screen and (min-width: 641px) {
  main .heading-2,
  main .heading-3,
  main .text,
  main .picture {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  main .heading-2,
  main .heading-3,
  main .text,
  main .picture {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

main .heading-2:first-child,
main .heading-3:first-child,
main .text:first-child,
main .picture:first-child{
  margin-top: 0;
}

main .section-in>*:last-child{
  margin-bottom: 0!important;
}


/* スライド
--------------------------------------------------*/

@media screen and (max-width: 640px) {
  .pickup {
    position: relative;
    margin-bottom: 30px;
    }
  .pickup .pic-s{
    display: none;
    }
  .pickup .pic-l{
    border: 10px #fff solid;
    }
  .pickup .pic-l img{
    }
  .pic-s .current{
    border:#f00 1px solid;
  }
  .slick-prev,
  .slick-next{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    background-color:transparent;
    border: none;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    text-indent: -9999px;
    z-index: 10;
  }
  .slick-prev{
    background-image: url(../images/cmn/arw-prev.png);
    left: 20px;
  }
  .slick-next{
    background-image: url(../images/cmn/arw-next.png);
    right: 20px;
  }
}

@media screen and (min-width: 641px) {
  .pickup {
    width: 1120px;
    overflow: hidden;
    margin: 60px auto;
    }
  .pickup .pic-s{
    width: 130px;
    float: left;
    }
  .pickup .pic-s{
    width: 130px;
    float: left;
    }
  .pickup .pic-s li{
    width: 133px;
    height: 133px;
    text-align: center;
    margin-top: 8px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px transparent solid;
    }
  .pickup .pic-s li img{
    width: 123px;
    height: 123px;
    margin-top: 5px;
    border-radius: 50%;
    }
  .pickup .pic-l{
    width: 930px;
    float: right;
    }
  .pickup .pic-l img{
    width: 890px;
    border: 20px #fff solid;
    }
  .pic-s li.current{
    border:#e53387 1px solid;
  }
  .slick-prev,
  .slick-next{
    display: none!important;
  }
}

.pickup:last-child {
  margin-bottom: 0;
}

/* ページ内リンク
--------------------------------------------------*/
.menu-list {
  display: flex;
  justify-content:space-between;
}

.menu-list li {

}
.menu-list li a{
  display: block;
  text-indent: -9999px;
  background-color:#f5bcbe;
  box-sizing: border-box;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-list li.current a,section .menu-list li a:hover {
  background-color:#eb7092;
}
.menu-list li:nth-child(1) a{
  background-image: url('../images/cmn/menu-list-bg01.svg');
}
.menu-list li:nth-child(2) a{
  background-image: url('../images/cmn/menu-list-bg02.svg');
}
.menu-list li:nth-child(3) a{
  background-image: url('../images/cmn/menu-list-bg03.svg');
}
.menu-list li:nth-child(4) a{
  background-image: url('../images/cmn/menu-list-bg04.svg');
}
.menu-list li:nth-child(1) a:hover,  .menu-list li:nth-child(1).current a{
  background-image: url('../images/cmn/menu-list-bg01-on.svg');
}
.menu-list li:nth-child(2) a:hover,  .menu-list li:nth-child(2).current a{
  background-image: url('../images/cmn/menu-list-bg02-on.svg');
}
.menu-list li:nth-child(3) a:hover,.menu-list li:nth-child(3).current a{
  background-image: url('../images/cmn/menu-list-bg03-on.svg');
}
.menu-list li:nth-child(4) a:hover,.menu-list li:nth-child(4).current a{
  background-image: url('../images/cmn/menu-list-bg04-on.svg');
}

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

  .menu-list {
    position: relative;
    top:-10vw;
    margin: 5vw auto -15vw auto;
    width: 95%;
  }

  .menu-list li a{
    display: block;
    width: 21vw;
    height: 21vw;
    background-size: auto 3.5vw;
  }
  .menu-list li:first-child a{
    margin-left: 0;
  }
  .menu-list li:last-child a{
    margin-right: 0;
  }

}

@media screen and (min-width: 641px) {

  .menu-list {
    width: 634px;
    margin: 50px auto -50px auto;
    position: relative;
    top:-64px;
  }

  .menu-list li a{
    display: block;
    width: 128px;
    height: 128px;
    background-size: auto 22px;
  }

}

/* 画像とテキスト 横並び
--------------------------------------------------*/

@media screen and (min-width: 641px) {
  .img-right,
  .img-left{
    overflow: hidden;
    margin-bottom: 30px;
  }
  .img-right .txt{
    float: left;
    font-size: 16px;
    margin-top:80px;
  }
  .img-right .txt2{
    float: left;
    font-size: 16px;
    margin-top:5px;
  }
  .img-right .pic{
    float: right;
  }
  .img-left .txt{
    float: right;
    font-size: 16px;
    margin-top:40px;
  }
  .img-left .txt2{
    float: right;
    font-size: 16px;
    margin-top:5px;
  }
  .img-left .pic{
    float: left;
  }
  .img-right .pc-w350,
  .img-left .pc-w350{
    width: 350px;
  }
  .img-right .pc-w500,
  .img-left .pc-w500{
    width: 500px;
  }
  .img-right .pc-w550,
  .img-left .pc-w550{
    width: 550px;
  }

  .img-right .pc-w600,
  .img-left .pc-w600{
    width: 600px;
  }
  .img-right .pc-w680,
  .img-left .pc-w680{
    width: 680px;
  }
  .img-right .pc-w460,
  .img-left .pc-w460{
    width: 460px;
  }
  .img-right .pc-w700,
  .img-left .pc-w700{
    width: 700px;
  }
   .img-right .pc-w800,
  .img-left .pc-w800{
    width: 800px;
  }

}

@media screen and (max-width: 640px) {
  .img-right,
  .img-left{
    margin-bottom: 15px;
  }
  .img-right .txt,
  .img-left .txt{
    font-size: 14px;
    margin-bottom: 15px;
  }
}


/* 画像とテキスト テキストアブソルート
--------------------------------------------------*/

@media screen and (min-width: 641px) {
  .abstxt{
    position: relative;
    margin: 50px 0 100px;
  }
  .abstxt img{
    display: block;
    margin: 0 auto;
  }

  .abstxt p{
    font-size: 16px;
    position:absolute;
  }
  .abstxt1 p{
    width: 580px;
    right:0;
    bottom: 65px;
  }
  .abstxt2 p{
    width: 560px;
    right:0;
    top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .abstxt p{
    font-size: 14px;
    margin: 15px 0;
  }
}


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

.heading-2 {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.heading-2 span {
  font-weight: normal;
}
.heading2-pink {
  color: #eb7092;
}
.heading-3 {
  margin: 0 auto;
}
.sub-b {
  font-weight: bold;
  font-size:115%;
}


@media screen and (max-width: 640px) {
  .heading-2 {
    font-size: 17px;
    line-height: 1.75;
  }
  .heading-2 span {
    font-size: 12px;
  }
  .heading-2 img {
    height: 5vw;
  }
  .heading-2 img.heading-3lines {
    height: 17vw;
  }
  .heading-2 img.heading-2lines {
    height: 12vw;
  }
  .heading-3 img {
    height: 7vw;
  }
}

@media screen and (min-width: 641px) {

  .heading-2 {
    font-size: 30px;
  }
  .heading-2 span {
    font-size: 18px;
  }
  .heading-2 img {
    height: 36px;
  }
  .heading-2 img.heading-3lines {
    height: 110px;
  }
  .heading-2 img.heading-2lines {
    height: 80px;
  }
  .heading-3 img {
    height: 50px;
  }

}

/* ブログ
--------------------------------------------------*/

.widget-blog {
  background-color: #ffffff;
}
.widget-blog h3 {
  text-align: center;
}
.widget-blog ul li {
  overflow: hidden;
}
.widget-blog ul li .blog-img {
  float: left;
}
.widget-blog ul li .right {
  float: right;
}

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

  .widget-blog {
    padding: 15px;
  }
  .widget-blog h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .widget-blog ul li {
    min-height: 30%;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .widget-blog ul li .blog-img {
    width: calc((100% - 15px) / 2);
  }
  .widget-blog ul li .right {
    width: calc((100% - 15px) / 2);
  }
  .widget-blog ul li p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 641px) {

  .widget-blog {
    border-radius: 10px;
    padding: 20px 40px;
  }
  .widget-blog h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .widget-blog ul {
    display: flex;
    justify-content: space-between;
  }
  .widget-blog ul li {
    width: 545px;
    height: 185px;
    box-sizing: border-box;
  }
  .widget-blog ul li .blog-img {
    width: 270px;
  }
  .widget-blog ul li .right {
    width: 255px;
  }
  .widget-blog ul li p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 60px;
  }
}

/* 含まれるもの
--------------------------------------------------*/

.widget-option {}
.widget-option h3 {
  text-align: center;
  color: #eb7284;
}
@media screen and (max-width: 640px) {

  .widget-option {
    border:#eb7284 2px dashed;
    /* background: url('../images/cmn/option-bg-sp.png') center center no-repeat;
    background-size: 100% 100%; */
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 36px;
  }
  .widget-option h3 {
    font-size: 3.5vw;
    margin-bottom: 15px;
  }
  .widget-option ul {
    width: 95%;
    margin: 0 auto;
  }
  .widget-option ul li {
    font-size: 14px;
    background: url('../images/cmn/option-ulbg.svg') left top .4em no-repeat;
    background-size: 10px;
    padding-left: 18px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .widget-other h3 {
    font-size: 3.5vw;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 641px) {

  .widget-option {
    border:#eb7284 2px dashed;
    /* background: url('../images/cmn/option-bg.png') center center no-repeat;
    background-size: 100% 100%; */
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 90px;
  }
  .widget-option h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .widget-option ul {
    width: 1040px;
    margin: 0 auto;
  }
  .widget-option ul li {
    font-size: 16px;
    background: url('../images/cmn/option-ulbg.svg') left .3em no-repeat;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
}

/* その他
--------------------------------------------------*/

.widget-other h3 {
  text-align: center;
  color: #eb7284;
  border-bottom: 1px solid #b4b4b5;
}

@media screen and (max-width: 640px) {
  .widget-other h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .widget-other ul {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .widget-other ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 641px) {

  .widget-other h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .widget-other ul {
    width: 1080px;
    margin: 0 auto;
  }
  .widget-other ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* 問い合わせボタン
--------------------------------------------------*/

.button-entry a {
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .button-entry{
    margin: 30px 0 150px 0;
  }
}

@media screen and (min-width: 641px) {
  .button-entry{
    width: 590px;
    margin: 60px auto;
  }
}


@media screen and (max-width: 640px) {
  section .section-in .text p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.75;
  }

}
@media screen and (min-width: 641px) {

  section .section-in .text p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.75;
  }

}

/* テーブル モデル
--------------------------------------------------*/

table.table-model {
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
}
table.table-model tr th {
  box-sizing: border-box;
  vertical-align: middle;
    white-space: nowrap;
}
table.table-model tr {
  width: 100%;
}
table.table-model tr:nth-child(even) {
  background-color: #f9dad9;
}
table.table-model tr th, table.table-model tr td {
  border: 1px solid #b5b4b5;
}
table.table-model td.stay {
    white-space: nowrap;
}
@media screen and (max-width: 640px) {
  table.table-model {
    font-size: 14px;
  }
  table.table-model tr th {
    width: 23%;
  }
  table.table-model tr th, table.table-model tr td {
    padding: 10px;
  }
}
@media screen and (min-width: 641px) {
  table.table-model tr th {
    width: 248px;
  }
  table.table-model {
    font-size: 18px;
  }
  table.table-model tr th, table.table-model tr td {
    padding: 40px 25px;
  }
  table.table-model tr td:nth-of-type(1) {
    border-right: none;
  }
  table.table-model tr td:nth-of-type(2) {
    border-left: none;
    text-align: right;
    vertical-align: middle;
  }
}

/* テーブル ツアー
--------------------------------------------------*/

table.table-tour {
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
}
table.table-tour tr {
  width: 100%;
}
table.table-tour tr th, table.table-tour tr td {
  border: 1px solid #b4b4b5;
}
table.table-tour tr th {
  background-color: #f7ccb1;
}
table.table-tour tr td {
  background-color: #ffffff;
  text-align: center;
}
table.table-tour tr th:first-child, table.table-tour tr td:first-child {
  width: 35%;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  table.table-tour {
    font-size: 14px;
  }
  table.table-tour tr th {
    padding: 10px;
  }
  table.table-tour tr td {
    padding: 10px;
  }
}
@media screen and (min-width: 641px) {
  table.table-tour {
    font-size: 18px;
  }
  table.table-tour tr th {
    padding: 35px;
  }
  table.table-tour tr td {
    padding: 30px;
  }
}

/*==================================================

コース内イルサポーレバナー


==================================================*/

 .section-in .img-bn {
  margin: 0 auto;
  padding： 0 auto 30px;
  text-align: center;
  width:750px;
}

@media screen and (max-width: 640px) {
	.section-in .img-bn {
    margin-bottom: 10px;
  }

}
@media screen and (min-width: 641px) {
	.section-in .img-bn {
    margin-bottom: 30px;
  width:750px;
  }
}
/*==================================================

フッターメニュー

==================================================*/

.footer-list .new {
	color: #f00;
	margin-left: 0.8em;
}

@media screen and (max-width: 640px) {
  .footer-list {
    background-color: #fffaf9;
  }
  .footer-list .footer-list-in .in-in h5 {
    color: #2e2624;
    border-bottom: 1px #2e2624 solid;
    background-color: #fffaf9;
    font-size: 16px;
  }
  .footer-list .footer-list-in .in-in h5 a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 30px;
    color: #2e2624;
  }
  .footer-list .footer-list-in .in-in h5 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    background: url('../images/cmn/footer-list-sp-bg.svg') center center no-repeat;
    background-size: 8px;
    transition: transform 0.3s;
  }
  .footer-list .footer-list-in .in-in h5.open a:after {
    transform: rotate(90deg) translateX(-50%);
  }
  .footer-list .footer-list-in .in-in ul {
    display: none;
  }
  .footer-list .footer-list-in .in-in ul li a {
    display: block;
    padding: 6px 30px 6px 48px;
    color: #262626;
    border-bottom: 1px #2e2624 dotted;
    background: url('../images/cmn/footer-list-bg.svg') left 30px top 10px no-repeat;
    background-color: #fffaf9;
    background-size: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  .footer-list {
    padding: 10px 0 10px 0;
    background-color: #fffaf9;
    background-size: 5px 15px;
    margin-bottom: 10px;
  }
  .footer-list .footer-list-in {
    display: flex;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    justify-content: space-between;
  }
  .footer-list .footer-list-in .in-in {
    width: 345px;
  }
  .footer-list .footer-list-in .in-in h5 {
    margin-bottom: 10px;
    padding: 5px;
    color: #262626;
    border-bottom: 1px #262626 solid;
    font-size: 16px;
  }
  .footer-list .footer-list-in .in-in h5 a {
    color: #262626;
  }
  .footer-list .footer-list-in .in-in ul {
    display: block!important;
  }
  .footer-list .footer-list-in .in-in ul li a {
    display: block;
    margin-bottom: 10px;
    padding-left: 18px;
    color: #262626;
    background: url('../images/cmn/footer-list-bg.svg') left 2px top 6px no-repeat;
    background-size: 9px;
    font-size: 14px;
  }
}

/*footer
--------------------------------------------------*/

#footer {
  background-color: #fafafa;
}
#footer .links li a {
  color: #000000;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
  background-color: #ffffff;
}
#footer .pagetop {
  width: 55px;
}
@media screen and (max-width: 640px) {
  #footer {
    padding-top: 0;
  }
  #footer .footer-in {
    padding-bottom: 10px;
  }
  #footer .company {
    padding: 0 3%;
  }
  #footer .company .company-name {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #footer .company .company-addr {
    margin-bottom: 20px;
    font-size: 13px;
  }
  #footer ul.sub-links {
    margin-bottom: 25px;
  }
  #footer ul.sub-links li {
    color: #2e2624;
    border-bottom: 1px #2e2624 solid;
    background-color: #fffaf9;
    font-size: 16px;
  }
  #footer ul.sub-links li a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 30px;
    color: #2e2624;
  }
  #footer ul.sub-links li a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    background: url('../images/cmn/footer-list-sp-bg.svg') center center no-repeat;
    background-size: 8px;
  }
  #footer .copyright {
    padding: 25px 0 25px 0;
    font-size: 12px;
  }
  #footer .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
  }
}
@media screen and (min-width: 641px) {
  #footer .footer-in {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 35px 0;
  }
  #footer .footer-in ul.sub-links {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
  #footer .footer-in ul.sub-links li {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
  }
  #footer .footer-in ul.sub-links li a {
    color: #262626;
    font-size: 14px;
  }
  #footer .copyright {
    padding: 15px 0 50px 0;
    font-size: 12px;
  }
  #footer .company .company-name {
    margin-bottom: 5px;
    font-size: 24px;
  }
  #footer .company .company-addr {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #footer .pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
    top: auto;
  }
}
