/*
 Theme Name:   Godios. Child Theme
 Theme URI:    https://godios.jp
 Description:  Godios Child Theme
 Author:       Shimon
 Author URI:   http://godios/author/profile
 Template:     godios
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Grid-Layout, Two-Columns, Left-Sidebar, Right-Sidebar, Accessibility-Ready, Custom-Background, Custom-Colors,Custom-Header, Custom-Menu, Editor-Style, Featured-Image-Header, Featured-Images, Sticky-Post, Theme-Options, Threaded-Comments, Blog
 Text Domain:  godios-child
*/@charset "UTF-8";

/* これより下に子テーマ用CSSをお書き下さい。 */
.maintenance_img {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 5em;
    justify-content: center;
}
.maintenance_img img {
    width: 100%;
    height: auto;
    max-width: 1200px;
}
.sp_only {
    display: none;
}
@media only screen and (max-width: 780px) {
.sp_only {
    display: block;
}
.pc_only {
    display: none;
}
.maintenance_img {
    padding: 1em;
}
}


body {
    font-weight: 400;
	font-family: 'Vollkorn', serif;

}


.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 0px solid #fff!important;
    background: #fff;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 13px!important;
	 padding-bottom: 13px;
    background: #0896a7;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: auto!important;
    width: 100%;
}

#container #news .news-list {
    display: flex;
    flex-wrap: wrap;
}

#container #news li {
    display: flex;
    width: 49%;
    margin: 0 0.5% 13px;
    border-bottom: none;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px 0;
}

#container #news li p.img {
    margin-left: 15px;
    flex-basis: 138px;
    height: 138px;
    width: 138px;
    overflow: hidden;
}

#container #news li p.img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 138px;
    width: auto;
    max-width: none;
    image-rendering: auto;
}

#container #news .news-list .text-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100px;
    padding: 0 15px;
    position: relative;
}

#container #news .news-list .text-area .title {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    max-height: 48px;
    overflow: hidden;
}

#container #news .news-list .text-area .title:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ef5350;
}

#container #news .news-list .text-area .title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #f5f5f5;
}

#container #news .news-list .text-area .text {
    margin-top: 5px;
    font-size: 14px;
    flex: 1 0 auto;
    position: relative;
    line-height: 20px;
    max-height: 43px;
    overflow: hidden;
}

#container #news .news-list .text-area .text:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 7px;
}

#container #news .news-list .text-area .date {
    color: #666;
    position: absolute;
    bottom: 0;
}

#container #news {
    background: #fff;
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 60px 20px;
}

#container .title-area {
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

#container #news .title-area .title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
#container #news .more {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}

.btn a, .btn input, .btn span, .submit a, .submit input, .submit span {
    cursor: pointer;
    outline: none;
    width: 200px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    display: -moz-inline-box;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    color: #000000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    background-color: #FFF;
    max-width: 100%;
    -moz-box-shadow: 0 3px 0 0px #ed3c39;
    -ms-box-shadow: 0 3px 0 0px #ed3c39;
    -o-box-shadow: 0 3px 0 0px #ed3c39;
    -webkit-box-shadow: 0 3px 0 0px #ed3c39;
    box-shadow: 0 3px 0 0px #000;
}

.bx-wrapper {
    margin-bottom: 6em!important;
}

.btn a:hover, .btn input:hover, .btn span:hover, .submit a:hover, .submit input:hover, .submit span:hover {
    text-decoration: none!important;
    color: #ef5350!important;
}

#container .banner-sec {

    padding-bottom: 40px;
    width: 1190px;
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0px 20px 60px 20px;
}

#container .banner-sec .banner-list {
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: -.4em;
	    padding-top: 30px;
}

.bx-wrapper {
    margin-bottom: 3em!important;
}

.gnav, .sub-menu {
    height: auto;
}
.gnav>li {
    display: block;
    padding-left: 0%!important;

}

#overlay-search {
    background-color: #fff;
    display: none;
    height: 23%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

li#menu-item-53 {
    border-top: 1px solid #ccc;
}

#overlay-search>.search-form {
    position: absolute;
    left: 50%;
    top: 47.99%;
    -webkit-transform: translate(-50%,-23.99%);
    transform: translate(-50%,-23.99%);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 999!important;
}

.gnav>li {
    display: block;
}

#container .banner-sec .banner-list li {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
    width: 350px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#container .banner-sec .banner-list li a {
    display: block;
    color: #000000;
}

#container .banner-sec .banner-list li a .img {
    line-height: 0;
    overflow: hidden;
}

#container .banner-sec .banner-list li a .img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#container .banner-sec .banner-list li a .text-area {
    padding: 10px 0;
    font-size: 14px;
}

.entry-inner {
    left: 310px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: auto;
}

.entry-image {
    float: left;
    overflow: hidden;
    width: 280px;
}

.entry-image>img {
    height: 217px;
    -webkit-transition: transform .5s 0s ease-in-out;
    transition: transform .5s 0s ease-in-out;
    width: 280px;
}

.entry-list {
    background-color: #fff;
    height: 250px;
    margin-bottom: 13px;
    padding: 15px;
    position: relative;
    width: 100%;
    /* padding-left: 0%!important; */
    margin-left: 0%;
}

.shopcontent {
    display: flex;
	margin-top: 0%;
	    height: auto;
	    margin-bottom: 4px;
}

.shopcoupon {
    width: 45%;
    background: #f95a57;
    margin-right: 4%;
}

.shopcoupontittle {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 4.5%;
    height: 50%;
    line-height: 1.2;
    font-size: 10.5pt;
    /* overflow: -webkit-paged-y; */
}


.shopcoupondetail {
        background: #fff;
    width: 94%;
    margin-left: 3%;
    height: 45%;
    text-align: center;
    color: #ed3b39;
    font-size: 10pt;
    padding-top: 5.5%;
    line-height: 1.2;
    
}

