@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-pageTitle__subTitle{
	display:none;
}

.instagramfeed #sb_instagram .sbi_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.ibusuki_furusato{
	padding:3em 5px;
	text-align:center;
}
.instagramfeed{
	padding:3em 0;
}



.sponsorship_banner{
	padding:3em 5px;
}

.sponsorship_bnner_in img{
	margin:0 auto;
}

.top-nav2 .sponsorship_bnner_in ul > li{
	margin:0 5px;
}
.sponsorship_bnner_in a{
	display:inline-block;
}


@media (max-width: 1200px){
	.h-english-site{
		display:none;
	}

	img{
		/* SPの長押し禁止 */
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-touch-callout:none;
		-moz-user-select:none;
		user-select:none;
		/*pointer-events: none;*/
	}

}