@charset "UTF-8";
/* CSS Document */


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 60px 0;}
.mv {padding: ;}
.cta {padding: ;}
.cta2 {padding: ;}
.sec01 {padding: 80px 0 0;}
.sec02 {padding: ;}
.sec03 {padding: ;}
.sec04 {padding: ;}
.sec05 {padding: ;}
.sec06 {padding: ;}
.sec07 {padding: ;}
.sec08 {padding: ;}
.sec09 {padding: ;}
.sec10 {padding: ;}
.sec11 {padding: ;}
.sec12 {padding: ;}
.sec13 {padding: ;}
.sec14 {padding: ;}
.sec15 {padding: ;}
.sec16 {padding: ;}
.sec17 {padding: ;}
.sec18 {padding: ;}
.sec19 {padding: ;}
.sec20 {padding: ;}
.footer_nav {padding: ;}
footer {padding: 60px 0 80px;}

/*
 色関連
----------------------------------------------------------- */
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: #ff00cc;}
.cl_main{color: #fdb9a2;}
.cl_accent{color: #4265a1;}
.cl_other1{color: #4265a1;}
.cl_other2{color: #4265a1;}

/*
 テキスト関連
----------------------------------------------------------- */
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
    background: -o-linear-gradient(transparent 60%, #ffd200 50%);
    background: linear-gradient(transparent 60%, #ffd200 50%);
    font-weight: bold;
}

/*
 リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color:#333;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic {
  margin-left: calc(50% - 1000px);
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
  /*pxの部分を画像の半分の幅に変えてね！*/
}
.wic2 {
  margin-left: calc(50% - 600px);
}
.wic3 {
  margin-left: calc(50% - 800px);
}

/*
 Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: #fdb9a2;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
 Header
----------------------------------------------------------- */
header {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .logo img {
  width: 240px;
  height: 40px;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
/*
 Navi
----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 247px);
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
nav li a:hover {
  color: #666;
  text-decoration: none;
}
nav li a::after,
nav li a::before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #f7c6b6;
  position: absolute;
  bottom: 0;
  transition: .5s;
}
nav li a::after {
  left: 50%;
}
nav li a::before {
  right: 50%;
}
nav li a:hover::before,
nav li a:hover::after {
  width: 50%;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
.nav_jp {
  font-size: 16px;
  padding-bottom: 5px;
}
.nav_en {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  font-family: sofia-pro, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
nav li .shop_item{
  display: none;
}
nav li .shop_item_list{
  display: block;
}
nav li .shop_item_list li{
  width: 105%;
}
nav .pulldown_hover {
  cursor: pointer;
}
/*
 MV
----------------------------------------------------------- */

/*
 sec01
----------------------------------------------------------- */
.sec01 .sec01_ttl_en {
  font-size: 4rem;
  font-weight: bolder;
  font-family: sofia-pro, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.sec01 .sec01_ttl_ja {
  text-align: center;
  padding-bottom: 15px;
}
.sec01 .under_line {
  border-bottom: 1px solid #fdb9a2;
}
.sec01 .contact_list {
  text-align: center;
  padding-bottom: 30px;
}
.sec01 .contact_txt {
  padding-bottom: 30px;
}
.sec01 .contact_mail {
  padding-bottom: 30px;
}
.sec01 .contact_map {
  padding-bottom: 30px;
}
.sec01 .contact_map iframe {
  height: 450px;
}
.sec01 .contact_btn {
  display: flex;
  justify-content: center;
}
.sec01 .contact_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}

/*
 footer_nav
----------------------------------------------------------- */
.footer_nav p {
  font-size: 1.3rem;
}
.footer_nav .footer_nav_list > li {
  border-left: 1px solid #ccc;
}
.footer_nav .footer_nav_list > li:nth-child(1) {
  border-left: none;
}
.footer_nav .text_indent {
  text-indent: 1rem;
}
.footer_nav .text_indent02 {
  padding-left: 1rem;
}

.fx-row li p {
  background-color: skyblue;
}
.fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}
.fx-row-gutter-s li {
  padding-left: 8px;
  padding-right: 8px;
}

.fx-row-gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.fx-row-gutter-xs li {
  padding-left: 5px;
  padding-right: 5px;
}

/*
 Footer
----------------------------------------------------------- */
footer{
    color:#FFF;
    font-size:16px;
    background-color: #3b3b3b;
}
footer .copy {
  text-align: center;
}
footer a{
    color: #FFF;
}
footer a:hover, footer a:focus {
    color: #FFF;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 90%;
}