@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.pc {
  display: none !important;
}

.sp {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  opacity: .7;
}

p {
  line-height: 1.8em;
}

.tel {
  pointer-events: all;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

h2 {
  font-weight: bold;
}

.ec-layoutRole {
  background: none;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_open::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(27, 39, 84, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: absolute !important;
  top: 30px;
  right: 15px;
  margin-top: -5px;
  width: 30px;
  height: 18px;
}

.sp_nav_trigger.active {
  position: fixed !important;
}

.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}

.sp_nav_trigger span:nth-of-type(2) {
  top: 8px;
}

.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp_nav_trigger.active {
  height: 22px;
  right: unset;
  left: 15px;
}

.sp_nav_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background: #fff;
}

.sp_nav_trigger.active span:nth-of-type(2) {
  opacity: 0;
  background: #fff;
}

.sp_nav_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background: #fff;
}

.hd_bottom {
  padding-top: 60px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
.common_btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common_btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f09594;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
}

.common_btn01 a span {
  position: relative;
  padding-left: 22px;
}

.common_btn01 a span::before {
  content: "";
  background: url(../img/common/arrow01.png) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
body {
  position: relative;
  color: #222;
  background: #fdf6f6;
}

body#page_homepage {
  background: #fdf6f6;
}

.ec-blockTopBtn {
  width: 40px;
  height: 40px;
  background-color: unset;
  background: url(../img/common/pagetop.png) center no-repeat;
  background-size: contain;
}

.hd_bg {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}

