@charset "utf-8";
/* ===================================================================
CSS information

 file name  : sp.css
 style info : スマートフォン用
=================================================================== */

@media screen and (max-width: 1450px){

/* -----------------------------------------------------------
    #main_box
----------------------------------------------------------- */
#main_box {
  background: #222222 url(../img/common/head_bg.jpg) no-repeat left top / 30vw 100vh;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top main #news_sec .news_box section .article_box article a .thumb {
  flex: 0 1 110px;
}

}

@media screen and (max-width: 1100px){

html.fixed,
html.fixed body {
	overflow: hidden;
	height: 100%;
}

.store_map #map_sec {
    display: none;
}

.store_map #prefectures_sec {
    display: block;
}

.store_map main #overseas_sec .oversea_area{
    display: block;
}

.store_map main #overseas_sec .oversea_area_map{
    display: none;
}

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 7%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1000;
}

#panel-btn:after {
	content: "MENU";
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0.9rem;
	font-weight: bolder;
	color: #9E0002;
	letter-spacing: 0.15em;
}

.open #panel-btn:after {
	content: "CLOSE";
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0.9rem;
	font-weight: bolder;
	color: #ffffff;
	letter-spacing: 0.15em;
}

#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #ffffff;
	transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	margin-left: 0;
	background: #ffffff;
	transition: .3s;
}

#panel-btn-icon:before {
	margin-top: -10px;
}

#panel-btn-icon:after {
	margin-top: 8px;
}

#panel-btn .close {
	background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
	background: #ffffff;
}

#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(0,0,0,.9);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	padding: 15%;
}

.open #nav {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: visible;
	opacity: 1;
}

/* -----------------------------------------------------------
    ヘッダー
----------------------------------------------------------- */
header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position:static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 20px 3vw;
}

header h1 img {
    position: static;
    top: 0;
    left: 0;
}

header h1 {
    position: relative;
    width: 40%;
}

#main_box .title {
    position: absolute;
    z-index: 0;
    margin: 0;
	top: 340px;
}

#lower #main_box .title {
    top: 120px;
}

#main_box .title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.25em;
    line-height: 1.5;
    margin: 0 0 0 5vw;
    position: relative;
    text-shadow: 0px 0px 6px #343738;
}

#main_box .title h1:after {
    display: none;
}

#top #main_box {
    height: auto;
    z-index: 1;
	display: block;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

#top #main_box video {
    position: static;
    top: 100px;
    height: 500px;
    width: 100%;
    z-index: -1;
}

#nav .g_nav li a {
    position: relative;
    padding: 0 0 0.5vw;
    color: #FFF;
    font-size: 2.0rem;
}

#nav ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
    margin-bottom: 20px;
}

#nav ul li {
	display: block;
	margin: 0 0 20px;
}

#nav .g_nav li:not(:first-of-type) {
	margin: 0 0 20px;
}

#nav .u_nav {
  flex-direction: row;
  -webkit-flex-direction: row;
  margin: 0;
}

#nav .u_nav li{
  margin: 0;
}

#nav .u_nav li:not(:first-of-type) {
  margin: 0 0 0 2.5vw;
}

#movie_sec {
	margin-bottom:  40px;
}

.sec_box {
    display: block;
    margin: 5vw 0 0;
    padding: 0 5vw;
}

.sec_box h2 {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0.75vw 0 0;
    position: static;
}

.sec_box h2 span:nth-of-type(2) {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.75vw 0 64px;
    position: relative;
}

.sec_box h2 span:nth-of-type(2)::after {
    content: "";
    background: #d40d0e;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -56%;
    left: 0;
}

.sec_box h2 span {
    display: block;
    font-size: 1.4rem;
}

.sec_box .sec_txt {
    flex: 1 1;
    -webkit-flex: 1 1;
    margin: 0 0 60px;
}

.sec_box .sec_txt h3 {
    font-size: 1.6rem;
    font-weight: 700;
}

.sec_box .sec_txt p {
    line-height: 1.8;
    margin: 2vw 0 0;
}

