@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
body {
	background-image: url("/images/bgimg02.jpg");
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
.pgright {
    text-align: end;
}
.fright {
	float: right;
	margin-left: 1em;
}
.fleft {
	float: left;
	margin-right: 1em;
}
.fcenter {
	margin: 0 25%;
}
.freqimg50 {
	margin-left: -50px;
}
.freqimg25 {
	margin-left: -25px;
}
.freqtop50 {
	margin-top: -50px;
}
.freqtop25 {
	margin-top: -25px;
}
a {
	color: #fff;
	text-decoration: none;
}
.nowrap {
	display: inline-block;
}
/*.bodycopy {
	display: block;
	margin: 1em 2em;
}*/
/*ヘッダー*/
#top #mainheader {
	width: 100%;
	background-image: url("/images/takezao_bg.png");
	background-repeat: repeat-x;
	background-position: left 0 top 8px,center;
	z-index: 100;
	position: absolute;
}
#top #mainheader img {
	padding: 8px 30px;
}
#contents #header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-image: url("/images/takezao_bg.png"),url("/images/bgimg01.jpg");;
	background-repeat: repeat-x;
	background-position: left 0 top 2px,center;
	background-size: 30%,auto;
}
#contents #header img[src*="flag01"] {
	width: 50%;
	max-width: 200px;
	margin-top: 2px;
	margin-left: 10px;
}
#contents #header img[src="images/shopping/sec_pageimg.png"] {
	width: 100%;
}
#mainmenu {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 110;	
}
#mainmenu:not(.fiexd_menu) {
	display: block !important;
}
#saratuki #mainmenu:not(.fiexd_menu) {
	display: none !important;
}
.fiexd_menu {
	position: fixed !important;
	right: 10px !important;
	max-width: 200px !important;
}
#top #mainmenu {
	width: 60%;
	max-width: 600px;
}
#contents #mainmenu {
	width: 50%;
	max-width: 250px;
}
#mainmenu img[src*="flag_bu01"] {
	width: 33.33334%;
}
#mainmenu img[src*="flag_bu02"] {
	width: 32.83334%;
	margin-left: -4.16667%;
}
#mainmenu img[src*="flag_bu03"] {
	width: 44.16666%;
	margin-left: -8.33334%;
}
#contents #mainmenu {
    height: auto;
}
#mainmenu img {
	vertical-align: bottom;
}
/*スライダー*/
.swiper-container .swiper-slide {
    position: relative;
	z-index: 10;
	background: url(/images/bgimg01.jpg);
}
.swiper-container .swiper-slide .swiper-slide-content {
    position: absolute;
    width: 100%;
    top: 100vh;
    left: 0;
    opacity: 0;
    transition: all 3s ease 0s;
    color: #fff;
    font-size: 2rem;
    background: linear-gradient(to top, #000, transparent);
    padding: 2em 100px;
}
.swiper-slide-content a {
	padding: 0 1em;
	border: #fff solid 1px;
	background: #007bff;
	color: #fff;
}
.swiper-container img {
	max-width: inherit;
	min-height: 100vh;
	max-height: 100vh;
	transform: translateX(calc(50vw - 50%));
	vertical-align: top;
}
/*ニュース*/
.news-container {
	background: url("/images/bgimg01.jpg");
}
.news-containerdeco {
	background: url("/images/nami_bg.png");
	background-repeat: repeat-x;
	height: 70px;
	opacity: 40%;
}
.news-container .row {
	margin: 50px 0;
}
#newsbox {
	background: #fff;
	border-radius:16px;
	margin: 50px auto 0;
	padding-bottom: 1em;
}
#newsbox {
	color: #2E4F7C;
}
#newsbox a {
	color: #F02124
}
#newsbox h3 {
	padding: 1em 40px 0.5em 0;
	text-align: center;
	letter-spacing: 0.8em;
}
#newsbox li {
	list-style: none;
	margin: 1em 40px 0.5em 0;
	border-bottom: dotted 0.8px;
}
/*コンテンツ*/
.shop-container {
	width: 95%;
	max-width: 1900px;
	margin: 0 auto;
}
.shop-container .photo_area,
.shop-container .copy_area {
	width: 100%;
}
.shop-container .copy_area h2 {
	margin: 0;
}
.link_title {
	clear: both;
	color: #4577ba;
	font-size: 1.3em;
	margin: 0;
	padding-top: 1em;
}
.link_btn {
	position: relative;
	max-width: 500px;
	background: url("/images/btn_namibg.png") no-repeat left -60% center #4577ba;
	font-size: 1.3em;
	text-align: center;
	margin: 0;
	padding: 8px;
}
.link_btn a {
	display: block;
	min-height: 120px;
	border: dashed 1px #8aa5ca;
}
.link_btn a span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
#sara {
	margin: 40px 0 80px;
}
#contents .shop-container h2 {
	margin-bottom: .5em;
}
#contents .shop-container h2 img {
	vertical-align: middle;
	margin-top: -.2em;
	margin-right: .5em;
}
h4.sec_main {
	width: 200px;
	color: #fff;
	height: 190px;
	text-align: center;
	line-height: 1.1;
	font-size: 3em;
	margin: 0 auto;
	padding: 40px 10px;
}
h4.sec_main.bg01 {
	background: url("/images/sec_bgimg01.png") no-repeat left 8px center;
	background-size: 90% auto;
}
h4.sec_main.bg02 {
	background: url("/images/sec_bgimg02.png") no-repeat left 8px center;
	background-size: 90% auto;
}
#originaru-item h3,#ikaturi-item h3  {
	clear: both;
	color: #457780;
	text-align: center;
	line-height: 1.2;
	font-size: 3em;
	margin: 60px 0 .2em;
}
#originaru-item h4 {
	color: #FA2112;
	font-weight: 600;
	font-size: 1.5em;
	margin: 20px 0 10px 0;
	text-align: center;
}
#originaru-item .copy {
	width: 60%;
	min-width: 300px;
	margin: 0 auto 30px;
}
.originphoto {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65vh;
	max-height: 610px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:16px;
	margin: 0 auto;
}
.gyoran {
	background-image: url("/images/shopping/gyoran_img.jpg");
}
.kaisanduke {
	background-image: url("/images/shopping/kaisenduke_img.jpg");
	background-position: left;
}
.kani {
	background-image: url("/images/shopping/kani_img.jpg");
}
.ika {
	background-image: url("/images/shopping/ika_img.jpg");
	background-position: right;
}
.originphoto img {
	max-height: 85%;
}
/*沙羅の月*/
#saratuki #sara_title {
	position: relative;
	height: 90vh;
	background: url(/images/saratuki/sara_bg.jpg) center;
}
#saratuki #sara_title img {
	position: absolute;
}
.Limg {
	bottom: -10vh;
	left: 0;
	z-index: 3;
	width: 80%;
	max-width: 887px;
}
.Rimg {
	top: 0;
	right: 0;
	width: 45%;
	max-height: 90vh;
}
.Cimg {
	z-index: 5;
	top: 10%;
	right: 48%;
	width: 20%;
	max-width: 230px;
}
#saratuki #maincontents {
	width: 95%;
	max-width: 1737px;
	margin: 13vh auto 100px;
}
.sara_kositu {
	padding: 0;
}
.sara_kositu li {
	display: inline-block;
}
/*フッター*/
#footertop {
	height: 87px;
	background: url("/images/footer_bg.png");
	background-repeat: repeat-x;	
}
#footer {
	background: url("/images/bgimg01.jpg");
	color: #fff;
	padding: 20px 0;
}
#footer .footer_menu {
	width: 80%;
	margin: 0 auto 80px;
}
#footer .footer_menu ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	list-style: none;
	padding: 0;
}
#footer .footer_menu ul strong {
	display: block;
	font-size: 18px;
	margin-bottom: 1em;
}
#footer .footer_menu ul a {
	display: block;
	margin-bottom: .8em;
	padding: .2em 0;
}
#footer .footer_menu ul a:hover {
	background-color: rgba(0,0,0,0.4);
	padding-left: 1em;
}
#cominfobox {
	display: table;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	width: 100%;
	padding: 0 15px;
}

