@charset "utf-8";
/* CSS Document */


/*　共通設定--------------------------------　*/
*{
    box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1;
    font-size: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #333;
}

img{
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}
strong{
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #333;
    transition: 0.3s all;
    opacity: 1;
}
a:hover{
    opacity: 0.7;
}
.wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
    clear: both;
}
.sp-only{
    display: none;
}
.pc-only{
    display: block;
}
.pc-only-ib{
    display: inline-block;
}
.sp-only-ib{
    display: none;
}
/*flex*/
.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.flex-jcc{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-jcsb{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-jcsa{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.flex-aic{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-ais {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex-aie{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex-drr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-img img{
    min-width: 0;
    margin: 0 1% 1em;
}

.tac{
	text-align: center !important;
}
.tal{
	text-align: left !important;
}
.tar{
	text-align: right !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mt-2em{
    margin-top: 2em !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1em{
    margin-bottom: 1em !important;
}

.mb-2em{
    margin-bottom: 2em !important;
}
.pt-0{
    padding-top: 0 !important;
}

.pt-1em{
    padding-top: 1em !important;
}
.pt-2em{
    padding-top: 2em !important;
}

.font-js {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.btn{
	text-align: center;
    margin-top: 2em;
}
.btn a{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	min-width: 168px;
	margin: auto;
	padding: 1em 1.5em;
	font-weight: bold;
	color: #000;
    background-image: linear-gradient(139deg, rgba(255, 225, 53, 1), rgba(255, 154, 0, 1));
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
    border-radius: 50px;
}
.btn a::before {
	content: "→";
	position: absolute;
    font-size: 120%;
    color: #fff;
    font-weight: bold;
	top: 50%;
    right: 1em;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
	transition: all .3s;
	z-index: -1;
}
.btn a:hover {
    opacity: 1;
}
.btn a:hover::before {
    transform: translateY(-50%) translateX(10px);
}

.ct-link.btn a{
    margin: 0 24px;
}
.page-link{
    margin: 2em 0;
}

/*padding margin*/
.pb-0{
    padding-bottom: 0 !important;
}
/*clearfix*/
.cf::after {
    content: "";
    display: block;
    clear: both;
 }

/* back--------------------------------　*/
#back{
}
/* header--------------------------------　*/

header{
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    height: 96px;
    z-index: 100;
}
.header_inner{
    position: relative;
}
.header_inner h1.pc-logo{
    padding: 20px 0 0 32px;
    display: block;
    transition: 0.3s;
    opacity: 1;
}
h1.pc-logo.scroll {
    opacity: 0;
    visibility: hidden;
}

.scroll .header_inner h1.pc-logo{
    width: 20%;
}


/*ハンバーガーメニュー*/
.header_inner .drawer-hamburger-icon,
.header_inner .drawer-hamburger-icon:after,
.header_inner .drawer-hamburger-icon:before {
    background-color: #000;
}
.drawer--right .header_inner .drawer-hamburger {
    right: 20px;
    top: 20px;
    width: 40px;
}
.drawer--right.drawer-open .header_inner .drawer-hamburger {
    right: 20px;
    left: inherit;
}
.header_inner .drawer-hamburger-icon:before {
    position: absolute;
    top: -14px;
}
.header_inner .drawer-hamburger-icon:after {
    top: 14px;
}
/*drawer*/
.drawer--right .header_inner .drawer-nav {
    width: 420px;
    right: -100%;
    /* background-color: #000; */
    color: #000;
}
.drawer--right.drawer-open .header_inner .drawer-nav{
    right: 0;
}
.tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.header_inner .sns-box{
    padding-top: 40px;
}
.header_inner .sns-box li{
    margin-bottom: 14px;
}
.header_inner .sns-box a,
.header_inner .sns-box span{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
}
/*pagetop*/
.header_inner .pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 24px;
}
.header_inner .pagetop a{
    font-size: 14px;
    letter-spacing: 0.05em;
    position: relative;
}
.header_inner .pagetop a::before{
    content: "";
    width: 1px;
    height: 20px;
    background-color: #aaa;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 7px
}
.header_inner .pagetop a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.8em solid #aaa;
    position: absolute;
    top: -40px;
    left: 2px;
}

/*nav*/
.header_inner .drawer-nav{
    padding: 2%;
}
.header_inner .drawer_logo{
    margin-bottom: 20px;
}
.header_inner .drawer_logo a{
    width: 70%;
    display: block;
}
.header_inner .nav-wrap .lang-box{
    padding: 15px 0;
}

.header_inner .drawer-menu {
    padding: 0 0 0 3.4em;
    border-right: 1px solid #333;
}
.header_inner .drawer-menu.plusp {
    padding-bottom: 40px;
}
.header_inner .drawer-menu:last-child {
    border-right: 0;
}
.header_inner .drawer-nav ul li {
    color: #999;
    font-family:"Lato", sans-serif;
}
.header_inner .drawer-nav ul li a{
    padding: 10px;
    line-height: 1.5;
    display: block;
    font-size: 16px;
    font-size: min(2vw, 20px);
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.header_inner .drawer-menu-item:hover,
.header_inner .drawer-dropdown-menu-item:hover {
    text-decoration: none;
}
.header_inner .drawer-nav ul li a.with-en{
    font-size: 125%;
    font-size:min(1.4vw,19px);
    letter-spacing: 0.05em;
}
.header_inner .drawer-nav ul li a .f-ja {
    font-size: 16px;
    font-size:min(1.2vw,16px);
    display: block;
}
.header_inner .drawer-nav ul li a.nolink{
    color: #999 !important;
    cursor: default;
}
.header_inner .drawer-nav ul li a.nolink:hover{
    opacity: 1;
}
/* .header_inner .drawer-nav .drawer-dropdown ul li a{
    padding-left: 1em;
} */
.header_inner .drawer-nav .drawer-dropdown ul li a{
    position: relative;
}
.header_inner .drawer-nav .drawer-dropdown ul li a::before {
    content: "ー";
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    /* margin-bottom: 4px; */
    position: absolute;
    top: 0.4em;
    left: -5px;
    width: 1em;
    padding-top: 10px;
}

.header_inner .drawer-dropdown .drawer-caret {
    display: none;
}

.header_inner .drawer-dropdown-menu {
    display: block;
    background-color: transparent;
    margin-left: 1em;
}
.header_inner .drawer-dropdown-menu-item{
    line-height: 1.5;
    padding: 10px;
}
.header_inner .nav_sns img{
    vertical-align: middle;
}
.header_inner .nav_sns img.m-l1em{
    margin-left: 1em;
}

/*見出し*/
h1{

}
h2{
    text-align: left;
    font-size: 200%;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 2em;
    line-height: 1.5;
    color: #000;
}
h3{
    text-align: left;
    font-size: 150%;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 1em 0 1em;
    line-height: 1.5;
    color: #000;
}
.ttl-text{
    display: block;
    width: fit-content;
    margin: 0 0 0;
}
img + .ttl-text{
    margin: -50px 0 0;
}
.ttl-text.tac{
    margin-left: auto;
    margin-right: auto;
}
h2.tac, h3.tac{
    text-align: center;
}
.error_message{
    color: #cf2025;
    font-size: 90%;
}

h2.font-js{
    font-size: 350%;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}
h3.font-js{
    font-size: 300%;
    text-align: center;
    line-height: 1;
}
h3.bb-dot{
    border-bottom: 3px dotted #aaa;
    width: fit-content;
    margin: 1em auto;
    padding-bottom: 8px;
}
.bg-nami h3.bb-dot{
    border-color: #fff;
}
h4{
    margin: 2em 0 0.6em;
    font-size: 110%;
}
h4,h5{
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
/*大枠*/
#contents{
    margin-top: 96px;
}
#contents-main {
    padding: 40px 0 100px;
}

#contents-main .inner{
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
#contents-main .ct_inner{
    max-width: 1100px;
    margin: 0 auto;
}
#contents-main .ct_inner2{
    max-width: 1000px;
    margin: 0 auto;
}


/*本文*/

#contents-main p,
#contents-main ul,
#contents-main ol {
    font-size: 100%;
    line-height: 2;
    margin-bottom: 1em;
}
#contents-main p a{
    line-height: 2;
}
#contents-main .fs-small {
    font-size: 83%;
}

#contents-main .fs-note {
    font-size: 80%;
}
#contents-main ul {
    margin-left: 1em;
}
#contents-main ul.ml0{
    margin-left: 0;
}
#contents-main ul li{
    list-style: disc outside;
}
#contents-main ul.indent li{
    text-indent: -1em;
    padding-left: 1em;
}
#contents-main ul.alp-indent li{
    text-indent: -1.5em;
    padding-left: 1.5em;
}

