@charset "utf-8";
/* 共通スタイル
 * ************************************************** */
html {
    font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.8;
    max-width: 100%;
    background: #1a1a1a;
    color: #fff;
}
* {
    box-sizing: border-box;
}
a, a:focus {
    outline: none;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}
a:hover {
    opacity: 0.8;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
.d_sp {
    display: none !important;
}
.page_wrap {
    overflow: hidden;
}
/* font */
.jost {    font-family: "Jost", sans-serif;}

/* スクロールCSS */
.fade-in {
  opacity: 0;
}
.fade-in-up {
  transform: translate(0, 80px);
}
.fade-in-down {
  transform: translate(0, -80px);
}
.fade-in-left {
  transform: translate(-80px, 0);
}
.fade-in-right {
  transform: translate(80px, 0);
}
.scroll-in {
  animation: fadeIn 0.8s ease;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fade-in-zoomin.scroll-in {
  animation: zoomIn .8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  25% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* side */
.side_btn_reservation {
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    width: 74px;
}
/* ttl */
.ttl_A .en {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 10rem;
    line-height: 1;
}
.ttl_A .jp {
    display: block;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.3em;
}
/* btn */
.btn_A a {
    position: relative;
    display: inline-block;
    padding: 15px 75px 15px 38px;
    border-radius: 30px;
    background: rgb(210,38,123);
    background: -webkit-linear-gradient(left, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
    background: -o-linear-gradient(left, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
    background: linear-gradient(to right, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
}
.btn_A a .btn_txt {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 500;
}
.btn_A a::before {
    display: block;
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgb(130,130,130);
    background: linear-gradient(90deg, rgba(130,130,130,1) 0%, rgba(188,188,188,1) 100%);
    position: absolute;
    top: calc(50% - 19px);
    right: 7.5px;
}
.btn_A a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #656565;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 9px;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
}
.btn_B a {
    position: relative;
    display: inline-block;
    padding: 20px 120px 20px;
    border-radius: 50px;
    background: rgb(210,38,123);
    background: -webkit-linear-gradient(left, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
    background: -o-linear-gradient(left, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
    background: linear-gradient(to right, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
}
.btn_B a .btn_txt {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
}
.btn_B a::before {
    display: block;
    content: '';
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgb(130,130,130);
    background: linear-gradient(90deg, rgba(130,130,130,1) 0%, rgba(188,188,188,1) 100%);
    position: absolute;
    top: calc(50% - 26px);
    right: 10px;
}
.btn_B a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #656565;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 8px 12px;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    top: calc(50% - 8px);
    right: 28px;
}
.btn_right {
    text-align: right;
}
.btn_center {
    text-align: center;
}
/* list */
.list_dot li {
    list-style: disc;
    margin-left: 1em;
}
/* text */
.txt80 {
    font-size: 80%;
}
/* content
 * ************************************************** */
#content {
    padding-bottom: 22vw;
    background: url("../images/content_bg.png") no-repeat 50% 100% / 100%;
}

/* header
 * ************************************************** */
#header_logo {
    position: fixed;
    left: 2vw;
    top: 2vw;
    z-index: 1;
    width: 13vw;
}
/* nav
 * ************************************************** */
nav.global_menu {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background: rgb(146,13,82);
    background: -webkit-linear-gradient(bottom, rgba(146,13,82,1) 0%, rgba(30,41,98,1) 100%);
    background: -o-linear-gradient(bottom, rgba(146,13,82,1) 0%, rgba(30,41,98,1) 100%);
    background: linear-gradient(to top, rgba(146,13,82,1) 0%, rgba(30,41,98,1) 100%);
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 360px;
    padding: 80px 40px 40px;
}
nav.global_menu ul li {
    font-size: 2.8rem;
    margin-bottom: 0.8em;
}
nav.global_menu .global_menu_lang {
    padding-top: 2.8em;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
nav.global_menu .global_menu_lang li {
    font-size: 2rem;
    padding: 0.4em 0.8em;
    line-height: 1;
    background: #fff;
    margin: 0 14px 0 0;
    border-radius: 2px;
}
nav.global_menu .global_menu_lang li a {
    color: rgba(146,13,82,1);
    font-weight: bold;
}
/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s;
}
/* このクラスを、jQueryで付与・削除する */
nav.global_menu.active {
    transform: translateY(0%);
    top: 0;
}
/* ハンバーガー用 */
.navToggle {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    transition: .3s ease-in-out;
    position: fixed;
    top: 40px;
    right: 40px;
}
.navToggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 60px;
    border-bottom: solid 6px #fff;
    border-radius: 10px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.header_scroll .navToggle span {
  border-color: #fff;
}
.navToggle span:nth-child(1) {
  top: 0;
}
.navToggle span:nth-child(2) {
  top: 20px;
    opacity: .7;
}
.navToggle span:nth-child(3) {
  top: 40px;
    opacity: .4;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
    opacity: 1;
}

/* mv
 * ************************************************** */
#c_mv {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../images/mv_bg.jpg") no-repeat 50% 50% / cover;
}
#c_mv .mv_inner {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#c_mv .mv_inner .mv_ttl {
    display: block;
    overflow: hidden;
    width: 36.906vw;
    height: 0;
    padding-top: 14.969vw;
    background: url("../images/mv_ttl.png") no-repeat 50% 50% / contain;
    animation-delay: 1s;
}
#c_mv .mv_info {
    position: absolute;
    bottom: 3.5vw;
    right: 3.5vw;
    padding: 40px 25px;
    background: rgba(0,0,0,0.6);
    font-size: 1.8rem;
}
#c_mv .mv_info .mv_info_add {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
#c_mv .mv_info .mv_info_tel {
    text-align: center;
    letter-spacing: 0.1em;
}
#c_mv .mv_info .mv_info_tel a {
    font-size: 2.8rem;
    font-weight: 500;
    margin-left: 0.2em;
    line-height: 1;
}