.shopdetail {
        width: 50%;
    font-size: 9pt;
    margin-top: 0px;
    height: auto;
}
.entry-category {
    background-color: #f95a57;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0;
    padding: 2px 4px 3px 6px;
    white-space: nowrap;
	
}

.entry-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 4px;
    max-height: 53px;
    overflow: hidden;
}
.shopaddress img {
    width: 7%;
}

.shopaddress {
    padding: 1%;
    height: auto;
}

.shopapple {
    font-size: 10pt;
}

section.entry-list {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.5);
}

#fixed-side-content>div, #side>div:not(#fixed-side-content) {
    display: table;
    margin-bottom: 5px;
    table-layout: fixed;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.5);
}

.entry-top>.entry-image>img {
    -webkit-filter: blur(6px);
    filter: blur(0px);
    height: 370px;
    margin: -6px;
    width: 101.6%;
}

.l-wrap {
    margin-right: 12px;
}

body#godios-body {
    background-image: none;
    background-repeat: repeat;
    background: #fff;
}
.newtp_mapbottunarea {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    flex-wrap: wrap;
}
.newtp_mapbottunarea_main {
    width: 23.5%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.newtp_mapbottunarea_main:nth-child(4n) {
    margin-right: 0%;
}
.newtp_mapbottunarea_main a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #422803;
    color: #fff;
    padding: 1em;
    font-size: 12px;
    letter-spacing: 0px;
}

#wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    max-width: 100%;
}
.my-parts {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  
  cursor: pointer;
}
.my-parts span::before,
.my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #E91E63;
}
.my-parts span::before {
  transform: rotate(-45deg);
}
.my-parts span::after {
  transform: rotate(45deg);
}
.btn_area {
    width: 50%;
    height: auto;
    padding-bottom: 2%;
    position: absolute;
    top: 15%;
    left: 15%;
    /* margin-left: -25%; */
    z-index: 2;
    text-align: right;
}
img.popupimgkakkoku {
    width: 50%;
}
@media screen and (max-width: 480px) { 
	.btn_area {
    width: 80%!important;
    margin-left: -40%!important;
}
	img.popupimgkakkoku {
    width: 100%;
}
	.btn_area{
    width: 50%;
    height: auto;
    padding-bottom: 2%;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -25%;
    z-index: 2;
	    text-align: right;
}
	p.kagawatoplogo {
    position: fixed;
    z-index: 10;
    left: 50%;
    /* top: 50%; */
    width: 50%!important;
    /* margin: 0; */
    margin-left: -25%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(200%)!important;
}
	
.gnav>li>a {
    color: inherit;
    font-size: 1.6rem;
    padding: 19.5px 20px 19.5px 20px!important;
}	
	
p.site-title {
  
	background: url(https://kagawatrip.com/wp-content/uploads/2018/07/kagawatrip_rogo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(0,0,0,0);
    height: 45px;
    font-weight: 500;
    margin: 0 0 0 15px;
    background-position-y: 7px;
    background-size: 127px;
}	
	
h1.site-title {
    background: url(https://kagawatrip.com/wp-content/uploads/2018/07/kagawatrip_rogo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(0,0,0,0);
    height: 45px;
    font-weight: 500;
    margin: 0 0 0 15px;
    background-position-y: 7px;
    background-size: 127px;
}	
	
.entry-list {
    background-color: #fff;
    height: 250px;
    margin-bottom: 13px;
    padding: 15px;
    position: relative;
    width: 96%;
    /* padding-left: 0%!important; */
    margin-left: 2%;
}	
	
#footer {
    background-color: #fff;
    margin-top: 100px;
    padding: 50px 15px 85px;
    width: 100%;
}	
	
#topbar-menu-btn {
    top: 13.5px;
}	
	
svg.menu-icon {
    /* background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/chikyuu.png); */
        background-image: url(https://kagawatrip.com/wp-content/uploads/2018/07/10633.png);
    background-size: 28px auto;
    background-position: center 0px;
    /* border-bottom: 1px solid #ccc; */
}	
	
.shopdetail {
    width: 50%;
    font-size: 9pt;
    margin-top: 0px;
    /* padding-top: 1px; */
height: auto;
    overflow: hidden;
}	
	
.entry-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 4px;
    margin-bottom: 5px;
    max-height: 53px;
    overflow: hidden;
    font-weight: bold;
    font-size: 13pt;
}	
	
.shopapple {
    font-size: 10pt;
    height: auto!important;
    
    width: 100%;
    padding-top: 1px!important;
    padding-bottom: 0px!important;
}	
	
.shopcoupon {
    width: 45%;
    background: #f95a57;
    margin-right: 4%;
    margin-top: 6px;
}
	
.shopcoupontittle {
color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 4.5%;
    height: 50%;
    max-height: 45%;
    line-height: 1.1;
    font-size: 10.5pt;
    
}
	
.shopcoupondetail {
        background: #fff;
    width: 94%;
    margin-left: 3%;
    height: 50%;
    text-align: center;
    color: #ed3b39;
    font-size: 10pt;
    padding-top: 10px;
    line-height: 1.2;
    /* overflow: hidden; */
}	
	
li.shopitemcoupon3:last-child >dl {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* display: block; */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}	
	
dd.shopitemcoupon2 {
    margin-top: -1%!important;
    padding: 20px 10px 0px 10px!important;
    font-size: 12px;
    color: #333333;
    width: 100%!important;
    /* display: block; */
    -webkit-margin-start: 0px;
    border: 3px solid #fa5956!important;
    display: block!important;
}
	
p.storetittlecoupon {
    font-weight: bold;
    line-height: 1.5;
    width: 100%!important;
    /* padding-right: 3%; */
    padding: 2% 3% 0 1%;
    text-align: center;
}
	
p.storetittlecoupon2 {
    width: 100%!important;
    text-align: center;
}	
	
.square_btn {
    display: inline-block;
    padding: 1.4em 2em;
    text-decoration: none;
    background: #e4ba52;
    color: #FFF;
    border-bottom: solid 4px #e2ca8a;
    border-radius: 3px;
    position: inherit;
    /* top: 964px; */
    /* left: 679px; */
    font-size: 15px;
    font-weight: bold;
    width: 100%;
}	
	
dt.shopitemcoupon {
    background-color: #f95a57!important;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 22px 0 20px 0!important;
    margin-top: 5%;
    width: 100%!important;
    line-height: 1.5;
	    border-right: 3px solid #fa5956!important;
}	
	
p.red.bold {
    width: 100%!important;
}	
	
p.red.bold:first-child {
    border-bottom: 2px solid #fa5956!important;
}	
	
p.red.bold:nth-child(2) {
    border-left: 0px solid #fa5956!important;
    padding-left: 0%!important;
}	
	
li.shopitemcoupon3:last-child >dl dt {
    width: 100%!important;
}	
	
.entry-image>img {
    height: 217px;
    -webkit-transition: transform .5s 0s ease-in-out;
    transition: transform .5s 0s ease-in-out;
    width: 100%;
}
	
	.entry-image {
    float: left;
    overflow: hidden;
    width: 100%;
}
	
	.entry-list {
    background-color: #fff;
    height: 483px;
    margin-bottom: 13px;
    padding: 15px;
    position: relative;
		margin-top: 12px;
}
	
	.entry-inner {
    /* left: 310px; */
    position: absolute;
    top: 356px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 98%;
}
	

.entry-inner {
    left: 15px;
    width: 96.7%;
}
	
	.l-wrap {
    margin-right: 0px;
}

.gnav>li {
    display: block;
    width: 50%;
}	
	
 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 5px!important;
    height: 5px!important;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
	
	
.social-share-wrap.top {
    margin-top: 165px!important;
}
	
.social-share {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}	
	
.entry-top {
    height: 355px;
}	
	
.storetittle .shopitem > dt {
    padding: 15px;
    width: 25%;
    background-color: #EEEEEE;
    font-size: 16px!important;
}
	
p.storetittleName {
    line-height: 1.2;
    font-size: 15px!important;
    margin-bottom: 10px;
    margin-top: 5px;
}
	
p.storetittleText {
    margin-top: 4px;
    color: #999999;
    line-height: 1.1;
    font-size: 10px!important;
}	
	
	
	
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.1em!important;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 7px!important;
    padding-bottom: 10px;
    background: #000;
}	
	