.sec_box .sec_txt .btn_box {
    margin: 6vw 0 0;
}

.btn_box {
    display: block;

}
.wid_01 {
    width: 100%;
}

#main_box {
    align-items: start;
    -webkit-align-items: start;
}

#top main #news_sec .news_box {
    display: block;
}

#top main #news_sec .news_box section {
    width: 100%;
}

#top main #news_sec .news_box section .ttl_box h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

/* #top main #news_sec .news_box section .article_box article a > p {
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 10px 1.5vw;
    transition: all .5s ease;
} */

aside > ul {
    display: block;
}

aside > ul li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 18vh;
    position: relative;
    z-index: 0;
}

aside > ul li {
    flex: 1 1;
    -webkit-flex: 1 1;
    margin: 0 0 4px 0;
}

aside > ul li a span:nth-of-type(1) {
    font-size: 2.0rem;
    font-weight: 700;
}

aside .footer_bnr ul {
  display: block;
}

aside .footer_bnr ul li:not(:first-of-type) {
  margin: 1.5vw 0 0;
}

footer .pagetop a {
  min-height: 50px;
}

footer .f_nav {
  xfont-size: 1.3rem;
  xdisplay: block;
  xbackground: #222222;
  xcolor: #ffffff;
  xpadding: 3vw 5vw;
}

footer .f_box .f_rakkan {
	xmargin-top: -100px;
}

footer .f_box .f_rakkan figure {
width: 150px;
}

footer .f_box .f_nav figure {
  margin-top: 0;
  width: 200px;
}

footer .f_nav nav {
    display: none;
}

#lower #main_box {
    height: 30vh;
    z-index: 1;
}

#lower #main_box picture {
    background: url(../img/common/main.jpg) no-repeat bottom right / cover;
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(60vh - 120px);
    width: 100%;
    z-index: -1;
}

#lower #main_box picture {
    background: url(../img/common/main.jpg) no-repeat bottom right / cover;
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(30vh - 90px);
    width: 100%;
    z-index: -1;
}

.policy main #movie_sec h2 {
    text-align: center;
    display: block;
    margin-bottom: 14px;
    font-size: 2.0rem;
}

.policy main #movie_sec > div {
    display: block;
    padding: 0 5vw;
}

.policy main #movie_sec .policy_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    flex: 1 1;
    -webkit-flex: 1 1;
}

.policy main #movie_sec .policy_txt br {
    display: none;
}

.policy main #movie_sec .policy_movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin: 30px 0 0 0;
}

.policy main #movie_sec .policy_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_box h2 span:nth-of-type(2) {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.75vw 0 40px;
    position: relative;
}

.contents_detail p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
}

.descript_box {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 40px;
}

.menu main .article_box {
    display: block;
}

.menu main .article_box article {
    width: 100%;
    margin-top: 3vw;
    margin-right: 0;
}

.menu main .article_box article .article_txt {
    margin: 1.5vw 0 30px;
    text-align: center;
}

.menu main .article_box article:nth-child(2n) {
    margin-right: 0;
}

.about_allergies_box {
	padding: 30px;
}

.about_allergies {
	display: block;
}

.about_allergies > div:nth-child(1){
	padding-right: 0;
    margin-bottom: 24px;
}

.store main .category {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: 500;
}

.store main .category li {
    width: calc(100%/3 - 2vw);
    margin: 0 0 3vw 3vw;
}

.store main .category li:nth-child(3n + 1) {
    margin-left: 0 ;
}

.store main .category li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #e8e1d6;
    min-height: 50px;
    font-size: 1.2rem;
}

.store main section > h2 {
  font-size: 2.0rem;
}

.store main section .store_sec {
  margin: 7.5vw 0 0;
}

.store main section .store_sec article {
  margin: 7.5vw 0 0;
}

.store main section .store_sec article h3 {
  font-size: 1.8rem;
}

.store main section .store_sec article h3:before {
  margin: 0 2vw 0 0;
}

.store main section .store_sec article h3:after {
  margin: 0 0 0 2vw;
}