/* gnav
 * ************************************************** */
#gnav {
    padding: 1.344vw;
    width: 100%;
    background: rgb(146,13,82);
    background: -webkit-linear-gradient(left, rgba(146,13,82,1) 0%, rgba(30,41,98,1) 100%);
    background: -o-linear-gradient(left, rgba(146,13,82,1) 0%, rgba(30,41,98,1) 100%);
    background: linear-gradient(to right, rgba(146,13,82,1) 0%, rgba(30,41,98,1) 100%);
}
#gnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#gnav ul li {
    font-size: 2.4rem;
    margin: 0 1.3em;
    position: relative;
    font-weight: 500;
}
#gnav ul li:not(:last-child)::after {
    display: block;
    content: '';
    width: 1.3em;
    height: 1.5px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.7em;
    right: -2.1em;
}
#gnav ul li a {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
}
#gnav ul li a::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: .3s all;
    width: 0;
}
#gnav ul li a:hover {
    opacity: 1;
}
#gnav ul li a:hover::after {
    width: 100%;
}

/* c_news
 * ************************************************** */
#c_news {
    padding: 6.875vw 0 3.438vw;
    background: url("../images/news_bg.jpg") no-repeat 50% 50% / cover;
}
#c_news .cont_inner {
    margin: 0 auto;
    width: 1000px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#c_news .cont_inner .cont_ttl {
    width: 30%;
}
#c_news .cont_inner .cont_ttl .ttl_A .en {
    background: rgb(38,217,177);
    background: linear-gradient(90deg, rgba(38,217,177,1) 0%, rgba(56,87,244,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#c_news .cont_inner .cont_txt {
    width: 68%;
    padding-top: 10px;
}
#c_news .cont_inner .cont_txt .news_list {
    margin-bottom: 45px;
}
#c_news .cont_inner .cont_txt .news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.5rem;
    margin-bottom: 1.2em;
}
#c_news .cont_inner .cont_txt .news_list li a .news_date {
    padding-top: 0.1em;
    width: 8em;
}
#c_news .cont_inner .cont_txt .news_list li a .news_ttl {
    width: calc(100% - 8em);
}

