@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'FontAwesome';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

a {
	color: #ff2f74;
	text-decoration: none;
}

a:focus {
	outline: none;
}

b {
	color: #ff2f74
}

strong {
	color: #0066FF;
}

h1 {
	padding: 5px 10px;
	font-size: 18px;
	font-size: 1.8rem;
}

.pure-img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}

.pure-button {
	/* Structure */
	display: inline-block;
	zoom: 1;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*csslint outline-none:false*/
.pure-button {
	font-family: inherit;
	font-size: 100%;
	padding: 0.5em 1em;
	color: #444;
	color: rgba(0, 0, 0, 0.80);
	border: 1px solid #999;
	border: none rgba(0, 0, 0, 0);
	background-color: #E6E6E6;
	text-decoration: none;
	border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.10)));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.10));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
}

.pure-button:focus {
	outline: 0;
}

.fa {
	margin-right: 5px;
}

.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

/*------------- レイアウト -------------*/
#page {
	min-width: 280px;
	margin: 0px auto;
	padding: 0 20px;
	background-image: url(https://aroma-sizuku.com/img/bg_l.jpg), url(https://aroma-sizuku.com/img/bg_r.jpg);
	background-position: left, right;
	background-repeat: repeat-y;
	overflow: hidden;
}

header {
	margin-bottom: 20px;
}

footer {
	clear: both;
}

#footer {
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	background: #ff6487;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#main {
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #FF9999;
	margin-bottom: 20px;
}

#header-nav {
	display: none;
}

@media screen and (min-width:1161px) {
	#page {
		max-width: 1120px;
	}

	#contents {
		float: left;
		width: 780px;
		overflow: hidden;
		margin-bottom: 20px;
		padding-left: 10px;
	}

	#side {
		float: right;
		width: 300px;
		padding-right: 10px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1160px) {
	#page {
		max-width: 920px;
	}

	#contents,
	#side {
		width: auto;
		padding: 0 10px;
	}
}

@media screen and (max-width:960px) {
	#page {
		background: none;
		padding: 0;
	}
}


@media screen and (min-width: 770px) {
	#menu {
		float: left;
		width: 200px;
	}

	#main {
		margin-left: 220px;
	}
}

@media screen and (max-width: 769px) {
	#header-nav {
		display: block;
		min-height: 44px;
		background-color: #ff6487;
	}

	#header-nav .header-menu {
		display: none;
	}

	.header-menu .sub-menu {
		display: none;
	}
}

/*------------- ヘッダ -------------*/
#head {
	height: 300px;
	background-image: url(https://aroma-sizuku.com/img/head.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
	position: relative;
}

#head h2 {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: rgba(255, 255, 255, 0.55);
	padding: 8px 5px;
	color: #06F;
}

header p {
	text-indent: 0;
	padding: 5px;
	color: #FFF;
	background-color: #fcaeae;
}

@media screen and (min-width:561px) and (max-width:730px) {
	#head {
		height: 250px;
	}

	#head h1 {
		margin-right: 35%;
	}
}

@media screen and (max-width:560px) {
	#head {
		height: 200px;
		background-size: 100% auto;
	}

	#head h1 {
		margin-right: 35%;
	}

	header p {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.3em;
	}
}

@media screen and (max-width:450px) {
	#head {
		height: 200px;
		background-size: auto 100%;
	}

	#head h2 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*------------- パンくずリスト -------------*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 10px 5px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	content: "";
	font-size: 14px;
}

.breadcrumbs li::before {
	padding: 0 4px 0 2px;
	content: url(https://aroma-sizuku.com/img/icon_bc.gif);
	font-size: 14px;
}

.breadcrumbs a {
	color: #09F;
	font-size: 12px;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}

/*------------- メニュー -------------*/
#menu {
	margin-bottom: 30px;
}

#menu a {
	display: block;
	padding: 10px;
	color: #F06;
	font-weight: bold;
}

#menu .title {
	display: block;
	padding: 10px;
	color: #F06;
	font-weight: bold;
	cursor: pointer;
	background-image: url(https://aroma-sizuku.com/img/icon_list.png);
	background-repeat: no-repeat;
	background-position: 7px 14px;
	padding-left: 24px;
}

#menu .title a {
	padding: 0px;
}

#menu ul {
	display: none;
}

#menu>li {
	background: -ms-linear-gradient(top, #f2f2f2, #ff9999);
	background: -moz-linear-gradient(top, #f2f2f2, #ff9999);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ff9999));
}

#menu>li>ul>li {
	background: #FFF4F4;
	border-bottom: 1px solid #FFDBDB;
}

@media screen and (max-width: 769px) {
	#menu {
		display: none;
	}

	#menu .title {
		float: left;
	}

	#menu .titlehome {
		float: none;
	}
}

/*------------- コンテンツ -------------*/
#main p {
	text-indent: 1em;
	margin-bottom: 1.5em;
}