#contents-main ul.s-none li{
    list-style: none;
}
#contents-main ol {
    margin-left: 2em;
}
#contents-main ol li{
    list-style: decimal outside;
}
.top-notitle{
    margin-top: 64px;
}

/*table*/
#contents-main table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}
#contents-main table th,
#contents-main table td{
    padding: 1em 1em;
    vertical-align: top;
    line-height: 2;
    border: 1px solid #555;
}
#contents-main table th{
    background-color: #333;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


#inquiry_form_wrapper {
    margin: 2em 0;
}
.soy_inquiry_message {
    margin-bottom: 1em;
}
#contents-main .soy_inquiry_message td{
    text-align: center;
    border: none;
}

input[type="submit"]{
    padding: 10px 2em;
}
#contents-main #inquiry_form th {
    text-align: left;
    padding: 10px 1em;
    /* white-space: nowrap; */
    vertical-align: middle;
    font-weight: 400;
    background: #eee;
    border: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
}
#contents-main #inquiry_form td {
    padding: 1em 1em;
    margin-bottom: 2em;
    border: 1px solid #aaa;
    border-left: 0;
    border-right: 0;

}

#contents-main #inquiry_form td input,
#contents-main #inquiry_form td select{
    padding: 8px;
}
#contents-main #inquiry_form td input.name,
#contents-main #inquiry_form td input.mail,
#contents-main #inquiry_form td input.tel
{
    min-width: 20em;
}
#contents-main #inquiry_form td textarea{
    width: 100%;
    min-height: 8em;
}
.select {
	cursor:pointer;
}