/* c_concept
 * ************************************************** */
#c_concept {
    padding: 5vw 0 13.438vw;
    background: url("../images/concept_bg.jpg") no-repeat 50% 50% / cover;
    position: relative;
}
#c_concept .cont_inner {
    margin: 0 auto;
    width: 910px;
    max-width: 90%;
}
#c_concept .cont_inner .cont_ttl {
    display: block;
    margin: 0 auto 5.625vw;
    overflow: hidden;
    width: 45.438vw;
    height: 0;
    padding-top: 12.656vw;
    background: url("../images/concept_ttl.png") no-repeat 50% 50% / contain;
}
#c_concept .cont_inner .cont_txt {
    font-size: 1.9rem;
    line-height: 2.2;
    font-weight: 500;
}
#c_concept .concept_flag {
    width: 28vw;
    position: absolute;
    top: -3.75vw;
    left: 0;
}
#c_concept .concept_beef {
    width: 52vw;
    position: absolute;
    bottom: -3.125vw;
    right: 0;
}

/* c_gallery
 * ************************************************** */
#c_gallery {
    padding: 6.25vw 0;
    background: rgb(0,5,29);
    background: linear-gradient(180deg, rgba(0,5,29,1) 10%, rgba(69,73,88,1) 50%, rgba(0,5,29,1) 90%);
}
#c_gallery .cont_inner {
    margin: 0 auto;
    width: 1100px;
    max-width: 90%;
}
#c_gallery .cont_inner .ttl_A {
    margin: 0 auto 3.125vw;
    text-align: center;
}
#c_gallery .cont_inner .ttl_A .en {
    background: rgb(210,38,123);
    background: linear-gradient(90deg, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#c_gallery .slider_gallery {
    margin-bottom: 1.875vw;
    border: 10px solid #e5e5e5;
}
#c_gallery .thumbnail .slick-track {
    transform: unset !important;
    width: 100%!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#c_gallery .thumbnail-img {
    transition: all 0.5s ease;
    width: 18.727% !important;
    margin-right: 1.591%!important;
    margin-bottom: 15px;
    cursor: pointer;
}
#c_gallery .thumbnail-img:nth-child(5n) {
    margin-right: 0!important;
}
#c_gallery .thumbnail .slick-current {
    border: 6px solid #d2267b;
    transition: all 0.5s ease;
}
#c_gallery .slick-arrow {
    width: 60px;
    height: 60px;
    top: calc(50% - 10px);
    bottom: auto;
}
#c_gallery .slick-prev {
    background: url("../images/slider_btn_l.png") no-repeat 50% 50% / contain;
    left: -35px;
    right: auto;
}
#c_gallery .slick-next {
    background: url("../images/slider_btn_r.png") no-repeat 50% 50% / contain;
    left: auto;
    right: -35px;
}

/* c_menu
 * ************************************************** */
