@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : guesthouse.css
 author     : Ability Consultant
 style info : ゲストハウスコンセルティング
=================================================================== */
/* font-awesome */
/* 青 */
/* 緑ボタン・基準 */
/* 赤いボタン・マルコ系 */
/* H3見だし・左に■　ビッグサイズです */
.accordion.all {
  color: #fff;
  background: #777;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 120%;
}
.accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: solid 7px #000;
  border-bottom-width: 0;
  z-index: 100;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.accordion.all.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all + * {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #fff;
    background: #777;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-size: 120%;
  }
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: solid 7px #000;
    border-bottom-width: 0;
    z-index: 100;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	.con_close
----------------------------------------------------------- */
.con_close > .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_close > .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_main-img
----------------------------------------------------------- */
.con_main-img {
  position: relative;
  overflow: hidden;
}
.con_main-img .photo img {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_main-img .photo {
    overflow: hidden;
  }
  .con_main-img .photo img {
    position: relative;
    width: 125%;
    max-width: none;
    margin-left: -12.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main-img .photo {
    overflow: hidden;
  }
  .con_main-img .photo img {
    position: relative;
    width: 135%;
    max-width: none;
    margin-left: -17.5%;
  }
}
.con_main-img .box_main {
  position: absolute;
  z-index: 1;
  width: 830px;
  color: #fff;
  bottom: 5.8%;
  left: 3.90625%;
}
.con_main-img .box_main .st_namemain {
  font-size: 334%;
  line-height: 1.2;
  font-feature-settings: "palt";
  text-shadow: 0 7px rgba(6, 6, 6, 0.45);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_main-img .box_main .st_namemain {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main-img .box_main .st_namemain {
    font-size: 151%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main-img .box_main .st_namemain {
    text-shadow: 0 4px rgba(6, 6, 6, 0.45);
  }
}
.con_main-img .box_main .catch {
  font-size: 134%;
  letter-spacing: .05em;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_main-img .box_main .catch {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main-img .box_main .catch {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main-img .box_main .catch {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .con_main-img {
    background: url(../service/images/guesthouse/img_main-pc.jpg) no-repeat center/cover;
  }
}
@media print {
  .con_main-img {
    background: url(../service/images/guesthouse/img_main-pc.jpg) no-repeat center/cover;
  }
}
.ie8 .con_main-img {
  background: url(../service/images/guesthouse/img_main-pc.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .con_main-img {
    background: #000;
  }
  .con_main-img .photo {
    overflow: hidden;
  }
  .con_main-img .photo img {
    position: relative;
    width: 125%;
    max-width: none;
    margin-left: -12.5%;
  }
  .con_main-img .box_main {
    width: 93.75%;
    margin: auto;
    color: #fff;
    padding: 3% 0;
  }
}

.con_main-bimg {
  position: relative;
  overflow: hidden;
}
.con_main-bimg:after {
  content: '';
  background: url("../guesthouse/images/bg_oimg.png") no-repeat;
  width: 1920px;
  height: 302px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
.con_point {
  margin-bottom: 129px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_point {
    margin-bottom: 6.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_point {
    margin-bottom: 5em;
  }
}
.point_head {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .point_head {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .point_head {
    margin-bottom: 1.5em;
  }
}

.st_point {
  font-size: 294%;
  padding-bottom: .8em;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_point {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_point {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1280px) {
  .st_point {
    line-height: 1;
  }
}
@media print {
  .st_point {
    line-height: 1;
  }
}
.ie8 .st_point {
  line-height: 1;
}
.st_point:before {
  content: '';
  width: 117px;
  height: 2px;
  position: absolute;
  right: 50%;
  bottom: 0;
  background: #005bac;
}
@media only screen and (max-width: 1279px) {
  .st_point:before {
    width: 4em;
  }
}
.st_point:after {
  content: '';
  width: 117px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #2cbef1;
}
@media only screen and (max-width: 1279px) {
  .st_point:after {
    width: 4em;
  }
}

.point_name {
  font-size: 130%;
  line-height: 1.5;
  font-feature-settings: 'palt';
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .point_name {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .point_name {
    font-size: 97%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .point_name {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .point_name {
    margin-bottom: 0.7em;
  }
}

.point_desc {
  font-size: 94%;
  line-height: 1.71429;
  font-feature-settings: 'palt';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .point_desc {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .point_desc {
    font-size: 87%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .point_desc {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .point_desc {
    line-height: 1.5;
  }
}

.point_main {
  position: relative;
}

.point_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 9px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1280px) {
  .point_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media print {
  .point_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.ie8 .point_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.point_item {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .point_item.item1 {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 7px;
  }
  .point_item.item1 .point_media {
    margin-left: 149px;
    max-width: 350px;
  }
  .point_item.item2 {
    width: 30.86207%;
    padding: 30px 0;
    margin-left: 19px;
  }
  .point_item.item2 .point_media {
    padding-top: 10px;
  }
  .point_item.item3 {
    width: 30.68966%;
    margin-right: 20px;
    padding: 40px 0 37px;
  }
  .point_item.item4 {
    border-top: 1px solid #b1b1b1;
    padding-top: 12px;
  }
  .point_item.item4 .point_media {
    margin-left: 680px;
    max-width: 360px;
  }
}
@media print {
  .point_item.item1 {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 7px;
  }
  .point_item.item1 .point_media {
    margin-left: 149px;
    max-width: 350px;
  }
  .point_item.item2 {
    width: 30.86207%;
    padding: 30px 0;
    margin-left: 19px;
  }
  .point_item.item2 .point_media {
    padding-top: 10px;
  }
  .point_item.item3 {
    width: 30.68966%;
    margin-right: 20px;
    padding: 40px 0 37px;
  }
  .point_item.item4 {
    border-top: 1px solid #b1b1b1;
    padding-top: 12px;
  }
  .point_item.item4 .point_media {
    margin-left: 680px;
    max-width: 360px;
  }
}
.ie8 .point_item.item1 {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 7px;
}
.ie8 .point_item.item1 .point_media {
  margin-left: 149px;
  max-width: 350px;
}
.ie8 .point_item.item2 {
  width: 30.86207%;
  padding: 30px 0;
  margin-left: 19px;
}
.ie8 .point_item.item2 .point_media {
  padding-top: 10px;
}
.ie8 .point_item.item3 {
  width: 30.68966%;
  margin-right: 20px;
  padding: 40px 0 37px;
}
.ie8 .point_item.item4 {
  border-top: 1px solid #b1b1b1;
  padding-top: 12px;
}
.ie8 .point_item.item4 .point_media {
  margin-left: 680px;
  max-width: 360px;
}
@media only screen and (max-width: 1279px) {
  .point_item {
    padding: 1em 0;
    border-bottom: 1px solid #aeaeae;
  }
  .point_item:first-child {
    border-top: 1px solid #aeaeae;
  }
  .point_item .point_media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .point_item .point_no {
    width: 8em;
    font-size: 134%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .point_item .point_no span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    position: relative;
    font-weight: 600;
  }
  .point_item .point_no span img {
    max-width: 43%;
    width: 100%;
  }
  .point_item .point_no span:after {
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: .1em;
    top: .11em;
    background: #000;
    border-radius: 100%;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .point_item .point_no {
    width: 5em;
  }
  .point_item .point_no span {
    width: 3em;
    height: 3em;
  }
}
@media only screen and (max-width: 1279px) {
  .point_item.item1 .point_no span {
    background: #005bac;
  }
  .point_item.item2 .point_no span {
    background: #2cbef1;
  }
  .point_item.item3 .point_no span {
    background: #64acf4;
  }
  .point_item.item4 .point_no span {
    background: #139bcb;
  }
  .point_item .point_txt {
    padding-left: .3em;
    width: calc(100% - 8em);
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .point_item .point_txt {
    padding-left: 1em;
    width: calc(100% - 5em);
  }
}

/* -----------------------------------------------------------
	.con_imp
----------------------------------------------------------- */
.con_imp * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imp_head {
  margin-bottom: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_head {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .imp_head {
    margin-bottom: 1.5em;
  }
}

.st_imp {
  font-size: 294%;
  padding-bottom: .8em;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_imp {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .st_imp {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1280px) {
  .st_imp {
    line-height: 1;
  }
}
@media print {
  .st_imp {
    line-height: 1;
  }
}
.ie8 .st_imp {
  line-height: 1;
}
.st_imp:before {
  content: '';
  width: 117px;
  height: 2px;
  position: absolute;
  right: 50%;
  bottom: 0;
  background: #005bac;
}
@media only screen and (max-width: 1279px) {
  .st_imp:before {
    width: 4em;
  }
}
.st_imp:after {
  content: '';
  width: 117px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #2cbef1;
}
@media only screen and (max-width: 1279px) {
  .st_imp:after {
    width: 4em;
  }
}

.imp_item {
  margin-bottom: 60px;
  border: 1px solid #aeaeae;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_item {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .imp_item {
    margin-bottom: 2em;
  }
}

.imp_name {
  width: 100%;
  display: table;
  border-bottom: 1px solid #aeaeae;
  font-weight: 100;
}
.imp_name em {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 13px;
  text-align: center;
  border-right: 1px solid #aeaeae;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .imp_name em {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .imp_name em {
    width: 5em;
  }
}
.imp_name em i {
  display: block;
  font-size: 120%;
  letter-spacing: .4em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_name em i {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .imp_name em i {
    font-size: 94%;
  }
}
.imp_name em b {
  display: block;
  font-size: 320%;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_name em b {
    font-size: 227%;
  }
}
@media only screen and (max-width: 767px) {
  .imp_name em b {
    font-size: 174%;
  }
}
.imp_name span {
  display: table-cell;
  vertical-align: middle;
  font-size: 134%;
  font-weight: bold;
  padding-left: 2.2em;
  padding-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_name span {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .imp_name span {
    font-size: 107%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_name span {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .imp_name span {
    padding-left: 0.5em;
  }
}

.imp_det {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imp_txt {
  width: 100%;
  padding: 30px 30px 18px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_txt {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .imp_txt {
    padding: 1em;
  }
}
@media only screen and (min-width: 1280px) {
  .imp_txt {
    width: 41.88256%;
  }
}
@media print {
  .imp_txt {
    width: 41.88256%;
  }
}
.ie8 .imp_txt {
  width: 41.88256%;
}

.imp_desc {
  font-size: 94%;
  line-height: 1.71429;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .imp_desc {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .imp_desc {
    font-size: 87%;
  }
}

.imp_photo {
  width: 100%;
  padding: 5px 0 7px;
}
@media only screen and (min-width: 1280px) {
  .imp_photo {
    width: 58.11744%;
  }
}
@media print {
  .imp_photo {
    width: 58.11744%;
  }
}
.ie8 .imp_photo {
  width: 58.11744%;
}
@media only screen and (max-width: 1279px) {
  .imp_photo {
    width: 100%;
    padding: .5em 1em 1.2em;
    text-align: center;
  }
}

.c_blue1 {
  color: #005bac;
}

.c_blue2 {
  color: #2cbef1;
}

.c_blue3 {
  color: #64acf4;
}

.c_blue4 {
  color: #139bcb;
}

/* -----------------------------------------------------------
	.con_ban
----------------------------------------------------------- */
.con_ban {
  margin-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_ban {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban {
    margin-top: 5em;
  }
}
.ban_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .ban_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ban_list li {
    width: 33.33333%;
  }
  .ban_list li img {
    display: block;
  }
}

/* -----------------------------------------------------------
	.con_pri
----------------------------------------------------------- */
.con_pri {
  margin-top: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_pri {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri {
    margin-top: 5em;
  }
}
.pri_head {
  margin-bottom: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_head {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .pri_head {
    margin-bottom: 1.5em;
  }
}

.st_pri {
  font-size: 294%;
  padding-bottom: .9em;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_pri {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .st_pri {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1280px) {
  .st_pri {
    line-height: 1;
  }
}
@media print {
  .st_pri {
    line-height: 1;
  }
}
.ie8 .st_pri {
  line-height: 1;
}
.st_pri:before {
  content: '';
  width: 117px;
  height: 2px;
  position: absolute;
  right: 50%;
  bottom: 0;
  background: #005bac;
}
@media only screen and (max-width: 1279px) {
  .st_pri:before {
    width: 4em;
  }
}
.st_pri:after {
  content: '';
  width: 117px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #2cbef1;
}
@media only screen and (max-width: 1279px) {
  .st_pri:after {
    width: 4em;
  }
}

.pri_box {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_box {
    margin-bottom: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .pri_box {
    margin-bottom: 3em;
  }
}

.pri_bname {
  font-size: 160%;
  line-height: 1.5;
  padding-bottom: 12px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_bname {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_bname {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_bname {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .pri_bname {
    padding-bottom: 0.5em;
  }
}

.pri_table {
  width: 100%;
}
.pri_table * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri_table tr {
  border-bottom: 1px solid #b1b1b1;
}
.pri_table tr:first-child {
  border-top: 1px solid #b1b1b1;
}
.pri_table th, .pri_table td {
  line-height: 1.8;
  padding: 23px 0;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table th, .pri_table td {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table th, .pri_table td {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table th, .pri_table td {
    display: block;
  }
}
.pri_table th {
  width: 31.03448%;
  font-size: 107%;
  font-weight: 600;
  padding-left: 22px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table th {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table th {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table th {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table th {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table th {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table th {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table th {
    width: 100%;
    text-align: center;
    padding-top: 1em;
  }
}
.pri_table .td_desc {
  font-size: 94%;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table .td_desc {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table .td_desc {
    font-size: 87%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table .td_desc {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table .td_desc {
    width: 100%;
  }
}
.pri_table .td_desc2 {
  font-size: 94%;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table .td_desc2 {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table .td_desc2 {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table .td_desc2 {
    width: 100%;
  }
}
.pri_table .td_last {
  display: none;
  width: 18.96552%;
  font-size: 120%;
  text-align: right;
  padding-left: .5em;
  padding-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table .td_last {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table .td_last {
    font-size: 100%;
  }
}
.pri_table .td_last small {
  font-size: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pri_table .td_last {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .pri_table .td_last {
    width: 100%;
    padding-right: 0;
  }
}

/* -----------------------------------------------------------
	.modifile
----------------------------------------------------------- */
