/*
Theme Name: 侘び寂びカフェ
*/

/* 電話アイコンのサイズ修正と横並びレイアウト */
.phone-section__link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-section__link__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* ヘッダーお問い合わせアイコンのスタイル - デスクトップでは非表示 */
.c-header_contact {
    display: none;
}

/* スマートフォン時のみ表示 */
@media screen and (max-width: 767px) {
    .c-header_contact {
        display: flex;
        align-items: center;
    }

    .c-header_contact-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #333;
    }

    .c-header_contact-link img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        margin-bottom: 2px;
    }

    .c-header_contact-text {
        font-size: 10px;
        line-height: 1;
        text-align: center;
    }
}

/* Googleマップのデザイン適用 */
.store-detail__map iframe {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.store-detail__map__link {
    background: #2f1d0f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.store-detail__map__link:hover {
    background: #1a1209;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(47, 29, 15, 0.3);
}

.store-detail__map__link img {
    width: 12px;
    height: 12px;
}

body {
    margin: 0;
    padding: 0;
}

@charset "UTF-8";
.module_sample pre{display:block;}
.error{color:#e20d16;}
#loader{text-align:center;}
#inquiries_form_email ~ span.error{
  display:block;
}
.child_dir{padding-left:20px;}
.navi_global>li:nth-last-child(1),
.navi_global>li:nth-last-child(2),
.navi_global>li:nth-last-child(3),
.sub_navigation {
  display:block;
}
.tb__gn,
.sp__slider-wrapper{display:none;}

.disable_button{
  display:inline-block;
  border:1px solid #999;
  color:#666;
  width:100%;
  padding:12px 0;
  text-align:center;
}
body {
  width:100%;
  color: #333333;
  font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',YuGothic, 'æ¸¸ã´ã·ãã¯',Meirio,"ã¡ã¤ãªãª",sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height:1.8;
  /* padding-top:120px; */
}
header{line-height:1.5;}
ol,ol li{list-style:decimal;}
.item_list li p.item_list__title{padding:10px 0 0 0; /*font-size:17px;*/}
.item_list li p.item_list__text{padding:5px 0 20px 0; min-height:50px; font-size:12px;}
.fyt_top .item_list li p.item_list__text{padding:0; min-height:50px; font-size:12px;}
.sp_sns_lists,.sp_sns_lists__common{display:none;}
.sp_detail_icons{display:none;}
.unit .slider_lay{display:none;}
.sp_slider_lay{display:none;}
.sp_slider_wrapper{
  display:none;
}
.slider_wrapper{
  display:block;
  overflow:hidden;
  height:300px;
}

.thumbnail_updown__multicolumn__item a:hover{opacity:0.6;}
.global_sub a:hover{text-decoration:underline;}

a.js__pad_bottom~#pane_height{display:none;}

/** Aã¿ã° ***********************************/
#information a:hover,
footer a:hover,
article a:hover{text-decoration:underline;}
.button:hover,.button_progress:hover,.buttun_inline:hover{text-decoration:none;}
a:not(.thumbnail_updown__multicolumn__item a) img:hover{opacity:0.6;}
#topics a:hover{text-decoration:underline;}

.list__navi li a:hover{background:#f7f6f2;}
.list__navi li li a:hover{background:#fff; text-decoration:underline;}

/** ãã¦ã¹ã«ã¼ã½ã« *************************************/
.button, .button_progress,.button_inline{
  font-size:13px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',YuGothic, 'æ¸¸ã´ã·ãã¯',Meirio,"ã¡ã¤ãªãª",sans-serif;
}
button{cursor:pointer;}


/*li.navi_global__item>a:hover{
  padding-bottom:10px;
  border-bottom:2px solid #333;
}*/
.slider a:hover{text-decoration:none;}
.slider_lay{
  display:block;
  position:absolute;
  background:rgba(0,0,0,0.3);
  cursor:pointer;
  font-size:12px;
}
.bn_right .slider_lay{
  top:0;
  left:0;
  bottom:0;
  background-position:70px;
}
.bn_left .slider_lay{
  top:0;
  bottom:0;
  right:0;
  background-position:-300px;
}
.slider_lay a{
  /*
  display:block;
  width:500px;
  height:50px;
  position:absolute;
  */
  display:inline-block;
  position:absolute;
  text-align:center;
  color:#fff;
  bottom:-60px;
  width:400px;
  height:60px;
  vertical-align:middle;
  background:url("img/border.png") no-repeat;
  background-position:100% 30px;
  background-size:cover;
}
.bn_right .slider_lay a{
  left:30px;
  transform-origin: left top;
  transform: rotate(-90deg);
}
.bn_left .slider_lay a{
  right:30px;
  transform-origin: right top;
  transform: rotate(90deg);
}

select,button{-webkit-appearance: none; appearance: none;}
button,select,input,textarea,button{
  font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',YuGothic, 'æ¸¸ã´ã·ãã¯',Meirio,"ã¡ã¤ãªãª",sans-serif;
}
.hamburger,.local_navi_clone,.clone_navi,.sp_gnavi_wrapper{display:none;}
.title_hide {
  display: none; }
.allergy_table__item_name span{display:none;}
a {
  color: #333333;
  text-decoration: none; }

.button {
  text-align: center;
  padding: 0 30%;
  margin:0 auto;
}
.button .button_progress{
  width:100%;
}

.button_inline{
  display:inline-block;
   background:#301d0f;
   color:#fff;
   padding: 12px 20px;
   box-shadow:1px 2px 2px rgba(0,0,0,0.3);
   -o-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
   -ms-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
   -moz-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
   -webkit-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
}

.button_progress {
  display: block;
  background:#301d0f;
  color:#fff;
 /* border: 1px solid #333333;*/
  padding: 12px 0;
  box-shadow:1px 2px 2px rgba(0,0,0,0.3);
  -o-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
  -ms-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
  width: 80%; }
.button_line{margin-bottom:10px;}
.button_wrap{margin-bottom:30px;}
.button_pdf {
    display: inline-block;
    background:#fff;
    color:#333;
  border: 1px solid #333;
    padding: 10px 0;
   clear:left;
    box-shadow:1px 2px 2px rgba(0,0,0,0.3);
    -o-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
    -ms-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow:1px 2px 2px rgba(0,0,0,0.3);
    width: 80%;
   vertical-align:middle;
   text-align:left;
   line-height:2;
 }
.button_pdf:before {
  content:".";
  display:block;
  width:32px;
  height:32px;
  float:left;
  margin-left:5%;
  margin-right:15px;
  color:#fff;
  text-decoration:none;
  background:url("img/pdf_icon.png") no-repeat;
}
 .button_inline:hover {
   background: #533a27;
   text-decoration:none;
   color: #fff; }

.button_progress:hover {
  background: #533a27;
  text-decoration:none;
  color: #fff; }


/*** ãã¼ã¸ã¿ã¤ãã«ç³» **************************************************************/
.page_title {
  font-size: 120%;
  max-width:100%;
font-weight: normal;
  /*border-top: 1px solid #848381;*/
  background-color: #f7f6f2;
  line-height: 1.0em;
  padding:18px 200px 18px 20px;
  position: relative; }

.page_title p {
  font-size: 14px;
  margin-bottom:-20px;
  padding:15px 0 0 0;
  line-height:1;}
.page_title p.up_title {
  font-size: 14px;
  margin-bottom:0;
  padding:15px 0 0 0;
  line-height:1;
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  z-index:888;
  font-weight: bold; }

.page_top a {
  background: #666666;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 3px;
  text-align: center;
  display: block;
  border-radius: 50px; }

.page_top a:hover {
  border-style: none;
  background: #999999;
}
.image_title+.box_content__default .first__description{margin-top:0;}
.image_title+.box_content__default{
  padding-top:30px;
}
.image_title{
  position:relative;
  width:100%;
  max-width:100%;
  height:auto;
  padding-right:0
  padding:0;
  /*height:375px;
  overflow:hidden;*/
}
.image_title .centering__title h2{font-size:28px;}
image_title__image{
  /*position:absolute;*/
  top:0;
  left:0;
  right:0;
}
.image_title__image img{
  width:100%;
}
.image_title h1{
  display:inline-block;
  width:182px;
  height:182px;
  padding-top:70px;
  font-size:140%;
  position:absolute;
  top:25%;
  /*top:95px;*/
  left:40px;
  z-index:777;
  color:#fff;
  border:1px solid #fff;
  vertical-align:middle;
  text-align:center;
}
.image_title h1.no_border{
  border:none;
  height:auto;
  padding:0;
}
.image_title.long_height{
  height:470px;
  /*overflow:hidden;*/
}
.long_height .image_title__image{
  position:absolute;
  top:0;
  left:0;
}
.long_height .image_title__image img{
  width:100%;
  /*min-width:1200px;*/
}
.centering__title .title_image{
  text-align:center;
  max-width:60%;
}
.max_common_image{margin-bottom:10px;}
/* header **********************************************/
header{
  font-size:14px;
  /*position:fixed;*/
  /* position:absolute; */
  position: relative;
  top:0;
  left:0;
  right:0;
  background:#fff;
  z-index:666;
  border-bottom: 1px solid #bfbfbf;
  z-index:9999;
}
.logo {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 71px, 82px;
  width: 71px;
  height: 82px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("img/logo.png");
  position: absolute;
  margin:20px 18px 18px 20px; }

.navi_global {
  height: 120px;
  margin-left: 120px;
  /*width: 100%;*/
/*
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  */
}
.navi_global>li {
  float: left;
}
.navi_global>li:nth-last-child(1) {
  float: right;
  margin-right:-240px;
  margin-top:40px;
}
.navi_global>li:nth-last-child(2) {
  float: right;
  margin-right:120px;
}
.navi_global__item{
  padding: 50px 10px 47px 10px;
}
.navi_global__item:nth-child(1){
  padding: 50px 10px 50px 20px;
}


.multilingual .navi_global>li:nth-last-child(1) {
  float: right;
  margin-right:0;
  margin-top:0;
  border-right:none;
}
.multilingual .navi_global>li:nth-last-child(2) {
  float: left;
  margin-right:0;
}
.multilingual .navi_global li:last-of-type{max-width:100%;}

.navi_global_child{display:none;}

.lang-switcher__item{padding:5px 0;}
.lang-switcher .navi_global_child {
  display:none;
  position:absolute;
  top:120px;
  left:-1px;
  right:-1px;
  padding: 15px 40px 15px 15px;
  background:#fff;
  border: 1px solid #bfbfbf;
  border-top:none;
}

.lang-switcher {
  border: 1px solid #bfbfbf;
  border-top: none;
  border-bottom: none;
  /*padding: 50px 30px 53px 15px;*/
  font-size:12px;
  position: relative;
  float: right;
  display:inline-block;
  width: 120px;
}
.lang-switcher li{  float: left; text-align:center;}
.lang-switcher>a{
  padding: 50px 30px 53px 15px;
  display: block;
}
.lang-switcher>a:before {
  position: absolute;
  top: 46.5%;
  right: 10%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.navi_global li:last-of-type{max-width:100px;}
.global_sub {
  line-height: 2.0em;
  font-size:12px;
  width:100px;
  float: right;
  }
.global_sub li { }

/* footer */
#footer {
  width: 100%;
  padding:0 0 30px 0;
  text-align: center;
  position: relative;
  font-size: 12px;
  overflow:hidden;

}

.footer_image_area{
  background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 100%;
   max-height: 600px;
   min-height:336px;
   background-image: url("img/bgFooter.jpg");
}
.footer_text_area{}

.title_footer {
  background-repeat: no-repeat;
  background-position: center;
  background: url("img/logoFooter.png") no-repeat center;
  background-size: 310px, 95px;
  width: 100%;
  height: 95px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding:0;
  margin:0;
  line-height:1;
}
footer .list_sns {
  display:block;
  margin-top:40px;
}
footer .list_sns li img{width:50%;}
footer .list_sns li{
  display:inline-block;
  padding:0 6px;
  width: 76px;
}
footer .list_sns li:nth-child(2){padding:0 0 0 6px;}
footer .list_sns li:nth-child(3){padding:0}
footer .list_sns li:nth-child(4){padding:0 6px;}

.side_title{display:inline; margin-top:-3px;}
footer .list_sns{width:auto; display:inline-block; left:0; position:static;}
.list_sns {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  width: 18%;
  position: absolute;
  top: 46%;
  left: 40%; }

.list_footer {text-align:center; padding:30px 0 20px 0;}
.list_footer li{display:inline-block; text-align:center; padding:0 15px;}

/* top */
.thumbnail_side__2column {
  display: table;
  padding:0;
  margin:0;
}
.thumbnail_side__2column .thumbnail_side__thumbnail img{width:100%; vertical-align:top;}
.thumbnail_side__2column .thumbnail_side__thumbnail{display:table-cell; width:22%;}
.thumbnail_side__2column .thumbnail_side__details{display:table-cell; vertical-align:middle; padding:0 40px; width:28%;}

#pickups {
  position: relative;
  background:#fff;
  max-width:1100px;
  margin:0 auto;
  min-height:430px;
  overflow:hidden;


}

.pickup__morning{background-image: url("..//common/images/titlePickup.png");}
.pickup__lunch{background-image: url("..//common/images/titlePickup_lunch.png");}
.pickup__afternoon{background-image: url("..//common/images/titlePickup_afternoon.png");}
.pickup__dinner{background-image: url("..//common/images/titlePickup_dinner.png");}
.title_pickup {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 140px;
  width: 140px;
  height: 132px;
  /*background-image: url("..//common/images/titlePickup.png");*/
  position: absolute;
  left: 5%;
  top: 140px; }

.thumbnail_updown__multicolumn,
.thumbnail_updown__3column {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }

#pickups .thumbnail_updown__multicolumn {
  display:block;
  clear:both;
  overflow:hidden;
  width: 80%;
  padding-top: 120px;
  padding-bottom: 10px;
  margin-left: 22%;
  justify-content: center;
  align-items: flex-start;
}
#pickups .thumbnail_updown__multicolumn li{float:left;}


#shop_event .thumbnail_updown__multicolumn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap; }

.thumbnail_updown__multicolumn__item {
  padding: 0 15px; }
#pickups .thumbnail_updown__multicolumn__item{
  text-align:center;
  padding:0 0 30px 0;
  width:180px;
  text-align:center;
  vertical-align:top;
  margin-right:30px;
}
#pickups .thumbnail_updown__multicolumn__item:last-of-type{
  margin-right:0;
}
#pickups .thumbnail_updown__multicolumn__item a img{width:100%; margin-bottom:10px;}

/*
#fyt:before{
  content:" ";
  width:100%;
  height:300px;
  position:absolute;
  top:50px;
  margin: 0 auto;
  background:url("img/fyt_logo_white.png") no-repeat center;
  background-size:400px;
}
*/
/*#fyt .thumbnail_updown__multicolumn__item img{width:224px;}*/
#fyt .thumbnail_updown__multicolumn__item img{width:100%;}
#fyt .button{
  padding:0;
}

#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item{
  width:22.5%;
  float:left;
  margin:0 3% 0 0;
  padding:0;
}
#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item img{width:100%;}
#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(1),
#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(2){width:50%; max-width:480px;}
#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(2),
#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(6),
#fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(10){margin-right:0;}
#fyt .button_progress{width:480px; margin:30px auto 0 auto;}
#fyt {
  background-repeat: no-repeat;
  background-position: top left;
  /*background-size: 1200px, autopx;*/
  background-size:contain;
  width: 1200px;
  height: autopx;
  background-image: url("..//common/images/bgFYT.jpg");
  width: 100%;
  padding-bottom: 80px;
  position:relative;
  background-color: #f7f6f2; }

#fyt .thumbnail_updown__multicolumn {
  padding-top: 350px;
  max-width:992px;
  min-width:;
  margin:0 auto;
  display:block;
  clear:both;
  overflow:hidden;
  box-sizing:content-box;
}

#fyt .thumbnail_updown__multicolumn__item p {
  background: #ffffff;
  margin: 0 0 50px;
  padding: 0 5px;
  line-height:1.3;
  text-align: center;
  width:214px;
  height:40px;
  overflow:hidden;
  position:relative;
  display:table;
  /*
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;*/
}
#fyt .thumbnail_updown__multicolumn__item p span{
  display:table-cell;
  vertical-align:middle;
}
#fyt .thumbnail_updown__multicolumn__item:nth-child(1) p,
#fyt .thumbnail_updown__multicolumn__item:nth-child(2) p {width:100%; height:auto; padding:12px 0;}

.thumbnail_updown__3column__item {
  width: 33%;
  padding: 10px 0; }

.thumbnail_updown__3column__item .topicsThumbnail {
  float: left;
  width:90px;
  padding: 0 10px; }
.thumbnail_updown__3column__item .topicsThumbnail img{width:100%;}
.topicsText{
  float:left;
  width:190px;
}
#topics {
  padding:80px 0 30px 0;
  background-color: #fff;
  max-width:990px;
  margin:0 auto;
}
#topics .thumbnail_updown__3column{ clear:both; overflow:hidden;}
#topics .thumbnail_updown__multicolumn, .thumbnail_updown__3column{ display:block;}
#topics .thumbnail_updown__3column__item{
  padding:0 0px 30px 0;
  margin:0 3% 0 0 ;
  float:left;
  width:31%;
}
#topics .thumbnail_updown__3column__item:nth-child(3),
#topics .thumbnail_updown__3column__item:nth-child(6){
  padding:0 0 30px 0;
  margin:0 0 0 0 ;
}
#topics .thumbnail_updown__3column__item .topicsThumbnail{
  padding:0;
  margin-right:17px;
}

#information {
  border: 1px solid #333;
  border-right: none;
  border-left: none;
  position: relative;
  padding: 18px 0 20px 0;
  max-width:990px;
  margin:0 auto 80px auto;
  background-color: #fff;
  font-size:12px;
  text-align:center;}

h1.title-info{
  padding:0;
  display:inline;
}
.title-info {
  font-size: 100%;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif, 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',sans-serif;
}

.details-info {
  padding-left: 25px;
  display:inline;
}

#links {
  padding: 60px 0 60px;
}
#links a{
  border: 1px solid #eaeaea;
  display: block;
}
#links .thumbnail_updown__multicolumn{display:block; clear:both; overflow:hidden; text-align:center;}
#links .thumbnail_updown__multicolumn__item{width:146px; display:inline-block; text-align:center; padding:0 13px; margin:0;}
#links .thumbnail_updown__multicolumn__item img{width:100%;}

/* shop */
#shop_search {
  margin: 0 8%; }

#shop_near {
  margin: 0 8%; }

#shop_new {
  margin: 0 8%; }

.error_text {
  color: #cc0000; }

.tab_title {
  font-size: 100%;
  font-weight: normal; }

.tab {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }

.tab li {
  padding: 0 1em 0 1em;
  line-height: 1.5em;
  border-right: 1px solid #848381;
  margin: 1em 0;
  color: #999999; }

.search__input {
  border: 1px solid #848381;
  line-height: 1.3em;
  padding: 0.6em 5em 0.6em 1em;
  width: 40%; }

.tab .select {
  font-weight: bold;
  color: #333333; }

.section_title__lv1 {
  font-weight: normal;
  line-height: 3em;
  border-bottom: 1px solid #848381;
  font-size: 120%; }

.img_area_note {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end; }

.img_area_note__item {
  padding-right: 1em;
  line-height: 2em; }

.img_area_note__item a {
  text-decoration: underline; }

.info_text_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start; }

.info_list_date {
  width: 2em; }

#shop_new {
  margin-bottom: 60px; }
.tab {
  overflow: hidden; }

.hide {
  display: none; }

.search {
  position: relative; }

.search__item {
  position: relative;
  padding-bottom: 3em; }

.button_search {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 32px, 32px;
  width: 32px;
  height: 32px;
  background-image: url("../../shop/images/icn_search.png");
  padding: 0;
  position: absolute;
  top: 1px;
  left: 36%; }

.mordal_button {
  border: 1px solid #848381;
  background-color: #f7f6f2;
  padding: 0.5em 0.5em 0 1em;
  width: 15em;
  position: absolute;
  margin-bottom: 0;
  top: 0;
  left: 30em; }

/* ï¼ãï¼ã¢ã¤ã³ã³ */
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.accordion_icon {
  position: relative;
  width: 40px;
  height: 24px;
  float: right;
  margin-top: 4px; }

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #848381;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px; }

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

/* ï¼ãï¼åãæ¿ã */
.accordion_icon.active span:nth-of-type(1) {
  display: none; }

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

/* ãã ããæ¡ä»¶ */
.mordal_area {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px; }

.mordal_area td {
  vertical-align: top; }

.section_title__lv2 {
  font-weight: normal;
  border-bottom: 1px solid #848381;
  font-size: 120%; }

.list_type_check {
  line-height: 4.0em; }

.list_type_check img {
  padding: 0 1em; }

#shop_title {
  position: relative; }

.flex_listarea {
  display:block;
  z-index:555;
  position: absolute;
  top: 10%;
  right: 8px; }

.flex_listarea__item {
  display:inline-block;
  padding: 0 0px 0 0; }
.flex_listarea__item img {
  width:40px; }


.print_linkarea {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../../shop/images/icn_print.png");
  padding: 0 30px 0 25px;
  position: absolute;
  top: 30%;
  right: 8%; }

#shop_map {
  width: 47%;
  float: left;
  margin-left: 5%;
  margin-right: 2%;
  margin-bottom: 5%; }

#shop_event {
  padding-bottom: 60px;
  clear: both;
  margin: 0 5%; }

#shop_event .button {
  margin-left: 10%; }

.list_table__title,
.list_table__item {
  vertical-align: top;
  padding-bottom: 20px;
  line-height: 2.0em;
  text-align: left; }

.list_icon {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }

.list_icon__item {
  padding-right: 10px; }

#search_result {
  margin: 5% 10%;
  width: 80%; }

.page_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }

.page_list__item {
  text-align: center;
  width: 3em; }

.list_table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 15px; }

.list_table__item {
  padding: 0; }

.here {
  font-weight: bold; }







/* 2016.09.11 ç©´æ¾¤è¿½å  */
.sub_navigation{
  width: 250px;
  padding:20px 40px 0 0;
  position:absolute;

}
.navi__ttl{display:none;}
.list__navi{}
.list__navi li {
  line-height: 1.8;
}
.list__navi li a{
  display: block;
  padding:15px 0 15px 25px;
  border-bottom:1px solid #ccc;
  font-size:12px;
}
.list__navi li span{font-size:12px;}
.list__navi>.list__navi__item{
}
.list__navi__item{
}
.list__navi__item__title{padding:10px 0 10px 25px; border-bottom:1px solid #e8e8e8; background:#f7f6f2;}
/*
.sub_navigation .active>a{
  background:url("img/menuDownArrow.png") no-repeat right;
  background-size:15px;
}
*/
.sub_navigation .active>a:after{
  content:" ";
  width:15px;
  height:15px;
  background:url("img/menuDownArrow.png") no-repeat right;
  background-size:15px;
  position:absolute;
  right:5px;
  top:20px;
  z-index: 10;
}
.sub_navigation .active>a.open:after{
  transform: rotate(180deg);
}
.sub_navigation li a{padding-right:30px;}
.sub_navigation .active li a{
  padding-left:40px;
  position:relative;
}

.sub_navigation .hide{
  display:none;
}
.active .list__navi{}
.active .list__navi li:first-child{padding-top:10px;}
.active .list__navi li:last-child{padding-bottom:10px; border-bottom:1px solid #e8e8e8;}
.active .list__navi li a{border-bottom:none; padding:5px 0 5px 25px;}

/*.hide{display:block !important;}*/

article{
  margin-left:250px;
  clear:left;
}
article.only_pane{margin:0;}
.form_list_only_pane{margin:0 0 0 30px; max-width:100%;}
.item_top{background:#f7f6f2;}
footer{clear:both;}

#item__detail .js__pad_top{padding:0;}
.box_content__default.aside_column{padding:40px; background:#f7f6f2; font-size:12px;}
.aside_column .common_title{font-size:15px;}
.aside_column>.column__left_box, .aside_column>.column__right_box{width:47%;}
.aside_column .column__right_box .column__left_box, .aside_column .column__right_box .column__right_box{width:45%;}
.aside_column .column__left_box .sprit_list li span,
.aside_column .column__right_box .sprit_list li span{text-align:right;}
.box_content__default.aside_column{ min-width:auto;}
.only_pane .box_content__default.aside_column{padding-left:20px;}
.box_content__default{ clear:both; overflow:hidden; margin:0 auto 40px auto; max-width:1100px; min-width:800px; padding-left:30px;}
.fyt_contents{ padding-right:40px; text-align:center; font-size:12px;}
#item__detail .box_content__default{min-width:auto; padding-right:40px;}
#item__detail .aside_column{margin-right:40px; max-width:100%;}

.bg_beige .box_content__default,.bg_dark_beige .box_content__default{ clear:both; overflow:hidden; margin:0 auto; padding-top:60px;}
.bg_beige .box_content__long,
.bg_dark_beige .box_content__long,
.bg_beige~.box_content__long,
.bg_dark_beige~.box_content__long{padding:60px 0 60px 0; max-width:800px; margin:0 auto; clear:both; overflow:hidden;}
.bg_beige .box_content__short,
.bg_dark_beige .box_content__short,
.bg_beige~.box_content__short,
.bg_dark_beige~.box_content__short{padding:60px 0 60px 0; max-width:680px; margin:0 auto; clear:both; overflow:hidden;}
.box_content__long .box_content__long{margin-top:20px; padding-bottom:0;}
.box_content__image_fit.bg_beige~.box_content__long{padding-top:0;}
.block__common_area .box_content__long{padding:0;}
.block__common_area .item_list{margin-bottom:0;}

.box_content__long{padding:0 0 60px 0; max-width:800px; margin:0 auto; clear:both; overflow:hidden;}
.box_content__short{padding:0 0 60px 0; max-width:680px; margin:0 auto; clear:both; overflow:hidden;}
.box_content__vertical_inner{padding:20px 0; clear:both; overflow:hidden;}
.box_content__flex{padding:30px; clear:both; overflow:hidden; max-width:1100px; margin:0 auto;}
.box_content__full_image{
  position:relative;
  width:100%;
  max-width:100%;
  padding:0;
}
.box_content__flex .item_list__text{font-size:12px;}
.box_content__full_image h2{display:none;}
.fyt_top{background:#f7f6f2;}
.fyt_top .box_content__image_fit{margin:30px auto 45px auto; max-width:1100px;}

.fyt_top .interview_list_content{padding-bottom:15px; width:100%; max-width:100%; padding-right:0;}
.fyt_top .newshop_list_content{padding-bottom:25px;}
.fyt_top .box_content__flex{padding-bottom:45px;}
.fyt_top .item_list{margin-bottom:0;}
.fyt_top .item_list li{margin-bottom:0;}


.item_top .box_content__long{padding:60px 0; max-width:800px; margin:0 auto; clear:both; overflow:hidden;}
.item_top .box_content__short{padding:60px 0; max-width:680px; margin:0 auto; clear:both; overflow:hidden;}
.item_top .box_content__vertical_inner{padding:20px 0; clear:both; overflow:hidden;}
.item_top .box_content__flex{padding:30px; clear:both; overflow:hidden;}


.only_pane .box_content__default{ clear:both; overflow:hidden; margin:0 auto 40px auto; padding-left:0; padding-right:0;}

.box_content__image_fit{padding:0; width:92%; display:table; margin:30px auto;}
.full_width{margin:0 auto !important; max-width:1100px; width:100%; padding-right:0;}
.bg_white{background:#fff;}
.bg_beige{background:#fff;}
.bg_dark_beige{background:#e2e0d6;}
.box_content__image_fit .column__left_box{display:table-cell; float:none; vertical-align:middle;}
.box_content__image_fit .column__right_box{display:table-cell; float:none; vertical-align:middle;}
.box_content__image_fit .common__description{padding:30px;}
.box_content__image_fit .thumbnail__pic_image{width:100%;}

.box_content__fit .sp_hide{display:none;}
.box_content__fit{
  width:100%;
  margin:0;
  clear:both;
  overflow:hidden;
}
.fit__left_box{
  display:block;
  width:50%;
  float:left;
  vertical-align:middle;
  position:relative;
}
.fit__right_box{
  display:block;
  width:50%;
  float:right;
  vertical-align:middle;
  position:relative;
}
.fit__right_box .common__description,.fit__left_box .common__description{
  padding:0 60px;
}


.round_title{
  font-size:15px;
  position:absolute;
  top:30px;
  left:0;
  background:#fff;
  /*width:250px;*/
  padding:10px 20px;
  z-index:2;
  border-radius:0 30px 30px 0;
  -o-border-radius:0 30px 30px 0;
  -ms-border-radius:0 30px 30px 0;
  -moz-border-radius:0 30px 30px 0;
  -webkit-border-radius:0 30px 30px 0;
}
.border_btm{border-bottom:1px solid #000;}

/*
.box_content__full_image h2{
  position: absolute;
  color:#fff;
  z-index:1;
  text-align: center;
  padding-top:50px;
  width:100%;
}*/

.item_top .js__pad_top .image_script img{width:248px; padding-bottom:10px;}
.item_top .js__pad_top .common__description{padding:0 0 27px 0;}
.image_script{width:400px; text-align:center; margin:0 auto 7px auto;}
.image_script img{width:57%;}
.font__script_title{
  font-weight:normal;
  font-size:40px;
  /*font-family: 'Mr Dafoe', cursive, 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',sans-serif;*/
}
#anchor_wifi .thumbnail__pic_image{}
article>section#anchor_favorite{max-width:100%; width:100%; padding-bottom:30px;}
#anchor_favorite p:not(.common__description){font-size:12px; padding-bottom:0;}
#anchor_favorite h2{padding:60px 0 30px 0;}
#anchor_favorite .item_list{max-width:1100px; margin:0 auto;}
#anchor_favorite .common_title{margin-top:0; padding-top:0; margin-bottom:10px;}
h4.font__serif_title{
  font-size:20px;
}
.box_content__full_image .font__serif_title{
  font-size:40px;
}
.font__serif_title{
  font-weight:normal;
  font-size:26px;
  /*font-family: 'Libre Baskerville', serif, 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',sans-serif;*/
  color:#332406;
}
.block__type_description{
  display:block;
  font-size:12px;
  font-weight:normal;
  padding-top:0;
  margin-top:-15px;
  margin-bottom:40px;

}
/*
.common_title_image{
  width:100%;
  position:absolute;
  z-index:0;
}
*/
.common_title_image img{width:100%;}

.column__left_box{width:48.5%; float:left;}
.column__right_box{width:48.5%; float:right;}
.column__image_box{width:26%; float:left;}
.column__text_box{width:70%; float:left; margin:0 2%;}

.thumbnail__pic_image,
.thumbnail__pic_image img{width:100%;}
.common__description{clear:both; padding:0 0 25px 0; font-size: 14px;}
.item_list+.common__description{margin-top:-50px;}
.first__description{margin-top:20px;}
.common_title{}
.centering{text-align:center;}
.text__rights{text-align:right;}
.parent-button_width_arrange button{}
.parent-button_width_arrange a:nth-child(2) button{margin-left:5px;}
.box_content__short .button_progress{width:100%;}
.parent-button_width_arrange .button_progress{
  display:inline-block;
  width:48%;
  margin-bottom:10px;
}
.button_progress.centering{
  margin:0 auto;
}



.anchor_list{
  margin:30px 0;
  display:table;
  width:100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.anchor_list li{display:table-cell;}
.button_anchor {
  padding:7px 30px 7px 5px;
  border:1px solid #d1cdc8;
  background:#fff;
  position:relative;
  vertical-align:middle;
}
.button_anchor a{display:block; color:#999;}
.button_anchor a:after {
  content:"â¼";
  font-size:10px;
  position:absolute;
  top:0;
  right:0;
  background:none;
  color:#d1cdc8;
  padding:10px 8px;
}
article .button_anchor a:hover:after {
  text-decoration: none;
}
.seasonal .font__script_title{margin-top:40px;}
.seasonal .button_anchor a:after {
  top:0%;
}

.common_title{border-bottom:1px solid #000; padding:0 0 10px 0;}
.common_title__gray{border-bottom:1px solid #e0e0e0; padding:20px 0;}

.item_list{clear:both; overflow:hidden; margin-bottom:40px;}
.item_list img{width:100%;}
.item_list .icon__new{position:absolute; top:5px; right:5px;}
.item_list li{float:left; margin-right:20px; position:relative; margin-bottom:30px;}
.item_list li p{padding:5px 0 10px 0;}
.list_col_6{}
.list_col_6 li{width:130px;}
.list_col_5 li{width:160px;}
.list_col_4 li{width:210px;}
.list_col_3 li{width:285px;}
.list_col_2 li{width:440px;}
.box_content__long .list_col_5 li{width:155px;}
.box_content__long .item_list{margin-bottom:0;}
.box_content__long .item_list li{margin-bottom:0;}

h2{font-size:19px; font-weight:normal; line-height:1.5;}
h1{font-size:19px; margin:0; padding:10px 0; font-weight:normal;}


.icon__new{background:#2d5a3d; color:#fff; display:inline-block; padding:3px 5px; font-size:12px;}
.rank1,.rank2,.rank3{
  display:inline-block;
  position:absolute;
  width:60px;
  height:80px;
  top:20px;
  right:20px;
  text-align:center;
  vertical-align:middle;
  font-size:30px;
  padding-top:8px;
  color:#fff;
  font-family: 'Libre Baskerville', serif ,'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3',sans-serif;
}
.rank1{background:url("img/rank1.png") no-repeat; background-size:contain;}
.rank2{background:url("img/rank2.png") no-repeat; background-size:contain;}
.rank3{background:url("img/rank3.png") no-repeat; background-size:contain;}

.allergy__list{}
.allergy__list>li{
  width:23%;
  float:left;
  font-size:12px;
  margin-right:2%;
}
.allergy__disc_list{height:130px;}
.allergy__disc_list li{
  width:33%;
  min-width:60px;
  float:left;
}
.allergy__disc_list li:before{
  content:"ã»";
}
.allergy__list .button_progress{width:100%;}

.disc_list li{
  list-style-type:disc;
  margin-left:40px;
  padding-bottom:15px;
}


/**ãallergyã*************************************/
.allergy_table{font-size:12px; width:100%; border:1px solid #ccc; margin-bottom:20px;}
.allergy_table thead{background:#f7f6f2;}
.allergy_table tbody{}
.allergy_table th{font-weight:normal;}
.allergy_table td,.allergy_table th{ border:1px solid #ccc; text-align:center;}
.allergy_table td.allergy_table__item_name{width:300px; text-align:left;}
.allergy_table td.allergy_table__item_icon{width:30px;}
.allergy_item7{background:#f8e3dc;}
.allergy_item20{background:#f7f6f2;}
.allergy_comment{padding-top:10px; font-size:14px;}
.responsive_form{}
.responsive_form label{
  display:inline-block;
  width:180px;
  padding:10px;
}
.responsive_form label input{
  margin-right:10px;
}
.responsive_form label.allergy{width:75px; height:75px; text-align:center; padding:0;}
.icon__egg .icon__form{background:url("img/allergy_icon_egg.png") no-repeat;}
.icon__milk .icon__form{background:url("img/allergy_icon_milk.png") no-repeat;}
.icon__wheat .icon__form{background:url("img/allergy_icon_wheat.png") no-repeat;}
.icon__soba .icon__form{background:url("img/allergy_icon_soba.png") no-repeat;}
.icon__peanut .icon__form{background:url("img/allergy_icon_peanut.png") no-repeat;}
.icon__shrimp .icon__form{background:url("img/allergy_icon_shrimp.png") no-repeat;}
.icon__crab .icon__form{background:url("img/allergy_icon_crab.png") no-repeat;}
.allergy .icon__form{opacity:0.5; display:inline-block; width:75px; height:75px; position: relative; vertical-align: middle; margin-bottom:10px;}

.allergy input:checked + .icon__form{opacity:1;}


.common_title__description{font-size:14px; padding-left:30px;}
.common_title__button{float:right;}

.responsive_form label.allergy input,
.checkbox input{display:none;}
.checkbox input + .icon__form {
  position: relative;
  vertical-align: middle;
}
.checkbox input + .icon__form:before {
  display:inline-block;
  width:20px;
  height:20px;
  border:1px solid #000;
  content: " ";
  color: #ccc;
  font-size: 22px;
  margin-right:10px;
  background-color:#fff;
}
.checkbox input:checked + .icon__form:before {
  content: " ";
  background:url("img/check_on_icon.png") #fff no-repeat;
  background-size:contain;

}

section h2{margin:0 0 15px 0;}
.interview__detail_header~.box_content__long h2:first-line{line-height:1;}

.cafekai__description>div{padding-top:60px;}
.cafekai__description{margin-top: 1px; margin-bottom:40px;}
.cafekai__description img{width:100%;}
.cafekai__description p{padding:30px 0 0 0;}
.grand_text__left{
  float: left;
  text-align: left;
}
.grand_text__right{
  text-align: right;
}
.cafekai_shop__table{
  width:100%;
}
.cafekai_shop__table th{font-weight:normal; width:10%; text-align:left; vertical-align: top;}
.cafekai_shop__table td{padding-left:15px;}

.slider-wrapper{
  width:100%;
  overflow:hidden;
  height: 39.5vw;
  opacity: 0;
}
.slider-wrapper .unit{
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.slider-wrapper .unit.passive{
  float: none;
}
.slider {clear:both; overflow:hidden;}
.slider div{float:left; width:80%;}
.slider div img{width:100%;}
article .slider-wrapper{ width:100%; height:32vw;}
article .slider div{float:left;/* width:750px; height:375px;*/}
article .slider div img{width:100%;/*width:750px; height:375px;*/}
.form_list .slider-wrapper{ width:100%; /*height:375px;*/}
.form_list .slider div{float:left; width:750px; /*height:375px;*/}
.form_list .slider div img{width:750px; /*height:375px;*/}
/*.slick-active{width:1000px !important;}*/

.list__navi li.active a{padding-right:20px; position:relative;}

.common__dl_list{width:100%; display:table; border-bottom:1px solid #DFDEDA; margin:0; padding:0;}
.common__dl_list dt{display:table-cell; width:20%; padding:15px 0;}
.common__dl_list dd{display:table-cell; width:80%; padding:15px 0;}

.simple__dl_list{width:100%; margin:0; padding:0; font-size:12px; clear:both; overflow:hidden;}
.simple__dl_list dt{float:left; width:20%; padding:0 0 5px 0; margin:0;}
.simple__dl_list dd{
  float:left;
  width:80%;
  padding:0 0 5px 0;
  margin:0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border__top_btm{border-top:1px solid #333; border-bottom:1px solid #333;}

.newshop_list_content{clear:both; overflow:hidden; width:850px; margin:30px auto; padding:20px 0;}
.newshop_list_content .section h2{line-height:1;}

.grand_menu{padding-right:30px;}
.grand_menu_list{clear:both; overflow:hidden; margin-bottom:30px;}
.grand_menu_list li{
  float:left;
  width:23%;
  margin-right:2%;
  margin-bottom:15px;
}
.grand_menu_list li:nth-child(odd){margin-right:0;}
.grand_menu_list li:nth-child(1){width:50%; margin-right:2%;}
.grand_menu_list li img{width:100%;}

.icon__plus{
  position:absolute;
  bottom:10px;
  right:10px;
  padding:10px 16px 15px 16px;
  line-height:1;
  font-size:20px;
  background:#fff;
  border-radius:25px;
  -o-border-radius:25px;
  -ms-border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
}
.modal_trigger{position:relative; display:block;}
.sp_hide{display:block;}
.pc_hide{display:none;}
span.sp_hide{display:inline;}
/*** CS *******************************************************************************************/
.annotation_txt{
  font-size: 12px;
}
div.inner{
  padding: 10px;
  border: 1px solid #eee;
  height: 8em;
  overflow: auto;
}
#Wrap{
  margin:30px 0;
  width:100%;
}
#main{padding:0 30px 0 0;}
.formArea{
  padding: 1em 0;
}
.formBtn{
  padding: 2em 0;
}
td.formTdA2 [id^="coffee_school_entries_form_"],
#cancel_menber_change{
  border: 1px solid #848381;
  line-height: 1.3em;
  padding: 0.6em 5em 0.6em 1em;
}
.formTableA{
  width: 100%;
  margin-bottom:30px;
}
td.formTdA1{
  width: 30%;
}
td.formTdA2{
  width: 70%;
  padding-left:20px !important;
}
td.formTdA2,
td.formTdA1{padding:20px 0;}

.formTableLineA{
  border-bottom: .5px dashed #bfbfbf;
}
#inquiry_submit{
  margin-bottom: 2em;
}
.school-outline{
  width: 100%;
  line-height: 2em;
  margin-bottom:40px;
}
.school-outline th{
  text-align: left;
  width: 30%;
}
.formTableLine__solid{
  border-bottom: 1px solid #848381;
}
.school-agree{
  padding: 1em 1em;
  text-align: center;
}
.alert_txt{
  font-size:large;
  color: #cc0000;
}
.subject{
  font-size:large;
}
.cancel-select-inner{
  display: block;
}
.cancel-select-inner label{
  padding: 1em 0;
  display: block;
}
.f10{
  padding: 1em 0;
}
#main>table,
#main>form>table{width:100%;}
font strong{padding:0; margin:0; display:block;}
.formTdA2 label{padding-right:30px;}
#Wrap input[type="text"],
#Wrap input[type="password"],
#Wrap input[type="number"],
#Wrap select,
#Wrap textarea{
  background:#f7f6f2;
}
.formBtn a{
  display:block;
  margin:0 auto;
  width:200px;
  text-align:center;
  background: #301d0f;
  color: #fff;
  /* border: 1px solid #333333; */
  padding: 10px 0;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.formBtn{text-align:center;}
#school_back,
#school_submit{
  display:inline-block;
  width:auto;
  text-align:center;
  background: #301d0f;
  color: #fff;
  /* border: 1px solid #333333; */
  padding: 10px 0;
  width:40%;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.cancel-select-inner{
  padding:10px 0;
}
.cancel-select-inner>p{
  padding:10px 20px;
  background:#f7f6f2;
  margin:0;
}
.formBtn .button_progress{
  width:40% !important;
  display:inline-block;
}
#coffee_school_entries_form_email_confirm{margin-top:10px;}

/*TOP*/
.content{
  clear:both;
  overflow:hidden;
}
.col_liquid_2 li,.col_liquid_2_1 li{
  display: inline-block;
  width: 48.5%;
  margin-right:3% !important;
}
.col_liquid_3 li,.col_liquid_3_1 li{
  display: inline-block;
  width: 31.3%;
  margin-right:3% !important;
}
.col_liquid_4 li,.col_liquid_4_1 li{
  display: inline-block;
  width: 22.7%;
  margin-right:3% !important;
}
.col_liquid_5 li,.col_liquid_5_1 li{
  display: inline-block;
  width: 18.4%;
  margin-right:2% !important;
}
.col_liquid_6 li,.col_liquid_6_1 li{
  display: inline-block;
  width: 14.6%;
  margin-right:2% !important;
}

.image_title_content .col_liquid_5 li{
  display: inline-block;
  width: 18.3%;
  margin-right:1.8% !important;
}



.col_liquid_2 li:nth-child(2),.col_liquid_2_1 li:nth-child(2),
.col_liquid_3 li:nth-child(3),.col_liquid_3_1 li:nth-child(3),
.col_liquid_4 li:nth-child(4),.col_liquid_4_1 li:nth-child(4),
.col_liquid_5 li:nth-child(5),.col_liquid_5_1 li:nth-child(5),
.col_liquid_6 li:nth-child(6),.col_liquid_6_1 li:nth-child(6){
  margin-right:0 !important;
}
.col_liquid_2 li:nth-child(even),.col_liquid_2_1 li:nth-child(even){
  margin-right:0 !important;
}

.item_list li .item_list li{margin-bottom:0;}
.item_list .item_list{margin-bottom:0;}


.main_course_list li,
.optional_course_list li{padding-bottom:20px;}
.main_course_list li p.item_list__title,
.optional_course_list li p.item_list__title{padding:20px 10px 0 10px; height:auto;}
.main_course_list li p.item_list__text,
.optional_course_list li p.item_list__text{padding:10px 10px 15px 10px; height:auto;}
.main_course_list a.button,
.optional_course_list a.button{width:90%; margin:0 auto 10px auto;}
.optional_course_list li{
  display: inline-block;
  background:#fff;
  width:49%;
  padding-right:0;
  margin-right:2%;
}
.optional_course_list li:nth-child(even){
  margin-right:0;
}
.main_course_list li{
  display: inline-block;
  width: 32%;
  background:#fff;
  padding-right:0;
  margin-right:2%;
}
.main_course_list li:nth-last-child(1){
  margin-right:0;
}

ul[class$="_course_list"] a{
  margin: 1em 0;
}
.school_gift li{
  display: inline-block;
  width: 48%;
}
.school_gift li:nth-child(even){
  margin-right:0;
  float:right;
}
.border{
  padding-top: 1em;
  border-bottom: 1px dashed #000;
}
.apply_list__title{
  border-bottom: 1px solid #ccc;
}
.apply_list{
  padding: 20px;
  margin-bottom:30px;
  background-color: #F7F6F2;
}
.bg_beige .apply_list{
  background-color: #e2e0d6;
}
.apply_list li{
  display: inline-block;
}
.apply_list__text{
  vertical-align: top;
  width: 30%;
}
.apply_list__text h4{
  padding: 0 0 20px 0;
  margin-top:0;
  border-bottom: 1px solid #ccc;
}
.apply_list__img{
  vertical-align: middle;
  width: 2.5%;
  margin:0.5%;
}
.apply_list__img img{
  width: 100%;
}
.apply_mail__text{
  margin-left: 1em;
  text-indent: -1em;
}
.apply_list .big_image{width:200px;}
.modal_link{
  border: 1px solid #838280;
  font-size: 10px;
  padding: .5em;
  margin-left: .5em;
}

.image_apply .apply_list__img{padding-top:80px;}
.image_apply .apply_list__text img{width:100%;}
.contact_list div{
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 2em;
}
.item_table__qanda__border{
  border-bottom: 1px solid #ccc;
}
.school_today li,.school_cancel li{
  list-style-type: disc;
  margin-left: 1em;
}
/* ã¢ã¼ãã«ç¨ */
#js-modalBox{
  background:#fff;
  padding:30px;
  display:none;
}
#js-modalBox a{
  display:block;
  text-align:center;
  border:1px solid #ddd;
  padding:10px 40px;
  width:200px;
  margin:30px auto 0 auto;
}
.modal_wrapper #js-modalBox{display:block;}
.modalBox{
  display: none;
}
.modalBox .modal-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.modalBox-outer{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modalBox-outer .small{
  position: absolute;
  width: 30%;
  top: 35%;
  left: 35%;
  min-width: 360px;
  margin: 0 auto;
  background: #fff;
  max-height: 40%;
  min-height: 150px;
}
.modalBox-text-01{
  margin:25px;
  text-align: center;
}

/*ã³ã¼ã¹è©³ç´°*/
.school_outline{clear:both; overflow:hidden;}
.school_outline div{
  display: inline-block;
  vertical-align: top;
  padding:0 0 30px 0;
}
.school_outline__text{
  width: 60%;
}
.school_outline__detail{
  width: 38%;
  float:right;
}
.school_outline__detail__table{
  margin-bottom: 1em;
  width: 100%;
  border: 1px solid #DFDEDA;
  width:100%;
}
.school_outline__detail__table th,.school_outline__detail__table td{
  border: 1px solid #DFDEDA;
  background:#fff;
  text-align: center;
}
.school_outline__detail__table th{
  padding: .5em 1em;
  background-color: #F7F6F2;
}
.course_point td{
  vertical-align:middle;
}
.course_point__border{
  border-bottom: 1px solid #ccc;
}
.course_point__content{
  padding: 1em 0;
}
.course_point__content div{
}
.course_point__text{
  width: 60%;
  float:left;
}
.course_point__img{
  width: 35%;
  float:right;
}
.course_point__img img{width:100%;}
.apply_area{
  background-color: #F7F6F2;
  padding: 1em;
  margin: 2em;
  text-align: center;
}
.apply_area__title{
  padding-bottom: 1em;
  border-bottom: 1px solid #DFDEDA;
}
.link_maincourse,.link_optionalcourse{

}
.link_maincourse li,.link_optionalcourse li{
  float: left;
  width:23%;
  min-height:220px;
  margin: 0 2.5% 20px 0;
}
.js__pad_bottom .link_optionalcourse li:nth-child(even){
  margin: 0 0 20px 0;
}
.js__pad_bottom .link_optionalcourse li:nth-last-child(1){
  margin: 0 0 20px 0;
}

.link_maincourse li img,.link_optionalcourse li img{
  width:100%;
}

/*ç³ãè¾¼ã¿ä¸è¦§*/
.prefecture_list p,.prefecture_list form{
  display: inline-block;
}
.prefecture_list select{
  background-color: #F7F6F2;
  border: 1px solid #DADBD7;
  padding: .5em;
}
.month_list li{
  display: inline-block;
  margin: 1em;
}
.course_table h2{
  background-color: #F7F6F2;
  text-align: center;
  padding: 1em 0;
}
.block_table{
  width: 100%;
}
.block_table tr{
  border-bottom: 1px solid #E6E6E6;
}
.block_table th{
  text-align: left;
}
.block_table td{
  padding: .5em 0;
}
.pc_hide{
  display: none;
}

.course_table .block_table th:nth-child(1){width:300px;}
.course_table .block_table th:nth-child(2){width:240px;}
.course_table .block_table th:nth-child(3){width:120px;}
.course_table .block_table th:nth-child(4){width:190px;}
.course_table .block_table th:nth-child(5){width:170px;}



.brand_item__top{
  margin: 2em auto;
}
.brand_item_guatemala ,.brand_item_costarica{
  background-color: #f7f6f2;
}
section[class^="brand_item_"] span{
  font-size: 16px;
}
section[class^="brand_item_"] p{
  clear: both;
}
/*# sourceMappingURL=style.css.map */




.main_banner img{width:100%;}
.item_list .button{width:100%;}
.item_table__qanda{width:100%; margin-bottom:30px;}
.item_table__qanda th{width:40px; padding:20px 0 10px 0;vertical-align:top;}
.item_table__qanda td{padding:10px;}
.item_table__qanda th img{width:100%;}

.item_table__qanda tr:nth-child(even) th,
.item_table__qanda tr:nth-child(even) td{border-bottom:1px solid #bfbfbf; padding-bottom:40px;}
.item_table__qanda tr:nth-child(odd) th,
.item_table__qanda tr:nth-child(odd) td{padding-top:40px;}

.content{padding-left:30px;}
.apply_list__text img{width:64px; margin-right:10px;}

.detail__table{width:100%;}
.detail__table th, .detail__table td{padding:10px; border: 1px solid #DFDEDA;}
.detail__table th{background-color: #F7F6F2; font-weight:normal;}
.detail__table td{}

.list__table{width:100%; margin-bottom:30px;}
.list__table th, .list__table td{padding:15px 0; border-bottom: 1px solid #DFDEDA;}
.list__table th{font-weight:normal; width:20%; text-align:left;}
.list__table td{padding-left:15px;}

.image_title .centering__title{}
.centering__title{
  position:absolute;
  top:27%;
  left:0;
  z-index:3;
  color:#fff;
  text-shadow:0 0 5px rgba(0,0,0,0.8);
}
.centering__title h2{
  border-bottom:1px solid #fff;
  padding-bottom:8px;
  margin-bottom:8x;
}
.centering__title a{
  color:#fff;
  display:inline-block;
  /*
  padding-top:15px;
  min-width:300px;
  border-top:1px solid #fff;
  */
}
.centering__title h2{margin-bottom:8px; font-size: 19px;}
.centering__title p{}
/*
.gradient__layer{
  background: -moz-linear-gradient(top,  rgba(247,246,242,0) 30%, rgba(247,246,242,0.25) 45%, rgba(247,246,242,1) 90%);
  background: -webkit-linear-gradient(top,  rgba(247,246,242,0) 30%,rgba(247,246,242,0.25) 45%,rgba(247,246,242,1) 90%);
  background: linear-gradient(to bottom,  rgba(247,246,242,0) 30%,rgba(247,246,242,0.25) 45%,rgba(247,246,242,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f6f2', endColorstr='#f7f6f2',GradientType=0 );
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:2;
}
*/
/*
.gradient__layer.white{
  background: -moz-linear-gradient(top,  rgba(247,246,242,0) 30%, rgba(247,246,242,0.25) 45%, rgba(255,255,255,1) 90%);
  background: -webkit-linear-gradient(top,  rgba(247,246,242,0) 30%,rgba(247,246,242,0.25) 45%,rgba(255,255,255,1) 90%);
  background: linear-gradient(to bottom,  rgba(247,246,242,0) 30%,rgba(247,246,242,0.25) 45%,rgba(255,255,255,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f6f2', endColorstr='#ffffff',GradientType=0 );
}
*/
.community__list{padding:0; clear:both; overflow:hidden;}
.community__list li{
  width:49%;
  float:left;
  margin-right:2%;
  margin-bottom:20px;
  position:relative;
  overflow:hidden;
}
.community__list a{color:#fff;}
.community__list li:nth-child(even){
  margin-right:0;
}
.community__image{}
.community__image img{width:100%;}
.community__text{
  position:absolute;
  left:0;
  right:0;
  bottom:-85px;
  background:rgba(0,0,0,0.5);
  color:#fff;
}

.community__text h3{padding:10px 10px 0 10px; margin:0;}
.community__text p{
  padding:10px;
}
.community__text h3,
.community__text p,
.community__text p span,
.community__text p strong{
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.modal_wrapper{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background:rgba(0,0,0,0.7);
  z-index:9999;
}
.modal_obj{
  width:95%;
  margin:30px auto;
}
.modal_layer{
  position:fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:1;
}

.step__list{width:800px;}
.step__list li{padding:0 0 30px 0; position:relative;}
.step__list dl{display:table; width:100%;}
.step__list dt{display:table-cell; width:40%; padding:10px; margin:0; font-size:20px;}
.step__list dd{display:table-cell; width:58%; padding:10px; margin:0;}
.step__list h3{padding:0; margin:0;}
.step__list dl:after{
  position: absolute;
  bottom: 20px;
  right: 30%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #b6b5b5;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.step__list li:last-of-type dl:after{
  display:none;
}
.step__list .centering{margin-left:-90px; font-size:20px;}

.contact_content{
  padding:20px 30px 30px 30px;
  font-size:16px;
  text-align:center;
  border:1px solid #DFDEDA;
  margin-bottom:30px;
}

.item_detail.js__pad_bottom{padding-bottom:0;}

/** Company *******************************************************************************************/
.company_item_text{
  padding-top:30px;
  padding-bottom:30px;
}
.company_item_text__title{
  font-size: 28px;
}
.company_table{
  border-collapse:separate;
  border-spacing:5px;
}
.company_table tr{
  width: 100%;
}
.company_table td{
  background-color: #EBEAE6;
  padding: 30px;
  width: 32%;
}
.company_table td img{
  width:100%;
}
.company_table__title{
  text-align: center;
}
.button_progress{
  width: 100%;
}
.company_table__title{
  font-size: 16px;
}
.company_table__line{
  margin-top: 15px;
  /*padding-bottom: 15px;*/
  border-top: 1px solid #B0AFAC;
}
.company_table__text{
  height: 130px;
}

.company_item_press__title{
  border-bottom: 1px solid #6F6F6F;
  display: block;
  margin-top:-5px;
}
.company_item_press__link{
  float: right;
}
table.press_list{
  width: 98%;
  margin-left: 1%;
}
td.press__item__title{
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: underline;
  border:none;
  color: #1F62BB;
}
.press__item__date{border:none;}
td.press__item__title a{
  vertical-align: middle;
}
a.press__item__pdf img{
  padding-left: 1em;
}
td.press__item__line{
  border-bottom: 1px solid #CFCFCF;
}

.press__content .sns__list{
  margin-top: 20px;
}
.press__content li.sns__list__item,
.press__content li.sns__list__item img{width:29px;margin-left: 10px;}
.press__content{margin:30 auto !important;}
.prs__text img{margin-bottom:20px;}
.prs__title{font-size:22px;}
.prs__text{line-height:1.6;}
.contact_title{font-size:18px;}
.prs__foot{border-top:1px solid #ddd; margin-top:40px;}


.interview_list_content{margin:30px 0 70px; padding-top:40px; width:100%; clear:both; position:relative;}
.interview_list_title{z-index:888; position:absolute; top:10px; width:338px;}
.interview_list_title img{width:100%; max-width:500px;}
.interview_list{clear:both; overflow:hidden; /*width:400%;*/}
.interview_list li{width:200px; float:left;}
.interview_list_image{background:#e2e0d6;}
.interview_list_image img{width:100%;}
.interview_name{text-align:center;}
.interview_list .interview_name{margin-top:10px;}

/***ã«ã«ã¼ã»ã«***************************************/
.slick-prev,.slick-next{
  text-indent:200%;
  white-space:nowrap;
  overflow:hidden;
  position:absolute;
  z-index:777;
  display:inline-block;
  top:25%;
  width:100px;
  height:100px;
}
.slick-prev{left:0;}
.slick-next{right:0;}
.slick-prev::before,.slick-next::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}
.slick-prev{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left:10px;
}
.slick-prev:focus,
.slick-next:focus{outline:0; border:none;}




.image_title_content{
  margin:-170px auto 0 auto;
  padding-left:40px;
  z-index:60;
  max-width:1070px;
}
.image_title_content .item_list a{width:100%;}
.image_title_content .item_list__title{height:60px; margin-bottom:20px;}
.image_title_content .item_list .item_list__title{height:auto; margin-bottom:0;}
.image_title_content .item_list .fake_table .item_list__title{display: table-cell; height:45px; width:100%; vertical-align:middle; padding-bottom:10px; font-size:12px; line-height:1.1;}
.fake_table{display:table; width:100%;}

.image_title_content .col_liquid_3 {max-width:820px; min-width:600px; margin:0 auto 40px auto;}
.image_title_content .col_liquid_2 {max-width:680px; min-width:600px; margin:0 auto 40px auto;}

.interview__detail_header{
  position:relative;
  /*height:500px;*/
  max-height:600px;
  overflow:hidden;
  /*margin-bottom:45px;*/
  padding-right:0;
  max-width:100%;
}
.interview__detail_title{
  width:355px;
  padding:40px;
  background:#fff;
  position:absolute;
  /*top:20%;*/
  top:80px;
  left:60px;
  z-index:2;
}
.interview__detail_title h2{font-weight:bold; font-style: oblique; font-size:19px; margin-bottom:35px; line-height:2;}
.interview__detail_image_title{
  text-align:center;
  margin-bottom:25px;
}
.interview__detail_image_title img{width:50%;}
.interview__detail_header .interview__name{text-align:center; font-size:19px;}
.interview__detail_header .interview__division{text-align:center;}
.interview__division{ font-size:12px;}
.interview__detail_header .image_title__image{min-width:1000px;}

.interview__thumbnail_title{font-size:15px; padding:10px 0; margin:0; line-height:1.5;}
.interview__division{padding:0 !important; margin:0;}
.interview__name{padding:0 !important; margin:0;}
.interview__profile{display:table; position:relative; margin:30px auto; max-width:800px;}
.interview__profile .column__left_box,.interview__profile .column__right_box{display:table-cell; vertical-align:middle;}
.interview__profile .column__left_box{width:20%;}
.interview__profile .column__right_box{width:80%; padding:20px;}
.interview__profile h2{margin:0; padding:10px 0;}
.interview__profile h2 strong{}
.interview__profile h2 span{ font-size:13px;}
.profile_title img{width:100%;}
.profile_title{
  position:absolute;
  top:-30px;
  right:0;
  width:150px;
}
.form_list{min-height:400px;}

/** Products **********************************************************/
#item__detail~footer{}
.item_detail .js__pad_top{max-width:100%;}
.item_detail{padding-top:60px;}
.item_detail .icon__hot,.item_detail .icon__cold{
  display:inline-block;
  padding:5px 15px 4px;
  margin:0 6px 10px 0;
  color:#fff;
  font-size:12px;
  font-family: sans-serif;
  line-height: 1;
}
.icon__hot{background:#d35653;}
.icon__cold{background:#59a0be; border:none;}
.sprit_list li{padding:3px 0; clear:both; overflow:hidden;}
.sprit_list li strong{width:48%; float:left; font-weight:normal;}
.sprit_list li span{width:50%; float:left; text-align:left;}

.icon_list_horizontal{
  margin-top:10px;
  clear:both;
  overflow:hidden;
  padding-bottom: 10px;
}
.icon_list_horizontal li{
  display:inline-block;
  text-align:center;
  width:12.5%;
  vertical-align:top;
  font-size:12px;
  letter-spacing:-1px;
}
.icon_list_horizontal li{margin-right:2px;}
.icon_list_horizontal li:last-of-type{margin-right:0;}
.icon_list_horizontal li img{width:36px; text-align:left;}
/*.contami_text{padding:10px 0 0 0;}*/
.contami_text a{text-decoration:underline;}

.pairing_contents .image_script{width:100%; text-align:center; margin-bottom:20px;}
.pairing_contents .image_script img{width:80%;}
.pairing_contents .font__script_title{font-size:1px;}
.pairing_contents{
  position:absolute;
  top:0;
  right:0;
  bottom:-40px;
  width:175px;
  padding:40px 25px 25px 25px;
  background:#e2e0d6;
  text-align:center;
  font-size:12px;
}
.pairing_contents .list_col_6 li{width:125px;}
.pairing_contents .item_list li{margin-bottom:16px;}
article#item__detail{
  position:relative;
  padding-right:170px;
}
.page_title .up_title ~ .flex_listarea{margin-top:30px;}
.page_title .flex_listarea{margin-top:20px;}
.page_title .flex_listarea__item{
  width:29px;
  margin-right:12px;
}
.page_title .flex_listarea__item img{
  width:100%;
}
.icon__detail_set{font-size:12px; color:#ff6e64; margin-left:20px;}
.icon__detail_new{font-size:12px; color:#e36b16; margin-left:20px;}
.icon__detail_kids{font-size:12px; color:#6cb416; margin-left:20px;}
.icon__detail_set:before{
  content:" ";
  background:url("img/icon_set_check.png") no-repeat;
  background-size:cover;
  width:15px;
  height:15px;
  margin-bottom:-3px;
  margin-right:5px;
  display:inline-block;
}
.icon__detail_new:before{
  content:" ";
  background:url("img/icon_new_check.png") no-repeat;
  background-size:cover;
  width:15px;
  height:15px;
  margin-bottom:-3px;
  margin-right:5px;
  display:inline-block;
}
.icon__detail_kids:before{
  content:" ";
  background:url("img/icon_kids_check.png") no-repeat;
  background-size:cover;
  width:15px;
  height:15px;
  margin-bottom:-3px;
  margin-right:5px;
  display:inline-block;
}
select.local_navi_clone{background-color:#fff; border-right:none; border-left:none;}
.beige_title{background:#f7f6f2; padding:10px;}
.card_positive_wrapper{clear:both; overflow:hidden; margin-top:30px;}
.card_positive_item{
  width:50%;
  min-height:320px;
  float:left;
  padding:5%;
  border-top:1px solid #c6c3ba;
  border-bottom:1px solid #c6c3ba;
}
.card_positive_item:nth-child(odd){border-right:1px solid #c6c3ba;}
.card_positive_item:nth-child(1),.card_positive_item:nth-child(2){border-bottom:none;}
.card_positive_item:nth-child(5){
  border-right:none;
  border-top:none;
  width:100%;
  text-align:center;
}
.icon__apos{margin-bottom:30px; text-align:center;}
.icon__apos img{width:60px;}
.clubtullys_login{max-width:800px; margin:0 auto; clear:both; overflow:hidden; padding:10px !important;}
.clubtullys_logo{float:left;padding-top:10px;}
.clubtullys_logo img{width:150px;}
hr{border:none; border-top:1px solid #333;}

.price_list{
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  padding:20px 0;
  margin:0 20px 20px 0;
}
.price_list span{text-align:right;}

/** 1ãã¤ã³ **********************************************/
.only_pane>section:not(.page_title, .image_title){padding:30px;}
.only_pane>section.image_title{padding:0;}
.only_pane .image_title img{margin-top:0;}
.only_pane section.cp__detail{padding-top:0;}
.only_pane section.block__common_area{/*margin:0 0 0 0;*/}
.community__description{border-top:1px solid #333; padding-top:40px;}
.community__description>p{margin-bottom:30px;}
.block__common_area{margin:30px auto 30px auto; clear:both; overflow:hidden; position:relative; max-width:1100px;}
.company_item_text,.company_item_content{
  margin:0 30px 0 0;
  clear:both; overflow:hidden;
  position:relative;
}

article#menu h2.common_title{border:none;}
article#menu .item_list{ margin-bottom:0 !important;}

article>section{padding-right:30px; max-width:1100px; margin:0 auto;}
article>section.page_title, article>section.image_title{padding-right:0;}
article.seasonal{ clear:both; overflow:hidden;}
article.seasonal .box_content__default{padding:0 0 0 30px;}
article.seasonal .anchor_list{padding-left:30px;}
article.seasonal .page_title{
  margin-bottom: 60px;
}
.item_list li{margin-bottom:30px;}
article.seasonal .item_list li p{
  background:#fff;
  text-align:center;
  padding:15px 10px;
  width:100%;
  display:table-cell;
  vertical-align:middle;
}
article.seasonal .item_list{margin-bottom:30px !important; }
article.seasonal h2.common_title{border:none;}

.concept_list{ border-bottom:1px solid #bfbfbf;}
.concept_list li{padding:10px 0; clear:both; overflow:hidden; border-top:1px solid #bfbfbf;}
.concept_list li p, .concept_list li a{
  display:inline-block;
  padding-right:20px;
}
.concept_list li a{
  display:inline-block;
  padding-right:20px;
  float:right;
}
.small_font{font-size:14px;}
.height_fix li{margin-bottom:30px;/*min-height:500px;*/}
.height_fix{margin-bottom:0 !important;}
.half_size{width:30%;}
.long_size{width:68%;}

.big_font__wrapper{font-size:120%;}

.logo_fyt{
  width:260px;
  height:70px;
  background:url("img/fyt_logo_black.png") no-repeat;
  background-size:contain;
  margin:0 auto;
}
.fyt_contents .list_col_4 li{
  width:22%;
}
.fyt_contents .list_col_4 li:last-of-type{
  margin-right:0;
}

article.press{}
.press__year_title{
  padding: 20px 20px 0 20px;
  font-weight: bold;
  font-size: 16px;
}
.press__item__title img{width:35px;}

.col_liquid_4_1 li{position:relative;}
.step_flow{
  width:25px;
  position:absolute;
  top:30%;
  right:-25px;
  z-index:888;
}
.step_flow img{width:100%;}

.pairing_food{padding-top:20px; clear:both;}
.pairing_food .item_list,
.pairing_food .item_list li{margin-bottom:0;}
.pairing_food .common__description{text-align:center;}
.pairing_food .common__description strong{font-size:12px;}
.js__pad_bottom .column__right_box h3{padding-top:0; margin-top:0;}

.only_pane section.box_content__full_image{
  padding:0;
}
.only_pane .js__pad_bottom .text__rights{text-align:center; padding-top:30px;}
.only_pane .js__pad_bottom .text__rights a{
  text-align:center;
  width:30px;
  padding:0 5px;
}
.only_pane .js__pad_bottom .text__rights a img{
  width:30px;
}

.aside_column .arrow_link{float:right; margin-top:2px; font-size:12px;}
.arrow_link{font-size:14px; text-align:right;}
.arrow_link:after{
  content:"ã";
  background:url("img/alpha_arrow.png") no-repeat right;
  background-size:8px;
  padding-left:6px;
}

#anchor_autocharge > div{text-align:right; padding-top:30px;}



/** beans **************************/
.taste_column dt{float:left; width:90px; margin:0; padding:0;}
.taste_column dd{float:left; margin:0; padding:0;}
.taste_column dl{clear:both; overflow:hidden; margin:0; padding:0;}
.taste_column .level_1,
.taste_column .level_2,
.taste_column .level_3,
.taste_column .level_4,
.taste_column .level_5,
.taste_column .level_6,
.taste_column .level_7,
.taste_column .level_8,
.taste_column .level_9,
.taste_column .level_10{width:110px; height:18px; background-size:contain;}
.level_1{background:url("img/beans_rate1.png") no-repeat;}
.level_2{background:url("img/beans_rate2.png") no-repeat;}
.level_3{background:url("img/beans_rate3.png") no-repeat;}
.level_4{background:url("img/beans_rate4.png") no-repeat;}
.level_5{background:url("img/beans_rate5.png") no-repeat;}
.level_6{background:url("img/beans_rate6.png") no-repeat;}
.level_7{background:url("img/beans_rate7.png") no-repeat;}
.level_8{background:url("img/beans_rate8.png") no-repeat;}
.level_9{background:url("img/beans_rate9.png") no-repeat;}
.level_10{background:url("img/beans_rate10.png") no-repeat;}
.link_text_map{
  margin-left: 2em;
  background-color: #E66A12;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  padding: .2em 1em;
}

.item_top .box_content__long .column__left_box{width:400px;}
.item_top .box_content__long .column__right_box{width:350px;}

.item_top .box_content__long .box_content__vertical_inner .column__left_box,
.item_top .box_content__long .box_content__vertical_inner .column__right_box{width:48.5%;}
.item_top .box_content__short .column__left_box{width:290px;}
.item_top .box_content__short .column__right_box{width:350px;}
.item_top .common_title{line-height:1; margin-top:20px;}
.item_top .column__left_box .font__script_title{font-size:20px;}
.item_top .box_content__long>h2{padding:0; margin-top:0;}
.item_top .js__pad_top .image_script{padding-top:20px;}

.newshop_list_content .image_script img{width:40%; padding-top:25px;}
.newshop_list_content .block__type_description{margin-top:-10px;}
.box_content__flex{padding-top:10px;}
.box_content__flex.interview_link{padding:40px 40px 0 40px; max-width:100%;}
.interview_link .item_list{max-width:1100px; margin:0 auto;}

article>section.box_content__quality_image{padding-right:0; max-width:100%; margin:0; padding-bottom:0px !important;}
.fit_list{clear:both; overflow:hidden;}
.fit_list li{
  float:left;
  width:33.3%;
  position:relative;
}
.fit_list li:nth-child(1){
  float:left;
  width:100%;
  position:relative;
}
.fit_inner{padding:50px;}

.company_item_text,
.company_item_content,
.company_item_press{
  max-width:1100px;
  margin:30px auto;
}

.list_qa{max-width:1100px; margin:40px auto 0 auto;}


/** ã­ã£ã³ãã¼ã³ ******************************************************/
.cp__head{
  /*border-top: 1px solid #848381;*/
  margin-top: 10px;
}
div.cp__head__txt p{
  padding: 1.5em 2em 0 1.5em;
}
div.detail__item img{width:100%;}
div.detail__item{
  display: inline-block;
  /*padding: 2em;*/
  width: 31.5%;
  margin-right:1.5%;
  vertical-align: top;
  text-align: center;
}
div.detail__item:last-of-type{margin-right:0;}
div.detail__item p{
  padding: 1em 0 2em 0;
  text-align: left;
}
.detail__card{
  margin:20px 0;
}
.detail__card img{
  padding-bottom: 1em;
}
.detail__card a{
  margin: 0 auto;
  text-align: center;
}
.detail__card p{
  text-align: left;
  padding: 2em 2em;
  line-height: 1.5em;
}

.cp__head ul.sns__list{
  position: absolute;
  right: 1em;
  text-align: right;
  padding: 1em 0;
}
.cp__head li.sns__list__item{
  display: inline-block;
  padding: 0 .5em;
}

/** ã³ãã¥ããã£ ******************************************************/
.common__description strong{
  font-size: 16px;
  padding: .5em 0;
}
.link_text_shop a{
  color: #1882E1;
  text-decoration: underline;
}


/** æ¡ç¨ ******************************************************/
.page__ttl{
  font-size:20px;
  padding:0 0 1em 0;
  border-bottom: 1px solid #848381;
}
input,select,textarea[id^="recruit_entries_form_"]{
  border: 1px solid #848381;
  line-height: 1.3em;
  padding: 0.4em 2em 0.4em 0.5em;
}

.head_txt{
  font-weight: bold;
  font-size: 20px;
}
th.formThA1{
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #848381;
}
.category__ttl{
  padding-top: 1em;
}
.link_text{
  text-decoration: underline;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea{
  background:#f7f6f2;
}
#inquiry_back,
#inquiry_submit{
  display:inline-block;
  width:auto;
  text-align:center;
  background: #301d0f;
  color: #fff;
  /* border: 1px solid #333333; */
  padding: 10px 0;
  width:40%;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
#inquiries_form_ table{margin-top:10px;}
select{margin-right:10px;}
#inquiries_form_email_confirm{margin-top:10px;}
.formTdA2 .button_progress{
  width:120px !important;
  display:inline-block;
}
.formBtn .button_progress{
  width:40% !important;
  display:inline-block;
}
.formBtn{text-align:center;}
.formBtn #recruit_back,
.formBtn #recruit_submit{
  display:inline-block;
  width:auto;
  text-align:center;
  background: #301d0f;
  color: #fff;
  /* border: 1px solid #333333; */
  padding: 10px 0;
  width:40% !important;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
#recruit_entries_form_birth_year{margin-right:10px;}
#inquiries_form_zipcode~.button_progress,
#recruit_entries_form_zipcode1~.button_progress,
#recruit_entries_form_zipcode~.button_progress{
  padding:6px 0;
}


td .table_label{padding-right:10px;}
td .table_label:last-of-type{padding-left:20px;}



/** ååã *******************************************************************************************/
.page_text{
  margin: 30px 0;
}
.formComent{padding:0 0 20px 0;}
.subject{
  margin: 0;
  padding:0;
  font-size:20px;
  border-bottom: 1px solid #848381;
}
.contactMidashi{
  margin: 1em 0;
  padding:0 0 1em 0;
  font-size:20px;
  border-bottom: 1px solid #848381;
}
.formArea{
  padding: 1em 0;
}
.formBtn{
  padding: 2em 0;
}

.form_list_only_pane ul#tab,
.form_list ul#tab{
  display:block;
  border-bottom: 1px solid #848381;
  clear:both;
  overflow:hidden;
  margin-bottom:20px;
}
.form_list_only_pane ul#tab li,
.form_list ul#tab li{
  display:block;
  float:left;
}
.form_list_only_pane ul#tab li.tab__item a,
.form_list ul#tab li.tab__item a{
  color: #000;
}
.form_list_only_pane ul#tab li.tab__item,
.form_list ul#tab li.tab__item{
  padding: 10px 20px;
  line-height: 1.5em;
  border-right: 1px solid #848381;
  border-top: 1px solid #848381;
  border-left: 1px solid #848381;
  margin:0;
  color: #000;
  background:#f7f6f2;
}
.form_list_only_pane ul#tab li.tab__item:last-of-type,
.form_list ul#tab li.tab__item:last-of-type{
  border-right: 1px solid #848381;
  border-left: none;
}
.form_list_only_pane ul#tab li.tab__item:first-of-type,
.form_list ul#tab li.tab__item:first-of-type{
  padding: 10px 20px;
  border-right: none;
}

.form_list_only_pane ul#tab li.selected a,
.form_list ul#tab li.selected a{
  font-weight: bold;
  color: #fff;
}
.form_list_only_pane ul#tab li.selected,
.form_list ul#tab li.selected{
  font-weight: bold;
  color: #fff;
  background:#301d0f;
}
.form_list_only_pane ul#tab,
.form_list ul#tab{
  overflow: hidden;
}

td.formTdA2 [id^="inquiries_form_"]{
  border: 1px solid #848381;
  line-height: 1.3em;
  padding: 0.4em 2em 0.4em 0.5em;
}
td.formTdA2,
td.formTdA1{padding:20px 0;}

.formTableLineA{
  border-bottom: 1px solid #bfbfbf;
  padding:0;
}

.margin_20_0{
  width:20%;
  margin:30px auto;
}
.margin_top_10{
  margin-top: 1.5em;
}
#inquiry_submit{
  margin-bottom: 2em;
}

.main dd, .main dl{
  margin: 0;
}
.item_top .box_content__long .box_content__vertical_inner~a .button_progress{width:350px;}

.js__pad_top{padding-top:60px;}
.js__pad_bottom{padding-bottom:60px;}



/** ã¤ã³ãã©ã¡ã¼ã·ã§ã³ ********************************************************************/
/*è©³ç´°ç»é¢*/


.infomation__content{
  margin: 2% 2%;
}
div[class^="pattern__"]{
  clear: both;
  padding: 1em 0;
}
div[class^="pattern__"] p{
  clear: both;
  padding-top: 1em;
}
div.txt__area{
  padding-left: 1.5em;
}
ul.puroduct li{
  display: inline-block;
}
/*ãã¿ã¼ã³2,4ã®å ´å*/
div.pattern__2,.pattern__4{
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
/*ãã¿ã¼ã³3ã®å ´å*/
div.pattern__3{
  width: 45%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}


.hamburger{
  width:25px;
  height:23px;
  background:url("img/hamburger.png") no-repeat;
  background-size:cover;
}

.fyt_top .item_list__title {font-size:17px; line-height:1.5;}
.fyt_top .col_liquid_4 .item_list__title {font-size:14px;}
.fyt_top>.font__script_title>.image_script img{width:240px;}
.fyt_top>.font__script_title{padding:27px 0 0 0; }
.fyt_top .box_content__flex .item_list__title{margin:20px 0 10px 0;}
.fyt_top .box_content__flex .col_liquid_4 .item_list__title{margin:10px 0 10px 0;}

.box_content__long.dis_margin,
.box_content__short.dis_margin{margin-top:-30px;}

.interview__thumbnail_title~.interview__name{font-size:14px;}
#content_brazil,
#content_costarica{padding-top:60px;}


#house .box_content__default{margin-bottom:20px;}
#coffee_chart > .column__right_box{margin-top:31px;}
/* #coffee_chart > .column__left_box .thumbnail__pic_image img{margin-left:-13px;} */
.inner_content__banner{clear:both; padding:20px 0;}
.inner_content__banner img{width:100%;}

input[name*="_name"]{width:30%;}

.multilingual~.only_pane .centering a.button_inline{padding-right:60px;padding-left:60px;}
.youtube_frame{width:100%; height:450px;}

#content_goods{padding-top:20px;}

@media screen and (max-width: 1200px) {
  .fit_list li{
    float:left;
    width:50%;
    position:relative;
  }
  .fit_list li:nth-child(1){
    float:left;
    width:50%;
    position:relative;
  }
  .footer_image_area{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 450px;
    background-image: url("img/bgFooter.jpg");
  }
  .list_sns{
    top:48%;
  }
  .fit_inner{padding:16% 50px 0 50px;}
  .interview__detail_header{margin-left:0;}
  footer .list_sns{width:auto; display:inline-block; left:0; position:static;}


}
/** SP *******************************************************************************************/
@media screen and (min-width: 769px) and (max-width: 1080px ) {
  .navi_global>li:nth-last-child(1),
  .navi_global>li:nth-last-child(2),
  .navi_global>li:nth-last-child(3){
    display:none;
  }
  .multilingual .navi_global>li:nth-last-child(1),
  .multilingual .navi_global>li:nth-last-child(2),
  .multilingual .navi_global>li:nth-last-child(3){
    display:block;
  }
  .multilingual .hamburger{display:none;}
  .multilingual .lang-switcher>a{display:inline;}
  .hamburger{
    display:block;
    position:absolute;
    top:50px;
    right:30px;
    font-size:40px;
    cursor:pointer;
  }
  .sub_navigation{
    display:none;
    float:none;
    position:absolute;
    z-index:999;
    background:#fff;
    right:0px;
  }
  article, .form_list{margin-left:0;}
  .tb__gn{display:block;}
  .tb__gn_list{border-bottom:1px solid #000;}
  .tb__gn_list li.navi_global__item{
    padding:15px 0 15px 25px;
    float:none;
    display:block;
  }
  .lang-switcher>a{display:none;}
  .tb__gn_list li.lang-switcher{width:100%; float:none; font-size:14px; padding:0; border:none;}
  .tb__gn_list li.lang-switcher .navi_global_child{display:block; position:static; border:none; padding:0;}
  .tb__gn_list li.lang-switcher .navi_global_child li{display:block; float:none; padding:15px 0 15px 25px;}
  .tb__gn_list li .global_sub{width:100%; float:none; font-size:14px;}
  .tb__gn_list li .global_sub li{padding:15px 0 15px 25px;}
  .tb__gn_list li.navi_global__item a{padding:0;}

  .tb__gn_list li{
    border-bottom:1px solid #e8e8e8;
  }

  .fit_list li{
    float:left;
    width:50%;
    position:relative;
  }
  .fit_list li:nth-child(1){
    float:left;
    width:50%;
    position:relative;
  }
  .fit_inner{padding:17% 50px 0 50px;}

  .box_content__default{padding-left:30px;}
  .block__common_area{margin:30px; padding-right:0;}
  .company_item_text,
  .company_item_content,
  .company_item_press{
    padding:30px;
  }


  .list_qa{padding-left:30px;}
  article>section{margin-left:30px;}
  .page_title,
  .image_title{margin-left:0;}
  header,footer,article{min-width:900px;}
  article>section#anchor_favorite{padding-left:30px; padding-bottom:0;}
  article>section#anchor_favorite,
  .box_content__full_image{margin-left:0;}

  #content_guatemala,
  #content_brazil,
  #content_costarica{margin-left:0;}

  #pickups .thumbnail_updown__multicolumn__item:nth-child(4){display:none;}
  .item_detail{margin-left:30px;}

  .form_list{margin-left:30px;}
  #pickups .thumbnail_updown__multicolumn{margin-left:28%;}
  #items,
  #items+.bg_beige,
  #fyt,
  #topics,
  #information,
  #links,
  #footer{min-width:900px;}
  .topicsText{width:140px;}
  #topics{padding:80px 30px 30px 30px;}

  .only_pane .box_content__default{
    margin:0 0 40px 0;
    padding-left:30px;
    padding-right:30px;
  }
  .community__list{padding:0;}
  .community__list li{width:49%;}

  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item{
    width:22.5%;
  }
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(1),
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(2){width:48.5%; max-width:480px;}

  #fyt .button_progress{width:480px; margin:30px auto 0 auto;}
  #fyt {padding-left:30px;padding-right:30px;}
  #fyt .thumbnail_updown__multicolumn {
    max-width:100%;
  }

  #fyt .thumbnail_updown__multicolumn__item p {
    padding: 0;
    width:100%;
  }
  .press__content{padding:0 30px;}
  .form_list{padding-right:30px; min-height:1px;}

}
/** SP *******************************************************************************************/
@media screen and (max-width: 768px) {
  .thumbnail__pic_image~a{margin-top:30px;}
  .fit_inner{padding:50px;}
  .tb__gn{display:none;}
  .navi_global>li:nth-last-child(1),
  .navi_global>li:nth-last-child(2),
  .navi_global>li:nth-last-child(3) {
    display:block;
  }
  article>section{margin-left:0;}
  .module_sample pre{display:none;}
  .only_pane>section:not(.page_title,.image_title){padding:20px;}
  h2{font-size:17px;}
  body{min-width:320px;  font-size:13px;}
    /* header */
  header{
      position:absolute;
      right:0;
      left:0;
      top:0;
      text-align:center;
      background:#fff;
      position:relative;
      border-bottom:1px solid #bfbfbf;
      z-index:9999;
      height:75px;
      padding:0;
      font-size:13px;
  }
  #sp_gnavi .navi_global_child{
  /*
    box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -ms-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    */
  }
  .hamburger{
    display:block;
    position:absolute;
    top:27px;
    right:21px;
    cursor:pointer;
    /*
    background-color: #fff;
    border-radius: 0 0 0 10px;
    color: #333;
    content: "â¡";
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 100%;
    text-align: center;
    top: 15px;
    width: 30px;
    */
  }

  .image_title{
    position:relative;
    width:100%;
    height:auto;
    /*
    height:225px;
    overflow:hidden;
    */
  }

  .image_title__image{
    /*position:absolute;*/
    top:0;
    left:0;
    z-index:1;
  }
  .image_title__image img{
    /*width:250%;
    margin-left:-100%;*/
    width:100%;
  }
  .image_title h1{
    display:inline-block;
    width:182px;
    height:182px;
    padding-top:70px;
    font-size:140%;
    position:absolute;
    top:21.5px;
    left:21.5px;
    z-index:999;
    color:#fff;
    border:1px solid #fff;
    vertical-align:middle;
    text-align:center;
  }

  .box_content__full_image{
    position:relative;
    width:100%;
    /*height:200px;
    overflow:hidden;*/
  }
  .box_content__full_image h2{
    position: absolute;
    color:#fff;
    z-index:1;
    text-align: center;
    padding-top:0;
    width:100%;
  }
  .font__script_title{
    font-weight:normal;
    font-size:36px;
  }
  .block__type_description{
    display:block;
    font-size:13px;
    font-weight:normal;
    padding-top:10px;

  }
  .sp__small_image{width:200px; margin:0 auto;}
  /*
  .common_title_image{
    width:200%;
    left:-30%;
    position:absolute;
    z-index:0;
  }
  */
  .common_title_image img{width:100%;}


  /*.navi{display:none;}*/
  header>a{
    display:block;
    margin:0 auto;
    width:35px;
  }
  .logo{
    position:static;
    width:50px;
    height:58px;
    background-size:100%;
    margin:9px 0 9px -8px;
    font-size:10px;
    text-indent:200%;
  }
  .navi{display:none;}
  .navi_global {
    display:block;
    height:auto;
    background:#fff;
    margin-left: 0;
    width:auto;
    position:absolute;
    top:64px;
    right:0;
    left:30px;
    /*bottom:0;*/
    box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
    -o-box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
    -ms-box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
  }
  .navi_global li {
    display:block;
    background:#fff;
    color:#333;
    text-align:left;
  }
  .navi_global li a {
    display:block;
    color:#333;
    padding:10px 20px;
    border-bottom:1px solid #ddd;
  }
  .navi_global>li:last-of-type{max-width:100%; width:100%;}
  .navi_global>li .global_sub>li:last-of-type{max-width:100%; width:100%;}
  .global_sub{max-width:100%; width:100%;}
  .navi_global__item{}
  .navi_global_child{display:none;}
  .navi_global_child__item{}
  .lang-switcher{
    padding:0;
    border:none;
  }
  .lang-switcher .navi_global_child a{padding:10px;}
  .lang-switcher .navi_global_child{display:block; clear:both; overflow:hidden;}
  .lang-switcher .navi_global_child a{text-align:center;}
  .lang-switcher__item{display:block; float:left; width:33%;}
  .lang-switcher a:before {
    display:none;}
  .global_sub{}
  .global_sub__item{}
  .lang-switcher__item{padding:0;}
  .lang-switcher .navi_global_child {
    position:static;
    padding: 0;
    border: none;
  }

  .local_navi_clone{
    display:block;
    width:100%;
    -webkit-appearance: none;
    padding:15px 20px;
    background:url("img/sankaku.jpg") no-repeat right;
    background-size:35px;
  }
  .sub_navigation{display:none;}
  .clone_navi{display:block; border-top:1px solid #ddd; /*margin-top:30px;*/}
  .clone_navi .sub_navigation{
    display:block;
    position:static;
    width:100%;
    padding:0;
  }

  article,.form_list{
    margin:0;
  }

.item_list li p.item_list__title{font-size:16px;}
.centering__title h2{font-size:16px;}
.common__description{font-size: 13px;}

  /* footer */
  #footer {
    width: 100%;
    padding:0 0 30px 0;
    text-align: center;
    position: relative;
  }
  .thumbnail_side__2column{
    display:block;
  }
  .thumbnail_side__thumbnail img{width:100%;}
  .thumbnail_side__2column dt{}
  .thumbnail_side__2column dd.thumbnail_side__details{
    padding:20px;
    margin:0;
  }
  .thumbnail_updown__multicolumn__item{width:40%;}
  .thumbnail_updown__multicolumn__item img{width:100%;}

  #pickups,#fyt{overflow:hidden;}
  #pickups{padding:40px 0 0 0; min-width:100%;}
  .title_pickup{
    background-size: 116px;
    width: 116px;
    height: 113px;
    position:static;
    margin:0 auto;
    padding-top:40px;
  }
  #pickups .thumbnail_updown__multicolumn{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    margin:0 auto;
    align-items:frex-start;
  }
  #pickups .thumbnail_updown__multicolumn__item p{
    /*padding-top:10px;*/
  }

  #pickups .thumbnail_updown__multicolumn li{float:none;}
  #fyt{
    background-position: top center;
    padding-bottom:40px;
    background:url("..//common/images/top_sp_fyt.jpg") no-repeat #f7f6f2;
    background-size:100%;
  }
  #fyt .thumbnail_updown__multicolumn{
    padding-top:93px;
    display:block;
    width:92%;
    margin:45% 4% 0 4%;
  }
  #fyt .thumbnail_updown__multicolumn__item p{
    margin-bottom:20px;
    line-height:1.4;
  }
  #fyt .thumbnail_updown__multicolumn__item p {
    width:100%;
  }
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(1),
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(2){width:100%; max-width:100%;}
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(1) p,
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(2) p{width:100%; max-width:100%; padding:12.5px 0;}
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item {
    width:47%;
    display:inline-block;
  }
  #fyt .thumbnail_updown__multicolumn__item p {
    background: #ffffff;
    padding: 0;
    text-align: center;
    max-height:64px;
    overflow:hidden;
  }
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item{
    margin-right:5%;
  }
  #fyt .thumbnail_updown__multicolumn .thumbnail_updown__multicolumn__item:nth-child(even){
    margin-right:0;
  }


  #fyt .button{padding:0 6%; margin-top:10px;}

  #topics{padding:30px 20px;}
  #topics .thumbnail_updown__3column__item .topicsThumbnail{padding:0 10px 0 0;}

  #topics .thumbnail_updown__3column__item .topicsThumbnail{margin-right: 6px;}
  #topics .thumbnail_updown__3column{display:block;}
  #topics .thumbnail_updown__3column__item{width:100%; clear:both; overflow:hidden; margin-bottom:16px; padding:0;}
  .topicsThumbnail{width:30%; margin:0 10px 0 0;}
  .topicsText{width:60%;}
  #topics .thumbnail_updown__3column__item:nth-child(3), #topics .thumbnail_updown__3column__item:nth-child(6){padding:0; margin-bottom:16px;}
  #topics .thumbnail_updown__3column__item .topicsText p{
    line-height: 1.6;
  }
  #topics .thumbnail_updown__3column__item:last-of-type{padding-bottom:0; margin-bottom:10px;}

  #topics .thumbnail_updown__3column__item a{
    display:block;
    vertical-align:middle;
  }

  #information{
    border:none;
    padding:0 20px;
    text-align:center;
    max-width:100%;
    margin:0 auto 40px auto;
  }
  #information .title-info{
    display:block;
    border:1px solid #333;
    border-right:none;
    border-left:none;
    text-align:center;
    padding:4px;
    margin-bottom:20px;
    font-size:17px;
  }
  #information .details-info{padding:0; text-align:left;display:block;}

  #links{padding:40px 30px 20px 30px; margin:0;}
  #links .thumbnail_updown__multicolumn{
    display:block;
    clear:both;
    overflow:hidden;
  }
  #links .thumbnail_updown__multicolumn__item{
    float:left;
    width:43.5%;
    margin-right:13%;
    margin-bottom:20px;
    padding:0;
  }
  #links .thumbnail_updown__multicolumn__item:nth-child(even){margin-right:0;}
  #links .thumbnail_updown__multicolumn__item img{width:100%;}
  .sp_slider_wrapper{
    display:block;
  }
  .slider-wrapper{display:none;}
  .sp_slider_wrapper .slider-wrapper{display:block; height:auto;}
  .sp_slider{width:100%;}
  .sp_slider>div{width:100%; float:left; overflow:hidden;}
  .sp_slider img{width:100%;}
/*
  .slider-wrapper{height:auto;}
  .slider div{width:320px; height:auto;}
  .slider div img{width:100%; height:auto;}
  .slider_lay{display:none;}
*/
  .sp_slider_lay{
    display:table;
    width:100%;
    background:#fff;
    position: relative;
    height: 68px;
  }
  .sp_slider_lay>div{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    /*padding:31px 10px;*/
  }
  .slider_arrow_l,.slider_arrow_r{
    position: relative;
    width: 30px;
    }
  .slider_arrow_l{
    background:url("img/top_arrow_l.png") no-repeat center;
    background-size:32px;}
  .slider_arrow_r{
    background:url("img/top_arrow_r.png") no-repeat center; background-size:32px;
    }



  .footer_image_area{
     width: 100%;
     height: 320px !important;
     min-height:320px;
     background: url("img/bgFooterSp.jpg") no-repeat center;
     background-size:cover;
     padding-top:113px;
  }
  .footer_text_area{}
  .footer_text_area>p{font-size:10px;}

  .title_footer {
    background-repeat: no-repeat;
    background-size: 240px !important;
    width: 100%;
    height: 95px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("img/logoFooterSp.png") no-repeat center;
  }
  footer .list_sns li{padding:0 4px;}
  footer .list_sns li:nth-child(2){padding:0 0 0 4px;}
  footer .list_sns li:nth-child(3){padding:0;}
  footer .list_sns li:nth-child(4){padding:0 4px;}
  footer .list_sns li img{width:40%;}
  footer .list_sns{margin-top:25px;}

  .list_sns {
    display: inline-block;
    width: 100%;
    text-align:center;
    position: absolute;
    top: 48%;
    left: 0; }
  .list_sns li{
    display: inline-block;
    padding:0 10px;
    text-align:center;}

  .list_footer {
    display:block;
    padding-top: 30px;
    padding-left: 0%;
    padding-bottom: 25px;
    width: 100%; }
  .list_footer li{
    padding:0 5px;
    display:inline-block;}

  .sp_gnavi_wrapper{display:block;}
  #sp_gnavi{
    display:block;
    padding:7px 10px;
    background:#fff;
    margin-top:0;
    border-bottom:1px solid #333;
    position:relative;
  }
  #sp_gnavi li{
    display:inline-block;
    text-align:center;
  }

  #sp_gnavi li a{
    padding:7px 5px;
  }
  #sp_gnavi>li>a:hover{
    border-bottom:3px solid #333;
  }
  #sp_gnavi .navi_global_child{
    position:absolute;
    background:#fff;
    top:33px;
    left:0;
    right:0;
    border-top:1px solid #ddd;
  }
  #sp_gnavi .navi_global_child__item{
    float:left;
    width:50%;
    border-bottom:1px solid #ddd;
  }
  #sp_gnavi .navi_global_child__item:nth-child(odd){
    border-right:1px solid #ddd;
  }
  #sp_gnavi .navi_global_child__item a{
    display:block;
    padding:25px 10px;
    text-align:left;
    background:url("img/menuRightArrow.png") no-repeat 94% 50%;
    background-size:7px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
  }
  #sp_gnavi .navi_global_child__item span{
    display:block;
    padding:25px 10px;
    text-align:left;
  }

  .list_col_6 li{width:46%; margin:0 2% 30px 2%; padding:0;}
  .list_col_5 li{width:46%; margin:0 2% 30px 2%; padding:0;}
  .list_col_4 li{width:46%; margin:0 2% 30px 2%; padding:0;}
  .list_col_3 li{width:46%; margin:0 2% 30px 2%; padding:0;}
  .list_col_2 li{width:46%; margin:0 2% 30px 2%; padding:0;}
  .list_col_2 img,.list_col_3 img,.list_col_4 img,.list_col_5 img,.list_col_6 img{width:100%;}
  .list_col_2 li:nth-child(even),.list_col_3 li:nth-child(even),.list_col_4 li:nth-child(even),.list_col_5 li:nth-child(even),.list_col_6 li:nth-child(even){
    margin:0 0 30px 2%;
  }

  .content{margin:20px; padding-left:0;}
  .school_outline__text, .school_outline__detail{width:100%; padding:0;}
  .school_gift li{width:100%; float:none; margin-bottom:10px; padding-right:0;}
  .content .item_list li{padding-right:0;}
  .item_list.col_liquid_3_1 li{padding-right:0 !important;}
  .item_list.col_liquid_3_1{margin:10px 0 0 0;}

  .col_liquid_2 li,.col_liquid_3 li,.col_liquid_4 li,.col_liquid_5 li,.col_liquid_6 li{padding-right:0;}

  .link_maincourse,.link_optionalcourse{/*clear:both; overflow:hidden;*/}
  .link_maincourse li,.link_optionalcourse li{
    float: left;
    width:48%;
    margin: 0 4% 20px 0;
    min-height:150px;
  }
  .link_maincourse li:nth-child(even),.link_optionalcourse li:nth-child(even){
    margin: 0 0 0 0;
  }
  .link_maincourse li img,.link_optionalcourse li img{
    width:100%;
  }
  .contact_list h4{text-align:center;}
  .contact_list div{
    text-align:center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 2em;
  }

  .block_table thead{display:none;}
  .block_table,.block_table tbody,.block_table tr, .block_table th, .block_table td{display:block;}
  .block_table td{clear:both; overflow:hidden;}
  .block_table tr{padding:20px 0;}
  .block_table td>div{
    width:65%;
    float:left;
  }
  .block_table td>div.pc_hide{display:block; width:30%;}
  .block_table td .button_progress, .disable_button{width:100%; margin-left:30%;}
  .course_table h2{margin:0;}
  .col_liquid_2 li,.col_liquid_3 li,.col_liquid_4 li,.col_liquid_5 li,.col_liquid_6 li{
    display: inline-block;
    width: 46%;
    margin:0 2% 30px 2%;
  }
  .col_liquid_2 li:nth-child(even),.col_liquid_3 li:nth-child(even),.col_liquid_4 li:nth-child(even),.col_liquid_5 li:nth-child(even),.col_liquid_6 li:nth-child(even){
    margin:0 0 30px 0;
  }
  .col_liquid_2_1 li,.col_liquid_3_1 li,.col_liquid_4_1 li,.col_liquid_5_1 li,.col_liquid_6_1 li{
    display: inline-block;
    width: 100%;
    margin:0 0 30px 0;
    padding-right:0;
  }

  .main_course_list li{
    display: block;
    width: 100%;
    margin-bottom:30px;
  }
  .optional_course_list li{
    display: block;
    width: 100%;
    margin-bottom:30px;
  }
  .optional_course_list,.main_course_list{margin-bottom:0;}
  .item_list li p.item_list__text{padding:5px 0 10px 0; height:auto;}



  .box_content__default{ clear:both; overflow:hidden; padding:20px 20px; margin:0 0 40px 0; min-width:100%;}
  .box_content__long{padding:20px 20px; max-width:100%; margin:0; clear:both; overflow:hidden;}
  .box_content__short{padding:20px 20px; max-width:100%; margin:0; clear:both; overflow:hidden;}

  .item_top .box_content__long{padding:20px 20px; max-width:100%; margin:0; clear:both; overflow:hidden;}
  .item_top .font__script_title{padding:20px 0 10px 0;}
  .item_top .box_content__short{padding:20px 20px; max-width:100%; margin:0; clear:both; overflow:hidden;}

  .allergy__list li{width:48%; font-size:14px;}
  .allergy__list>li>ul{min-height:100px;}
  .allergy__list>li:nth-child(3)>ul{min-height:130px;}
  .allergy__list>li:nth-child(4)>ul{min-height:130px;}
  .allergy__list>li:nth-child(5)>ul{min-height:200px;}
  .allergy__list>li:nth-child(6)>ul{min-height:200px;}
  .allergy__list>li:last-of-type>ul{float:none;}
  .button_pdf{width:100%;}


/*********************/
  .allergy_table, .allergy_table thead,.allergy_table tbody,.allergy_table tr,.allergy_table th, .allergy_table td{display:block;}
  .allergy_table__item_name{width:100%;}
  .allergy_table tbody td:not(.allergy_table__item_name){display:none;}
  .allergy_table thead{display:none;}
  .allergy_table,.allergy_table tbody, .allergy_table tr, .allergy_table th{margin:0; padding:0; border:none;}
  .allergy_table td.allergy_table__item_name{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #ddd;
    padding:20px 0;
    font-size:20px;
  }
  .allergy_table__item_name span{
    display:inline-block;
    border:1px solid #ddd;
    padding:5px 10px;
    margin:5px;
    font-size:14px;
  }
  .allergy_table td.allergy_table__item_name{width:100%;}
  .space_creator{height:15px; width:100%;}

  span.icon__hot{background:#d35653; color:#fff;}
  span.icon__ice{background:#59a0be; color:#fff; border:none;}

  .anchor_list{
    margin:30px 0;
    width:100%;
  }
  .anchor_list li{display:inline-block;}
  .button_anchor {
    width:46%;
    padding:7px 30px 7px 5px;
    margin:0 10px 10px 0;
    border:1px solid #d1cdc8;
    background:#fff;
    position:relative;
  }
  .button_anchor:nth-child(even){margin-right:0;}
  .button_anchor a{display:block;}
  .button_anchor a:after {
    content:"â¼";
    font-size:10px;
    position:absolute;
    top:0;
    right:0;
    color:#d1cdc8;
    padding:10px 8px;
  }

  .common_title{text-align:center;}
  .only_pane .box_content__default{
    margin:0;
    padding:20px;
  }
  .anchor_list {border-spacing:0;}
  .only_pane #allergy_lists{margin:0 0 20px 0;}
  .only_pane .button_inline{display:block; width:100%; margin-bottom:20px;}
  .only_pane .common_title__button{display:none;}
  .common_title__description{display:block; padding:0;}
  /*** CheckBox ***************/
  label.checkbox{
    display:block;
    padding:20px;
    background:#fff;
    width:auto;
    margin-bottom:10px;
    border:1px solid #333;
  }
  .responsive_form label.allergy{
    display:block;
    padding:25px 40px 50px 80px;
    background:#fff;
    width:auto;
    margin-bottom:10px;
    border:1px solid #333;
    text-align:left;
    position:relative;
  }
  .allergy .icon__form{
    opacity: 0.5;
    display: inline-block;
    width: 75px;
    height: 75px;
    position: absolute;
    vertical-align: middle;
    margin-bottom: 10px;
    top:0;
    left:0;
  }

  .grand_menu{padding:10px;}
  .grand_menu_list{clear:both; overflow:hidden;}
  .grand_menu_list li{
    float:left;
    width:49%;
    margin-right:2%;
    margin-bottom:15px;
  }
  .grand_menu_list li:nth-child(odd){margin-right:0;}
  .grand_menu_list li:nth-child(1){width:100%; margin-right:2%;}
  .grand_menu_list li img{width:100%;}

  .community__list{padding:0 10px; clear:both; overflow:hidden;}
  .community__list li{
    width:100%;
    float:left;
    margin-bottom:20px;
    position:relative;
    overflow:static;
    padding-top:35px;
  }
  .community__image{}
  .community__image img{width:100%;}
  .community__text{
    position:static;
    left:0;
    right:0;
    bottom:0 !important;
    background:none;
    color:#333;
  }

  .community__text h3{
    padding:0;
    margin:0;
    position:absolute;
    top:0;
    left:0;
  }
  .community__text p{
    padding:10px 0;
  }
  .community__text h3,
  .community__text p,
  .community__text p span,
  .community__text p strong{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sp_hide{display:none;}
  .pc_hide{display:block;}


  .step__list{width:100%; text-align:center;}
  .step__list li{padding:0 10px 30px 10px; position:relative;}
  .step__list dl{display:block; width:100%;}
  .step__list dt{display:block; width:100%; padding:0; margin:0; font-size:20px;}
  .step__list dd{display:block; width:100%; padding:0; margin:0;}
  .step__list h3{padding:0; margin:0;}
  .step__list dl:after{right: 40%;}
  .step__list li:last-of-type dl:after{display:none;}
  .step__list .centering{width:100%; margin:0; padding:0; font-size:20px;}


  .apply_list__title{
    border-bottom: 1px solid #ccc;
  }
  .apply_list{
    padding: 20px;
    margin-bottom:30px;
    background-color: #F7F6F2;
  }
  .apply_list li{
    display: inline-block;
  }
  .apply_list__text{
    vertical-align: top;
    width: 100%;
  }
  .apply_list__text h4{
    padding: 0 0 20px 0;
    margin-top:20px;
    border-bottom: 1px solid #ccc;
  }
  .apply_list__img{
    vertical-align: middle;
    width: 100%;
    margin:0 auto;
    position:relative;
    padding-bottom:40px;
  }
  .apply_list__img img{
    display:none;
  }
  .apply_list__img:after{
    position: absolute;
    bottom: 0;
    right: 40%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #b6b5b5;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
  }
  .column__left_box{width:100%; float:none; margin-bottom:20px;}
  .column__right_box{width:100%; float:none;}
  .column__image_box{width:100%; float:none; margin-bottom:20px;}
  .column__text_box{width:100%; float:none; margin:0 2%;}

  .image_title.long_height{
    height:150px;
  }
  .long_height .image_title__image{
    position:absolute;
    top:0;
    left:0;
  }
  .long_height .image_title__image img{
    min-width:auto;
    width:100%;
    margin:0;
  }
  .centering__title .title_image{
    text-align:center;
    max-width:50%;
  }
  .box_content__image_fit{padding:0; width:90%; display:block; margin:30px auto;}
  .full_width{}
  .bg_white{background:#fff;}
  .bg_beige{background:#f7f6f2;}
  .bg_dark_beige{background:#e2e0d6;}
  .block__common_area .column__left_box{margin-bottom:20px;}
  .box_content__image_fit .column__left_box{display:block; float:none; vertical-align:middle;}
  .box_content__image_fit .column__right_box{display:block; float:none; vertical-align:middle;}
  .box_content__image_fit .common__description{padding:20px;}
  .box_content__image_fit .thumbnail__pic_image{width:100%;}
  .arrow_link_wrapper h2{
    border-bottom:1px solid #000;
    padding-bottom:10px;
    position:relative;
    text-align:left;
  }
  .arrow_link_wrapper h2:after{
    content:"ã";
    width:15px;
    height:30px;
    background:url("img/alpha_arrow.png") no-repeat right;
    background-size:8px;
    position:absolute;
    right:0;
    top:15%;

  }
  .arrow_link_wrapper .box_content__image_fit h2:after{
    top:-3px;
  }


  .interview_list_content{margin:30px 0; width:100%; clear:both;}
  .interview_list_title{margin-bottom:-100px; top:20px; background:#e2e0d6; padding-top:10px; width:100%;}
  .interview_list_title img{width:300px;}
  .interview_list{clear:both; overflow:hidden;}
  .interview_list li{width:320px; float:left;}
  .interview_list_image{background:#e2e0d6;}
  .interview_list_image img{width:100%;}
  .interview_name{text-align:center;}

  .newshop_list_content{clear:both; overflow:hidden; width:90%; margin:0 auto; padding:20px 0;}
  .newshop_list_content .section h2{line-height:1;}
  .simple__dl_list{border-bottom:1px solid #000; padding:10px 0;}
  .simple__dl_list dt,
  .simple__dl_list dd{display:block; margin:0; padding:0;}

  .sp_onecolumn.box_content__flex{padding:0; background:#fff;}
  .sp_onecolumn .item_list li{width:100%; padding:0 0 20px 0; margin:0;}
  .fyt_top .sp_onecolumn .item_list li{width:100%; padding:0 0 0 0; margin:0;}
  .fyt_top .sp_onecolumn .item_list li:last-of-type{width:100%; padding:0 0 0 0;}
  .sp_onecolumn .item_list li h2.item_list__title{margin:15px 20px; padding-right:20px;}
  .sp_onecolumn .item_list li p.item_list__text{margin:0 20px 15px 20px;}
  .sp_onecolumn .item_list__title{margin:15px 20px;}
  .sp_onecolumn .item_list__text{margin:0 20px 20px 20px; text-align:left;}
  .sp_onecolumn__padding .item_list li{width:100%; padding:0; margin:0;}
  .resize_image img{width:100%; height:auto;}
  .resize_image{
    overflow:hidden;
    width:100%;
    /*height:150px;*/
  }

  .interview__detail_header{
    position:relative;
    height:auto;
    overflow:visible;
    max-height:100%;
  }
  .interview__detail_title{
    padding:30px 30px 0px 30px;
    background:#fff;
    position:static;
    width:100%;
  }
  .interview__detail_image_title{
    display:none;
  }
  .interview__detail_image_title img{width:60%;}
  .interview__detail_header .interview__name{text-align:center; font-size:15px;}
  .interview__detail_header .interview__division{text-align:center; }
  .interview__detail_header .image_title__image{width:100%; min-width:auto; position:static;}
  .interview__detail_header .image_title__image{min-width:100%;}
  .interview__detail_header .image_title__image img{width:100%; margin-left:0;}

  .interview__profile{display:block; position:relative; clear:both; overflow:hidden; margin:30px 0; padding:20px; max-width:100%;}
  .interview__profile .column__left_box,.interview__profile .column__right_box{display:block; vertical-align:middle;}
  .interview__profile .column__left_box{width:20%; float:left; padding-bottom:10px;}
  .interview__profile .column__right_box{width:70%; float:right; padding:0;}
  .interview__profile h2{margin:0; padding:10px 0;}
  .interview__profile h2 strong{display:block;}
  .interview__profile h2 span{display:block; padding:10px 0;}
  .profile_title{display:none;}
  .interview__profile .column__right_box div{
    margin-left:-45%;
    margin-top:8%;
  }

  /** FORM **/
  .page_title{line-height:1.3; text-align:center; font-size:17px;}
  #Wrap>tbody>tr>td{padding:10px 0;}
  #Wrap>tbody>tr>td#main{padding:0;}
  #main{padding:0;}
  .formArea,
  .cancel-select,
  .f10{padding:0 20px;}
  .school-outline,
  .school-outline>tbody,
  .school-outline>tbody>tr,
  .school-outline>tbody>tr>td,
  .school-outline>tbody>tr>th{
    display:block;
  }
  .school-outline>tbody>tr>td{
    padding-bottom:10px;
    width:100%;
  }
  .school-outline>tbody>tr>th{
    padding-top:10px;
    width:100%;
  }
  .school-outline tr{clear:both; overflow:hidden;}
  .school-outline th,.school-outline td{float:left;}

  .formTableA,
  .formTableA>tbody,
  .formTableA>tbody>tr,
  .formTableA>tbody>tr>td,
  .formTableA>tbody>tr>th{
    display:block;
    width:100% !important;
  }
  .formTableA>tbody>tr>td{padding:10px 0 ;}
  .formTableA>tbody>tr>td.formTableLineA{padding:0;}
  .formTableA tr{clear:both; overflow:hidden;}
  .formTableA th, .formTableA td{float:left;}

  .cancel_txt{padding:0 20px;}
  .page_title{padding:20px 0;}

  .formTdA2 input[type="text"]{margin-bottom:10px;}
  .formTdA2 input[type="text"],
  .formTdA2 select,.formTdA2 textarea{width:100%;}
  .formTdA2 input[type="text"]:after{
    content: "\A";
    white-space: pre ;
  }
  .form_list{min-height:1px;}
  #pickups .thumbnail_updown__multicolumn {
    display:block;
    margin:0 6%;
  }
  #pickups .thumbnail_updown__multicolumn__item{
    text-align:center;
    padding-bottom:30px;
    width:41%;
    display:inline-block;
    margin-right:5%;
  }
  #pickups .thumbnail_updown__multicolumn__item a img{
    width:100%;
  }

  .icon__detail_set:before,
  .icon__detail_new:before,
  .icon__detail_kids:before{
    content:" ";
    background:url("img/icon_sp_check.png") no-repeat;
    background-size:cover;
    width:15px;
    height:15px;
    margin-bottom:-3px;
    margin-right:5px;
    display:inline-block;
  }
  .item_detail{padding-top:0;}
  .sprit_list li{padding:0px 0; clear:both; overflow:hidden;}
  .sprit_list li strong{width:48%; float:left; font-weight:normal;}
  .sprit_list li span{width:50%; float:left; text-align:center;}
  .price_list li span{text-align:left;}

  .icon_list_horizontal{
    margin-top:10px;
    clear:both;
    overflow:hidden;
  }
  .icon_list_horizontal li{
    display:inline-block;
    text-align:center;
    width:16.5%;
    margin-bottom:10px;
    font-size:10px;
    margin-right:2.5%;
  }
  .icon_list_horizontal li img{width:100%;}

  .pairing_contents{
    position:static;
    width:200px;
    margin:0 auto 0  auto;
    padding:0;
    background:#fff;
    text-align:center;
    font-size:13px;
  }
  .pairing_contents .list_col_6 li{
    margin-bottom:20px;
    width:100%;
  }
  article#item__detail{
    position:relative;
    padding-right:0;
  }
  #item__detail .flex_listarea{
    margin-top:0;
    display:block;
    text-align:center;
    width:100%;
    position:static;
    background:#fff;
    padding:10px 10px 20px;
  }
  #item__detail .flex_listarea__item{
    width:30px;
    margin-right:5px;
    display:inline-block;
  }
  #item__detail .flex_listarea__item img{
    width:100%;
  }
  article#item__detail .page_title{

  }
  #item__detail h1 .icon__detail_set,#item__detail h1 .icon__detail_new,#item__detail h1 .icon__detail_kids{display:none;}
  #item__detail .page_title .flex_listarea{display:none;}
  .icon__detail_set,.icon__detail_new,.icon__detail_kids{
    display:block;
    width:100%;
    color:#fff;
    text-align:center;
    padding:0;
  }
  p .icon__hot,p .icon__cold{margin:20px 0 ;}
  .icon__detail_set{background:#ff6e64; margin-left:0;}
  .icon__detail_new{background:#e36b16; margin-left:0;}
  .icon__detail_kids{background:#6cb416; margin-left:0;}

  .item_detail .aside_column{margin-bottom:0; font-size:10px;}
  .item_detail .aside_column .arrow_link{ font-size:10px;}
  .aside_column .common_title{font-size:13px;}
  .item_detail .aside_column .column__right_box .column__left_box{width:45%; float:left;}
  .item_detail .aside_column .column__right_box .column__right_box{width:45%; float:right;}
  .item_detail .aside_column .icon__hot,
  .item_detail .aside_column .icon__cold{width:100%; text-align:center;}
  .fyt_contents{
    background:#f7f6f2;
    margin-top: 0;
    padding:45px 20px 0 20px;
    font-size:10px;
  }
  .sp_sns_lists{display:block; margin-top:-35px;}
  .sp_sns_lists__common{
    display:block;
    position:relative;
    width:100%;
    height:auto;
    border-top:1px solid #ddd;
    background:#fff;
  }
  .sp_sns_lists__common .flex_listarea{
    display: block;
    position: static;
    text-align:center;
    margin:20px;
  }

  .sp_detail_icons{display:block;}
  .infomation__content img{width:100%;}
  .half_size{width:100%;}
  .long_size{width:100%;}
  .big_font__wrapper{font-size:90%;}
  .block__common_area{margin:20px 20px 0 20px ; /*padding:0 0px !important;*/}
  .item_detail .block__common_area{margin:-50px 20px 20px 20px;}
  article>section{padding:0;}

  .card_positive_item{
    width:100%;
    min-height:auto;
    float:left;
    padding:0 0 20px 0;
    border-top:1px solid #c6c3ba;
    border-bottom:none;
    min-height:150px;
  }
  .card_positive_item:nth-child(odd){border-right:none;}
  .card_positive_item:nth-child(1),.card_positive_item:nth-child(2){border-bottom:none;}
  .card_positive_item:nth-child(5){
    border-right:none;
    border-top:1px solid #c6c3ba;
    border-bottom:1px solid #c6c3ba;
    width:100%;
    text-align:center;
  }
  .icon__apos{margin:30px 0; text-align:center;}
  .icon__apos img{width:60px;}

  .clubtullys_login{text-align:center; width:100%; padding:10px !important;}
  .clubtullys_logo{float:none; padding:10px 0 20px 0;}
  .clubtullys_login .text__rights{text-align:center;}
  .clubtullys_login .text__rights a button.button_inline{
    width:40%;
    display:inline-block;
  }
  .rank1,.rank2,.rank3{
    width:30px;
    height:40px;
    top:10px;
    right:10px;
    font-size:12px;
    padding-top:8px;
  }
  .logo_fyt{
    width:200px;
    height:70px;
  }
  .fyt_contents .list_col_4 li{
    width:47%;
  }
  .apply_list .big_image{width:100%; margin:10px 0;}

  .company_item_text{margin:0;}
  .company_table{
    border-spacing:0;
    display:block;
    margin-left:0;
  }
  .company_item_text{margin:0 20px;}
  .company_item_content {margin:0 0px;}
  .cafekai__description~.company_item_content{margin:20px;}
  .company_table tbody{display:block;}
  .company_table tr{
    width: 100%;
    display:block;
    clear:both;
    overflow:hidden;
  }
  .company_table td{
    background-color: #EBEAE6;
    padding: 1em;
    width: 100%;
    display:block;
    margin-bottom:10px;
    float:left;
  }
  .company_table td a{
    margin-top:15px;
  }
  .company_table td img{
    width:100%;
  }
  .company_table__title{font-size:16px;}
  .company_table__text{height: auto;}

  .company_item_press{
    margin:20px;
  }
  .company_item_press__link{
    float: right;
    padding-right:20px;
  }
  .press_list tr:last-of-type td{border-bottom:none;}
  section h2.company_item_press__title{margin-bottom:0;}
  table.press_list{
    width: 98%;
    margin-left: 0;
  }
  td.press__item__title{
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right:2em;
    text-decoration: underline;
    border:none;
    color: #1F62BB;
  }
  .press__item__date{border:none;}
  td.press__item__title a{
    vertical-align: middle;
  }
  a.press__item__pdf img{
    padding-left: 1em;
  }
  td.press__item__line{
    border-bottom: 1px solid #CFCFCF;
  }
  .item_table__qanda th{padding-left:10px;}
  .navi li.navi_global__item>a:hover{border-bottom:1px solid #ddd;}
  .image_apply .apply_list__img{padding-top:0px;}
  .centering__title{top:0;}
  .fit__right_box{float:none; width:100%;}
  .fit__left_box{float:none; width:100%;}
  /*.fit__left_box .common__description{padding:10px 20px 30px 20px;}*/
  .round_title{top:70%;}
  .fit__left_box .thumbnail__pic_image, .fit__right_box .thumbnail__pic_image{
    position:static;
  }
  #pane_height{display:none;}
  .bg_beige .box_content__default, .bg_dark_beige .box_content__default{
    margin:0;
    padding-top:30px;
  }
  .main_course_list li p.item_list__text,
  .optional_course_list li p.item_list__text{padding:5px 0 10px 10px;}
  .col_liquid_4_1 li{position:relative;}
  .step_flow{
    width:20%;
    margin:0 auto;
    position:static;

  }
  .step_flow img{width:100%;}
  .image_title_content{
    margin:0 0 0 0;
    padding:10px;
  }


  #anchor_wifi .thumbnail__pic_image{margin-top:0;}
  .box_content__full_image .font__serif_title{
    font-size:30px;
  }
  #js-modalBox{}
  .course_point__text{margin-bottom:10px;}
  .course_point__text,
  .course_point__img{
    float:none;
    width:100%;
  }
  .common__dl_list{width:100%; display:block; border-bottom:1px solid #DFDEDA; margin:0; padding:0;}
  .common__dl_list dt{display:block; width:100%; padding:10px 0 5px 0;}
  .common__dl_list dd{display:block; width:100%; padding:0 0 10px 0; margin-left:0;}

  /** press èª¿æ´ç¨ ***********************************************/
  .pic-block,.text-block{
    display:block !important;
    float:none !important;
    width:100% !important;
    margin:0 !important;
  }
  .press__content .sns__list{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .prs__head{font-size:11px;}
  .press__content{margin:20px !important;}
  .prs__text img{margin-bottom:20px; width:100%; height:auto;}
  .prs__title{font-size:22px;}
  .prs__text{line-height:1.6;}
  .contact_title{font-size:16px; line-height:1.3;}
  .prs__foot{border-top:1px solid #ddd; margin-top:40px;}
  .prs__foot .contact_title{line-height:1.6;}

  .thumbnail_updown__multicolumn__item {padding: 0 7px; }

  #fyt .button_progress{margin-top:0;}

  .interview_link.bg_beige{background:#fff; padding:0;}
  .interview_link li{clear:both; overflow:hidden; border-top:1px solid #333; padding:20px; margin:0; position:relative;}
  .interview_link li img{width:30%; float:left;}
  .interview_link li p{float:right; width:65%; padding:0;}
  .interview_link li p.interview__thumbnail_title{font-size:10px; padding-bottom:10px; line-height:1.4; font-weight:bold;}
  .interview__name{font-size:14px;}
  .interview_link a{display:block; padding-right:40px;}
  .interview_link a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #332;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top:50%;
  }

  #fyt:before{
    width:100%;
    height:300px;
    position:absolute;
    top:20px;
    background:none;
    background-size:300px;
  }
  .pairing_contents .image_script{margin:40px 0 10px 0;}
  .pairing_contents .image_script img{width:88px;}
  .pairing_contents .font__script_title{margin-bottom:30px;}
  .sub_navigation .active>a:after{
    right:10px;
  }
  .concept_list li{padding:10px;}
  .concept_list li a,.concept_list li p{float:none; display:block;}
  .line_list.item_list{margin:0;}
  .line_list .column__left_box{float:left;}
  .line_list .column__right_box{float:right;}
  .line_list .half_size{width:30%;}
  .line_list .long_size{width:68%;}
  .line_list li p{padding:0 0 10px 0;}

  .list__table,.list__table tbody,.list__table tr,.list__table th,.list__table td{display:block;}
  .list__table{width:100%; margin-bottom:30px;}
  .list__table th, .list__table td{padding:10px 15px 15px 15px; float:left;}
  .list__table th{font-weight:normal; width:100%; text-align:left; padding:15px 15px 0 15px; border-bottom:none;}
  .list__table td{width:100%; border-bottom: 1px solid #DFDEDA;}
  .list__table tr{clear:both; overflow:hidden;}
  .box_content__full_image .font__script_title{padding-top:30px;}

  .item_top .box_content__long .column__left_box{width:100%;}
  .item_top .box_content__long .column__right_box{width:100%;}

  .item_top .box_content__long .box_content__vertical_inner .column__left_box,
  .item_top .box_content__long .box_content__vertical_inner .column__right_box{width:100%;}
  .item_top .box_content__short .column__left_box{width:100%;}
  .item_top .box_content__short .column__right_box{width:100%;}
  .item_top .common_title{line-height:1;}
  .item_top .column__left_box .font__script_title{font-size:20px;}
  .item_top .box_content__long>h2{padding:0; margin-top:0;}
  .image_script{width:100%; text-align:center; margin:0;}
  .image_script img{width:70%;}
  .box_content__long .column__left_box .font__script_title .image_script img{width:205px;}
  .box_content__full_image .image_script img{width:40%;}
  .block__under_button{margin-top:30px;}
  .block__under_button a{display:block; width:100%; margin-bottom:10px;}

  .navi_global>li {
    float: none;
  }
  .navi_global>li:nth-last-child(1) {
    float: none;
    margin-right:0;
    margin-top:0;
  }
  .navi_global>li:nth-last-child(2) {
    float: none;
    width:100%;
    margin-right:0;
  }
  .navi_global__item{
    padding: 0 5px;
  }
  .navi_global__item:nth-child(1){
    padding: 0 5px;
  }
  .fit_list{padding-bottom:30px; padding-top:20px;}
  .fit_list li{
    float:left;
    width:100%;
    position:relative;
    padding:20px 20px 10px 20px;
  }
  .fit_list li:last-of-type{
    float:left;
    width:100%;
    position:relative;
    padding:20px;
  }
  .fit_list li:nth-child(1){
    float:left;
    width:100%;
    position:relative;
    padding:0;
  }
  .fit_inner{padding:20px 20px 5px 20px;}
  .round_title{
    left:20px;
    right:20px;
    top:auto;
    bottom:10px;
    width:auto;
    border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    text-align:center;
    font-size:13px;
  }

  .list_qa{padding-left:0; margin:30px 0;}
  .common__description h2{margin-top:0;}
  .box_content__image_fit .column__left_box{margin-bottom:0;}

  .bg_beige .box_content__long,
  .bg_dark_beige .box_content__long,
  .bg_beige~.box_content__long,
  .bg_dark_beige~.box_content__long{padding:20px; max-width:100%; margin:0; clear:both; overflow:hidden;}
  .bg_beige .box_content__short,
  .bg_dark_beige .box_content__short,
  .bg_beige~.box_content__short,
  .bg_dark_beige~.box_content__short{padding:20px; max-width:100%; margin:0 auto; clear:both; overflow:hidden;}
  .image_title_content~.bg_dark_beige{background:#fff; padding:20px 0 0 0;}

  .cafekai__description>div{padding-top:0;}
  .cafekai__description>p{padding:20px;}
  .cafekai_shop__table,
  .cafekai_shop__table thead,
  .cafekai_shop__table tbody,
  .cafekai_shop__table tr,
  .cafekai_shop__table th,
  .cafekai_shop__table td{display:block;}
  .cafekai_shop__table th{width:100%; float:left; padding-top:10px;}
  .cafekai_shop__table td{width:100%; float:left; padding:10px;}
  .cafekai_shop__table{padding-bottom:30px;}
  .cafekai_shop__table tr{clear:both; overflow:hidden;}


  div.detail__item img{width:100%;}
  div.detail__item{
    display: inline-block;
    width: 100%;
    margin-right:0;
    vertical-align: top;
    text-align: center;
  }

  .page__txt,
  .f10{padding:10px 20px;}
  .page__ttl{font-size:18px; padding:10px 20px;}

  .main table,
  .main table>tbody,
  .main table>tbody>tr,
  .main table>tbody>tr>td,
  .main table>tbody>tr>th{
    display:block;
    width:100% !important;
  }
  .main table>tbody>tr{clear:both; overflow:hidden;}
  .main table>tbody>tr>td,
  .main table>tbody>tr>th{
    float:left;
  }

  #anchor_favorite h2{
    padding:30px 0 10px 0;
  }
  #anchor_favorite .column__right_box{padding: 0 20px 0 20px;}

  .multilingual .sp_gnavi_wrapper .navi_global__item{
    width:90px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .page_title p.side_title{display:block; margin:0;}
  .community__description{
    padding:40px 30px;
  }
  .fit__left_box .common__description,.fit__right_box .common__description{
    min-height:auto;
  }
  .fyt_top>.font__script_title>.image_script img{width:188px;}
  .fyt_top>.font__script_title{padding:10px 0 0 0;}
  .fyt_top .newshop_list_content .font__script_title img{width:140px;}
  .newshop_list_content{padding:0;}
  .font__script_title.pc_hide{font-size:1px; margin:0 0 15px 0; padding:0;}
  .newshop_list_content .column__left_box{margin:0;}
  .newshop_list_content .simple__dl_list{margin-top:10px;}
  .newshop_list_content .simple__dl_list dt,
  .newshop_list_content .simple__dl_list dd{float:none; font-size:13px;}
  .fyt_top .box_content__flex .item_list__title{margin:15px 20px;}
  .box_content__flex{padding:40px 20px;}
  .fyt_top .box_content__flex .col_liquid_4 .item_list__title{margin:10px 0 20px 0;}
  .fyt_top .item_list__title{font-size:16px;}
  #item__detail .box_content__default{padding:0;}
  #item__detail .aside_column{margin-right:0;}
  #item__detail .box_content__default .column__right_box{padding:20px;}
  #item__detail .box_content__default.aside_column .column__right_box{padding:0;}
  #item__detail .box_content__default .price_list{margin:0 0 20px 0;}
  #item__detail .aside_column{padding:40px 20px;}
  #item__detail .aside_column .common_title{text-align:left; padding-bottom:6px;}
  #item__detail .aside_column .sprit_list li span{text-align:right;}
  #item__detail .list_col_6{width:200px; padding:0;}
  #item__detail .list_col_6 li{margin:0 0 30px 0; padding:0;}
  .pairing_contents .item_list li p{padding:10px 0 0 0;}
  aside.fyt_contents .col_liquid_5 li{
    margin:0 0 20px 0;
    padding:0;
    text-align:center;
    margin-right:0 !important;

  }
  aside.fyt_contents .col_liquid_5 li:nth-child(even){
    float:right;
  }

  #item__detail h1{font-size:17px;}
  #item__detail .flex_listarea__item img{width:40px;}
  #item__detail .flex_listarea__item{margin:0 10px;}
  .item_top .box_content__long .box_content__vertical_inner~a .button_progress{width:100%;}
  .item_top .box_content__vertical_inner .column__left_box{margin:0 0 15px 0;}
  .item_top .box_content__vertical_inner {padding:0 0 30px 0;}
  .item_top .column__left_box .common__description{padding:0;}
  .item_detail .js__pad_top .column__left_box{margin-bottom:0;}
  .item_list+.common__description{margin-top:-20px; padding-bottom:0;}

  .interview__detail_title h2{line-height:1.7; margin-bottom:20px;}
  .box_content__long.dis_margin, .box_content__short.dis_margin{margin-top:-20px;}
  .box_content__long.dis_margin~.box_content__long h2{margin:30px 0 20px 0;}
  .js__pad_bottom{padding-bottom:10px;}

  .pc_hide .image_title__image~h2.centering{padding:10px 0; margin-bottom:0; font-size:13px;}
  .bg_beige .bg_dark_beige .box_content__long.js__pad_top .common_title{padding-top:30px; font-size:16px;}
  span.sp_hide{display:none;}
  .page_title h1{padding:0;}
  .pairing_contents .font__script_title{margin-bottom:0;}
  .pairing_contents .item_list{margin-top:-20px;}
  .fyt_top .box_content__flex{padding-bottom:0;}

  .slick-prev,.slick-next{
    top:30%;
  }
  .image_title .centering__title h2{font-size:17px; margin-top:20px;}
  .image_title_content .col_liquid_3{width:auto;}
  .item_list li p.item_list__title{font-size:13px;}

  .col_liquid_5 li:nth-child(5), .col_liquid_5_1 li:nth-child(5){
    margin-right:2% !important;
  }
  .navi_global li.lang-switcher>a{padding-left:25px;}
  .fyt_top .col_liquid_4 .item_list__title{font-size:13px;}

  #content_guatemala,
  #content_brazil,
  #content_costarica{padding:20px 0;}

  .interview__detail_title h2{font-size:16px;}
  .interview__detail_header .interview__name{font-size:13px;}
  .interview__division{font-size:10px;}
  .interview__detail_header~.box_content__long h2{font-size:16px;}
  .interview__thumbnail_title~.interview__name{font-size:10px;}
  .box_content__flex .item_list__text{font-size:13px;}

  .cafekai__description,
  .grand_menu{margin-bottom:0;}

  td .table_label{padding-right:10px;}
  td .table_label:last-of-type{padding-left:0;}
  .margin_20_0{width:100%;}
  .form_list_only_pane{margin:0; padding:0 20px;}
  .form_list_only_pane #tab,
  .form_list #tab{font-size:12px;}
  .form_list_only_pane ul#tab li.tab__item,
  .form_list ul#tab li.tab__item{padding:10px 5px;}
  .form_list_only_pane ul#tab li.tab__item:first-of-type,
  .form_list ul#tab li.tab__item:first-of-type{padding:10px 5px;}
  td.formTdA1{padding-bottom:0;}
  .formTdA2 select,
  .formTdA2 input[type="text"],
  .formTdA2 input[type="password"],
  .formTdA2 textarea{
    width:98%;
  }
  #inquiries_form_used_timeyear,
  #recruit_entries_form_birth_year{width:80%; margin-bottom:15px;}
  #inquiries_form_used_timemonth,
  #inquiries_form_used_timeday,
  #recruit_entries_form_birth_month,
  #recruit_entries_form_birth_day{width:35%; margin-bottom:15px;}
  #inquiries_form_used_timeyearhour,
  #inquiries_form_used_timeyearminute{width:35%; margin-bottom:15px;}
  #inquiries_form_zipcode,#recruit_entries_form_zipcode1{width:45%;}
  .formTdA2 label{display:inline-block; padding:5px 0; width:40%;}
  .formTdA2 label input{margin-right:10px;}
  .subject{text-align:center;}
  #fyt .button_progress{width:100%;}



  .sp__slider-wrapper{display:block;}
  .sp__slider{}
  .sp__slider>div{width:100%; float:left;}
  .sp__slider>div img{width:100%;}
  .thumbnail_side__2column {display:block;}
  .thumbnail_side__2column .thumbnail_side__thumbnail img{width:100%;}
  .thumbnail_side__2column .thumbnail_side__thumbnail{display:block; width:100%;}
  .thumbnail_side__2column .thumbnail_side__details{display:block; vertical-align:middle; padding:0 40px; width:100%;}
  .item_top h2.common_title{font-size:16px;}


  .aside_column>.column__left_box, .aside_column>.column__right_box{width:100%;}
  h1{font-size:17px;}
  h2{}
  h3{margin-top:0;}
  .column__right_box .col_liquid_2 li,
  .column__right_box .col_liquid_3 li,
  .column__right_box .col_liquid_4 li,
  .column__right_box .col_liquid_5 li,
  .column__right_box .col_liquid_6 li{margin-bottom:0;}
  .box_content__default .item_list:last-of-type{margin-bottom:0;}
  .box_content__default .col_liquid_2 li:last-of-type,
  .box_content__default .col_liquid_3 li:last-of-type,
  .box_content__default .col_liquid_4 li:last-of-type,
  .box_content__default .col_liquid_5 li:last-of-type,
  .box_content__default .col_liquid_6 li:last-of-type,
  .box_content__default .col_liquid_2_1 li:last-of-type,
  .box_content__default .col_liquid_3_1 li:last-of-type,
  .box_content__default .col_liquid_4_1 li:last-of-type,
  .box_content__default .col_liquid_5_1 li:last-of-type,
  .box_content__default .col_liquid_6_1 li:last-of-type{margin-bottom:0;}
  .column__right_box .item_list li p.item_list__title{padding-top:0;}
  .box_content__long .box_content__long{padding:0;}

  .col_liquid_2 li:nth-last-child(1), .col_liquid_2_1 li:nth-last-child(1),
  .col_liquid_3 li:nth-last-child(1), .col_liquid_3_1 li:nth-last-child(1),
  .col_liquid_4 li:nth-last-child(1), .col_liquid_4_1 li:nth-last-child(1),
  .col_liquid_5 li:nth-last-child(1), .col_liquid_5_1 li:nth-last-child(1),
  .col_liquid_6 li:nth-last-child(1), .col_liquid_6_1 li:nth-last-child(1){
    margin-bottom:0 !important;
  }
  #anchor_favorite .col_liquid_2 li:nth-last-child(1),
  #anchor_favorite .col_liquid_2_1 li:nth-last-child(1){
    margin-bottom:20px !important;
  }
  article>section#anchor_favorite{padding-bottom:0;}

  .community__list{padding:0;}
  .box_content__long .item_list:nth-last-child(1){margin-bottom:0;}

  .prs__body img,
  .prs__body div,
  .prs__body p{float:none !important;}

  .prs__body img{margin:0 !important;}
  .form_list{padding:0 20px;}
  .formArea,.cancel-select,.f10{padding:0;}

  .image_title_content .col_liquid_5 li{
    display: inline-block;
    width: 45%;
    margin-right:5% !important;
  }
  .image_title_content .col_liquid_5 li:nth-child(even){
    margin-right:0% !important;
  }
  #anchor_tullyscard h4{margin-bottom:0; margin-left:20px;}
  #anchor_tullyscard .text__rights{padding:0 20px 20px 20px;}
  .only_pane .box_content__short .anchor_list{margin:0;}
  .image_title_content .col_liquid_2{width:100%;}
  .image_title+.box_content__default{margin:0;}
  .box_content__long .item_list .button_progress{margin-bottom:10px;}
  .only_pane .js__pad_bottom .text__rights{text-align:center;}
  .only_pane .js__pad_bottom .text__rights a{
    text-align:center;
    width:20px;
    padding:0 5px;
  }
  .only_pane .js__pad_bottom .text__rights a img{
    width:20px;
  }
  .only_pane .box_content__long .list_col_5 li{width:46%;}
  .youtube_frame{width:100%; height:225px;}
  .image_title_content .col_liquid_3{min-width:100%;}
  .image_title_content .col_liquid_2{min-width:100%;}
  .community__list a{color:#333;}
  article.seasonal .box_content__default{padding:0 20px;}
  .infomation__content~.local_navi_clone{display:none;}

}
@media screen and (-webkit-min-device-pixel-ratio: 1){
  .button_pdf,.image_title h1,header,.lang-switcher .navi_global_child,.lang-switcher,#information,.tab li,.search__input,.section_title__lv1,.mordal_button,.section_title__lv2,.list__navi li a,.list__navi__item__title,.active .list__navi li:last-child,.border_btm,.button_anchor,.common_title,.allergy_table,.checkbox input + .icon__form:before,.common__dl_list,.border__top_btm,div.inner,#cancel_menber_change,.formTableLineA,.formTableLine__solid,.apply_list__title,.apply_list__text h4,.modal_link,.item_table__qanda__border,#js-modalBox a,.school_outline__detail__table,.course_point__border,.apply_area__title,.prefecture_list select,.block_table tr,.item_table__qanda tr:nth-child(even) td,.centering__title h2,.contact_content,.company_table__line,td.press__item__line,.card_positive_item,hr,.price_list,.community__description,.concept_list,.tb__gn_list,.tb__gn_list li,.navi_global li a ,.clone_navi,#information .title-info,#sp_gnavi,#sp_gnavi .navi_global_child,#sp_gnavi .navi_global_child__item:nth-child(odd),.allergy_table td.allergy_table__item_name,.allergy_table__item_name span,label.checkbox,.responsive_form label.allergy,.apply_list__title,.apply_list__text h4,.arrow_link_wrapper h2,.simple__dl_list,.sp_sns_lists__common,.card_positive_item,.card_positive_item:nth-child(5),td.press__item__line,.common__dl_list,.prs__foot,.interview_link li,.list__table td{
    border-width: 1px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2){
  .button_pdf,.image_title h1,header,.lang-switcher .navi_global_child,.lang-switcher,#information,.tab li,.search__input,.section_title__lv1,.mordal_button,.section_title__lv2,.list__navi li a,.list__navi__item__title,.active .list__navi li:last-child,.border_btm,.button_anchor,.common_title,.allergy_table,.checkbox input + .icon__form:before,.common__dl_list,.border__top_btm,div.inner,#cancel_menber_change,.formTableLineA,.formTableLine__solid,.apply_list__title,.apply_list__text h4,.modal_link,.item_table__qanda__border,#js-modalBox a,.school_outline__detail__table,.course_point__border,.apply_area__title,.prefecture_list select,.block_table tr,.item_table__qanda tr:nth-child(even) td,.centering__title h2,.contact_content,.company_table__line,td.press__item__line,.card_positive_item,hr,.price_list,.community__description,.concept_list,.tb__gn_list,.tb__gn_list li,.navi_global li a ,.clone_navi,#information .title-info,#sp_gnavi,#sp_gnavi .navi_global_child,#sp_gnavi .navi_global_child__item:nth-child(odd),.allergy_table td.allergy_table__item_name,.allergy_table__item_name span,label.checkbox,.responsive_form label.allergy,.apply_list__title,.apply_list__text h4,.arrow_link_wrapper h2,.simple__dl_list,.sp_sns_lists__common,.card_positive_item,.card_positive_item:nth-child(5),td.press__item__line,.common__dl_list,.prs__foot,.interview_link li,.list__table td{
    border-width: .99px;
  }
}
@media print {
  header,footer{display:none;}
  #allergy_lists{display:block;}
}

@media screen and (max-width: 768px) {
  .flex_listarea__item:last-child{
    margin-right: 0;
  }
  .flex_listarea__item{
    margin-right: 17px;
  }
  /* forkè¿½è¨Â */
  .tips_content {
    width: 90%;
    margin: auto auto;
  }
  .tips_content .sp_item_list_col2 {
    width: 100%;
    margin: 0;
  }
  .tips_content .sp_item_list_col2 li {
    margin-left: 0;
    margin-right: 0;
    margin-right: 10% !important;
  }
}

/*------------------------------------------------------------------------------- ãããããã¼------------------------------------------------------------------------------Â */
@media print, screen and (min-width: 769px) {
  .top-bnr_box {
    width: 93.06478405315615%;
    margin: 0 auto;
    padding: 4.983388704318937% 0 2%;
  }
  .top-bnr_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
.top-bnr_box_wrap {
  width: 100%;
  background: #f7f6f2;
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .top-bnr_box-right {
    float: right;
    width: 50.7706381079875%;
  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .top-bnr_box-right {
    background: #fff;
  }
}
.top-bnr_box .youtube-bnr {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.top-bnr_box .youtube-bnr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .youtube-link {
    text-align: right;
    margin-top: 1.489626556016598%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .youtube-link {
    padding: 3.03030303030303%;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .youtube-link a {
    display: block;
    position: relative;
    padding-right: 2.157676348547718%;
  }
  .top-bnr_box .youtube-link a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #181818;
    border-bottom: 1px solid #181818;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
  .top-bnr_box .youtube-link a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .youtube-link a {
    display: inline-block;
  }
  .top-bnr_box .youtube-link a::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #181818;
    border-bottom: 1px solid #181818;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .top-bnr_box-left {
    width: 45.19500223114681%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .top-bnr_box-left {
    width: 84.84848484848484%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .top-bnr {
    margin-bottom: 4.132231404958678%;
    font-size: 0;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .top-bnr {
    margin: 0;
    padding-bottom: 14.285714285714285%;
  }
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .top-bnr_img {
    display: table-cell;
    width: 65.08264462809917%;
    vertical-align: top;
    /*display: inline-block;*/
  }
  .top-bnr_box .top-bnr_img {
    width: 59%;
  }
}
.top-bnr_box .top-bnr_img img {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .top-bnr_text {
    display: table-cell;
    padding-left: 20px;
    min-width: 189px;
    vertical-align: top;
    font-size: 12px;
    margin-left: 0;
    /*display: inline-block;*/
    /*margin-left: 3.099173553719008%;*/
    /*width: 30.785123966942145%;*/

  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .top-bnr_text {
    margin: 0;
    margin-top: 5.357142857142857%;
  }
}
/*.top-bnr_box .top-bnr_text span {
  border-bottom: .5px solid #000;
  font-size: 17px;
  text-align: left;
  display: block;
}*/
.top-bnr_box .top-bnr_text .top-bnr_title {
  border-bottom: .5px solid #000;
  font-size: 17px;
  text-align: left;
  display: block;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .top-bnr_box .top-bnr_text span {
    padding-bottom: 5.165289256198347%;
    margin-bottom: 5.165289256198347%;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .top-bnr_box .top-bnr_text span {
    padding-bottom: 3.571428571428571%;
    margin-bottom: 3.571428571428571%;
  }
}
/* ååè¨äºè¨äºã¿ã¤ãã«é¨åÂ */
@media print, screen and (min-width: 769px){
  #item__detail .title-text{
    display: inline-block;
    width: 63%;
    line-height: 1.6;
  }
  #item__detail .icon__detail_new{
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px){
  #item__detail .sp_detail_icons .title-text{
    display: none;
  }
}
/*----------------------------------------------------*/
/*ã³ã³ã¿ããã¼ã·ã§ã³è¿½å ã¯ã©ã¹*/
/*----------------------------------------------------*/

@media print, screen and (min-width: 769px){
  .block__set_note{
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px){
  .block__set_note{
    margin: -20px 20px 20px;
  }
}
/*----------------------------------------------------*/
/*å¤å½èªãã±ã¢ã³æè¨è¿½å */
/*----------------------------------------------------*/
@media screen and (min-width: 769px) {
  .poke-area{
    overflow: inherit !important;
  }
  .poke-lead {
    margin-top: 10px;
  }
  .poke-btn{
    text-align: center;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .poke-note{
    position: relative;
  }
  .poke-note-box{
    width: 570px;
    background: #f7f6f2;
    position: absolute;
    top: -217px;
    left: 50%;
    /*z-index: 100000;*/
    margin-left: -265px;
    display: none;
  }
  .poke-note-box-en{
    top: -277px;
  }
  .poke-note-box.active{
    display: block;
  }
  .poke-note-box::after{
    content: "";
    position: absolute;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #f7f6f2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .poke-note-box-inner{
    width: 530px;
    margin: 0 auto;
    font-size: 0;
    padding: 20px 0;
  }
  .poke-img{
    width: 250px;
    display: inline-block;
    vertical-align: top;
  }
  .poke-img img{
    width: 100%;
  }
  .poke-text{
    width: 260px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 20px;
  }
  .poke-close{
    display: block;
    margin-top: 30px;
    border: 0.5px solid #000;
    text-align: center;
    padding: 5px 0;
    font-size: 10px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .poke-area{
    overflow: inherit !important;
  }
  .poke-lead {
    margin-top: 10px;
  }
  .poke-btn{
    text-align: center;
    text-decoration: underline !important;
    cursor: pointer;
  }
  .poke-note{
    position: relative;
  }
  .poke-note-box{
    width: 90%;
    background: #f7f6f2;
    position: absolute;
    top: 30px;
    margin: auto;
    left: 0;
    right: 0;
    /*left: 50%;*/
    z-index: 2;
    display: none;
  }
  .poke-note-box.active{
    display: block;
  }
  .poke-note-box::after{
    content: "";
    position: absolute;
    margin: auto;
    top: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f7f6f2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .poke-note-box-inner{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .poke-img{
    width: 100%;
  }
  .poke-img img{
    width: 100%;
  }
  .poke-text{
    width: 100%;
    font-size: 12px;
    text-align: left;
    margin-top: 16px;
  }
  .poke-close{
    display: block;
    margin-top: 30px;
    border: 0.5px solid #000;
    text-align: center;
    padding: 5px 0;
    font-size: 10px;
    cursor: pointer;
  }
}
.restriction-note{
  color: #2d5a3d;
  padding: 20px;
}
@media print, screen and (min-width: 769px){
  .restriction-note{
    width: 700px;
    margin: 0 auto;
  }
}
/*----------------------------------------------------*/
/*ã°ã­ãããã¼ãã¼ã¢ãã¡ã¼ã·ã§ã³*/
/*----------------------------------------------------*/

@media print, screen and (min-width: 769px){
  .navi .navi_global__item a{
    position: relative;
    padding-bottom: 10px;
  }
  .navi .navi_global__item.active a{
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
  }
  .navi .navi_global__item a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #333;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .navi .navi_global__item.active a::before{
    content: none;
  }
  .navi .navi_global__item a:hover::before{
    left: 0;
    right: 0;
  }
}
/*----------------------------------------------------*/
/*ãªã³ã¯ããã¼*/
/*----------------------------------------------------*/
@media print, screen and (min-width: 769px){
  .thumbnail_updown__multicolumn__item a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .top-bnr{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .top-bnr:hover{
    opacity: 0.6;
  }
  .thumbnail_updown__3column__item a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .thumbnail_updown__3column__item a:hover{
    opacity: 0.6;
  }
  .button_progress{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .item_list a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
      display: block;
  }
  .item_list a:hover{
    opacity: 0.6;
  }
  .arrow_link_wrapper{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .arrow_link_wrapper:hover{
    opacity: 0.6;
  }
  .fyt a .box_content__fit{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .fyt a .box_content__fit:hover{
    opacity: 0.6;
  }
  .quality .fit_list a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .quality .fit_list a:hover{
    opacity: 0.6;
  }
  .community__list li{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .community__list li:hover{
    opacity: 0.6;
  }
  .link_maincourse a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .link_maincourse a:hover{
    opacity: 0.6;
  }
  .link_optionalcourse a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
  }
  .link_optionalcourse a:hover{
    opacity: 0.6;
  }
  .block__common_area .link_text{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .block__common_area .link_text:hover{
    opacity: 0.6;
  }
}
/*----------------------------------------------------*/
/*ãããã¯ã¹èª¿æ´*/
/*----------------------------------------------------*/
@media print, screen and (min-width: 769px){
  .topicsText p{
    line-height: 1.6;
  }
}
/*----------------------------------------------------*/
/*menuèª¿æ´*/
/*----------------------------------------------------*/
@media print, screen and (min-width: 769px){
  .item_list li p{
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 769px){
  .column__left_box + p{
    line-height: 1;
  }
  .flex_listarea__item:last-child{
    margin-right: 13px;
  }
  #item__detail .menu_icon_box{
    display: block;
    position: absolute;
    top: 26px;
    right: 230px;
    margin: 0;
  }
  #item__detail .icon__detail_set{
    display: block;
    margin: 0;
    margin-top: 4px;
  }
  #item__detail .icon__detail_new{
    display: block;
    margin: 0;
  }
  #item__detail .icon__detail_kids{
    display: block;
    margin: 0;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px){
  .block__set_note{
    margin-left: 30px;
    margin-right: 30px;
  }
}

/*----------------------------------------------------*/
/*ã³ãã¥ããã£èª¿æ´*/
/*----------------------------------------------------*/
@media print, screen and (min-width: 1201px){
  .fit_inner{
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
  .fit_inner .common_title{
    width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .quality .fit_list .round_title{
    position: static;
  }
}

/*----------------------------------------------------*/
/*ã¤ã³ã¿ãã¥ã¼èª¿æ´*/
/*----------------------------------------------------*/
@media print, screen and (min-width: 769px){
  .item_list li .interview__thumbnail_title{
    padding-top: 20px;
  }
}
/*----------------------------------------------------*/
/*ååã ã¼ãã¼è¿½å */
/*----------------------------------------------------*/
.menu-movie-link{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.item_top .box_content__long .menu-movie{
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.item_top .box_content__long .menu-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px){
  .item_top .box_content__long .menu-movie-area{
    width: 540px;
    max-width: 540px;
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
  }
  .item_top .menu-movie-wrap .column__left_box{
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 35px;
  }
  .menu-movie-link{
    text-align: right;
  }
  .item_top .menu-movie-wrap{
    width: 86%;
    max-width: 900px;
  }
  .item_top .menu-movie-wrap .column__left_box{
    width: 42%;
    min-width: 340px;
  }
  .item_top .js__pad_top .image_script{
    width: auto;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .item_top .js__pad_top .common__description{
    padding-bottom: 36px;
  }
}
/*@media screen and (max-width: 1280px){
  .item_top .box_content__long .menu-movie-area{
    width: 52%;
    max-width: 600px;
    float: none;
    margin-left: 7%;
  }
}*/
@media only screen and (max-width: 768px) {
  article.seasonal .page_title{
  margin-bottom: 20px;
}
  .menu-movie-link{
    text-align: center;
    font-size: 13px;
  }
  .item_top .box_content__long .menu-movie{
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
  }
}

/* ãã­ãããã¦ã³Â */
@media only screen and (max-width: 768px) {
  .navi-drop-wrap{
    display: none;
  }
}

@media print, screen and (min-width: 769px){
  .navi-drop-wrap{
    display: none;
    position: relative;
  }
  .navi-drop-wrap.active{
    display: block;
  }
  .navi-drop-inner-list{
    visibility: hidden;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    padding: 50px 50px 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .navi-drop-inner-list.active{
    /*display: block;*/
    opacity: 1;
    /*overflow: hidden;
    width: 100%;*/
    visibility: visible;

  }
  .navi-drop-list-title{
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
  }
  .navi-drop-list-wrap{
    width: 100%;
    margin: 26px auto 0;
  }
  .navi-drop-list-wrap::after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .navi-drop-list{
    margin-bottom: 32px;
    float: left;
    width: 20%;
  }
  .navi-drop-list-f-box .navi-drop-list{
    /*width: 25%;*/
  }
  .navi-drop-link{
    color: #fff;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
  }
  .navi-drop-link:hover{
    /*opacity: 0.6;*/
    text-decoration: underline;
  }
  .navi-drop-link:hover img{
    opacity: 0.6;

  }
  .navi-drop-list-menu{
    background: url('img/drop_bg_menu.jpg') no-repeat center center, #301c0f;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .navi-drop-list-fyt{
    background: url('img/drop_bg_fyt.jpg') no-repeat center center, #301c0f;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .navi-drop-list-quality{
    background: url('img/drop_bg_quality.jpg') no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .navi-drop-list-recruit{
    background: url('img/drop_bg_recruit.jpg') no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .navi-drop-list-school{
    background: url('img/drop_bg_school.jpg') no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .navi-drop-list-f-box{
    width: 100%;
    margin: 0 auto;
  }
  .navi-drop-list-f-box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .navi-drop-list-fyt .navi-drop-list-right-box .navi-drop-list{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .navi-drop-list-fyt .navi-drop-list-right-box .navi-drop-list:last-child{
    margin-bottom: 38px;
  }
  .navi-drop-list-fyt .navi-drop-list-right-box .navi-drop-list img{
    width: 65px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
  }
  .navi-drop-list-fyt .navi-drop-list-right-box .navi-drop-link::before{
    background: #ffffff;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    z-index: 0;
  }
  /*.navi-drop-list-fyt.active{
    height: 400px;
  }
  .navi-drop-list-menu.active{
    height: 400px;
  }
  .navi-drop-list-quality.active{
    height: 300px;
  }
  .navi-drop-list-recruit.active{
    height: 300px;
  }
  .navi-drop-list-school.active{
    height: 300px;
  }*/
  /*æã¡æ¶ã*/
  .hamburger{
    display: none;

  }
/*  header{
    padding-top: 17px;
  }*/
  .navi_global>li:nth-last-child(1),.navi_global>li:nth-last-child(2), .navi_global>li:nth-last-child(3){
    display: block;
  }
  .navi_global{
    margin-left: 110px;
  }
  .navi_global__item{
    padding: 50px 10px 50px 10px;
  }
  .navi-drop-list-right-box{
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 769px){
  .navi-drop-list{
    width: 25%;
  }
  /*.navi-drop-list-f-box .navi-drop-list{
    width: 33%;
  }
  .navi-drop-list-fyt .navi-drop-list-wrap{
    width: 75%;
  }*/
}
@media screen and (max-width: 1080px) and (min-width: 769px){
  .navi_global>li:nth-last-child(3){
    display: none;
  }

  .lang-switcher a{
    display: block;
    /*padding: 50px 30px 53px 15px;*/
  }
  .navi-drop-list-right-box{
    display: block;
  }
  /* .navi-drop-list-fyt .navi-drop-list-wrap{
    float: left;
    width: 80%;
  }

  .navi-drop-list-fyt .navi-drop-list-right-box{
    float: left;
    width: 20%;
    margin-top: 30px;
  } */
  .lang-switcher>a:before{
    position: absolute;
    top: 46.5%;
    right: 10%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  /* .navi-drop-list-f-box .navi-drop-list{
    width: 33%;
  } */
}
/*@media screen and (min-width:768px) and ( max-width:1080px){
  .navi-drop-list{
    width: 25%;
  }
}*/


/*fytutil*/
.glay-panel{
  background: #eeeeee;
  padding: 1em;
}
.common__description_link{
    display: block;
    margin-top: 10px;
  }
@media print, screen and (min-width: 769px){
  .pcmb80{
    margin-bottom: 80px;
  }
  .apply_area2{
    background-color: #F7F6F2;
    padding: 1em;
    margin: 0 auto 40px auto;
    text-align: center;
    max-width: 1100px;
    min-width: 800px;
  }
  .glay-panel{
    margin: 0 auto 40px auto;
    max-width: 1100px;
    min-width: 800px;
  }
}
@media print, screen and (max-width: 768px){
  .apply_area2{
    margin: 2em 0 2em 0;
    background-color: #F7F6F2;
    padding: 1em;
    text-align: center;
  }
  .glay-panel{
    margin: 2em 0 2em 0;
  }
  .common__description{
    word-break : break-all;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px){
  .apply_area2{
    margin: 0 30px 40px 30px;
  }
  .glay-panel{
    margin: 0 30px 40px 30px;
  }
}
/*20170705maplink*/
.maplink-company::after{
  content: '';
  background: url('img/maplink_image.png') no-repeat left top;
  width: 30px;
  height: 16px;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.maplink-company img{
  width: 100%;
}
/*20170731opening*/
@media print, screen and (min-width: 769px){
  .opening-renew::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('img/opening_renew.png') no-repeat left top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 100px;
    height: 18px;
  }
}
@media print, screen and (max-width: 768px){
  .opening-renew::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('img/opening_renew.png') no-repeat left top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 100px;
    height: 18px;
  }
}
/*20170810spmenu*/
@media print, screen and (min-width: 769px){
  .nav-btn{
    display: none;
  }
  .sp-navi{
    display: none;
  }
}
@media print, screen and (max-width: 768px){
  body{
    /* padding-top: 60px; */
  }
  header{
    height: 60px;
  }
  header.active{
    /* position: fixed !important; */
    width: 100%;
    left: 0;
    top: 0;
    overflow: scroll;
    z-index: 20;
    border-bottom: none;
  }
  .header-bg.active{
    height: 10000px;
    background: #FFF;
    position: fixed;
    z-index: 19;
    width: 100%;
  }
  .logo{
    height: 46px;
    width: 40px;
    margin: 7px 0 7px -8px;
  }
  .nav-btn {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 20px;
    margin: 0;
    cursor: pointer;
  }
  .nav-btn-before,
  .nav-btn-center,
  .nav-btn-after {
    width: 25px;
    height: 1.5px;
    background: #333;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    display: block;
  }
  .nav-btn-before.active {
    top: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-btn-center {
    top: 9px;
  }
  .nav-btn-center.active {
    opacity: 0;
  }
  .nav-btn-after {
    top: 19px;
  }
  .nav-btn-after.active {
    top: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navi_global{
    left: 0;
  }
  .sp-navi{
    background: #fff;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    border-top: 1px solid #bfbfbf;
    /*margin-top: -1px;*/
  }
  .sp-navi-list{
    position: relative;
  }
  .sp-navi-list-title{
    font-size: 13px;
    color: #301d0f;
    display: block;
    padding: 11px 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  .sp-navi-child-box{
    display: none;
  }
  /*.sp-navi-child-box{
    display: block;
  }*/
  .sp-navi-child-wrap{
    background: #4b3c34;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sp-navi-child-menu{
    background: url('img/sp_menu_gb01.jpg') no-repeat left top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sp-navi-child-recruit{
    background: url('img/sp_menu_gb02.jpg') no-repeat left top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sp-navi-child-fyt{
    background: url('img/sp_menu_gb03.jpg') no-repeat left top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sp-navi-child-quality{
    background: url('img/sp_menu_gb04.jpg') no-repeat left top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sp-navi-child-school{
    background: url('img/sp_menu_gb05.jpg') no-repeat left top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sp-navi-child{
    width: 50%;
    border-bottom: 1px solid #bfbfbf;
  }
  .bbn{
    border-bottom: none;
  }
  .sp-navi-child:nth-child(odd){
    border-right: 1px solid #bfbfbf;
  }
  .sp-navi-child-link{
    padding: 11px 14px;
    width: 100%;
    font-size: 10px;
    color: #fff;
    display: block;
  }
  .sp-navi-child-link.active{
    background: #37271e;
  }
  .sp-lang-list-wrap{
    padding: 20px 0;
    display: flex;
    text-align: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .sp-lang-link{
    font-size: 11px;
    color: #301d0f;
  }
  .sp-lang-list:first-child::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #301d0f;
    height: 13px;
    width: 1px;
    padding: 0 20px;
  }
  .sp-lang-list:nth-child(2){
    margin-left: 20px;
  }
  .sp-lang-list:nth-child(2)::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #301d0f;
    height: 13px;
    width: 1px;
    padding: 0 20px;
  }
  .sp-lang-list:last-child{
    margin-left: 20px;
  }
  .sp-navi-list:last-child .sp-navi-list-title{
    /* width: 50%; */
    /* display: inline-block; */
  }
  .sp-navi-list:last-child .sp-navi-list-title:last-child{
    /* border-left: 1px solid #bfbfbf; */
  }
  .sp-navi-list-title-link{
    display: block;
  }
  .sp-navi-child-open{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .sp-navi-child-open::before{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 15px;
    top: 0;
    left: 6px;
    background: #301d0f;
  }
  .sp-navi-child-open.active::before{
    content: none;
  }
  .sp-navi-child-open::after{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 6px;
    left: 0;
    background: #301d0f;
  }
}
/*20170808obon*/
.pl0{
  padding-left: 0;
}
/*20170821cardmaintenance*/
.card-maintenance{
  background: #ebeae6;
  padding: 20px 0;
  margin: 30px auto;
}
.card-maintenance-title{
  text-align: center;
}
.card-maintenance-btn{
  text-decoration: underline;
  cursor: pointer;
}

.card-maintenance-modal{
  display: none;
}
.card-maintenance-modalbg {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #fff;
}
.card-maintenance-modal-inner {
  position: absolute;
  z-index: 15000;
  top: 0;
  max-width: 600px;
  width: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  background: #fff;
  box-sizing: border-box;
  border: 5px solid #e2dad1;
}

.card-maintenance-modal-inner dl {
  width: 89.56521739130436%;
  margin: 60px auto 0;
}
.card-maintenance-modal-inner dt {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}
.card-maintenance-modal-inner dd {
  font-size: 14px;
  margin: 0;
  margin-top: 1.941747572815534%;
  line-height: 1.6;
  padding-bottom: 7.605177993527508%;
}
.card-maintenance-modal-inner dd span {
  display: block;
  font-size: 88%;
}
.card-maintenance-modal-inner dd a{
  text-decoration: underline;
}
.card-maintenance-modal-inner dd a:hover{
  text-decoration: none;
}
.card-maintenance-modal-inner dd .indent {
  font-size: 100%;
  text-indent: -1em;
  margin-left: 1em;
}
.card-maintenance-modal-inner .card-maintenance-modal-close {
  width: 7.971014492753622%;
  cursor: pointer;
  position: absolute;
  top: 2.750809061488673%;
  right: 5.987055016181229%;
}
.card-maintenance-modal-inner .card-maintenance-modal-close img{
  width: 100%;
  display: block;
}
.mt0{
  margin-top: 0;
}
@media print, screen and (min-width: 769px){
  .card-maintenance{
    width: 800px;
    /*margin: 0 auto;*/
    max-width: 100%;
  }
  .card-maintenance-inner{
    width: 600px;
    margin: 0 auto;
  }
  .card-maintenance-modal-inner .card-maintenance-modal-close {
    width: 5%;
    /*right: 10%;*/
  }
  .card-maintenance-modal-inner {
    position: absolute;
    z-index: 15000;
    top: 0;
    max-width: 600px;
    width: 92%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: #fff;
    box-sizing: border-box;
    border: 5px solid #e2dad1;
  }
}
@media print, screen and (max-width: 768px){
  .card-maintenance{
    padding: 20px;
    margin: 0;
  }
}

/*20170829community_movie*/
@media print, screen and (min-width: 769px){
  .community_movie{
    position: relative;
    padding-bottom: 450px;
    height: 0;
    overflow: hidden;
    width: 800px;
    margin: 0 auto 30px;
  }
  .community_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (max-width: 768px){
  .community_movie{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 30px;
  }
  .community_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*20170920school_note*/
.step-list-wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-align: center;
}
.school-note-box-title{
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}
.school-note-box-text-red{
  color: #ff0000;
  font-weight: bold;
}
@media print, screen and (min-width: 769px){
  .step-wrap{
    max-width: 1069px;
    margin: 50px auto 0;
    width: 82%;
  }
  .step-list{
    font-size: 16px;
    color: #b5b5b5;
    border-bottom: 2px solid #c1c1c1;
    width: 21%;
    position: relative;
    font-weight: bold;
  }
  .step-list.active{
    color: #333333;
    border-bottom: 2px solid #333333;
  }
  .step-list::after{
    content: '';
    display: block;
    width: 9px;
    height: 33px;
    background: url('img/school_arrow.png') no-repeat left top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    bottom: 3px;
    right: -17%;
  }
  .step-list:last-child::after{
    content: none;
  }
  .step-list-sub{
    font-size: 20px;
    display: block;
    font-weight: normal;
  }
  .school-note-box-wrap{
    max-width: 1069px;
    margin: 50px auto 0;
    width: 82%;
  }
  .school-note-box-title{
    font-size: 22px;
  }
  .school-note-box{
    width: 690px;
    border: 4px solid #ffa1a1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding: 28px 0;
  }
  .school-note-box-text{
    font-size: 22px;
    color: #333333;
  }
  .school-note-box-text-sub{
    font-size: 18px;
    display: block;
  }
  .school-note-box-text-red{
    font-size: 22px;
    margin-top: 25px;
  }
  .school-note-box-text-red-sub{
    font-size: 18px;
    display: block;
    font-weight: normal;
  }
  .school-tmp-text-wrap{
    width: 690px;
    margin: 40px auto 0;
  }
  .school-tmp-text-title{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
  }
  .school-tmp-text{
    margin: 20px 0 0;
    font-size: 14px;
  }
  .form_list .subject{
    padding-top: 1em;
  }
}
@media print, screen and (max-width: 768px){
  .step-wrap{
    padding: 0 20px;
    margin-top: 30px;
  }
  .step-list{
    font-size: 11px;
    color: #b5b5b5;
    border-bottom: 2px solid #c1c1c1;
    position: relative;
    width: 23%;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .step-list.active{
    color: #333333;
    border-bottom: 2px solid #333333;
  }
  .step-list::after{
    content: '';
    display: block;
    width: 5px;
    height: 21px;
    background: url('img/school_arrow.png') no-repeat left top;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    position: absolute;
    bottom: 20px;
    right: -9%;
  }
  .step-list:last-child::after{
    content: none;
  }
  .step-list-sub{
    font-size: 12px;
    display: block;
    font-weight: normal;
  }
  .school-note-box-wrap{
    padding: 0 20px;
    margin-top: 30px;
  }
  .school-note-box-title{
    font-size: 17px;
  }
  .school-note-box{
    border: 4px solid #ffa1a1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 25px 0;
  }
  .school-note-box-text{
    font-size: 17px;
    color: #333333;
  }
  .school-note-box-text-sub{
    font-size: 15px;
    display: block;
  }
  .school-note-box-text-red{
    font-size: 17px;
    margin-top: 20px;
  }
  .school-note-box-text-red-sub{
    font-size: 15px;
    display: block;
    font-weight: normal;
  }
  .school-tmp-text-wrap{
    padding: 0 20px;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
  .school-tmp-text-title{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
  }
  .school-tmp-text{
    margin: 14px 0 0;
    font-size: 13px;
  }
}
.prs-sub-title{
  display: block;
  font-size: 18px;
}
/* coffee_day0928Â */
@media print, screen and (max-width: 768px){
  .coffee_day .item_list.col_liquid_3 li{
    display: block;
    width: 100%;
  }
  .coffee_day .block__common_area{
    overflow: inherit;
  }
  .coffee_day .item_list{
    overflow: inherit;
  }
  .coffee_day .apply_section{
    margin: 2em 0 0 0;
    padding: 1em 0 0;
  }
  .sppt20{
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 769px){
  .pcmt40{
    margin-top: 40px;
  }
}
/*11/09school*/
.features-table{
  margin: 0;
}
.features-table-detail{
  margin: 0;
}
.features-table-img img{
  width: 100%;
}
.features-table-detail-full{
  margin: 0;
}
.tasting-lead, .tasting-list{
  color: #fff;
}
@media print, screen and (min-width: 769px){
  .pcOnly{
    display: block;
  }
  .spOnly{
    display: none;
  }
  .features-area{
    margin: 80px auto 60px;
    width: 100%;
    max-width: 1040px;
  }
  .features-title{
    width: 100%;
    max-width: 1040px;
  }
  .features-title img{
    width: 100%;
  }
  .features-box01{
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 80px 0 0 4%;
    border: 6px solid #f9f5e7;
    box-shadow:3px 3px 0px 0px #e5e5e5;
-moz-box-shadow:3px 3px 0px 0px #e5e5e5;
-webkit-box-shadow:3px 3px 0px 0px #e5e5e5;
  }
  .features-box-inner{
    background: #fbf9f1;
    margin: 1px;
    padding: 40px 0;
  }
  .features-box01 .features-box-title{
    position: absolute;
    top: -20px;
    left: -50px;
  }
  .features-box01 .features-table{
    margin-left: 228px;
    max-width: 655px;
    width: 67.5%;
  }
  .features-table-title{
    font-size: 20px;
    color: #cf4a16;
    font-weight: normal;
    border-bottom: 1px solid #000000;
  }
  .features-table-detail{
    display: flex;
    margin-top: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .features-table-detail-full{
    display: block;
    margin-top: 30px;
  }

  .features-table-img{
    margin-left: 24px;
    display: block;
    width: 303px;
  }
  .features-table-text{
    width: 328px;
    display: block;
  }
  .features-table-text-full{
    width: 90%;
    display: block;
  }
  .features-box02{
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 80px 0 0 0;
    border: 6px solid #f9f5e7;
        box-shadow:3px 3px 0px 0px #e5e5e5;
-moz-box-shadow:3px 3px 0px 0px #e5e5e5;
-webkit-box-shadow:3px 3px 0px 0px #e5e5e5;
  }
  .features-box02 .features-box-title{
    position: absolute;
    top: -20px;
    right: -50px;
  }
  .features-box02 .features-table{
    margin-left: 77px;
    max-width: 655px;
    width: 67.5%;
  }
  .features-box03{
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 80px 0 0 4%;
    border: 6px solid #f9f5e7;
        box-shadow:3px 3px 0px 0px #e5e5e5;
-moz-box-shadow:3px 3px 0px 0px #e5e5e5;
-webkit-box-shadow:3px 3px 0px 0px #e5e5e5;
  }
  .features-box03 .features-box-title{
    position: absolute;
    top: -20px;
    left: -50px;
  }
  .features-box03 .features-table{
    margin-left: 228px;
    max-width: 655px;
    width: 67.5%;
  }
  .tasting-area{
    background: url('img/tasting_bg_pc.jpg') center center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    max-width: 1020px;
    width: 100%;
    margin-top: 58px;
    padding-bottom: 40px;
  }
  .tasting-title{
    max-width: 860px;
    width: 84.3%;
    margin: 0 auto;
    text-align: center;
    padding-top: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  .tasting-title .pcOnly{
    text-align: center;
    display: inline;
  }
  .tasting-area-inner{
    max-width: 860px;
    width: 84.3%;
    margin: 40px auto 0;
    display: flex;
     -webkit-flex-direction: row-reverse;
  flex-direction:         row-reverse;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  }
  .tasting-graph{
    margin: 0;
    width: 390px;
    margin-right: 40px;
  }
  .tasting-graph img{
    width: 100%;
  }
  .tasting-detail{
    width: 430px;
  }
  .tasting-list-wrap{
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-top: 24px;
  }
  .tasting-list{
    text-indent: -20px;
    margin-left: 20px;
  }
  .tasting-list:last-child{
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px){
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
  .features-area{
    background: #fff;
    padding: 40px 0;
  }
  .features-area img{
    width: 100%;
  }
  .features-box01{
    position: relative;
    margin: 50px auto 0;
    border: 3px solid #f9f5e7;
        box-shadow:2px 2px 0px 0px #e5e5e5;
-moz-box-shadow:2px 2px 0px 0px #e5e5e5;
-webkit-box-shadow:2px 2px 0px 0px #e5e5e5;
    width: 89.333%;
  }
  .features-box02{
    position: relative;
    margin: 40px auto 0;
    border: 3px solid #f9f5e7;
        box-shadow:2px 2px 0px 0px #e5e5e5;
-moz-box-shadow:2px 2px 0px 0px #e5e5e5;
-webkit-box-shadow:2px 2px 0px 0px #e5e5e5;
    width: 89.333%;
  }
  .features-box03{
    position: relative;
    margin: 40px auto 0;
    border: 3px solid #f9f5e7;
        box-shadow:2px 2px 0px 0px #e5e5e5;
-moz-box-shadow:2px 2px 0px 0px #e5e5e5;
-webkit-box-shadow:2px 2px 0px 0px #e5e5e5;
    width: 89.333%;
  }
  .features-box01 .features-box-inner{
    background: #fbf9f1;
    margin: 1px;
    padding: 17% 25px 30px;
  }
  .features-box02 .features-box-inner{
    background: #fbf9f1;
    margin: 1px;
    padding: 10.45% 25px 30px;
  }
  .features-box03 .features-box-inner{
    background: #fbf9f1;
    margin: 1px;
    padding: 10.45% 25px 30px;
  }
  .features-box01 .features-box-title{
    position: absolute;
    top: -20px;
    left: -10px;
    width: 38%;
    max-width: 180px;
  }
  .features-box02 .features-box-title{
    position: absolute;
    top: -20px;
    right: -10px;
    width: 38%;
    max-width: 180px;
  }
  .features-box03 .features-box-title{
    position: absolute;
    top: -20px;
    left: -10px;
    width: 38%;
    max-width: 180px;
  }
  .features-table-title{
    width: 60%;
    font-size: 14px;
    color: #FFF;
    color: #cf4a16;
    font-weight: normal;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
  }
  .features-box01 .features-table-title{
    margin-left: auto;
  }

  .features-box03 .features-table-title{
    margin-left: auto;
  }
  .features-table-detail,.features-table-detail-full{
    margin-top: 9.1%;
  }
  .features-table-detail-hawaii{
    margin-top: 14.1%;
  }
  .features-table-img{
    margin-top: 20px;
    display: block;
  }
  .tasting-area{
    background: url('img/tasting_bg_sp.jpg') center center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 35px;
  }
  .tasting-title{
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .tasting-title img{
    width: 24.5%;
    margin: 0 auto;
  }
  .tasting-area-inner{
    width: 88%;
    margin: 0 auto;
  }
  .tasting-list-wrap{
    margin-top: 24px;
  }
  .tasting-list{
    text-indent: -20px;
    margin-left: 20px;
    font-size: 12px;
  }
  .tasting-list:last-child{
    margin-top: 10px;
  }
  .tasting-graph{
    width: 83%;
    margin: 30px auto 0;
  }
  .tasting-lead{
    font-size: 12px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px){
  .features-area{
    padding: 40px 30px;
  }
  .features-box01,.features-box02,.features-box03{
    width: 96%;
  }

}
@media screen and (max-width: 768px) and (min-width: 700px){
  .features-table-title{
    width: 74%;
  }
  .features-box02 .features-box-inner{
    padding: 17% 25px 30px;
  }
  .features-box03 .features-box-inner{
    padding: 17% 25px 30px;
  }
}
/* 11/30bearful_sleeve.htmlÂ */
@media print, screen and (min-width: 769px){
  .sec-info{
    width: 900px;
    margin: 0 auto;
    padding: 80px 0 200px;
  }
  .sleeve-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .sleeve-note{
    text-align: right;
    margin-bottom: 80px;
  }
  .sleeve-text{
    margin-top: 30px;
  }
  .spOnly{
    display: none;
  }
  #information{
    display: flex;
  }
  #information .title-info{
    margin-left: 286px;
  }
  #information .details-info-box .details-info{
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 768px){
  .sec-info{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 100px;
  }
  .sleeve-title{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
  }
  .sleeve-note{
    text-align: right;
    margin-bottom: 40px;
  }
  .sleeve-text{
    margin-top: 15px;
  }
  .pcOnly{
    display: none;
  }
}
/*12/1spbanner*/
.sp-banner-wrap{
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
}
.sp-banner-wrap a{
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.sp-banner-wrap img{
  width: 100%;
  display: block;
}
/*2018/1/29*/
@media print, screen and (min-width: 769px){
  .navi-drop-link img{
    width: 22px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: base-line;
  }
  .navi-drop-list:nth-last-child(2) .navi-drop-link img{
    padding-left: 0;
  }
  .navi-drop-list:last-child .navi-drop-link img{
    padding-left: 0;
  }
  .list__navi__item img{
    width: 22px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: base-line;
  }
  .link_text img{
    width: 22px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: base-line;
  }
}
@media screen and (max-width: 768px){
  .sp-navi-child-link img{
    width: 16px;
    display: inline-block;
    padding-left: 6px;
    vertical-align: base-line;
  }
  .list__navi__item img{
    width: 16px;
    display: inline-block;
    padding-left: 6px;
    vertical-align: base-line;
  }
  .link_text img{
    width: 16px;
    display: inline-block;
    padding-left: 6px;
    vertical-align: base-line;
  }
}

/*2018/1/29 pushnotification page*/
/* STEP
--------------------------- */
/* Step wrapper */
.ps_list-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.ps_list-wrap li:last-child .ps_item::after {
  display: none;
}
/* Step wrapper - PC */
@media print, screen and (min-width: 769px){
  .ps_list-wrap {
    max-width: 809px;
    margin: 0 auto;
  }
  .ps_list-wrap li {
    max-width: 239px;
  }
}
/* Step wrapper - SP */
@media screen and (max-width: 768px){
  .ps_list-wrap {
    flex-direction: column;
  }
  .ps_list-wrap li {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .ps_list-wrap li:last-child {
    margin-bottom: 0;
  }
}

/* Step */
.ps_item {
  position: relative;
}
.ps_item span {
  display: block;
  width: 100%;
}
.ps_item, .ps_item dd {
  margin: 0;
}
.ps_item dt {
  position: relative;
}

/* Step - SP */
@media screen and (max-width: 768px){
  .ps_item {
  }
  .ps_item dt span {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .ps_item dt .step-list-sub {
    font-size: 20px;
    padding-bottom: 0;
  }
}
/* Arrow */
.ps_item::after {
  content: '';
  display: block;
  position: absolute;
  background: url('img/school_arrow-black.png') no-repeat left top;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
/* Arrow - PC */
@media print, screen and (min-width: 769px){
  .ps_item::after {
    width: 33px;
    height: 9px;
    top: 33px;
    right: -14%;
    transform: rotate(-90deg)
  }
}
/* Arrow - SP */
@media screen and (max-width: 768px){
  .ps_item::after {
    width: 33px;
    height: 9px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
}

/* Text */
.ps_item dd {
  text-align: left;
}
/* Text - PC */
@media print, screen and (min-width: 769px){
  .ps_item dd {
    margin-top: 34px;
  }
}
/* Text - SP */
@media screen and (max-width: 768px){
  .ps_item dd {
    margin-top: 1em;
  }
}
/* NOTES
--------------------------- */
.ps_notes {
  background: #f7f6f3;
  margin: 0 auto;
}
.ps_notes ul {
}
.ps_notes li {
  text-indent: -1em;
}

/* notes - PC */
@media print, screen and (min-width: 769px){
  .ps_notes  {
    padding: 42px 70px;
    max-width: 809px;
    margin-bottom: 100px;
  }
}
/* notes - SP */
@media screen and (max-width: 768px){
  .ps_notes  {
    padding: 40px 8.8%;
  }
}

/* SCHOOL COURSE BRAZIL
--------------------------- */
@media print, screen and (min-width: 769px) {
  .tasting-area-bzl {
    margin: 30px auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .tasting-area-bzl {
    margin: 20px auto 80px;
  }
  .features-box-bzl .features-box-inner {
    padding: 10.45% 25px 30px;
  }
}
/*4/27ãªã¯ã«ã¼ã*/
@media screen and (max-width: 768px) {
#limited_worker label{
  vertical-align: top;
}
}

/*7/3ãã©ã³ãã£ã¤ãº*/
#top_links_bnr{
  background: #f7f6f2;
}
#top_links_bnr a{
  display: block;
}
#top_links_bnr img{
  width: 100%;
  display: block;
}
.franchise-nav li a{
  display: block;
  background: #301d0f;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
          box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.franchise-nav li a:hover{
  text-decoration: none;
}
.franchise-img-logo img{
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #top_links_bnr{
    padding: 50px 0;
  }
  #top_links_bnr ul{
    display: flex;
    width: 990px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  #top_links_bnr li{
    width: 480px;
  }
  #top_links_bnr a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #top_links_bnr a:hover{
    opacity: 0.8;
  }
  .franchise-nav ul{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .franchise-nav li{
    width: 24%;
  }
  .franchise-nav li a:hover{
    background: #533a27;
  }
  .franchise-img-logo{
    width: 120px;
    margin-left: 120px;
  }
  .pcmt0{
    margin-top: 0;
  }
  .pcmb0{
    margin-bottom: 0;
  }
  .pcml0{
    margin-left: 0;
  }
  .franchise_flow_img img{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #top_links_bnr{
    padding: 30px 0 37px;
  }
  #top_links_bnr ul{
    width: 89.3%;
    margin: 0 auto;
  }
  #top_links_bnr li:last-child{
    margin-top: 20px;
  }
  .franchise-nav{
    margin-bottom: 60px;
  }
  .franchise-nav li{
    margin-top: 20px;
  }
  .franchise-nav li:first-child{
    margin-top: 0;
  }
  .franchise_flow_img img{
    width: 100%;
  }
  .franchise-img-logo{
    width: 120px;
  }
  .franchise-img-logo{
    width: 44.5%;
    margin: 0 auto;
  }
  .spmt0{
    margin-top: 0;
  }
}

/*8/1interview*/
@media print, screen and (min-width: 769px) {
  .interview__detail_title_right{
    left: auto;
    right: 60px;
  }
  .interview_item_list li:nth-child(6){
    margin-right: 0 !important;
  }
  .symposium-mv-list{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-top: 40px;
  }
  .symposium-mv-list li{
    width: 30%;
  }
  .symposium-mv-list img{
    width: 100%;
    display: block;
  }
  .symposium-link{
    font-weight: bold;
    display: block;
    margin-top: 40px;
    text-decoration: underline;
  }
  .symposium-link:hover{
    text-decoration: none;
  }
  .symposium-wrap p{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .interview_item_list li:nth-child(3){
    margin: 0 2% 30px 2% !important;
  }
  .symposium-mv-list{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .symposium-mv-list li{
    width: 30%;
  }
  .symposium-mv-list img{
    width: 100%;
    display: block;
  }
  .symposium-link{
    font-weight: bold;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
  }
}
/*2018/10/19*/
@media print, screen and (min-width: 769px) {
  .main_course_flex{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .main_course_flex li{
    float: none;
  }
}
.mb0{
  margin-bottom: 0 !important;
}
/*2018/11/30*/
.club-lead-title{
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  text-indent: -18px;
  margin-left: 18px;
}
.club-lead-maru{
  color: #d86b30;
}
@media screen and (max-width: 768px) {
  .club-lead-title{
    font-size: 16px;
  }
}

/* 20181210 */
@media print, screen and (min-width: 769px) {
  .company .newgraduate_bnr{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company .newgraduate_bnr{
    margin-bottom: 0;
  }
}

/*2018/12/18*/
.box-note{
  border: 2px solid #301d0f;
  color: #301d0f;
}
.link_under{
  text-decoration: underline;
}
.link_under:hover{
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .box-note{
    max-width: 800px;
    margin: 30px auto 0;
    padding: 30px;
    
  }
  .info_card_wrap{
    max-width: 800px;
    margin: 30px auto;
  }
  .box-note p{
    margin: 10px 0;
  }
  .box-note .bold{
  font-weight: bold;
  font-size: 18px;
}

}
@media screen and (max-width: 768px) {
  .box-note{
    margin-bottom: 0;
    padding: 20px;
    margin: 20px;
  }
  .box-note p{
    margin: 10px 0;
  }
  .box-note .bold{
  font-weight: bold;
  font-size: 16px;
}
}
/*20190131*/
.school_outline__detail__app-text{
  text-align: center;
  margin: 20px 0 10px;
}
@media print, screen and (min-width: 769px) {
.school-anchor-btn-warp{
  /* display: none; */
  display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.apply_area__text{
    margin-top: 20px;
    margin-bottom: 10px;
    
  }
  .school-anchor-btn{
    display: block;
    background: #301d0f;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 10px 0;
    width: 200px;
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
        -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .school-anchor-btn:hover{
    text-decoration: none;
    opacity: 0.6;
  }
  .apply_area2019{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .school-anchor-btn-warp{
    margin: -20px 20px 20px 20px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .school-anchor-btn{
    display: block;
    background: #301d0f;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 10px 0;
    width: 48%;
    margin-top: 20px;
    font-size: 12px;
    text-decoration: none;
  }
  .apply_area2019{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 60px;
  }

  .apply_area__text{
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.school-implementedstores-link{
  text-decoration: underline;
}
.school-implementedstores-link:hover{
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .school-implementedstores-link{
    display: inline-block;
    padding-right: 14px;
  }
  .schoolsearch-note{
    text-align: center;
  }
  .schoolsearch-form-wrap{
    /* display: none; */
  }
  .schoolsearch-select-wrap{
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .schoolsearch-select-wrap label{
    display: block;
    font-size: 18px;
    width: 200px;
    /* font-weight: bold; */
  }
  .schoolsearch-select-wrap select{
    width: 500px;
    padding: 10px;
    cursor: pointer;
  }
  .schoolsearch-radio-wrap{
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .schoolsearch-radio-wrap h3{
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    width: 200px;
  }
  .schoolsearch-radio {
    width: 200px;
  }
  .schoolsearch-radio-wrap input{
    
    cursor: pointer;
  }
  .schoolsearch-radio-wrap label{
    font-size: 18px;
    cursor: pointer;
  }
  .schoolsearch-button-wrap button{
    background: #301d0f;
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    width: 500px;
    margin: 30px auto 30px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .schoolsearch-note{
    /* text-align: center; */
  }
  .schoolsearch-select-wrap{
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .schoolsearch-select-wrap label{
    display: block;
    font-size: 16px;
    width: 30%;
    /* font-weight: bold; */
  }
  .schoolsearch-select-wrap select{
    width: 70%;
    padding: 10px;
    cursor: pointer;
  }
  .schoolsearch-radio-wrap{
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .schoolsearch-radio-wrap h3{
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    width: 30%;
  }
  .schoolsearch-radio {
    width: 40%;
  }
  .schoolsearch-radio-wrap input{
    cursor: pointer;
  }
  .schoolsearch-radio-wrap label{
    font-size: 16px;
    cursor: pointer;
  }
  .schoolsearch-button-wrap button{
    background: #301d0f;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    margin: 30px auto 30px;
    display: block;
  }
}

/* 2/1ã¹ã¯ã¼ã« */
.hawaii_kona_bnr-img img{
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .hawaii_kona_bnr-area{
    display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      align-items: center;
      width: 65%;
      margin: 30px auto 0;
      max-width: 1040px;
      border: 2px solid #006680;
      padding: 20px 30px;
  }
  .hawaii_kona_bnr-img{
    width: 30%;
  }
  .hawaii_kona_bnr-text{
    width: 68%;
  }
  .hawaii_kona_bnr-area .button{
    width: 400px;
    margin: 20px 0 0;
    background: #87cef2;
  }
  .hawaii_kona_bnr-area .button:hover{
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .hawaii_kona_bnr-area{
    background: #fff;
    width: 88%;
    margin: 0 auto 50px;
    padding: 20px 0;
    border: 2px solid #006680;
  }
  .hawaii_kona_bnr-img{
    width: 88%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .hawaii_kona_bnr-text{
    width: 88%;
    margin: 0 auto;
  }
  .hawaii_kona_bnr-area .button{
    /* width: 300px; */
    margin: 20px auto 0;
    background: #87cef2;
  }
}
/* ãããã¡ãã»ã¼ã¸ */
.tp2019-list-el img{
  width: 100%;
  display: block;
}
.tp2019-list-el .item_list__text{
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tp2019{
    display: flex;
    justify-content: space-between;
  }
  .tp2019-text{
    width: 50%;
  }
  .tp2019-list{
    width: 48%;
    display: flex;
    justify-content: space-between;
  }
  .tp2019-list-el{
    width: 50%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px){
  .tp2019-text{
    margin-bottom: 20px;
  }
  .tp2019-list-el{
    margin-bottom: 20px;
  }
  .tp2019-list{
    display: flex;
    justify-content: space-between;
  }
  .tp2019-list-el{
    width: 50%;
    margin: 0 10px;
  }
}

/*2019/03card*/
@media print, screen and (min-width: 769px) {
  .card-anchor{

  }
  .card-anchor-list{
    display: flex;
    width: 765px;
    margin: 30px auto 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-anchor-el{
    width: 120px;
    background: #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .card-anchor-link{
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 ;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 12px;
  }
  .card-anchor-link img{
    display: inline-block;
    width: 12px;
    margin-left: 6px;
  }
  .card-anchor-el:hover,.card-anchor-link:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .card-anchor-el:nth-child(3) .card-anchor-link{
    margin-top: 9px;
  }
  .card-anchor-el:nth-child(4) .card-anchor-link{
    margin-top: 9px;
  }
  .card-anchor2{

  }
  .card-anchor2-list{
    display: flex;
    width: 765px;
    margin: 30px auto 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-anchor2-el{
    width: 48%;
    background: #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .card-anchor2-link{
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 ;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 12px;
  }
  .card-anchor2-link img{
    display: inline-block;
    width: 12px;
    margin-left: 6px;
  }
  .card-anchor2-el:hover,.card-anchor2-link:hover{
    opacity: 0.8;
    text-decoration: none;
  }



  .card-lead-area{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #f7f6f2 0%, #ffffff 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#f7f6f2 0%,#ffffff 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#f7f6f2 0%,#ffffff 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 60px 0 140px;
    margin-top: 80px;
  }
  .card-lead-area-inner{
    width: 800px;
    margin: 0 auto;
  }
  .card-lead-title{
    width: 314px;
    margin: 0 auto;
  }
  .card-lead{
    width: 513px;
    margin: 40px auto 0;

  }
  .card-lead-note{
    text-align: center;
    margin-top: 16px;
  }
  .card-lead-img{
    display: flex;
    margin-top: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-lead-img-list{
    width: 390px;
  }
  .card-lead-img-list img{
    width: 100%;
  }
  .card-lead-text{
    font-size: 14px;
    text-align: center;
    margin-top: 26px;
    line-height: 3.2;
  }
  .card-point-title-area{
    border-top: 1px solid #938982;
    border-bottom: 1px solid #938982;
  }
  .card-point-title{
    text-align: center;
    background: #f7f6f2;
    margin: 5px 0;
    font-size: 28px;
    padding: 26px 0 24px;
  }
  .card-point-item{
    width: 38px;
    margin: 14px auto 0;
    display: block;
  }
  .card-point-item img{
    width: 100%;
    display: block;
  }
  
  .card-flow-wrap{
    width: 800px;
    margin: 30px auto 80px;
  }
  .card-flow-inner{
    
  }
  .card-flow-tabbtn-list{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  
  .card-flow-tabbtn{
    font-size: 17px;
    text-align: center;
    color: #301d0f;
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    width: 395px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 0;
    cursor: pointer;
  }
  .card-flow-tabbtn:hover{
    opacity: 0.6;
  }
  .card-flow-tabbtn.active{
    background: #301d0f;
    color: #fff;
    position: relative;
  }
  .card-flow-tabbtn.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #301d0f;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
  }
  .card-flow-tabbox{

  }
  .card-flow-tabbox-list{
    display: none;
  }
  .card-flow-tabbox-list.active{
    display: block;
    margin-top: 20px;
  }
  .card-flow-table{
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15px;
  }
  .card-flow-table-title{
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
  }
  .card-flow-table-title:hover{
    opacity: 0.6;
  }
  .card-flow-table-title::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #301d0f;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 36px;
  }
  .card-flow-table-title.active{
    background: #f7f6f2;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    font-weight: bold;
  }
  .card-flow-table-title.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #301d0f;
    border-top: none;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 36px;
  }
  .card-flow-table-title-text{
    font-size: 17px;
  }
  .card-flow-detail{
    display: none;
    margin: 0;
  }
  .card-flow-detail.active{
    display: block;
  }
  .card-flow-detail-close{
    text-align: center;
    font-size: 17px;
    padding: 20px 0;
    background: #f7f6f2;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    cursor: pointer;
  }
  .card-flow-detail-close:hover{
    opacity: 0.6;
  }
  .card-flow-detail-list{
    
    padding: 0;
    margin: 0 auto 30px;
    width: 740px;
  }
  .card-flow-detail-el{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 33px;
  }
  .card-flow-detail-title{
    margin: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-flow-detail-title-icon{
    font-size: 20px;
    color: #fff;
    background: #d76c2f;
    padding: 7px 11px;
    line-height: 1;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: block;
    width: 33px;
    height: 33px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-flow-detail-title-text{
    font-size: 17px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #301d0f;
    width: 697px;
  }
  .card-flow-detail-box{
    margin-top: 20px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-flow-img{
    margin: 0;
    width: 442px;
  }
  .card-flow-img img{
    width: 100%;
    /*display: block;*/
  }
  .card-flow-detail-text{
    width: 280px;
    margin-top: 18px;
  }
  .card-flow-detail-link{
    color: #883026;
    text-decoration: underline;
  }
  .card-flow-detail-link:hover{
    text-decoration: none;
  }
  .card-flow-detail-link-blank::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('img/icon_blank.png') no-repeat top left;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .card-flow-detail-note{
    display: block;
    font-size: 12px;
  }
  .card-qa-wrap{
    width: 800px;
    margin: 30px auto 80px;
  }
  .card-qa-inner{
    
  }
  .card-qa-tabbtn-list{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  
  .card-qa-tabbtn{
    font-size: 17px;
    text-align: center;
    color: #301d0f;
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    width: 395px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 0;
    cursor: pointer;
  }
  .card-qa-tabbtn:hover{
    opacity: 0.6;
  }
  .card-qa-tabbtn.active{
    background: #301d0f;
    color: #fff;
    position: relative;
  }
  .card-qa-tabbtn.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #301d0f;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
  }
  .card-qa-tabbox{

  }
  .card-qa-tabbox-list{
    display: none;
  }
  .card-qa-tabbox-list.active{
    display: block;
    margin-top: 20px;
  }
  .card-qa-table{
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15px;
  }
  .card-qa-table-title{
    padding: 0 60px 0 0;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .card-qa-table-title:hover{
    opacity: 0.6;
  }
  .card-qa-table-title::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #301d0f;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 36px;
  }
  .card-qa-table-title.active{
    background: #f7f6f2;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    font-weight: bold;
  }
  .card-qa-table-title.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #301d0f;
    border-top: none;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 36px;
  }
  .card-qa-table-title-icon{
    background: #301d0f;
    color: #fff;
    font-size: 20px;
    width: 56px;
    text-align: center;
    display: block;
    position: relative;
  }
  .card-qa-table-title-icon-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .card-qa-table-title-text{
    font-size: 17px;
    width: 630px;
    display: block;
    padding: 20px 0;
    margin-left: 20px;
  }
  .card-qa-detail{
    display: none;
    margin: 0;
  }
  .card-qa-detail.active{
    display: block;
  }
  .card-qa-detail-list{
    
    padding: 0;
    margin: 0 auto 30px;
    width: 740px;
  }
  .card-qa-detail-el{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 33px;
  }
  .card-qa-detail-title{
    margin: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-qa-detail-title-icon{
    font-size: 20px;
    color: #fff;
    background: #d76c2f;
    padding: 7px 11px;
    line-height: 1;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: block;
    width: 33px;
    height: 33px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-qa-detail-title-text{
    font-size: 17px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #301d0f;
    width: 697px;
  }
  .card-qa-detail-box{
    margin-top: 20px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .card-qa-img{
    margin: 0;
    width: 442px;
  }
  .card-qa-detail-text{
    width: 720px;
    margin: 18px auto 18px;
  }
  .card-qa-detail-link{
    color: #883026;
    text-decoration: underline;
  }
  .card-qa-detail-link:hover{
    text-decoration: none;
  }
  .card-qa-detail-link-blank::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('img/icon_blank.png') no-repeat top left;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .card-qa-detail-note{
    display: block;
    font-size: 12px;
  }
  .card-qa-detail-img{
    width: 400px;
    margin: 30px auto;
  }
  .card-qa-detail-img img{
    width: 100%;
  }
}


@media screen and (max-width: 768px){
  .card-anchor-list{
    display: flex;
    width: 76.2%;
    margin: 20px auto 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card-anchor-el{
    width: 48.2%;
    background: #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 5px;
  }
  .card-anchor-link{
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 ;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.4;
  }
  .card-anchor-link img{
    display: inline-block;
    width: 10px;
    margin-left: 6px;
  }
  .card-anchor-el:hover,.card-anchor-link:hover{
    /*opacity: 0.8;*/
    text-decoration: none;
  }
  .card-anchor-el:nth-child(3) .card-anchor-link{
    padding: 16px 0;
  }
  .card-anchor-el:nth-child(4) .card-anchor-link{
    padding: 16px 0;
  }
  .card-anchor2-list{
    display: flex;
    width: 76.2%;
    margin: 20px auto 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card-anchor2-el{
    width: 100%;
    background: #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 5px;
  }
  .card-anchor2-link{
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 ;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.4;
  }
  .card-anchor2-link img{
    width: 10px;
    margin-left: 6px;
    display: inline-block;
  }
  .card-anchor2-el:hover,.card-anchor2-link:hover{
    /*opacity: 0.8;*/
    text-decoration: none;
  }


  .card-lead-area{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #f7f6f2 0%, #ffffff 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#f7f6f2 0%,#ffffff 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#f7f6f2 0%,#ffffff 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 35px 0 140px;
    margin-top: 20px;
  }
  .card-lead-area img{
    width: 100%;
  }
  .card-lead-area-inner{
    width: 90%;
    margin: 0 auto;
  }
  .card-lead-title{
    width: 61.7%;
    margin: 0 auto;
  }

  .card-lead{
    width: 98%;
    margin: 25px auto 0;

  }
  .card-lead-note{
    text-align: center;
    margin-top: 10px;
    font-size: 11px
  }
  .card-lead-img{
    margin-top: 27px;
  }
  .card-lead-img-list{
    margin-top: 15px;
  }
  .card-lead-text{
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
    line-height: 2.4;
  }
  .card-point-title-area{
    border-top: 1px solid #938982;
    border-bottom: 1px solid #938982;
  }
  .card-point-title{
    text-align: center;
    background: #f7f6f2;
    margin: 5px 0;
    font-size: 19px;
    padding: 20px 0 20px;
  }
  .card-point-item{
    width: 9.33%;
    margin: 7px auto 0;
    display: block;
  }
  .card-point-item img{
    width: 100%;
    display: block;
  }
  .card_positive_item .font__serif_title{
    margin: 30px 0 0;
  }
  .icon__apos{
    margin-bottom: 10px;
  }
  .card-flow-wrap{
    width: 90%;
    margin: 25px auto 50px;
  }
  .card-flow-inner{
    
  }
  .card-flow-tabbtn-list{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  
  .card-flow-tabbtn{
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #301d0f;
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    width: 49.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
  }
  .card-flow-tabbtn.active{
    background: #301d0f;
    color: #fff;
    position: relative;
  }
  .card-flow-tabbtn.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #301d0f;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
  }
  .card-flow-tabbox{

  }
  .card-flow-tabbox-list{
    display: none;
  }
  .card-flow-tabbox-list.active{
    display: block;
    margin-top: 20px;
  }
  .card-flow-table{
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15px;
  }
  .card-flow-table-title{
    padding: 16px 17px;
    cursor: pointer;
    position: relative;
  }
  .card-flow-table-title::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #301d0f;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
  }
  .card-flow-table-title.active{
    background: #f7f6f2;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    font-weight: bold;
  }
  .card-flow-table-title.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #301d0f;
    border-top: none;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
  }
  .card-flow-table-title-text{
    font-size: 12px;
  }
  .card-flow-detail{
    display: none;
    margin: 0;
    padding-bottom: 23px;
  }
  .card-flow-detail.active{
    display: block;
  }
  .card-flow-detail img{
    width: 100%;
  }
  .card-flow-detail-close{
    display: none;
  }
  .card-flow-detail-list{
    
    padding: 0;
    margin: 0 auto;
    width: 88%;
  }
  .card-flow-detail-el{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 25px;
  }
  .card-flow-detail-title{
    margin: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
  .card-flow-detail-title-icon{
    font-size: 13px;
    color: #fff;
    background: #d76c2f;
    padding: 5px 8px;
    line-height: 1;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: block;
    width: 23px;
    height: 23px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-flow-detail-title-text{
    font-size: 17px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #301d0f;
    width: 91.3%;
  }
  .card-flow-detail-box{
    margin-top: 14px;
  }
  .card-flow-img{
    margin: 0;
    /*width: 442px;*/
  }
  .card-flow-detail-text{
    /*width: 280px;*/
    margin-top: 14px;
  }
  .card-flow-detail-link{
    color: #883026;
    text-decoration: underline;
  }
  .card-flow-detail-link:hover{
    text-decoration: none;
  }
  .card-flow-detail-link-blank::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('img/icon_blank.png') no-repeat top left;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .card-flow-detail-note{
    display: block;
    font-size: 12px;
  }



  .card-qa-wrap{
    width: 90%;
    margin: 25px auto 50px;
  }

  .card-qa-table{
    border: 1px solid #301d0f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15px;
  }
  .card-qa-table-title{
    padding: 0 17px 0 0;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .card-qa-table-title::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #301d0f;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
  }
  .card-qa-table-title.active{
    background: #f7f6f2;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    font-weight: bold;
  }
  .card-qa-table-title.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #301d0f;
    border-top: none;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
  }
  .card-qa-table-title-icon{
    background: #301d0f;
    color: #fff;
    font-size: 14px;
    width: 11%;
    text-align: center;
    display: block;
    position: relative;
  }
  .card-qa-table-title-icon-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .card-qa-table-title-text{
    font-size: 11px;
    width: 72%;
    display: block;
    padding: 16px 0;
    margin-left: 20px;
  }
  .card-qa-detail{
    display: none;
    margin: 0 auto;
    padding-bottom: 23px;
    width: 88%;
  }
  .card-qa-detail.active{
    display: block;
  }
  .card-qa-detail img{
    width: 100%;
  }
  .card-qa-detail-list{
    padding: 0;
    margin: 0 auto;
    width: 88%;
  }
  .card-qa-detail-el{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 25px;
  }
  .card-qa-detail-title{
    margin: 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
  .card-qa-detail-title-icon{
    font-size: 13px;
    color: #fff;
    background: #d76c2f;
    padding: 5px 8px;
    line-height: 1;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: block;
    width: 23px;
    height: 23px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-qa-detail-title-text{
    font-size: 17px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #301d0f;
    width: 91.3%;
  }
  .card-qa-detail-box{
    margin-top: 14px;
  }
  .card-qa-img{
    margin: 0;
    /*width: 442px;*/
  }
  .card-qa-detail-text{
    /*width: 280px;*/
    margin-top: 14px;
  }
  .card-qa-detail-link{
    color: #883026;
    text-decoration: underline;
  }
  .card-qa-detail-link:hover{
    text-decoration: none;
  }
  .card-qa-detail-link-blank::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('img/icon_blank.png') no-repeat top left;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .card-qa-detail-note{
    display: block;
    font-size: 12px;
  }
  .card-qa-detail-img{
    width: 72%;
    margin: 30px auto;
  }
  .card-qa-detail-img img{
    width: 100%;
  }
}

.image-double img{
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .image-double{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .image-double figure{
    width: 48%;
    margin: 20px 0;
  }
  .image-double img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .image-double figcaption{
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px){
  .image-double figure{
    width: 100%;
    margin: 20px 0;
  }
  .image-double img{
    width: 100%;
    display: block;
  }
  .image-double figcaption{
    margin-top: 10px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .prs__body h6{
    line-height: 1.2;
    font-weight: normal;
    font-size: 10px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px){
  .prs__body h6{
    line-height: 1.2;
    font-weight: normal;
    font-size: 10px;
    margin: 10px 0;
  }
}

/*20190729sns*/

@media print, screen and (min-width: 769px) {
  .sns-lead-area{
    background: #f7f6f2;
    padding: 50px 0 60px;
  }
  .sns-lead-icon{
    width: 44px;
    margin: 0 auto;
  }
  .sns-lead-icon img{
    width: 100%;
  }
  .sns-lead-text{
    text-align: center;
    line-height: 1.8;
    margin-top: 28px;
  }
  .sns-tw-area{

  }
  .sns-tw-title{
    width: 100%;
    margin: 0;
    height: 250px;
    background: url(img/tw_mv_pc.jpg) no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sns-tw-title img{
    width: 100%;
  }
  .pcOnly{
    display: block;
  }
  .spOnly{
    display: none;
  }
  .sns-tw-box{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 800px;
    margin: 0 auto;
  }
  .sns-tw-box-left{
    width: 440px;
  }
  .sns-tw-lead{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 50px;
  }
  .sns-tw-icon{
    width: 70px;
  }
  .sns-tw-icon img{
    width: 100%;
  }
  .sns-tw-name-area{
    width: 350px;
  }
  .sns-tw-name{
    font-weight: bold;
    font-size: 18px;
  }
  .sns-tw-link{
    display: block;
    color: #2497dd;
  }
  .sns-tw-follow{
    width: 350px;
    margin-left: auto;
    margin-top: 10px;
  }
  .sns-tw-follow-btn{
    background: #301D0F;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  .sns-tw-follow-btn:hover{
    text-decoration: none;
  }
  .sns-tw-qr-box{
    background: #f7f6f2;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 20px 20px 20px 35px;
    margin-top: 40px;
    position: relative;
  }
  .sns-tw-qr-icon{
    position: absolute;
    top: -8px;
    left: -28px;
  }
  .sns-tw-qr-text{
    font-size: 16px;
    width: 190px;
  }
  .sns-tw-qr{
    width: 104px;
  }
  .sns-tw-box-right{
    width: 330px;
    margin-top: -232px;
  }
  .sns-tw-title-pc{
    width: 141px;
    margin: 0 auto;
  }
  .sns-tw-timeline{
    margin-top: 18px;
    height: 523px;
    overflow-y: scroll;
  }
  .sns-inst-area{
    margin-top: 100px;
  }
  .sns-inst-timeline{
    margin-top: 18px;
  }
  .sns-fb-timeline{
    margin-top: 18px;
    height: 534px;
  }
  .sns-inst-name::after{
    content: '';
    display: inline-block;
    background: url('img/icon_emoji.png') no-repeat top left;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 22px;
    height: 18px;
    vertical-align: middle;
    margin-left: 4px;
  }
  .sns-inst-title{
    width: 100%;
    margin: 0;
    height: 250px;
    background: url(img/inst_mv_pc.jpg) no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .sns-fb-title{
    width: 100%;
    margin: 0;
    height: 250px;
    background: url(img/fb_mv_pc.jpg) no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
}
@media screen and (max-width: 768px){
  .sns-lead-area{
    background: #f7f6f2;
    padding: 25px 0 36px
  }
  .sns-lead-icon{
    width: 11.7vw;
    margin: 0 auto;
  }
  .sns-lead-icon img{
    width: 100%;
  }
  .sns-lead-text{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
  }
  .sns-tw-area{
    
  }
  .sns-tw-title, .sns-inst-title, .sns-fb-title{
    margin: 0;
  }
  .sns-tw-title img, .sns-inst-title img, .sns-fb-title img{
    width: 100%;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
  .sns-tw-box{
    width: 89.3vw;
    margin: 20px auto 0;
  }
  .sns-tw-box-left{
    
  }
  .sns-tw-lead{
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .sns-tw-icon{
    width: 12vw;
  }
  .sns-tw-icon img{
    width: 100%;
  }
  .sns-tw-name-area{
    width: 73vw;
  }
  .sns-tw-name{
    font-weight: bold;
    position: relative;
  }
  .sns-tw-link{
    display: block;
    color: #2497dd;
  }
  .sns-tw-follow{
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
  }
  .sns-tw-follow-btn{
    background: #301D0F;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  .sns-tw-follow-btn:hover{
    text-decoration: none;
  }
  .sns-tw-qr-box{
    display: none;
  }
  .sns-tw-qr-icon{
    
  }
  .sns-tw-qr-text{
    
  }
  .sns-tw-qr{
    
  }
  .sns-tw-box-right{
    margin-top: 20px;
    
  }
  .sns-tw-title-pc{
    display: none;
  }
  .sns-tw-timeline{
    height: 350px;
    overflow: scroll;
  }
  .sns-tw-timeline img{
    width: 100%;
  }
  .sns-inst-area{
    margin-top: 50px;
  }
  .sns-inst-name::after{
    content: '';
    display: inline-block;
    background: url('img/icon_emoji.png') no-repeat top left;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    width: 14px;
    height: 11px;
    vertical-align: middle;
    margin-left: 4px;
  }
  .sns-inst-timeline{
    margin-top: 50px;
  }

  .sns-inst-timeline img{
    width: 100%;
  }
  .sns-fb-timeline{
    margin-top: 50px;
    height: 350px;
  }
}

/* 20190930 */
#item__detail .tax_text{
  display: inline-block;
  margin-left: 6px;
  float: none;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  #item__detail .tax_text{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  #item__detail .tax_text{
    font-size: 11px;
  }
}

.tax_text{
  display: inline-block;
  margin-left: 6px;
  float: none;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .tax_text{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  .tax_text{
    font-size: 11px;
  }
}


/* 20191003 */
@media print, screen and (min-width: 769px) {
  .tasting-title-sub{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 768px){
  .tasting-title-sub{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .tasting-area .mtsp20{
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .mynav-bnr2021{
    width: 195px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
}
@media screen and (max-width: 768px){
  .mynav-bnr2021{
    width: 200px;
    margin: auto;
  }
  .mtsp20{
    margin-top: 40px;
  }
}

/* 20191031 */
.ebis_bnr{
  text-align: center;
}
.ebis_bnr a{
  display: block;
}
.ebis_bnr img{
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .ebis_bnr{
    width: 250px;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 768px){
  .ebis_bnr{
    width: 40%;
    margin: 0 0 0 auto;
  }
}


#editor-input-content{
  padding-top: 20px;
}



/* 191224 */
@media print, screen and (min-width: 769px) {
  .school-top-youtube-lead{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
  }
  .school-top-youtube-lead br{
    display: none;
  }
  .school-top-youtube{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .school-top-youtube-el-wrap{
    width: 46%;
  }
  .school-top-youtube-el{
    position: relative;
    border: none;
    padding-top: 56.25%;
    width: 100%;
  }
  .school-top-youtube-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .school_outline .school-detail-youtube{
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin-top: 50px; */
    /* margin-bottom: 30px; */
    display: block;
    margin-top: 30px;
  }

  .school_outline .school-detail-youtube-el{
    position: relative;
    border: none;
    padding-top: 50.25%;
    width: 100%;
    margin: 0 auto;
  }
  .school_outline .school-detail-youtube-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .school-detail-youtube.spOnly{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .school-top-youtube-lead{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
  }
  .school-top-youtube-el-wrap{
    margin-top: 30px;
  }
  .school-top-youtube-el{
    position: relative;
    border: none;
    padding-top: 56.25%;
    width: 100%;
    
  }
  .school-top-youtube-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .school-detail-youtube{
    display: block;
    padding: 0;
  }
  .school_outline .school-detail-youtube.pcOnly{
    display: none;
  }
  .school-detail-youtube-el{
    position: relative;
    border: none;
    padding: 56.25% 0 0 0;
    width: 100%;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    display: block;
  }
  .school-detail-youtube-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}


@media print, screen and (min-width: 769px) {
  #pickups{
    margin-top: -50px;
  }
  .corona_info{
    position: relative;
    z-index: 2;
    /* border-bottom: 2px solid #301d0f; */
    /* margin-bottom: 40px; */
    width: 510px;
    /* padding: 10px 0 10px;  */
    margin: 50px auto 0;
    /* border-top: 2px solid #301d0f; */
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
  }
  .corona_info.spOnly{
    display: none;
  }
  .corona_infoinner{
    width: 600px;
    margin: 0 auto;
  }
  .corona_info h2{
    /* color: #fff; */
    font-weight: bold;
    /* text-align: center; */
    margin: 0 auto;
    /* background: #301d0f; */
    width: 200px;
    /* border-bottom: 2px solid #301d0f; */
    padding: 10px 0;
    /* margin-bottom: 10px; */
  }
  .corona_infoinner a{
    display: inline-block;
    /* margin-bottom: 10px; */
  }
  .corona_info a:hover{
    opacity: 0.8;
  }
  .top-bnr_box{
    padding-top: 40px;
  }
  #pickups .thumbnail_updown__multicolumn{
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px){
  .corona_info{
    /* border: 2px solid #301d0f; */
    /* margin-bottom: 40px; */
    padding: 20px 0 40px; 
  }
  .corona_info{
    /* width: 500px; */
    width: 90%;
    margin: 0 auto;
  }
  .corona_info img{
    width: 100%;
  }
  .corona_infoinner a{
    display: inline-block;
    margin-bottom: 10px;
  }
  .corona_infoinner a:hover{
    text-decoration: underline;
  }
  .top-bnr_box{
    padding-top: 40px;
  }
}
.appealLink img{
  width: 100%;
}
.appeal{
  display: none;
}
#appeal{
  display: none;
}
.modaal-wrapper{
  z-index: 10001 !important;
}
.modaal-overlay{
  z-index: 10000 !important;
}
.modaal-container{
  background: none !important;
}
.modaal-close{
  position: absolute !important;
}
.modaal-content-container{
  padding: 0 !important;
}
@media print, screen and (min-width: 769px) {
  article.seasonal .page_title{
    margin-bottom: 0;
  }
  article.seasonal .image_title{
    margin-bottom: 60px;
  }
  .appealLink{
    display: block;
    margin: 0 auto;
    width: 800px;
  }
  .modaal-container{
    width: 800px !important;
  }
  .modaal-close{
    right: 0 !important;
    top: -50px !important;
  }
}
@media screen and (max-width: 768px){
  article.seasonal .page_title{
    margin-bottom: 0;
  }
  article.seasonal .image_title{
    margin-bottom: 20px;
  }
  .appealLink{
    display: block;
    margin: 0 auto;
    width: 98%;
  }
  .modaal-content-container{
    padding: 0 !important;
  }
  .modaal-close{
    right: 0 !important;
    top: -50px !important;
  }
  .modaal-inner-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* 20200613 */
.measures-mv-img img{
  width: 100%;
}
.measures-mv{
  position: relative;
}
.measures-page{
  margin: 0 auto;
  clear: none;
  font-family: font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3', YuGothic, 'æ¸¸ã´ã·ãã¯', Meirio, "ã¡ã¤ãªãª", sans-serif;
}
.measures-mv-title{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.measures-mv-img{
  margin: 0;
}
.measures-lead{
  background: #f7f6f2;
}
.measures-lead-text{
  color: #113c3d;
  font-weight: bold;
}
.measures-list-wrap{
  background: url(img/bg.png) repeat left top;
}
.measures-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.measures-list-img{
  margin: 0;
}
.measures-list-text{
  color: #fff;
}
.measures-detail{
  background: #f7f6f2;
  width: 100%;
}
.measures-detail-box{
  background: #fff;
  border-radius: 10px;
}
.measures-detail-title{
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .measures-mv-title{
    font-size: 40px;
    line-height: 1.5;
  }
  .measures-lead{
    padding: 50px 0;
  }
  .measures-lead-text{
    margin-top: 0;
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  .measures-list{
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .measures-list-el{
    width: 226px;
  }
  .measures-list-text{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
    text-align: center;
  }
  .measures-list-el:nth-child(4){
    margin-top: 70px;
  }
  .measures-list-el:nth-child(5){
    margin-top: 70px;
  }
  .measures-list-el:nth-child(6){
    margin-top: 70px;
  }
  .measures-detail{
    padding: 60px 0;
  }
  .measures-detail-box{
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  .measures-detail-inner{
    width: 530px;
    margin: 0 auto;
  }
  .measures-detail-title{
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }
  .measures-detail-list{
    border-top: 2px solid #607877;
    border-bottom: 2px solid #607877;
    padding: 30px 0;
  }
  .measures-detail-list-el{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 24px;
    position: relative;
    padding-left: 30px;
  }
  .measures-detail-list-el:nth-child(1){
    margin-top: 0;
  }
  .measures-detail-list-el::before{
    content: '';
    display: block;
    background: url(img/icon_check.png) no-repeat left top;
    background-size: contain;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .measures-detail-text{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 24px;
  }
  .measures-detail-btn{
    display: block;
    text-align: center;
    background: #113c3d;
    width: 400px;
    margin: 36px auto 0;
    color: #fff;
    padding: 16px 0;
    font-weight: bold;
    font-size: 13px;
  }
  .measures-detail-btn:hover{
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px){
  .measures-mv-title{
    font-size: 5.3vw;
    line-height: 1.5;
  }
  .measures-lead-text{
    font-size: 3.7vw;
    line-height: 2;
    width: 89.33vw;
    margin: 0 auto;
    padding: 8.8vw 0;
  }
  .measures-list{
    margin: 0 auto;
    width: 89.33vw;
    padding: 10.66vw 0;
  }
  .measures-list-el{
    width: 40.66vw;
    margin-top: 11.73vw;
  }
  .measures-list-el:nth-child(1){
    margin-top: 0;
  }
  .measures-list-el:nth-child(2){
    margin-top: 0;
  }
  .measures-list-img img{
    width: 100%;
  }
  .measures-list-text{
    font-size: 2.66vw;
    margin-top: 3.6vw;
    line-height: 1.5;
  }
  .measures-detail{
    padding: 10.66vw 0;
  }
  .measures-detail-box{
    width: 89.33vw;
    margin: 0 auto;
    padding: 10.66vw 0;
  }
  .measures-detail-inner{
    width: 81.33vw;
    margin: 0 auto;
  }
  .measures-detail-title{
    text-align: center;
    font-size: 5.6vw;
    line-height: 1.5;
  }
  .measures-detail-list{
    border-top: 2px solid #607877;
    border-bottom: 2px solid #607877;
    padding: 5.33vw 0;
  }
  .measures-detail-list-el{
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 5.33vw;
    position: relative;
    padding-left: 6.66vw;
  }
  .measures-detail-list-el:nth-child(1){
    margin-top: 0;
  }
  .measures-detail-list-el::before{
    content: '';
    display: block;
    background: url(img/icon_check.png) no-repeat left top;
    background-size: contain;
    width: 4vw;
    height: 3.2vw;
    position: absolute;
    left: 0;
    top: 1vw;
  }
  .measures-detail-text{
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 5.33vw;
  }
  .measures-detail-btn{
    display: block;
    text-align: center;
    background: #113c3d;
    width: 100%;
    margin: 5.33vw auto 0;
    color: #fff;
    padding: 4.53vw 0;
    font-weight: bold;
    font-size: 2.93vw;
  }
  .measures-detail-btn:hover{
    text-decoration: none;
  }
}

/* 20/7/10 */
.js-schooltext{
  display: block;
    background: #301d0f;
    color: #fff;
    /* border: 1px solid #333333; */
    padding: 12px 20px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    /* width: 80%; */
    border-radius: 5px;
    text-align: center;
}
.js-schooltext:hover{
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}
#js-schooltext{
  display: none;
}
.js-schooltextbox{
  background: #fff;
}
.js-schooltextbox h2{
  text-align: center;
  font-weight: bold;
}
.js-schooltextbox .js-schooltexthead{
  display: flex;
  justify-content: space-between;
}
.js-schooltex_note{
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .js-schooltextbox{
    padding: 30px 0;
  }
  .js-schooltextbox h2{
    font-size: 20px;
  }
  .js-schooltextbox p{
    width: 700px;
    margin: 30px auto;
    font-size: 16px;
  }
  .js-schooltextbox p span{
    display: block;
    margin-left: 20px;
    text-indent: -20px;
  }
  .js-schooltext{
    width: 300px;
    margin: 0 auto 20px;
  }
  .js-schooltextbox a{
    width: 510px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px){
  .js-schooltextbox{
    padding: 30px 0;
  }
  .js-schooltextbox h2{
    font-size: 16px;
  }
  .js-schooltextbox p{
    width: 80%;
    margin: 30px auto;
    font-size: 12px;
  }
  .js-schooltextbox p span{
    display: block;
    margin-left: 16px;
    text-indent: -16px;
  }
  .js-schooltext{
    margin-bottom: 20px;
  }
  .js-schooltextbox a{
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .js-schooltextbox a img{
    width: 100%;
  }
}
@media print, screen and (min-width: 769px){
  .restriction-note2-title {
    font-size: 18px;
  }
}


@media screen and (max-width: 768px){
  .restriction-note2-title {
    font-size: 16px;
  }
}
.restriction-note2-title {
  font-weight: bold;
  text-align: center;
  display: block;
}
.restriction-note2{
  margin: 30px auto 30px;
  border:2px solid #000;
}
.restriction-note2{
  color: #000;
  padding: 20px;
}

.school-anchor-btn{
  position: relative;
}
.school-anchor-btn.new::before{
  content: '';
  position: absolute;
  background: url(img/icon_new.png) no-repeat left top;
  background-size: contain;
}
.school-seasonal-img{
  margin: 0;
}
.school-seasonal-img img{
  width: 100%;
}
@media print, screen and (min-width: 769px){
  .school-anchor-btn.new::before{
    width: 40px;
    height: 40px;
    left: -20px;
    top: -20px;
  }
  .school-seasonal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 124px;
  }
  .school-seasonal-img{
    max-width: 524px;
  }
  
  .school-seasonal-detail{
    max-width: 506px;
    margin-left: 40px;
  }
  .school-seasonal-lead{
    font-size: 12px;
    margin-bottom: 40px;
  }
  .school-seasonal-btn{
    width: 300px;
    margin-left: 0;
  }
}


@media screen and (max-width: 768px){
  .school-anchor-btn.new::before{
    width: 35px;
    height: 35px;
    left: -20px;
    top: -20px;
  }
  .school-seasonal{
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  .school-seasonal-detail{
    padding: 0 15px ;
    box-sizing: border-box;
  }
  .school-seasonal-lead{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

/* 20220711 */
.customize_area{
  margin: 60px auto;
}
.customize_area_title{
  font-weight: normal;
  font-size: 14px;
  /* width: 230px; */
  display: flex;
  /* margin: 0 auto 20px; */
  /* align-items: center; */
}
.customize_area_title img{
  width: 230px;
  /* display: inline; */
}
.customize_area_title span{
  font-weight: bold;
  padding-left: 20px;
  font-size: 16px;
  padding-top: 13px;
  /* display: inline; */
}

.customize_area_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}
.customize_area_list_el{
  width: 72px;
  margin-right: 20px;
  text-align: center;
  margin-top: 10px;
}
.customize_area_list_el figure{
  margin: 0;
}
.customize_area_list_el figcaption{
  font-size: 10px;
}
.customize_area_list_el img{
  display: block;
  width: 100%;
}
.customize_area_bnr{
  background: #eee;
  margin-top: 20px;
  padding: 20px 0;
  border-radius: 6px;
}
.customize_area_bnr_inner{
  margin: 0 auto;
  width: 90%;
}
.customize_area_bnr_text{
  font-size: 12px;
}
.customize_area_bnr_btn{
  display: block;
  width: 100%;
  background: #301d0f;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 12px;
}
.customize_area_bnr_btn:hover{
  text-decoration: none;
  opacity: 0.8;
}
@media print, screen and (min-width: 769px){
  .customize_area_list{
    width: 48.5%;
  }
  .customize_area_bnr{
    width: 48.5%;
  }
  
  .customize_area_inner{
    display: flex;
    align-items: start;
  }
  .customize_area_bnr_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .customize_area_bnr_text{
    width: 48.5%;
  }
  .customize_area_bnr_btn{
    width: 48.5%;
  }
  
}
@media screen and (max-width: 768px){
  .customize_area_title{
    /* width: 50vw; */
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .customize_area_title img{
    width: 50vw;
    margin: 0 auto;
  }
  .customize_area_title span{
    display: block;
    padding-left: 0;
  }
  .customize_area{
    padding :20px;
  }
  .customize_area_list_el{
    width: 19.3vw;
    margin-right: 4vw;
  }
  .customize_area_list_el:nth-child(4n+4){
    margin-right: 0;
  }
}

#franchise_form .hissu,
#email_input .hissu,
#noreply_input .hissu,
#tel_input .hissu,
#franchise_input{
  color: #ff0000;
}
@media screen and (max-width: 768px){
  .formTdA2.form_tel input[type="text"]{
    width: 30%;
  }
  
}
@media print, screen and (min-width: 769px){
  #franchise_form #inquiries_form_tel input[type="text"]{
    width: 16%;
  }
  #franchise_form #inquiries_form_zipcode1,
  #franchise_form #inquiries_form_zipcode2{
    width: 100px;
  }
}

{
  
}
.customize_area_bnr_school img{
  width: 100%;
  border-radius: 10px;
}
.customize_area_left .customize_area_title span{
  color: #403c3b;
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .customize_area_bnr_school{
    /* width: 48.5%; */
    margin-top: 70px;
  }
  .customize_area_left .customize_area_title span{
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px){
  .customize_area_bnr_school{
    width: 48.5%;
  }
  .customize_area_left{
    width: 48.5%;
  }
  .customize_area_left .customize_area_list{
    width: 100%;
  }
  .customize_area_left .customize_area_title span{
    font-size: 16px;
    padding-top: 0;
    line-height: 1.2;
    color: #403c3b;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 769px){
  .contact_url_tab{
    display: flex;
    align-items: center;
    font-weight: bold;
    /* width: 92%; */
    /* margin: 0 auto; */
    margin-top: 30px;
  }
  .contact_url_tab_item{
    width: 380px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: #301D0F;
    color: #fff;
    padding: 10px 20px;
    margin-right: 40px;
  }
  .contact_url_tab_item::before{
    content: '';
    display: block;
    background: url('img/contact_arrow.svg') no-repeat left top/contain;
    width: 17px;
    height: 14px;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 20px;
  }
  .contact_url_tab_item:hover{
    opacity: 0.6;
  }
  .contact_shop_search{
    display: inline-block;
    margin-left: 10px;
  }
  .contact_shop_searchSp{
    display: none;
  }
}
.formComent_first{
  display: none;
}
.formComent_normal{
  display: none;
}
.formComent_app{
  display: none;
}
.formComent_online{
  display: none;
}
.formComent_normal.active{
  display: block;
}
.formComent_app.active{
  display: block;
}
.formComent_online.active{
  display: block;
}
.formComent_first.active{
  display: block;
}
.formComent_first .formComent_title{
  margin-top: 60px;
}
.input_area{
  display: none;
}
.input_area.active{
  display: block;
}
.formComent_box{
  border: 1px solid #BFBFBF;
  padding: 20px;
  margin-top: 30px;
}
.formComent_box a{
  color: #875F40;
}
.formComent_title{
  border-bottom: 3px solid #875F40;
  margin: 30px 0 30px;
  font-size: 24px;
  font-weight: bold;
}
.formComent_red{
  color: #ff0000;
}
.formComent_red a{
  color: #ff0000;
}
.formComent a{
  text-decoration: underline;
}
.formComent a:hover{
  text-decoration: none;
}
.contact_hissu{
  background: #F27272;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 7px;
  line-height: 1.8;
  font-size: 13px;
  margin-left: 10px;
  border-radius: 4px;
}
.contact_nini{
  background: #807979;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 7px;
  line-height: 1.8;
  font-size: 13px;
  margin-left: 10px;
  border-radius: 4px;
}
.contact_shop_search a{
  text-decoration: underline;
  color: #875F40;
}
.contact_shop_search a:hover{
  text-decoration: none;
}
.contact_shop_search:after{
  content: '';
  display: inline-block;
  background: url('img/contact_blank.svg') no-repeat left top/contain;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.contact_next_table{
  display: none;
}
.contact_next_table.active{
  display: table;
}
.contact_url_tab_item a{
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .main .contact_next_table{
    display: none;
  }
  #inquiries_form_zipcode input{
    width: 40%;
  }
  .main .contact_next_table.active{
    display: block;
  }
  .formComent_box{
    margin-top: 20px;
  }
  .formComent_boxInner{
    height: 150px;
    overflow: scroll;
  }
  .formComent_title{
    border-bottom: 3px solid #875F40;
    margin: 20px 0 20px;
    font-size: 20px;
  }
  .formComent_first .formComent_title{
    margin-top: 40px;
  }
  .contact_url_tab{

  }
  .contact_shop_searchPc{
    display: none;
  }
  .contact_url_tab_item{
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: #301D0F;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .contact_url_tab_item::before{
    content: '';
    display: block;
    background: url('img/contact_arrow.svg') no-repeat left top/contain;
    width: 17px;
    height: 14px;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 20px;
  }

}
.school-fellow{
  position: relative;
  background: #F4EAE1;
  width: 100%;
  box-sizing: border-box;
}
.school-fellow-title{
  font-weight: bold;
  border-bottom: 1px solid #805122;
  display: inline-block;
}
.school-fellow-img{
  position: absolute;
}
.school-fellow-img img{
  width: 100%;
}
.indent-coffee-school{
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 769px){
  .school-fellow{
    padding: 30px 160px 30px 30px;
    margin-top: 30px;
  }
  .school-fellow-title{
    font-size: 14px;
  }
  .school-fellow-text{
    font-size: 14px;
  }
  .school-fellow-img{
    width: 95px;
    bottom: 7px;
    right: 25px;
  }
}
@media screen and (max-width: 768px){
  .school-fellow{
    padding: 10px 12px 45px;
    margin-top: 30px;
  }
  .school-fellow-title{
    font-size: 13px;
  }
  .school-fellow-text{
    font-size: 13px;
  }
  .school-fellow-img{
    width: calc(90/670*100%);
    bottom: 3px;
    right: 12px;
  }
}


@media print, screen and (min-width: 769px) {
  .mynav-bnr2024{
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .mynav-btn{
    width: 320px;
    margin: auto;
    display: block;
  }
  .mynav-btn-wrap{
    display: flex;
    width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 768px){
  .mynav-bnr2024{
    width: 250px;
    margin: auto;
  }
  .mynav-btn{
    width: 250px;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
.fyt_top_links#links .thumbnail_updown__multicolumn__item a{
  text-decoration: none;
  border: none;
}
@media print, screen and (min-width: 769px) {
  .fyt_top_links#links .thumbnail_updown__multicolumn__item{
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .fyt_top_links#links .thumbnail_updown__multicolumn__item{
    width: 100%;
  }
}


.fyt_top .fyt_list_el img{
  width: 100%;
}
.fyt_top .fyt_list_link{
  display: block;
}
@media print, screen and (min-width: 769px) {
  .fyt_top .fyt_list_wrap{
    padding-right: 0;
    max-width: none;
    padding-top: 80px;
    margin-left: 0;
    padding-left: 30px;
  }
  .fyt_top .fyt_list_title{
    text-align: center;
    font-size: 28px;
    /* margin-top: 40px; */
    margin-bottom: 50px;
  }
  .fyt_top .fyt_list_wrap:nth-of-type(1){
    background: #fff;
    padding-bottom: 60px;
  }
  .fyt_top .fyt_list{
    padding-right: 30px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .fyt_top .fyt_list_el{
    width: 24%;
    text-align: center;
    margin-left: 1.2%;
    margin-top: 20px;
  }
  .fyt_top .fyt_list_el:nth-child(4n+1){
    margin-left: 0;
  }
  
  .fyt_top .fyt_list_text{
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fyt_top .fyt_list_wrap{
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .fyt_top .fyt_list_title{
    text-align: center;
    font-size: 24px;
    /* margin-top: 40px; */
    margin-bottom: 50px;
  }
  .fyt_top .fyt_list_wrap:nth-of-type(1){
    background: #fff;
    /* padding-bottom: 60px; */
  }
  .fyt_top .fyt_list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
  }
  .fyt_top .fyt_list_el{
    width: 49%;
    text-align: center;
    margin-left: 2%;
    margin-top: 20px;
  }
  .fyt_top .fyt_list_el:nth-child(2n+1){
    margin-left: 0;
  }
  
  .fyt_top .fyt_list_text{
    font-size: 14px;
    margin-top: 10px;
  }
}

.flex_listarea_title{
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .flex_listarea_title{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flex_listarea_title{
    margin: 0 auto 10px;
    width: calc(208/375*100vw);
  }
  .flex_listarea_title img{
    width: 100%;
  }
  .press__content li.sns__list__item, .press__content li.sns__list__item img{width:40px;margin-left: 10px;}
  .press__content .sns__list{
    margin-top: 0;
    padding-right:10px
  }
}




.school-minischool-img{
  margin: 0;
}
.school-minischool-img img{
  width: 100%;
}
@media print, screen and (min-width: 769px){
  .school-minischool{
    display: flex;
    align-items: center;
    margin-bottom: 124px;
  }
  .school-minischool-img{
    max-width: 524px;
  }
  
  .school-minischool-detail{
    max-width: 506px;
    margin-left: 40px;
  }
  .school-minischool-head{
    font-size: 14px;
    line-height: calc(25/14);
    margin-bottom: 10px;
  }
  .school-minischool-lead{
    font-size: 12px;
    margin-bottom: 40px;
  }
  .school-minischool-btn{
    width: 300px;
    margin-left: 0;
  }
}

.school-anchor-btn-benefits{
  text-align: center;
}

@media screen and (max-width: 768px){
  .school-minischool{
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  .school-minischool-detail{
    padding: 20px 15px 0;
    box-sizing: border-box;
  }
  .school-minischool-head{
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .school-minischool-lead{
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .school-anchor-btn-warp{
    width: 100%;
    gap: 10px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .school-anchor-btn-benefits__text{
    font-size: 14px;
    line-height: calc(25/14);
  }
  .school-anchor-btn-benefits{
    margin-top: 36px;
  }
  .school-anchor-btn-benefits .school-anchor-btn{
    display: inline-block;
    width: 300px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .school-anchor-btn-benefits{
    margin-top: 24px;
  }
  .school-anchor-btn-benefits .school-anchor-btn{
    display: inline-block;
    width: calc(220/375*100%);
    margin-top: 8px;
  }
  .main_course_list li p.item_list__text, .optional_course_list li p.item_list__text {
      padding: 5px 10px 10px 10px;
  }
  .school-anchor-btn-warp{
    margin: 0;
  }
  .school-anchor-btn-warp{
    row-gap: 20px;
  }
  .school-anchor-btn{
    margin-top: 0;
  }
}
.school_outline__detail__heading{
  text-align: center;
  border: 2px solid #000;
}
.school_outline__detail__bottom{
  margin-top: 60px;
}

#course_name{
  margin-bottom: 30px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

 article,
 aside,
 details, /* 1 */
 figcaption,
 figure,
 footer,
 header,
 main, /* 2 */
 menu,
 nav,
 section,
 summary { /* 1 */
     display: block;
 }
 
 /**
  * Add the correct display in IE 9-.
  */
 
 audio,
 canvas,
 progress,
 video {
     display: inline-block;
 }
 
 /**
  * Add the correct display in iOS 4-7.
  */
 
 audio:not([controls]) {
     display: none;
     height: 0;
 }
 
 /**
  * Add the correct display in IE 10-.
  * 1. Add the correct display in IE.
  */
 
 template, /* 1 */
 [hidden] {
     display: none;
 }
 
 /* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
    ========================================================================== */
 
 /**
  * 1. Remove repeating backgrounds in all browsers (opinionated).
  * 2. Add box sizing inheritence in all browsers (opinionated).
  */
 
 *,
 ::before,
 ::after {
     background-repeat: no-repeat; /* 1 */
     box-sizing: inherit; /* 2 */
 }
 
 /**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritence in all browsers (opinionated).
  */
 
 ::before,
 ::after {
     text-decoration: inherit; /* 1 */
     vertical-align: inherit; /* 2 */
 }
 
 /**
  * 1. Add border box sizing in all browsers (opinionated).
  * 2. Add the default cursor in all browsers (opinionated).
  * 3. Add a flattened line height in all browsers (opinionated).
  * 4. Prevent font size adjustments after orientation changes in IE and iOS.
  */
 
 html {
     box-sizing: border-box; /* 1 */
     cursor: default; /* 2 */
     font-family: sans-serif; /* 3 */
     line-height: 1.5; /* 3 */
     -ms-text-size-adjust: 100%; /* 4 */
     -webkit-text-size-adjust: 100%; /* 5 */
 }
 
 /* Sections (https://www.w3.org/TR/html5/sections.html)
    ========================================================================== */
 
 /**
  * Remove the margin in all browsers (opinionated).
  */
 
 body {
     margin: 0;
 }
 
 /**
  * Correct the font sizes and margins on `h1` elements within
  * `section` and `article` contexts in Chrome, Firefox, and Safari.
  */
 
 h1 {
     font-size: 2em;
     margin: .67em 0;
 }
 
 p {
     margin: 0;
 }
 
 /* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
    ========================================================================== */
 
 /**
  * 1. Correct font sizing inheritance and scaling in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 code,
 kbd,
 pre,
 samp {
     font-family: monospace, monospace; /* 1 */
     font-size: 1em; /* 2 */
 }
 
 /**
  * 1. Correct the height in Firefox.
  * 2. Add visible overflow in Edge and IE.
  */
 
 hr {
     height: 0; /* 1 */
     overflow: visible; /* 2 */
 }
 
 /**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
 
 nav ol,
 nav ul {
     list-style: none;
 }
 ul {
     margin: 0;
     padding: 0;
 }
 li {
     list-style-type: none;
 }
 
 /* Text-level semantics
    ========================================================================== */
 
 /**
  * 1. Add a bordered underline effect in all browsers.
  * 2. Remove text decoration in Firefox 40+.
  */
 
 abbr[title] {
     border-bottom: 1px dotted; /* 1 */
     text-decoration: none; /* 2 */
 }
 
 /**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */
 
 b,
 strong {
     font-weight: inherit;
 }
 
 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
 
 b,
 strong {
     font-weight: bolder;
 }
 
 /**
  * Add the correct font style in Android 4.3-.
  */
 
 dfn {
     font-style: italic;
 }
 
 /**
  * Add the correct colors in IE 9-.
  */
 
 mark {
     background-color: #ffff00;
     color: #000000;
 }
 
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
 
 progress {
     vertical-align: baseline;
 }
 
 /**
  * Correct the font size in all browsers.
  */
 
 small {
     font-size: 83.3333%;
 }
 
 /**
  * Change the positioning on superscript and subscript elements
  * in all browsers (opinionated).
  * 1. Correct the font size in all browsers.
  */
 
 sub,
 sup {
     font-size: 83.3333%; /* 1 */
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }
 
 sub {
     bottom: -.25em;
 }
 
 sup {
     top: -.5em;
 }
 
 /*
  * Remove the text shadow on text selections (opinionated).
  * 1. Restore the coloring undone by defining the text shadow (opinionated).
  */
 
 ::-moz-selection {
     background-color: #b3d4fc; /* 1 */
     color: #000000; /* 1 */
     text-shadow: none;
 }
 
 ::selection {
     background-color: #b3d4fc; /* 1 */
     color: #000000; /* 1 */
     text-shadow: none;
 }
 
 /* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
    ========================================================================== */
 
 /*
  * Change the alignment on media elements in all browers (opinionated).
  */
 
 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
     vertical-align: middle;
 }
 
 /**
  * Remove the border on images inside links in IE 10-.
  */
 
 img {
     border-style: none;
 }
 
 /**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
 
 svg {
     fill: currentColor;
 }
 
 /**
  * Hide the overflow in IE.
  */
 
 svg:not(:root) {
     overflow: hidden;
 }
 
 /* Links (https://www.w3.org/TR/html5/links.html#links)
    ========================================================================== */
 
 /**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
  */
 
 a {
     background-color: transparent; /* 1 */
     -webkit-text-decoration-skip: objects; /* 2 */
 }
 
 /**
  * Remove the outline when hovering in all browsers (opinionated).
  */
 
 a:hover {
     outline-width: 0;
 }
 
 /* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
    ========================================================================== */
 
 /*
  * Remove border spacing in all browsers (opinionated).
  */
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 
 /* transform-style:  (https://www.w3.org/TR/html5/forms.html)
    ========================================================================== */
 
 /**
  * 1. Remove the default styling in all browsers (opinionated).
  * 3. Remove the margin in Firefox and Safari.
  */
 
 button,
 input,
 select,
 textarea {
     background-color: transparent; /* 1 */
     border-style: none; /* 1 */
     color: inherit; /* 1 */
     font-size: 1em; /* 1 */
     margin: 0; /* 3 */
 }
 
 /**
  * Correct the overflow in IE.
  * 1. Correct the overflow in Edge.
  */
 
 button,
 input { /* 1 */
     overflow: visible;
 }
 
 /**
  * Remove the inheritance in Edge, Firefox, and IE.
  * 1. Remove the inheritance in Firefox.
  */
 
 button,
 select { /* 1 */
     text-transform: none;
 }
 
 /**
  * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */
 
 button,
 html [type="button"], /* 1 */
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button; /* 2 */
 }
 
 /**
  * Remove the inner border and padding in Firefox.
  */
 
 ::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }
 
 /**
  * Correct the focus styles unset by the previous rule.
  */
 
 :-moz-focusring {
     outline: 1px dotted ButtonText;
 }
 
 /**
  * Correct the border, margin, and padding in all browsers.
  */
 
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: .35em .625em .75em;
 }
 
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
 
 legend {
     display: table; /* 1 */
     max-width: 100%; /* 1 */
     padding: 0; /* 2 */
     white-space: normal; /* 1 */
 }
 
 /**
  * 1. Remove the vertical scrollbar in IE.
  * 2. Change the resize direction on textareas in all browsers (opinionated).
  */
 
 textarea {
     overflow: auto; /* 1 */
     resize: vertical; /* 2 */
 }
 
 /**
  * Remove the padding in IE 10-.
  */
 
 [type="checkbox"],
 [type="radio"] {
     padding: 0;
 }
 
 /**
  * Correct the cursor style on increment and decrement buttons in Chrome.
  */
 
 ::-webkit-inner-spin-button,
 ::-webkit-outer-spin-button {
     height: auto;
 }
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 
 [type="search"] {
     -webkit-appearance: textfield; /* 1 */
     outline-offset: -2px; /* 2 */
 }
 
 /**
  * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
  */
 
 ::-webkit-search-cancel-button,
 ::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 
 /**
  * Correct the text style on placeholders in Chrome, Edge, and Safari.
  */
 
 ::-webkit-input-placeholder {
     color: inherit;
     opacity: .54;
 }
 
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 
 ::-webkit-file-upload-button {
     -webkit-appearance: button; /* 1 */
     font: inherit; /* 2 */
 }
 
 /* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
    ========================================================================== */
 
 /**
  * Change the cursor on busy elements (opinionated).
  */
 
 [aria-busy="true"] {
     cursor: progress;
 }
 
 /*
  * Change the cursor on control elements (opinionated).
  */
 
 [aria-controls] {
     cursor: pointer;
 }
 
 /*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements (opinionated).
  */
 
 [aria-disabled] {
     cursor: default;
 }
 
 /* User interaction (https://www.w3.org/TR/html5/editing.html)
    ========================================================================== */
 
 /*
  * Remove the tapping delay on clickable elements (opinionated).
  * 1. Remove the tapping delay in IE 10.
  */
 
 a,
 area,
 button,
 input,
 label,
 select,
 textarea,
 [tabindex] {
     -ms-touch-action: manipulation; /* 1 */
     touch-action: manipulation;
 }
 
 /*
  * Change the display on visually hidden accessible elements (opinionated).
  */
 
 [hidden][aria-hidden="false"] {
     clip: rect(0, 0, 0, 0);
     display: inherit;
     position: absolute;
 }
 
 [hidden][aria-hidden="false"]:focus {
     clip: auto;
 }
 
 html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: 'â';
}
[dir='rtl'] .slick-prev:before {
  content: 'â';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: 'â';
}
[dir='rtl'] .slick-next:before {
  content: 'â';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â¢';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-webkit-scroll-snap-type:none;-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

img {
  width: 100%;
  display: block;
}
body {
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3', YuGothic, 'æ¸¸ã´ã·ãã¯', Meirio, "ã¡ã¤ãªãª", sans-serif;
}
a {
  transition: opacity 0.3s;
  display: block;
  text-decoration: none;
}
figure {
  margin: 0;
}
html {
  font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3', YuGothic, 'æ¸¸ã´ã·ãã¯', Meirio, "ã¡ã¤ãªãª", sans-serif;
}
.tp-Mv {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.tp-MvSlider {
  margin-bottom: 0 !important;
}
.tp-MvSlider .slick-current {
  -webkit-animation: zoomdown 7s 1;
          animation: zoomdown 7s 1;
}
.tp-MvSlider .slick-dots button::before {
  content: "";
  background-color: #d6d6d6;
  border-radius: 500px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  opacity: 1 !important;
}
.tp-MvSlider .slick-dots li.slick-active button:before {
  background-color: #4a7c59;
}
.tp-Topics {
  overflow: hidden;
}
.tp-TopicsInner {
  position: relative;
}
.tp-TopicsInner .slick-track {
  margin-left: 0;
}
.tp-TopicsSlider .slick-list {
  overflow: unset;
}
.tp-TopicsSlider .slick-dots li {
  background: #d6d2cf;
  border-radius: 100%;
}
.tp-TopicsSlider .slick-dots li.slick-active {
  background: #301d0f;
}
.tp-TopicsSlider .slick-dots li button::before {
  content: none;
}
.tp-TopicsSliderArrow .slick-next {
  background: url("img/icon_next.png") no-repeat left top;
  background-size: contain;
}
.tp-TopicsSliderArrow .slick-prev {
  background: url("img/icon_prev.png") no-repeat left top;
  background-size: contain;
}
.tp-TopicsSliderEl .tp-TopicsSliderImg {
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.tp-TopicsSliderLink {
  color: #000;
}
.tp-TopicsSliderImg img {
  display: block;
  border-radius: 16px;
  box-shadow: 1px 8px 15px rgba(6,0,1,0.25);
  transition: opacity 0.3s;
  border: 2px solid #fff;
}
.tp-TopicsSliderCaption {
  display: block;
}
.tp-Emergency {
  background: #f7f6f2;
}
.tp-EmergencyLink {
  display: block;
}
.tp-Declaration {
  background: #f7f6f2;
}
.tp-DeclarationLink {
  display: block;
  background: #193b3c;
}
.tp-DeclarationTextArea {
  text-align: center;
  margin: 0 auto;
}
.tp-DeclarationText {
  color: #fff;
}
.tp-DeclarationTextSmall {
  color: #fff;
}
.tp-Goto {
  background: #f7f6f2;
}
.tp-GotoLink {
  display: block;
}
.tp-GotoNewsLink {
  display: block;
}
.tp-Service {
  width: 100%;
}
.tp-Service .tp-HeadingSub {
  line-height: 1.5;
}
.tp-Service .tp-HeadingNote {
  display: block;
  text-align: center;
  border: 1px solid #aaa;
  background: #f7f6f2;
  font-weight: bold;
  color: #535353;
}
.tp-ServiceInner {
  margin: 0 auto;
}
.tp-ServiceTitle {
  position: relative;
}
.tp-ServiceTitle span {
  display: block;
  font-weight: bold;
  color: #2f1d0f;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
}
.tp-ServiceTitle::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tp-ServiceListLink {
  display: block;
  color: #5d3314;
}
.tp-ServiceListSubHead {
  position: relative;
  font-weight: bold;
  color: #000;
}
.tp-ServiceListText {
  line-height: 1.5;
  color: #000;
}
.tp-ServiceBtn {
  background: #fff;
  color: #301d0f;
  border: 2px solid #d6d2cf;
  border-radius: 100px;
  display: block;
  text-align: left;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  position: relative;
}
.tp-ServiceBtn::after {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon_arrow.png") no-repeat left top;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tp-Fyt {
  width: 100%;
  background: #f7f6f2;
  overflow: hidden;
}
.tp-FytTitle {
  width: 100%;
}
.tp-FytInner {
  position: relative;
  margin: 0 auto;
}
.tp-FytListLInk {
  display: block;
  color: #000;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.tp-FytListTitle {
  background: #e2dad5;
  text-align: center;
  font-weight: bold;
}
.tp-FytListImg {
  height: 100%;
}
.tp-FytListImg img {
  display: block;
  margin: 0 auto;
  border-radius: 1000px;
}
.tp-FytListCaption {
  text-align: center;
}
.tp-Heading {
  margin: 0 auto 65px;
}
.tp-HeadingMain {
  line-height: 1;
  font-weight: 200;
  display: block;
  text-align: center;
  font-size: 48px;
  margin-bottom: 51px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  position: relative;
}
.tp-HeadingMain::after {
  content: '';
  display: block;
  position: absolute;
  background: #b4b4b4;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.tp-HeadingSub {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  color: #535353;
}
.tp-News {
  padding: 60px 0px !important;
}
.tp-NewsInner {
  margin: auto;
}
.tp-NewsMainItem {
  margin-bottom: 3.703703703703703%;
  padding-bottom: 3.703703703703703%;
  border-bottom: solid 1px #d6d2cf;
  font-size: 14px;
}
.tp-NewsMainInner {
  display: flex;
  justify-content: flex-start;
}
.tp-NewsMainCol:nth-child(1) {
  width: 24.074074074074073%;
  margin-right: 3.703703703703703%;
}
.tp-NewsMainCol:nth-child(2) {
  width: 65.67164179104478%;
}
.tp-NewsMainDate {
  color: #aca59f;
  display: block;
  margin-bottom: 3.703703703703703%;
}
.tp-NewsMainTitle {
  color: #000;
  line-height: 1.5;
}
.tp-NewsSubHead {
  color: #535353;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: solid 8px #f7f6f2;
  margin-bottom: 8%;
  font-family: 'Raleway', sans-serif;
}
.tp-NewsSubItem {
  font-size: 12px;
  margin-bottom: 8%;
}
.tp-NewsSubDate {
  color: #aca59f;
  display: block;
  margin-bottom: 4%;
  font-weight: bold;
}
.tp-NewsSubTitle {
  color: #000;
  line-height: 1.5;
}
.tp-NewsSubMore {
  text-align: right;
  margin-top: 16%;
}
.tp-NewsSubMoreLink {
  color: #301d0f;
  display: inline-block;
  padding: 0 25px 4px 16px;
  border-bottom: solid 1px #f7f6f2;
  background: url("img/icon_arrow.png") no-repeat right center;
  font-family: 'Raleway', sans-serif;
}
.tp-Partner {
  width: 100%;
  background: #f7f6f2;
}
.tp-PartnerInner {
  position: relative;
  margin: 0 auto;
}
.tp-PartnerHead {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
}
.tp-PartnerLink {
  width: 48.214285714285715%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 2.678571428571428% 1.785714285714286% 2.053571428571428% 21.428571428571427%;
  box-sizing: border-box;
}
.tp-PartnerLink::after {
  content: "";
  display: block;
  width: 37.03703703703704%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tp-PartnerLink-recruit::after {
  background-image: url("img/partner_recruit.png");
}
.tp-PartnerLink-franchise::after {
  background-image: url("img/partner_franchise.png");
}
.tp-PartnerLinkInner {
  background: url("img/icon_arrow.png") no-repeat right center;
}
.tp-PartnerLinkLabel {
  display: block;
  font-size: 24px;
  color: #000;
  margin-bottom: 3.571428571428571%;
  font-family: 'Raleway', sans-serif;
}
.tp-PartnerLinkSub {
  color: #535353;
  font-size: 14px;
}
.tp-Notice {
  background: #f7f6f2;
}
.tp-NoticeInner {
  border: 2px solid #000;
  margin: 0 auto;
}
.tp-NoticeTitle {
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.6;
}
.tp-NoticeText {
  color: #000;
  line-height: 1.6;
}
.tp-HappyBagBnr {
  display: block;
}
.tp-HappyBagBnr img {
  border-radius: 10px;
  box-shadow: 1px 8px 15px rgba(6,0,1,0.25);
}
.tp-MvBnr {
  background: rgba(255,255,255,0.9);
  position: absolute;
  box-shadow: 0px 8px 14.85px -6.85px rgba(6,0,1,0.25);
  border: 2px solid #b7a98e;
  box-sizing: border-box;
}
.tp-MvBnrIcon {
  position: absolute;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  background: #b7a98e;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
}
.tp-MvBnrInner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.tp-MvBnrImg img {
  border-radius: 8px;
}
.tp-MvBnrDay {
  color: #000;
  display: block;
  font-weight: bold;
}
.tp-MvBnrText {
  color: #000;
  display: block;
  font-weight: bold;
}
.tp-MvNews {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: flex;
}
.tp-MvNewsItem {
  display: block;
}
.tp-MvNewsItemInner {
  display: flex;
}
.tp-MvNewsIcon {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  border: 1px solid #4a7c59;
  color: #fff;
  background: #4a7c59;
  border-radius: 4px;
  text-align: center;
}
.tp-MvNewsDay {
  color: #000;
  font-weight: bold;
}
.tp-MvNewsText {
  color: #000;
}
.tp-CoronaBnr {
  background: #e2dbcf;
}
.tp-CoronaBnrInner {
  margin: 0 auto;
}
.tp-CoronaBnrLink {
  display: block;
  color: #153434;
}
.tp-CoronaBnrNote {
  display: block;
  text-align: right;
}
.tp-CoronaBnrDetail {
  background: #fff;
  display: flex;
  box-sizing: border-box;
}
.tp-CoronaBnrDetailImg {
  background: #153434;
  display: block;
}
.tp-CoronaBnrDetailImg img {
  margin: 0 auto;
}
.tp-CoronaBnrDetailText {
  color: #153434;
  display: block;
  font-weight: bold;
}
.tp-Action,
.tp-Concept {
  background: #eae8e1;
}
.tp-Action .tp-Heading,
.tp-Concept .tp-Heading {
  position: relative;
  line-height: 1.6;
}
.tp-Action .tp-HeadingLink,
.tp-Concept .tp-HeadingLink {
  margin: 0 auto;
  display: block;
}
.tp-Action .tp-HeadingMain::after,
.tp-Concept .tp-HeadingMain::after {
  display: none;
}
.tp-Action .tp-HeadingSub,
.tp-Concept .tp-HeadingSub {
  color: #535353;
}
.tp-ConceptList {
  display: flex;
  flex-wrap: wrap;
}
.tp-ConceptLink {
  display: block;
}
.tp-ActionText,
.tp-ConceptText {
  color: #333;
  text-align: center;
  display: block;
}
.tp-Campaign {
  width: 100%;
}
.tp-CampaignTitle {
  position: relative;
}
.tp-CampaignTitle span {
  display: block;
  font-weight: bold;
  color: #2f1d0f;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
}
.tp-CampaignTitle::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tp-CampaignInner {
  margin: 0 auto;
}
.tp-CampaignList {
  display: flex;
  flex-wrap: wrap;
}
.tp-CampaignListEl {
  overflow: hidden;
  text-align: center;
}
.tp-CampaignListText {
  color: #000;
}
.tp-FytBtn,
.tp-CampaignBtn {
  background: #fff;
  color: #2f1d0f;
  border: 2px solid #d5d2ce;
  border-radius: 100px;
  display: block;
  text-align: left;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  position: relative;
  text-align: center;
}
.tp-FytBtn::after,
.tp-CampaignBtn::after {
  content: '';
  display: block;
  position: absolute;
  background: url("img/icon_arrow.png") no-repeat left top;
  background-size: contain;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tp-FytMovieArea {
  background: #f7f6f1;
}
.tp-FytMovieInner {
  aspect-ratio: 16/9;
}
.tp-FytMovie {
  width: 100% !important;
  height: 100% !important;
}
.tp-FytMovieLink {
  color: #000;
  position: relative;
  font-weight: bold;
}
.tp-FytMovieLink::after {
  content: '';
  display: inline-block;
  background: url("img/icon_blank.png") no-repeat left top;
  background-size: contain;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url("img/icon_swiper_arrow.svg");
  background-size: cover;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tp-Fyt .swiper-slide,
.tp-Fyt .swiper-wrapper {
  height: auto;
}
@-webkit-keyframes zoomdown {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomdown {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .tp-MvSlider .slick-slide img.pcOnly {
    display: none;
  }
  .tp-MvSlider .slick-slide img.spOnly {
    display: block;
  }
  .tp-MvSlider .slick-dots {
    bottom: 4vw;
  }
  .tp-MvSlider .slick-dots button {
    width: 4.533333333333333vw;
    height: 4.533333333333333vw;
  }
  .tp-MvSlider .slick-dots button::before {
    border: 0.8vw solid #fff;
    height: 100%;
  }
  .tp-MvSlider .slick-dots li {
    margin: 0 1.066666666666667vw;
  }
  .tp-TopicsInner {
    width: 100%;
    max-width: 89.33333333333333vw;
    margin: 0 auto;
    overflow: visible;
  }
  .tp-TopicsSlider .slick-dots {
    bottom: -10.666666666666668vw;
  }
  .tp-TopicsSlider .slick-dots li {
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
  }
  .tp-TopicsSliderArrow {
    position: absolute;
    width: 78.66666666666666vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 20vw;
  }
  .tp-TopicsSliderArrow .slick-next {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
    right: -5.333333333333334vw;
  }
  .tp-TopicsSliderArrow .slick-prev {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
    left: -5.333333333333334vw;
  }
  .tp-TopicsSliderEl {
    width: 72vw;
  }
  .tp-TopicsSliderCaption {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 5.066666666666666vw;
    padding: 0 4.266666666666667vw;
  }
  .tp-EmergencyInner {
    width: 89.33333333333333vw;
    margin: 0 auto;
    padding-bottom: 13.333333333333334vw;
  }
  .tp-DeclarationInner {
    width: 89.33333333333333vw;
    margin: 0 auto;
    padding-bottom: 6.666666666666667vw;
  }
  .tp-DeclarationLink {
    padding: 0.666666666666667vw 0;
  }
  .tp-DeclarationTextArea {
    border: 0.266666666666667vw solid #fff;
    width: 88vw;
    padding: 3.066666666666666vw 0 2.4vw;
  }
  .tp-DeclarationText {
    font-size: 4vw;
  }
  .tp-DeclarationTextSmall {
    font-size: 2.666666666666667vw;
    margin-top: 1.333333333333333vw;
  }
  .tp-GotoInner {
    width: 89.33333333333333vw;
    margin: 0 auto;
    padding-bottom: 6.666666666666667vw;
  }
  .tp-GotoNews {
    margin-top: 10.666666666666668vw;
  }
  .tp-GotoNewsInner {
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 6.666666666666667vw;
  }
  .tp-Service {
    padding: 14.399999999999999vw 0 13.333333333333334vw;
  }
  .tp-Service .tp-HeadingNote {
    width: 89.33333333333333vw;
    margin: 0 auto 5.333333333333334vw;
    padding: 2.666666666666667vw 0;
    font-size: 4.266666666666667vw;
  }
  .tp-ServiceTitle {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  .tp-ServiceTitle span {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    width: 53.333333333333336vw;
  }
  .tp-ServiceList {
    margin: 16vw auto 0;
    width: 89.33333333333333vw;
    display: flex;
    justify-content: space-between;
  }
  .tp-ServiceListEl {
    width: 41.86666666666667vw;
  }
  .tp-ServiceListEl:nth-child(4) .tp-ServiceListHead img {
    width: 44.4vw;
  }
  .tp-ServiceListEl:nth-child(6) .tp-ServiceListHead img {
    width: 40.4vw;
  }
  .tp-ServiceListHead {
    display: flex;
    align-items: center;
    margin-bottom: 6.666666666666667vw;
  }
  .tp-ServiceListHead:after {
    content: "";
    flex-grow: 1;
    border-top: 1px dotted #301d0f;
    display: block;
  }
  .tp-ServiceListHead:after {
    margin-left: 1.333333333333333vw;
  }
  .tp-ServiceListHead img {
    width: 33.06666666666666vw;
  }
  .tp-ServiceListImg {
    width: 100%;
    box-sizing: content-box;
  }
  .tp-ServiceListSubHead {
    margin-top: 5.333333333333334vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .tp-ServiceListText {
    font-size: 2.933333333333333vw;
    margin-top: 4.399999999999999vw;
  }
  .tp-ServiceBtn {
    padding: 2.133333333333333vw 9.866666666666667vw;
    width: 43.733333333333334vw;
    margin: 10.666666666666668vw auto 0;
    font-size: 4.8vw;
  }
  .tp-ServiceBtn::after {
    width: 3.733333333333334vw;
    height: 3.466666666666666vw;
    right: 8.799999999999999vw;
  }
  .tp-FytBlock {
    padding: 10.666666666666668vw 0 13.333333333333334vw;
  }
  .tp-FytInner {
    display: flex;
    flex-direction: column-reverse;
    width: 89.33333333333333vw;
    padding-bottom: 9.2vw;
  }
  .tp-FytListEl {
    width: 40.13333333333333vw;
  }
  .tp-FytListLInk {
    border-radius: 3.2vw;
    box-shadow: 0 0 1.333333333333333vw rgba(0,0,0,0.25);
  }
  .tp-FytListTitle {
    font-size: 2.933333333333333vw;
    line-height: calc(33 / 22);
    padding: 3.066666666666666vw 1.333333333333333vw;
  }
  .tp-FytListImg {
    padding: 4vw 4vw 5.600000000000001vw;
  }
  .tp-FytListImg img {
    width: 26.666666666666668vw;
  }
  .tp-FytListCaption {
    margin-top: 3.2vw;
    font-size: 2.666666666666667vw;
    line-height: 1.5;
  }
  .tp-Heading {
    margin-bottom: 13.333333333333334vw;
  }
  .tp-HeadingMain {
    font-size: 9.6vw;
    margin-bottom: 9.333333333333334vw;
    letter-spacing: 1px;
  }
  .tp-HeadingMain::after {
    width: 12.8vw;
    height: 0.266666666666667vw;
    top: 14.000000000000002vw;
  }
  .tp-HeadingSub {
    margin-top: 10.666666666666668vw;
    font-size: 3.733333333333334vw;
  }
  .tp-News {
    padding: 13.333333333333334vw 0 17.333333333333336vw;
  }
  .tp-NewsInner {
    width: 89.33333333333333vw;
  }
  .tp-NewsMainItem {
    font-size: 3.2vw;
    margin-bottom: 5.970149253731343%;
    padding-bottom: 5.970149253731343%;
  }
  .tp-NewsMainCol:nth-child(1) {
    width: 31.343283582089555%;
    margin-right: 2.985074626865671%;
  }
  .tp-NewsSub {
    margin-top: 11.940298507462686%;
  }
  .tp-NewsSubHead {
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 5.970149253731343%;
    font-size: 4.8vw;
  }
  .tp-NewsSubItem {
    margin-bottom: 5.970149253731343%;
    font-size: 3.2vw;
  }
  .tp-NewsSubDate {
    margin-bottom: 2.985074626865671%;
  }
  .tp-NewsSubMore {
    margin-top: 11.940298507462686%;
  }
  .tp-NewsSubMoreLink {
    font-size: 4.8vw;
    border-bottom: solid 2px #d6d2cf;
  }
  .tp-PartnerInner {
    width: 89.33333333333333vw;
    padding: 6.666666666666667vw 0 13.333333333333334vw;
  }
  .tp-PartnerHead {
    font-size: 4.266666666666667vw;
  }
  .tp-PartnerLead {
    width: 62.4vw;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 12vw;
  }
  .tp-PartnerLink {
    width: 100%;
    padding: 2.666666666666667vw 2.666666666666667vw 2.666666666666667vw 40vw;
  }
  .tp-PartnerLink + .tp-PartnerLink {
    margin-top: 5.333333333333334vw;
  }
  .tp-PartnerLink::after {
    width: 33.33333333333333vw;
  }
  .tp-PartnerLinkLabel {
    font-size: 4.8vw;
  }
  .tp-PartnerLinkSub {
    font-size: 3.2vw;
  }
  .tp-Notice {
    padding-bottom: 8vw;
  }
  .tp-NoticeInner {
    width: 89.33333333333333vw;
    padding: 5.333333333333334vw 5.333333333333334vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .tp-NoticeTitle {
    font-size: 5.333333333333334vw;
    margin-bottom: 4vw;
  }
  .tp-NoticeText {
    font-size: 4.266666666666667vw;
  }
  .tp-HappyBag {
    margin: 13.333333333333334vw auto;
    width: 89.33333333333333vw;
  }
  .tp-MvBnr {
    width: 80vw;
    padding: 3.2vw 0;
    bottom: 2.666666666666667vw;
    right: 10vw;
    box-shadow: 0px 8px 14.85px 1.15px rgba(6,0,1,0.25);
    border-radius: 0 12px 12px 12px;
  }
  .tp-MvBnrIcon {
    font-size: 3.733333333333334vw;
    width: 21.866666666666667vw;
    padding: 1.6vw 2.666666666666667vw;
    top: -7.199999999999999vw;
    left: -2px;
  }
  .tp-MvBnrInner {
    width: 74.66666666666667vw;
  }
  .tp-MvBnrImg {
    width: 21.333333333333336vw;
  }
  .tp-MvBnrLead {
    width: 50.66666666666667vw;
    margin-left: 2.666666666666667vw;
  }
  .tp-MvBnrDay {
    font-size: 2.666666666666667vw;
  }
  .tp-MvBnrText {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.066666666666667vw;
  }
  .tp-MvNews {
    width: 92vw;
    margin: 2.666666666666667vw auto;
    align-items: flex-start;
  }
  .tp-MvNewsItemInner {
    align-items: flex-start;
    height: 21.333333333333336vw;
    padding: 2.666666666666667vw 0;
  }
  .tp-MvNewsLead {
    margin-left: 2.666666666666667vw;
    width: 72.8vw;
  }
  .tp-MvNewsIcon {
    font-size: 3.733333333333334vw;
    padding: 1.066666666666667vw;
    width: 13.866666666666665vw;
    margin-top: 3.466666666666666vw;
  }
  .tp-MvNewsDay {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.333333333333333vw;
  }
  .tp-MvNewsText {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.333333333333333vw;
  }
  .tp-CoronaBnr {
    padding: 8vw 0;
  }
  .tp-CoronaBnrInner {
    width: 89.33333333333333vw;
  }
  .tp-CoronaBnrLink:first-of-type {
    margin-bottom: 5.333333333333334vw;
  }
  .tp-CoronaBnrNote {
    font-size: 2.933333333333333vw;
    margin-top: 2.133333333333333vw;
  }
  .tp-CoronaBnrDetail {
    height: 14.933333333333335vw;
    border-radius: 1.333333333333333vw;
    border: 0.266666666666667vw solid #153434;
  }
  .tp-CoronaBnrDetailImg {
    width: 14.933333333333335vw;
    border-radius: 1.066666666666667vw 0 0 1.066666666666667vw;
    height: 14.933333333333335vw;
    top: -0.266666666666667vw;
    position: relative;
  }
  .tp-CoronaBnrDetailImg img {
    width: 7.733333333333333vw;
    padding-top: 3.466666666666666vw;
  }
  .tp-CoronaBnrDetailText {
    width: 66.66666666666666vw;
    font-size: 3.333333333333333vw;
    line-height: 1.48;
    padding: 4.8vw 0 4.8vw 2.666666666666667vw;
  }
  .tp-ActionConcept {
    margin-top: 1.066666666666667vw;
  }
  .tp-Action,
  .tp-Concept {
    padding: 6.666666666666667vw 0 5.333333333333334vw;
  }
  .tp-Action .tp-Heading,
  .tp-Concept .tp-Heading {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  .tp-Action .tp-HeadingLink,
  .tp-Concept .tp-HeadingLink {
    width: 64vw;
    margin-top: 6.933333333333333vw;
  }
  .tp-Action .tp-HeadingMain,
  .tp-Concept .tp-HeadingMain {
    font-size: 6.933333333333333vw;
    margin-bottom: 1.333333333333333vw;
  }
  .tp-Action .tp-HeadingSub,
  .tp-Concept .tp-HeadingSub {
    line-height: 1;
    font-size: 3.2vw;
    margin-top: 1.866666666666667vw;
  }
  .tp-Concept {
    margin-top: 1.066666666666667vw;
  }
  .tp-ConceptList {
    width: 89.33333333333333vw;
    margin: 0 auto;
    justify-content: center;
  }
  .tp-ConceptListEl {
    width: 43.333333333333336vw;
  }
  .tp-ActionText,
  .tp-ConceptText {
    font-size: 3.2vw;
    margin-top: 4vw;
    line-height: calc(36 / 24);
  }
  .tp-Campaign {
    padding: 12.666666666666668vw 0 16vw;
  }
  .tp-CampaignTitle {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  .tp-CampaignTitle span {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    width: 41.86666666666667vw;
  }
  .tp-CampaignTitle::before {
    height: 0.533333333333333vw;
  }
  .tp-CampaignList {
    margin: 6.666666666666667vw auto 0;
    width: 89.33333333333333vw;
    display: flex;
    justify-content: space-between;
    gap: 1.333333333333333vw;
  }
  .tp-CampaignListEl {
    width: 43.86666666666667vw;
    border-radius: 2.133333333333333vw;
    box-shadow: 0 0 2.666666666666667vw rgba(0,0,0,0.16);
  }
  .tp-CampaignListText {
    text-align: left;
    font-size: 2.933333333333333vw;
    line-height: calc(33 / 22);
  }
  .tp-CampaignListDetail {
    padding: 2.666666666666667vw;
  }
  .tp-FytBtn,
  .tp-CampaignBtn {
    padding: 3.6vw 0;
    width: 90.4vw;
    margin: 7.333333333333333vw auto 0;
    font-size: 4vw;
  }
  .tp-FytBtn::after,
  .tp-CampaignBtn::after {
    width: 3.733333333333334vw;
    height: 3.2vw;
    right: 5.333333333333334vw;
  }
  .tp-FytBtn {
    margin: 0 auto;
  }
  .tp-FytMovieArea {
    padding-bottom: 12.266666666666666vw;
  }
  .tp-FytMovieWrap {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  .tp-FytMovieInner {
    width: 100%;
  }
  .tp-FytMovieText {
    width: 100%;
  }
  .tp-FytMovieLink {
    font-size: 4.266666666666667vw;
    margin: 4.533333333333333vw 0;
  }
  .tp-FytMovieLink::after {
    width: 5.2vw;
    height: 3.866666666666667vw;
    margin-left: 3.026666666666667vw;
  }
  .tp-FytMovieTextDetail {
    border-top: 0.533333333333333vw solid #fff;
    padding-top: 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: calc(42 / 28);
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 8vw;
    height: 8vw;
  }
  .swiper-button-next {
    right: -3.6vw;
  }
  .swiper-button-prev {
    left: -3.6vw;
  }
  .tp-Topics .swiper-button-next,
  .tp-Topics .swiper-button-prev {
    top: 22.133333333333333vw;
  }
  .tp-Fyt .swiper-button-next,
  .tp-Fyt .swiper-button-prev {
    top: 31.466666666666665vw;
  }
}
@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  a:hover {
    opacity: 0.8;
  }
  .tp-Mv {
    max-width: 1366px;
  }
  .tp-MvSlider .slick-slide img.pcOnly {
    display: block;
  }
  .tp-MvSlider .slick-slide img.spOnly {
    display: none;
  }
  .tp-MvSlider .slick-dots {
    bottom: 30px;
  }
  .tp-MvSlider .slick-dots button {
    width: 21px;
  }
  .tp-MvSlider .slick-dots button::before {
    border: 4px solid #fff;
    height: 100%;
  }
  .tp-MvSlider .slick-dots li {
    margin: 0 5px;
  }
  .tp-Topics {
    background-position: 97px 97px;
    margin-top: 5.779078273591807%;
  }
  .tp-Topics .tp-Heading {
    position: relative;
    margin: 0 auto 38px;
  }
  .tp-TopicsInner {
    max-width: 992px;
    width: 72.5676664228237%;
    margin: 0 auto;
    overflow: visible;
  }
  .tp-TopicsInner[data-slick="false"] {
    padding-bottom: 40px;
    overflow: inherit;
  }
  .tp-TopicsSlider .slick-dots {
    bottom: 0;
    top: 340px;
  }
  .tp-TopicsSlider .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .tp-TopicsSlider[data-slick="false"] {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -30px;
  }
  .tp-TopicsSlider[data-slick="false"] .tp-TopicsSliderEl {
    margin: 0 20px 0;
  }
  .tp-TopicsSliderArrow {
    position: absolute;
    width: 700px;
    margin: 0 auto;
    top: 136px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .tp-TopicsSliderArrow .slick-next {
    right: 0;
    width: 60px;
    height: 60px;
  }
  .tp-TopicsSliderArrow .slick-prev {
    left: 0;
    width: 60px;
    height: 60px;
  }
  .tp-TopicsSliderEl {
    margin: 28px 0 0 0;
    width: 371px;
    min-width: 371px !important;
  }
  .tp-TopicsSliderEl.slick-center .tp-TopicsSliderImg {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }
  .tp-TopicsSliderLink:hover {
    opacity: 1;
  }
  .tp-TopicsSliderImg img:hover {
    opacity: 0.8;
  }
  .tp-TopicsSliderCaption {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
    padding: 0 10px;
  }
  .tp-EmergencyInner {
    width: 510px;
    max-width: 510px;
    padding-bottom: 4.347826086956522%;
    margin: 0 auto 0;
  }
  .tp-DeclarationInner {
    width: 510px;
    max-width: 510px;
    padding-bottom: 2.173913043478261%;
    margin: 0 auto 0;
  }
  .tp-DeclarationLink {
    padding: 5px 0;
  }
  .tp-DeclarationTextArea {
    border: 1px solid #fff;
    width: 500px;
    padding: 18px 0 16px;
  }
  .tp-DeclarationText {
    font-size: 22px;
  }
  .tp-DeclarationTextSmall {
    font-size: 14px;
    margin-top: 8px;
  }
  .tp-GotoInner {
    width: 510px;
    max-width: 510px;
    padding-bottom: 2.173913043478261%;
    margin: 0 auto 0;
  }
  .tp-GotoNews {
    margin-top: 40px;
  }
  .tp-GotoNewsInner {
    width: 62%;
    padding-bottom: 2.173913043478261%;
    margin: 0 auto 0;
  }
  .tp-Service {
    padding: 88px 0 116px;
  }
  .tp-Service .tp-Heading {
    margin-bottom: 0;
  }
  .tp-Service .tp-HeadingNote {
    width: 540px;
    margin: 0 auto 20px;
    padding: 20px 0;
    font-size: 20px;
  }
  .tp-ServiceInner {
    max-width: 1120px;
    width: 81.93123628383321%;
  }
  .tp-ServiceTitle span {
    width: 300px;
    font-size: 20px;
  }
  .tp-ServiceList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }
  .tp-ServiceListEl {
    width: 45%;
    box-sizing: border-box;
    margin-top: 60px;
  }
  .tp-ServiceListEl:nth-child(4) .tp-ServiceListHead {
    width: 62.825278810408925%;
  }
  .tp-ServiceListEl:nth-child(5) .tp-ServiceListHead {
    width: 49.07063197026022%;
  }
  .tp-ServiceListEl:nth-child(6) .tp-ServiceListHead {
    width: 55.01858736059479%;
  }
  .tp-ServiceListHead {
    width: 36.470588235294116%;
    margin-bottom: 9.705882352941178%;
  }
  .tp-ServiceListInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tp-ServiceListImg {
    width: 46.666666666666664%;
  }
  .tp-ServiceListDetail {
    width: 50%;
  }
  .tp-ServiceListSubHead {
    margin-bottom: 5.904059040590406%;
    font-size: 16px;
    padding-right: 30px;
    line-height: 1.4;
  }
  .tp-ServiceListText {
    font-size: 13px;
  }
  .tp-ServiceBtn {
    padding: 8px 35px;
    width: 164px;
    margin: 5.357142857142857% auto 0;
    font-size: 18px;
  }
  .tp-ServiceBtn::after {
    width: 14px;
    height: 13px;
    right: 29px;
  }
  .tp-FytBlock {
    padding: 60px 0 100px;
  }
  .tp-FytInner {
    max-width: 1120px;
    width: 81.93123628383321%;
    display: flex;
    justify-content: space-between;
  }
  .tp-FytListEl {
    width: 250px;
  }
  .tp-FytListLInk {
    border-radius: 16px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
  }
  .tp-FytListTitle {
    font-size: 16px;
    line-height: calc(24 / 16);
    padding: 23px 10px;
  }
  .tp-FytListImg {
    padding: 20px 20px 27px;
  }
  .tp-FytListImg img {
    width: 140px;
  }
  .tp-FytListCaption {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.5;
  }
  .tp-HeadingMain::after {
    width: 60px;
    height: 1px;
    top: 70px;
  }
  .tp-NewsInner {
    max-width: 1120px;
    width: 81.93123628383321%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tp-NewsMain {
    width: 48.214285714285715%;
    box-sizing: border-box;
  }
  .tp-NewsSub {
    width: 22.321428571428573%;
  }
  .tp-PartnerInner {
    max-width: 1120px;
    width: 81.93123628383321%;
    padding: 5.48646671543526% 0;
  }
  .tp-PartnerLead {
    position: absolute;
    top: -4px;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25.44642857142857%;
  }
  .tp-PartnerLinkWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tp-Notice {
    padding-bottom: 40px;
  }
  .tp-NoticeInner {
    man-width: 1120px;
    width: 81.93123628383321%;
    padding: 1.463057790782736% 50px;
  }
  .tp-NoticeTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .tp-NoticeText {
    text-align: center;
  }
  .tp-HappyBag {
    margin: 50px auto 0;
    max-width: 880px;
    width: 64.37454279444039%;
  }
  .tp-MvBnr {
    width: 420px;
    padding: 12px 0;
    bottom: 20px;
    right: 0;
    box-shadow: 0px 8px 14.85px -6.85px rgba(6,0,1,0.25);
    border-radius: 0 0 0 12px;
    border-right: none;
  }
  .tp-MvBnrIcon {
    font-size: 14px;
    width: 82px;
    padding: 5px 10px;
    top: -26px;
    left: -2px;
  }
  .tp-MvBnrInner {
    width: 396px;
  }
  .tp-MvBnrImg {
    width: 160px;
  }
  .tp-MvBnrLead {
    width: 220px;
    margin-left: 10px;
  }
  .tp-MvBnrDay {
    font-size: 12px;
  }
  .tp-MvBnrText {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .tp-MvNews {
    max-width: 1266px;
    margin-top: 10px;
    align-items: center;
  }
  .tp-MvNewsInner {
    width: 100%;
    overflow: hidden;
  }
  .tp-MvNewsItemInner {
    align-items: center;
    padding-top: 10px;
  }
  .tp-MvNewsLead {
    display: flex;
    align-items: center;
  }
  .tp-MvNewsIcon {
    font-size: 14px;
    padding: 4px;
    width: 52px;
    margin-top: 10px;
  }
  .tp-MvNewsDay {
    font-size: 14px;
    margin-left: 20px;
  }
  .tp-MvNewsText {
    font-size: 14px;
    margin-left: 16px;
    width: auto;
  }
  .tp-CoronaBnr {
    padding: 40px 0;
  }
  .tp-CoronaBnrInner {
    max-width: 990px;
    display: flex;
    justify-content: space-between;
  }
  .tp-CoronaBnrLink {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .tp-CoronaBnrNote {
    font-size: 14px;
    margin-top: 8px;
  }
  .tp-CoronaBnrDetail {
    height: 80px;
    border-radius: 10px;
    border: 2px solid #153434;
  }
  .tp-CoronaBnrDetailImg {
    width: 78px;
    border-radius: 6px 0 0 6px;
  }
  .tp-CoronaBnrDetailImg img {
    width: 42px;
    padding-top: 16px;
  }
  .tp-CoronaBnrDetailText {
    width: 370px;
    font-size: 18px;
    line-height: 1.5;
    padding: 24px 15px;
  }
  .tp-ActionConcept {
    margin-top: 8px;
  }
  .tp-ActionConceptInner {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    gap: 8px;
  }
  .tp-Action,
  .tp-Concept {
    width: 50%;
    padding: 50px 0;
  }
  .tp-Action .tp-Heading,
  .tp-Concept .tp-Heading {
    margin-bottom: 0;
  }
  .tp-Action .tp-HeadingLink,
  .tp-Concept .tp-HeadingLink {
    max-width: 360px;
    margin-top: 27px;
  }
  .tp-Action .tp-HeadingMain,
  .tp-Concept .tp-HeadingMain {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .tp-Action .tp-HeadingSub,
  .tp-Concept .tp-HeadingSub {
    font-size: 14px;
  }
  .tp-ConceptList {
    margin-top: 80px;
    justify-content: center;
  }
  .tp-ConceptListEl {
    width: 230px;
    margin: 0 10px 30px;
  }
  .tp-ActionText,
  .tp-ConceptText {
    font-size: 13px;
    margin-top: 16px;
    line-height: calc(21 / 14);
  }
  .tp-Campaign {
    padding: 40px 0;
  }
  .tp-CampaignTitle span {
    width: 220px;
    font-size: 20px;
  }
  .tp-CampaignInner {
    max-width: 992px;
    width: 72.5676664228237%;
  }
  .tp-CampaignList {
    margin: 60px auto 0;
    justify-content: center;
    gap: 20px;
  }
  .tp-CampaignListEl {
    width: 30.241935483870968%;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
  }
  .tp-CampaignListText {
    font-size: 12px;
    line-height: calc(18 / 12);
  }
  .tp-CampaignListDetail {
    padding: 8px 10px 17px;
  }
  .tp-FytBtn,
  .tp-CampaignBtn {
    padding: 20px 35px;
    width: 360px;
    margin: 40px auto 0;
    font-size: 18px;
  }
  .tp-FytBtn::after,
  .tp-CampaignBtn::after {
    width: 14px;
    height: 13px;
    right: 29px;
  }
  .tp-FytBtn {
    margin: 60px auto 0;
  }
  .tp-FytMovieArea {
    padding-bottom: 95px;
  }
  .tp-FytMovieWrap {
    max-width: 1120px;
    width: 81.93123628383321%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .tp-FytMovieInner {
    width: 50%;
  }
  .tp-FytMovieText {
    width: 44.642857142857146%;
  }
  .tp-FytMovieLink {
    margin: 27px 0 30px;
    font-size: 20px;
  }
  .tp-FytMovieLink::after {
    width: 22.5px;
    height: 17px;
    margin-left: 10px;
  }
  .tp-FytMovieTextDetail {
    border-top: 4px solid #fff;
    padding-top: 15px;
    font-size: 14px;
    line-height: calc(21 / 14);
  }
  .tp-Topics .swiper-button-next,
  .tp-Topics .swiper-button-prev {
    top: 125px;
  }
  .tp-Topics .swiper-button-next {
    right: -10.666666666666668vw;
  }
  .tp-Topics .swiper-button-prev {
    left: -10.666666666666668vw;
  }
  .tp-Fyt .swiper-button-next,
  .tp-Fyt .swiper-button-prev {
    top: 158px;
  }
  .tp-Fyt .swiper-button-next {
    right: -6.666666666666667vw;
  }
  .tp-Fyt .swiper-button-prev {
    left: -6.666666666666667vw;
  }
}
@media all and (min-width: 1440px) {
  .tp-TopicsInner {
    width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .tp-CoronaBnrInner {
    display: block;
  }
  .tp-CoronaBnrLink:first-of-type {
    margin-bottom: 20px;
  }
}

#tullys_header html,
#tullys_header body,
#tullys_header div,
#tullys_header span,
#tullys_header applet,
#tullys_header object,
#tullys_header iframe,
#tullys_header h1,
#tullys_header h2,
#tullys_header h3,
#tullys_header h4,
#tullys_header h5,
#tullys_header h6,
#tullys_header p,
#tullys_header blockquote,
#tullys_header pre,
#tullys_header a,
#tullys_header abbr,
#tullys_header acronym,
#tullys_header address,
#tullys_header big,
#tullys_header cite,
#tullys_header code,
#tullys_header del,
#tullys_header dfn,
#tullys_header em,
#tullys_header img,
#tullys_header ins,
#tullys_header kbd,
#tullys_header q,
#tullys_header s,
#tullys_header samp,
#tullys_header small,
#tullys_header strike,
#tullys_header strong,
#tullys_header sub,
#tullys_header sup,
#tullys_header tt,
#tullys_header var,
#tullys_header dl,
#tullys_header dt,
#tullys_header dd,
#tullys_header ol,
#tullys_header ul,
#tullys_header li,
#tullys_header fieldset,
#tullys_header form,
#tullys_header label,
#tullys_header legend,
#tullys_header table,
#tullys_header caption,
#tullys_header tbody,
#tullys_header tfoot,
#tullys_header thead,
#tullys_header tr,
#tullys_header th,
#tullys_header td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#tullys_header body {
  line-height: 1;
  color: #000;
  background: #fff;
}
#tullys_header ol,
#tullys_header ul {
  list-style: none;
}
#tullys_header table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
#tullys_header caption,
#tullys_header th,
#tullys_header td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#tullys_header a img {
  border: none;
}
#tullys_header .c-header {
  font-family: 'Hiragino Kaku Gothic Pro', 'ãã©ã®ãè§ã´ Pro W3', YuGothic, 'æ¸¸ã´ã·ãã¯', Meirio, "ã¡ã¤ãªãª", sans-serif;
  position: relative;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
}
#tullys_header .c-header figure {
  margin: 0;
}
#tullys_header .c-header img {
  width: 100%;
  display: block;
}
#tullys_header .c-header a {
  text-decoration: none;
}
#tullys_header .c-header_logo {
  box-sizing: content-box;
}
#tullys_header .c-header_logo-link {
  display: block;
  width: 100%;
}
#tullys_header .c-header_icons {
  display: flex;
  justify-content: space-between;
}
#tullys_header .c-header_store-link {
  display: block;
}
#tullys_header .c-header_onlinestore-link {
  display: block;
}
  #tullys_header .c-header_btn span {
    display: block;
    background: #000;
    width: 100%;
    height: 0.8vw;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
#tullys_header .c-header_btn span:nth-child(2) {
  margin-top: 2vw;
}
#tullys_header .c-header_btn span:nth-child(3) {
  margin-top: 2vw;
}
#tullys_header .c-header_btn.active {
  position: relative;
}
#tullys_header .c-header_btn.active span {
  margin-top: 0;
}
#tullys_header .c-header_btn.active span:nth-of-type(2) {
  display: none;
}
#tullys_header .c-header_btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2.4vw;
  transition: transform 0.2s ease;
}
#tullys_header .c-header_btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2.4vw;
  transition: transform 0.2s ease;
}
#tullys_header .c-navchild.active {
  opacity: 1;
  visibility: visible;
}
#tullys_header .c-navchild_link {
  display: block;
  color: #000;
  font-weight: bold;
}
#tullys_header .c-navchild_link img,
#tullys_header .c-navchild_link span,
#tullys_header .c-navchild_link .c-navchild_link-img {
  pointer-events: none;
}
#tullys_header .c-navchild_link.c-navchild_btn.active::after {
  content: none;
}
#tullys_header .c-navchild_link span {
  display: block;
}
#tullys_header .c-navchild_link-img {
  overflow: hidden;
}
#tullys_header .c-navchild_items.active {
  opacity: 1;
  visibility: visible;
}
#tullys_header .c-navchild_items-link {
  color: #000;
}
#tullys_header .c-navbox_head {
  font-weight: bold;
  text-align: center;
  background: #e5e3d8;
}
#tullys_header .c-navbox_list {
  display: flex;
  flex-wrap: wrap;
}
#tullys_header .c-navbox_link {
  color: #000;
}
#tullys_header .c-navbox_link-title {
  display: block;
  font-weight: bold;
}
#tullys_header .c-navbox_link-text {
  display: block;
}
#tullys_header .c-navfoot_link {
  color: #000;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #tullys_header .c-header {
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #tullys_header .c-header.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #tullys_header .c-header.active .c-nav {
    overflow: scroll;
    height: 100%;
  }
  #tullys_header .c-header_inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.266666666666667vw solid #bfbfbf;
    overflow: scroll;
    padding: 2vw 4vw 2.266666666666667vw;
  }
  #tullys_header .c-header_logo {
    width: 11.866666666666667vw;
  }
  #tullys_header .c-header_icons {
    width: 47.199999999999996vw;
    padding-top: 1.866666666666667vw;
  }
  #tullys_header .c-header_store {
    width: 10.533333333333333vw;
  }
  #tullys_header .c-header_onlinestore {
    width: 20.4vw;
  }
  #tullys_header .c-header_btn {
    width: 9.6vw;
    margin-top: 1.866666666666667vw;
  }
  #tullys_header .c-header.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #tullys_header .c-header.active .c-nav {
    overflow: scroll;
    height: 100%;
  }
  #tullys_header .c-nav {
    width: 100%;
    display: none;
    padding-bottom: 17.333333333333336vw;
    box-sizing: border-box;
  }
  #tullys_header .c-nav.active {
    display: block;
  }
  #tullys_header .c-nav_el .c-nav_el-text {
    font-size: 3.733333333333334vw;
    padding: 5.333333333333334vw 18.666666666666668vw 5.333333333333334vw 6.666666666666667vw;
    border-bottom: 0.266666666666667vw solid #d4d4d4;
    position: relative;
    display: block;
    text-align: left;
  }
  #tullys_header .c-nav_el .c-nav_el-text::before,
  #tullys_header .c-nav_el .c-nav_el-text::after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
  }
  #tullys_header .c-nav_el .c-nav_el-text::before {
    width: 5.333333333333334vw;
    height: 0.533333333333333vw;
    right: 6vw;
    top: 7.6vw;
  }
  #tullys_header .c-nav_el .c-nav_el-text::after {
    width: 0.533333333333333vw;
    height: 5.333333333333334vw;
    right: 8.4vw;
    top: 5.2vw;
  }
  #tullys_header .c-nav_el.active .c-nav_el-text::after {
    content: none;
  }
  #tullys_header .c-nav_el:nth-child(3) .c-navfoot_el {
    border-top: none;
  }
  #tullys_header .c-nav_el:nth-child(4) {
    display: none;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navbox:nth-of-type(2) .c-navbox_el {
    width: 73.33333333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navbox:nth-of-type(2) .c-navbox_link-img {
    width: 100%;
  }
  #tullys_header .c-navchild {
    display: none;
    border-bottom: 0.266666666666667vw solid #d4d4d4;
  }
  #tullys_header .c-navchild_list {
    background: #f7f6f1;
  }
  #tullys_header .c-navchild_link {
    padding: 2.666666666666667vw 18.666666666666668vw 2.666666666666667vw 6.666666666666667vw;
    box-sizing: border-box;
    border-bottom: 0.266666666666667vw solid #d4d4d4;
    position: relative;
  }
  #tullys_header .c-navchild_link.c-navchild_btn::before,
  #tullys_header .c-navchild_link.c-navchild_btn::after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
  }
  #tullys_header .c-navchild_link.c-navchild_btn::before {
    width: 4vw;
    height: 0.533333333333333vw;
    right: 5.333333333333334vw;
    top: 6.933333333333333vw;
  }
  #tullys_header .c-navchild_link.c-navchild_btn::after {
    width: 0.533333333333333vw;
    height: 4vw;
    right: 6.933333333333333vw;
    top: 5.2vw;
  }
  #tullys_header .c-navchild_link {
    display: flex;
    align-items: center;
  }
  #tullys_header .c-navchild_link.c-navchild_btn.active {
    background: #e5e3d8;
  }
  #tullys_header .c-navchild_link span {
    font-size: 3.733333333333334vw;
    margin-left: 5.333333333333334vw;
  }
  #tullys_header .c-navchild_link-img {
    border-radius: 1.6vw;
    width: 13.333333333333334vw;
  }
  #tullys_header .c-navchild_link-textbr {
    display: none;
  }
  #tullys_header .c-navchild_items {
    display: none;
    border-bottom: 0.266666666666667vw solid #d4d4d4;
    padding: 5.333333333333334vw 6.666666666666667vw;
    background: #fff;
  }
  #tullys_header .c-navchild_items-el {
    margin-top: 5.333333333333334vw;
    text-align: left;
  }
  #tullys_header .c-navchild_items-el::before {
    content: '-';
    display: inline-block;
    font-size: 3.733333333333334vw;
    vertical-align: middle;
    margin-right: 1.333333333333333vw;
  }
  #tullys_header .c-navchild_items-el:nth-child(1) {
    margin-top: 0;
  }
  #tullys_header .c-navchild_items-el:nth-child(1)::before {
    content: none;
  }
  #tullys_header .c-navchild_items-link {
    display: inline-block;
  }
  #tullys_header .c-navbox_head {
    font-size: 3.733333333333334vw;
    padding: 4vw 0;
  }
  #tullys_header .c-navbox_body {
    background: #f7f6f1;
  }
  #tullys_header .c-navbox_list {
    padding: 1.333333333333333vw 0 6.666666666666667vw;
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  #tullys_header .c-navbox_el {
    width: 42.66666666666667vw;
    margin-top: 5.333333333333334vw;
  }
  #tullys_header .c-navbox_link {
    display: block;
  }
  #tullys_header .c-navbox_link-img {
    width: 21.333333333333336vw;
    margin: 0 auto;
  }
  #tullys_header .c-navbox_link-img img {
    border-radius: 6px;
  }
  #tullys_header .c-navbox_link-detail {
    text-align: center;
  }
  #tullys_header .c-navbox_link-title {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  #tullys_header .c-navbox_link-text {
    font-size: 2.666666666666667vw;
    margin-top: 1.333333333333333vw;
  }
  #tullys_header .c-navfoot_list {
    background: #f7f6f1;
  }
  #tullys_header .c-navfoot_el {
    text-align: center;
    padding: 5.333333333333334vw 0;
    border-top: 0.266666666666667vw solid #d4d4d4;
  }
  #tullys_header .c-navfoot_link {
    font-size: 3.733333333333334vw;
  }
  #tullys_header .c-nav_sp {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.266666666666667vw solid #d4d4d4;
  }
  #tullys_header .c-nav_sp-item {
    text-align: center;
    width: 50vw;
    border-bottom: 0.266666666666667vw solid #d4d4d4;
    box-sizing: border-box;
  }
  #tullys_header .c-nav_sp-item:nth-child(1) {
    border-right: 0.266666666666667vw solid #d4d4d4;
  }
  #tullys_header .c-nav_sp-item:nth-child(3) {
    border-bottom: none;
    border-right: 0.266666666666667vw solid #d4d4d4;
  }
  #tullys_header .c-nav_sp-item:nth-child(3) .c-nav_sp-link {
    padding: 3.2vw 0;
  }
  #tullys_header .c-nav_sp-item:nth-child(4) {
    border-bottom: none;
  }
  #tullys_header .c-nav_sp-link {
    display: block;
    font-size: 3.2vw;
    padding: 5.600000000000001vw 0;
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  #tullys_header .c-header {
    height: 87px;
    min-width: auto;
    width: auto;
    z-index: 100;
  }
  #tullys_header .c-header a:hover {
    opacity: 1;
  }
  #tullys_header .c-header_inner {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 10px 30px 14px;
    border-bottom: 1px solid #707070;
    background: #fff;
  }
  #tullys_header .c-header_logo {
    width: 54px;
  }
  #tullys_header .c-header_icons {
    width: 164px;
    padding-top: 9px;
  }
  #tullys_header .c-header_store {
    width: 46px;
  }
  #tullys_header .c-header_onlinestore {
    width: 88px;
  }
  #tullys_header .c-header_contact {
    width: 46px;
  }
  #tullys_header .c-header_btn {
    display: none;
  }
  #tullys_header .c-nav_list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 36px;
    left: 135px;
    width: 340px;
  }
  #tullys_header .c-nav_el {
    cursor: pointer;
  }
  #tullys_header .c-nav_el:hover {
    border-bottom: 2px solid #dcc79d;
    padding-bottom: 10px;
  }
  #tullys_header .c-nav_el .c-nav_el-text {
    color: #333;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navchild_list {
    justify-content: center;
  }
  #tullys_header .c-nav_el:nth-child(3) .c-navchild_list {
    justify-content: center;
  }
  #tullys_header .c-nav_el:nth-child(4) .c-navchild_list {
    justify-content: center;
  }
  #tullys_header .c-nav_el.active {
    border-bottom: 2px solid #dcc79d;
    padding-bottom: 10px;
  }
  #tullys_header .c-nav_el.active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(19,18,18,0.6);
    z-index: -1;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navbox:nth-of-type(2) .c-navbox_el {
    margin-left: auto;
    margin-right: auto;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navbox:nth-of-type(2) .c-navbox_link {
    display: block;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navbox:nth-of-type(2) .c-navbox_link-img {
    width: 275px;
    margin: 0 auto;
  }
  #tullys_header .c-nav_el:nth-child(2) .c-navbox:nth-of-type(2) .c-navbox_link-detail {
    text-align: center;
    margin-top: 10px;
  }
  #tullys_header .c-navchild {
    position: absolute;
    top: 51px;
    left: -135px;
    width: auto;
    background: #fff;
    padding: 30px 0 30px;
    opacity: 0;
    transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
    border-top: 1px solid #707070;
    visibility: hidden;
  }
  #tullys_header .c-navchild_inner {
    max-width: 1160px;
    margin: 0 auto;
  }
  #tullys_header .c-navchild_list {
    display: flex;
    flex-wrap: wrap;
  }
  #tullys_header .c-navchild_link {
    width: 144px;
    padding: 20px 0 27px;
    border-radius: 20px 20px;
    line-height: 1.2;
  }
  #tullys_header .c-navchild_link.c-navchild_btn {
    border-radius: 20px 20px 0 0;
  }
  #tullys_header .c-navchild_link span {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  #tullys_header .c-navchild_link:hover {
    background: #e5decf;
  }
  #tullys_header .c-navchild_link-img {
    margin: 0 auto;
    width: 86px;
    border-radius: 10px;
  }
  #tullys_header .c-navchild_items {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    border-top: 2px solid #e5decf;
    border-bottom: 2px solid #e5decf;
    padding: 30px 0;
    opacity: 0;
    transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
    visibility: hidden;
  }
  #tullys_header .c-navchild_items-arrow {
    position: absolute;
    top: -24px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
  }
  #tullys_header .c-navchild_items-arrowborder {
    position: absolute;
    top: -30px;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #e5decf;
    z-index: 1;
  }
  #tullys_header .c-navchild_items-list {
    display: flex;
    justify-content: center;
  }
  #tullys_header .c-navchild_items-el:hover {
    opacity: 0.8;
  }
  #tullys_header .c-navchild_items-el:nth-child(1) .c-navchild_items-link {
    border-left: 1px solid #e5decf;
  }
  #tullys_header .c-navchild_items-link {
    display: inline-block;
    font-size: 14px;
    padding: 4px 40px;
    border-right: 1px solid #e5decf;
  }
  #tullys_header .c-navbox_wrap {
    margin: 0 auto 0;
    max-width: 1010px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #tullys_header .c-navbox {
    border-radius: 20px;
    margin-top: 23px;
    overflow: hidden;
    background: #f7f6f1;
  }
  #tullys_header .c-navbox:nth-child(1) {
    max-width: 640px;
    width: 100%;
  }
  #tullys_header .c-navbox:nth-child(2) {
    max-width: 350px;
    width: 100%;
  }
  #tullys_header .c-navbox_head {
    font-size: 14px;
    padding: 10px 0;
  }
  #tullys_header .c-navbox_body {
    padding: 0 40px 20px;
  }
  #tullys_header .c-navbox_el {
    width: 270px;
    margin-top: 20px;
  }
  #tullys_header .c-navbox_el:hover {
    opacity: 0.8;
  }
  #tullys_header .c-navbox_el:nth-child(2n) {
    margin-left: 20px;
  }
  #tullys_header .c-navbox_link {
    display: flex;
    align-items: center;
  }
  #tullys_header .c-navbox_link-img {
    width: 60px;
    border-radius: 6px;
    overflow: hidden;
  }
  #tullys_header .c-navbox_link-detail {
    margin-left: 10px;
  }
  #tullys_header .c-navbox_link-title {
    font-size: 14px;
  }
  #tullys_header .c-navbox_link-text {
    font-size: 12px;
    margin-top: 10px;
  }
  #tullys_header .c-navfoot {
    margin: 50px auto 0;
    padding-top: 30px;
    border-top: 1px solid #d4d4d4;
    max-width: 1266px;
  }
  #tullys_header .c-navfoot_list {
    display: flex;
    justify-content: center;
  }
  #tullys_header .c-navfoot_el {
    margin: 0 20px;
  }
  #tullys_header .c-navfoot_el:hover {
    opacity: 0.8;
  }
  #tullys_header .c-navfoot_link {
    font-size: 14px;
    font-weight: bold;
  }
  #tullys_header .c-nav_sp {
    display: none;
  }
  #tullys_header .c-nav_el:nth-child(1) .c-navbox:nth-child(2) .c-navbox_el:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #tullys_header .c-nav_el .c-nav_el-text {
    background: #e5e3d8;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  #tullys_header .c-navbox:nth-child(1) {
    max-width: unset;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #tullys_header .c-navbox:nth-child(2) {
    max-width: unset;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #tullys_header .c-navbox_el {
    width: 48%;
  }
}
#tullys_footer html,
#tullys_footer body,
#tullys_footer div,
#tullys_footer span,
#tullys_footer applet,
#tullys_footer object,
#tullys_footer iframe,
#tullys_footer h1,
#tullys_footer h2,
#tullys_footer h3,
#tullys_footer h4,
#tullys_footer h5,
#tullys_footer h6,
#tullys_footer p,
#tullys_footer blockquote,
#tullys_footer pre,
#tullys_footer a,
#tullys_footer abbr,
#tullys_footer acronym,
#tullys_footer address,
#tullys_footer big,
#tullys_footer cite,
#tullys_footer code,
#tullys_footer del,
#tullys_footer dfn,
#tullys_footer em,
#tullys_footer img,
#tullys_footer ins,
#tullys_footer kbd,
#tullys_footer q,
#tullys_footer s,
#tullys_footer samp,
#tullys_footer small,
#tullys_footer strike,
#tullys_footer strong,
#tullys_footer sub,
#tullys_footer sup,
#tullys_footer tt,
#tullys_footer var,
#tullys_footer dl,
#tullys_footer dt,
#tullys_footer dd,
#tullys_footer ol,
#tullys_footer ul,
#tullys_footer li,
#tullys_footer fieldset,
#tullys_footer form,
#tullys_footer label,
#tullys_footer legend,
#tullys_footer table,
#tullys_footer caption,
#tullys_footer tbody,
#tullys_footer tfoot,
#tullys_footer thead,
#tullys_footer tr,
#tullys_footer th,
#tullys_footer td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#tullys_footer body {
  line-height: 1;
  color: #000;
  background: #fff;
}
#tullys_footer ol,
#tullys_footer ul {
  list-style: none;
}
#tullys_footer table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
#tullys_footer caption,
#tullys_footer th,
#tullys_footer td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#tullys_footer a img {
  border: none;
}
#tullys_footer figure {
  margin: 0;
}
#tullys_footer img {
  width: 100%;
  display: block;
}
#tullys_footer a {
  transition: opacity 0.3s;
  text-decoration: none;
}
#tullys_footer .cm-Share {
  padding: 40px 0;
}
#tullys_footer .cm-ShareHead {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
#tullys_footer .cm-ShareBody {
  width: 320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#tullys_footer .cm-ShareItem {
  width: 50px;
}
#tullys_footer .cm-Footer {
  background: url("img/footer-wabisabi.jpg") center center no-repeat, #211c1c;
  background-size: contain;
}
#tullys_footer .cm-FooterNav {
  margin: auto;
}
#tullys_footer .cm-FooterNavLinkWrap {
  border-bottom: solid 1px rgba(255,255,255,0.25);
}
#tullys_footer .cm-FooterNavLink {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
#tullys_footer .cm-FooterNavLink span {
  font-weight: normal;
}
#tullys_footer .cm-FooterNavChildItem {
  line-height: 1;
}
#tullys_footer .cm-FooterNavChildLink {
  font-size: 12px;
  color: #fff;
  margin-bottom: 4.166666666666666%;
  line-height: calc(18 / 12);
  display: inline-block;
  position: relative;
}
#tullys_footer .cm-FooterNavChildLink::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 6px;
  border-left-color: currentColor;
  border-right: 0;
}
#tullys_footer .cm-FooterPolicyNavItem {
  color: #fff;
  font-size: 12px;
  position: relative;
}
#tullys_footer .cm-FooterPolicyNavItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 6px;
  border-left-color: currentColor;
  border-right: 0;
}
#tullys_footer .cm-FooterCopy {
  font-size: 10px;
  color: #fff;
  display: block;
}
#tullys_footer .cm-Cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}
#tullys_footer .cm-CookieInner {
  margin: 0 auto 0;
}
#tullys_footer .cm-CookieText {
  color: #fff;
  line-height: 1.5;
}
#tullys_footer .cm-CookieTextLink {
  display: inline;
  color: #fff;
  text-decoration: underline;
}
#tullys_footer .cm-CookieBtn {
  background: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tullys_footer .cm-CookieBtnText {
  color: #fff;
}
#tullys_footer .cm-FooterPolicyLang {
  color: #fff;
  display: flex;
  align-items: center;
}
#tullys_footer .cm-FooterNavRecruit figcaption,
#tullys_footer .cm-FooterNavFranchise figcaption {
  color: #fff;
  margin-top: 5%;
  font-size: 12px;
  font-weight: bold;
}
#tullys_footer .cm-FooterNavFaq a,
#tullys_footer .cm-FooterNavStore a,
#tullys_footer .cm-FooterNavOnline a {
  color: #fff;
  font-weight: bold;
  position: relative;
}
#tullys_footer .cm-FooterNavFaq img,
#tullys_footer .cm-FooterNavStore img,
#tullys_footer .cm-FooterNavOnline img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#tullys_footer .cm-Faq {
  position: fixed;
  z-index: 99;
  display: none;
}
#tullys_footer .cm-Faq.active {
  display: block;
}
#tullys_footer .cm-FaqBtn {
  display: block;
}
#tullys_footer .cm-FaqClose {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #tullys_footer .cm-ShareHead {
    font-size: 6.4vw;
  }
  #tullys_footer .cm-Footer {
    background: url("img/footer-wabisabi.jpg") bottom center no-repeat, #211c1c;
    background-size: contain;
  }
  #tullys_footer .cm-FooterNav {
    width: 89.33333333333333vw;
    padding-top: 10.666666666666668vw;
  }
  #tullys_footer .cm-FooterNavItem {
    margin-bottom: 5.333333333333334vw;
  }
  #tullys_footer .cm-FooterNavLinkWrap .cm-FooterNavLinkPc {
    display: none;
  }
  #tullys_footer .cm-FooterNavLinkWrap {
    padding: 2.666666666666667vw;
    margin-bottom: 0;
    background-image: url("img/footer_icon_link.svg");
    background-size: 5.333333333333334vw;
    background-position: right 1.333333333333333vw top 50%;
    background-repeat: no-repeat;
  }
  #tullys_footer .cm-FooterNavLinkWrap a {
    display: block;
  }
  #tullys_footer .js-CmFooterNavBtn {
    background: none;
    position: relative;
  }
  #tullys_footer .js-CmFooterNavBtn::before,
  #tullys_footer .js-CmFooterNavBtn::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  #tullys_footer .js-CmFooterNavBtn::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  #tullys_footer .js-CmFooterNavBtn[aria-expanded='true']::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #tullys_footer .js-CmFooterNavBtn a {
    display: inline;
  }
  #tullys_footer .cm-FooterNavLink {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  #tullys_footer .cm-FooterNavLink span {
    font-size: 3.2vw;
  }
  #tullys_footer .cm-FooterNavChild {
    margin-top: 5.333333333333334vw;
    display: none;
    padding: 0 2.6vw;
  }
  #tullys_footer .cm-FooterNavChildLink {
    font-size: 3.2vw;
    display: inline-block;
    margin-bottom: 2.666666666666667vw;
    padding-left: 2.933333333333333vw;
  }
  #tullys_footer .cm-FooterNavChildLink::before {
    top: 1.6vw;
  }
  #tullys_footer .cm-FooterPolicy {
    margin: 10.666666666666668vw auto 0;
    width: 89.33333333333333vw;
  }
  #tullys_footer .cm-FooterPolicyNav {
    margin-top: 10.666666666666668vw;
    padding: 4vw 2.666666666666667vw 0;
    border-top: solid 1px rgba(255,255,255,0.25);
  }
  #tullys_footer .cm-FooterPolicyNavItem {
    margin: 0 auto 4.8vw;
    font-size: 3.2vw;
    display: block;
    padding-left: 2.933333333333333vw;
  }
  #tullys_footer .cm-FooterCopyWrap {
    text-align: center;
    margin: 4vw auto 0;
    padding: 4vw 0 13.333333333333334vw;
    font-size: 2.666666666666667vw;
    width: 89.33333333333333vw;
    border-top: 1px solid rgba(255,255,255,0.25);
  }
  #tullys_footer .cm-FooterCopy {
    text-align: center;
    font-size: 2.666666666666667vw;
    width: 89.33333333333333vw;
  }
  #tullys_footer .cm-Footer.cookie-passive {
    padding-bottom: 37.333333333333336vw;
  }
  #tullys_footer .cm-Cookie {
    padding: 5.333333333333334vw 0;
  }
  #tullys_footer .cm-CookieInner {
    width: 89.33333333333333vw;
  }
  #tullys_footer .cm-CookieText {
    font-size: 1.6vw;
  }
  #tullys_footer .cm-CookieBtn {
    width: 44vw;
    margin: 2.666666666666667vw auto 0;
    padding: 2.666666666666667vw 0;
  }
  #tullys_footer .cm-CookieBtnText {
    font-size: 1.6vw;
  }
  #tullys_footer .cm-FooterPolicyLang {
    justify-content: center;
    gap: 4vw;
    margin-top: 8vw;
  }
  #tullys_footer .cm-FooterPolicyLang .cm-FooterPolicyLangText {
    font-size: 3.733333333333334vw;
    margin-right: 5.333333333333334vw;
  }
  #tullys_footer .cm-FooterPolicyLang .cm-FooterPolicyLangItem {
    width: 10.666666666666668vw;
  }
  #tullys_footer .cm-FooterNavRowRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #tullys_footer .cm-FooterNavRecruit,
  #tullys_footer .cm-FooterNavFranchise {
    width: 42vw;
  }
  #tullys_footer .cm-FooterNavFaq,
  #tullys_footer .cm-FooterNavStore,
  #tullys_footer .cm-FooterNavOnline {
    width: 42vw;
  }
  #tullys_footer .cm-FooterNavFaq a,
  #tullys_footer .cm-FooterNavStore a,
  #tullys_footer .cm-FooterNavOnline a {
    font-size: 3.2vw;
    padding-left: 9.333333333333334vw;
  }
  #tullys_footer .cm-FooterNavFaq {
    margin-top: 8vw;
  }
  #tullys_footer .cm-FooterNavFaq img.cm-FooterNavFaqIcon {
    width: 5.333333333333334vw;
    left: 1.333333333333333vw;
  }
  #tullys_footer .cm-FooterNavStore {
    margin-top: 8vw;
  }
  #tullys_footer .cm-FooterNavStore img.cm-FooterNavStoreIcon {
    width: 5.333333333333334vw;
    left: 1.333333333333333vw;
  }
  #tullys_footer .cm-FooterNavOnline {
    margin-top: 5.333333333333334vw;
  }
  #tullys_footer .cm-FooterNavOnline img.cm-FooterNavOnlineIcon {
    width: 6.133333333333333vw;
    left: 0.8vw;
  }
  #tullys_footer .cm-Faq {
    width: 50.13333333333333vw;
    bottom: 37.333333333333336vw;
    right: 2.666666666666667vw;
  }
  #tullys_footer .cm-FaqClose {
    width: 4.8vw;
    top: -1.333333333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  #tullys_footer a:hover {
    opacity: 0.8;
  }
  #tullys_footer .cm-Footer {
    min-width: auto;
  }
  #tullys_footer .cm-FooterNav {
    display: flex;
    max-width: 1040px;
    width: 76.13469985358712%;
    padding-top: 3.660322108345535%;
    justify-content: space-between;
  }
  #tullys_footer .cm-FooterNavRow {
    width: 23.076923076923077%;
  }
  #tullys_footer .cm-FooterNavItem {
    margin-bottom: 16.666666666666664%;
  }
  #tullys_footer .cm-FooterNavItem+#tullys_footer .cm-FooterNavItem {
    margin-top: 10.526315789473683%;
  }
  #tullys_footer .cm-FooterNavLinkWrap .cm-FooterNavLinkSp {
    display: none;
  }
  #tullys_footer .cm-FooterNavLinkWrap {
    padding-left: 12.5%;
    padding-bottom: 3.508771929824561%;
    line-height: 1;
    background: url("img/footer_icon_link.png") left 5px top 2px no-repeat;
  }
  #tullys_footer .cm-FooterNavLink {
    line-height: 1.3;
  }
  #tullys_footer .cm-FooterNavLink span {
    font-size: 12px;
  }
  #tullys_footer .cm-FooterNavChild {
    margin-top: 8.333333333333332%;
    padding: 0 2.083333333333333% 0;
  }
  #tullys_footer .cm-FooterNavChildItemSp {
    display: none;
  }
  #tullys_footer .cm-FooterNavChildLink {
    padding-left: 14px;
  }
  #tullys_footer .cm-FooterNavChildLink::before {
    top: 5px;
  }
  #tullys_footer .cm-FooterPolicy {
    border-top: solid 1px rgba(255,255,255,0.25);
    max-width: 1040px;
    width: 76.13469985358712%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 5px 5px;
  }
  #tullys_footer .cm-FooterPolicyNav {
    display: flex;
    align-items: center;
    gap: 2.884615384615385%;
    margin-bottom: 20px;
  }
  #tullys_footer .cm-FooterPolicyNavItem {
    padding-left: 18px;
  }
  #tullys_footer .cm-FooterCopyWrap {
    text-align: center;
    margin-top: 20px;
  }
  #tullys_footer .cm-FooterCopy {
    font-size: 10px;
    color: #fff;
    display: block;
  }
  #tullys_footer .cm-Footer.cookie-passive {
    padding-bottom: 83px;
  }
  #tullys_footer .cm-Cookie {
    padding: 20px 0;
  }
  #tullys_footer .cm-CookieInner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
  }
  #tullys_footer .cm-CookieText {
    font-size: 12px;
    margin-right: 20px;
  }
  #tullys_footer .cm-CookieBtn {
    transition: opacity 0.3s;
    width: 150px;
    height: 40px;
    margin-left: 20px;
  }
  #tullys_footer .cm-CookieBtn:hover {
    opacity: 0.8;
  }
  #tullys_footer .cm-CookieBtnText {
    font-size: 12px;
  }
  #tullys_footer .cm-FooterPolicyLang {
    gap: 10px;
  }
  #tullys_footer .cm-FooterPolicyLang .cm-FooterPolicyLangText {
    font-size: 12px;
    margin-right: 5px;
  }
  #tullys_footer .cm-FooterPolicyLang .cm-FooterPolicyLangItem {
    width: 30px;
  }
  #tullys_footer .cm-FooterNavRowRight {
    width: 19.230769230769234%;
  }
  #tullys_footer .cm-FooterNavFranchise {
    margin-top: 15%;
  }
  #tullys_footer .cm-FooterNavFaq a,
  #tullys_footer .cm-FooterNavStore a,
  #tullys_footer .cm-FooterNavOnline a {
    font-size: 12px;
    padding-left: 17.5%;
  }
  #tullys_footer .cm-FooterNavOnline,
  #tullys_footer .cm-FooterNavStore {
    margin-top: 24px;
  }
  #tullys_footer .cm-FooterNavFaq {
    margin-top: 17.5%;
  }
  #tullys_footer .cm-FooterNavFaq img.cm-FooterNavFaqIcon {
    width: 20px;
    left: 5px;
  }
  #tullys_footer .cm-FooterNavStore img.cm-FooterNavStoreIcon {
    width: 20px;
    left: 5px;
  }
  #tullys_footer .cm-FooterNavOnline img.cm-FooterNavOnlineIcon {
    width: 23px;
    left: 3px;
  }
  #tullys_footer .cm-Faq {
    width: 284px;
    bottom: 100px;
    right: 20px;
  }
  #tullys_footer .cm-FaqBtn:hover {
    opacity: 0.8;
  }
  #tullys_footer .cm-FaqClose {
    width: 28px;
    top: -10px;
    cursor: pointer;
  }
  #tullys_footer .cm-FaqClose:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  #tullys_footer .cm-FooterNav {
    width: 90.77598828696925%;
  }
  #tullys_footer .cm-FooterPolicy {
    width: 90.77598828696925%;
  }
  #tullys_footer .cm-FooterPolicyNav {
    flex-wrap: wrap;
  }
  #tullys_footer .cm-FooterPolicyNavItem {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #tullys_footer .js-CmFooterNavBtn .cm-FooterNavLinkPc {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #tullys_footer .js-CmFooterNavBtn .cm-FooterNavLinkSp {
    display: none;
  }
}