.store main section .store_sec article .article_box {
  display: block;
  margin: 3vw 0 0;
}

.store main section .store_sec article .article_box picture {
  width: 100%;
}

.store main section .store_sec article .article_box > div {
  display: block;
  width: 100%;
  margin: 3vw 0 0;
}

.store main section .store_sec article .article_box > div .detail_store {
  display: block;
}

.store main section .store_sec article .article_box > div .detail_store .note {
  margin: 0 0 2vw;
}

.store main section .store_sec article .article_box > div .detail_store dl {
  width: 100%;
  margin-top: 2vw;
  margin-left: 0;
}

.store main section .store_sec article .article_box > div .detail_store dl:nth-of-type(-n+2) {
  margin-top: 2vw;
}

.store main section .store_sec article .article_box > div .detail_store dl:nth-of-type(1) {
  margin-top: 0;
}

.store main section .store_sec article .article_box > div .btn_store {
  margin: 3vw 0 0;
}

.store main section .store_sec article .article_box > div .btn_store ul li:not(:first-of-type) {
  margin: 2vw 0 0;
}

.store main section .store_sec article .article_box > div .btn_store ul li a {
  font-size: 1.6rem;
  padding: 3vw 0;
}

.formBox dl {
    display: block;
    border-top: 1px dashed #eee9e1;
    padding: 2vw;
}

.select_01 {
    width: 100%;
}

.formBox dl dt {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    margin-bottom: 14px;
}

.btnBox > * {
    display: block;
}

.news .article_box.col {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    width: 100%;
}

.news .article_box.col article {
    width: calc(100% / 2 - 1.8vw);
    margin-bottom: 4.5vw;
    margin-top: 0;
    margin-left: 0px;
}

.news .article_box.col article a .article_txt > p {
    font-size: 1.3rem;
}

.news .article_box.col article a .article_txt > div {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.news .article_box.col article a .article_txt > h3 {
    font-size: 1.3rem;
}

.news .article_box.col article a > div time {
    font-size: 1.1rem;
    margin-left: 3px;
}

.news .article_box.col article a > div span {
    font-size: 1.2rem;
    margin-right: 3px;
}

.news .article_box.col article a > p {
    font-size: 1.3rem;
}

.detail main > ul#pagination {
	width: 90%;
}

.detail main > article {
    width: 90%;
    margin: 40px auto;
}

.detail main > ul#pagination li a {
	padding: 0 15px;
    min-width: auto;
}

/* -----------------------------------------------------------
    新メニュー
----------------------------------------------------------- */
.menu02 main .lead {
  font-size: 15px;
  font-size: 1.5rem;
}

.menu02 main .tab_box {
  font-size: 15px;
  font-size: 1.5rem;
}

.menu02 main .tab_box ul li a {
  background-color: #533100;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5vw 1vw;
}

.menu02 main .menu_box > section .menu_hd {
  font-size: 32px;
  font-size: 3.2rem;
}

