/* ========responsive style for all page======== */

@media only screen and (max-width: 1600px) {
    .header__menu li a {
        font-size: 18px;
    }
    .header__bt {
        font-size: 20px;
    }
    .header-social__link img {
        max-width: 34px;
    }
    .header__nav.--right{
        transform: translateX(34px);
    }
    .header__inner::after {
        width: 300px;
        height: 300px;
        top: -76px;
    }
    .header__logo img {
        max-width: 200px;
    }
   
    .wrap-footer__menu {
        flex-wrap: wrap;
    }
    .wrap-footer__menu .header__menu {
        width: 100%;
    }
    .footer__content {
        padding: 0px 5%;
    }
    .category__block.topix-block.--left::after {
        border-top-right-radius: 20%;
        border-bottom-right-radius: 20%;
    }
    .event-detail-page.topix-block.--right::after {
        border-top-left-radius: 20%;
        border-bottom-left-radius: 20%;
    }
    .content__single-detail {
        width: 72%;
    }
}
/* end breakpoint 1600px */

@media only screen and (max-width: 1400px) {
    .header__menu {
        gap: 22px;
    }
    .header__inner {
        gap: 186px;
    }
    .header__nav.--right {
        transform: translateX(40px);
    }
    .header__menu li a {
        font-size: 16px;
    }
    .header__bt {
        font-size: 18px;
    }
    .wrap-header__bt {
        padding-left: 22px;
    }
    .header__bt {
        padding: 2px 26px;
    }
    .topix-block::after {
        max-width: calc(100% - 24px);
    }
    .topix-info li {
        gap: 36px;
    }
    .topix-block__img-ab {
        max-width: 180px;
    }
    .event__item-row .__thumb {
        width: 50%;
    }
    .instagram {
        padding: 60px 0px;
    }
    .news .cloud-img.eight {
        max-width: 180px;
        left: 20px;
    }
    .pd-header {
        padding-top: 190px !important;
    }
    .saezuricafe__block {
        margin-bottom: 180px;
    }
    .opening-hours.topix-block.--right::after {
        right: -14%;
    }
    .category__block .cloud-first,
    .category__block .cloud-second {
        width: 40%;
    }
    .article-blog__item .thumb img {
        height: 280px;
    }
    .cat-new__item a {
        padding: 0px 40px;
        font-size: 20px;
    }
    .cat-new__item {
        top: -17px;
    }
    .article-blog__item {
        width: calc(100%/3 - 20px);
    }
    .cat-new__item {
        gap: 10px;
    }
    .wrap__article-blog {
        row-gap: 60px;
    }
    .article-blog__item .text {
        padding-top: 20px;
    }
    .article-blog__item .text .__title a,
    .article-blog__item .text span {
        font-size: 20px;
    }
    .block-category__link{
        padding-bottom: 100px;
    }
    .dantaigaiyo-sun {
        width: 14%;
        top: 2%;
    }
    .company-info__box {
        padding: 50px 70px;
    }
    .histoty__img-ab-01 {
        max-width: 320px;
    }
    .histoty__box {
        margin-top: 240px;
    }
    .saezuricafe__item.--first img.position-ab {
        width: 140px;
        top: -80px;
        left: -40px;
    }
    .saezuricafe__item.--second img.position-ab {
        width: 240px;
        top: 0px;
        right: -10px;
    }
    .saezuricafe__item.--third img.position-ab {
        width: 160px;
        top: -10px;
        right: -20px;
    }
}
/* end breakpoint 1400px */