#container #news {
background: #fff;
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 15px 20px;
    margin: 5%;
}	
	
	#container #news li {
    display: flex;
    width: 100%;
    margin: 0 0.5% 13px;
    border-bottom: none;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 15px 0 0 0;
}
	
	ul.banner-list.top img {
    width: 100%;
		    height: 105px;
}
	
#container .banner-sec .banner-list {
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: -.4em;
    display: flex;
	    flex-wrap: wrap;
	padding-top: 20px;
}	
	
	#container .banner-sec {
    padding-bottom: 40px;
    width: 1190px;
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
   padding: 0% 6%;
}
	
	div#container {
    padding-top: 1%;
}
	
#container .banner-sec .banner-list li {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
    width: 48%;
    margin-right: 0%;
    margin-bottom: 0px;
	padding-bottom: 24px;
}	
	
#container .banner-sec .banner-list li:nth-child(odd) {
    margin-right: 4%;
}	
	
#container .banner-sec .banner-list li:last-child {
    margin-right: 0px;
}	

#container #news .title-area .title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    margin-bottom: 9px;
    padding-bottom: 5px;
}	

	#container #news .news-list .text-area .date {
    color: #666;
    position: relative;
    bottom: 0;
}
	
	#container #news .news-list .text-area .text {
    margin-top: 5px;
    font-size: 14px;
    flex: 1 0 auto;
    position: relative;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
	
	#container #news .news-list .text-area .title {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 0;
		    margin-bottom: 9px;
}
}

.gnav>li>a {
    color: inherit;
    font-size: 1.6rem;
    padding: 49.5px 20px 9.5px 20px;
}

.gnav>li {
    float: left;
    position: relative;
    border-right: 1px solid #ccc;
    text-align: center;
}

.gnav, .sub-menu {
    color: #888;
    margin: 0;
    padding: 0;
    text-align: left;
    border-left: 1px solid #ccc;
}

a.gnav-link span {
    font-size: 10pt;
}



li#menu-item-85 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/家の無料アイコン-1.png);
    background-size: 30px auto;
    background-position: center 17px;
}

li#menu-item-39 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/家の無料アイコン-1.png);
    background-size: 30px auto;
    background-position: center 17px;
}

li#menu-item-81 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/フォークとスプーンのお食事アイコン素材.png);
    background-size: 30px auto;
    background-position: center 17px;
}

li#menu-item-43 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/飛行機の無料素材.png);
    background-size: 30px auto;
    background-position: center 17px;
}

li#menu-item-82 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/買い物カゴのアイコン17.png);
    background-size: 30px auto;
    background-position: center 17px;
}

li#menu-item-83 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/キャリーバッグ2.png);
    background-size: 30px auto;
    background-position: center 17px;
}

li#menu-item-46 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/カヌーアイコン3.png);
    background-size: 37px auto;
    background-position: center 17px;
}

li#menu-item-52 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/chikyuu.png);
    background-size: 31px auto;
    background-position: center 17px;
    border-bottom: 1px solid #ccc;
}

li#menu-item-46 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/カヌーアイコン3.png);
    background-size: 37px auto;
    background-position: center 17px;
}

li#menu-item-84 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/カヌーアイコン3.png);
    background-size: 37px auto;
    background-position: center 17px;
}

