@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
PC用スタイル：769px ～　
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* 共通
----------------------------------------------------------------------------- */
#top-page{
  min-width: 1000px;
}
.serif{font-family: century,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','Kozuka Mincho Pro M', 'Kozuka Mincho Std M', '小塚明朝 Pro M', '小塚明朝 Std M', 'ＭＳ Ｐ明朝','MS PMincho',serif;}



/* キービジュアル
----------------------------------------------------------------------------- */
#kv {
  position: relative;
  z-index: 10;
}
#kv .kv_box{
  width: 100%;
  overflow: hidden;
  position: relative;
}
#kv .kv_box .logo_img{
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -620px;
  z-index: 1;
}
#kv .kv_box .logo_img01{
  position: absolute;
  top: 435px;
  right: 50%;
  margin-right: -490px;
  z-index: 1;
}

/* ページナビ
----------------------------------------------------------------------------- */
#page_nav{
  background: #9c8ab4;
  border-bottom: 4px solid #fff;
}
#page_nav ul{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 25px 0;
  justify-content: space-between;
}
#page_nav ul li{
  text-align: center;
  position: relative;
}
#page_nav ul li:before{
  content: '';
  display: inline-block;
  width: 1px;
  height: 45px;
  background: #7b639a;
  position: absolute;
  left: 0;
  top: 0;
}
#page_nav ul li:last-child:after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 45px;
  background: #7b639a;
  position: absolute;
  right: 0;
  top: 0;
}
#page_nav ul li a{
  display: block;
  position: relative;
  padding-top: 15px;
}
#page_nav ul li.nav01{
  width: 34%;
}
#page_nav ul li.nav02{
  width: 28%;
}
#page_nav ul li.nav03{
  width: 18%;
}
#page_nav ul li.nav04{
  width: 18%;
}
#page_nav ul li.nav01 a:before{
  content: '';
  display: inline-block;
  background: url(../img/rec_ico.png);
  width: 47px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -28px;
  transition: all 0.2s ease-out;
}
#page_nav ul li.nav02 a:before{
  content: '';
  display: inline-block;
  background: url(../img/ichioshi_ico.png);
  width: 33px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -16px;
  transition: all 0.2s ease-out;
}
#page_nav ul li.nav03 a:before{
  content: '';
  display: inline-block;
  background: url(../img/map_ico.png);
  width: 26px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: -33px;
  margin-left: -13px;
  transition: all 0.2s ease-out;
}
#page_nav ul li.nav04 a:before{
  content: '';
  display: inline-block;
  background: url(../img/search_ico.png);
  width: 37px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: -33px;
  margin-left: -18px;
  transition: all 0.2s ease-out;
}
#page_nav ul li a:hover:before{
  top: -50px;
}

