@charset "UTF-8";

body {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  padding: 0 0 140px;
}
img {
  vertical-align: bottom;
}
a {
  display: inline-block;
}
a:hover {
  opacity: .75;
}
.sp_tel {
  pointer-events: none;
}
.pc {
  display: inline-block;
}
.section_title .pc {
  display: inline-block;
}
.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .section_title .pc {
    display: none;
  }
  .section_title .sp {
    display: inline-block;
  }
}

/* layout */
.wrap {
  width: 1060px;
  margin: 0 auto;
}
.section {
  width: 1060px;
  margin: 0 auto;
}
.section_title {
  text-align: center;
  margin: 0 0 30px;
}
.section_more {
  text-align: center;
}
.section_more a {
  display: inline-block;
}


/* .header */
.h {
  padding: 20px 0 0;
}
.h_in {
  width: 980px;
  margin: 0 auto 20px;
}
.h_info {
  width: 570px;
  float: left;
  padding: 0 0 16px;
  position: relative;
}
.h_info_in {
}
.h_info_logo {
  width: 171px;
  float: left;
  position: relative;
  z-index: 2;
}
.h_info_txt {
  width: 390px;
  float: left;
  font-size: 12px;
  line-height: 1.0;
  color: #b79e3e;
  position: relative;
  z-index: 2;
}
.h_info_img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.h_link {
  width: 410px;
  float: right;
  position: relative;
}
.h_link_in {
  padding-left: 48px;
}
.h_link_insta_btn{
  position: absolute;
  left: 0;
  bottom: 0;
}
.h_link_btn {
  float: left;
  margin: 0 0 6px;
}
.h_link_btn+ .h_link_btn {
  margin: 0 0 6px 10px;
}
.h_link_freedial {
}