.sub-menu>li>a {
        /* border: none; */
    border-bottom: 1px solid #ccc;
    color: inherit;
    display: inline-block;
    font-size: 1.5rem;
    padding: 9px 20px;
    -webkit-transition: transform .2s 0s ease-in-out;
    transition: transform .2s 0s ease-in-out;
    /* font-size: 1.6rem; */
    padding: 9.5px 20px 10.5px 20px;
    text-align: center;
}

.sub-menu>li {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s 0s ease-in;
    transition: height .35s 0s ease-in;
    width: auto;
}

.gnav>li:hover>ul>li {
    height: auto;
}



.youtube2 {
  position: absolute;
  width: 100%;
	z-index: -100;
    margin-top: -80px;
}
.youtube22 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube22 {
    position: relative;
    height: 0;
	    overflow: hidden;
    padding-bottom: 46.25%;
    padding-top: 10%;
}

header#header {
    background: #fff;
}

div#container {
    padding-top: 3%;
}

.youtube222 {
    height: 500px;
    overflow: hidden;
}

.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px !important;
    height: 0px !important;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
}

li#menu-item-150 {
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

li#menu-item-151 {
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/chikyuu.png);
    background-size: 31px auto;
    background-position: center 17px;
    font-weight: normal;
}

ul.storetittle {
    overflow: hidden;
    margin: 0 1%;
    border-top: 1px solid #CDCDCD;
    border-bottom: 0px solid #CDCDCD;
    background-color: #FFFFFF;
    line-height: 1.4;
    margin-top: 5%;
    width: 98%;
    margin-bottom: 5%;
}

ul.storetittle >li {
    border-bottom: 1px solid #CDCDCD;
    line-height: 1.25;
}

dl.shopitem {
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
    /* display: block; */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.storetittle .shopitem > dt {

    width: 25%;
    background-color: #EEEEEE;
    font-size: 16px;
}

.storetittle .shopitem > dd {
        padding: 10px 10px 0px 10px;
    font-size: 12px;
    color: #333333;
    width: 70%;
	    /* display: block; */
    -webkit-margin-start: 0px;
}

p.storetittleName {
    line-height: 1.2;
    font-size: 17px;
	    margin-bottom: 10px;
	margin-top: 5px;
}

p.storetittleText {
    margin-top: 4px;
    color: #999999;
    line-height: 1.1;
    font-size: 12px;
}

.entry-meta {
    color: #eee;
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 3px;
}

.social-share-wrap.top {
    margin-top: 113px;
}

dt.shopitemcoupon {
    background-color: #fff!important;
    border: 3px solid #fa5956;
    color: #333;
    border-right: 0px solid #fa5956;
    font-weight: bold;
    text-align: center;
    padding: 33px 10px 20px 10px;
    margin-top: 5%;
    width: 38%!important;
    line-height: 1.5;
}

li.shopitemcoupon3 {
    border-bottom: 0px solid #CDCDCD!important;
}

dd.shopitemcoupon2 {
    margin-top: 5%;
    padding: 25px 10px 0px 10px!important;
    text-align: center;
    font-size: 12px;
    color: #333333;
    width: 60%;
    /* display: block; */
    -webkit-margin-start: 0px;
    border: 3px solid #fa5956;
    display: flex;
}

p.storetittlecoupon {
    font-weight: bold;
    line-height: 1.5;
    width: 55%;
    /* padding-right: 3%; */
    padding: 2% 3% 0 1%;
}
.square_btn {
    display: inline-block;
    padding: 1.4em 2em;
    text-decoration: none;
    background: #e4ba52;
    color: #FFF;
    border-bottom: solid 4px #e2ca8a;
    border-radius: 3px;
    position: inherit;
    /* top: 964px; */
    /* left: 679px; */
    font-size: 15px;
    font-weight: bold;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

p.storetittlecoupon2 {
    width: 45%;
    text-align: center;
}

/* ここからデモページ用のコード */
body {
 width: 100% ;
 padding: 0 ;
}
/* ここまでデモページ用のコード */
 
#modal-content {
 width: 80% ;
 margin: 0 ;
 padding: 10px 20px ;
 border: 2px solid #aaa ;
 background: #fff ;
 position: fixed ;
 display: none ;
 z-index: 2 ;
}
 
#modal-content-innar{
 margin:0 auto;
 width:80%;
	    display: flex;
    flex-wrap: wrap;
}

p.red.bold {
    width: 50%;
}

p.red.bold22 {
    width: 100%;
	    text-align: center;
}
  
#modal-overlay {
 z-index: 1 ;
 display: none ;
 position: fixed ;
 top: 0 ;
 left: 0 ;
 width: 100% ;
 height: 120% ;
 background-color: rgba( 0,0,0, 0.75 ) ;
}
 
.button-link {
 color: #00f ;
 text-decoration: underline ;
}
 
.button-link:hover {
 cursor: pointer ;
 color: #f00 ;
}
dt.shopitemtittle {
    padding: 15px;
}

.shopapple {
        font-size: 10pt;
    height: auto;
    /* overflow: -webkit-paged-y; */
    padding-top: 6px;
    width: 97%;
    padding-bottom: 6px;
}

div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
height: 60px;
    background-color: #000;
    color: #fff;  
	display: flex;
}  

div#home {
    width: 100%;
	height: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 9pt;
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/家の無料アイコン-2.png);
    background-size: 30px auto;
    background-position: center 10px;
	    border-right: 1px solid #fff;
	color: #fff;
}

div#gourmet {
    width: 100%;
	height: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 9pt;
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/フォークとスプーンのお食事アイコン素材-1.png);
    background-size: 30px auto;
    background-position: center 10px;
	    border-right: 1px solid #fff;
	color: #fff;
}

div#shop {
    width: 100%;
	height: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 9pt;
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/買い物カゴのアイコン17-1.png);
    background-size: 30px auto;
    background-position: center 10px;
	    border-right: 1px solid #fff;
	color: #fff;
}