#main h3 {
	margin-bottom: 10px;
	color: #ff2f74;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	background-image: url(https://aroma-sizuku.com/img/contents_title_l.gif), url(https://aroma-sizuku.com/img/contents_title_r.gif);
	background-repeat: no-repeat;
	background-position: top left, top right;
	height: 32px;
	padding: 10px 68px 0;
	white-space: nowrap;
}

@media screen and (max-width:480px) {
	#main h3 {
		background-size: 50px;
		padding: 25px 0px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*-- メイン広告 --*/
#main .ad a {
	display: block;
}

#main .ad a img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*--- トップ ---*/
#main .top {
	overflow: hidden;
	margin: 0 -5px 1.5em;
}

#main .top li {
	float: left;
	width: 50%;
}

#main .top dl {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF9999;
	border-radius: 3px;
}

#main .top dt {
	font-weight: bold;
	text-align: center;
	color: #0099FF;
	margin-bottom: 5px;
}

#main .top dd {
	overflow: hidden;
}

#main .top dd img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 7px;
}

.toparea {
	display: none;
}

@media screen and (max-width:479px) {
	#main .top {
		margin: 0;
	}

	#main .top li {
		float: none;
		width: 100%;
	}

	#main .top dl {
		padding: 5px;
		margin: 0 0 5px;
	}

	#main .top dt {
		text-align: left;
	}
}

@media screen and (max-width: 769px) {
	.toparea {
		display: block;
		margin-bottom: 20px;
	}

	.toparea ul {
		overflow: hidden;
	}

	.toparea li {
		float: left;
		width: 20%;
	}

	.toparea li a {
		display: block;
		height: 44px;
		line-height: 44px;
		text-align: center;
		margin: 2px;
		border: 1px solid #FCF;
		border-radius: 5px;
		box-shadow: 1px 0px 1px #CCC;
	}
}

/*--- 都道府県 ---*/
ul#area {
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}

ul#area li {
	float: left;
	width: 25%;
}

ul#area li a {
	display: block;
	background-image: url(https://aroma-sizuku.com/img/icon_city.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	color: #3399FF;
	line-height: 28px;
	white-space: nowrap;
	margin: 5px 0;
}

ul#area li a:hover {
	background-position: 0px -15px;
	color: #ff2f74;
}

@media screen and (max-width:639px) {
	ul#area li {
		width: 33.3%;
	}
}

@media screen and (max-width:459px) {
	ul#area li {
		width: 50%;
	}
}

/*--- 市区町村 ---*/
.cate_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ff9999;
}

.cate_list li:last-child {
	border: none;
	margin-bottom: 0;
}

.cate_list img {
	float: left;
	margin-right: 5px;
}

.cate_list dl {
	min-height: 80px;
}

.cate_list a {
	font-weight: bold;
	color: #3399FF;
}

.cate_list a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff2f74;
}

/*--- カテゴリー ---*/
ul.cate {
	overflow: hidden;
	margin-bottom: 1.5em;
}

ul.cate li {
	float: left;
	width: 50%;
	text-align: center;
}

ul.cate dl {
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	padding: 10px;
	border-radius: 3px;
}

@media screen and (max-width:480px) {
	ul.cate dl {
		margin: 5px 2px;
	}
}

@media screen and (max-width:480px) {
	ul.cate li {
		float: none;
		width: 100%;
	}

	ul.cate dl {
		margin: 0 0 10px;
	}
}

ul.cate dt {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.cate dd img {
	margin: 0 auto 5px;
}

ul.cate dd p {
	text-align: left;
	line-height: 1.5em;
	text-indent: 0;
	margin-bottom: 5px !important;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: justify;
}

ul.cate .pure-button {
	width: 100%;
	background-color: #09F;
	color: #fff;
}

/*------------- サイド広告 -------------*/

#side h4 {
	background: #ff6487;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0;
	margin-bottom: 10px;
}

.ads {
	margin: 20px 0;
	overflow: hidden;
}

.ads a {
	display: block;
}


/*
.ads a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/
.ads_box {
	width: 100%;
	height: auto;
	aspect-ratio: 300/250;
}

.ads_box_large {
	width: 100%;
	height: auto;
	aspect-ratio: 728/200;
}

.ads .inner img,
.ads_box_large img {
	max-width: 100%;
	height: auto;
}

.ads .inner div {
	max-width: 300px;
	margin: auto;
}

@media screen and (min-width:541px) {
	.ads .inner {
		float: left;
		width: 48%;
		margin: 1%;
		text-align: center;
	}
}

@media screen and (max-width:540px) {
	.ads .inner div {
		margin-bottom: 18px;
	}
}

@media screen and (min-width:1161px) {
	.ads.small {
		display: block;
	}

	.ads.middle {
		display: block;
	}

	.ads.large {
		display: none;
	}
}

@media screen and (min-width:541px) and (max-width:1160px) {
	.ads.small {
		display: none;
	}

	.ads.middle {
		display: block;
	}

	.ads.large {
		display: block;
	}
}

@media screen and (max-width:540px) {
	.ads.small {
		display: block;
	}

	.ads.middle {
		display: none;
	}

	.ads.large {
		display: none;
	}
}

/*duga*/
#movie {
	margin-bottom: 20px;
	border: 1px solid #ff6487;
	overflow: hidden;
}

