@charset "UTF-8";
/*■01.RESET HTML*/
html {
  background-color: #fff;
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  position: relative;
  margin: 0 auto;
  color: #000000;
  word-wrap: break-word;
  font-family: 'Noto Sans JP';
  font-size: 16px;
}

p, li, pre, td, th, dt, dd {
  line-height: 1.5;
}

#wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  word-wrap: break-word;
}

.pinyon_fonts {
  font-family: 'Pinyon Script', cursive;
  font-weight: bold;
}

.call {
  text-decoration: none !important;
  color: #000000;
  display: inline-block;
}

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■04.LAYOUT*/
.hidden {
  display: none;
}

.container {
  padding: 0 2%;
  position: relative;
}

.font14pc {
  font-size: 100%;
}

.font15pc {
  font-size: 107%;
}

.font16pc {
  font-size: 114%;
}

.font17pc {
  font-size: 121%;
}

.font18pc {
  font-size: 129%;
}

.font19pc {
  font-size: 136%;
}

.font20pc {
  font-size: 143%;
}

.font21pc {
  font-size: 150%;
}

.font22pc {
  font-size: 157%;
}

.font23pc {
  font-size: 164%;
}

.font24pc {
  font-size: 171%;
}

.font25pc {
  font-size: 179%;
}

.font26pc {
  font-size: 186%;
}

.font27pc {
  font-size: 193%;
}

.font28pc {
  font-size: 200%;
}

.font29pc {
  font-size: 207%;
}

.font30pc {
  font-size: 214%;
}

.font31pc {
  font-size: 221%;
}

.font32pc {
  font-size: 229%;
}

.flex_bg {
  width: 100%;
  margin-right: -100%;
}

.flex_content {
  width: 100%;
  position: relative;
}

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_title {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.sec_title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 205px;
  height: 1px;
  background: url(../common_img/bgline2.png) no-repeat center center;
  background-size: 100%;
}
.sec_title .title_en {
  font-size: 27px;
  color: #a1803d;
  font-family: 'Pinyon Script', cursive;
}
.sec_title .title_jp {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  line-height: 1.3;
}
.sec_title.left {
  text-align: left;
}
.sec_title.left:after {
  right: auto;
  background: url(../common_img/bgline.png) no-repeat right bottom;
}

.title01 {
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
}
.title01:after {
  position: absolute;
  content: '';
  background: url(../common_img/bgline.png) no-repeat right bottom;
  width: 150px;
  height: 1px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.fontmin {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif;
}

.fontpinyon {
  font-family: 'Pinyon Script', cursive;
}

.boxboder {
  border: 1px solid #a1803d;
}

.btnpage {
  max-width: 270px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 7px;
}
.btnpage a, .btnpage button {
    font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0 10px;
  background: url(../common_img/bgbtn.png) left top;
  color: #fff;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.btnpage a span, .btnpage button span {
  position: relative;
  z-index: 2;
  display: block;
  position: relative;
}
.btnpage a span:before, .btnpage button span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #a1803d;
  border-right: 1px solid #a1803d;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnback button span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #a1803d;
  border-right: 1px solid #a1803d;
  /*right: 10px;*/
  left: -236px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(225deg);
}