#c_menu {
    padding: 6.25vw 0;
    background: url("../images/menu_bg.jpg") no-repeat 50% 50% / cover;
}
#c_menu .cont_inner .ttl_A {
    margin: 0 auto 2vw;
    text-align: center;
}
#c_menu .cont_inner .ttl_A .en {
    background: rgb(234,228,55);
    background: linear-gradient(90deg, rgba(234,228,55,1) 0%, rgba(210,38,123,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
#c_menu .cont_inner .ttl_A .en::after {
    display: block;
    content: '';
    width: 118px;
    height: 189px;
    position: absolute;
    left: -175px;
    top: 10px;
    background: url("../images/menu_illust01.png") no-repeat 0 0 / contain;
    z-index: 1;
}
/* slider */
#c_menu .slick-slide {
    position: relative;
    padding: 20px;
}
#c_menu .slick-slide .slider_cont {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 8px 8px 0px 0px rgba(146, 13, 82, 1);
}
#c_menu .slick-slide .slider_cont .menu_slider_txt {
    position: absolute;
    padding: 25px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0) 100%);
}
#c_menu .slick-slide .slider_cont .menu_slider_txt .menu_name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}
#c_menu .slick-slide .slider_cont .menu_slider_txt p {
    font-size: 1.2rem;
}
#c_menu .slick-dots {
    position: relative;
    margin: 70px auto 0;
    width: 1100px;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4e4e4e;
    border-radius: 5px;
    overflow: hidden;
}
#c_menu .slick-dots li {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 10px;
    background: #4e4e4e;
    transition: all 0.3s ease;
}
#c_menu .slick-dots li.slick-active {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 10px;
    background: #27d3b4;
    border-radius: 5px;
    transition: all 0.3s ease;
}
#c_menu .slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: 4px;
  background: none;
}
#c_menu .arrow_box {
    margin: 0 auto;
    width: 1100px;
    max-width: 90%;
    position: relative;
}
#c_menu .slide-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
}
#c_menu .prev-arrow {
    background: url("../images/slider_btn_l.png") no-repeat 50% 50% / contain;
    left: 0;
}
#c_menu .next-arrow {
    background: url("../images/slider_btn_r.png") no-repeat 50% 50% / contain;
    left: 100px;
}

/* c_access
 * ************************************************** */
#c_access {
    padding: 6.25vw 0 8.75vw;
}
#c_access .cont_inner {
    margin: 0 auto;
    width: 1100px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#c_access .cont_inner .cont_ttl {
    width: 34%;
    position: relative;
}
#c_access .cont_inner .ttl_A .en {
    background: rgb(38,217,177);
    background: linear-gradient(90deg, rgba(38,217,177,1) 0%, rgba(56,87,244,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
#c_access .cont_inner .cont_ttl .access_add {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#c_access .cont_inner .cont_ttl .access_add dl {
    font-size: 1.6rem;
}
#c_access .cont_inner .cont_ttl .access_add dl dt {
    margin-top: 1em;
    font-weight: 700;
}
#c_access .cont_inner .cont_map {
    width: 66%;
}
#c_access .cont_inner iframe {
    width: 100%;
}

/* c_information
 * ************************************************** */
#c_information .cont_inner {
    margin: 0 auto;
    width: 1100px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
}
#c_information .cont_inner .cont_ttl {
    width: 51%;
}
#c_information .cont_inner .cont_ttl .ttl_A .en {
    background: rgb(210,38,123);
    background: linear-gradient(90deg, rgba(210,38,123,1) 0%, rgba(41,67,200,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
#c_information .cont_inner .cont_ttl .information_cont {
    margin-top: 2.813vw;
    padding: 40px;
    background: #4e4e4e;
    border-radius: 4px;
}
#c_information .cont_inner .cont_ttl .information_cont dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 1.6rem;
}
#c_information .cont_inner .cont_ttl .information_cont dl dt {
    width: 7em;
    padding: 1em 0;
    border-bottom: 1px solid #1b1b1b;
    font-weight: 700;
}
#c_information .cont_inner .cont_ttl .information_cont dl dd {
    width: calc(100% - 7em);
    padding: 1em 0;
    border-bottom: 1px solid #1b1b1b;
}
#c_information .cont_inner .cont_img {
    margin-bottom: 8px;
    width: 41%;
    background: url("../images/information_img.jpg") no-repeat 50% 50% / cover;
    box-shadow: 8px 8px 0px 0px rgba(30, 41, 98, 1);
}
#c_information .btn_B {
    margin-top: 3vw;
}

/* footer
 * ************************************************** */