/* 北海道ドラマティックロードとは
----------------------------------------------------------------------------- */
#about{
  background: url(../img/bg01.gif);
  padding-bottom: 80px;
}
#about .about_wrap{
  display: flex;
  padding: 70px 0 0;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#about .about_wrap .head_img{
  position: relative;
  top: -10px;
  left: -20px;
  width: 205px;
  z-index: 1;
}
#about .about_wrap .section{
  width: 535px;
}
#about .about_wrap .section h2{
  margin-bottom: 20px;
}
#about .about_wrap .section .txt{
  font-size: 16px;
  color: #444444;
  line-height: 2;
}
#about .about_wrap .map_img{
  width: 474px;
  position: absolute;
  right: -215px;
  top: -110px;
  z-index: 1;
}
#about .special_btn{
  width: 1000px;
  margin: 40px auto 0;
  text-align: center;
}
#about .special_btn a:hover{
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
/* 人気のスポット
----------------------------------------------------------------------------- */
#spot{
  padding-bottom: 80px;
}
#spot .spot_in{
  width: 1000px;
  margin: 0 auto;
  padding: 60px 25px 0 25px;
}
#spot .spot_in .box{
  margin-bottom: 90px;
}
#spot .spot_in .box:last-child{
  margin-bottom: 40px;
}
#spot .spot_in .ttl_warp{
  position: relative;
}
#spot .spot_in .ttl_warp .girl{
  position: absolute;
  right: 40px;
  bottom: 0;
}
#spot .spot_in .ttl_warp .ttl{
  padding-bottom: 70px;
  text-align: center;
}
#spot .spot_in .content_box .photo dl{
  display: none;
}
#spot .spot_in .content_box .photo dl.current{
  display: block;
}
#spot .spot_in .content_box01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#spot .spot_in .content_box01 .contents{
  width: calc(100% - 451px - 20px);
}
#spot .spot_in .content_box01 .contents .head{
  margin: -25px 0 15px -25px;
}
#spot .spot_in .content_box01 .contents .txt{
  font-size: 15px;
  color: #444444;
  line-height: 2;
}
#spot .spot_in .content_box01 .photo{
  width: 451px;
}
#spot .spot_in .content_box01 .photo img{
  width: 100%;
}
#spot .spot_in .content_box01 .photo dl{
  position: relative;
}
#spot .spot_in .content_box01 .photo dd{
  font-size: 14px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
}
#spot .spot_in .content_box02{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
}
#spot .spot_in .content_box02 .contents{
  width: calc(100% - 451px - 20px);
}
#spot .spot_in .content_box02 .contents .head{
  margin: -25px -25px  15px 0;
}
#spot .spot_in .content_box02 .contents .txt{
  font-size: 15px;
  color: #444444;
  line-height: 2;
}
#spot .spot_in .content_box02 .photo{
  width: 451px;
  position: relative;
}
#spot .spot_in .content_box02 .photo img{
  width: 100%;
}
#spot .spot_in .content_box02 .photo dd{
  font-size: 14px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#spot .spot_in .select{
  margin: 30px 0 40px;
}
#spot .spot_in .select ul{
  display: flex;
  justify-content: space-between;
}
#spot .spot_in .select ul li{
  cursor: pointer;
  position: relative;
}
#spot .spot_in .select ul li.current:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 5px solid #d1c58b;
  box-sizing: border-box;
}
#spot .free_plan{
  width: 955px;
  height: 124px;
  margin: 0 auto;
  padding: 0 30px;
  background: url(../img/freeplan_btn_bg01.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#spot .free_plan ul{
  width: 490px;
  display: flex;
  justify-content: space-between;
}
#spot .free_plan ul li{
  text-align: center;
  width: 98%;
  margin-right: 2%;
}
#spot .free_plan ul li:last-child{
  width: 100%;
  margin-right: 0;
}
#spot .free_plan ul li a{
  display: block;
  font-size: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #8b7b25;
  background: #fff url(../img/arrow_ico.png) no-repeat right 3% center;
  padding: 12px 0;
  border: 5px solid #dcdbc0;
  box-shadow: 4px 4px 0px rgba(13,3,6,0.3);
}
#spot .free_plan ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
#spot .free_plan01{
  width: 955px;
  height: 124px;
  margin: 0 auto;
  padding: 0 30px;
  background: url(../img/freeplan_btn_bg03.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#spot .free_plan01 ul{
  width: 490px;
  display: flex;
  justify-content: space-between;
}
#spot .free_plan01 ul li{
  text-align: center;
  width: 98%;
  margin-right: 2%;
}
#spot .free_plan01 ul li:last-child{
  width: 100%;
  margin-right: 0;
}
#spot .free_plan01 ul li a{
  display: block;
  font-size: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #8b7b25;
  background: #fff url(../img/arrow_ico.png) no-repeat right 3% center;
  padding: 12px 0;
  border: 5px solid #dcdbc0;
  box-shadow: 4px 4px 0px rgba(13,3,6,0.3);
}
#spot .free_plan01 ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
#spot .free_plan02{
  width: 955px;
  height: 124px;
  margin: 0 auto;
  padding: 0 30px;
  background: url(../img/freeplan_btn_bg02.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#spot .free_plan02 ul{
  width: 490px;
  display: flex;
  justify-content: space-between;
}
#spot .free_plan02 ul li{
  text-align: center;
  width: 98%;
  margin-right: 2%;
}
#spot .free_plan02 ul li:last-child{
  width: 100%;
  margin-right: 0;
}
#spot .free_plan02 ul li a{
  display: block;
  font-size: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #8b7b25;
  background: #fff url(../img/arrow_ico.png) no-repeat right 3% center;
  padding: 12px 0;
  border: 5px solid #dcdbc0;
  box-shadow: 4px 4px 0px rgba(13,3,6,0.3);
}
#spot .free_plan02 ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}