.menu02 main .menu_box > section .notice {
  font-size: 15px;
  font-size: 1.5rem;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p {
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 1vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p span {
  font-size: 15px;
  font-size: 1.5rem;
}

/* -----------------------------------------------------------
    田所商店のこだわり
----------------------------------------------------------- */
.policy main section:not(:first-of-type) {
  margin: 7.5vw 0 0;
}

.policy main .policy_box {
  display: block;
}

.policy main .policy_box .sec_box {
  margin: 5vw 0 0;
}

.policy main .policy_box .sec_box:after {
  font-size: 20vw;
}

.policy main .policy_box .sec_box .sec_txt p {
  margin: 1.5vw 0 0;
  line-height: 1.6;
}

}

@media screen and (max-width: 1080px){

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
.bnr_btn {
  bottom: 3vw;
}

.bnr_btn {
        display: block;
        /*left: 3vw;*/
        /*position: static !important;*/
        width: 96%;
        margin: auto;
 	max-width: 500px;
    z-index: 100;
    position: relative !important;
    left: 0;
    right: 0;
}
.bnr_btn > div {
    margin-left: auto;
    margin-right: auto;
}

}

@media screen and (max-width: 810px){

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
.bnr_btn > div {
  margin-top: 10px;
}

}

@media screen and (max-width: 767px){

.bnr_btn {
	display: block;
        margin: auto;
        /*position: static !important;*/
        max-width: max-content;
        margin-top: 20px;
}

.bnr_btn > div {
    margin-left: 0;
    margin-top: 10px;
}

.sec_box02 > div {
    display: block;

}

.sec_box02 h2 span:nth-of-type(2)::after {
    bottom: -20%;
}

.sec_box02 .sec_txt {
    margin: 3vw 0 0 0;
}

.recruit_btn a {
  width: 70px;
  height: 70px;
}

.recruit_btn a:after {
  width: 70px;
  height: 70px;
}

.recruit_btn a p:nth-of-type(1) {
  font-size: 1.0rem;
}

.recruit_btn a p:nth-of-type(2) {
font-size: 1.0rem;
}

.recruit_btn a p:nth-of-type(3) {
  font-size: 0.3rem;
  margin: 0.75vw 0 0;
}

#main_box {
  background: #222222 url(../img/common/head_bg.jpg) no-repeat left top / 50vw 100vh;
}

#top #main_box video {
    position: static;
    right: 0;
    top: 100px;
    height: 240px;
    width: 100%;
    z-index: -1;
	margin-bottom: 20px;
}

header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position:static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 20px 3vw;
}

header h1 img {
    position: static;
    top: 0;
    left: 0;
}

header h1 {
    position: relative;
    width: 40%;
}

#main_box .title {
        position: absolute;
        z-index: 0;
        margin: 0;
        top: 181px;
        text-align: center;
        left: 0;
        right: 0;
}

#lower #main_box .title {
    top: 120px;
}

#main_box .title h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.25em;
    line-height: 1.5;
    margin: 0 0 0 5vw;
    position: relative;
    text-shadow:0px 0px 6px #343738;
}

#main_box .title h1::after {
    display: none;
}

#top #main_box {
    height: auto;
    z-index: 1;
display: block;
	align-items: flex-start;
-webkit-align-items: flex-start;
    padding-bottom: 20px;
}

.recruit_btn {
    width: 70px;
    bottom: 30px;
    right: 10px;
}

.recruit_btn02 {
    width: 70px;
    bottom: 30px;
    right: 90px;
}

}

@media screen and (max-width: 667px){


#main_box {
  background: #222222 url(../img/common/head_bg.jpg) no-repeat left top / 45vw 100vh;
}

.store_detail main #main_sec {
    display: block;
}

.store_detail main #main_sec > div {
    width: 100%;
}

.store_img {
	margin-bottom: 24px;
}

.store_detail main #main_sec .store_txt h1 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 18px;
}
.store_detail main #main_sec .store_txt .store_box dl {
    display: block;
}

.store_detail main #main_sec .store_txt .store_box dl dd {
    margin-bottom: 12px;
}

.store_detail main #main_sec .store_txt .btn_box ul {
    display: block;
    margin-top: 24px;
}

.store_detail main #main_sec .store_txt .btn_box ul li {
    width:100% !important;
    margin-left: 0;
    margin-bottom: 10px;
}
.store_detail main #main_sec .store_txt .btn_box ul li.delivery_btn a,
.store_detail main #main_sec .store_txt .btn_box ul li.takeout_btn a {
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.store_search .hd_04 {
    font-size: 16px;
    font-size: 1.6rem;
}

.store_search main #prefectures_sec .search_box .search dl {
  display: block;
}

.store_search main #prefectures_sec .search_box .search dl dt{
    text-align: center;
    display: block;
    background: #424251;
    color: #FFF;
}

.store_search main #prefectures_sec .search_box .search dl dt::after {
    display: none;
}

.store_search main #prefectures_sec .search_box .search dl dd ul {
    flex-wrap: wrap;
}

.store_search main #prefectures_sec .search_box .search dl dd ul li:not(:first-of-type) {
    margin: 2vw 2vw 0 0;
}