#page-top {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 5.563vw;
}
#footer .copy {
    padding: 10px;
    width: 100%;
}
#footer .copy p {
    text-align: center;
    line-height: 1;
    font-size: 1.3rem;
}
/* =======================================================================
    low
========================================================================== */
.low #content {
    padding-top: 80px;
    min-height: 100vh;
}
/* 
    news
========================================================================== */
#news #article_list .ttl_A {
    font-size: 5rem;
}
#news #article_list .ttl_A span {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    background: rgb(182,141,1);
    background: linear-gradient(90deg, rgba(182,141,1,1) 0%, rgba(227,214,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#news #article_list,
#news .post {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
    max-width: 92%;
}
#news #article_list .article_list_cont li {
	border-bottom: 1px solid rgba(11,147,195,1);
  padding: 20px 0;
}
#news #article_list .article_list_cont li a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    font-size: 1.5rem;
}
#news #article_list .article_list_cont li .date {
	width: 8em;
    font-weight: bold;
}
#news #article_list .article_list_cont li .news_ttl {
 width : 90% ; /* IE8以下とAndroid4.3以下用フォールバック */
 width : -webkit-calc(100% - 8em) ;
 width : calc(100% - 8em) ;
}
/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 8px 15px;
	margin: 0 2px;
    font-size: 1.5rem;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF; 
	background-color:#999; 
	border-color:#999;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: rgb(255,51,118);
	border-color: rgb(255,51,118);
	font-weight: bold;
}

/* single */
.roop {
	min-height: 500px;
}
.roop .post .size-full,
.roop .post img{
	max-width: 100%;
	height: auto;
}
.roop .post iframe{
	max-width: 600px;
}
.cms_content {
  margin-bottom: 60px;
}
.wp-pagenavi {
	margin: 50px 0 30px;
	font-size: 90%;
}

/* post */
.post {
    font-size: 1.5rem;
}
.post h1 {
	font-size: 30px;
	font-weight: 500;
	margin: 1rem 0;
	line-height: 1.3;
}
.post .date {
	text-align: right;
	color: #666;
}
.post .entry {
	margin-top: 30px;
}
.post .entry > *:first-child {
	margin-top: 0;
}
.post .entry p {
	margin-top: 15px;
}
.post .entry a {
	color: rgb(255,51,118);
  text-decoration: underline;
}
.post .entry strong {
  font-weight: bold;
}
.post .entry em {
  font-style: italic;
}
.post .entry blockquote {
  border-left: 6px solid #d9d9d9;
  padding-left: 10px;
}
.post .entry .marker {
  display: inline;
  background: linear-gradient(transparent 40%, #ffff00 40%);
	font-weight: bold;
}
.post .entry .box {
	margin-top: 15px;
  padding: 20px;
	background: #ecf7fb;
}
.post .entry .box > *:first-child {
	margin-top: 0;
}
.post .entry ul,
.post .entry  ol{
	display: block;
  margin-top: 25px;
}
.post .entry ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.post .entry ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.post .entry ul + *,
.post .entry ol + * {
	margin-top: 25px;
}
.post .entry h2 {
	margin: 35px 0 0;
	padding-left: 0.5em;
	border-left: 8px solid rgb(255,51,118);
	font-size: 140%;
	font-weight: 500;
    line-height: 1.4;
}
.post .entry h3 {
	margin: 35px 0 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #666;
	font-size: 130%;
	font-weight: 500;
}
.post .entry h4 {
	margin: 35px 0 0;
	font-size: 120%;
	padding-left: 1em;
  text-indent: -0.6em;
	line-height: 1.4;
	font-weight: 500;
}
.post .entry h4::before {
	display: inline-block;
	content: '■';
	margin-right: 0.2em;
	color: rgba(11,147,195,1);
}
.post .entry h5 {
	margin: 35px 0 0;
	font-size: 120%;
	font-weight: 500;
}
.post .entry h2 + p,
.post .entry h3 + p {
	margin-top: 12px;
}
.post .entry h4 + p,
.post .entry h5 + p {
	margin-top: 10px;
}
/*画像設定*/
.post .size-full,
.post .size-large,
.post .size-medium,
.post .size-thumbnail{
	max-width:100%; height:auto;
}
.post .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.post .aligncenter {
	display: block;
	margin:0 auto 10px auto;
}
.post .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.post .wp-caption{margin-top:20px;}
.post .wp-caption a{display:block;}
.post .wp-caption a:hover{border-bottom: none;}
.post .wp-caption img{vertical-align: bottom;}
.post .wp-caption-text{
	margin-top: 10px;
	text-align:center;
	font-size:1.4rem;
}
.post .two_img {
	margin: 30px auto 0;
	width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post .two_img img {
	float: none;
	margin: 0;
	width: 48.5%;
}

/* related-articles */
.related-articles ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.related-articles ul li {
	margin: 0 3.5% 20px 0;
	width: 31%;
}
.related-articles ul li:nth-child(3n) {
	margin-right: 0;
}
.related-articles ul li a {
	display: block;
}
.related-articles ul li .thumb {
	margin-bottom: 10px;
	overflow: hidden;
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.related-articles ul li .thumb img {
	height: auto;
}
.related-articles ul li p {
	font-weight: bold;
	line-height: 1.5!important;
}
@media (max-width: 1250px) {
    #news #content {
        padding-top: 150px;
    }
}
@media (max-width: 1100px) {
    .ttl_A .en {
        font-size: 9vw;
    }
    #c_mv {
        height: 80vw;
    }
    #c_concept .cont_inner .cont_txt {
        font-size: 1.6rem;
        line-height: 2;
    }
    #c_access .cont_inner .cont_map {
        width: 62%;
    }
}
@media (min-width: 1500px) {
    #c_concept .concept_beef {
        width: 46vw;
    }
}