/* .btnpage.btngray a {
  background: #323337;
} */
/* .btnpage.btnyellow a {
  background: #a1803d;
} */
.btnpage.btnyellow a span:before {
  border-top: 1px solid #ceab59;
  border-right: 1px solid #ceab59;
}
.bg_gray_line{
  background: url(../images/bg_sec02.jpg) repeat-x left top, url(../images/bg_sec02b.png) repeat-x bottom left, #f5f5f5;
  padding: 35px 0;
  background-size: 9px;
}
.bg_gray {
  /* background: url(../images/bg_sec02.jpg) repeat-x left top, url(../images/bg_sec02b.png) repeat-x bottom left, #f5f5f5; */
  padding: 35px 0;
  /* background-size: 9px; */
}
.bg_gray2{
    background: #f5f5f5;
}
.border_img {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 40px;
  width: 95%;
}
.border_img:after {
  content: "";
  border: 1px solid #ecd06f;
  position: absolute;
  top: -20px;
  left: 17px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tbl01 {
  width: 100%;
}
.tbl01{
    border-bottom: 1px solid #ecd06f;
}
.tbl01 th, .tbl01 td {
  vertical-align: middle;
  border-top: 1px solid #ecd06f;
  padding: 10px 5%;
}
.tbl01 th {
  text-align: center;
  background: #f5f5f5;
  width: 100px;
}

.auto_m {
  margin: auto;
}

.clr_3e7ef8 {
  color: #3e7ef8;
}

.common_bnr .brn {
  min-height: 105px;
}
.common_bnr .brn a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  display: block;
  width: 100%;
}
.common_bnr .brn .pinyon_fonts {
  font-size: 27px;
  color: #f5d892;
  font-weight: normal;
}
.common_bnr .brn .fontmin {
  font-size: 25px;
  font-weight: normal;
}
.common_bnr .brn1 {
  background: url(../images/bnr1.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
.common_bnr .brn1:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #f5d892;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 1;
}
.common_bnr .brn2 {
  background: url(../images/bnr2.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.common_bnr .brn2 .txt {
  background: #323337;
  display: inline-block;
  padding: 5px 30px;
  box-shadow: 9px 0 18px rgba(0, 0, 0, 0.3);
}
.common_bnr .brn3 {
  background: url(../images/bnr3.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  padding: 10px 10px 10px 30px;
}
.common_bnr .brn3 .btnpage {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 170px;
  max-width: 205px;
}
.common_bnr .brn3 .btnpage a {
  padding: 10px;
}
.common_bnr .brn3 .txt2 {
  position: relative;
}
.common_bnr .brn3 .txt2:after {
  position: absolute;
  content: '';
  background: #000;
  width: 70px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.common_bnr2 .bnr2 {
  padding: 30px 30px 70px;
  position: relative;
  min-height: 150px;
}
.common_bnr2 .bnr2 p {
  color: #000;
    font-weight: bold;
  font-size: 17px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.common_bnr2 .bnr2_01 {
  background: url(../common_img/bg_bnr01.jpg) top center no-repeat;
  margin-bottom: 25px;
}
.common_bnr2 .bnr2_02 {
  background: url(../common_img/bg_bnr02.jpg) top center no-repeat;
}
.common_bnr2 .btnpage {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.btncontact {
  max-width: 310px;
  margin: 0 auto;
  margin-top: 10px;
}
.btncontact a {
  background: url(../common_img/bgbtn.png) no-repeat left top;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  box-shadow: 9px 0 18px rgba(0, 0, 0, 0.3);
  text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.btncontact a img {
  width: 25px;
}
.btncontact a span {
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
}

.common_contact {
  background: url(../common_img/bg_common.jpg) top center no-repeat;
  background-size: cover;
  padding: 15px 40px;
}
.common_contact .boxboder {
  padding: 15px 30px 25px;
}
.common_contact .sec_title {
  margin-bottom: 20px;
}
.common_contact .sec_title:after{
    background: url(../common_img/bgline2.png) no-repeat center bottom;
    background-size: auto;
    width: 100%;
}
.common_contact .title_en {
  color: #a1803d;
}
.common_contact .title_jp {
  color: #000;
}
.common_contact .contact_num {
  text-align: center;
}
.common_contact .contact_num p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.common_contact .tel_icon {
  background: url(../common_img/tel_icon.png) center left no-repeat;
  background-size: 22px;
  display: inline-block;
  padding-left: 30px;
  font-size: 31px;
  color: #a1803d;
}
.common_contact .tel_bdr {
  border-bottom: 1px solid #867345;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/*■06.LAYOUT*/
/*HEADER*/
#cm_header {
  z-index: 999;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .h_header {
    padding: 3% 2%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
}
header .h_header .h_logo {
  float: left;
  width: 37%;
}
header .h_header .list_menu_btn {
width: 60%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .h_header .list_menu_btn li {
    display: inline-block;
    text-align: center;
    margin-right: 0%;
    width: 33%;
}
header .h_header .list_menu_btn ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 55%;
}
header .h_header .list_menu_btn ul:first-child {
    /* margin-right: 2%; */
    width: 45%;
    margin-right: 5%;
}
header .h_header .list_menu_btn ul:first-child li:nth-child(2){
    margin: 0 10%;
}
header .h_header .list_menu_btn ul:last-child li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
}
header .h_header .list_menu_btn ul:last-child li:last-child {
  margin-right: 0;
}
header .h_header .h_nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222222;
  width: 100%;
  display: none;
  z-index: 999;
  padding: 25px 15px 10px;
}
header .h_header .h_nav ul.sub_menu li {
  width: 100%;
  border-bottom: 1px solid #f5d892;
  position: relative;
  background: url(../common_img/arr.png) center right 15px no-repeat;
  background-size: 13px;
}
header .h_header .h_nav ul.sub_menu li:last-child {
  border: none;
}
header .h_header .h_nav ul.sub_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  position: relative;
}
header .h_header .h_nav ul.sub_menu li a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5d892;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
header .h_header .acco_box {
  cursor: pointer;
}
header .h_header .acco_box.opened {
  cursor: pointer;
  background: url(../common_img/menu_open.png) top center no-repeat;
  background-size: 100%;
  z-index: 100;
}
header .h_header .acco_box.opened img {
  opacity: 0;
}

/*■footer*/
footer {
      background: url(../images/main_mv.jpg) top center no-repeat;
    background-size: cover;
}
footer .logo {
  width: 55%;
  margin: 0 auto 30px;
}
footer .sns {
  text-align: center;
  margin-bottom: 20px;
}
footer .sns a {
  margin: 0 10px;
  display: inline-block;
}
footer .sns img {
  width: 45px;
}
footer .navft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5%;
}
footer .navft li {
  margin-bottom: 10px;
}
footer .navft li a {
  color: #fff;
  text-decoration: none;
}
footer .navft li .ahover {
  position: relative;
}
footer .navft li .ahover a:after {
  bottom: -3px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #fff;
  left: 0%;
}
footer .footer_infor {
  padding-top: 40px;
}
footer .footer_bottom {
  font-size: 12px;
  background: #a1803d;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  margin-top: 30px;
}
footer .back_pc {
  background: #767676;
}
footer .back_pc a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}
footer .back_pc span {
  background: url(../common_img/back_icon.png) center left no-repeat;
  padding: 5px 0;
  padding-left: 30px;
  background-size: 25px;
}
footer .page_up {
  position: fixed;
  bottom: 0;
  right: -500px;
  z-index: 99;
  width: 20%;
}

/*■07.FIX RESPONSIVE*/
@media only screen and (max-width: 480px) {
  .common_bnr .brn .fontmin {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 460px) {
  .common_bnr .brn3 .btnpage {
    width: 135px;
    bottom: 5px;
    right: 5px;
  }
  .common_bnr .brn3 .btnpage a {
    padding: 7px;
    font-size: 14px;
  }
  .common_bnr .brn3 .btnpage a span:before {
    right: 0;
  }

  .common_contact {
    padding: 15px;
  }
  .common_contact .boxboder {
    padding: 15px 2% 25px;
  }
  .common_contact .tel_icon {
    font-size: 22px;
      background-size: 18px;
      padding-left: 25px;
  }

  .title01 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .sec_title .title_jp {
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}
.txtlist{
    margin: 20px 0;
}
.txtlist li{
    background: url(../common_img/icon-check.png) no-repeat left top 5px;
    background-size: 15px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.red_clr{
    color: red;
}

.table_template .form_submit_btn button{
  font-family: 'Noto Sans JP';
}
.verMiddle{
    vertical-align: middle;
}