/* 一押しツアー
----------------------------------------------------------------------------- */
#ichioshi {
  background: url(../img/bg01.gif);
}
#ichioshi .ichioshi_in{
  width: 1000px;
  margin: 0 auto;
  padding: 60px 25px 50px 25px;
}
#ichioshi .ichioshi_in .box{
  margin-bottom: 70px;
}
#ichioshi .ichioshi_in .box:last-child{
  margin-bottom: 0;
}
#ichioshi .ichioshi_in .ttl{
  padding-bottom: 20px;
  text-align: center;
}
#ichioshi .ichioshi_in .head{
  /*
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  */
  background: url(../img/line.png) no-repeat center bottom 45px;
  margin-bottom: -25px;
  min-height: 148px;
  position: relative;
  padding-bottom:60px;
}
#ichioshi .ichioshi_in .head .stmp{
  top: -10px;
  left: -25px;
  z-index: 1;
  display: inline-block;
  position: absolute;
}
#ichioshi .ichioshi_in .head h3{
  font-weight: bold;
  color: #e16a13;
  font-size: 28px;
  line-height: 1.4;
  width:100%;
}
#ichioshi .ichioshi_in .head .stmp + h3{
  padding-left:150px;
}
#ichioshi .ichioshi_in .content_box{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: flex-start;
}
#ichioshi .ichioshi_in .content_box .contents{
  width: calc(100% - 451px - 20px);
  position: relative;
}
#ichioshi .ichioshi_in .content_box .contents .txt{
  font-size: 15px;
  color: #444444;
  line-height: 2;
}
#ichioshi .ichioshi_in .content_box .contents .select{
  margin-top: 15px;
}
#ichioshi .ichioshi_in .content_box .contents .select ul{
  display: flex;
  justify-content: space-between;
}
#ichioshi .ichioshi_in .content_box .contents .select ul li{
  cursor: pointer;
  position: relative;
}
#ichioshi .ichioshi_in .content_box .contents .select ul li.current:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 5px solid #d1c58b;
    box-sizing: border-box;
}
#ichioshi .ichioshi_in .content_box .photo{
  width: 451px;
  position: relative;
}
#ichioshi .ichioshi_in .content_box dl{
  display: none;
}
#ichioshi .ichioshi_in .content_box dl.current{
  display: block;
}
#ichioshi .ichioshi_in .content_box .photo dd{
  font-size: 14px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
}
#ichioshi .ichioshi_in .content_box .photo img{
  width: 100%;
}
#ichioshi .free_plan{
  width: 955px;
  height: 124px;
  margin: 30px auto 0;  
  padding: 0 30px;
  background: url(../img/freeplan_btn_bg02.png) no-repeat;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ichioshi .free_plan .title{
  width:350px;
  color:#fff;
  font-size:26px;
  font-weight: bold;
  margin-top:-5px;
}
#ichioshi .free_plan .title span{
  font-size:18px;
  font-weight: normal;
}
#ichioshi .free_plan ul{
  width: 500px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