/*footer*/
#footer {
    background-image: linear-gradient(0deg, rgba(241, 215, 139, 1), rgba(255, 255, 255, 1));
    position: relative;
    padding: 80px 0 40px;
}
#footer .footer_inner {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
#footer .footer_ct{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer .ct-text{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	width: 35%;
}
#footer .footer_nav {
	width: 65%;
}
#footer .footer_nav ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    line-height: 2;
    margin: 2em 0;
    font-size: 90%;
}
#footer .footer_nav ul li{
	margin-left: 4%;
	/* letter-spacing: 0.1em; */
}
#footer .footer_inner p{
	margin:0;
	font-size: 100%;
}
#footer .footer_inner a{
	text-decoration: none;
}
#footer .footer_inner a img{
	vertical-align: text-bottom;
	margin-right: 0.3em;
}
#footer address {
	margin-right: 1em;
}
#footer address h2{
    margin-bottom: 0;
}
#footer .footer_inner address p{
	display: inline-block;
	font-size: 90%;
	vertical-align: top;
    padding-left: 22%;
    line-height: 1.4;
}
#footer .footer_inner p.copyright{
	font-size: 14px;
	padding-bottom: 10px;
	text-align: right;
    margin-top: -2em;
	color: #999;
}
#footer .footer_inner .sns{
    margin-top: 30px;
  	display:-ms-flexbox;
  	display:flex;
    margin-left: 16px;
}
#footer .footer_inner .sns a{
    display: inline-block;
    margin: 0 5px;
}
#footer .footer_inner .sns a img{
    max-width: 30px;
    width: 100%;
    margin: 0;
}

/**/

/* トップページ--------------------------------　*/
.index #contents{
    margin-top: 0;
}
.index #contents-main {
    padding: 0 0;
}
/*トップビジュアル*/
#visual{
}
#visual .visual_inner{
    position: relative;
}
#visual .logo{
    width: 22%;
    position: absolute;
    top: 20px;
    left: 32px;
    max-width: 250px;
    max-width: 76px;
    display: block;
}
#visual .logo img{
    width: 100%;
}
/*about*/
.first{
    padding: 40px 0 80px;
}

/*絆でできること　can*/
.can{
    margin-top: 112px;
    padding: 0;
    background-color: #FBF2D7;
    border-radius: 10% 0 0 10%;
}
.can .inner{
    position: relative;
    padding: 80px 0 100px;
}
.can .inner::before{
    content: "";
    width: 20%;
    max-width: 240px;
    height: 260px;
    background: url(../img/common_top_can_illust.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -112px;
    left: 0;
}
.can .inner::after{
    content: "";
    width: 67.5%;
    max-width: 810px;
    height: 110px;
    background: url(../img/common_top_can_ttl.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -54px;
    right: 0;
}
.can-box{
    padding-bottom: 4.6%;
    border-bottom: 2px dotted #FFA000;
    margin-bottom: 4.6%;
}
.can-box:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.can .ct-img{
    width: 41.818%;
    max-width: 460px;
}
.can .ct-text{
    width: 53%;
}
.can .ttl-en{
    color: #FFDA04;
    font-size: 250%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-right: 0.5em;
}
.can h3{
    line-height: 1;
    font-size:min(2.3vw,24px);
    word-break: break-word;
}
/*News*/
#contents-main .news{
    padding-top: 5%;
    padding-bottom: 7%;
}
#contents-main .news .inner{
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
#contents-main .news .slide-img {
    text-align: center;
    position: relative;
}
/* #contents-main .news .no-img {
    border: 1px solid #fff;
} */
#contents-main .news .slide-img a{
    padding-top: 100%;
    height: 0;
    display: block;
    position: relative;
    overflow: hidden;
}
#contents-main .news .slide-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
#contents-main .news .slide-img a:hover img{
    transform: scale(1.2);
}

#contents-main .news .slide-date{
    margin: 16px 0 4px;
    display: block;
    opacity: 0.8;
}
#contents-main .news .slide-title{
    font-size: 100%;
    font-weight: 500;
    line-height: 1.6;
}

#contents-main .news .swiper-button-next,
#contents-main .news .swiper-button-prev {
    color: #aaa;
}


/*キッチン*/
.top-kitchen_wrap {
    overflow: hidden;
    margin-bottom: 10%;
}
.top-kitchen {
    background-color: #B6D9A2;
    position: relative;
    margin: 5% 0;
    padding: 100px 0;
}
.top-kitchen::before{
    content: "";
    width: 100%;
    height: 10%;
    background: url(../img/top_kitchen_bg-top.png) no-repeat bottom center;
    background-size: 120% auto;
    position: absolute;
    bottom: 99.9%;
    left: 0;
}
.top-kitchen::after{
    content: "";
    width: 100%;
    height: 10%;
    background: url(../img/top_kitchen_bg-bottom.png) no-repeat top center;
    background-size: 120% auto;
    position: absolute;
    top: 99.9%;
    left: 0;
}
.top-kitchen_ttl{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:  translateX(-50%);
}
#contents-main .kitchen-list .ct_inner{
    max-width: 1100px;
    width: 80%;
    padding: 0 10%;
    box-sizing: content-box;
}
#contents-main .kitchen-list{
    margin-bottom: 4em;
}
#contents-main .top-kitchen .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: .3;
}
#contents-main .top-kitchen .swiper{
    overflow: visible;
}
#contents-main .top-kitchen .swiper-button-prev,
#contents-main .top-kitchen .swiper-button-next {
    color: #aaa;
}
#contents-main .top-kitchen .swiper-button-prev{
    left: -40px;
    top: 50%;
}
#contents-main .top-kitchen .swiper-button-next{
    right: -40px;
    top: 50%;
}
#contents-main .kitchen-list .slide-img{
    display: block;
}
#contents-main .kitchen-list .slide-img img{
    border-radius: 10px 10px 0 0;
}
#contents-main .kitchen-list .slide-text {
    border-radius: 0 0 10px 10px;
    background: #fff;
    display: block;
    padding: 16px 20px;
    position: relative;
}
#contents-main .kitchen-list .slide-text span{
    display: block;
    color: #000;
}

