#wrapper {
    width: 100%;
    max-width: 1130px;
    margin: auto;
    display: block;
    text-align: center;
    background-color: #FFF;
}
body {
    background-color: #F0F0F0;
}
a {
    text-decoration: none;
    color: #333;
}
.title {
    margin-top: 70px;
    width: 80%;
    max-width: 392px;
    height: auto;
}
.line {
    margin: 20px 0px 25px;
}
#wrapper h2 {
    font-size: 14px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-style: normal;
    letter-spacing: 0.2em;
    line-height: 160%;
    width: 90%;
    margin: auto;
}
#top .box a {
    text-decoration: none;
    color: #333;
}
#top .photo_box a {
    display: block;
    width: 100%;
    height: 100%;
}
#top .box {
    display: flex;
    width: calc(33.3% - 14px);
    margin: 6px 6px;
    border: 1px solid #A8A8A8;
    flex-wrap: wrap;
    height: 190px;
    float: left;
    flex-flow: row;
}
#top .box:nth-of-type(10n-8) {
    height: 394px !important;
    float: right;
    flex-wrap: wrap;
}
#top .box:nth-of-type(10n-8) .photo_box {
    width: 100%;
    line-height: 0;
    height: 65%;
}
#top .box:nth-of-type(10n-8) .text_box {
    width: 100%;
    line-height: 0;
    height: 128px;
}
#top .box:nth-of-type(10n-8) .text_box img {
    width: 13% !important;
    top: 15% !important;
}
#top .box:nth-of-type(10n-8) .text_box p {
    bottom: 10%;
}
#top .box:nth-of-type(10n-4) {
    height: 394px !important;
    flex-wrap: wrap;
}
#top .box:nth-of-type(10n-4) .photo_box {
    width: 100%;
    line-height: 0;
    height: 65%;
}
#top .box:nth-of-type(10n-4) .text_box {
    width: 100%;
    line-height: 0;
    height: 128px;
}
#top .box:nth-of-type(10n-4) .text_box img {
    width: 13% !important;
    top: 15% !important;
}
#top .box:nth-of-type(10n-4) .text_box p {
    bottom: 10%;
}
#top .box:nth-of-type(10n-3), #top .box:nth-of-type(10n-2) {
    float: right;
}
#top .box:nth-of-type(10n-5), #top .box:nth-of-type(10n-6), #top .box:nth-of-type(10n-1), #top .box:nth-of-type(10n) {
    flex-flow: row-reverse;
}
#top .text_box {
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    width: 46%;
}
#top .text_box p {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 5%;
    width: 96%;
    display: block;
    left: 2%;
}
#top .text_box h6 {
    top: 10%;
    position: absolute;
    right: 5%;
    font-size: 13px;
    line-height: 100%;
    padding: 2px 3px 2px 3px;
}
#top .text_box h6.casual {
    color: #777;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
#top .text_box h6.upper {
    color: #a28409;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