#ichioshi .free_plan ul li{
  text-align: center;
  width: 98%;
  margin-right: 2%;
}
#ichioshi .free_plan ul li:last-child{
  width: 100%;
  margin-right: 0;
}
#ichioshi .free_plan ul li a{
  display: block;
  font-size: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #8b7b25;
  background: #fff url(../img/arrow_ico.png) no-repeat right 5% center;
  padding: 10px 10px 10px 0;
  border: 5px solid #dcdbc0;
  box-shadow: 4px 4px 0px rgba(13,3,6,0.3);
}
#ichioshi .free_plan ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
/* アクセスMAP
----------------------------------------------------------------------------- */
#access .access_in .ttl{
  padding-bottom: 20px;
  text-align: center;
}
#access .access_in {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#access .access_in .map_wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#access .access_in .map_wrap .map{
  border: 8px solid #e7e5d7;
  width: 606px;
}
#access .access_in .map_wrap .map_in{
  border: 10px solid #fff!important;
}
#access .access_in .map_wrap .map_in iframe{
  display: block;
  width: 568px;
  height: 880px;
}
#access .access_in .map_wrap .text{
  width: calc(100% - 606px - 15px);
}
#access .access_in .map_wrap .text h3{
  font-size: 18px;
  border-bottom: 1px solid #e5d778;
  padding: 15px 0 15px 55px;
  margin-bottom: 17px;
}
#access .access_in .map_wrap .text .jp_sec h3{
  background: url(../img/jr_ico.png) no-repeat left 8px center;
}
#access .access_in .map_wrap .text .car_sec h3{
  background: url(../img/car_ico.png) no-repeat left 8px center;
}
#access .access_in .map_wrap .text .bus_sec h3{
  background: url(../img/bus_ico.png) no-repeat left 8px center;
}
#access .access_in .map_wrap .text .bus_sec p{
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b3b3b3;
}
#access .access_in .map_wrap .text .comments{
  color: #d01414;
  font-size: 12px;
  padding: 0 8px 15px 8px;
}
#access .access_in .map_wrap .text dl{
  padding: 0 8px 15px 8px;
  line-height: 1.4;
}
#access .access_in .map_wrap .text dt{
  color: #a6548e;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 2px;
}
#access .access_in .map_wrap .text dd{
  color: #4c4c4c;
  font-size: 15px;
}
/* 検索
----------------------------------------------------------------------------- */
.form_wrap select{
  padding:13px !important;
  border-radius: initial !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_wrap select::-ms-expand {
  display: none;
}
#maincontent #searchConditional{
  margin-top:15px;
  background: url(../img/bg01.gif);
  padding-bottom: 80px;
}
#maincontent #searchConditional h2{
  text-align:center;
  padding:80px 0 0;
  margin-bottom: 40px;
}
#maincontent #searchConditional h3{
  text-align:center;
  padding-bottom:30px;
}
#maincontent #searchConditional #tour-search{
  margin: 0 auto;
  width: 1000px;
  color:#201f1e;
  font-size:16px;
  font-weight: bold;
}
#maincontent #searchConditional .form_wrap{
  text-align:center;
}
#maincontent #searchConditional #frm-ArvArea,
#maincontent #searchConditional #frm-Days{
  margin-left:30px;
}
#maincontent #searchConditional .form-set{
  margin-bottom:20px;
}
#maincontent #searchConditional .form-set{
  display:inline-block;
}
#maincontent #searchConditional .form-set-inner .stit{
  width: 120px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  background: #9479a9;
  padding: 6px 5px 5px;
}
#maincontent #searchConditional .form-set-inner dl dd{
display:inline-block
}
#maincontent #searchConditional #frm-KeyWord{
margin-left: 30px;
}
#maincontent #searchConditional #frm-KeyWord input{
padding: 9px 11px;
}
#maincontent #searchConditional .form-set-inner select{
  padding: 5px 5px 5px 10px;
  margin: 0;
  line-height: 100%;
  color: #ffffff;
  border: none;
}
#maincontent #searchConditional .form-set-inner select,
#maincontent #searchConditional select,
#maincontent #searchConditional input[type='text']{
  width: 17.75em;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color:#fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#maincontent #searchConditional input[type="text"]{
  border:3px solid #d7d3bf;
  border-radius: initial;
  padding: 7px 11px!important;
}
#maincontent #searchConditional .daybox {
  background: #fff url(../img/icon_cal.png) no-repeat 96% 50%;
  padding-right: 50px;
}
#maincontent #searchConditional #frm-Day input{
padding: 9px 10px;
}
#maincontent #searchConditional .form-set-inner select,
#maincontent #searchConditional select{
  background: url(../img/select_bg_pc.png) no-repeat right center;
  background-size: contain;
  padding-right:50px;
}
#maincontent #searchConditional .form-set-inner select,
#maincontent #searchConditionalselect,
#maincontent #searchConditional input[type='text'],
#maincontent #add-condition label{
cursor: pointer;
color:#696969;
}
#maincontent #add-condition label{
display:inline-block;
margin: 10px 13px 5px 0;
}
#maincontent #add-condition input{
position: relative;
outline:none;
}
input[type="radio"]{
-webkit-appearance: none;
appearance: none;
position: relative;
width: 20px;
height: 20px;
vertical-align: middle;
background: url(../img/check_bg.png) left top;
margin-right: 10px;
margin-top:-1px;
border: none;
-webkit-border-radius: 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="radio"]:checked::before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 20px;
height: 20px;
background: url(../img/check_bg.png) left bottom;
}
input[type="checkbox"]{
-webkit-appearance: none;
appearance: none;
position: relative;
width: 20px;
height: 20px;
vertical-align: middle;
background: url(../img/check_bg.png) left top;
margin-right: 10px;
margin-top:-1px;
border: none;
-webkit-border-radius: 0;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="checkbox"]:checked::before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 20px;
height: 20px;
background: url(../img/check_bg.png) left bottom;
}
#maincontent #searchConditional .main_menu{
position: relative;
margin: 15px auto;
width: 790px;
text-align: right;
}
#maincontent #searchConditional .main_menu .submenu_ttl{
  display: inline-block;
  padding: 12px;
  color: #707070;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  padding-right: 50px;
  cursor: pointer;
}
#maincontent #searchConditional .main_menu .submenu_ttl:after{
  content: "＋";
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  background:#bab59c;
  display: inline-block;
}
#maincontent #searchConditional .main_menu .submenu_ttl.open:after{
content:"－";
}
#maincontent #searchConditional #add-condition{
display:none;
padding-top:10px;
}
#maincontent #searchConditional #add-condition li{
width: 800px;
margin: 10px auto 30px;
}
#maincontent #searchConditional #search_btn{
  text-align:center;
  width:418px;
  margin:0 auto;
}
#maincontent #searchConditional #search_btn p{
  outline:none;
  cursor: pointer;
  text-align: center;
}
#maincontent #searchConditional #search_btn p:hover{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