#contents-main .kitchen-list .slide-text .slide-title{
    font-size: min(1.4vw,18px);
    margin-top: 10px;
}
#contents-main .kitchen_item a .slide-text::after{
    content: "→";
	position: absolute;
    font-size: 120%;
    color: #FF9B00;
    font-weight: bold;
	top: 14px;
    right: 1em;
    transform: translateX(0);
    -webkit-transform: translateX(0);
	transition: all .3s;
}
#contents-main .kitchen_item a:hover .slide-text::after{
    transform: translateX(10px);
}



/*告知*/

#contents-main .kokuti_item{
    background-color: #fff;
    border-radius: 60px;
    padding: 80px 5% 5%;
    position: relative;
}
#contents-main .kokuti_item .ct-text{
    max-width: 68%;
}
#contents-main .kokuti_item .ct-img{
    width: 27%;
    max-width: 265px;
    position: absolute;
    top: -6%;
    right: 3%;
    z-index: 1;
}
#contents-main .ttl-add::before{
    content: "";
    width: 32.9%;
    height: 70px;
    max-height: 70px;
    background: url(../img/common_top_marche_ttl.png) no-repeat top left;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -3%;
    left: 3%;
}
#contents-main .kokuti_item h2{
    margin-top: 15px;
}

/*アクセス*/
#contents-main .top-access {
    padding: 60px 0;
}
#contents-main .top-access .ct-img{
    text-align: center;
    margin-bottom: 30px;
}
#contents-main .top-access .ct-img img{
    border-radius: 400px;
    width: 80%;
}
#contents-main .top-access .ct-text p{
    font-size: 150%;
    margin-bottom: 0;
}
#contents-main .top-access .ct-text .fs-s{
    font-size: 125%;
}
#contents-main .top-access .tel-num{
    font-weight: bold;
}
.btn-map{
    margin: 10px 0;
}
.btn-map a{
    background: #fff;
    border: 1px solid #333;
    padding: 8px 1.5em;
}
.btn-map a::before {
    color: #000;
}

/*プライバシーポリシー*/
.dot-line {
    display: block;
    border-bottom: 2px dotted #FFA000;
    margin: 3em 0;
}
.pp{
    background-color: #FBF2D7;
    border-radius: 60px;
    padding: 40px;
    height: 420px;
    overflow: scroll;
    margin-top: 5em;
}
.pp-wrap{
    position: relative;
}
.pp-wrap::after{
    content: "scroll →";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 80%;
    color: #999;
    letter-spacing: 0.05em;
    position: absolute;
    top: 60px;
    right: 20px;
}

/* 内部ページ--------------------------------　*/
/*共通*/
#pagetitle{
    padding: 0 0;
    position: relative;
    overflow: hidden;
}
#pagetitle .title_inner {
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
    padding: 5em 0 0;
}


.ttlanime.active{
    animation: slideIn 1s;
  }

  @keyframes slideIn {
    0% {
      transform: translateY(-200px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }



/* 新着情報--------------------------------　*/
.info #contents-main .post{
    max-width: 1000px;
    margin: 0 auto;
}
#contents-main .post-list{
    margin-bottom: 3em;
}

#contents-main .title{
    position: relative;
    border-bottom: 1px solid #333;
}
#contents-main .title a {
    padding: 2em 1em;
    display: block;
    width: 100%;
    line-height: 1.5;
}
#contents-main .title a::after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #ddd;
    bottom: -1px;
    left: 0;
    display: inline-block;
    transition: 0.4s all;
}
#contents-main .title a:hover::after{
    width: 100%;
}
#contents-main .title .title-date{
    margin-right: 2em;
    color: #aaa;
}

/*記事毎*/
#contents-main .title .title-date_detail{
    font-size: 16px;
    display: block;
    text-align: right;
    color: #aaa;
    font-weight: 400;
}
#contents-main .post.detail .title{
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #808080;
}
.post.detail{
    line-height: 2;
}
#contents-main .post.detail img {
    max-width: 100%;
    height: auto;
    padding: 1em 10px;
}

#contents-main .blog-go-top{
    margin: 100px 0 0;
}
/* ページング */
#contents-main .post .pager {
	clear:both;
	text-align:center ;
	font-size:100%;
	line-height:2em;
	margin-top:40px;
}
#contents-main .post .pager span.pager_item a {
		margin: 0 2px;
		padding: 4px 6px;
		border: 1px solid #eee;
}
#contents-main .post .pager span.pager_item a.current_page_number {
    background-color: #fff;
    color: #000;
}