#top .icon {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
}
.ItalianFrench {
    background-image: url(/presentation/image/common/icon_itafre.svg);
}
.Japanese {
    background-image: url(/presentation/image/common/icon_japanese.svg);
}
.Cafe {
    background-image: url(/presentation/image/common/icon_cafe.svg);
}
.AsiaChina {
    background-image: url(/presentation/image/common/icon_asia.svg);
}
.Bar {
    background-image: url(/presentation/image/common/icon_bar.svg);
}
.Other {
    background-image: url(/presentation/image/common/icon_other.svg);
}
.Information {
    background-image: url(/presentation/image/common/icon_info.svg);
    height: 22px !important;
    width: 56px !important;
}
#top .photo_box {
    width: 50%;
    line-height: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    transition: all 0.3s ease 0s;
}
#top .photo_box:hover {
    opacity: 0.8;
}
#top #wrapper .box .text_box img {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 25%;
}
#top .more_box {
    padding: 70px 0 130px 0;
}
#top .more {
    padding: 15px;
    width: 50%;
    display: block;
    font-weight: 200;
    margin: auto;
}
#top .more h4 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 22px;
    color: #FFF;
    width: 100%;
    margin: auto;
    line-height: 100%;
}
#top #wrapper .clear {
    clear: both;
    float: none;
}
#top .box_wrapper {
    width: 90%;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.more a {
    display: inline-block;
    border: solid 1px #989898;
    padding: 5px 10px;
    line-height: 100%;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
.more a:hover {
    background: rgba(76, 45, 45, 0.64);
    border: solid 1px rgba(76, 45, 45, 0.64);
}
.page_num {
    display: inline-block;
    display: inline-block;
    border: solid 1px #989898;
    padding: 5px 10px;
    line-height: 100%;
    text-decoration: none;
    color: #333;
    /* transition: 0.3s; */
    margin: 0 0 0 6px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆
フッター
◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.inc {
    font-family: Lato, sans-serif;
    font-size: 27.5px;
    color: #FFF;
    margin: auto;
    width: 100%;
    text-align: center;
    background-color: #561810;
    padding: 30px 0;
    line-height: 100%;
}
.inc .foot_title img {
    width: 100%;
    height: auto;
}
.links {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
 text-align::center;
    margin: 40px auto auto;
}
.link_title {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
}
.inc .links li {
    display: block;
    margin: 0;
}
.inc .links li a {
    font-family: Lato, sans-serif;
    font-size: 13px;
    color: #FFF;
    line-height: 80%;
}
.tableware_brand {
    width: 18%;
    margin: 1%;
    list-style: none;
}
.real_shops {
    width: 18%;
    margin: 1%;
    list-style: none;
}
.real_shops_2 {
    width: 18%;
    margin: 1%;
    list-style: none;
}
.online_shop {
    width: 18%;
    margin: 1%;
    list-style: none;
}
.foot_title {
    width: calc(20% - 30px);
    margin: 0px 15px auto;
    max-width: 200px;
}
.foot_title2 {
    display: none;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆
フォームリンク
◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#formlink {
    position: fixed;
    display: block;
    background: #561810;
    top: 40px;
    right: 0;
    font-size: 11px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color: #FFF;
    padding: 10px;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-align: center;
    transition: 0.3s;
}
a#formlink:hover {
    opacity: 0.6;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆
記事ページ
◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.contents {
    width: 90%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}
.details {
    width: calc(75% - 40px);
    padding: 20px;
}
#kiji .text_box {
    text-align: left;
    margin: 20px auto 50px;
}
#kiji .text_box a {
    background: #f5ead9;
    padding: 3px 5px;
    margin: 0 3px;
    transition: 0.5s;
}
#kiji .text_box a:hover {
    background: #ecd5b2;
}
#kiji .text_box h3 {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.1em;
    bottom: 5%;
    display: block;
    left: 2%;
    margin: 17px 10px 0 10px;
}
#kiji .photo_box {
    width: 100%;
    line-height: 0;
    margin: 15px auto;
}
#kiji .photo {
    width: 100%;
    height: 500px;
}
#kiji .menu_box .photo {
    width: 100%;
    height: auto;
}
#kiji #wrapper .box .text_box img {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 25%;
}
#kiji .text_box img {
    width: 100%;
    height: auto;
    margin: 15px auto;
}
#kiji .text_box p {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0.1em;
    margin: 10px;
}
#kiji .text_box h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 10px;
}
#kiji .title_box {
    border-top: solid 2px #333;
    padding: 10px 0 20px 0;
}
#kiji .icon {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    margin: 10px 0px 0 8px;
}
#kiji .icon2 {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center center;
    margin: 5px 0px 0 9px;
}
#kiji .text_box .title_box p {
    font-size: 12px;
    color: #999;
    margin: 0 12px;
}
/*右メニュー*/
.menu_box {
    border: 1px solid #231815;
    width: 100%;
    margin: 20px auto;
    text-align: left;
}
.menu_box h3 {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1em;
    width: 90%;
    margin: 8px auto 10px;
}
#wrapper .contents .details .text_box h4 {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0.2em;
    margin: 10px;
}
.menu {
    width: calc(25% - 20px);
    padding: 20px 10px;
}
.menu_box a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
.menu_box a:hover {
    opacity: 0.6;
}
#kiji .icon {
    margin-left: 10px;
}
#kiji .box_wrapper {
    width: 90%;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
a.otherlink {
    font-size: 14px;
    border: solid 1px #000;
    padding: 6px 8%;
    transition: 0.4s;
    display: block;
    width: 80%;
    margin: 0 auto 50px;
}
a.otherlink:hover {
    background: #CCC;
    color: #FFF;
    border: solid 1px #a5a0a0;
}

/*□□□□□□□□□□□□□□□□
1000以下800以以上
□□□□□□□□□□□□□□□□□*/
@media only screen and (min-width: 800px) and (max-width: 1000px) {
#top .box {
    display: flex;
    width: calc(50% - 14px);
    margin: 6px 6px;
    border: 1px solid #A8A8A8;
    flex-wrap: wrap;
    height: 190px;
    float: left;
    flex-flow: row;
}
a#formlink.move {
    right: -10em;
    padding: 10px 10px 10px 20px;
}
a#formlink:hover {
    opacity: 0.6;
    padding: 10px 10px 10px 10px;
    right: 0em;
}
}