/* .gnav */
.gnav {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 25px;
}
.gnav_item {
  float: left;
}
.gnav_item_home {
}
.gnav_item_works {
}
.gnav_item_genre {position: relative;}
.gnav_item a {
  font-size: 14px;
  font-weight: bold;
  color: #4ab953;
  text-decoration: none;
  border-right: 3px dotted #dee6cf;
  padding: 0 41px;
  text-align: center;
}
.gnav_item:first-child a {
  border-left: 3px dotted #dee6cf;
}
.gnav_item_genre a {
  padding: 0 11px;
  height: 22px;
}
.gnav_item a .icon {
  display: inline-block;
  line-height: 1.0;
  vertical-align: top;
  margin: 2px 4px 0 0;
}
.gnav_item a .subtxt {
  font-size: 12px;
}
.gnav_item a .label {
  display: block;
  font-size: 10px;
  line-height: 1.0;
  color: #fff;
}
.label_item {
  display: inline-block;
  background: #8adb96;
  padding: 2px 6px 2px;
  border-radius: 7px;
}
.label_item+ .label_item {
  margin: 0 0 0 1px;
}
.gnav_item_genre_child {
  display: none;
  width: 262px;
  height: 238px;
  position: absolute;
  top: 36px;
  z-index: 4;
  left: -30px;
  padding: 15px 0 0;
}
.gnav_item_genre_child ul {
  height: 218px;
  padding: 12px 0 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 1px 1px 2px #ccc;
}
.gnav_item_genre_child li {
  text-align: center;
  margin-bottom: 2px;
}
.gnav_item_genre:hover .gnav_item_genre_child {
  display: block;
  transition: 0.3s;
}
.gnav_item_genre_child li a {
  height: auto;
  border-right: 0;
}
.gnav_item_genre_child ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/* .footer */
.f {
  width: 100%;
  padding: 90px 0 70px;
  background: url(img/footer-bg.jpg) repeat 0 0;
  position: relative;
}
.f:before {
  content: "";
  width: 100%;
  height: 8px;
  background: url(img/footer-bg-top.png) repeat 0 0;
  position: absolute;
  top: -5px;
  left: 0;
}
.f:after {
  content: "";
  width: 980px;
  height: 60px;
  background: url(img/footer-icon.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.f_wrap {
  width: 980px;
  margin: 0 auto;
}
.f_top {
  padding: 0 0 30px;
  border-bottom: 5px dotted #cfdfb3;
  position: relative;
}

.f_top_logo {
  float: left;
  margin: 0 50px 0 0;
}
.f_top_insta_btn{
  position: absolute;
  left: 10px;
  bottom: 18px;
}
.f_top_link {
  width: 310px;
  float: left;
  margin: 9px 0 0 0;
}
.f_top_link a+ a {
  margin: 10px 0 0;
}
.f_top_tel {
  width: 400px;
  float: right;
  color: #fff;
  margin: 9px 0 0 0;
}
.f_top_tel_freedial {
  line-height: 1.0;
}
.f_top_tel_freedial_icon {
  display: inline-block;
  vertical-align: top;
  margin: 2px 15px 0 0;
  }

.f_top_tel_freedial_num {
  display: inline-block;
  font-size: 50px;
}
.f_top_tel_freedial_num a {
  color: #fff;
  text-decoration: none;
}
.f_top_tel_open {
  text-align: right;
  margin: 0 0 20px;
}

.f_top_tel_address {
  font-size: 14px;
  line-height: 1.0;
  margin: 0 0 0 10px;
}

.f_link {
  padding: 40px 0;
}

.f_link_list {
  float: left;
  width: calc(100% / 4);
}
.f_link_list+ .f_link_list{

}
.f_link_list li {
  padding: 0 0 0 28px;
  background: url(img/f-list-icon.png) no-repeat 2px center;
}
.f_link_list li+ li {
  margin: 15px 0 0;
}
.f_link_list li a {
  font-size: 14px;
  color: #fdf8ac;
  text-decoration: none;
}
.f_sns {
  width:980px;
}
.f_sns_facebook {
  width: 100%;
  max-width: 470px;
  float: left;
}
.f_sns_instagram {
  width: 470px;
  height: 600px;

  float: left;
  margin: 0 0 0 40px;
}
.f_sns_instagram a:first-child{
  margin-left: 0;
}
.f_sns_instagram a{
  margin-left: 15px;
}
.f_sns_instagram_header {
  width: 470px;
  height: 100px;

  position: relative;
  border-bottom: solid 2px #e4e4e4;
}
.f_sns_instagram_header_icon {
  width: 67px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.f_sns_instagram_header_logo {
  width: 151px;
  position: absolute;
  top: 30px;
  left: 150px;
}
.f_sns_instagram_header_btn {
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
    color: #FFFFFF;
    background: #3897f0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: absolute;
    top: 35px;
    right: 15px;
}
.f_sns_instagram_header_btn p a {
    text-decoration: none;
    color: #fff;
}
.f_sns_instagram_header_btn p a:hover {
    text-decoration: none;
    color: #fff !important; 
    opacity: 1; 
}
.f_sns_instagram_main {
  width: 470px;
  height: 500px;
}
.f_sns_instagram_main ul {
  width: 450px;
  height: 480px;
  margin: 10px 0px 10px 20px;
  overflow: auto;
}
.f_sns_instagram_main ul li {
  width: 210px;
  height: 210px;
  float: left;
  padding-top: 10px;
  overflow: hidden;
}
.f_sns_instagram_main ul li:nth-child(even) {
  padding-left:10px;
}
.f_sns_instagram_main ul li img {
  width: 100%;
}
.credit {
  font-size: 14px;
  padding: 8px 0;
}
.copyright {
  float: left;
}
.powerdby {
  float: right;
}
.powerdby a {
  display: inline-block;
  font-size: 14px;
  color: #89ad7c;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
    .f_sns {
      width:470px;
      display: none;
    }
    .f_sns_facebook {
      width: 470px;
      float: none;
    }
    .f_sns_instagram {
      width: 470px;
      height: 600px;
      background: #fafafa;
      margin: 40px 0 0 0;
      float: none;
    }
    .f_sns_instagram_header {
      width: 470px;
      height: 100px;
      background: #fff;
    }
}


/* .pagetop */
.pagetop {
  width: 86px;
  height: 86px;
  position: fixed;
  bottom: 160px;
  right: 86px;
  z-index: 10;
}


/* .fixbar */
.fixbar {
  width: 100%;
  padding: 34px 0 28px;
  background: #fff;
  -webkit-box-shadow:10px 10px 10px 10px #999;
  box-shadow:10px 10px 10px 10px;
  position:fixed;
  bottom: 0;
  z-index: 20;
}
.spfixbar {
  display: none;
}
.fixbar_in {
  width: 1200px;
  margin: 0 auto;
}
.fixbar_btn {
  float: left;
}
.fixbar_btn+ .fixbar_btn {
  margin: 0 0 0 10px;
}
.fixbar_freedial {
  float: right;
  margin: 0 0 0 0;
}

.fixbar_freedial_tel {
  margin: 0 0 4px;
}
.fixbar_freedial_icon {
  display: inline-block;
  vertical-align: top;
  margin: 4px 15px 0 0;
}
.fixbar_freedial_num {
  font-size: 48px;
  line-height: 1.0;
  color: #4db956;
}
.fixbar_freedial_open {
  font-size: 16px;
  color: #4db956;
  text-align: right;
}


/* .mv */
.mv {
  text-align: center;
  position: relative;
  padding: 20px 0 0;
}
.mv img {
  width: 100%;
  max-width: 1203px;
  height: auto;
  position: relative;
  z-index: 2;
}
.mv:before {
  content: "";
  width: 100%;
  height: 29px;
  background: url(img/mv-bg-pattern.png) repeat-x 0 0;
  position: absolute;
  top: calc(40% - 29px);
  left: 0;
  z-index: 1;
}
.mv:after {
  content: "";
  width: 100%;
  height: 60%;
  background: #edf3e7;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
}


/* .lead */
.lead {
  background: #edf3e7;
  position: relative;
  padding: 0 0 45px;
  margin: 0 0 50px;
}
.lead:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #edf3e7 transparent transparent transparent;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lead_top {
  text-align: center;
  position: relative;
  z-index: 1;
}
.lead_list {
  width: 850px;
  padding: 30px 45px 24px;
  box-sizing: border-box;
  margin: -115px auto 0;
  background: #fff;
  border: 3px dotted #cfdfb3;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.lead_list li {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 0 0 45px;
  background: url(img/lead-list-icon.png) no-repeat 0 4px;
}
.lead_list li+ li {
  margin: 18px 0 0;
}
.lead_list li span {
  font-size: 26px;
  color: #4ab953;
  background: linear-gradient(transparent 30%, #fff799 30%);
}
@media screen and (max-width: 834px) {
    .lead .section_title {
    	padding: 40px 20px 20px;
    }
}



/* .about */
.about {
  width: 100%;
  max-width: 1800px;
  background: url(img/about-bg.webp) no-repeat center 40px;
  padding: 50px 0 0;
  margin: 0 auto;
}
.about_sub {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #4db956;
  margin: 0 0 24px;
}
.about_txt {
  width: 600px;
  margin: 0 auto 30px;
  text-align: left;
}
.about_txt p {
  margin: 0 0 10px;
}
.about_txt p span {
  color: #4db956;
}
.about_more {
  text-align: center;
}
.about_more a {
  display: inline-block;
}
.media_keisai {
  width: 100%;
  max-width: 1800px;
  padding: 50px 0 0;
  margin: 0 auto;
}


/* .contact */
.contact {
  padding: 70px 0 90px;
}
.spcontact {
  display: none;
}
.contact .section {
  width: 980px;
  margin: 0 auto;
  background: url(img/contact-bg-pattern.png) repeat;
  padding: 14px 40px 23px;
  border: 3px solid #4db956;
  border-radius: 15px;
  box-sizing: border-box;
}
.contact .section_title {
  margin: 0 0 0 40px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.spcontact .section_title {
  margin: 0;
}
.contact_link {
  margin: -40px 0 10px;
  position: relative;
  z-index: 2;
}
.contact_link_btn {
  float: left;
  margin: 25px 0 0 0;
  background: #fff;
}
.contact_link_btn+ .contact_link_btn {
  margin: 25px 0 0 12px;
}
.contact_link_btn:nth-child(3) {
  margin: 0 0 0 12px;
  background: none;
}
.contact_link_btn a {
  vertical-align: bottom;
}
.contact_link_btn span {
  display: block;
  text-align: center;
}
.contact_tel {
  background: #fff;
  padding: 11px 0 10px 60px;
  color: #a39041;
  border-radius: 8px;
}
.contact_tel_txt {
  float: left;
  line-height: 1.4;
  margin: 14px 22px 0 0;
}
.contact_tel_freedial {
  float: left;
  margin: 0 50px 0 0;
}
.contact_tel_freedial_icon {
  margin: 15px 6px 0 0;
  display: inline-block;
  vertical-align: top;
}
.contact_tel_freedial_num {
  font-size: 46px;
  color: #4db956;
}
.contact_tel_open {
  float: left;
  margin: 12px 0 0;
}
.contact_tel_open_img {
  display: block;
}
.contact_tel_open_img img {
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.contact_tel_open_img img:nth-child(2){
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.contact_tel_open_txt {
  line-height: 1.2;
}

/* .reason */
.reason {
  background: #edf3e7;
  padding: 70px 0;
}
.reason_box {
  padding: 28px 40px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
}
.reason_box+ .reason_box {
  margin: 30px 0 0;
}
.reason_box_title {
  text-align: center;
  margin: 0 0 30px;
}
.reason_box_topimg {
  margin: 0 0 30px;
}
.reason_box_txt {
  margin: 0 108px 30px;
}
.reason_box_txt p+ p {
  margin: 10px 0 0;
}
.reason_box_point {
  background: #eef1f0;
  padding: 30px;
  border-radius: 20px;
}
.reason_box_point_item {
  padding: 0 0 23px;
}
.reason_box_point_item+ .reason_box_point_item {
  border-top: 3px dotted #fff;
  padding: 28px 0 0;
  margin: 23px 0 0;
}
.reason_box_point_item_img {
  float: right;
  width: 340px;
}
.reason_box_point_item_con {
  float: left;
  width: 550px;
}
.reason_box_point_item_con_title {
  font-size: 24px;
  line-height: 1.0;
  color: #4ab953;
  padding: 0 0 11px 96px;
  background: url(img/reason-point-icon.png) no-repeat 0 0;
  margin: 0 0 10px -8px;
}
.reason_box_point_item_con_txt p+ p {
  margin: 20px 0 0;
}
.reason_box_detail {
  padding: 30px 30px 20px;
  background: #eef1f0;
  border-radius: 20px;
  margin: 0 0 40px;
}
.reason_box_detail_item {
  width: 430px;
  margin: 0 28px 0 0;
  float: left;
}
.reason_box_detail_item+ .reason_box_detail_item {
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 3px dotted #fff;
}
.reason_box_detail_item_img {
  margin: 0 0 10px;
}
.reason_box_detail_item_title {
  font-size: 24px;
  color: #4ab953;
  margin: 0 0 10px;
}
.reason_box_data {
}
.reason_box_data_title {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin: 0 0 10px;
}
.reason_box_data_title span {
  font-size: 14px;
}
.reason_box_data_table {
  width: 100%;
  border: 1px solid #434343;
  line-height: 1.0;
  margin: 0 0 30px;
}
.reason_box_data_table tr+ tr {
  border-top: 1px solid #434343;
}
.reason_box_data_table tr.title th {
  width: auto;
  font-size: 20px;
  background: #daf5ee;
  color: #555555;
}
.reason_box_data_table tr.title th.shibancyu {
  width: 390px;
  font-size: 23px;
  font-weight: bold;
  color: #4ab953;
}
.reason_box_data_table th {
  width: 300px;
  font-size: 16px;
  color: #fff;
  background: #4ab953;
  border-right: 1px solid #434343;
  text-align: center;
  padding: 12px 0;
}
.reason_box_data_table td {
  font-size: 18px;
  background: #daf5ee;
  text-align: center;
  padding: 12px 0;
  margin: 0 0 30px;
}
.reason_box_data_table span {
  font-size: 16px;
}
.reason_box_data_table td+ td {
  border-left: 1px solid #434343;
}
.reason_box_data_table td.shibancyu {
  width: 390px;
  font-size: 22px;
  background: #fffbcc;
  font-weight: bold;
}
.reason_box_data_table td.shibancyu span {
  font-size: 18px;
}
.reason_box_type {
  background: #edf3e7;
  border-radius: 20px;
  padding: 20px 18px 5px;
  margin: 0 0 30px;
}
.reason_box_type_title {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin: 0 0 20px;
  text-align: center;
}
.reason_box_type_list li {
  float: none;
  display: inline-block;
  margin: 0 17px 16px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #32b16c;
  text-decoration: none;
}
.reason_box_type_list li:nth-child(3n) {
  margin: 0 0 16px;
}
.reason_box_type_list {
  text-align: center;
}
.reason_box_type_list li img {
  display: block;
  margin: 0 auto 4px;
}
.reason_box_newitem {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 15px 0 30px;
}
.reason_box_newitem_img {
    width: 300px;
    float: left;
}
.reason_box_newitem_img img {
    width: 100%;
}
.reason_box_newitem_text {
    width: 570px;
    margin-left: 25px;
    float: left;
}
.reason_box_newitem_text h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.reason_box_newitem_text h3 span {
    color: #32b16c;
}
.reason_box_newitem_text h3 span.newitem_label {
  font-size: 24px;
  color: #555555;
  display: inline-block;
  background: #fff799;
  padding: 0 5px;
  margin-right: 3px;
}
.reason_box_newitem_text h3 span.limited_label {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: #ff0000;
  line-height: 26px;
  padding: 0px 10px;
  margin-left: 0px;
  margin-left: 20px;
  transform: translateY(-13%) translateX(0%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .reason_box_newitem_text h3 span.limited_label {
    padding-top: 5px;
    vertical-align:middle;
  }
}
.reason_box_newitem_text p {
    margin-top: 15px;
}
.reason_box_newitem_text p .newitem_note{
  font-size: 12px;
}
.reason_box_link {
  text-align: center;
}
.reason_box_link_btn {
  display: inline-block;
}
.reason_box_link_btn+ .reason_box_link_btn {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 834px) {
    .reason_box_newitem_img {
	width: 100%;
	max-width: 300px;
	float: left;
    }
    .reason_box_newitem_text {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
    }
    .reason_box_newitem_text h3 {
	font-size: 20px;
	line-height: 26px;
    }
}

/* .fc */
.fc {
  background: #edf3e7;
  padding: 50px 0 0px;
}
.fc_in {
  width: 980px;
  margin: 0 auto;
}
.fc_img {
  width: 400px;
  float: left;
}
.fc_con {
  width: 550px;
  float: right;
}
.fc_con_title {
  font-size: 24px;
  margin: 0 0 15px;
}
.fc_con_txt {
  line-height: 1.4;
  margin: 0 0 20px
}
.fc_con_txt p +p {
  margin: 10px 0 0;
}
.fc_con_more {

}


/* .works */
.works {
  padding: 70px 0 50px;
}
.works_type {
  width: 980px;
  margin: 0 auto 14px;
}
.works_type li {
  float: left;
  margin: 0 40px 16px 0;
}
.works_type li:nth-child(3n) {
  margin: 0 0 16px;
}
.works_type li a {
  text-align: center;
  font-size: 18px;
  color: #32b16c;
  text-decoration: none;
}
.works_type li a img {
  display: block;
}


/* .blog */
.blog {
  padding: 50px 0 40px;
}
.blog .section {
  width: 980px;
  margin: 0 auto;
  padding: 0 25px 25px 25px;
  border-radius: 20px;
  background: url(img/dot-pattern.png) repeat;
}
.blog .section_title {
  margin: 0;
}
.blog .section_title img {
  margin: -18px 0 0;
}
.blog_list {
  background: #fff;
  padding: 0 18px;
  margin: 0 0 25px;
}
.blog_list li {

}
.blog_list li+ li {
  border-top: 5px dotted #cfdfb3;
}
.blog_list li a {
  font-size: 16px;
  color: #555555;
  text-decoration: none;
  padding: 15px 58px 12px 10px;
  background: url(img/blog-arrow.png) no-repeat right 23px center;
}
.blog_list_date {
  width: 129px;
  display: inline-block;
  padding: 8px 0 6px;
  font-size: 14px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  background: url(img/blog-date-bg.png) no-repeat 0 0;
  margin: 0 40px 0 0;
}
.blog_list_title {

}


/* .news */
.news {
  padding: 50px 0 90px;
}
.news .section {
  width: 980px;
  margin: 0 auto;
  padding: 30px 25px 25px 25px;
  border-radius: 20px;
  background: url(img/dot-pattern.png) repeat;
}

/* .movie */
.movie {
  padding: 70px 0 100px;
  background: #edf3e7;
}
.movie_box {
  text-align: center;
}
.movie_box+ .movie_box {
  margin: 20px 0 0;
}
.movie_box iframe {
  display: inline-block;
}


@media screen and (max-width: 834px) {
  body {
    padding: 0 0 45px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_tel {
    pointer-events: auto;
  }
  .fixbar {
    display: none;
  }
  .section {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .section_title {
    margin: 0 0 20px;
  }
  .section_title img {
    width: 90%;
    height: auto;
  }
  .pagetop {
    width: 43px;
    height: 43px;
    bottom: 60px;
    right: 20px;
  }
  .f {
    width: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
  }
  .f:before {
    content: "";
    width: 100%;
    height: 8px;
    background: url(img/footer-bg-top.png) repeat 0 0;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .f:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    top: 0;
  }
  .f_wrap {
    width: 100%;
  }
  .f_top {
    padding: 0 0 15px;
  }
  .f_top_logo {
    float: none;
    margin: 0;
  }
  .f_top_insta_btn{
    left: auto;
    right: 22px;
    bottom: auto;
    top: 30px;
  }
  .f_top_link {
    width: 100%;
    float: none;
    text-align: center;
    margin: 10px 0 0;
  }
  .f_top_tel {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
  }
  .f_top_tel_freedial {
    text-align: center;
  }
  .f_top_tel_freedial_icon {
    display: inline-block;
    width: 35px;
    height: auto;
    margin: 2px 7.5px 0 0;
  }
  .f_top_tel_freedial_num a {
    font-size: 38px;
  }
  .f_top_tel_open {
    text-align: center;
    margin: 0 0 10px;
  }
  .f_top_tel_address {
    font-size: 12px;
    margin: 10px 0 0;
      text-align: center;
  }
  .f_link {
    padding: 20px 0 0;
  }
  .f_link_list {
    float: left;
    width: calc(100% / 2);
    margin: 0 0 14px;
  }
  .f_link_list li a {
    font-size: 12px;
  }
  .credit {
    font-size: 12px;
    padding: 4px 10px;
  }
  .copyright {
    float: none;
    padding: 10px 0;
  }
  .powerdby {
    float: none;
    margin: 0;
  }
  .powerdby a {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .f_top_tel_freedial_num a {
    font-size: 35px;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 834px) {
  .mv:before {
    top: calc(50% - 29px);
  }
  .mv:before {
    height: 50%;
    top: 50%;
  }
  .lead_list {
    width: 100%;
    padding: 20px 10px;
    margin: -80px auto 0;
  }
  .lead_list li {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 0 0 22.5px;
    background-position: 0 8px;
    background-size: 13.5px 13px;
  }
  .lead_list li+ li {
    margin: 10px 0 0;
  }
  .lead_list li span {
    font-size: 18px;
    color: #4ab953;
    background: linear-gradient(transparent 30%, #fff799 30%);
  }
  .about {
    padding: 25px 0 0;
    margin: 0 auto;
    background: none;
  }
  .about_sub {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .about_txt {
    width: 100%;
    margin: 0 auto 20px;
    text-align: justify;
  }
  .reason {
    padding: 35px 0;
  }
  .reason_box {
    padding: 14px 20px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
  }
  .reason_box_title {
    margin: 0 0 20px;
  }
  .reason_box_topimg {
      margin: 0 0 20px;
  }
  .reason_box_txt {
    margin: 0 0 20px;
    text-align: justify;
  }
  .reason_box_point {
    padding: 15px;
    border-radius: 10px;
  }
  .reason_box_point_item {
    padding: 0 0 11.5px;
  }
  .reason_box_point_item_img {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .reason_box_point_item_con {
    float: none;
    width: 100%;
    text-align: justify;
  }
  .reason_box_point_item_con_title {
    font-size: 18px;
    line-height: 1.0;
    color: #4ab953;
    padding: 0 0 5.5px 50px;
    background-size: 41px 17.5px;
    margin: 0 0 5px -4px;
  }
  .reason_box_point_item+ .reason_box_point_item {
    padding: 14px 0 0;
    margin: 11.5px 0 0;
  }
  .reason_box_detail {
    padding: 15px 15px 10px;
    background: #eef1f0;
    border-radius: 10px;
    margin: 0 0 20px;
  }
  .reason_box_detail_item {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  .reason_box_detail_item_title {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .reason_box_detail_item_img img {
    width: 100%;
    height: auto;
  }
  .reason_box_detail_item_txt {
    text-align: justify;
  }
  .reason_box_detail_item+ .reason_box_detail_item {
    margin: 0;
    padding: 10px 0 0;
    border-top: 3px dotted #fff;
    border-left: 0;
  }
  .reason_box_data_title {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .reason_box_data_table {
    margin: 0 0 20px;
  }
  .reason_box_data_table tr.title th.shibancyu {
    width: auto;
    font-size: 18px;
  }
  .reason_box_data_table tr.title th {
      font-size: 18px;
  }
  .reason_box_data_table th {
    width: auto;
    font-size: 14px;
    padding: 6px 0;
  }
  .reason_box_data_table td {
    font-size: 16px;
    padding: 6px 0;
  }
  .reason_box_data_table td.shibancyu {
    width: auto;
    font-size: 16px;
  }
  .reason_box_type {
    background: #edf3e7;
    border-radius: 10px;
    padding: 10px 9px 2.5px;
    margin: 0 0 20px;
  }
  .reason_box_type_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .reason_box_type_list li {
    float: none;
    display: inline-block;
    width: 49%;
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.2;
  }
  .reason_box_type_list li:nth-child(3n) {
    margin: 0 0 12px;
  }
  .reason_box_type_list li:nth-child(2n) {
    float: none;
    margin: 0 0 12px 0;
  }
  .reason_box_link_btn+ .reason_box_link_btn {
    margin: 20px 0 0;
  }
  .fc {
    padding: 40px 0 0px;
  }
  .fc_in {
    width: 100%;
    margin: 0 auto;
  }
  .fc_img {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .fc_con {
    width: 100%;
    float: none;
  }
  .fc_con_title {
    font-size: 18px;
    margin: 0 0 7.5px;
  }
  .fc_con_txt {
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .fc_con_more {
    text-align: center;
  }
  .works {
    padding: 50px 0 25px;
  }
  .works_type {
    width: 100%;
    margin: 0 auto 7px;
  }
  .works_type li {
    float: left;
    width: 49%;
    margin: 0 0 8px 0;
  }
  .works_type li:nth-child(3n) {
    margin: 0 0 8px;
  }
  .works_type li:nth-child(2n) {
    float: right;
    margin: 0 0 8px;
  }
  .works_type li a {
    font-size: 14px;
    line-height: 1.4;
  }
  .blog {
    padding: 25px 10px 20px;
  }
  .blog .section {
    width: 100%;
    margin: 0 auto;
    padding: 0 12.5px 12.5px 12.5px;
    border-radius: 10px;
  }
  .blog_list {
    background: #fff;
    padding: 0 9px;
    margin: 0 0 12.5px;
  }
  .blog_list li a {
    font-size: 14px;
    padding: 7.5px 29px 6px 5px;
    background: url(img/blog-arrow.png) no-repeat right 11.5px center;
  }
  .blog_list_date {
    font-size: 12px;
    background: url(img/blog-date-bg.png) no-repeat 0 0;
    padding: 4px 0 3px;
    margin: 0 0 6px;
  }
  .blog_list_title {
    display: block;
  }
  .news {
    padding: 25px 10px 45px;
  }
  .news .section_title img {
    max-width: 186px;
  }
  .news .section {
    width: 100%;
    margin: 0 auto;
    padding: 15px 12.5px 12.5px 12.5px;
    border-radius: 10px;
  }
  .movie {
    padding: 35px 0 50px;
  }
  .movie .section_title img {
    max-width: 244px;
  }
  .movie_box iframe {
    width: 100%!important;
    height: auto!important;
    min-height: 190px;
  }
  .contact {
    display: none;
  }
  .spcontact {
    display: block;
    padding: 40px 10px;
  }
  .spcontact .section {
    width: 100%;
    margin: 0 auto;
    background: url(img/contact-bg-pattern.png) repeat;
    padding: 14px 15px 12px;
    border: 3px solid #4db956;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .spcontact_link_btn {
    margin: 0 0 12px;
  }
  .spcontact_link_btn span {
    display: block;
    width: 80%;
    line-height: 1.0;
    margin: 0 auto 5px;
  }
  .fixbar {
    display: none;
  }
  .spfixbar {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .spfixbar_in {

  }
  .spfixbar_btn {
    float: left;
    width: calc(100% / 4);
  }
  .spfixbar_btn a {
    display: flex;
    justify-content:flex-end;
    flex-flow:column;
    align-items: center;
    height: 41px;
    line-height: 1.0;
    text-align: center;
    vertical-align: bottom;
    padding: 0 0 4px;
  }
  .spfixbar_btn:nth-child(1) a {
    background: #ffc203;
  }
  .spfixbar_btn:nth-child(2) a {
    background: #5ccfc1;
  }
  .spfixbar_btn:nth-child(3) a {
    background: #f4916c;
  }
  .spfixbar_btn:nth-child(4) a {
    background: #4dba47;
  }
  .spfixbar_btn a img {

  }
}


.sp_h,
.sp_menu {
  display: none;
}
@media screen and (max-width: 834px) {
  .h {
    padding: 50px 0 0;
  }
  .h_in,
  .gnav {
    display: none;
  }
  .sp_h {
    display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
  }
  .sp_h_logo {
    float: left;
    width: 30%;
    padding: 4px 2% 5px;
  }
  .sp_h_link {
    width: 64%;
    float: right;
    display: flex;
    justify-content: space-between;
  }
  .sp_h_link_btn {
    padding: 0 0 0 1%;
  }
  .sp_menu {
    display: none;
    width: 70%;
    background: rgba(240,240,225,.95);
    padding: 10px;
    box-sizing: border-box;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 120;
  }
  .sp_menu_close {
    width: 21%;
    position: absolute;
    top: 0;
    right: -21%;
  }
  .sp_menu_in {
    margin: 0 0 10px;
  }
  .sp_menu_in li {
    position: relative;
    border-bottom: 1px dotted #9F8A33;
  }
  .sp_menu_in li a {
    display: block;
    padding: 9px 0 9px 20px;
    position: relative;
    font-size: 10px;
    line-height: 1.6;
    color: #736526;
    outline: none;
    text-decoration: none;
  }
  .sp_menu_in li a:before {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #9F8A33;
    position: absolute;
    left: 6px;
    top: 37%;
  }
  .sp_h_link {

  }
  .sp_menu_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 20px;
  }
  .sp_menu_sns div {
    width: 45px;
    margin: 7px;
  }
  .m {
    padding: 14px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .sp_menu_sns div {
    width: 40px;
    margin: 5px;
  }
}

/* trouble */
.trouble {
    width: 100%;
    display:inline-block;
    background: #cae3b8;
}
.trouble_title {
    width: 100%;
    text-align: center;
    background: #508149;
    display: inline-block;
    padding: 30px 0;
}
.trouble_section {
    width: 980px;
    margin: 40px auto 50px;
    padding: 35px 45px 20px;
    box-sizing: border-box;
    background: #fff;
    border: 3px dotted #cfdfb3;
    border-radius: 10px;
}
.trouble_section .trouble_text1 {
    background: #fff799;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    margin-left: 10px;
}
.trouble_section .trouble_text2 {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 0 25px 10px;
    border-bottom: #cfdfb3 2px solid;
    margin-bottom: 25px;
}
.trouble_section .trouble_text2 span {
    font-size: 26px;
    color: #4ab953;
}

/* goodchoice */
.goodchoice {
    width: 100%;
    display:inline-block;
    background: #edf3e7;
    padding-bottom: 40px;
}
.goodchoice_arrow {
    width: 100%;
    text-align: center;
}
.goodchoice_title {
    width: 851px;
    margin: 30px auto 0;
}
.goodchoice_section {
    width: 980px;
    margin: 40px auto 0;
}
.goodchoice_section .goodchoice_text {
    width: 491px;
    float: left;
}
.goodchoice_section .goodchoice_text h3 {
    font-weight: bold;
    font-size: 24px;
}
.goodchoice_section .goodchoice_text p {
    margin-top: 10px;
}
.goodchoice_section .goodchoice_img {
    width: 469px;
    float: left;
    margin-left: 20px;
}

@media screen and (max-width: 834px) {
    .trouble_title {
    	padding: 20px 0;
    }
    .trouble_title img {
    	width: 90%;
    }
    .trouble_section_sp {
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
    }
    .trouble_section {
	width: 100%;
	padding: 20px 10px 10px;
	margin: 20px 0 30px;
	box-sizing: border-box;
    }
    .trouble_section .trouble_text1 {
	font-size: 14px;
	padding: 2px 5px;
	margin-left: 0px;
    }
    .trouble_section .trouble_text2 {
	font-size: 18px;
	line-height: 1.4;
	padding: 10px 0px 15px 0px;
	margin-bottom: 15px;
    }
    .trouble_section .trouble_text2 span {
	font-size: 18px;
    }
    .goodchoice {
	width: 100%;
	padding: 0 10px 30px;
	box-sizing: border-box;
    }
    .goodchoice_arrow {
	width: 100%;
    }
    .goodchoice_arrow img {
	width: 30%;
    }
    .goodchoice_title {
	margin-top: 20px;
	width: 90%;
    }
    .goodchoice_section {
	width: 100%;
	margin-top: 20px;
    }
    .goodchoice_section .goodchoice_text {
	width: 100%;
    }
    .goodchoice_section .goodchoice_text h3 {
	font-size: 19px;
    }
    .goodchoice_section .goodchoice_img {
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
	text-align: center;
    }
    .goodchoice_section .goodchoice_img img {
	width: 100%;
    }
}