@media only screen and (max-width: 1200px) {
body {
-webkit-text-size-adjust: 100%;
}
    .pd-header {
        padding-top: 140px !important;
    }
    footer {
        background-color: transparent;
    }
    .footer__img-sp {
        display: block;
        width: 100%;
    }
    .footer__content-inner {
        display: none;
    }
    footer::after {
        content: none;
    }
    .news .cloud-img.seven,
    .news .cloud-img.eight {
        display: none;
    }
    .wrap-footer__menu,
    .footer-copyright {
        display: none;
    }
    .news {
        padding: 60px 0px;
    }
    .instagram__img li .img__inner {
        display: none;
    }
    .hero-home {
        padding-top: 120px;
    }
    .hero-home .__img-ab.--top {
        width: 17%;
    }
    header {
        background-color: transparent;
    }
				.header__logo {

				}
				.hero-home__inner {
					padding: 0;
				}
				.header__inner {
					position: fixed;
					width: 100%;
	        z-index: 20000;
			}
    .burger {
        display: block;
        padding: 3px 6px;
        cursor: pointer;
        width: 45px;
        border-radius: 4px;
        background-color: #fff;
	        z-index: 20000;
    }
    .burger span  {
        height: 3px;
        background-color: #f19ec2;
        border-radius: 3px;
        display: block;
        margin: 6px 0px;
        transition: 0.3s ease;
    }
    .burger.show span:nth-child(1) {
        transform: rotate(40deg) translate(2px,-4px);
        transform-origin: top left;
        transition-delay: 0.2s;
    }
    .burger.show span:nth-child(2) {
        transform: translateX(-8px);
        opacity: 1;
        visibility: hidden;
    }
    .burger.show span:nth-child(3) {
        transform: rotate(-40deg) translate(2px,4px);
        transform-origin: bottom left;
        transition-delay: 0.2s;
    }
    .header__inner::after{
        content: none;
    }
    .header__nav {
        display: none;
    }
    .header__inner {
        height: auto;
        justify-content: flex-start;
        padding: 10px 14px 0px;
    }
    .hero-home::after {
        top: -95px;
    }
    .wrap__menu-mobile {
        display: block;
        position: absolute;
        top: 0px;
        /*transform: translateY(-105%);*/
        left: 0px;
        width: 100%;
        z-index: 20;
        transition: 0.3s ease-in;
        padding-top: 55px;
        padding-bottom: 100px;
        overflow: hidden;
        transition: 0.6s ease;
        height: 0px;
        opacity: 0;
        visibility: hidden;
    }
    .wrap__menu-mobile.show {
        height: auto;
        opacity: 1;
        visibility: visible;
     /*   transform: translateY(0px);*/
    }

    @keyframes opacity {
        0% {
            opacity: 0;
            visibility: hidden;
        }
        60% {
            opacity: 1;
            visibility: visible;
        }
    }

    .wrap__menu-mobile::after {
        position: absolute;
        content: "";
        width: 200%;
        height: 100%;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/menu-mibole-bg.png);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        transition: 0.6s ease;
    }
    .menu-mobile {
        padding: 0 15px 10px;
								display: flex;
								flex-wrap: wrap;
    }
    .menu-mobile li {
					width: 50%;
				}

    .menu-mobile li a {
        display: block;
        font-size: 16px;
        color: #009dc5;
        padding: 6px 0px;
        font-weight: bold;
    }
    .wrap-menu__info {
        padding: 0px 15px 20px;
    }
    .menu-btn {
        border-radius: 20px;
        padding: 0px 10px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        box-shadow: 4px 6px 7px 0px rgb(0 0 0 / 35%);
        font-weight: bold;
    }
    .wrap-menu__info iframe {
        display: block;
        height: 120px;
        width: 480px;
        border-radius: 10px;
        box-shadow: 7px 8px 7px 0px rgb(0 0 0 / 20%);
        margin-bottom: 20px;
        max-width: 100%;
    }
    .wrap-menu__info  p {
        font-size: 20px;
        font-weight: bold;
    }
    .wrap-menu__info  span {
        display: block;
        color: #ee86a1;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .wrap-menu__info  img {
        margin: 20px 0px 10px;
    }
    .menu-btn.--bg-orange {
        background-color: #fcd6bf;
    }
    .menu-btn.--bg-pink {
        background-color: #f6bec8;
    }
    .wrap-header__bt {
        padding: 20px 20px;
        border-top: 1px solid #ccc;
    }
    .logo-sp  {
        display: block;
    }
    .logo-pc {
        display: none;
    }
    .header__logo img {
        max-width: 100px;
    }
    .header__logo img.logo-sp__page {
        max-width: 380px;
    }
    .section-title h2 {
        font-size: 40px;
    }
    
				.section-title .logo-sp {
					width: 80%;
					transform: none !important;
				}
				
    .topix-block.--left::after {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .topix-block.--right::after {
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
    }
    .topix-block .container {
        padding: 0px 40px;
    }
    .category__block.topix-block .container {
        padding: 0px 25px;
    }
    .category__block.topix-block .single-container.container {
        padding: 0px;
    }
    .category__block.topix-block .container-1200 {
        padding: 0px 50px;
    }
    .topix-event__title {
        padding-left: 14px;
    }
    .topix-event__title a {
        font-size: 20px;
    }
    .topix-event li {
        gap: 20px;
    }
    .topix-info li .__thumb {
        width: 40%;
    }
    .topix-info li .__desc .date,
    .topix-info li .__desc .__title a {
        font-size: 20px;
    }
    .topix-info li .__desc p,
    .topix-info li .__desc .read-more {
        font-size: 16px;
    } 
    .topix-info li {
        gap: 30px;
    }
    .topix-info li .__thumb .topix-cat {
        min-width: 200px;
        font-size: 18px;
    }
    .topix-block__img-ab {
        display: none;
    }
    .event__item-row .__desc h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .event__item-row .__desc p {
        font-size: 14px;
        margin: 0 10px;
        font-weight: 500;
    }
    .instagram__img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section-title img.bird {
        right: -45px;
    }
    .saezuricafe__intro h2 {
        font-size: 40px;
    }
    .wrap-saezuricafe__link {
        gap: 20px;
    } 
    .saezuricafe__block {
        margin-bottom: 80px;
    }
    .opening-hours.topix-block.--right::after {
        right: -12%;
        background-position: left;
    }
    .opening-hours .container {
        padding: 0px 60px;
    }
    .open-hour__inner .__text h3,
    .open-hour__info p {
        font-size: 30px;
    }
    .open-hour__inner .__text > p,
    .open-hour__info a {
        font-size: 20px;
    }
    .row .article-blog__item .text {
        padding-left: 26px;
    }
    .dantaigaiyo-sun {
        width: 200px;
        right: 0px;
    }
    .wrap-content__page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero-home .__img-ab.--bt img {
        width: 117px;
    }
    .hero-home .__img-ab span {
        font-size: 22px;
    }
    .saezuricafe__item.--first img.position-ab {
        left: -10px;
    }
				
				.home-saezuri__link li:nth-child(1) a,
				.home-saezuri__link li:nth-child(2) a,
				.home-saezuri__link li:nth-child(3) a,
				.home-saezuri__link li:nth-child(4) a {
					background-image: none;
					width: auto;
					height: auto;
				}
				
				.home-saezuri__link li:nth-child(1) a:hover,
				.home-saezuri__link li:nth-child(2) a:hover,
				.home-saezuri__link li:nth-child(3) a:hover,
				.home-saezuri__link li:nth-child(4) a:hover {
					background-image: none;
				}
				
				.wrap-saezuri {
					padding: 0 10px;
				}
				
				.topix-event li .new {
					width: auto;
				}
				
				.wrap-saezuricafe__link a:nth-child(1) {
					background-size: 330px;
					width: 330px;
					height: 115px;
				}

				.wrap-saezuricafe__link a:nth-child(1):hover {
					background-size: 330px;
					width: 330px;
					height: 115px;
				}

				.wrap-saezuricafe__link a:nth-child(2),
				.wrap-saezuricafe__link a:nth-child(2):hover {
					background-size: 330px;
					width: 330px;
					height: 116px;
				}
				
				.open-hour__inner .__text p.ct-lh {
					font-size: 15px;
				}
				
				.block-category__link .container {
					padding: 0;
				}
				
.block-category__link a.link-box.info {
	width: 340px;
	height: 102px;
	background-size: 340px;
}

.block-category__link a.link-box.info:hover {
	background: url(../images/btn-07.png) no-repeat 0 -102px;
	background-size: 340px;
}

.block-category__link a.link-box.topix {
	width: 340px;
	height: 116px;
	background-size: 340px;
}

.block-category__link a.link-box.topix:hover {
	background: url(../images/btn-08.png) no-repeat 0 -117px;
	background-size: 340px;
}

.company-info__box p a {
	font-size: 18px;
}

.wrap-content__page .logo-sp {
	display: block;
	margin: 0 auto 50px;
	width: 260px;
}

.histoty__box .title:before {
	position: absolute;
	top: calc( 50% - 10px);
	right: 20px;
	content: "";
	background: url(../images/arrow-bottom.png) no-repeat 0 0;
	background-size: 27px;
	width: 27px;
	height: 13px;
}

.histoty__box .title.on:before {
	position: absolute;
	top: calc( 50% - 10px);
	right: 20px;
	content: "";
	background: url(../images/arrow-top.png) no-repeat 0 0;
	background-size: 27px;
	width: 27px;
	height: 13px;
}

.privacy__item p.address {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom:0;
}

.dantaiwrap {
	margin-top: 0;
}

.privacywrap {
	margin-top: 0;
}

.supportwrap {
	margin-top: 0;
}

.history__inner-content h3 {
font-size: 16px;
padding-top: 10px;
margin-bottom: 30px;
}

.history__inner-content:before {
position: absolute;
background-image: url(../images/flower-group.png);
background-size: 83px;
width: 83px;
height: 58px;
content: "";
top: 10px;
right: 10%;
}

.supportwrap .supportLead {
	text-align: left;
	font-size: 15px;
}

.supportwrap .supportBtn {
	width: 240px;
	margin: 40px auto 100px;
}

.supportwrap .supportBtn a {
	display: block;
	background: url(../images/bg-link-03.png) no-repeat 0 0;
	background-size: 240px;
	width: 240px;
	height: 62px;
	color: #f18800;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 0;
	text-align: center;
	text-decoration: none !important;
}

.supportwrap .support-sun {
	top: 580px;
	right: 10px;
	z-index: 2;
	width: 20%;
}

.supportwrap .support-info__box {
	padding: 20px 10px;
}

.supportwrap .support-info__box .title {
	font-size: 20px;
	margin-bottom: 20px;
}

.supportwrap .support-info__box h4 {
	font-size: 20px;
}

.supportwrap .support-info__box h4 span {
	font-size: 26px;
}

.supportwrap .support-info__box p {
	font-size: 15px;
	margin-left: 0;
	line-height: 1.6;
}

.supportwrap .support-info__box .box {
	padding: 20px 10px;
	margin: 0 0 30px;
}

.supportwrap .support-info__box .box .title2 {
	font-size: 20px;
}

.supportwrap .support-info__box .box dl {
	display: block;
	line-height: 1.6;
	font-size: 15px;
}

.supportwrap .support-info__box .box dl dt {
	width: 100%;
}

.supportwrap .support-info__box .box dl dd {
	width: 100%;
	margin-bottom: 10px;
}

.supportwrap .support-info__box .box:before {
	background-size: 75px;
	height: 75px;
	width: 75px;
	left: 0;
	bottom: -30px;
}

.supportwrap .support-cloud-01 {
	top: 25%;
	right: -40px;
	z-index: -1;
	width: 39.7%;
}

.supportwrap .support-cloud-02 {
	top: 48%;
	left:	-40px;
	z-index: -1;
	width: 42%;
}

.supportwrap .support-cloud-03 {
	top: 69%;
	right:	-80px;
	z-index: -1;
	width: 37%;
	z-index: 2;
}

.supportwrap .support-cloud-04 {
	top: 83%;
	left:	-80px;
	z-index: -1;
	width: 44%;
}

.supportwrap .support-info__box p.zei {
	width: 100%;
}

.supportwrap .support-contact {
	border-radius: 16px;
	background-position: 99% 0;
}

.supportwrap .support-contact:before {
	background-size: 75px;
	height: 75px;
	width: 75px;
	left: -20px;
	top: -30px;
}

.supportwrap .support-contact:after {
	background-size: 75px;
	height: 75px;
	width: 75px;
	right: -20px;
	bottom: -30px;
}

.supportwrap .support-contact dt {
	font-size: 20px;
}

.supportwrap .support-contact dd {
	font-size: 15px;
}

.pc2 {
	display: none;
}

.supportwrap .support-info__box:before {
display: none;
}

}
/* end breakpoint 1200px */