/*ローディング*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(241, 215, 139, 1), rgba(255, 255, 255, 1));
    z-index: 500;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .loader_txt {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: none;
}

/* マルシェ・店舗--------------------------------*/
#contents-main .kitchen_wrap {
    margin-bottom: 8em;
}
#contents-main .kitchen {
    margin: 0 -2%;
}
#contents-main .kitchen .kitchen-list {
    margin-bottom: 0;
}
.kitchen .kitchen_item{
    width: 29.3333%;
    margin: 1em 2% 2em; 
}
.kitchen .kitchen_item .slide-text {
    box-shadow: 0 0 8px #ddd;
}
#contents-main .marche_wrap{
    margin-bottom: 2em;
}
.bg-nami {
    background-color: #B6D9A2;
    position: relative;
    margin: 5% 0;
    padding: 60px 0 100px;
}
.bg-nami::before{
    content: "";
    width: 100%;
    height: 10%;
    background: url(../img/top_kitchen_bg-top.png) no-repeat bottom center;
    background-size: 120% auto;
    position: absolute;
    bottom: 99.9%;
    left: 0;
}
.bg-nami::after{
    content: "";
    width: 100%;
    height: 10%;
    background: url(../img/top_kitchen_bg-bottom.png) no-repeat top center;
    background-size: 120% auto;
    position: absolute;
    top: 99.9%;
    left: 0;
}
.day-charge{
    color: #fea106;
}



/* 絆について--------------------------------*/

#contents-main .flex-half {
    margin-top: 4%;
}
#contents-main .flex-half > * {
    width: 48%;
}

/* マルシェ・店舗--------------------------------*/
.shop-box {
    display:-ms-flexbox;
  	display:flex;
    margin-bottom: 5em;
}
.shop-box .ct-text{
    background-color: #FBF2D7;
    border-radius: 0 40px 40px 0;
    padding: 3%;
    display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
.shop-box .ct-img {
    width: 50%;
}
.shop-box .ct-img img{
    border-radius: 40px 0 0 40px;
    width: 100%;
    height:  100%;
    object-fit: cover;
    min-width: 50%;
}
.shop-detail{
    padding-bottom: 1em;
}
.detail_table{
    margin-top: 5em;
}

.detail_table dl{
    display:-ms-flexbox;
  	display:flex;
    line-height: 1.5;
    padding: 2em;
    border-bottom: 1px solid #666;
}
.detail_table dt{
    width: 20%;
    font-size: 110%;
    font-weight: 600;
}

/* テイクアウト--------------------------------*/
#contents-main .takeout_list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 0;
}
#contents-main .takeout_list li {
    width: 46%;
    list-style: none;
    margin: 3% 2% 0;
}
.takeout_item{
    border: 2px solid #f2e3b7;
    border-radius: 20px;
}
.takeout_shop-name{
    background: #FBF2D7;
    margin: 0;
    border-radius: 18px 18px 0 0;
    padding: 5px 1em;
    font-size: 130%;
}
.takeout_item_detail{
    display:-ms-flexbox;
    display:flex;
}
.takeout_item_detail .ct-img {
    width: 45%;
}
.takeout_item_detail .ct-img img{
    border-radius: 0 0 0 18px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.takeout_item_detail .ct-text {
    width: 55%;
    padding: 0 2% 4% 4%;
}
.takeout_item_detail .takeout_name{
    margin: 1em 0 0.5em;
}
.takeout_item_detail .ct-text h4{
    margin: 0 1em 0 0;
}
#contents-main .takeout_item_detail .ct-text p{
    font-size: 85%;
    line-height: 1.6;
}
#contents-main .takeout_item_detail .ct-text .price{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0;
}
#contents-main .takeout_item_detail .ct-text .yen{
    font-size: 70%;
    font-weight: normal;
    margin-left: 4px;
}
#contents-main .takeout_item_detail .ct-text .tag {
    line-height: 1.5;
}
#contents-main .takeout_item_detail .ct-text .tag span{
    color: #fe9a01;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #fe9a01;
    padding: 3px 5px;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}

/*800px以上1024px以下*/

@media screen and (min-width:800px) and ( max-width:1024px){
    #contents-main .news .swiper-button-prev,
    #contents-main .news .swiper-button-next {
        top: 40%;
    }
    #footer p, #footer,
    #footer ul li {
        font-size: 80%;
        font-size:min(1.5vw,14px);
    }
    h2.font-js {
        font-size: 280%;
    }
    #contents-main .link-item .font-js {
        font-size: 240%;
    }
    #contents-main table th,
    #contents-main table td{
        padding: 1em 1em;
    }
    #contents-main table .organization-td01 {
        width: 20%;
        min-width: inherit;
    }
    .breadcrumb_inner a:nth-child(1):before {
        left: -40px;
    }
    .pagenavi_inner a:nth-child(1):before {
        left: -40px;
    }
    .header_inner .drawer-nav .drawer-dropdown ul li a::before {
        top: 0.1em;
    }
    #contents-main .kitchen-list .ct_inner{
        max-width: 1100px;
        width: 80%;
        padding: 0 10%;
    }



}

/*800px以下*/