div#tourist {
    width: 100%;
	height: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 9pt;
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/キャリーバッグ2-1.png);
    background-size: 30px auto;
    background-position: center 10px;
	    border-right: 1px solid #fff;
	color: #fff;
}

div#experimence {
    width: 100%;
	height: 100%;
    text-align: center;
    padding: 40px 2px 0 3px;
    font-size: 9pt;
    background-image: url(https://kagawatrip.com/wp-content/uploads/2018/05/カヌーアイコン3-1.png);
    background-size: 40px auto;
    background-position: center 7px;
	color: #fff;
}

div#footerArea a {
    width: 20%;
}

h2.title {
    margin-top: 35px;
}

img.kagawalogo {
max-width: 100%;
    height: auto;
    opacity: 0.9;
}

p.kagawatoplogo {
        position: absolute;
    z-index: 10;
    left: 50%;
    /* top: 50%; */
    width: 110px;
    /* margin: 0; */
    margin-left: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(40%);
}


.bx-wrapper .bx-next {
    right: 10px;
    background: no-repeat -43px -32px!important;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: no-repeat 0 -32px!important;
}


a#tenin {
    display: inline-block;
    padding: 0.4em 0px 6px 0;
    text-decoration: none;
    background: #f95a57;
    color: #FFF;
    border-bottom: solid 5px #ed3c39;
    border-radius: 3px;
    position: inherit;
    /* top: 964px; */
    /* left: 679px; */
    font-size: 15px;
    font-weight: bold;
    width: 95%;
	text-align: center;
}


canvas {
	background-image: radial-gradient(#666, #333);
}

#instructions {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding-bottom: 6px;
	font-family: sans-serif;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #fa5956!important;
    color: #fff;
    font-weight: 600;
    -webkit-transition: box-shadow .3s 0s ease-in-out;
    transition: box-shadow .3s 0s ease-in-out;
}

div.wpcf7-response-output {
    margin: 1em -0.5em 0em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 0px;
    height: 0px;
    border: none;
    padding: 0;
    margin: 0 0 0 0px;
    vertical-align: middle;
}

.oubokuhaku {
    position: absolute;
}

p.red.bold:nth-child(2) {
    border-left: 2px solid #fa5956;
    padding-left: 3%;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    width: 100%;
}

img.kagawalogo2 {
    /* max-width: 100%; */
    height: auto;
    opacity: 0.9;
    /* padding-left: 14%; */
    margin-left: -230%;
}

p.btn.sp.more {
    text-align: center;
}

img.ileft.wp-post-image {
    height: 250px;
    width: 350px;
}

.site-description {
    font-size: 0rem!important;
    margin: 2px 0 0 30px;
    max-width: 400px;
    color: rgba(0,0,0,0);
}