#movie ul {
	overflow: hidden;
}

#movie li {
	float: left;
}

#movie li a {
	display: block;
	background: url(https://aroma-sizuku.com/img/icon_category.gif) no-repeat 0 8px;
	padding-left: 11px;
	white-space: nowrap;
	line-height: 1.8em;
}

#movie .image {
	width: 170px;
}

@media screen and (min-width:1161px) {
	#movie .image {
		margin: 0 auto;
		text-align: center;
	}

	#movie ul {
		margin-left: 5px;
	}

	#movie li {
		width: 25%;
	}
}

@media screen and (min-width:681px) and (max-width:1160px) {
	#movie .image {
		float: left;
		margin-right: 5px;
		margin-left: 5px;
	}

	#movie .image img {
		height: 50px;
	}

	#movie li {
		width: 16.6%;
	}
}

@media screen and (min-width:480px) and (max-width:680px) {
	#movie .image {
		margin: 0 5px 5px;
		text-align: center;
		float: left;
	}

	#movie li {
		width: 25%;
	}
}

@media screen and (max-width:479px) {
	#movie .image {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	#side .image img {
		height: 62px;
	}

	#movie ul {
		margin-left: 5px;
	}

	#movie li {
		width: 25%;
	}
}


#side .link {
	overflow: hidden;
}

#side .link a {
	display: block;
}

#side .link a img {
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#side .link li {
	margin-bottom: 5px;
}

#side .link li a::before {
	content: "・";
}

@media screen and (min-width:901px) and (max-width:1160px) {

	#side .link li {
		float: left;
		width: 50%;
	}

	#side .link li a {
		display: block;
		margin: 2px;
	}
}

/*--- サイトinfo ---*/
#site_image {
	text-align: center;
	margin-bottom: 20px;
}

#site_image .box {
	max-width: 600px;
	width: 100%;
	height: 100%;
	aspect-ratio: 600/315;
	margin:auto;
}

#site_image img {
	max-width: 100%;
	height: auto;
	box-shadow: 1px 2px 1px #CCCCCC;
	border: 1px solid #F6F6F6;
	box-sizing: border-box;
}

ul.site_data {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	white-space: nowrap;
	margin: 0 auto 20px;
	text-align: center;
	overflow: hidden;
}

ul.site_data li {
	float: left;
	width: 25%;
}

ul.site_data li em {
	display: block;
	margin: 2px;
	padding: 3px 10px;
	background-color: #FCC;
	color: #FFFFFF;
	border-radius: 3px;
}

ul.site_data li span {
	font-weight: bold;
	color: #ff3562;
	display: block;
}

dl.qr {
	margin-bottom: 20px;
}

dl.qr dt {
	background: url(https://aroma-sizuku.com/img/phoneto.gif) no-repeat 0 0px;
	padding-left: 12px;
	font-size: 12px;
	font-size: 1.2rem;
}

dl.qr dd img {
	border: 1px solid #666666;
}

@media screen and (max-width:769px) {
	ul.site_data {
		font-size: 12px;
		font-size: 1.2rem;
	}

	dl.qr {
		display: none;
	}
}

@media screen and (max-width:359px) {
	ul.site_data li {
		width: 50%;
		text-align: left;
	}

	ul.site_data li span {
		display: inline;
		margin-right: 2px;
	}

}

.move {
	text-align: center;
	margin: 0 5px 20px;
}

.move .pure-button {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ff6487;
	/*
	background-image: url(https://aroma-sizuku.com/img/arrow_site.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;*/
	border-radius: 5px;
	box-shadow: 2px 2px 2px #FFE3F1;
}

.move .pure-button:hover {
	color: #FFC;
}


#main h4 {
	background-color: #F4F4F4;
	background-image: url(https://aroma-sizuku.com/img/icon_speaker.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 30px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	border-radius: 2px;
	color: #36C;
}

/*------------- スクロールトップ -------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
}


.pc, .tab {display: none;}
@media screen and (min-width:1161px){
  .pc {display: block;}
  .sp {display: none;}
}
@media screen and  (min-width: 770px) and (max-width:1160px) {
  .tab {display:block;}
  .sp {display: none;}
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
header::after {
	content: url(https://aroma-sizuku.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#site_image::before {
	content: url(https://aroma-sizuku.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}


a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border: 1px solid;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}

a.pr-img-link {
	position: relative;
	display: inline-block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	padding: 0 3px;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 6px;
    height:20px;
    line-height:20px;
}
