/* Generated by less 2.2.0 */
/*/////////////////////////////////////////
// common
/////////////////////////////////////////*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
@media (min-device-width: 768px) {
  a[href*='tel:'] {
    pointer-events: none;
  }
}
html {
  overflow: auto;
  font-size: 62.5%;
  /* 10pxに設定 */
}
body {
  overflow: hidden;
  font-family: 'Century Gothic', 'Avenir-Light', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Verdana, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  color: #333;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/*/////////////////////////////////////////
// header
/////////////////////////////////////////*/
header {
  background: url(../img/bg_main_01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  /*	overflow: hidden;*/
  padding-bottom: 200px;
}
.main_ttl_wrap {
  width: 100%;
  margin-top: -100px;
}
.main_ttl_wrap img {
  width: 100%;
}
.header_wrap {
  float: right;
  padding-right: 10%;
}
.header_upper {
  max-width: 653px;
}
.header_main_ttl {
  margin: 20px 0;
}
.header_upper_read {
  margin: 30px 0;
}
.img_box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.img_box:before {
  content: "";
  background: url(../img/img_new.png) no-repeat;
  width: 99px;
  height: 99px;
  position: absolute;
  top: 5%;
  right: 3%;
}
.img_box .top_01 {
  width: 100%;
}
.img_box_caption {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 653px;
}
.img_box_caption_l {
  margin-right: 3%;
}
.img_box_caption_r {
  margin-left: 3%;
}
.header_lower {
  margin: 50px 0;
  max-width: 653px;
}
.header_lower_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -20px;
}
.header_lower_l {
  transform: rotate(-5deg);
}
.fs24 {
  margin-left: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.bg_navy {
  margin: 30px 0;
}
.bg_navy span {
  background: #00479d;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
}
.header_lower_r {
  margin-right: 60px;
}
.fs20 {
  background: #fff;
  padding: 10px 20px 10px 75px;
  border-radius: 50px;
  position: relative;
}
.fs20:before {
  content: "";
  background: url(../img/img_point.png) no-repeat;
  width: 94px;
  height: 115px;
  position: absolute;
  top: -35%;
  left: -10%;
}
.fs20 span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.header_lower_inner {
  margin-top: -20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 30px;
}
.header_lower_list {
  display: flex;
  flex-direction: column;
}
.header_lower_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  border-bottom: solid 2px #ef8200;
}
.header_lower_item:not(:first-child) {
  padding: 15px 20px;
}
.date p {
  font-size: 7.7rem;
  font-weight: bold;
  color: #ef8200;
}
.date p span {
  font-size: 3.6rem;
  font-weight: bold;
}
.time {
  font-size: 3.5rem;
  color: #ef8200;
  line-height: 4rem;
  letter-spacing: 0.3rem;
}
.location {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 0 30px;
}
.place {
  margin-top: 5px;
}
.place span {
  background: #333;
  border-radius: 7px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
}
.adress {
  margin-left: 20px;
}
.adress p {
  font-size: 3rem;
  font-weight: bold;
  align-self: center;
}
.adress span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 5rem;
}
.gift_inner {
  margin: 50px 0 30px 10px;
  background: #ef8200;
  padding: 50px 50px 20px 50px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 4rem;
  max-width: 653px;
  position: relative;
}
.gift_inner:before {
  content: "";
  background: url(../img/img_tokuten.png) no-repeat;
  width: 254px;
  height: 102px;
  position: absolute;
  top: -19%;
  left: -4%;
}
.gift_inner:after {
  content: "";
  background: url(../img/img_quocard.png) no-repeat;
  width: 105px;
  height: 71px;
  position: absolute;
  top: -20%;
  right: 2%;
}
/*--------------------
pc
--------------------*/
@media screen and (max-width: 1024px) {
  header {
    padding-bottom: 330px;
  }
  .main_ttl_wrap {
    margin-top: -80px;
  }
  /*	.header_wrap {
		top: 13%;
		right: 3%;
	}*/
  .location {
    padding: 30px 0 0 30px;
  }
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  header {
    background: none;
    padding-bottom: 360px;
  }
  header:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/bg_main_01.jpg) center / cover no-repeat;
    /*fixedをトル！*/
    -webkit-background-size: cover;
    /*Android4*/
  }
  .main_ttl_wrap {
    margin-top: -40px;
  }
  /*	.header_wrap {
		top: 12%;
	}*/
  .header_upper {
    max-width: 400px;
  }
  .header_main_ttl {
    margin: 10px 0;
  }
  .header_main_ttl img {
    width: 100%;
  }
  .header_upper_read {
    margin: 0 0 20px 0;
  }
  .header_upper_read img {
    width: 100%;
  }
  .img_box:before {
    right: -7%;
    background-size: 60%;
  }
  .img_box_caption {
    bottom: -5%;
    width: 100%;
  }
  .img_box_caption_l img,
  .img_box_caption_r img {
    width: 100%;
  }
  .img_box_caption_l {
    margin-right: 1%;
  }
  .img_box_caption_r {
    margin-left: 1%;
  }
  .header_lower {
    max-width: 400px;
  }
  .bg_navy {
    margin: 10px 0;
  }
  .bg_navy span {
    font-size: 2rem;
  }
  .header_lower_r {
    margin-right: 0;
  }
  .fs20 {
    background: #fff;
    padding: 10px 20px 10px 55px;
  }
  .fs20:before {
    background-size: 80%;
  }
  .fs20 span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .header_lower_inner {
    padding: 30px;
  }
  .header_lower_item {
    padding: 30px 0 0 0;
    align-items: flex-start;
  }
  .header_lower_item:not(:first-child) {
    padding: 30px 0 0 0;
  }
  .date p {
    font-size: 5rem;
  }
  .date p span {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    padding: 25px 25px 20px 25px;
  }
  .time {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.4rem;
  }
  .location {
    display: block;
    padding: 0;
    margin-top: 25px;
  }
  .place {
    margin-top: 5px;
  }
  .place span {
    font-size: 2rem;
  }
  .adress {
    margin-left: 0;
    margin-top: 20px;
  }
  .adress p {
    font-size: 2.5rem;
  }
  .adress span {
    display: block;
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .gift_inner {
    margin: 50px 0 0 0;
    padding: 40px 25px 10px 40px;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .gift_inner:before {
    top: -27%;
  }
  .gift_inner:after {
    right: -7%;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  header {
    padding-bottom: 300px;
  }
  .main_ttl_wrap {
    margin-top: -25px;
  }
  .header_wrap {
    padding-right: 0;
  }
  .bg_navy span {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
  .header_lower_wrap {
    margin-left: -10px;
  }
  .header_lower_inner {
    padding: 15px;
  }
  .header_lower_item {
    justify-content: center;
  }
  .date {
    margin-right: 20px;
  }
  .date p {
    font-size: 4rem;
  }
  .date p span {
    font-size: 2rem;
    padding: 15px 0 15px 25px;
  }
  .adress p {
    font-size: 2rem;
  }
  .adress span {
    font-size: 1.4rem;
  }
  .header_lower_r {
    margin-right: -20px;
  }
}
/*/////////////////////////////////////////
// bg_wrap
/////////////////////////////////////////*/
.bg_wrap {
  background: url(../img/bg_main_02.png);
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
  transform: skew(0deg, -5deg);
  margin-top: -160px;
  width: 100%;
  padding-bottom: 160px;
  /*		&:before {
		position: absolute;
		top: 0;
		right: -20.2%;
		content: '';
		height: 400px;
		width: 100%;
		z-index: 0;
		background-color: #333;
		transform: skew(-5deg, 0deg);
		z-index: 1;
	}*/
}
/*/////////////////////////////////////////
// contents
/////////////////////////////////////////*/
.main,
.category,
.merit,
.briefing {
  transform: skew(0deg, 5deg);
}
.category {
  margin-top: 160px;
}
.merit,
.briefing {
  margin-top: 100px;
}
.contents_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
/*/////////////////////////////////////////
// main
/////////////////////////////////////////*/
.main_contents_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.img_wrap {
  position: relative;
  padding-bottom: 500px;
}
.woman,
.accent01,
.accent02,
.man {
  position: absolute;
}
.woman {
  top: -36%;
  left: 0;
}
.accent01 {
  top: 22%;
  left: 44%;
}
.accent02 {
  top: 10%;
  left: 58%;
}
.man {
  bottom: 0;
  right: 0;
}
.txt_wrap {
  width: 41%;
  position: absolute;
  top: 60%;
  left: 20%;
}
.main_catch {
  font-size: 6rem;
  font-weight: bold;
}
.main_catch span {
  font-size: 4rem;
}
.main_read {
  margin: 30px 0 60px 0;
  font-size: 1.8rem;
  line-height: 4rem;
}
/*--------------------
pc
--------------------*/
@media screen and (max-width: 1024px) {
  .txt_wrap {
    top: 55%;
    left: 13%;
  }
  .accent01 {
    top: 20%;
    left: 40%;
  }
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  .woman img,
  .accent01 img,
  .accent02 img,
  .man img {
    width: 100%;
  }
  .woman {
    top: -45%;
    width: 50%;
  }
  .accent01 {
    top: 5%;
    left: 55%;
  }
  .accent02 {
    top: -10%;
    left: 75%;
  }
  .man {
    bottom: -5%;
    right: 0;
    width: 50%;
  }
  .txt_wrap {
    top: 25%;
    left: 7%;
  }
  .main_catch img {
    width: 100%;
  }
  .main_read {
    line-height: 3.5rem;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  .woman {
    top: -30%;
    left: -10%;
    width: 70%;
  }
  .accent01 img {
    width: 70%;
  }
  .accent02 {
    top: -7%;
  }
  .accent02 img {
    width: 70%;
  }
  .man {
    bottom: -20%;
    right: -5%;
    width: 70%;
  }
  .txt_wrap {
    top: 27%;
    width: 85%;
  }
  .main_catch img {
    width: 50%;
  }
  .main_read {
    margin: 10px 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
/*/////////////////////////////////////////
// category
/////////////////////////////////////////*/
.sub_ttl {
  text-align: center;
}
.contents_ttl {
  margin-top: 30px;
  margin-bottom: 90px;
  text-align: center;
  /*	font-family: "A-OTF 秀英丸ゴシック Std B";
	font-size: 4.3rem;
	font-weight: bold;*/
}
.category_list {
  display: flex;
  justify-content: space-between;
}
.category_list_item {
  width: 22%;
}
.img_box02 {
  border: solid 6px #f39800;
  border-radius: 7px;
  min-height: 245px;
  padding: 10px 20px;
}
.img_box02 img {
  width: 100%;
}
.txt_box02 {
  text-align: center;
  padding: 20px 0 10px 0;
  font-size: 2.4rem;
}
.btn {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.btn a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  background: #f19ec2;
  border-radius: 7px;
  text-decoration: none;
}
.btn a:after {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 7px;
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0 0;
}
/*--------------------
pc
--------------------*/
@media screen and (max-width: 1024px) {
  .contents_ttl {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .category_list_item {
    width: 24%;
  }
  .img_box02 {
    border: solid 3px #f39800;
  }
  .txt_box02 {
    font-size: 2rem;
  }
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  .category {
    margin-top: 60px;
  }
  .merit,
  .briefing {
    margin-top: 60px;
  }
  .contents_inner {
    padding: 0 20px;
  }
  .contents_ttl {
    margin-bottom: 30px;
  }
  .img_box02 {
    min-height: 175px;
  }
  .txt_box02 {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .btn a {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 10px 10px 10px 0;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  .category {
    margin-top: 150px;
  }
  .contents_ttl {
    width: 50%;
    margin: 10px auto 20px auto;
  }
  .contents_ttl img {
    width: 100%;
  }
  .category_list {
    display: flex;
    flex-wrap: wrap;
  }
  .category_list_item {
    width: 48%;
    margin: 0 1%;
  }
  .category_list_item:nth-child(1) {
    margin-bottom: 30px;
  }
  .category_list_item:nth-child(2) {
    margin-bottom: 30px;
  }
  .img_box02 {
    min-height: 175px;
  }
}
/*/////////////////////////////////////////
// merit
/////////////////////////////////////////*/
.merit_contents_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.merit_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.merit_list_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 125px;
}
.merit_list_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.merit_list_item:last-child {
  margin-bottom: 0;
}
.img_box03 {
  flex: 0 1 45%;
  margin: 0 4%;
}
.img_box03 img {
  width: 100%;
}
.txt_box03_01,
.txt_box03_02,
.txt_box03_03 {
  flex: 1 1 55%;
  margin: 0 4%;
  position: relative;
}
.txt_box03_01:before,
.txt_box03_02:before,
.txt_box03_03:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}
.txt_box03_01,
.txt_box03_02,
.txt_box03_03 > * {
  position: relative;
}
.txt_box03_01:before {
  background: url(../img/img_accent03.png) no-repeat;
  width: 122px;
  height: 100px;
}
.txt_box03_02:before {
  background: url(../img/img_accent04.png) no-repeat;
  width: 131px;
  height: 53px;
}
.txt_box03_03:before {
  background: url(../img/img_accent05.png) no-repeat;
  width: 107px;
  height: 95px;
}
/*.merit_sub_ttl {
	font-size: 1.6rem;
	background: url(../img/bg_merit_sub_ttl.png) no-repeat;
	width: 192px;
	height: 39px;
	text-align: center;
	padding: 8px 0 10px 0;
}*/
.merit_head {
  font-size: 2.6rem;
  font-weight: bold;
  color: #f39700;
  line-height: 3.5rem;
  margin: 30px 0;
}
.merit_txt {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  .merit_head {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin: 20px 0;
  }
  .merit_txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .merit_list_item {
    margin-bottom: 60px;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  .merit_contents_inner {
    padding: 0 20px;
  }
  .merit_list_item {
    display: block;
    margin-bottom: 30px;
  }
  .img_box03 {
    margin: 0 1.5%;
  }
  .txt_box03_01,
  .txt_box03_02,
  .txt_box03_03 {
    margin: 0 1.5%;
    margin-top: 20px;
  }
  .merit_head {
    margin: 10px 0;
  }
}
/*/////////////////////////////////////////
// briefing
/////////////////////////////////////////*/
.briefing_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.briefing_list_item {
  width: 31.5%;
}
.img_box04 img {
  width: 100%;
}
.txt_box04 {
  margin: 20px;
}
.briefing_caption_ttl {
  font-size: 2rem;
  color: #a8bc4f;
  text-align: center;
  margin-bottom: 20px;
}
.briefing_caption_read {
  font-size: 1.6rem;
  line-height: 3rem;
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  .briefing_list {
    margin-bottom: 0;
  }
  .briefing_caption_ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    min-height: 40px;
  }
  .briefing_caption_read {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  .briefing_list {
    display: block;
  }
  .briefing_list_item {
    width: 100%;
  }
  .briefing_caption_ttl {
    min-height: inherit;
  }
  .briefing_caption_ttl {
    font-size: 1.8rem;
  }
  .txt_box04 {
    margin: 20px 0;
  }
}
/*/////////////////////////////////////////
// schedule
/////////////////////////////////////////*/
.schedule {
  max-width: 980px;
  margin: 0 auto;
}
.schedule_list {
  display: flex;
  flex-direction: column;
}
.schedule_list_item {
  border-top: dashed 1px #ffd200;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
.schedule_list_item:first-child {
  padding: 30px 40px 20px 40px;
}
.item_name {
  flex: 0 1 12%;
  text-align: center;
}
.item_name span {
  background: #333;
  border-radius: 7px;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 15px 8px 15px;
}
.item_cont {
  flex: 0 1 auto;
  margin-left: 8%;
}
.item_cont p {
  font-size: 1.8rem;
  line-height: 3.5rem;
}
.item_cont_entry {
  flex: 0 1 auto;
  margin-left: 8%;
  display: flex;
}
.item_cont_entry_l {
  padding: 10px 30px 10px 0;
}
.item_cont_entry_r {
  padding: 10px 30px;
}
.item_cont_entry_l {
  border-right: dashed 1px #ffd200;
}
.entry_date {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.entry_time {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.entry_time br {
  display: none;
}
.entry_btn {
  display: block;
  width: 90%;
}
.entry_btn a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  position: relative;
  background: #f39800;
  border-radius: 7px;
  text-decoration: none;
}
.entry_btn a:after {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 7px;
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 0 0 0;
}
.item_cont_entry_read {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 60px;
}
.ggmap {
  border-bottom: dashed 1px #ffd200;
  padding-left: 220px;
  padding-bottom: 30px;
  margin-bottom: 90px;
}
/*--------------------
pc
--------------------*/
@media screen and (max-width: 1024px) {
  .item_name {
    flex: 0 1 20%;
  }
  .item_cont_entry,
  .item_cont {
    margin-left: 5%;
  }
  .item_cont_entry_read {
    margin-right: -50px;
  }
  .ggmap {
    padding-left: 250px;
  }
  iframe {
    width: 100%;
  }
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  .schedule_list_item {
    padding: 20px 0 20px 40px;
  }
  .schedule_list_item:first-child {
    padding: 20px 0 20px 40px;
  }
  .item_name {
    text-align: left;
  }
  .item_cont_entry_read {
    margin-right: -130px;
    margin-bottom: 20px;
  }
  .item_cont_entry {
    margin-left: 2%;
  }
  .item_cont {
    margin-left: 2%;
  }
  .entry_time {
    font-size: 1.8rem;
  }
  .entry_time br {
    display: block;
  }
  .ggmap {
    padding-left: 190px;
    margin-bottom: 60px;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  .schedule_list_item {
    display: block;
  }
  .schedule_list_item {
    padding: 20px 0;
  }
  .schedule_list_item:first-child {
    padding: 20px 0;
  }
  .item_name {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .item_name span {
    font-size: 1.6rem;
    padding: 8px 13px 8px 13px;
  }
  .item_cont p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .item_cont_entry {
    display: block;
    margin-left: 0;
  }
  .item_cont_entry_l,
  .item_cont_entry_r {
    padding: 0;
  }
  .item_cont_entry_l {
    border-right: none;
  }
  .entry_date {
    font-size: 2.5rem;
    margin: 30px 0 10px 0;
  }
  .entry_time {
    margin-bottom: 10px;
  }
  .entry_time br {
    display: none;
  }
  .entry_btn {
    width: 100%;
  }
  .item_cont_entry_read {
    margin-right: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .ggmap {
    padding-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/*/////////////////////////////////////////
// footer
/////////////////////////////////////////*/
footer {
  margin-top: -80px;
  position: relative;
  background-color: #f39700;
  height: 150px;
  padding-bottom: 200px;
}
footer:before {
  content: "";
  position: absolute;
  top: -45%;
  left: 0;
  background: url(../img/bg_f.png);
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 90px;
  z-index: 1;
}
.footer_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
}
.logo2 {
  text-align: center;
  margin-bottom: 15px;
}
.copyright {
  text-align: center;
  color: #fff;
}
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 0 20px 12px 0;
}
.floating {
  position: fixed;
  background-color: #ffd200;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.floating_wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.call_btn {
  display: block;
  width: 40%;
  padding: 1em 0;
  text-align: center;
  margin: 0 1%;
}
.call_btn a {
  text-decoration: none;
}
.call_btn a p {
  font-size: 1.6rem;
  color: #ef8200;
  line-height: 2.8rem;
}
.call_btn a p span {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
}
.web_btn {
  display: block;
  width: 40%;
  height: 50px;
  background: #a8bc4f;
  border-radius: 7px;
  text-align: center;
  margin: 0 1%;
  line-height: 50px;
  padding-left: 4rem;
}
.web_btn a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.web_btn a:before {
  position: absolute;
  content: "";
  background: url(../img/img_mail.png) no-repeat;
  width: 24px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  left: -20%;
}
/*--------------------
tablet
--------------------*/
@media screen and (max-width: 768px) {
  .call_btn {
    width: 30%;
  }
}
/*--------------------
Smartphone
--------------------*/
@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 160px;
  }
  footer:before {
    top: -35%;
  }
  .footer_inner {
    padding: 0 40px;
  }
  .logo2 img {
    position: relative;
    z-index: 1;
  }
  .pagetop {
    bottom: 67px;
  }
  .call_btn {
    width: 40%;
  }
  .call_btn a {
    text-decoration: none;
  }
  .call_btn a p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .call_btn a p span {
    font-size: 2.1rem;
  }
  .web_btn {
    width: 48%;
    padding-left: 0;
  }
  .web_btn a {
    font-size: 1.4rem;
  }
  .web_btn a:before {
    content: none;
  }
}