.site-title {
    color: #333;
    font-size: 3.4rem;
    font-weight: 300;
    margin: 0 0 0 30px;
    max-width: 400px;
    word-break: break-all;
    background: url(https://kagawatrip.com/wp-content/uploads/2018/07/kagawatrip_rogo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(0,0,0,0);
    height: 52px;
    font-weight: 500;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff!important;
}
.mentenansu {
    padding: 5%;
    line-height: 3;
    text-align: center;
}
.topankert {
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px 20px 0px 20px;
}
.overlay{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}

.btn_area p{
    padding:15px;
}
.btn_area button{
    margin:0 auto;
}

.new_headerarea_flex {
    display: flex;
}
a>img:hover {
    box-shadow: none;
}
.new_headerarea {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.new_headerarea_flex {
    display: flex;
    max-width: 1200px;
    padding: 0em 2%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.new_headerarea_logo {
	padding: 0.5em 0;
}
.new_headerarea_logo img {
    height: 3.5em;
}
ul.new_headerarea_menu_main {
    display: flex;
    align-items: center;
}
ul.new_headerarea_menu_main li {
    background-image: none!important;
    margin-right: 2em;
    position: relative;
}
ul.new_headerarea_menu_main_li_lang_hover {
    display: none;
}
li.new_headerarea_menu_main_li_lang {
    display: flex;
    align-items: center;
    padding: 2em 0;
}
li.new_headerarea_menu_main_li_lang img {
    height: 1.5em;
}
a.gnav-link span {
    font-size: 11pt;
}
ul.new_headerarea_menu_main li {
    background-image: none!important;
    margin-right: 2em;
}
li.new_headerarea_menu_main_li_lang span {
    display: inline-block;
    margin-bottom: 0.1em;
    margin-left: 0.3em;
    font-weight: 300;
}
ul.new_headerarea_menu_main li a {
    display: inline-block;
    padding: 2em 0;
}
ul.new_headerarea_menu_main li:hover ul.new_headerarea_menu_main_li_lang_hover {
    display: block;
    position: absolute;
    background: #fff;
    top: 5.5em;
    width: 110%;
    text-align: center;
}
ul.new_headerarea_menu_main_li_lang_hover li {
    margin: 0;
    border-top: solid 1px #e2e2e2;
}
ul.new_headerarea_menu_main_li_lang_hover li a {
    padding: 1em;
    font-weight: 300;
}
#tpslider {
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background-color: #999;
    height: 90vh;
}
.inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}
.inner_content img {
    height: 13em;
    margin-top: 3.5em;
}
.newtp_bannerarea {
    max-width: 900px;
    margin: 3em auto;
	padding: 0 2%;
}
.newtp_bannerarea img {
    width: 100%;
}
.btn:hover {
    box-shadow: none;
}
.tpmaincontent_background {
    margin-bottom: 5em;
    background: -moz-linear-gradient(left, rgba(255, 255, 210, 0.39), rgb(251, 251, 240) 30%, rgba(233, 235, 180, 0.22) 60%, rgba(186, 197, 226, 0.34));
    background: -webkit-linear-gradient(left, rgba(255, 255, 210, 0.39), rgb(251, 251, 240) 30%, rgba(233, 235, 180, 0.22) 60%, rgba(186, 197, 226, 0.34));
    background: linear-gradient(to right, rgba(255, 255, 210, 0.39), rgb(251, 251, 240) 30%, rgba(233, 235, 180, 0.22) 60%, rgba(186, 197, 226, 0.34));
	position: relative;
	padding: 6em 3em;
}
.newtp_illustarea {
    position: absolute;
}
.newtp_maintittleflex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1em;
    z-index: 10;
    position: relative;
}
.new_tittlearea_more img {
    height: 1.7em;
}
h2.newtp_mainh2title {
    font-size: 50px!important;
    border-bottom: solid 2px #000;
    padding: 0 0.5em;
}
.newtp_illustarea {
    position: absolute;
    z-index: 1;
}
.newtp_area1_backillust1 {
    right: -8em;
    top: -14em;
}
.newtp_area1_backillust1 img {
    height: 25em;
}
.newtp_area1_backillust2 {
    left: -8em;
    bottom: -10em;
    z-index: 1;
}
.newtp_area1_backillust2 img {
    height: 20em;
}
.newtp_area2_backillust3 {
    right: -8em;
    top: -10em;
    z-index: 1;
}
.newtp_area2_backillust3 img {
    height: 20em;
}
.newtp_area3_backillust1 {
    right: -8em;
    top: -18em;
}
.newtp_area3_backillust1 img {
    height: 30em;
}
.newtp_area4_backillust1 {
    left: -11em;
    top: -15em;
    z-index: 1;
}
.newtp_area4_backillust1 img {
    height: 25em;
}
#container .banner-sec .banner-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
}
#container .banner-sec .banner-list li:nth-child(3n) {
    margin-right: 0%;
}
p.newtp_imgarea {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
p.newtp_imgarea:before {
    content: "";
    display: block;
    padding-top: 100%;
}
p.newtp_imgarea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
h2.newtp_kizitittle {
    /* min-height: 2.5em; */
    margin-bottom: 0.5em;
}
#footer {
    background-color: #fff;
    margin-top: 0;
    padding: 5em 0 1em;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 210, 0.39), rgb(251, 251, 240) 30%, rgba(233, 235, 180, 0.22) 60%, rgba(186, 197, 226, 0.34));
    background: -webkit-linear-gradient(left, rgba(255, 255, 210, 0.39), rgb(251, 251, 240) 30%, rgba(233, 235, 180, 0.22) 60%, rgba(186, 197, 226, 0.34));
    background: linear-gradient(to right, rgba(255, 255, 210, 0.39), rgb(251, 251, 240) 30%, rgba(233, 235, 180, 0.22) 60%, rgba(186, 197, 226, 0.34));
}
.new_footerarea_logo {
    text-align: center;
    margin-bottom: 3em;
}
.new_footerarea_logo img {
    height: 6em;
}
#wrapper {
    margin-top: 0px;
    padding-top: 5.5em;
}
.new_lowmain {
    padding-top: 5.5em;
    max-width: 1200px;
    margin: 0 auto 6em;
    padding: 5.5em 2% 0;
}
.new_lowmain_breadcrumb ol#breadcrumb {
    position: relative;
    max-width: 1200px;
    padding: 0 0%;
    width: 100%;
    margin: 0 auto;
    transform: inherit;
}
.new_lowmain_tittle {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0%;
}
.new_lowmain_tittle h1 {
    margin: 3em 0 1em;
    border-bottom: solid 1px #000;
    padding: 0 1em 0.5em;
    font-weight: 400;
}
.low_restaurant_menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0%;
    display: flex;
    margin-bottom: 5em;
    width: 90%;
}
.low_restaurant_menu_cont {
    width: 18.5%;
    text-align: center;
    margin-right: 2%;
}
.low_restaurant_menu_cont:nth-child(5) {
    margin-right: 0%;
}
.low_restaurant_menu_cont a {
    border: solid 1px #000;
    display: inline-block;
    width: 100%;
    padding: 0.7em 0;
}
.new_lowarchive_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0% 5em;
    display: flex;
    margin-bottom: 5em;
	margin-top: 5em;
    align-items: center;
    border-bottom: solid 1px #000;
}
.new_lowarchive_main:nth-child(10) {
    padding: 0 0% 0;
    border-bottom: none;
}
.new_lowarchive_main_img {
    width: 30%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.new_lowarchive_main_img:before {
    content: "";
    display: block;
    padding-top: 70%;
}
.new_lowarchive_main_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.new_lowarchive_main_content {
    width: 70%;
    padding-left: 2%;
}
.new_lowarchive_main_content_cate {
    color: #BAC4E2;
    margin-bottom: 0.5em;
}
.new_lowarchive_main_content_flex {
    display: flex;
}
.new_lowarchive_main_content_flex_left {
    width: 60%;
}
.new_lowarchive_main_content_flex_right {
    width: 40%;
    padding-left: 2%;
}
.new_lowarchive_main_content_tittle {
    font-size: 15px;
}
.new_lowarchive_main_content_tittle p {
    font-size: 13px;
    margin-top: 0.5em;
}
.new_shopcoupon {
    border: solid 1px #B8C3E5;
    text-align: center;
    font-size: 13px;
}
.new_shopcoupon_tittle {
    border-bottom: solid 1px #B8C3E5;
    padding: 0.5em;
}
.new_shopcoupon_detail {
    padding: 0.5em;
}
.new_lowarchive_main_content_flex_right_text {
    line-height: 2;
}
#breadcrumb>li:nth-of-type(n+2)::before {
    background: none!important;
    background-size: contain;
    height: 1em;
    margin: 0 6px 0.5em 5px;
    width: 10px;
    content: ">";
    color: #000;
    display: inline-block;
}
.new_lowmain_breadcrumb ol#breadcrumb a {
    color: #000!important;
}
.new_lowmain_breadcrumb ol#breadcrumb span {
    color: #000!important;
    display: inline-block;
}
.new_lowmain_breadcrumb ol#breadcrumb li span {
    margin-top: 0.1em;
}
.new_lowsyousaiarea_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.new_lowsyousaiarea_img:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.new_lowsyousaiarea_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110%;
    height: auto;
}
ul.storetittle {
    overflow: hidden;
    margin: 0 0%;
    border-top: 1px solid #CDCDCD;
    border-bottom: 0px solid #CDCDCD;
    background-color: #FFFFFF;
    line-height: 1.4;
    margin-top: 5%;
    width: 100%;
    margin-bottom: 5%;
}
.newtp_bannerarea.lowarea_newtp_bannerarea {
    margin: 3em auto 6em;
}
.newlow_googlemap {
    max-width: 1200px;
    margin: 0 auto 6em;
    padding: 0 2%;
    width: 100%;
    text-align: center;
}
.newlow_googlemap iframe {
    width: 90%;
    height: 35em;
}
.newlow_kanrenkizi .related-head {
    padding: 0;
}
.newlow_kanrenkizi .related-head h2 {
    margin: 3em 0 0em;
    border-bottom: solid 1px #000;
    padding: 0 1em 0.5em;
    font-weight: 400;
    font-size: 25px;
}
.newlow_kanrenkizi .related-head {
    padding: 0 2%;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.new_lowarchive_main_bigdiv {
    width: 90%;
    margin: 0 auto;
}
.new_lowsyousaiarea {
    width: 90%;
    margin: 0 auto;
}
.newlow_kanrenkizi .banner-sec.newtp_maincontent {
    width: 90%!important;
    margin: 0 auto;
}
.newlow_kanrenkizi {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.newlow_courponarea {
    margin: 5em 0 0;
}
.newlow_courponarea_flex {
    display: flex;
    width: 100%;
    margin: 0 auto 0;
    max-width: 900px;
    padding: 0 2%;
}
.newlow_courponarea_flex_content {
    width: 70%;
}
.newlow_shopitemcoupon {
    border: solid 3px #F85063;
    margin-bottom: 0;
    padding: 1em;
    text-align: center;
}
.newlow_shopitemcoupon:last-child {
    margin-bottom: 0;
	border-top: none;
}
.newlow_courponarea_flex_bottun {
    padding-left: 1em;
    width: 30%;
}
.newlow_courponarea_flex_bottun a span {
    display: block;
    background: #f85062;
    color: #fff;
    text-decoration: none!important;
    text-align: center;
    padding: 1em;
    margin-bottom: 0;
    border: solid 3px #F85063;
    border-bottom: none;
    margin-bottom: 3px;
}
.newlow_courponarea_flex_bottun a span:last-child {
    margin-bottom: 0;
	border-top: none;
	border-bottom: solid 3px #F85063;
}
.button-link {
    text-decoration: none;
}
a#modal-close span {
    background: #a0a0a0;
    border: solid 3px #a0a0a0;
    border-bottom: none;
    margin-bottom: 3px;
}
div#maincontainer {
    overflow: hidden;
	width: 100%;
}
.tp_plachinamap {
    max-width: 1200px;
    margin: 3em auto;
    padding: 0 2%;
}
.tp_plachinamap iframe {
    width: 100%;
    height: 40em;
}


