@charset "utf-8"; img {
    max-width: 100%;
    height: auto;
}

.pc {
    display: none !important;
}

.sp {
    display: block;
}

/*------------------------------
 header
 ------------------------------*/
#header {
    padding: 0;
}

#header #header_in {
    width: auto;
    padding: 10px 3%;
    position: relative;
}

#header #logo {
    width: 130px;
}

#header #logo a {
    padding: 0;
}

#header #header_right {
}

.online {
    width: 100px;
    display: block;
    margin: 0;
}

.online a {
    margin: 0;
    font-size: 11.4px;
    width: 100%;
    background: #683e28 url(../../img/common/cart.svg) center left 10px no-repeat;
    background-size: 14px;
    padding-left: 32px;
    line-height: 1.4;
    max-width: 100px;
    padding-top: 5px;
}

#header #logo a img {
    width: auto;
    height: auto;
}

#header .tel {
    width: 30px;
    margin: 0;
    display: none;
}

#header .sns {
    margin-left: 10px;
}

#header .sns a {
    width: 24px;
    display: none;
}

#header ul#navi {
    display: none;
}

#header .sp_menu_btn, #header .sp_menu_btn span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

#header .sp_menu_btn {
    position: relative;
    width: 26px;
    height: 24px;
    margin-left: 10px;
}

#header .sp_menu_btn span {
    position: absolute;
    left: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}

#header .sp_menu_btn span:nth-of-type(1) {
    top: 0;
}

#header .sp_menu_btn span:nth-of-type(2) {
    top: 10px;
}

#header .sp_menu_btn span:nth-of-type(3) {
    top: 20px;
}

header .sp_menu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

header .sp_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
}

header .sp_menu_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

header .sp_menu {
    display: none;
    position: absolute;
    content: '';
    background: url(../../img/common/bg_white.jpg) repeat;
    background-size: 240px;
    width: 100%;
    padding: 10px 3%;
    box-sizing: border-box;
    top: 60px;
    left: 0;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
    box-shadow: 0 2px 7px rgba(0,0,0,0.3);
}

header .sp_menu ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .sp_menu ul li {
    width: 49%;
}

header .sp_menu ul li:nth-child(n+3) {
    margin-top: 10px;
}

header .sp_menu ul li a {
    display: block;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 10px;
}

.banner_block {
    display: none;
}

.sns_sp {
    position: fixed;
    background: #FCF9F8;
    width: 100%;
    display: flex;
    bottom: 0;
    height: 40px;
    justify-content: center;
    padding: 10px 0;
    left: 0;
}

.sns_sp a {
    display: block;
    margin: 0 10px;
    width: 24px;
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
    position: relative;
}

.sns_sp a img {
    height: 100%;
    margin: 0 auto !important;
    width: 52%;
    width: 100%;
}

.icon_voice {
    position: relative;
}

.icon_voice::before {
    content: "アンケート";
    display: block;
    width: 70px;
    color: #000;
    top: -28px;
    left: -15px;
    z-index: 2;
    padding: 2px 0;
    position: absolute;
    font-size: 8px;
    background: #FFF;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000;
    margin: auto;
}

/*------------------------------
 contents
 ------------------------------*/
#contents {
    width: auto;
    min-width: auto;
}

#contents a.more {
    height: 32px;
    font-size: 14px;
    line-height: 30px;
}

#contents a.more:after {
    background: url(../../img/sp/common/arrow.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 9.5px;
    top: 0;
}
.gotop_cover{
    right: 5%;
    bottom: 100px;
    z-index: 100;
    left: auto;
    margin: 0;
}
.gotop {
    left: auto;
    right: 3%;
}

.gotop a {
    background-image: url(../../img/sp/common/top.png);
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: -15px;
    left: auto;
    right: 0;
}

/*------------------------------
 footer
 ------------------------------*/
#footer {
    width: auto;
    min-width: auto;
    min-height: auto;
    display: block;
    padding: 0 0 60px;
}

#footer .left_box {
    width: auto;
    padding: 15px 3%;
    border-right: none;
}

#footer .left_box .flex {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#footer .left_box .logo {
    width: 130px;
}

#footer .left_box .sns {
    margin-right: 0;
}

#footer .left_box .sns a {
    width: 24px;
}

#footer .left_box .sns a + a {
    margin-left: 5px;
}

#footer .left_box .box {
    width: 100%;
    margin-top: 10px;
}

#footer .left_box .box ul {
    width: auto;
}

#footer .left_box .box ul li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

#footer .left_box .box ul li:nth-child(n+10) {
    margin-top: 0;
}

#footer .left_box .box ul li.sp_last {
    border-bottom: none;
}

#footer .left_box .box ul li.separate {
    display: none;
}

#footer .left_box .box ul li a {
    display: block;
    padding: 12px 10px 12px 0;
}

#footer .left_box p.copy {
    text-align: center;
}

#blog_sec ul {
    margin: 0 0 0;
}

#contents #blog_sec h2 {
    margin: 0 0 30px;
}

#contents #blog_sec h2 img {
    max-width: 50px;
}

#blog_sec li {
    width: 48%;
    margin: 0 0 40px;
}

#blog_sec a {
}

#blog_sec a:hover {
}

#blog_sec .img {
}

#blog_sec p {
    font-size: 10px;
    margin: 0 0 3px;
}

#blog_sec h3 {
    font-size: 12px;
}

/* 20210901追加 */
.menu-ttls {
}

.menu-ttls .eng {
    font-size: 34px;
}

.menu-ttls .sub {
    font-size: 14px;
}

.menu-imgbox {
}

.menu-imgbox img {
}

.readtext {
}

.menu-btn {
}

.menu-btn:hover {
}

/*20211214_added*/
.youtube {
}

.youtube iframe {
}

.movie {
    margin: 0 0 40px;
}

.menu-readtext {
    font-size: 14px;
}

.contact_sec .ttl01.menu-subttls {
    font-size: 20px;
}