/*□□□□□□□□□□□□□□□□
800以下430以以上
□□□□□□□□□□□□□□□□□*/
@media only screen and (min-width: 431px) and (max-width: 800px) {
#top #wrapper h2 {
    font-size: 13px;
}
#top .box {
    width: calc(100% - 0px);
    margin: 6px auto;
    float: none;
}
#top .box:nth-of-type(2n) {
    flex-flow: row-reverse !important;
}
#top .box:nth-of-type(10n-8) {
    height: 190px !important;
    float: none;
}
#top .box:nth-of-type(10n-8) .photo_box {
    width: 50%;
    height: 100%;
}
#top .box:nth-of-type(10n-8) .text_box {
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    width: 46%;
    height: 100%;
}
#top .box:nth-of-type(10n-8) .text_box img {
    width: 25% !important;
    top: 10% !important;
}
#top .box:nth-of-type(10n-8) .text_box p {
    bottom: 5%;
}
#top .box:nth-of-type(10n-5), .box:nth-of-type(10n-1) {
    flex-flow: row !important;
}
#top .box:nth-of-type(10n-4) {
    height: 190px !important;
}
#top .box:nth-of-type(10n-4) .photo_box {
    width: 50%;
    height: 100%;
}
#top .box:nth-of-type(10n-4) .text_box {
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    width: 46%;
    height: 100%;
}
#top .box:nth-of-type(10n-4) .text_box img {
    width: 25% !important;
    top: 10% !important;
}
#top .box:nth-of-type(10n-4) .text_box p {
    bottom: 5%;
}
#top .text_box p {
    font-size: 12px;
}
/*記事ページ */
.menu {
    /*display:none;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.menu_box {
    border: 1px solid #231815;
    width: calc(31.3% - 2px);
    margin: 20px 1%;
    text-align: left;
}
.contents {
    display: block;
}
.details {
    width: calc(100% - 40px);
}
.link_title {
    font-size: 13px;
}
.inc .links li a {
    font-size: 11px;
}
.foot_title {
    display: none;
}
.foot_title2 {
    display: block;
    margin: auto;
    text-align: center;
    width: 40%;
}
.tableware_brand {
    width: 23%;
}
.real_shops {
    width: 23%;
}
.real_shops_2 {
    width: 23%;
}
.online_shop {
    width: 23%;
}
a#formlink.move {
    right: -10em;
    padding: 10px 10px 10px 20px;
}
a#formlink:hover {
    opacity: 0.6;
    padding: 10px 10px 10px 10px;
    right: 0em;
}
}

/*□□□□□□□□□□□□□□□□
430以下
□□□□□□□□□□□□□□□□□*/
@media only screen and (max-width: 430px) {
#top #wrapper h2 {
    font-size: 12px;
}
#top .box {
    width: calc(100% - 0px);
    flex-wrap: wrap;
    height: 300px;
    margin: 6px auto;
    float: none;
}
#top .box:nth-of-type(10n-8) {
    height: 300px !important;
    width: calc(100% - 0px);
    flex-wrap: wrap;
    height: 300px;
    float: none;
}
#top .box:nth-of-type(10n-8) .photo_box {
    width: 100%;
    height: 200px;
}
#top .box:nth-of-type(10n-8) .text_box {
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    width: 96%;
    height: 100px;
}
#top .box:nth-of-type(10n-8) .text_box img {
    width: 20% !important;
    top: 7% !important;
}
#top .box:nth-of-type(10n-8) .text_box p {
    bottom: 5%;
}
#top .box:nth-of-type(10n-4) {
    height: 300px !important;
}
#top .box:nth-of-type(10n-4) .photo_box {
    width: 100%;
    height: 200px;
}
#top .box:nth-of-type(10n-4) .photo {
}
#top .box:nth-of-type(10n-4) .text_box {
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    width: 96%;
    height: 100px;
}
#top .box:nth-of-type(10n-4) .text_box img {
    width: 20% !important;
    top: 7% !important;
}
#top .box:nth-of-type(10n-4) .text_box .icon {
    position: absolute;
    top: 7% !important;
    left: 2%;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
}
.box:nth-of-type(10n-4) .text_box p {
    bottom: 5%;
}
#top .box:nth-of-type(10n-7), #top .box:nth-of-type(10n-3), #top .box:nth-of-type(10n-1) {
    width: calc(100% - 0px);
    flex-wrap: wrap;
    height: 300px;
    float: none;
}
#top .text_box p {
    font-size: 12px;
}
#top .photo_box {
    width: 100%;
    height: 200px;
}
#top .text_box {
    width: 96%;
    height: 100px;
}
#top .box:nth-of-type(10n) {
    flex-wrap: wrap;
}
#top #wrapper .box .text_box img {
    position: absolute;
    top: 7%;
    width: 20%;
}
#top .icon {
    position: absolute;
    top: 7% !important;
    left: 2%;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center center;
}
#top .more h4 {
    font-size: 16px;
}
#top .box:nth-of-type(10n-5), #top .box:nth-of-type(10n-6), #top .box:nth-of-type(10n-1), #top .box:nth-of-type(10n) {
    flex-flow: column nowrap;
}
/*記事ページ*/
.menu {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.menu_box {
    border: 1px solid #231815;
    width: calc(48% - 2px);
    margin: 20px 1%;
    text-align: left;
}
.contents {
    display: block;
}
.details {
    width: 100%;
    padding: 0;
}
.links {
    display: none;
}
.inc .links li a {
    font-size: 11px;
}
.foot_title {
    display: none;
}
.foot_title2 {
    display: block;
    margin: auto;
    text-align: center;
    width: 70%;
}
#formlink {
    position: fixed;
    display: block;
    background: #999;
    top: 0;
    right: 0;
    font-size: 12px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color: #FFF;
    padding: 6px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    transition: 0.3s;
    width: 100%;/* opacity: 0.5; */
}
a#formlink br {
    display: none;
}
#formlink.move {
    opacity: 0.5;
}
a#formlink:hover {
    opacity: 0.2;
}
}