.sp_header_language_mainarea {
    display: none;
}
.modal.js-modal {
    display: none;
}
a:hover {
    color: #000000;
}
.mobile-menu__checkbox {
    display: none;
}
.sp_only {
    display: none;
}
nav.mobile-menu {
    display: none;
}
.mobile-menu__checkbox {
    display: none;
}
label.mobile-menu__btn {
    display: none;
}
/*いつものやつ*/
@media only screen and (max-width: 780px) {
.new_headerarea_menu_main {
	display: none!important;
}
.sp_only {
    display: block;
}
    nav#menu {
        display: none;
    }

    /*sp menu*/
	.mobile-menu {
		position: absolute;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		padding: 0 0px;
		top: 0px;
		background-color: #27ae6000;
		right: 0;
		height: 3.5em;
		z-index: 1;
	}

    .mobile-menu__btn {
        position: relative;
        display: flex!important;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 100%;
        cursor: pointer;
        transition: .4s;
        z-index: 100;
        background: #fff;
        opacity: 1;

    }

    .mobile-menu__icon {
        display: block;
        position: relative;
        background: #000;
        opacity: 1;
        width: 65%;
        height: 1px;
        transition: .4s;
        top: 0px;
    }

    .mobile-menu__icon::after,
    .mobile-menu__icon::before {
        content: "";
        display: block;
        position: absolute;
        background: #000;
        width: 100%;
        height: 1px;
        transition: .4s;
    }

    .mobile-menu__icon::after {
        top: 8px;
		width: 100%!important;
		right: 0;
    }

	.mobile-menu__icon::before {
		top: -8px;
		width: 100%!important;
		right: 0;
	}

    .mobile-menu__icon p {
        color: #fff;
        font-size: 10px;
        width: 100%;
        padding-top: 14px;
    }

    .mobile-menu__container {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 50;
        height: 0;
        opacity: 1;
        transition: .5s;
        transition-delay: .2s;
        overflow: hidden;
		background: #fff;
    }

    .mobile-menu__list {
        transition: .5s;
        transition-delay: .5s;
        list-style: none;
        padding-left: 0;
        margin-top: -50px;
    }

    .mobile-menu__checkbox {
        display: none;
    }

    .mobile-menu__checkbox:checked ~ .mobile-menu__nav {
        opacity: 1;
        transition-delay: 0s;
    }

    .mobile-menu__checkbox:checked ~ .mobile-menu__container {
        height: 100%;
        transition-delay: 0s;
    }

    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
        background: transparent;
    }

    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
        top: 0;
    }

    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #000;
		width: 100%!important;
    }

    .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #000;
		width: 100%!important;
    }

    .mobile-menu__container ul li a {
        font-size: 18px;
        text-decoration: none;
        color: #000;
        line-height: 2.5;
        text-shadow: 0px 0px 1px rgba(000, 000, 000, 0.5);
        -moz-box-shadow: 0px 0px 3px rgba(000, 000, 000, 0.5);
    }

    .mobile-menu__container:before {
        content: '';
        background: inherit;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(3px);
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: -1;
    }

    /*sp menu end*/