@media (min-width: 768px){
	#header {
		height: 400px;
	}
	#top #mainmenu {
		width: 50%;
	}
	h4.sec_main {
		float: left;
		margin: 0 0 0 -15px;
	}
	#originaru-item h3 img {
		vertical-align: middle;
		margin: 0 15px;
	}
	#footer .footer_menu ul {
		display: inline-block;
		width: 48%;
	}
}
@media (min-width: 1025px){
	#header {
		height: 400px;
	}
	.shop-container {
		font-size: 1.2em;
	}
	.shop-container .copy_area {
		margin-left: 50px;
	}
	.shop-container .copy_area h2 {
		padding-left: 10%;
	}
}
@media (min-width: 1024px){
	.row {
		display: -ms-flexbox;
		display: flex;
	}
	#top #mainmenu {
		width: 38%;
		right: 50px;
	}
	#newsbox {
		width: 60%;
		min-height: 80%;
	}
	.shop-container {
		position: relative;
	}
	#top .shop-container {
		min-height: 100vh;
	}
	.shop-container .photo_area {
		margin-left: -2%;
	}
	.shop-container .copy_area {
		min-width: 450px;
	}
	.shop-container .photo_area .inner,
	.shop-container .copy_area .inner {
		position: relative;
		top: 45%;
		transform: translateY(-50%);
	}
	.link_title {
		font-size: 1.6em;
		padding-top: 2.5em;
	}
	.link_btn {
		font-size: 1.5em;
	}
	#footer .footer_menu {
		display: flex;
		min-width: 950px;
	}
	#footer .footer_menu .foot_other_menu {
		border-left: 1px #fff solid;
		padding-left: 2em;
	}
	#cominfobox h3 {
		margin-top: 0;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 1024px){
	#header {
		height: 35vh;
		min-height: 200px;
		max-height: 250px;
	}
}
@media (max-width: 1023px){
	iframe {
		display: block;
		margin: 0 auto 1em;
	}
	#top .shop-container {
		margin-bottom: 3em;
	}
	#top .link_title {
		text-align: center;
	}
	#top .link_btn {
		margin: 0 auto;
	}
	a.scroll {
		display: none;
	}
	#cominfobox img {
		float: none;
	}
	/*沙羅の月*/
	#saratuki #sara_title {
		height: 100vh;
	}
	.Cimg {
		top: 15%;
		right: 60%;
		width: 25%;
	}
	.Limg {
		bottom: 0;
	}
	#saratuki #maincontents {
		margin: 30px auto;
	}
}
@media (max-width: 767px){
	.tb_hidden {
		display: none;
	}
	body {
		font-size: 15px;
	}
	#mainmenu.fiexd_menu {
		display: none !important;
	}
	.link_btn {
		background: url("/images/btn_namibg.png") no-repeat left -60% center #4577ba;
	}
	#originaru-item h3 {
		font-size: 2.5em;
		margin-top: 30px;
	}
	/*沙羅の月*/
	.Rimg {
		width: 70%;
		max-width: 250px;
	}
	.Cimg {
		top: 35%;
		left: 15%;
		width: 25%;
	}
	.Limg {
		width: 100%;
	}
	#cominfobox {
		text-align: center;
	}
}
/* 次のコンテンツへスクロール */
.swiper-container a.scroll {
	color: #fff;
}
.swiper-container a.scroll::after {
	background: #fff;
}
a.scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 200;
	transform: translateX(-50%);
	overflow: hidden;
	color: #4577ba;
	font-size: 13px;
	letter-spacing: .2em;
	padding: 10px 10px 60px;
}
a.scroll::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 60px;
	background: #4577ba;
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {
		opacity: 1;
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	30% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	30.1%, 70% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		opacity: 0;
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}