@charset "UTF-8";
/* 1280px以上 */
@media only screen and (min-width:1280px){
  
  .pc-non {
    display: none;
  }
  
}
/* 1919px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1919px){

}
/* 1500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1500px){

}

/* 1279px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1279px){
  .rest-takeout-txt {
    width: 450px;
    float: left;
    padding-top: 20px;
  }
  .rest-takeout-img {
    width: calc(100% - 480px);
    float: right;
  }
  .shop-maker-txt {
    width: 400px;
    float: left;
    padding-top: 20px;
  }
  .shop-maker-img {
    width: calc(100% - 430px);
    float: right;
  }
  .activ-contents-left {
    width: 45%;
  }
  .activ-contents-right {
    width: 45%;
  }
  .activ-img-left {
    width: 50%;
  }
  .activ-img-right {
    width: 50%;
  }
  .about-intro-wrap {
    width: 90%;
    margin: 60px auto 90px auto;
    display: flex;
    justify-content: center;
    gap: 0 40px;
  }
  .about-intro-right {
    width: 30%;
    display: none;
  }
  .about-intro-txt {
    width: 65%;
    margin-top: 20px;
  }
  .about-3contents-sec {
    width: 96%;
    margin: 60px auto 90px auto;
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .about-3cont-1 ,
  .about-3cont-2 ,
  .about-3cont-3 {
    width: 30%;
    padding: 0 20px 20px 20px;
  }
  .about-3cont-img img {
    width: calc(100% + 80px);
  }
  .about-3cont-st {
    margin: 60px auto 30px auto;
    width: 120px;
  }

}
/* 1080px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
  .rest-intro-txt {
    width: 60%;
    float: left;
    padding-top: 60px;
  }
  .rest-intro-img {
    width: 36%;
    float: right;
  }
  ul.rest-popular-list {
    gap: 0 30px; 
    width: 90%;
    margin: 40px auto 0 auto;
  }
  ul.rest-menu-list {
    grid-template-columns: repeat(auto-fit, 185px);
    gap: 0 20px; 
    width: 800px;
  }
  ul.shop-item-list {
    grid-template-columns: repeat(auto-fit, 185px);
    gap: 0 20px; 
    width: 800px;
  }
  .activ-st-1 ,
  .activ-st-2 ,
  .activ-st-3 ,
  .activ-st-4 ,
  .activ-st-5 {
    font-size: 20pt;
    margin-bottom: 20px;
    padding-top: 60px;
    background-size: 120px;
  }
  .activ-contents-wrap h3 {
    font-size: 22pt;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .activ-txt {
    font-size: 12pt;
  }
  h3.about-company-st {
    width: 200px;
    padding-top: 160px;
  }
  .about-whatkind-left {
    width: 30%;
  }
  .about-whatkind-txt {
    width: 66%;
    margin-top: 20px;
  }
  .about-whatkind-right {
    width: 30%;
  }

}

/* 800px以下から
------------------------------------------------------------*/
@media only screen and (max-width:800px){
  header.restaurant {
    background-size: 860px;
    height: 440px;
  }
  h2.rest-title {
    width: 200px;
    margin: 200px auto 0 auto;
  }
  .rest-intro-txt {
    padding-top: 0px;
  }
  .rest-opentime {
    padding: 20px 20px;
    width: 100%;
    margin-top: 20px;
  }
  .opentime {
    margin: 0px auto 10px auto;
    width: 130px;
  }
  .rest-opentime p{
    font-size: 14pt !important;
    font-weight: 500;
    line-height: 150% !important;
  }
  .rest-popular-st {
    width: 230px;
  }
  ul.rest-popular-list {
    gap: 0 15px; 
    width: 94%;
    margin: 40px auto 0 auto;
  }
  ul.rest-popular-list li h4 {
    font-size: 15pt;
    padding-top: 20px;
  }
  ul.rest-popular-list li p {
    padding: 20px 20px 0 20px;
    font-size: 12pt;
  }
  .rest-menu-st {
    width: 230px;
  }
  ul.rest-menu-list {
    grid-template-columns: repeat(auto-fit, 24%);
    gap: 0 1%; 
    width: 96%;
  }
  .rest-takeout-st img {
    width: 230px;
  }
  .rest-takeout-txt {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  .rest-takeout-img {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  header.shopping {
    background-size: 860px;
    height: 440px;
  }
  h2.shop-title {
    width: 200px;
    margin: 200px auto 0 auto;
  }
  .shop-intro-sec {
    background-size: 860px;
  }
  .shop-intro-wrap h3 {
    font-size: 20pt;
    color: #ffffff;
    padding-top: 110px;
    padding-bottom: 100px;
    line-height: 200%;
  }
  .shop-intro-wrap p {
    font-size: 14pt;
    color: #ffffff;
    line-height: 200%;
    margin-bottom: 0px;
    text-align: center;
  }
  h3.shop-item-st {
    width: 200px;
    margin: 0px auto 60px auto;
  }
  ul.shop-item-list {
    grid-template-columns: repeat(auto-fit, 24%);
    gap: 0 1%; 
    width: 96%;
  }
  .shop-maker-txt {
    width: 100%;
    float: none;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .shop-maker-img {
    width: 100%;
    float: none;
  }
  h3.shop-maker-st {
    margin: 0px auto 0px auto;
  }
  h3.shop-maker-st img {
    width: 200px;
  }
  header.activity {
    background-size: 860px;
    height: 440px;
  }
  h2.activ-title {
    width: 300px;
    margin: 200px auto 0 auto;
  }
  .activ-contents-sec {
    padding-top: 10px;
  }
  .activ-contents-left {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .activ-contents-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .activ-img-left {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .activ-img-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .activ-img-left img ,
  .activ-img-right img{
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  /* abou us */
  header.aboutus {
    background-size: 860px;
    height: 440px;
  }
  h2.about-title {
    width: 400px;
    max-width: 90%;
    margin: 40px auto 0 auto;
  }
  .about-img {
    width: 400px;
    max-width: 80%;
    margin: 30px auto 0px auto;
  }
  .about-img img {
    border-radius: 20px;
  }
  .about-intro-sec {
    background-color: #3d8238;
    padding-top: 60px;
  }
  h3.about-intro-st {
    width: 380px;
    max-width: 90%;
    margin: 0px auto 90px auto;
  }
  .about-intro-txt p {
    font-size: 12pt;
    line-height: 200%;
  }
  .about-intro-right {
    display: none;
  }
  .about-intro-left {
    width: 45%;
  }
  .about-intro-txt {
    width: 55%;
    margin-top: 20px;
  }
  .about-3cont-1 p ,
  .about-3cont-2 p ,
  .about-3cont-3 p {
    line-height: 200%;
    font-size: 11pt;
    margin: 0px auto 30px auto;
  }
  .about-3cont-1 h4 ,
  .about-3cont-2 h4 ,
  .about-3cont-3 h4 {
    line-height: 200%;
    font-size: 14pt;
    margin: 30px auto 0px auto;
  }
  .about-company-definition {
    width: 96%;
  }
  .about-company-definition dt {
    font-size: 14pt;
  }

  .about-company-definition dd {
    font-size: 14pt;
  }
  .about-whatkind-left {
    display: none;
  }
  .about-whatkind-txt {
    width: 60%;
    margin-top: 20px;
  }
  .about-whatkind-right {
    width: 40%;
  }
  /* access */
  header.access {
    background-size: 860px;
    height: 440px;
  }
  h2.access-title {
    width: 150px;
    margin: 200px auto 0 auto;
  }
  .access-time-txt {
    width: 60%;
    float: left;
    padding-top: 0px;
  }
  .access-time-img {
    width: 40%;
    float: right;
  }
  /* news */
  header.news {
    background-size: 860px;
    height: 210px;
  }
  h2.news-title {
    width: 150px;
    margin: 20px auto 0 auto;
  }
  .news-list-wrap ul li {
    width: 45%;
  }
  .blog-nav-wrap aside.sidebar {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.widget {
    background-color: #e4f1e1;
    width: 100%;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
	.blog-nav aside {
		width: 100%;
		float: none;
    margin-bottom: 30px;
	}
	.blog-nav aside h3 {
		font-size: 15pt;
		text-align: left;
		margin-bottom: 10px;
		margin-top: 0px;
		font-weight: normal;
	}
	ul.side-list {
		padding-top: 10px;
		padding-left: 35px;
	}
	ul.side-list li {
		line-height: 130%;
		padding-bottom: 10px;
		padding-left: 0px;
	}

}

/* 640px以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
  .rest-intro-txt {
    width: 100%;
    float: none;
  }
  .rest-intro-img {
    width: 100%;
    float: none;
    display: none;
  }
  ul.rest-menu-list {
    grid-template-columns: repeat(auto-fit, 32%);
    gap: 0 2%; 
    width: 96%;
  }
  ul.shop-item-list {
    grid-template-columns: repeat(auto-fit, 32%);
    gap: 0 2%; 
    width: 96%;
  }
  h4.shop-item-cate {
    font-size: 16pt;
    width: 350px;
    margin: 60px auto 60px auto;
    padding: 7px 0 10px 0;
  }
  h3.about-company-st {
    width: 160px;
    padding-top: 160px;
  }
  h3.about-whatkind-st {
    width: 480px;
    padding-top: 180px;
    padding-bottom: 30px;
  }
  h4.about-whatkind-catch {
    font-size: 20pt;
    padding-bottom: 60px;
  }
  .access-time-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .access-opentime {
    padding: 10px 20px;
    text-align: center;
    width: 90%;
    margin-top: 20px;
  }
  .access-time-txt {
    width: 70%;
  }
  .access-time-img {
    width: 30%;
    padding-top: 20px;
  }
  .access-time-txt h3 {
    font-size: 18pt;
    margin-bottom: 5px;
  }
  .access-time-txt p {
    font-size: 12pt;
    line-height: 150%;
  }
  .access-opentime h4{
    font-size: 14pt !important;
    margin-bottom: 5px;
  }
  .access-opentime p{
    font-size: 12pt !important;
  }
  .access-time-traffic {
    padding: 30px 0 30px 0;
  }
  .access-time-traffic ul {
    display: block;
    gap: 0 0;
    list-style: none;
  }
  .access-time-traffic ul li {
    width: 100%;
    padding: 0px 0 20px 0;
    font-size: 12pt;
    font-weight: 500;
    color: #3d8238;
  }
  .access-time-traffic ul li img {
    padding-right: 15px;
    width: 42px;
  }
  .access-equipment-sec {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .access-equipment-wrapper {
    padding: 30px 0 30px 0;
  }
  h3.access-equipment-st {
    width: 300px;
    padding-bottom: 30px;
  }
  .access-equipment-list {
    display: block;
    gap: 0 0;
    list-style: none;
  }
  .access-equipment-list div.equipment-item {
    width: 100%;
    padding: 0px 0 20px 0;
    clear: both;
  }
  .equipment-icon {
    width: 80px;
    float: left;
  }
  .equipment-txt {
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px;
  }
  .equipment-txt h4 {
    font-size: 18pt !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .equipment-txt p {
    font-size: 12pt !important;
    line-height: 120%;
  }
  h2.blog-st {
    font-size: 18pt;
  }

}

/* 450px以下から
------------------------------------------------------------*/
@media only screen and (max-width:450px){
  .rest-intro-txt h3 {
    font-size: 14pt;
    line-height: 180%;
  }
  .rest-intro-txt p {
    font-size: 12pt;
    line-height: 150%;
  }
  .rest-popular-st {
    width: 230px;
  }
  ul.rest-popular-list {
    display: block;
    gap: 0 0; 
    width: 75%;
    margin: 40px auto 0 auto;
  }
  ul.rest-popular-list li {
    padding-bottom: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  ul.rest-popular-list li h4 {
    font-size: 15pt;
    padding-top: 15px;
  }
  ul.rest-popular-list li p {
    padding: 10px 20px 0 20px;
    font-size: 12pt;
  }
  .rest-menu-st {
    width: 230px;
  }
  ul.rest-menu-list {
    grid-template-columns: repeat(auto-fit, 46%);
    gap: 0 8%; 
    width: 90%;
  }
  ul.rest-menu-list li {
    padding-bottom: 20px;
  }
  ul.rest-menu-list li p {
    font-size: 11pt;
  }
  ul.rest-menu-list li img {
    height: 150px;
  }
  .rest-takeout-st img {
    width: 230px;
  }
  .rest-takeout-txt h3 {
    font-size: 14pt;
    line-height: 180%;
  }
  .rest-takeout-txt p {
    font-size: 12pt;
    line-height: 150%;
  }

  .shop-intro-wrap h3 {
    font-size: 16pt;
    color: #ffffff;
    padding-top: 110px;
    padding-bottom: 100px;
    line-height: 200%;
  }
  .shop-intro-wrap p {
    font-size: 12pt;
    color: #ffffff;
    line-height: 150%;
    margin-bottom: 0px;
    text-align: center;
  }
  h3.shop-item-st {
    width: 200px;
    margin: 0px auto 60px auto;
  }
  ul.shop-item-list {
    grid-template-columns: repeat(auto-fit, 46%);
    gap: 0 8%; 
    width: 90%;
  }
  ul.shop-item-list li {
    padding-bottom: 20px;
  }
  h4.shop-item-cate {
    font-size: 14pt;
    width: 70%;
    margin: 30px auto 30px auto;
    padding: 7px 0 10px 0;
  }
  ul.shop-item-list li h5 {
    font-size: 10pt;
  }

  ul.shop-item-list li p {
    font-size: 9pt;
  }
  .shop-maker-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .shop-maker-txt h3 {
    font-size: 18pt;
    margin-bottom: 20px;
  }
  .shop-maker-txt h4 {
    font-size: 14pt;
    margin-bottom: 20px;
  }
  .shop-maker-txt p {
    font-size: 12pt;
    margin-bottom: 0px;
  }
  .activ-st-1 ,
  .activ-st-2 ,
  .activ-st-3 ,
  .activ-st-4 ,
  .activ-st-5 {
    font-size: 16pt;
    margin-bottom: 20px;
    padding-top: 60px;
    background-size: 120px;
  }
  .activ-contents-wrap h3 {
    font-size: 18pt;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .activ-txt {
    font-size: 11pt;
  }
  .about-3contents-sec {
    margin: 30px auto 30px auto;
    display: block;
    justify-content: center;
    gap: 0 0px;
  }
  .about-3cont-1 ,
  .about-3cont-2 ,
  .about-3cont-3 {
    width: 90%;
    margin: 0 auto;
  }
  .about-intro-left {
    display: none;
  }
  .about-intro-txt {
    width: 100%;
    margin-top: 20px;
  }
  h3.about-intro-st {
    width: 330px;
    margin: 0px auto 20px auto;
  }
  .about-intro-wrap {
    width: 90%;
    margin: 20px auto 20px auto;
  }
  .about-3cont-st {
    margin: 20px auto 30px auto;
    width: 120px;
    padding-top: 60px;
  }
  .about-3cont-1 p ,
  .about-3cont-2 p ,
  .about-3cont-3 p {
    font-size: 11pt;
    margin: 0px auto 10px auto;
  }
  .about-3cont-1 h4 ,
  .about-3cont-2 h4 ,
  .about-3cont-3 h4 {
    font-size: 14pt;
    margin: 10px auto 0px auto;
  }
  .about-3cont-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .about-whatkind-left {
    display: none;
  }
  .about-whatkind-txt {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .about-whatkind-right {
    display: none;
  }
  .access-intro-wrap {
    padding-bottom: 60px;
  }
  .access-intro-wrap p {
    text-align: center;
    font-size: 12pt;
    color: #ffffff;
    line-height: 150%;
  }
  .access-time-txt {
    width: 100%;
    float: none;
  }
  .access-time-img {
    width: 60%;
    float: none;
    padding-top: 20px;
  }
  .access-time-txt h3 {
    font-size: 18pt;
    margin-bottom: 5px;
  }
  .access-time-txt p {
    font-size: 12pt;
    line-height: 150%;
  }
  .access-opentime h4{
    font-size: 14pt !important;
    margin-bottom: 5px;
  }
  .access-opentime p{
    font-size: 12pt !important;
  }
  .access-time-traffic ul li {
    width: 100%;
    padding: 0px 0 20px 0;
    font-size: 11pt;
    font-weight: 500;
    color: #3d8238;
  }
  .access-time-traffic ul li img {
    padding-right: 10px;
    width: 33px;
  }
  h3.access-equipment-st {
    width: 200px;
    padding-bottom: 30px;
  }
  .equipment-icon {
    width: 50px;
    float: left;
  }
  .equipment-txt {
    width: calc(100% - 50px);
    float: left;
    padding-left: 20px;
  }
  .equipment-txt h4 {
    font-size: 14pt !important;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  .equipment-txt p {
    font-size: 10pt !important;
    line-height: 100%;
  }
  .news-list-wrap ul {
    display: block;
    gap: 0 0;
  }
  .news-list-wrap ul li {
    width: 80%;
    margin: 0 auto 30px auto;
  }
 

}

/* 380px以下から
------------------------------------------------------------*/
@media only screen and (max-width:380px){
}
/* 320px以下から
------------------------------------------------------------*/
@media only screen and (max-width:320px){
}