/* thai */
#th  #content {
    padding-top: 0!important;
}
#th #c_mv .mv_inner .mv_ttl {
    display: block;
    overflow: hidden;
    width: 36.906vw;
    height: 0;
    padding-top: 14.969vw;
    background: url("../images/th/mv_ttl.png") no-repeat 50% 50% / contain;
    animation-delay: 1s;
}
#th #c_news {
    padding: 6.875vw 0 6.438vw;
}
#th #c_concept {
    padding-top: 6.5vw;
}
#th #c_concept .cont_inner .cont_ttl {
    display: block;
    margin: 0 auto 1vw;
    overflow: hidden;
    width: 52.438vw;
    height: 0;
    padding-top: 21.656vw;
    background: url(../images/th/concept_ttl.png) no-repeat 50% 0 / contain;
}
#th #c_concept .concept_beef {
    width: 52vw;
    position: absolute;
    bottom: -6.125vw;
    right: 0;
}
#th #c_menu .cont_inner .ttl_A .en::after {
    top: -97px;
}
#th #c_information .cont_inner .cont_ttl .information_cont dl dt {
    width: 8.5em;
}
#th #c_information .cont_inner .cont_ttl .information_cont dl dd {
    width: calc(100% - 8.5em);
}

/* en */
#en  #content {
    padding-top: 0!important;
}
#en #c_mv .mv_inner .mv_ttl {
    display: block;
    overflow: hidden;
    width: 36.906vw;
    height: 0;
    padding-top: 14.969vw;
    background: url("../images/en/mv_ttl.png") no-repeat 50% 50% / contain;
    animation-delay: 1s;
}
#en #c_news {
    padding: 6.875vw 0 6.438vw;
}
#en #c_concept {
    padding-top: 6.5vw;
}
#en #c_concept .cont_inner .cont_ttl {
    display: block;
    margin: 0 auto 2vw;
    overflow: hidden;
    width: 52.438vw;
    height: 0;
    padding-top: 16.656vw;
    background: url(../images/en/concept_ttl.png) no-repeat 50% 0 / contain;
}
#en #c_concept .concept_beef {
    width: 50vw;
    position: absolute;
    bottom: -8vw;
    right: 0;
}
#en #c_menu .cont_inner .ttl_A .en::after {
    top: -97px;
}