/* オリジナル特典一覧 /benefits/
----------------------------------------------------------------------------- */
#benefits #main{
  background: url(../img/bg02.gif);
  padding-bottom: 50px;
}
#benefits #main .return{
  display: inline-block;
  position: relative;
  left: -100px;
}
#benefits #main .return a{
  background: #fff;
  display: block;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 5px 10px;
}
#benefits #main .main_in{
  width: 686px;
  margin: 0 auto;
}
#benefits #main .main_in h1{
  text-align: center;
  margin-bottom: 20px;
}
#benefits #main .main_in .contents_in{
  background: #fff;
  border: 8px solid #e0d9ab;
  padding: 25px 35px;
}
#benefits #main .main_in .contents .read{
  font-size: 16px;
  color: #525252;
  line-height: 1.4;
  padding-bottom: 20px;
}
#benefits #main .cont_box .list_box{
  margin-bottom: 50px;
}
#benefits #main .cont_box .list_box:last-child{
  margin-bottom: 0;
}
#benefits #main .cont_box .list_box h2 {
  margin-bottom: 30px;
}
#benefits #main .cont_box .list_box .list{
  margin-bottom: 30px;
  padding: 0 15px;
}
#benefits #main .cont_box .list_box .list .head{
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dotted #e0d9ab;
  padding: 0 0 10px 30px;
  margin-bottom: 10px;
  background: url(../img/arrow_l.png) no-repeat left top 5px;
}
#benefits #main .cont_box .list_hakodate .list .head{
  color: #5592b6;
}
#benefits #main .cont_box .list_noboribetsu .list .head{
  color: #cb7267;
}
#benefits #main .cont_box .list_sapporo .list .head{
  color: #6da742;
}
#benefits #main .cont_box .list_kyotsu .list .head{
  color: #ea911e;
}
#benefits #main .cont_box .list_box .list p{
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
}
#benefits #main .cont_box .list_box .list p.line{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #000;
}
#benefits #main .contents .comments_box{
  font-size: 14px;
  line-height: 1.6;
  color: #353434;
  padding: 15px 0 0;
}
#benefits #main .contents .exchange{
  margin-top: 25px;
}
#benefits #main .contents .exchange h2{
  font-size: 20px;
  color: #452d0f;
  margin-bottom: 15px;
}
#benefits #main .contents .exchange .exchange_box{
  background: #fff;
  border: 8px solid #e0d9ab;
  padding: 25px 35px;
}
#benefits #main .contents .exchange .exchange_box dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e0d9ab;
}
#benefits #main .contents .exchange .exchange_box dl:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#benefits #main .contents .exchange .exchange_box dl dt{
  font-size: 20px;
  font-weight: bold;
  width: 10%
}
#benefits #main .contents .exchange .exchange_box dl.hakodate dt{
  color: #5592b6;
}
#benefits #main .contents .exchange .exchange_box dl.noboribetsu dt{
  color: #cb7267;
}
#benefits #main .contents .exchange .exchange_box dl.sapporo dt{
  color: #6ba144;
}
#benefits #main .contents .exchange .exchange_box dl dd{
  color: #452d0f;
  line-height: 1.6;
  width: 86%
}
#benefits #main .contents .exchange .exchange_box dl dd .name{
  font-size: 16px;
  font-weight: bold;
}
#benefits #main .contents .exchange .exchange_box dl dd .add{
  font-size: 14px;
}