.store_search main #prefectures_sec .search_box .search dl dd ul li:first-of-type {
    margin: 2vw 2vw 0 0;
}

.selectmap ul li:first-child {
	display: none;
}

.narrow_box .search button {
    background:#d40d0e
}

.narrow_box .search ul {
    display: block;
}

#freeword_box {
	border-top: 1px solid #f7f4f4;
}
.narrow_box .search {
    display: block;
}
.narrow_box .search button {
    width: 100%;
    padding : 14px 0;
}

.selectmap {
	display: none;
}

.store main section .store_sec article .article_box > div .btn_store ul li:nth-of-type(1) a {
    background:
    #d40d0e;
}

/* -----------------------------------------------------------
    メニュー
----------------------------------------------------------- */
.menu main .about_allergies_box h2{
  margin-bottom: 20px;
}

/* -----------------------------------------------------------
    新メニュー
----------------------------------------------------------- */
.menu02 main .tab_box {
  margin-top: 5vw;
}

.menu02 main .tab_box ul li {
  width: calc(100% / 2 - 1.5vw);
}

.menu02 main .tab_box ul li:nth-of-type(-n+5) {
  margin-top: 1.5vw;
}

.menu02 main .tab_box ul li:nth-of-type(5n+1) {
  margin-left: 1.5vw;
}

.menu02 main .tab_box ul li:nth-of-type(-n+2) {
  margin-top: 0;
}

.menu02 main .tab_box ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

.menu02 main .tab_box ul li a {
  padding: 2vw 1vw;
}

.menu02 main .menu_box > section .menu_hd {
  font-size: 2.4rem;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu {
  width: calc(100% / 2 - 3vw);
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu:nth-of-type(-n+4) {
  margin-top: 3vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu:nth-of-type(4n+1) {
  margin-left: 3vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu:nth-of-type(-n+2) {
  margin-top: 0;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu:nth-of-type(2n+1) {
  margin-left: 0;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p {
  font-size: 1.8rem;
  margin-top: 1vw;
}

.menu02 main .menu_box > #topping .menu_inner .topping_box .topping_box_inner .topping_menu p span {
  font-size: 1.4rem;
}

.menu02 main .menu_box > section .notice {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 7.5vw;
}

.menu02 main .menu_box > #miso .menu_inner section:not(:first-of-type) {
  margin-top: 5vw;
}

.menu02 main .menu_box > #miso .menu_inner section .res_txt {
  display: block;
  margin-top: 2vw;
  padding: 0 5vw;
}

.menu02 main .menu_box > #miso .menu_inner section .res_txt dd {
  font-weight: normal;
  line-height: 1.3;
  margin-top: 1vw;
}

}

@media screen and (max-width: 520px){

footer .f_box .f_rakkan {
	margin-top: -50px;
}

footer .f_box .f_rakkan figure {
width: 75px;
}

footer .f_box .f_rakkan .copyright {
	font-size: 12px;
	font-size: 1.0rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}

footer .f_box .f_nav figure {
  width: 130px;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
.bnr_btn {
        display: block;
        /*left: 3vw;
        position: static !important;
        width: 96%;*/
        margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - (3vw * 2));
}

.bnr_btn > div {
  /*margin-top: 0;*/
  width: 100%;
}

.bnr_btn > div:first-of-type {
  margin-left: 0;
margin-bottom: 10px;
}

#top main #news_sec .news_box section .article_box article a {
    display: block;
    padding: 1.5vw 4vw 1.5vw 0;
    width: 100%;
    position: relative;
}

#top main #news_sec .news_box section .article_box article a {
    display: block;
    padding: 5vw 0;
    width: 100%;
    position: relative;
}

#top main #news_sec .news_box section .article_box article a:after {
	content: none;
}

#top main #news_sec .news_box section .article_box article a .thumb img {
  aspect-ratio: 4 / 3;
	width: 100%;
}

#top main #news_sec .news_box section .article_box article a .post {
  margin-left: 0;
  margin-top: 3vw;
}

}