.new_headerarea_logo img {
    height: 2.5em;
}
#tpslider {
    min-height: auto;
    height: 60vh;
}
.inner_content {
    height: 60vh;
}
.inner_content img {
    height: 7em;
    margin-top: 2.5em;
}
#container .banner-sec {
    padding: 0% 2%;
}
.tpmaincontent_background {
    padding: 3em 2%;
}
.newtp_area1_backillust1 img {
    height: 15em;
}
.newtp_area1_backillust1 {
    right: -4em;
    top: -7em;
}
h2.newtp_mainh2title {
    font-size: 30px!important;
}
.new_tittlearea_more img {
    height: 1em;
}
#container .banner-sec .banner-list li {
    width: 49%;
    margin-right: 0%;
    margin-bottom: 4%;
}
#container .banner-sec .banner-list li:nth-child(odd) {
    margin-right: 2%;
}
ul.banner-list.top img {
    width: auto;
    height: 100%;
}
.newtp_maparea img {
    height: 1em!important;
    width: auto!important;
	margin-right: 0.4em;
}
h2.newtp_kizitittle {
    font-size: 14px;
}
.newtp_maparea {
    font-size: 12px;
}
.newtp_area1_backillust2 img {
    height: 10em;
}
.newtp_area1_backillust2 {
    left: -3em;
    bottom: -4em;
}
.newtp_area2_backillust3 img {
    height: 10em;
}
.newtp_area3_backillust1 img {
    height: 16em;
}
.newtp_area3_backillust1 {
    right: -4em;
    top: -10em;
}
.newtp_area4_backillust1 {
    left: -3em;
    top: -8em;
    z-index: 1;
}
.newtp_area4_backillust1 img {
    height: 12em;
}
div#footerArea {
    display: none;
}
.new_lowmain {
    padding: 3.5em 2% 0;
	margin: 0 auto 3em;
}
.new_lowmain_tittle h1 {
    margin: 2em 0 1em;
    padding: 0 0em 0.5em;
    font-size: 18px;
}
.low_restaurant_menu {
    margin: 0 auto;
    padding: 0 0%;
    margin-bottom: 3em;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.low_restaurant_menu_cont {
    width: 32%;
    text-align: center;
    margin-right: 2%;
	margin-bottom: 2%;
}
.low_restaurant_menu_cont:nth-child(5) {
    margin-right: 2%;
}
.low_restaurant_menu_cont:nth-child(3n) {
    margin-right: 0%;
}
.new_lowarchive_main_bigdiv {
    width: 100%;
}
.new_lowarchive_main {
    padding: 0 0% 3em;
    margin-bottom: 3em;
    margin-top: 3em;
	flex-wrap: wrap;
}
.new_lowarchive_main_img {
    width: 100%;
	margin-bottom: 1em;
}
.new_lowarchive_main_img:before {
    padding-top: 60%;
}
.new_lowarchive_main_content {
    width: 100%;
    padding-left: 0%;
}
.new_lowarchive_main_content_flex {
    display: flex;
    flex-wrap: wrap;
}
.new_lowarchive_main_content_flex_left {
    width: 100%;
}
.new_lowarchive_main_content_flex_right {
    width: 100%;
    padding-left: 0%;
    font-size: 12px;
    margin-top: 1em;
}
.new_lowarchive_main_content_flex_right_text {
    line-height: 1.7;
}
.low_restaurant_menu_cont a {
    font-size: 12px;
}
.new_lowsyousaiarea {
    width: 100%;
}
.newlow_courponarea {
    margin: 3em 0 0;
}
.newlow_courponarea_flex {
    padding: 0 0%;
    flex-wrap: wrap;
}
.newlow_courponarea_flex_content {
    width: 100%;
    margin-bottom: 2%;
}
.newlow_courponarea_flex_bottun {
    padding-left: 0em;
    width: 100%;
}
.newtp_bannerarea.lowarea_newtp_bannerarea {
    margin: 0em auto 3em;
}
.newlow_googlemap iframe {
    width: 100%;
    height: 20em;
}
.newlow_googlemap {
    margin: 0 auto 3em;
}
.newlow_kanrenkizi .related-head {
    width: 100%;
}
.newlow_kanrenkizi .related-head h2 {
    margin: 2em 0 0em;
    padding: 0 0em 0.5em;
    font-size: 18px;
}
.newlow_kanrenkizi .banner-sec.newtp_maincontent {
    width: 100%!important;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 10;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.sp_header_language_mainarea {
    display: inline-block;
    padding-right: 50px;
    text-align: center;
}
.sp_header_language_mainarea img {
    height: 1.3em;
    margin-bottom: 0.2em;
}
.sp_header_language_mainarea a span {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
}
a.js-modal-close {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.7em 0em;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
ul.sp_header_language li {
    margin-bottom: 1em;
    text-align: center;
}
.tp_plachinamap iframe {
    width: 100%;
    height: 25em;
}
.newtp_mapbottunarea_main {
    width: 49%;
}
.newtp_mapbottunarea_main:nth-child(2n) {
    margin-right: 0%;
}
.newtp_mapbottunarea {
    margin: 0 auto 2em;
}
}