@charset "UTF-8";
html { line-height: 1.8; color: #000; }

img { height: auto; }

.mb-1 { margin-bottom: 1%; }

.mb-3 { margin-bottom: 3%; }

.mb-5 { margin-bottom: 5%; }

.mb-8 { margin-bottom: 8%; }

.mb-10 { margin-bottom: 10%; }

.flex { display: flex; }

.f-wrap { flex-wrap: wrap; }

.around-b { justify-content: space-between; }

.half-block { width: 50%; display: block; }

.align-items { align-items: center; }

.aligncenter { text-align: -webkit-center; }

.has-small-font-size { font-size: 12px; }

.has-medium-font-size { font-size: 16px; }

.has-large-font-size { font-size: 36px; }

.has-x-large-font-size { font-size: 60px; }

.has-text-align-center { text-align: center; }

.has-text-align-right { text-align: right; }

.has-text-align-left { text-align: left; }

.alignright { text-align: right; }

.alignleft { text-align: left; }

.antiquewhite { background-color: antiquewhite; }

.wp-block-cover { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; }

.wp-block-cover__inner-container { width: 90%; max-width: 1170px; margin-left: auto; margin-right: auto; padding: 2.5% 0; }

.wp-block-columns { display: flex; justify-content: space-between; }

.wp-block-column { width: calc(50% - 20px); overflow: hidden; }
.wp-block-column figure img { max-width: 100%; display: block; }

.wp-block-button a { text-decoration: none; display: inline-block; font-size: 15px; padding: 1% 5% 1.5%; border: 1px solid #f56100; color: #f56100; background: #fff; border-radius: 20px; margin-top: 1%; white-space: nowrap; transition: background 0.6s,color 0.6s,border 0.6s; }
.wp-block-button a:hover { background: #f56100; border: 1px solid #f56100; color: #fff; transition: background 0.6s,color 0.6s,border 0.6s; }

.is-content-justification-right { text-align: right; }

main.release-temp .wp-block-table table { border-collapse: collapse; width: 100%; }
main.release-temp .wp-block-table table td { border: 1px solid #ccc; padding: 1.5%; }

main.release-temp .wp-block-table table td:nth-of-type(1) { background: #234a80; color: #fff; text-align: center; white-space: nowrap; }

.size-full { width: 100%; display: block; }
.size-full img { display: block; width: 100%; max-width: 100%; }

.is-layout-flex { display: flex; }

.is-content-justification-center { justify-content: center; }

.right { float: right; }

/*------------------------------------------------------------
　　　　　　　　　　　　　　　　実験中
-------------------------------------------------------------*/
/*------------------------------------------------------------
	Custom Text Color & Background Color ※fnc/admin-control.phpへの設定も必要
-------------------------------------------------------------*/
.has-gbj-orange-color { color: #f56100; }

.has-gbj-blue-color { color: #234a80; }

.has-red-color { color: #db0000; }

.has-light-orange-color { color: #faebd7; }

.has-gbj-orange-background-color { background-color: #f56100; }

.has-gbj-blue-background-color { background-color: #234a80; }

.has-red-background-color { background-color: #db0000; }

.has-light-orange-background-color { background-color: #faebd7; }

main#under { background-color: #f2f2f2; padding: 2.5% 0; }

main#under section { padding: 4% 7%; width: 90%; max-width: 1170px; margin-left: auto; margin-right: auto; display: block; background-color: #fff; border-radius: 20px; }

div#under-head-image { width: 100%; height: 300px; overflow: hidden; position: relative; }
div#under-head-image img { width: 100%; height: auto; position: relative; z-index: -9999; }
div#under-head-image dl { position: absolute; top: 120px; z-index: 9999; width: 1170px; margin-left: auto; margin-right: auto; left: 0; right: 0; text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7); }
div#under-head-image dl dt { font-size: 40px; color: #fff; }

main#under2 { background-color: #fff; padding: 0; }

main#under2 section { padding: 0 7% 4%; width: 90%; max-width: 1170px; margin-left: auto; margin-right: auto; display: block; background-color: #fff; }

header { width: 100%; box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3); padding-top: 1%; padding-bottom: 1.2%; }
header div.inner { width: 1170px; margin-left: auto; margin-right: auto; }
header .company-logo { width: 15%; }
header div.menu-global-menu-container { width: 100%; }
header div.menu-global-menu-container ul { list-style: none; display: flex; justify-content: space-between; }
header div.menu-global-menu-container li a { text-decoration: none; color: #000; padding-bottom: 1.16vw; }
header div.menu-global-menu-container li a:hover { border-bottom: 3px solid #f56100; }

#main-image-box { width: 100%; max-height: 800px; overflow: hidden; }
#main-image-box img { width: 100%; display: block; }

.shop-list-bnr-l a { border-radius: 20px; display: block; margin-top: 2%; width: 100%; height: 12vw; overflow: hidden; text-decoration: none; }
.shop-list-bnr-l a dl { display: flex; background-color: #f56100; }
.shop-list-bnr-l a dl dt { color: #fff; width: 50%; box-sizing: border-box; position: relative; top: 3.6vw; left: 100px; }
.shop-list-bnr-l a dl dt p:nth-child(1) { font-size: 28px; }
.shop-list-bnr-l a dl dt p:nth-child(2) { font-size: 16px; }
.shop-list-bnr-l a dl dd { width: 50%; }
.shop-list-bnr-l a dl dd img { width: 100%; position: relative; top: -20%; }

main { /*img{max-width:100%; max-height:100%;}*/ }
main div.inner { width: 90%; max-width: 1170px; margin-left: auto; margin-right: auto; }
main div.inner div.news-section { display: flex; justify-content: space-between; }
main div.inner div.news-section a { text-decoration: none; }
main div.inner div.news-section a img { width: 100%; height: 100%; }
main div.inner div.news-section a p.sub_cat { color: #fff; padding: 1% 3.5%; text-align: center; border-radius: 20px; margin-left: 10px; font-size: 15px; }
main div.inner div.news-section div { width: 566px; }
main div.inner div.news-section div dl { display: flex; justify-content: flex-start; border-bottom: 1px solid #ccc; margin-bottom: 3%; padding-bottom: 2%; }
main div.inner div.news-section div dl dt { width: 128px; height: 128px; overflow: hidden; }
main div.inner div.news-section div dl dd { margin-left: 30px; width: calc(100% - 158px); font-size: 18px; }
main div.inner div.news-section div dl dd p { display: inline; }
main div.inner div.news-section div dl dd .date { color: #b3b3b3; }
main div.inner div.news-section div dl dd .article-title { display: block; margin-top: 15px; color: #000; }

a#more-brand-info { text-decoration: none; display: inline; }

a.read-more { display: inline-block; text-align: right; color: #000; font-weight: bold; text-decoration: none; font-size: 18px; float: right; transition: color 0.6s; }

a.read-more:hover { color: #ff6300; transition: color 0.6s; }

#business-info a { width: calc(100% / 5 - 20px); }
#business-info img { width: 100%; display: block; }

.renew { background: #eb6d95; }

.new-shop { background: #67d02d; }

.franchise { background: #b27f0a; }

.ramen-release { background: #f56100; }

.news-release { background: #234a80; }

p.title-01 { font-size: 40px; color: #ff6300; font-weight: bold; margin-bottom: 2.5%; }

p.title-01 span { font-size: 20px; color: #000; padding-left: 20px; }

#global-activity, #franchise { flex-wrap: wrap; }
#global-activity dl, #franchise dl { width: 50%; box-sizing: border-box; padding-right: 2.5%; }
#global-activity img, #franchise img { width: 50%; }
#global-activity p.title-01, #franchise p.title-01 { font-size: 40px; color: #ff6300; font-weight: bold; margin-bottom: 0; }
#global-activity span, #franchise span { font-size: 20px; color: #000; padding-left: 0; font-weight: bold; display: block; margin-bottom: 2.5%; }
#global-activity a, #franchise a { margin-top: 2.5%; display: block; }

#under-link { width: 100%; background-color: #f2f2f2; padding: 5% 0; }
#under-link div a { width: 560px; height: 300px; overflow: hidden; position: relative; border-radius: 20px; background-color: rgba(0, 0, 0, 0.3); margin-bottom: 4%; }
#under-link div a img { min-width: 600px; height: auto; position: absolute; }
#under-link div a div { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); position: relative; }
#under-link div a div p { position: absolute; color: #fff; font-size: 36px; top: 105px; left: 40px; line-height: 1.1; text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7); }
#under-link div a div p span { display: block; font-size: 16px; margin-top: 10px; }

#company-profile-table table { border-collapse: collapse; width: 90%; margin: 3% auto; }
#company-profile-table table tr { border-bottom: 1px solid #ccc; width: 100%; }
#company-profile-table table tr td { border: 1px solid #ccc; }
#company-profile-table table tr td:nth-of-type(1) { width: 30%; padding: 2.5%; color: #fff; font-size: 18px; background: #234a80; }
#company-profile-table table tr td:nth-of-type(2) { width: 70%; padding: 2.5%; font-weight: 400; }

/*------------------------------------------------------------
オープン情報
-------------------------------------------------------------*/
main.new-open h2 { font-size: 36px; color: #f56100; margin-bottom: 20px; border-left: 8px solid #f56100; padding-left: 20px; }
main.new-open img { width: 460px; display: block; margin-left: auto; margin-right: auto; }

.new-open-head-image { top: -520px; }

main.new-open iframe { width: 100%; }

.new-open table { border-collapse: separate; width: 100%; margin-left: auto; margin-right: auto; }
.new-open table tr td { padding: 2%; border-bottom: 1px solid #234a80; }
.new-open table tr td:nth-of-type(1) { background: #234a80; color: #fff; }

#new-open-block div { width: 1170px; margin-left: auto; margin-right: auto; padding: 2% 0 3%; }
#new-open-block div section { display: flex; justify-content: space-between; }
#new-open-block div section .sub_cat { color: #fff; padding: 0.5% 3.5%; text-align: center; border-radius: 20px; margin-left: 10px; font-size: 13px; position: relative; top: -8px; }
#new-open-block div section a { width: calc(100%/3 - 3%); text-decoration: none; color: #666; }
#new-open-block div section a dd { display: flex; justify-content: space-between; }
#new-open-block div section a dd p { font-size: 14px; position: relative; top: -5px; }
#new-open-block div section a dd .article-title { font-size: 14px; }
#new-open-block div section a dt { width: 100%; height: 200px; overflow: hidden; }
#new-open-block div section a dt img { width: 100%; height: 100%; }

#kagetsu-pr-sec { border: 1px solid #ff6300; padding: 3% 5%; margin: 8% auto; background: antiquewhite; }
#kagetsu-pr-sec p:nth-of-type(1) { font-size: 36px; color: #ff6300; font-weight: bold; text-align: center; margin-bottom: 2.5%; }
#kagetsu-pr-sec p:nth-of-type(2) { margin-bottom: 3%; text-align: center; }
#kagetsu-pr-sec img { margin-bottom: 3%; width: 240px; }
#kagetsu-pr-sec a { background: #fff; color: #ff6300; border: 1px solid #ff6300; padding: 2%; text-decoration: none; width: calc(100%/3 - 4px); transition: background 0.6s,color 0.6s,border 0.6s; display: block; text-align: center; }
#kagetsu-pr-sec a:hover { background: #ff6300; color: #fff; border: 1px solid #ff6300; transition: background 0.6s,color 0.6s,border 0.6s; }

.pr-link { display: flex; justify-content: space-between; width: 100%; }

/*------------------------------------------------------------
リリース情報
-------------------------------------------------------------*/
footer { width: 100%; background: #000; color: #fff; padding-top: 2.5%; }
footer div.inner { width: 1120px; margin: auto; display: flex; justify-content: space-between; }
footer div.inner div.menu-global-menu-container { width: 100%; }
footer div.inner div.menu-global-menu-container ul { list-style: none; display: flex; justify-content: space-between; }
footer div.inner div.menu-global-menu-container ul li a { text-decoration: none; color: #FFF; }
footer div.inner .company-logo { width: 15%; }

main.release-temp iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; margin: auto; }

.wp-embed-aspect-16-9 { aspect-ratio: 16 / 9; }

main#under p.date:not(.blog-item__content div p.date) { text-align: right; margin: 2% 0; }

#copyright { text-align: center; font-size: 12px; }

/*------------------------------------------------------------
アーカイブ
-------------------------------------------------------------*/
main#under article { margin-bottom: 5%; border-bottom: 2px dotted #f56100; padding-bottom: 3%; display: flex; }
main#under article img { max-width: 160px; margin-right: 2.5%; }
main#under article a { text-decoration: none; display: block; }

.blog-item { margin-right: 3.5%; }

.blog-item__content div p.date { margin: 0 2% 1% 0; }

.blog-item__read { font-size: 15px; color: #666; font-weight: 500; }

.blog-item__thumbnail { width: 160px; height: 160px; overflow: hidden; }

.blog-item__thumbnail img { min-height: 160px; width: 100%; }

main#under article p.sub_cat { color: #fff; padding: 1% 3.5%; text-align: center; border-radius: 20px; margin-left: 10px; font-size: 13px; position: relative; top: -8px; }

.blog-item__content { min-width: 720px; }

.blog-item__title { color: #333; display: inline-block; }

.blog-item__title:hover { color: #f56100; }

.blog-item__button a { margin-top: 1.5%; color: #666; text-align: right; }

.blog-item__button a:hover { color: #f56100; }

/*------------------------------------------------------------
	ページネーション
-------------------------------------------------------------*/
.pagination { display: flex; justify-content: center; align-items: center; }

.pagination span:not(.dots) { margin: 0 12px; padding: 3px 12px; background-color: #FFF; border: 2px solid #333; border-radius: 20px; opacity: .5; display: block; }

.pagination a { margin: 0 12px; text-decoration: none; padding: 3px 12px; border: 2px solid #f56100; border-radius: 20px; color: #f56100; display: block; transition: all .3s linear; }

.pagination a:hover { background-color: #f56100; color: #FFF; }

/*------------------------------------------------------------
	海外事業店舗リスト
-------------------------------------------------------------*/
main#under3 { background-color: #fff; padding: 0; }

main#under3 section { padding: 0 7% 4%; width: 90%; max-width: 1170px; margin-left: auto; margin-right: auto; display: block; background-color: #fff; }

main#under3 table { border-collapse: collapse; width: 100%; }
main#under3 table tr:nth-child(odd) { background: #FCECE8; }
main#under3 table th { background: #f56100; color: #fff; padding: 1% 2%; text-align: left; }
main#under3 table th:not(:first-child) { border-left: 1px solid #fff; }
main#under3 table td { border: 1px solid #ccc; padding: 1% 2%; }
main#under3 table td:nth-of-type(1), main#under3 table th:nth-of-type(1) { width: 25%; }
main#under3 table td:nth-of-type(3), main#under3 table th:nth-of-type(3) { width: 14%; }

div.shop-link a.wp-block-button__link { width: 400px; max-width: 90%; text-align: center; padding: 2%; }

/*ContactForm7カスタマイズ*/
table.CF7_table { width: 90%; margin: 0 auto; border: 3px solid #e5e5e5; }

table.CF7_table tr { border-top: 1px solid #ccc; }

.wpcf7-list-item { display: block; }

table.CF7_table th, table.CF7_table td { text-align: left; padding: 1.5%; }

table.CF7_table td { border-bottom: 1px solid #ccc; }

.single .entry-content table.CF7_table, .page .entry-content table.CF7_table { display: table; }

table.CF7_table p.attention { font-size: 12px; color: #c00; }

table.CF7_table input[type=text], table.CF7_table input[type=email], table.CF7_table textarea { width: 100%; }

/*入力欄*/
.CF7_table input, .CF7_table textarea { border: 1px solid #d8d8d8; }

.CF7_table ::placeholder { color: #797979; }

/*「必須」文字*/
.CF7_req { font-size: .9em; padding: 5px; background: #f79034; /*オレンジ*/ color: #fff; border-radius: 3px; margin-right: 1em; }

/*「任意」文字*/
.CF7_unreq { font-size: .9em; padding: 5px; background: #bdbdbd; /*グレー*/ color: #fff; border-radius: 3px; margin-right: 1em; }

/* タイトル列 */
@media screen and (min-width: 768px) { .CF7_table th { width: 35%; /*横幅*/ background-color: #ebedf5; /*ブルーグレー*/ } }
/* レスポンシブ */
@media screen and (max-width: 768px) { table.CF7_table { width: 95%; }
  .CF7_table tr, .CF7_table td, .CF7_table th { display: block; width: 100%; line-height: 2.5em; }
  .CF7_table th { background-color: #ebedf5; } }
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit { background-color: #f79034; /* オレンジ*/ border: 0; color: #fff; font-size: 1.2em; font-weight: bold; margin: 0 auto; padding: 1% 5%; }

.CF7_btn { text-align: center; margin-top: 20px; }

.wpcf7-spinner { width: 0; margin: 0; }