.hd_bg .hd {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .hd .hd_logo {
  width: 45%;
}

.hd_bg .hd .hd_logo a {
  width: 90%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

.hd_bg .hd .hd_r {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .hd .hd_r .hd_icon {
  width: 120px;
  height: 100%;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 60px;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li {
  width: 60px;
  height: 100%;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #000;
  border-left: 1px solid #ddd;
  font-size: 13px;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li a .img {
  width: 70%;
  text-align: center;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li a .txt {
  width: 100%;
  text-align: center;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li:nth-child(1) {
  display: none;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li:nth-child(2) {
  display: none;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li:last-child {
  background: #f09594;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li:last-child a {
  border-left: none;
  font-size: 12px;
}

.hd_bg .hd .hd_r .hd_icon .hd_icon_list li:last-child a .txt {
  color: #fff;
}

.nav {
  background: white;
  color: #fff;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 100;
  width: 80%;
  overflow-x: none;
  overflow-y: auto;
  top: 0px;
  right: -100%;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.nav .nav_bg {
  background: white;
  height: 100%;
  overflow-y: auto;
}

.nav .nav_bg .detail_search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e07978;
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
}

.nav .nav_bg .detail_search a span {
  position: relative;
  padding-left: 25px;
}

.nav .nav_bg .detail_search a span::before {
  content: "";
  background: url(../img/common/arrow01.png) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.nav .nav_bg .hd_search {
  background: #f09594;
  padding: 20px 5px;
}

.nav .nav_bg .hd_search .searchform {
  width: 90%;
  margin: 0 auto;
}

.nav .nav_bg .hd_search select {
  border: none;
  background: #fbf2f2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を非表示 */
  padding: 10px 15px 10px 10px;
  outline: none;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: #222;
}

.nav .nav_bg .hd_search select option {
  padding: 5px;
}

.nav .nav_bg .hd_search .select_container {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.nav .nav_bg .hd_search .select_container::before {
  content: "";
  background: url(../img/common/arrow02.png) center no-repeat;
  width: 15px;
  height: 10px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}

.nav .nav_bg .hd_search .input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.nav .nav_bg .hd_search input {
  border: none;
  background: none;
  outline: none;
  padding: 10px 5px;
  width: 100%;
  color: #fff;
}

.nav .nav_bg .hd_search input::-webkit-input-placeholder {
  color: #fff;
}

.nav .nav_bg .hd_search input:-ms-input-placeholder {
  color: #fff;
}

.nav .nav_bg .hd_search input::-ms-input-placeholder {
  color: #fff;
}

.nav .nav_bg .hd_search input::placeholder {
  color: #fff;
}

.nav .nav_bg .hd_search button {
  border: none;
  background: none;
  max-width: 35px;
}

.nav .nav_bg .hd_guide a {
  color: #fff;
  background: #1b2754;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 10px;
  font-size: 16px;
}

.nav .nav_bg .hd_guide a span {
  position: relative;
  padding-left: 25px;
}

.nav .nav_bg .hd_guide a span::before {
  content: "";
  background: url(../img/common/beginner_ico.png) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 23px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.nav .nav_bg .hd_member a {
  color: #000;
  background: #fdf6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 10px;
  border-bottom: 1px solid #f0b9b8;
  font-size: 16px;
}

.nav .nav_bg .hd_member a.user span {
  position: relative;
  padding-left: 25px;
}

.nav .nav_bg .hd_member a.user span::before {
  content: "";
  background: url(../img/common/user_ico01.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.nav .nav_bg .hd_member a.login span {
  position: relative;
  padding-left: 25px;
}

.nav .nav_bg .hd_member a.login span::before {
  content: "";
  background: url(../img/common/login_ico01.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.nav .nav_bg .nav_list a {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 10px;
  border-bottom: 1px solid #f0b9b8;
  font-size: 16px;
}

.nav .nav_bg .hd_sns {
  margin: 10px;
}

.nav .nav_bg .hd_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav .nav_bg .hd_sns ul li a {
  display: block;
  margin: 10px;
  max-width: 30px;
}

.nav .nav_bg .hd_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .nav_bg .hd_link ul li {
  width: 100%;
}

.nav .nav_bg .hd_link ul li a {
  display: block;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.nav .nav_bg .hd_copy {
  font-size: 12px;
  color: #000;
  text-align: center;
  margin: 15px 0;
}

.top_mv .mv_slide .slick-dots li button::before {
  font-size: 14px;
}

.contents {
  width: 100%;
  max-width: 1220px;
  padding: 10px 15px;
}

.common_ttl01 {
  font-size: 34px;
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}

.common_ttl02 {
  font-size: 26px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.common_ttl02::before {
  content: "";
  background: url(../img/common/ttl_item01.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.common_ttl03 {
  font-size: 34px;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
}

.common_ttl03 span {
  position: relative;
  padding-bottom: 15px;
}

.common_ttl03 span::before {
  content: "";
  width: 100px;
  height: 12px;
  background: url(../img/common/line02.png) center no-repeat;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

.top_news_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 50px;
}

.top_news_sec .top_news_block {
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 50px 20px;
}

.top_news_sec .top_news_block::before {
  content: "";
  width: 100%;
  height: 14px;
  background: url(../img/common/line01.webp);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.top_news_sec .top_news_block::after {
  content: "";
  width: 100%;
  height: 14px;
  background: url(../img/common/line01.webp);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_news_sec .top_news_block ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid #ede2d3;
  font-size: 16px;
}

.top_news_sec .top_news_block .news_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

.top_news_sec .top_news_block .news_list_link a {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

.top_news_sec .top_news_block .news_list_link a::before {
  content: "";
  background: url(../img/common/arrow03.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.top_access_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/common/bg01_sp.webp) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.top_access_sec .top_access_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.top_access_sec .top_access_flex .map {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}

.top_access_sec .top_access_flex .map iframe {
  width: 100%;
  height: 340px;
  border-radius: 10px;
}

.top_access_sec .top_access_flex .txt_box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top_access_sec .top_access_flex .txt_box h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #d1d4dd;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top_access_sec .top_access_flex .txt_box h3::before {
  content: "●";
  color: #384471;
  font-size: 15px;
}

.top_access_sec .top_access_flex .txt_box p {
  font-size: 16px;
}

.top_access_sec .top_access_guide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_access_sec .top_access_guide .map_img {
  width: 100%;
  margin-bottom: 20px;
}

.top_access_sec .top_access_guide .map_img .speech_bubble {
  color: #fff;
  width: 60%;
  margin: 0 auto;
  padding: 50px 20px;
  background: url(../img/top/speech_bubble01.png) center no-repeat;
  background-size: contain;
}

.top_access_sec .top_access_guide .map_img .speech_bubble h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
}

.top_access_sec .top_access_guide .map_picture {
  width: 100%;
}

.top_sns_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.top_sns_sec .sns_ttl01 {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.top_sns_sec .sns_ttl01::before {
  content: "";
  background: url(../img/common/ttl_item01.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.top_sns_sec .top_sns_insta {
  width: 100%;
  margin-bottom: 50px;
}

.top_sns_sec .top_sns_insta .instagram-gallery {
  width: 100%;
  margin: auto;
}

.top_sns_sec .top_sns_insta .instagram-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_sns_sec .top_sns_insta .instagram-gallery ul li {
  width: calc(50% - 10px);
  margin-bottom: 15px;
}

.top_sns_sec .top_sns_insta .instagram-gallery ul li a {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.top_sns_sec .top_sns_insta .instagram-gallery ul li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_sns_sec .top_sns_insta .instagram-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.top_sns_sec .top_sns_insta .instagram-gallery__item {
  width: 20%;
  padding: 0px;
}

.top_sns_sec .top_sns_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_sns_sec .top_sns_flex .top_sns_facebook {
  width: 100%;
  max-width: 540px;
  margin-bottom: 25px;
}

.top_sns_sec .top_sns_flex .top_sns_facebook .facebook_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.top_sns_sec .top_sns_flex .top_sns_facebook .facebook_box iframe {
  width: 100%;
  height: 350px;
}

.top_sns_sec .top_sns_flex .top_sns_twitter {
  width: 100%;
  max-width: 540px;
}

.top_sns_sec .top_sns_flex .top_sns_twitter .twitter_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.top_sns_sec .top_sns_flex .top_sns_twitter .twitter_box iframe {
  height: 350px !important;
}

.top_recommend_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/common/bg02_sp.webp) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.top_recommend_sec .common_ttl01 .ttl_item02 {
  position: relative;
  padding-right: 30px;
}

.top_recommend_sec .common_ttl01 .ttl_item02::before {
  content: "";
  background: url(../img/common/ttl_item02.png) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.top_recommend_sec .top_recommend_block .recommend_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_recommend_sec .top_recommend_block .recommend_list li {
  width: calc(100% / 2 - 8px);
  margin-right: 16px;
  margin-bottom: 20px;
  position: relative;
}

.top_recommend_sec .top_recommend_block .recommend_list li:nth-child(2n) {
  margin-right: 0;
}

.top_recommend_sec .top_recommend_block .recommend_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/product_list_bg01.png);
  background-repeat: repeat;
  bottom: -10px;
  right: -10px;
  position: absolute;
  border-radius: 10px;
}

.top_recommend_sec .top_recommend_block .recommend_list li a {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.top_recommend_sec .top_recommend_block .recommend_list li a .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.top_recommend_sec .top_recommend_block .recommend_list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_recommend_sec .top_recommend_block .recommend_list li a .txt {
  font-size: 16px;
}

.top_recommend_sec .top_recommend_block .recommend_list li a .txt .cost {
  color: #1b2754;
}

.top_products_handled_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background: url(../img/common/bg03_sp.webp) center no-repeat;
  background-size: cover;
  position: relative;
}

.top_products_handled_sec .products_handled_block .products_handled_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.top_products_handled_sec .products_handled_block .products_handled_list li {
  width: calc(100% / 2 - 8px);
  margin-right: 16px;
  margin-bottom: 20px;
  position: relative;
}

.top_products_handled_sec .products_handled_block .products_handled_list li:nth-child(2n) {
  margin-right: 0;
}

.top_products_handled_sec .products_handled_block .products_handled_list li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #f2d4d4;
  padding: 15px;
}

.top_products_handled_sec .products_handled_block .products_handled_list li a .img {
  margin-bottom: 10px;
  text-align: center;
}

.top_products_handled_sec .products_handled_block .products_handled_list li a .txt p {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.top_products_handled_sec .products_handled_block .products_handled_list li a .txt p::before {
  content: "";
  background: url(../img/common/arrow03.png) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.top_products_handled_sec .products_handled_block .products_handled_btn {
  margin-bottom: 20px;
}

.top_about_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  background: url(../img/common/bg04_sp.webp) center no-repeat;
  background-size: cover;
  margin-top: -50px;
}

.top_about_sec .top_about_block {
  width: 100%;
  background: #fff;
  padding: 50px 5%;
  border-radius: 10px;
}

.top_about_sec .top_about_block .top_about_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_about_sec .top_about_block .top_about_flex .img {
  width: 100%;
  margin-bottom: 20px;
}

.top_about_sec .top_about_block .top_about_flex .txt_box {
  width: 100%;
}

.top_about_sec .top_about_block .top_about_flex .txt_box h3 {
  color: #1b2754;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.top_about_sec .top_about_block .top_about_flex .txt_box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.top_about_sec .top_about_block .top_about_flex .txt_box .top_about_btn {
  margin-top: 20px;
}

.ft {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  background: #fff;
}

.ft .ft_contents {
  width: 100%;
  max-width: 1220px;
  padding: 10px;
}

.ft .ft_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ft .ft_flex .ft_l {
  width: 100%;
  margin-bottom: 20px;
}

.ft .ft_flex .ft_l .ft_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft .ft_flex .ft_l .ft_logo a {
  display: block;
  margin-bottom: 10px;
}

.ft .ft_flex .ft_l .ft_copy {
  font-size: 12px;
}

.ft .ft_flex .ft_nav {
  width: 100%;
  margin-bottom: 20px;
}

.ft .ft_flex .ft_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ft .ft_flex .ft_nav ul li {
  width: 100%;
  text-align: center;
  margin: 5px;
}

.ft .ft_flex .ft_nav ul li a {
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.ft .ft_copy {
  font-size: 12px;
  text-align: center;
}

.bread_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread_area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread_area ul li {
  position: relative;
}

.bread_area ul li:not(:last-child) {
  padding-right: 30px;
}

.bread_area ul li:not(:last-child)::before {
  content: "";
  background: url(../img/common/arrow04.png) center no-repeat;
  width: 8px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
}

.bread_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  position: relative;
}

.about_sec::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/common/bg06_sp.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
}

.about_sec .about_sec01_h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.about_sec p {
  font-size: 16px;
  margin-bottom: 15px;
}

.about_sec .about_sec01_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_sec .about_sec01_flex .txt_box {
  width: 100%;
}

.about_sec .about_sec01_flex .img {
  width: 100%;
  text-align: center;
}

.about_committed_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  position: relative;
  background: #fff;
}

.about_committed_sec .about_committed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.about_committed_sec .about_committed .img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.about_committed_sec .about_committed .txt {
  width: 100%;
}

.about_committed_sec .about_committed .txt h3 {
  font-weight: bold;
  font-size: 22px;
  color: #1b2754;
  margin-bottom: 15px;
}

.about_committed_sec .about_committed .txt p {
  font-size: 16px;
}

.about_profile_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  position: relative;
}

.about_profile_sec::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/common/bg05_sp.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}

.about_profile_sec::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/common/bg06_sp.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
}

.about_profile_sec .about_profile_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_profile_sec .about_profile_flex .img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.about_profile_sec .about_profile_flex .txt_box {
  width: 100%;
}

.about_profile_sec .about_profile_flex .txt_box .position {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.about_profile_sec .about_profile_flex .txt_box .position span {
  background: #1b2754;
  border-radius: 50px;
  padding: 3px 15px;
}

.about_profile_sec .about_profile_flex .txt_box .name {
  font-size: 24px;
  font-weight: bold;
  color: #1b2754;
  margin-bottom: 10px;
}

.about_profile_sec .about_profile_flex .txt_box .txt {
  font-size: 16px;
}

.about_profile_sec .about_profile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.about_profile_sec .about_profile_list li {
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 20px;
}

.about_profile_sec .about_profile_list li .img {
  width: 50%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.about_profile_sec .about_profile_list li .txt_box {
  width: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0 10px 10px 0;
}

.about_profile_sec .about_profile_list li .txt_box .position {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.about_profile_sec .about_profile_list li .txt_box .position span {
  background: #1b2754;
  border-radius: 50px;
  padding: 3px 15px;
  font-size: 16px;
}

.about_profile_sec .about_profile_list li .txt_box .name {
  font-size: 24px;
  font-weight: bold;
  color: #1b2754;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .about_profile_sec .about_profile_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_profile_sec .about_profile_list li {
    width: 100%;
  }
}

.about_media_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  position: relative;
  background: #fff;
}

.about_media_sec .about_media_h3 {
  font-size: 20px;
  color: #1b2754;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_media_sec .about_media_list {
  width: 100%;
  margin-bottom: 50px;
}

.about_media_sec .about_media_list li {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.about_media_sec .about_media_list li:first-child {
  border-top: 1px solid #ddd;
}

.about_history_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  position: relative;
}

.about_history_sec::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/common/bg05_sp.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}

.about_history_sec::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/common/bg06_sp.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
}

.about_history_sec .about_history_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_history_sec .about_history_flex .txt_box {
  width: 100%;
  margin-bottom: 20px;
}

.about_history_sec .about_history_flex .txt_box .about_history_list li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}

.about_history_sec .about_history_flex .txt_box .about_history_list li .year {
  width: 100px;
  margin-right: 20px;
}

.about_history_sec .about_history_flex .txt_box .about_history_list li .txt {
  width: calc(100% - 120px);
}

.about_history_sec .about_history_flex .img {
  width: 100%;
  text-align: center;
}

.about_company_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  position: relative;
  background: #fff;
}

.about_company_sec .about_company_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_company_sec .about_company_flex .about_company_tb {
  width: 100%;
  margin-bottom: 20px;
}

.about_company_sec .about_company_flex .about_company_tb table {
  width: 100%;
}

.about_company_sec .about_company_flex .about_company_tb table th {
  padding: 20px;
  background: #f5f5f5;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.about_company_sec .about_company_flex .about_company_tb table td {
  padding: 20px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.about_company_sec .about_company_flex .about_company_tb table tr:first-child th, .about_company_sec .about_company_flex .about_company_tb table tr:first-child td {
  border-top: 1px solid #ddd;
}

.about_company_sec .about_company_flex .img {
  width: 100%;
  text-align: center;
}

.common_sub_ft_color .common_sub_ft {
  background: #fdf6f6;
}

.common_sub_ft {
  background: #fff;
}

.common_sub_ft .common_sub_ft_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background: url(../img/common/bg01_sp.webp) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box:last-child {
  margin-bottom: 0;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .common_sub_ft_about_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d1d4dd;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .common_sub_ft_about_ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #313d6a;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  border-radius: 50px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .img {
  margin-top: 10px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box p {
  font-size: 16px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box p.mb {
  margin-bottom: 10px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box p .bold {
  font-weight: bold;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box p .color01 {
  color: #f09594;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box:last-child {
  width: 100%;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .tel_box span {
  color: #fff;
  font-size: 14px;
  background: #f09594;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .tel_box a {
  color: #f09594;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .fax_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .fax_box span {
  color: #fff;
  font-size: 14px;
  background: #f09594;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .fax_box p, .common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .fax_box a {
  color: #f09594;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  pointer-events: none;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .mail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .mail_box span {
  color: #fff;
  font-size: 14px;
  background: #1b2754;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.common_sub_ft .common_sub_ft_about .common_sub_ft_about_flex .box .contact_flex .mail_box a {
  color: #1b2754;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.common_sub_ft .common_sub_ft_access {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 50px;
  background: #fdf6f6;
  margin-top: -30px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex .map {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex .map iframe {
  width: 100%;
  height: 340px;
  border-radius: 10px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex .txt_box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex .txt_box h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #d1d4dd;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex .txt_box h3::before {
  content: "●";
  color: #384471;
  font-size: 15px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_flex .txt_box p {
  font-size: 16px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_guide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_guide .map_img {
  width: 100%;
  margin-bottom: 20px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_guide .map_img .speech_bubble {
  color: #fff;
  width: 60%;
  margin: 0 auto;
  padding: 50px 20px;
  background: url(../img/top/speech_bubble01.png) center no-repeat;
  background-size: contain;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_guide .map_img .speech_bubble h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
}

.common_sub_ft .common_sub_ft_access .common_sub_ft_access_guide .map_picture {
  width: 100%;
}

.sub_page_block {
  padding: 50px 0;
}

.restaurant_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.restaurant_sec .restaurant_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.restaurant_sec .img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.restaurant_sec .txt_box {
  width: 100%;
}

.restaurant_sec .txt_box .restaurant_block_h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #1b2754;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.restaurant_sec .txt_box .restaurant_block_h3 .small {
  font-size: 16px;
}

.restaurant_sec .txt_box p {
  font-size: 16px;
  margin-bottom: 5px;
}

.restaurant_sec .txt_box .box {
  background: #fff;
  border: 1px solid #f0b9b8;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.restaurant_sec .txt_box .box h4 {
  color: #f0b9b8;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

.restaurant_sec .txt_box .box h4.num01::before {
  content: "1";
  width: 30px;
  height: 30px;
  background: #f0b9b8;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.restaurant_sec .txt_box .box h4.num02::before {
  content: "2";
  width: 30px;
  height: 30px;
  background: #f0b9b8;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.restaurant_sec .conatct_btn01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.restaurant_sec .conatct_btn01 a {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  background: #f09594;
  padding: 12px;
  border-radius: 50px;
  position: relative;
}

.restaurant_sec .conatct_btn01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/btn_bg01.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 50px;
}

.restaurant_sec .conatct_btn01 a span {
  position: relative;
  padding-left: 35px;
}

.restaurant_sec .conatct_btn01 a span::before {
  content: "";
  background: url(../img/common/mail.png) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}

.blog_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.blog_sec .blog_list_block .blog_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog_sec .blog_list_block .blog_list li {
  width: calc(100% / 2 - 8px);
  margin-right: 16px;
  margin-bottom: 20px;
  position: relative;
}

.blog_sec .blog_list_block .blog_list li:nth-child(2n) {
  margin-right: 0;
}

.blog_sec .blog_list_block .blog_list li a {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.blog_sec .blog_list_block .blog_list li a .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog_sec .blog_list_block .blog_list li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_sec .blog_list_block .blog_list li a .txt {
  font-size: 14px;
}

.blog_sec .blog_list_block .blog_list li a .txt .date {
  font-size: 12px;
  color: #f09594;
  text-align: right;
  margin: 5px 0;
}

.blog_sec .blog_list_block .blog_list li a .txt .more {
  font-size: 12px;
  position: relative;
  text-align: right;
}

.blog_sec .blog_list_block .blog_list li a .txt .more span {
  position: relative;
  padding-left: 20px;
}

.blog_sec .blog_list_block .blog_list li a .txt .more span::before {
  content: "";
  background: url(../img/common/arrow03.png) center no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.blog_sec .blog_list_block .blog_list li a .txt .cost {
  color: #1b2754;
}

.ec-pagerRole .ec-pager .ec-pager__item--active {
  border-radius: 50px;
  background: #f09594;
  color: #fff;
}

.ec-pagerRole .ec-pager .ec-pager__item--active a {
  padding: 6px 12px;
}

.ec-pagerRole .ec-pager .ec-pager__item {
  color: #f09594;
  border-radius: 50px;
}

.ec-pagerRole .ec-pager .ec-pager__item a {
  padding: 6px 12px;
}

.ec-pagerRole .ec-pager .ec-pager__item:hover {
  background: #f09594;
  color: #fff;
}
/*# sourceMappingURL=sp.css.map */