@media only screen and (max-width: 1024px) {
    .sp-1024 {
        display: block !important;
    }
    .pc-1024 {
        display: none !important;
    }
    .hero-home .__img-ab.--top {
        display: none;
    }
    .hero-home {
        padding-top: 50px;
    }
    .hero-home__inner img {
        margin-bottom: 15px;
    }
    .hero-home__inner img:nth-child(1) {
        margin-bottom: 24px;
    }
    .activities__inner {
        flex-wrap: wrap;
        padding-top: 0px;
        justify-content: center;
    }
    .wrap__contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .wrap__contact-info li:nth-child(2) {
        padding-top: 10px;
    }
    .wrap__topix-link {
        margin-bottom: 40px;
    }
    .event-other__list {
        display: none;
    }
    .event-other__list-sp {
        display: block;
        margin: 30px auto;
    }
    .event-other__list-sp img {
        margin: 0 auto;
    }
    .saezuricafe__block .cloud-first,
    .saezuricafe__block .cloud-second,
    .saezuricafe__block .event__item-row .__desc h3 > img {
        display: none;
    }
    .wrap-saezuricafe__link {
        flex-wrap: wrap;
    } 
    a.link-box {
        flex: unset;
        width: 100%;
    }
    .opening-hours.topix-block.--right::after {
        right: -11.5%;
    }
    .question__icon {
        font-size: 40px;
        width: 60px;
    }
    .question__title h4 {
        font-size: 20px;
    }
    .question__title h4  p {
        padding-top: 10px;
        font-size: 16px;
    }
				.question__bt_close {
					padding: 10px;
					font-size: 20px;
				}
    .question__answer p, .question__answer li {
        font-size: 14px;
        padding-top: 10px;
    }
    .question__answer {
        margin-top: 10px;
    }
    .question__bt {
        font-size: 20px;
    }
    .category__block.topix-block.--left::after {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .event-detail-page.topix-block.--right::after {
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
    }
    .article-blog__item {
        width: calc(100%/2 - 15px);
    }
    .cate-aside {
        flex: unset;
        width: 100%;
        padding: 30px 0px 0px 0px;
        max-width: 400px;
    }
    .content__single-detail {
        width: 100%;
    }
    .single-detail__cloud-01 {
        width: 400px;
    }
    .event-cloud-01 {
        width: 400px;
        left: -300px;
    }
    .event-cloud-02 {
        width: 400px;
        right: -300px;
        bottom: 20%;
    }
    .single-detail__cloud-02 {
        width: 400px;
        bottom: 0px;
    }
    .single__link-next a span {
        font-size: 20px;
    }
    .single__link-next a {
        gap: 10px;
    }
    .single__link-next a img {
        width: 20px;
    }
    .row .article-blog__item .thumb {
        width: 300px;
    }
    .wrap__content-single-detail {
        margin-top: 60px;
    }
    .company-info__box h3 {
        font-size: 30px;
        text-align: center;
    }
    .company-info__box li:not(:last-child) {
        margin-bottom: 16px;
    }
    .company-info__box h4 {
        width: 100%;
        font-size: 20px;
    }
    .company-info__box p {
        font-size: 16px;
    }
    .company-info__box {
        padding: 40px 30px;
    }
    .dantaigaiyo-cloud-01 {
        display: none;
    }
    .dantaigaiyo-sun {
        top: 0px;
    }
    .dantaigaiyo-cloud-02 {
        top: 5%;
    }
    .histoty__box {
        margin-top: 155px;
    }
    .dantaigaiyo-cloud-03 {
        top: 33%;
    }
    .history__inner-content ul li h4 {
        width: 228px;
    }
    .history__inner-content ul li::after {
        left: 243px;
    }
    .history__inner-content {
        padding: 40px 7%;
    }
    .dantaigaiyo-cloud-04 {
       width: 400px;
       left: -200px;
       right: unset;
       bottom: -100px;
       top: unset;
    }
    .wrap-content__page {
        padding-bottom: 60px;
    }
    .histoty__box .title {
        padding: 40px 3% 40px 4%;
    }
    .hero-home .__img-ab.--bt span {
        display: none;
    }
    .hero-home .__img-ab.--bt img.img-pc {
        display: none;
    }
    .hero-home .__img-ab.--bt img:last-child {
        display: block;
        padding-right: 0px;
    }
    .hero-home .__img-ab.--bt a {
        background-image: unset;
        width: 94px;
        height: auto;
    }
    .hero-home .__img-ab.--bt {
        right: 24px;
        top: 150px;
        bottom: unset;
    }
    .saezuricafe__eyecatch .--top {
        width: 120px;
    }
    .saezuricafe__intro {
        margin-top: 0px;
    }
    .saezuricafe__eyecatch.pd-header {
        padding-top: 40px !important;
    }
    .section-title img.sp-1024 {
        transform: translateX(10%);
    }
    .our-activities .section-title img.sp-1024,
    .katu {
        transform: translateX(5%);
        max-width: unset;
        width: 400px;
    }
    .our-activities {
        padding-top: 20px;
    }
    .btn-img,
    .topix-link.--one,
    .topix-link.--two {
        max-width: 360px;
        margin: 0 auto;
    }
    .wrap__link-to .__inner-img img {
        width: 56%;
    }
    .wrap__link-to.--first {
        padding-top: 28px;
        padding-bottom: 20px;
        min-height: unset;
        box-shadow: 7px 8px 4px 1px rgb(0 0 0 / 20%);
    }
    .wrap__link-to .__inner {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
    }
    .link-to__text {
        flex: unset;
        width: 100%;
    }
    .wrap__link-to.--first {
        background-image: url(../images/bg-link-01-sp.png);
    }
    .wrap__link-to.--second {
        background-image: url(../images/bg-link-02-sp.png);
        background-position: left top;
        padding-top: 45px;
    }
    .wrap__link-to p,
    .wrap__link-to span,
    .wrap__link-to span.ct,
    .link-to__text ul li,
    .wrap__link-to.--second .__inner-img span {
        font-size: 18px;
    }
    .wrap__link-to.--second .__inner {
        justify-content: center;
    }
    .wrap__link-to.--second {
        min-height: unset;
    }
    .home-link .cloud-img.five,
    .home-link .cloud-img.six {
        display: none;
    }
    .cloud-img.first {
        width: 400px;
        right: -200px;
        top: 9%;
    }
    .cloud-img.third {
        width: 300px;
        right: -150px;
    }

.topix-link.--five {
					   display: block;
								text-indent: -9999px;
        width: 311px;
        height: 78px;
        background: url(../images/btn-09.png) no-repeat 0 0;
        background-size: 311px;
        max-width: unset;
    }
				    .topix-link.--five:hover {
        width: 311px;
        height: 78px;
        background: url(../images/btn-09.png) no-repeat 0 -78px;
        background-size: 311px;
    }



}
/* end breakpoint 1024px */

@media only screen and (max-width: 768px) {
    .cloud-img.third {
        top: 50%;
    }
    .cloud-img.second {
        top: 38%;
    }
    .cloud-img.first {
        top: 5%;
    }
    .home-link {
        padding-bottom: 0px;
    }
    .wrap__link-to.--second .__inner-img {
        margin-bottom: 45px;
    }
    
    .wrap__link-to.--first {
        padding: 25px 25px 25px 25px;
    }
    .pd-header {
        padding-top:    45px !important;
    }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .hero-home__inner img:nth-child(2) {
        width: 80%;
    }
    .hero-home__inner img:nth-child(3) {
        width: 50%;
    }
    .hero-home__inner img.sp {
        max-width: 90%;
    }
    .hero-home__inner p.big {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .hero-home__inner p {
        font-size: 14px;
    }
    .hero-home__inner h3 {
        font-size: 16px;
        width: 100%;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .activities__inner .__text {
        width: 100%;
    }
    .activities__inner .__text h3 {
        display: none;
    }
    .activities__inner .__text p {
        font-size: 14px;
        margin-right: 0;
    }
    .activities__inner img {
        max-width: 92%;
    }
    .activities__inner {
        padding: 0px 0px 20px 0px;
    }
    .saezuri {
        font-size: 16px;
    }
    .topix-block{
        padding: 30px 20px 40px;
        margin-bottom: 45px;
    }
    .section-title p {
        font-size: 14px;
    }
    .topix-block img.img-center {
        /*max-width: 200px;*/
        width: 114px;
        height: auto;
        margin-top: 20px;
    }
    .saezuricafe__block.topix-block img.img-center {
        max-width: 70%;
        min-width: 200px;
    }
    .topix-event li {
        flex-wrap: wrap;
        row-gap: 4px;
        padding-top: 60px;
        position: relative;
        padding-bottom: 8px;
    }
    .topix-event__title {
        padding-left: 0px;
    }
    .topix-event__title a,
    .topix-event li .date {
        font-size: 16px;
    }
    .topix-event li .topix-cat {
        left: 0px;
        top: 30px;
        position: absolute;
        font-size: 18px;
        min-width: 140px;
    }
    .saezuricafe__intro h2 {
        font-size: 30px;
        padding-bottom: 10px;
    } 
    .wrap-header__bt {
        justify-content: center;
        flex-wrap: wrap;
    }
    .topix-info li .__thumb {
        width: 100%;
    }
    .topix-info li {
        margin-bottom: 60px;
    }
    .topix-info li .__thumb img {
        width: 100%;
    }
    .topix-block .section-title img {
        width: 114px;
    }
    .event-other__list {
        margin: 30px 0px;
    }
    .section-title.--small h2 {
        font-size: 20px;
    }
    .topix-block::after {
        max-width: calc(100% - 12px);
    }
    .event__item-row {
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }
    .event__item-row .__thumb {
        flex: unset;
        width: 100%;
    }
    .event__item-row.--row-reverse .__thumb{
        margin-bottom: 50px;
    }
    
    .saezuricafe__block .event__item-row .__thumb {
        width: 86%;
        margin: 0 auto;
    }
    .event__item-row .__thumb img {
        max-width: 100%;
								height: auto;
    }
    .event__item-row {
        margin-top: 30px;
    }
    .event__item-row .__desc.has-icon::after {
        bottom: 104%;
    right: -12px;
        z-index: 1;
        width: 60px;
        height: 50px;
    }
    .event__item-row .__thumb.has-icon::after {
        width: 60px;
        height: 50px;
        left: -17px;
        top: -17px;
    }
    .topix-block .__inner-title {
        font-size: 20px;
        padding: 30px 0px 20px;
    }
    .topix-block__link-bt {
        font-size: 16px;
        margin-top: 20px;
    }
    .instagram__img li {
        width: calc(100%/2 - 5px);
    }
    .instagram__img {
        row-gap: 24px;
    }
    .instagram {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .news__list {
    gap: 10px;
    }
    .news__list li .__title a {
        font-size: 18px;
        padding-top: 10px;
        text-align: left;
    }
    .news__list.instagram__img li {
        width: calc(100%/2 - 14px);
    }
    .news__list li .__thumb {
        /*height: 160px;*/
    }
    
    .news__list li .__thumb img {
        height: auto;
    }
    .news__other li a {
        font-size: 18px;
    }
    .news__other {
        row-gap: 8px;
    }
    .news__other li {
        width: 100%;
    }
    .news__other li:nth-child(2n) {
        width: 100%;
        margin-left: 0;
    }
    .header__logo img.logo-sp__page {
        max-width: 190px;
    }
    .saezuricafe__eyecatch .cloud-first  {
        top: -68px;
        right: -15px;
        width: auto;
    }
    .saezuricafe__intro img:last-child {
        max-width: 70%;
    }
    .saezuricafe__eyecatch .--top {
        top: 23%;
        left: 6px;
        width: 70px;
    }
    .saezuricafe__block .event__item-row {
        margin-top: 10px;
    }
    .event__item-row .__desc h3 {
        font-size: 20px;
    }
    a.link-box {
        padding: 16px 10px 10px;
    }
    a.link-box p {
        margin-top: 6px;
        margin-bottom: 8px;
    }
    .wrap-saezuricafe__link {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .saezuricafe__block {
        margin-bottom: 30px;
    }
    .opening-hours .bird-ab {
        left: 0px;
        top: -34px;
        min-width: 150px;
    }
    .opening-hours.topix-block.--right::after {
        background-image: url(../images/bg-block-sp.png);
    }
    .opening-hours {
        padding: 60px 0px;
        margin-bottom: 40px;
    }
    .open-hour__inner {
        flex-wrap: wrap;
    }
    .open-hour__inner {
        align-items: flex-start;
        row-gap: 20px;
        justify-content: flex-start;
    }
    .open-hour__inner .__text {
        padding-top: 0px;
        width: 100%;
    }
    .open-hour__inner .__img {
        max-width: 80px;
        margin: 0 auto;
    }
    .open-hour__inner .__text h3, .open-hour__info p {
        font-size: 20px;
    }
    .open-hour__inner .__text > p, .open-hour__info a {
        font-size: 16px;
    }
    .open-hour__frame iframe {
        width: 100%;
        height: 145px;
    }
    .open-hour__inner {
        margin-top: 26px;
        flex-direction: column;
    }
    .open-hour__inner .__text {
        display: flex;
        flex-direction: column;
    }
    .open-hour__inner .__text .order-02__sp {
        order: 2;
    }
    .open-hour__inner .__text .open-hour__info {
        order: 3;
        padding-bottom: 0px;
        padding-top: 20px;
        row-gap: 10px;
    }
    .question__icon {
        width: 50px;
    }
    .questions {
        padding-bottom: 60px;
    }
    .questions .cloud-first {
        max-width: 360px;
        top: 267px;
        left: unset;
        right: -142px;
    }
    .questions .cloud-second {
        max-width: 360px;
        right: unset;
        left: -70px;
    }
    .cate-tags {
        padding: 60px 0px;
    }
    
    .cate-tags .item a {
        font-size: 16px;
        width: 100%;
    }
				
    .cate-tags {
        display:block;
        justify-content: flex-start;
        gap: 10px;
								flex-direction: column;
        row-gap: 10px;
        padding-top: 0;
    }
    .cate-tags.event {
        padding-top: 50px;
    }
    .cate-tags li {
					width: 100%;
				}
				
    .article-blog__item .thumb img {
					max-width: 100%;
					height: auto;
        /*height: 220px;*/
    }
				.article-blog__item .thumb .cat-new__item img {
					display: block;
				}
    .article-blog__item .text {
        padding-top: 10px;
    }
    .article-blog__item .text .__title a, .article-blog__item .text span {
        font-size: 18px;
    }
    .article-blog__item {
        /*width: calc(100%/2 - 7.5px);*/
								width: 100%;
								margin-bottom: 40px;
    }
    .wrap-pagination a {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .wrap-pagination {
        gap: 0px;
    }
    .block-category__link .link-box p {
        font-size: 14px;
    }
    .cat-new__item img {
        display: none;
    }
    .cate-aside h3 {
        font-size: 22px;
    }
    .single__link-next {
        justify-content: center;
        gap: 60px;
        padding: 25px 0px 20px;
        font-size: 16px;
    }
    .category__block{
        margin-bottom: 60px;
    }
    .block-category__link {
        padding-bottom: 60px;
    }
    .content__single-detail {
        padding: 20px 20px;
    }
    .content__single-detail h2 {
        font-size: 24px;
    }
    .single__date span {
        font-size: 20px;
    }
    .single__date a {
        font-size: 20px;
        padding: 0px 40px;
    }
    .content__single-detail figure {
        margin-top: 20px;
    }
    .content__single-detail p {
        margin-top: 20px;
        font-size: 14px;
    }
    .single__date {
        gap: 28px;
    }
    .wrap__article-blog.row .article-blog__item {
        flex-wrap: wrap;
    }
    .category__block.topix-block .container-1200 {
        padding: 0px 25px;
    }
    .row .article-blog__item .text {
        padding-left: 16px;
    }
    .article-blog__item .text p {
        font-size: 14px;
        padding-top: 6px;
    }
    .wrap__article-blog.row .article-blog__item .thumb img {
        height: 160px;
    }
    .article-blog__link a {
        font-size: 20px;
        padding: 0px 30px;
    }
    .wrap__article-blog.row .article-blog__item .text span img {
        width: 60px;
    }
    .wrap__article-blog.row .article-blog__item .text span  {
        gap: 10px;
    }
    .row .article-blog__item .thumb {
        width: 200px;
    }
    .row .article-blog__item .text .__title a {
        padding-top: 2px;
    }
    .wrap-pagination {
        padding-top: 45px;
    }
    .category__block {
        padding-top: 45px;
        margin-top: 20px;
    }
    .history__inner-content ul li h4 {
        width: 100%;
        font-size: 20px;
    }
    .history__inner-content ul li p {
        font-size: 16px;
        padding-left: 0px;
    }
    .history__inner-content ul li {
        padding-left: 40px;
    }
    .history__inner-content ul li::after {
        left: 0px;
    }
    .history__inner-content ul li p::after {
        left: -51px;
        top: -28px;
    }
    .histoty__box {
        margin-top: 100px;
    }
    .histoty__img-ab-01 {
        bottom: calc(100% + 45px);
    }
    .histoty__box .title h3 {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }
    .histoty__box .title {
        position: relative;
        padding: 20px 30px;
        justify-content: center;
    }
    .histoty__box .title img {
        position: absolute; 
    }
    .histoty__box .title img.img-01 {
        max-width: 63px;
        bottom: 5px;
        left: 5px;
    }
    .histoty__box .title img.img-02 {
        width: 30px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .dantaigaiyo-sun {
        width: 100px;
        top: 60px;
    }
    .title-page {
        font-size: 20px;
    }
    .dantaigaiyo-cloud-02 {
        width: 400px;
        right: -200px;
    }
    .dantaigaiyo-cloud-03 {
        width: 400px;
        left: -300px;
        top: 75%;
    }
    .wrap-content__page {
        padding-top: 40px;
    }
    .company-info__box {
        margin-top: 25px;
    }
    .privacy__content-box {
        padding: 50px 30px;
    }
    .privacy__item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .privacy__item p {
        font-size: 16px;
    }
    .privacy__cloud-01 {
        width: 400px;
        top: 15px;
    }
    .privacy__cloud-02 {
        top: 11%;
        min-width: 300px;
    }
    .privacy__cloud-03 {
        min-width: 300px;
        left: unset;
        right: -100px;
        bottom: 30%;
    }
    .hero-home__inner img.img-ct-width {
        width: 70%;
    }
    .hero-home::after {
        height: 103%;
    }
    .home-saezuri__link {
        justify-content: flex-start;
        flex-direction: column;
    }
    .home-saezuri__link li:nth-child(2) {
        margin-top: -65px;
        margin-left: auto;
    }
    .cloud-img.second {
        width: 375px;
        left: -150px;
    }
    .home-saezuri__link li:nth-child(3) {
        margin-top: -86px;
        margin-left: -20px;
    }
    .home-saezuri__link li:nth-child(4) {
        margin-top: -24px;
        margin-left: auto;
    }
    .company-info__box h3 {
        font-size: 22px;
    }
    .hero-home .__img-ab.--bt {
        top: 120px;
    }
    .saezuricafe__item p {
        font-size: 14px;
        margin-top: 10px;
        padding-left: 4px;
        line-height: 1.8;
        font-weight: 500;
    }
    .saezuricafe__item {
        margin-bottom: 35px;
    }
    .saezuricafe__item:last-child img.sp {
        width: 85%;
    }
    .saezuricafe__item.--second img.position-ab {
        width: 40%;
        top: 0px;
        right: -60px;
        z-index: 1;
    }
    .saezuricafe__item.--third img.position-ab {
        display: none;
    }
    .saezuricafe__item img {
        width: 60%;
    }
    .saezuricafe__item.--first img.position-ab {
        left: 65%;
        width: 20%;
        min-width: 100px;
        top: 0px;
    }
    .saezuricafe__intro {
        margin-bottom: 45px;
        margin-top: 0px;
    }
    .saezuricafe__eyecatch .section-title img,
    .section-title img.sp-1024 {
        transform: translateX(10%);
    }
    .our-activities {
        padding-top: 0px;
    }
    .topix-block .container {
        padding: 0px;
								max-width: none;
    }
    .btn-img,
    .topix-link.--one,
    .topix-link.--two,
    .topix-link {
        max-width: 220px;
    }
    .wrap__btn-img {
        margin-top: 20px;
        margin-bottom: 40px;    
    }
    .wrap__contact-info {
        margin-bottom: 20px;
    }

    .topix-event {
        margin-top: 0;
        margin-bottom: 50px;
								display: block;
    }
				.topix-event li {
					  display: block;
				}
				.topix-event li .new {
					position: absolute;
					top: 24px;
					left: 150px;
				}
				.topix-event li .new img {
				width: 65px;
				height: auto;
				margin-top:9px;
				}
				.topix-event__title a {
					display: block;
				}
    .wrap__link-to {
        margin-bottom: 45px;
    }
    .wrap__link-to.--second {
        padding-top: 35px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }
    .wrap__link-to.--second .__inner-img {
        padding-right: 0px;
        gap: 3px;
    }
    #back-to-top {
        width: 45px;
        height: 45px;
    }
    
    .ptop img {
    width: 40px;
    height: 40px;
    }
    
    .btn-floating {
      top: unset;
      left: unset;
      right: 0;
      bottom: 50px;
    }
    
    .topix-block {
    margin-top: 0;
    }
    
    .section-title h2.topTopix {
    padding-top: 0;
    }
    
    .topix-info li .__desc .date img {
    width: 65px;
    }
    
    .section-title img.wata {
    padding-top: 20px;
    width: 128px;
    height: auto;
    }
    
    .f18 {
    font-size: 18px !important;
    }
    
    .section-title.--small h2 {
    padding-top: 20px;
    }
    
    .title-instagram span {
    font-size: 30px;
    }
    
    .instaWrap #sb_instagram {
    margin-top: 20px;
    }
    
    .instaWrap .img__inner.position-ab {
      left: 50px;
      top: 5px;
     }
     .instaWrap .img__inner.position-ab img {
     width: 65px;
     height: auto;
     }
     
     .wrap__link-to.--first p {
     font-weight: 700;
     }
     
     .koto {
     padding-top: 0;
     }
     
     .open-hour__info a.link {
     font-size: 16px;
     }
     
     .open-hour__info a {
     font-size: 24px;
     }
     .open-hour__info a span {
     font-size: 12px;
     }
     
     .topix-block.pd-header {
     padding-top: 45px !important;
     }
     
     .pager_wrap ul.pager li {
     margin: 0;
     }
     
     .content__single-detail figure img {
     max-width: 100%;
     height: auto;
     }
     
     .single__date a, .single__date span:nth-child(2) {
     font-size: 14px;
     }
     
     .cate-tags.collum .item a, .cate-tags.collum .cat-item a {
     font-size: 16px;
     }
     
     .archive {
     font-size: 16px;
     }
     .archive li {
     margin-bottom: 4px;
     }

     .cate-aside h3 {
     margin-bottom: 10px;
     }
     
     .cate-tags .item , .cate-tags .cat-item {
     margin-bottom: 16px;
     }
     .cate-tags .item a, .cate-tags .cat-item a {
     width: 100%;
     font-size: 16px;
     }
     
     .topix-block .section-title img.usagi {
     width: 80px;
     margin-top: -20px;
     margin-bottom: -30px;
     }
     
     .history__inner-content > p {
     font-size: 16px;
     }
     
     .section-title h2.title-page {
     font-size: 22px;
     }

.opening-hours .container {
padding: 0 30px;
}

.denwa {
margin-bottom: 30px !important;
color: #ec671c;
line-height: 1.4 !important;
font-size: 18px !important;
}

.denwa span {
font-size: 13px !important;
}
}
/* end breakpoint 768px */

@media only screen and (max-width: 479px) {
    .wrap__link-to.--second,
    .wrap__link-to {
        background-position: left;
    }
    .wrap__link-to.--second {
        padding-top: 120px;
    }
    .wrap__link-to.--second .__inner-img {
        padding-left: 0px;
    }
    .wrap__link-to.--second .__inner-img span {
        padding: 4px 10px ;
        width: 50%;
        text-align: center;
        max-width: 120px;
    }
    .cate-tags .item  {
        width: 100%;
    }
    .news__list li .__thumb {
        /*height: 120px;*/
    }
    .news__list li .__title a {
        font-size: 16px;
    }
    .news__other li a {
        font-size: 14px;
    }
    .news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .saezuricafe__eyecatch .cloud-first {
        max-width: 200px;
    }
    .saezuricafe__intro h2 {
        font-size: 24px;
    }
    a.link-box h3 {
        font-size: 20px;
    }
    .article-blog__item .thumb img {
        height: 160px;
    }
    .cat-new__item a {
        padding: 0px 20px;
        font-size: 16px;
    }
    .cat-new__item {
        top: -13px;
    }
    .wrap__article-blog {
					display: block;
					width: 100%;
        row-gap: 50px;
    }
    .cate-tags {
        padding-top: 50px;
    }
    .cate-tags.tp {
        padding-top: 0;
    }
    .single__date {
        gap: 18px;
    }
    .single__date {
        flex-wrap: wrap;
        row-gap: 6px;
    }
    .content__single-detail h2 {
        font-size: 18px;
    }
    .row .article-blog__item .thumb {
        width: 120px;
    }
    .wrap__article-blog.row .article-blog__item .thumb img {
        height: 120px;
    }
    .article-blog__link a {
        font-size: 16px;
        padding: 0px 20px;
    }
    .history__inner-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .privacy__item h4 {
        font-size: 16px;
    }
    .privacy__item p {
        font-size: 15px;
    }
    .privacy__content-box small {
        font-size: 15px;
    }
    .question__title {
        gap: 5px;
    }
    .question__bt {
        padding: 10px;
    }
    .hero-home .__img-ab.--bt img {
        width: 140px;
    }
    .hero-home .__img-ab.--bt {
        right: 14px;
    }
    .question__item:not(:first-child) {
        margin-top: 20px;
    }
    .opening-hours .container {
        padding: 0px 30px 0 50px;
    }
    .saezuricafe__item.--second img.position-ab {
        top: -10px;
        right: -50px;
        width: 45%;
    }
    .saezuricafe__item.--first img.position-ab {
        left: 60%;
        width: 20%;
        min-width: 100px;
        top: -7px;
    }
    .open-hour__info p {
        font-size: 15px;
    }
    .open-hour__frame iframe {
        margin: 0px;
    }
    .section-title h2 {
        font-size: 22px;
    } 
    .topix-block .section-title img.ct-width {
        max-width: 100px;
    }
    .wrap__link-to .__inner-img img {
        width: 60%;
    }
    .wrap__link-to p, .wrap__link-to span, .wrap__link-to span.ct, 
    .link-to__text ul li,
    .wrap__link-to.--second .__inner-img span {
        font-size: 16px;
    }
    .wrap__link-to span {
        padding-left: 10px;
    }
    .wrap__link-to .__inner-img {
        margin-bottom: 22px;
    }
    .wrap__link-to.--second .__inner-img {
        margin-bottom: 10px;
        justify-content: flex-start;
    }
    .wrap-menu__info p {
        font-size: 14px;
    }
    .wrap-menu__info span {
        font-size: 16px;
    }
    .wrap-menu__info img {
        max-width: 90%;
    }
    .wrap__menu-mobile {
        padding-bottom: 50px;
    }
}
/* end breakpoint 479px */


@media only screen and (max-width: 375px) {
   
    .wrap__link-to.--first  {
        padding: 80px 20px 20px 20px;
    }
    .wrap__link-to .__inner-img img {
        width: 100%;
    }
    .saezuricafe__intro h2 {
        font-size: 20px;
    }
    .header__bt {
        padding: 2px 26px;
        width: 100%;
        text-align: center;
        padding: 6px 10px;
    }
    .header-social__link img {
        max-width: 40px;
    }
    .article-blog__item .thumb img {
        /*height: 120px;*/
								max-width: 100%;
								height: auto;
    }
    .row .article-blog__item .text {
        padding-left: 0px;
    }
    .row .article-blog__item .thumb{
        width: 100%;
    }
    .wrap__article-blog.row .article-blog__item .thumb img {
        height: 180px;
    }
    .wrap__article-blog.row .article-blog__item .text{
        padding-top: 10px;
    }
    .privacy__content-box {
        padding: 50px 15px;
    }
    a.link-box h3 {
        font-size: 16px;
    }
    .hero-home__inner p.big {
        font-size: 14px;
    }
    .hero-home .__img-ab.--bt {
        top: 110px;
        right: 10px;
    }
    .saezuricafe__item.--second img.position-ab {
        width: 56%;
    }
    .saezuricafe__item.--first img.position-ab {
        top: -10px;
    }
    .home-saezuri__link {
    margin-left: 20px;
    }
    .home-saezuri__link li:nth-child(1) {
        width: 60%;
    }
    .home-saezuri__link li:nth-child(2) {
        width: 70%;
        margin-top: -45px;
    }
    .home-saezuri__link li:nth-child(3) {
        width: 60%;
        margin-top: -66px;
    }
    .home-saezuri__link li:nth-child(4) {
        width: 70%;
    }
    .cloud-img.second {
        width: 320px;
    }
    .cloud-img.third {
        width: 200px;
        right: -50px;
        top: 53%;
    }
    
    .tel-link {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 320px) {
    .saezuricafe__eyecatch .--top {
        top: 19%;
    }
    .hero-home .__img-ab.--bt img {
        width: 90px;
    }
    .event__item-row .__desc h3 {
        font-size: 17px;
    }
}
/* end breakpoint 360px */