@media screen and (max-width: 800px) {
    body {
        font-size: 14px;
    }
    img{
        max-width: 100%;
    }

    .flex, .flex-jcc,.flex-jcsb, .flex-jcsa{
        display: block;
    }

    .flex.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .flex-jcc.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-jcsb.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flex-jcsa.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    .pc-only-ib{
        display: none;
    }
    .sp-only-ib{
        display: inline-block;
    }
    .btn {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .btn a {
        min-width: 135px;
    }

    header h1 {
        width: 90%;
    }
    h2{
        font-size: 130%;
    }
    h3{
        font-size: 120%;
        margin: 1em 0 1em;
    }
    h4{
        font-size: 105%;
    }
    h2.font-js {
        font-size: 220%;
    }
    .ct-link.btn a {
        margin: 0 10px;
    }
    /*大枠*/
    #back {
        padding-right: 0;
    }

    #contents {
        margin-top: 60px;
    }

    #contents-main {
        margin: 0 0 0;
        padding: 20px 0 40px;
    }
    .top-notitle{
        margin-top: 28px;
    }


    /*table*/
    #contents-main table {
        margin: 0 0 1em;
    }
    #contents-main table th,
    #contents-main table td{
        padding: 4px 8px;
        font-size: 90%;
    }
    #contents-main table.border-br th, #contents-main table.border-br td {
        padding: 4px 8px;
    }
    .sp-scroll{
        overflow: auto;
        position: relative;
        padding-top: 12px;
    }
    .sp-scroll::before{
        content: "scroll→";
        font-size: 12px;
        color: #666;
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        white-space: nowrap;
    }
    #contents-main .sosiki table tr{
        display: block;
        width: 100%;
    }
    #contents-main .sosiki table th{
        margin-top: 1em;
        display: block;
        width: 100%;
    }

    #contents-main .sp-scroll table tr{
        display: table-row;
    }
    #contents-main .sp-scroll table th,
    #contents-main .sp-scroll table td {
        display: table-cell;
        width: auto;
        white-space: nowrap;
        margin-top: 0;
    }
    #contents-main #inquiry_form th,
    #contents-main #inquiry_form td{
        display: block;
        width: 100%;
    }
    #contents-main #inquiry_form th {
        padding: 5px 1em;
        font-weight: 600;
        border-bottom: 0;
        border-top: 0;
    }
    #contents-main #inquiry_form td{
        padding: 1em;
        border: 0;
        margin-bottom: 1em;
    }

    #contents-main #inquiry_form td input,
    #contents-main #inquiry_form td select,
    #contents-main #inquiry_form td textarea {
        padding: 4px;
        width: 100%;
        font-size: 16px;
    }
    #contents-main #inquiry_form td input[type="radio"],
        #contents-main #inquiry_form td input[type="checkbox"]{
        width: auto;
    }
    #inquiry_form pre{
        white-space: normal;
        white-space: pre-line;
    }
    /*ヘッダー*/
    header {
        position: fixed;
        width: 100%;
        height: 60px;
        background: #fff;
    }
    .header_inner {
        height: 60px;
        padding: 10px 10px;
    }
    .header_inner h1.pc-logo{
        display: none;
    }
    .header_menu{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .header_inner .logo-box{
        width: 52%;
        margin-right: 4%;
    }
    .header_inner .logo-box img{
        max-height: 45px;
    }

    .header_inner .sns-box {
        padding-top: 0;
        padding-right: 64px;
    }
    .header_inner .sns-box img{
        width: 19px;
    }
    .header_inner .sns-box ul{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header_inner .sns-box li {
        margin: 0 0 0 8px
    }
    .header_inner .sns-box li a{
        display: block;
        padding: 3px;
    }
    .header_inner .sns-box .sp-none{
        display: none;
    }
    .tate{
        writing-mode: horizontal-tb;
    }
    .header_inner .lang-box .slash {
        margin: 0 0.7em 0 0.5em;
    }
    .drawer--right .header_inner .drawer-hamburger {
        right: 0;
        top: 0;
        margin-top: 1px;
    }
    .drawer--right.drawer-open .header_inner .drawer-hamburger {
        right: 0;
    }
    .drawer--right.drawer-open .header_inner .drawer-nav {
        right: 0;
    }
    .drawer--right .header_inner .drawer-nav {
        width: 100%;
    }


    /*pagetop*/
    .header_inner .pagetop {
        position: fixed;
        bottom: 24px;
        right: 30px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: none !important;
    }
    .header_inner .pagetop a {
        font-size: 10px;
        position: relative;
    }
    .header_inner .pagetop a::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #aaa;
        display: inline-block;
        position: absolute;
        top: 0;
        left: inherit;
        right: -8px;
    }
    .header_inner .pagetop a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        width: 0;
        height: 0;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-bottom: 1em solid #aaa;
        position: absolute;
        top: -2px;
        left: inherit;
        right: -13px;
    }
    /*nav*/
    .header_inner .drawer-dropdown-menu {
        display: none;
    }
    .header_inner .drawer-menu {
        width: 100%;
        border-right: 0;
        padding: 0 2em;
    }
    .header_inner .drawer-menu.plusp {
        padding-bottom: 0;
    }

    .header_inner .drawer-nav ul li a.with-en {
        font-size: 20px;
    }
    .header_inner .drawer-nav ul li a .f-ja {
        font-size: 12px;
    }
    .header_inner .drawer-nav ul li a.with-en {
        font-size: 20px;
        position: relative;
    }


    .header_inner .drawer-nav ul li a {
        font-size: 16px;
    }
        /* .drawer--right.drawer-open .header_inner .drawer-nav,
        .drawer--right  .header_inner .drawer-hamburger,
        .drawer--right.drawer-open .header_inner .drawer-navbar .drawer-hamburger {
            right: 0;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        } */
    .header_inner .drawer-nav .nav-wrap {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .header_inner .drawer-nav .drawer-dropdown ul li a{
        padding-left: 1em;
    }
    .header_inner .drawer-nav .drawer-dropdown ul li a::before {
        display: none;
    }
    .header_inner .drawer-dropdown-menu {
        margin-left: 0;
    }
    .header_inner .drawer_logo {
        padding: 1em 1em;
    }



/*アコーディオン*/
    /*下の階層を持っているulの指定*/
    .header_inner .drawer-nav li.has-child {
        position: relative;
    }
    .header_inner .drawer-nav li.has-child ul,
    .header_inner .drawer-nav li.has-child ul ul{
        position: relative;
        left:0;
        top:0;
        z-index: 4;
        width:100%;
        visibility:visible;/*JSで制御するため一旦表示*/
        opacity:1;/*JSで制御するため一旦表示*/
        display: none;/*JSのslidetoggleで表示させるため非表示に*/
        transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    }

    /*ナビゲーションaタグの形状*/
    .header_inner .drawer-nav li.has-child ul li a{
        border-bottom:solid 1px rgba(255,255,255,0.2);
    }

    .header_inner .drawer-nav li.has-child ul li:last-child > a{
        border-bottom:none;
    }

    .header_inner .drawer-nav li.has-child ul li a:hover,
    .header_inner .drawer-nav li.has-child ul li a:active{
    background:rgba(255,255,255,0.1);
    }

    .header_inner .drawer-nav li.has-child ul ul li a:hover,
    .header_inner .drawer-nav li.has-child ul ul li a:active{
        background:rgba(255,255,255,0.1);
    }

    .header_inner .drawer-nav ul li {
        border-bottom:1px solid #666;
    }
    .header_inner .drawer-nav ul .nav_sns a {
        border-bottom: 0;
    }

    /*矢印*/
    .header_inner .drawer-dropdown .drawer-caret {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .header_inner .drawer-dropdown .drawer-caret {
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .header_inner .drawer-dropdown.active .drawer-caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    /*フッター*/

    #footer {
        margin-top: 0;
        padding: 3em 4% 1em;
    }
    #footer address h2 {
        text-align: center;
        margin-right: 0;
    }
    #footer p span {
        display: inline-block;
    }
    #footer #footer_inner address a{
        width: auto;
        height: auto;
        display: inline-block;
        position: relative;
        top: inherit;
    }
    #footer #footer_inner address p {
        display: inline-block;
        width: 90%;
        margin: 0 auto 0;
    }
    #footer .footer_inner address p {
        font-size: 95%;
        padding-left: 0;
    }
    #footer .footer_ct{
          display:block;
    }
    #footer .ct-text{
        display:block;
        width: 100%;
        margin-right: 0;
    }
    #footer address {
        margin-right: 0;
        text-align: center;
    }
    #footer .footer_inner a img {
        margin-right: 0;
    }
    #footer .footer_ct{
        text-align: center;
    }
    #footer .footer_nav {
        width: 100%;
        margin-top: 1em;
    }
    #footer .footer_nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    #footer .footer_nav ul li {
        margin-left: 0;
        margin-right: 3%;
        letter-spacing: 0;
    }
    #footer .footer_nav li a{
        font-size: 12px;
    }
    #footer #footer_inner p.copyright {
        font-size: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 1em;
    }
    #footer .footer_inner .sns {
        margin: 1em 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;    
    }
    #footer .footer_inner p.copyright {
        text-align: center;
        margin-top: 0;
    }
    

    /*ビジュアル*/
    #visual .visual_inner{
        position: relative;
        padding: 0;
    }
    #visual .logo{
        display: none;
    }

    #visual .visual_inner img{
        max-width: 100%;
    }
    /*　トップページ-------------------------*/
    .index #contents{
        margin-top: 60px;
    }

    /*はじめに　about*/
    .first {
        padding: 20px 0 40px;
    }

    h2 > img{
        height: 50px;
    }
    img + .ttl-text {
        margin: 8px 0 0;
    }

    /*できること*/
    .can {
        margin-top: 60px;
        border-radius: 60px 0 0 60px;
    }
    #contents-main .can .inner {
        width: 86%;
    }
    .can .inner::before {
        content: "";
        width: 30%;
        max-width: 100px;
        height: 120px;
        top: -50px;
        left: -4%;
    }
    .can .inner::after {
        width: 73%;
        height: 50px;
        top: -16px;
        right: 0;
    }
    .can .inner {
        position: relative;
        padding: 40px 0 30px;
    }
    .can .ct-img {
        width: 100%;
        margin-bottom: 1em;
    }
    .can .ct-text {
        width: 100%;
    }
    .can h3 {
        font-size: 110%;
    }
    .can-box {
        padding-bottom: 1em;
        margin-bottom: 2em;
    }

    /*日替わりキッチン*/
    .top-kitchen {
        padding: 50px 0;
    }
    .top-kitchen::before {
        content: "";
        width: 100%;
        height: 3%;
    }
    .top-kitchen_ttl {
        top: -20px;
    }

    
    /*ニュース*/
    #contents-main .news {
        padding-bottom: 10%;
    }
    #contents-main .news .slide-text{
        width: 72%;
        margin: 0 auto;
    }
    #contents-main .news .slide-title {
        margin-bottom: 0;
    }
    #contents-main .news .slide-img {
        width: 72%;
        margin: 0 auto;
    }
    #contents-main .news .swiper-button-next,
    #contents-main .news .swiper-button-prev {
        /* transform: scale(0.7); */
        top: 38%;
    }
    #contents-main .news .slide-date {
        margin: 10px 0 2px;
    }

    /*日替わりキッチン*/
    #contents-main .kitchen-list {
        margin-bottom: 3em;
    }
    #contents-main .kitchen-list .ct_inner {
        max-width: 290px;
        padding: 0 0;
    }
    #contents-main .top-kitchen .slide-text .slide-title {
        font-size: 16px;
    }
    #contents-main .ttl-add::before {
        content: "";
        width: 50%;
        height: 50px;
        max-height: 50px;
    }
    #contents-main .kokuti_item .ct-text {
        max-width: 100%;
    }
    #contents-main .kokuti_item {
        border-radius: 30px;
        padding: 40px 6% 6%;
        margin: 0 9% 29%;
    }
    #contents-main .kokuti_item .ct-img {
        margin: 1em auto 0;
        width: 47%;
        max-width: 265px;
        z-index: 1;
        position: absolute;
        right: 0;
        top: 80%;
    }
    #contents-main .kokuti_item h2{
        margin-top: 0;
    }    
    

    /*アクセス*/
    #contents-main .top-access {
        padding: 30px 0;
    }
    #contents-main .top-access .ct-img {
        margin: 0 4% 1em;
    }
    #contents-main .top-access .ct-img img {
        width: 100%;
    }
    .btn-map{
        margin-bottom: 4px;
        margin-top: 7px;
    }



    /*ページビジュアル*/
    #pagetitle {
        padding: 5% 1%;
        background-size: auto 82%;
    }
    #pagetitle .pagevisual h1 {
        display: none;
    }
    #pagetitle .pagevisual .pg_right-img img{
        display: none;
    }
    #pagetitle .title_inner {
    padding: 0 0 0;
    }
    #pagetitle .title_inner h2 {
        margin: 5% 0 0;
        font-size: 160%;
    }

    /* 絆について--------------------------------　*/
    #contents-main .flex-half {
        margin-top: 0;
    }
    #contents-main .flex-half > * {
        width: 100%;
        margin-top: 4%;
    }

    /* マルシェ：店舗詳細--------------------------------　*/
    .shop-box {
        display: block;
        margin-bottom: 3em;
    }
    .shop-box .ct-img img {
        border-radius: 20px 20px 0 0;
        min-width: inherit;
    }
    .shop-box .ct-text {
        background-color: #FBF2D7;
        border-radius: 0 0 20px 20px;
        padding: 2em 1em 1em;
        width: 100%;
    }
    .shop-box .ct-img {
        width: 100%;
    }
    
    .detail_about {
        margin-bottom: 2em;
    }
    .detail_table {
        margin-top: 0em;
    }
    .detail_table dl {
        display: block;
        line-height: 1.5;
        padding: 1em 0;
    }
    .detail_table dt {
        width: 100%;
        margin-bottom: 2px;
    }

    #contents-main .flex-28 .ct-text {
        width: 100%;
    }
    #contents-main .flex-28 .ct-img {
        width: 100%;
    }
    #contents-main .flex-28 .sp-flex{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /* マルシェ・店舗--------------------------------　*/
    #contents-main .kitchen_wrap {
        margin-bottom: 4em;
    }
    #contents-main .kitchen {
        margin: 0 0;
    }
    #contents-main .kitchen .kitchen-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .kitchen .kitchen_item {
        width: 47%;
        margin: 1em 0 1em;
    }
    #contents-main .kitchen-list .slide-text {
        padding: 10px;
    }
    #contents-main .kitchen-list .slide-text span {
        font-size: 12px;
    }
    #contents-main .kitchen-list .slide-text .slide-title {
        font-size: 13px;
        line-height: 1.4;
    }
    #contents-main .kitchen_item a .slide-text::after {
        top: 8px;
    }
    .bg-nami {
        padding: 30px 0 50px;
    }

    /* テイクアウト--------------------------------　*/

    #contents-main .takeout_list{
        display: block;
    }
    #contents-main .takeout_list li {
        width: 100%;
        margin: 2em 0 0;
    }
    /* .takeout_item_detail {
        display: block;
    } */
    .takeout_shop-name{
        font-size: 110%;
    }
    .takeout_item_detail .ct-img {
        width: 100%;
    }
    .takeout_item_detail .ct-text {
        width: 100%;
    }
    #contents-main .takeout_item_detail .ct-text .tag {
        line-height: 1.8;
    }
    #contents-main .takeout_item_detail .ct-text .tag span{
        font-size: 11px;
    }

    /* お問い合わせ--------------------------------　*/
    .pp {
        background-color: #FBF2D7;
        border-radius: 40px;
    }
    





    /* 新着情報--------------------------------　*/
    #contents-main .title .title-date {
        margin-right: 0;
        display: inline-block;
        padding: 1em 0 5px 1em;
    }
    #contents-main .title a {
        padding: 0 1em 1em;
    }
    /*記事毎*/
    #contents-main .post.detail .title {
        padding-bottom: 10px;
    }
    #contents-main .title .title-date_detail {
        font-size: 12px;
    }
    #contents-main .blog-go-top {
        margin: 40px 0 0;
    }
    /*ページャー*/
    #contents-main .post .pager {
        font-size:80%;
    }
    #contents-main .post .pager span.pager_item a {
            margin: 0 1px;
    }


}