@charset "utf-8";
/*
	Theme Name: トイステ
	Description: トイステのレスポンシブテーマ
	Theme URI: 
	Author: トイステ
	Author URI: 

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: "Noto Sans JP", sans-serif;
	color:#333333;
	font-size:62.5%;
	margin-top: 0 !important;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#FFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.8;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:48%;
	margin-left:4%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #FF0000;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}


/* Background FIX area
---------------------------------------*/
.wrap::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	/*z-index:-1;*/
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(images/bg_pc01.svg);
	background-size:cover;
}

@media screen and (max-width: 480px) {
	.wrap::before{
		background-image: url(images/bg_sp01.svg);
		/*background-size:100% 100%;*/
	}
}

.fixL{
	position: fixed;
	left: 12%;
	top: 40%;
	width: 20%;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.fixR{
	position: fixed;
	right: 20%;
	top: 10%;
	width: 15%;
	animation: floating-y 2.1s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
	0% {
		transform: translateY(-5%);
	}
	100% {
		transform: translateY(5%);
	}
}

@media screen and (max-width: 480px) {
	.fixL{
		left: 5%;
		top: 40%;
		width: 40%;

	}
	.fixR{
		right: 5%;
		top: 20%;
		width: 30%;
	}
}

/* header
---------------------------------------*/
.headerR{
	position: absolute;
	right: 3%;
	top: 4rem;
	z-index: 2;
}
.snsL{
	margin-right: 2rem;
	text-align: right;
}
.snsL .layout_flex{
	justify-content: flex-end;
}
.snsL div a img,.snsR div a img{
	height: 70px;
	width: auto;
	display: block;
}
.snsL div a,.snsR div a{
	display: block;
	margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
	.headerR{
		right: 2%;
		top: 2rem;
	}
	.snsL{
		margin-right: 0.7rem;
	}

	.snsL div a img,.snsR div a img{
		height: 35px;
	}
	.snsL div a,.snsR div a{
		margin-bottom: 0.7rem;
	}
}

/*--- 下層ページ用 ---*/
.header_logo_page{
	position: absolute;
	right: 5%;
	top: 3rem;
	width: 15%;
}
@media screen and (max-width: 480px) {
	.header_logo_page{
		right: 2%;
		top: 1rem;
		width: 25%;
	}
}

/* --- hamburger-menu --- */
.hamburger-menu{
	position: fixed;
	top: 3rem;
	left: 3%;
	z-index: 9999;
}
.ham_menu{
	margin-top: 3rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 45px;
    width: 40px;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 40px;
    border-radius: 3px;
    background-color: #002867;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 30%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 30%;
}
@media screen and (max-width: 480px) {
	.hamburger-menu{
		display: block;
	}
	.hamburger-menu{
		top: 2rem;
		left: 2%;
	}
}

/* footer
---------------------------------------*/
.Fnav_wrap{
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc((100% - 480px) / 2);
	z-index: 9999;
}
.Fnav_wrap .Fnav{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	display: flex;
}
.Fnav_wrap img{
	display: block;
}
.Fnav_wrap a{
	width: 20%;
	display: block;
}
@media screen and (max-width: 920px) {
	.Fnav_wrap{
		left: calc((100% - 480px) / 2);
		width: 480px;
	}
}
@media screen and (max-width: 480px) {
	.Fnav_wrap{
		width: 100%;
		left: 0;
	}
}

/*---- back-top ----*/
/* ボタンの指定 */
.js-backToTop{
	position: fixed;
	right: 20px;
	bottom: 85px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #000;
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #000;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 480px) {
	.js-backToTop{
		right: 2%;
		bottom: 20px;
	}
}


/* TOP PAGE
---------------------------------------*/
.top_wrap{
	width: 100%;
	height: 100vh;
}
/* --- top_logo --- */
.top_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 27%;
}
.top_logo img{
	width: 80%;
}
.top_logo{
	color: #FFF;
	font-weight: bold;
	font-size: 1.4vw;
	line-height: 1;
}
.top_logo .ttl{
	font-size: 2vw;
	margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
	.top_logo{
		position: absolute;
		top: 46%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 65%;
		font-size: 2.5vw;
		line-height: 1;
	}
	.top_logo img{
		width: 70%;
	}
	.top_logo .ttl{
		font-size: 3.5vw;
		margin-bottom: 1rem;
	}
}

/* --- Campaign --- */
.campaign{
	position: absolute;
	top: 5rem;
	left: 10%;
	width: 27%;
	z-index: 2;
}
.slick-dotted.slick-slider.top_slider{
	margin-bottom: 0;
}
.slide_lead{
	font-size: 2.4rem;
	font-weight: bold;
}
.slider01 .slick-dots{
	bottom: -90px;
	text-align: left;
}
.slider01 .img_box01{
	position: relative;
	padding-bottom: 35%; 
	height: 0;
	overflow: hidden;
}
.top_slider li{
	border-radius: 10px;
	border: 8px solid #E5EAF6;
	background-color: #e5eaf6;
}
.img_box01 .img_innner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.img_box01 .img_innner img{
	display: block;
	width: 100%;
}
.top_slider .slick-dots li{
	width: 20px;
	height: 20px;
	margin: 0;
	border: none;
}
.top_slider .slick-dots li button{
	width: 14px;
	height: 14px;
	padding: 0;
}
.top_slider .slick-dots li.slick-active button:before,
.top_slider .slick-dots li button:before{
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 1rem;
	color: #000;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #FFF;
}
.top_slider .slick-dots li.slick-active button:before{
	color: #000;
	opacity: 1;
}
.top_slider .slick-arrow{
	display: none !important;
}

.box01{
	margin-top: 0.7rem;
	justify-content: space-between;
}
.box01 .campaign_ttl{
	line-height: 1.4;
	width: 60%;
	font-weight: bold;
}

.box01 .campaign_ttl p,.blog .blogL p{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
			  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
			  0px 1px 0 #FFF,  0-1px 0 #FFF,
			  -1px 0 0 #FFF, 1px 0 0 #FFF;	
}
.box01 .btn01{
	width: 35%;
}
.box01 .btn01 a,.box01 .btn01 a img{
	display: block;
	margin-left: 4%;
}
@media screen and (max-width: 480px) {
	.campaign{
		position: absolute;
		top: 8rem;
		left: 2%;
		width: 65%;
		z-index: 2;
	}
	.slide_lead{
		font-size: 2rem;
	}

	.slider01 .slick-dots{
		bottom: -65px;
	}
	.box01 .campaign_ttl{
		font-size: 1.2rem;
	}
}
/* --- Blog＆New --- */
.blog{
	position: absolute;
	bottom: 5%;
	right: 3%;
	width: 54%;
	z-index: 2;
	align-items: flex-end;
}
.slider02 .slick-dots{
	bottom: -30px;
	text-align: left;
}
.slider02 .img_box01{
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
}
.slider02 li{
	position: relative;
}

.blog_ttl{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #3e3a39;
	padding: 1rem 0;
	border-radius: 0 0 7px 7px;
}
.loop_wrap {
    overflow: hidden;
	width: 100%;
 }

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
	line-height: 1;
    overflow: hidden;
	color: #79caf0;
	font-weight: bold;
  }
.loop_wrap div:nth-child(odd) {
animation: loop 10s -5s linear infinite;
}
@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
 }
.blog .blogL{
	color: #000;
	width: 50%;
	text-align: right;
	padding-right: 1.5rem;
	padding-bottom: 7rem;
	line-height: 1.4;
	font-weight: bold;
}
.blog .blogR{
	width: 50%;
}
.blog .blogR .btn01{
	display: flex;
	justify-content: flex-end;
	margin-top: 0.7rem;
}
.blog .blogR .btn01 a{
	display: block;
	width: 33.5%;
	position: relative;
}
.blog .blogR .btn01 a img{
	display: block;
	position: absolute;
	top: 0;
	right: -3.5%;
}
.sp01{
	display: none;
}
@media screen and (max-width: 480px) {
	.campaign{
		top: 6rem;
		width: 55%;
	}
	.blog{
		position: absolute;
		bottom: 14%;
		right: 2%;
		width: 90%;
		align-items: flex-end;
	}
	.blog .blogL{
		width: 42%;
		padding-right: 1.5rem;
		padding-bottom: 1rem;
		font-size: 1rem;
	}
	.blog .blogR{
		width: 58%;
	}
	.blog .blogR .btn01 a{
		width: 35.5%;
	}
	.blog_ttl{
		padding: 0.6rem 0;
	}
	.loop_wrap div{
		font-size: 1.2rem;
	}
	.slider02 .img_box01{
		padding-bottom: 45%; 
	}
}

@media screen and (max-width: 410px) {
	.sp01{
		display: block;
	}
	.slider01 .slick-dots{
		bottom: -90px;
	}
	.slide_lead{
		font-size: 1.8rem;
	}
}



/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.contets_wrap{
	padding: 10rem 0;
}
.contents{
	margin: 0 auto;
	width: 480px;
	background-color: rgba(0,0,0,0.80);
	border-radius: 10px;
	padding: 5rem 3%;
	position: relative;
	z-index: 99;
	color: #FFF;
}
.contents section{
	margin-bottom: 7rem;
}
.lead01{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 3rem;
}
.lead_innner{
	display: inline-block;
	padding: 0 3rem;
	background: linear-gradient(transparent 50%, #00CBFF 50%);
	font-weight: bold;
}
@media screen and (max-width: 420px) {
	.lead_innner{
		padding: 0 1rem;
	}
}
.anchor{
	margin-top:-20px;
	padding-top:20px;
}
@media screen and (max-width: 550px) {
	.contets_wrap{
		padding: 7rem 3% 12rem;
	}
	.contents{
		width: 100%;
	}
}

/* --- accordion --- */
.accordion  {
  margin: 0 auto 1.5rem;
}
.accordion_title {
	position: relative;
	display: block;
	list-style: none;
	width: 80%;
	margin: 0 auto 1rem;
	cursor: pointer;
	border: 1px solid #00CBFF;
	border-radius: 30px;
	padding: 1rem 3rem;
}
.accordion_title .layout_flex{
	justify-content: space-between;
	align-items: center;
}
.accordion_title .layout_flex span{
	border: 2px solid #00CBFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #00CBFF;
	font-size: 1.2rem;
	padding-top: 0.2rem;
	padding-left: 0.2rem;
	font-weight: 900;
}
.accordion_title::-webkit-details-marker {
	display:none;
}
.accordion::details-content {
	opacity: 0;
	block-size: 0;
	transition: .3s;
	transition-property: display, opacity, block-size, padding;
	transition-behavior: allow-discrete;
	line-height: 1.6em;
}
.accordion .accordion_contents {
	padding: 1rem 0 2rem;
	justify-content: center;
}
.accordion .accordion_contents a{
	color: #FFF;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.accordion[open]::details-content {
	opacity: 1;
	block-size: auto;
	block-size: calc-size(auto, size);
}
.accordion[open] .accordion_contents {
  padding: 1rem 0;
}

/* 売りたい
---------------------------------------*/
.item_area{
	justify-content: space-between;
	margin: 0 5%;
}
.item_area .child_box{
	width: 30%;
	text-align: center;
	margin-bottom: 2rem;
}
.item_area .child_box img{
	display: block;
}
.item_area .child_box p{
	line-height: 1.3;
}

#faq-body dl:not(:last-child) {
	margin-bottom: 30px;
}
#faq-body dt {
	display: flex;
	line-height: 1.7;
	cursor: pointer;
	padding: 20px;
	border: 1px solid #00CBFF;
}
#faq-body dt span:first-of-type {
	flex: 1;
	position: relative;
}
#faq-body dt .btn {
  flex: 0 1 31px;
  min-width: 31px;
  position: relative;
}
#faq-body dt .btn-bar {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #00CBFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
#faq-body dt .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
#faq-body dt .btn.open .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
#faq-body dt .btn.close .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}
#faq-body dd {
  position: relative;
  padding: 10px;
	margin-top: 1rem;
}
#faq-body dd.close {
  height: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#faq-body dd.open {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 10px;
}

/* 店舗一覧
---------------------------------------*/
.lead03{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.slider_area{
	margin-bottom: 3rem;
}
.single_slider li{
	margin-bottom: 2rem;
}
.single_slider li img{
	border-radius: 10px;
}
.single_slider_nav li{
	margin: 0 1%;
}
.single_slider_nav li img{
	border-radius: 5px;
}
.sns_btn{
	padding: 0 10%;
	justify-content: space-between;
}
.sns_btn div{
	width: 24%;
}
.sns_btn div:nth-of-type(2){
	width: 35%;
}
.text_area01{
	margin: 3rem 0;
}

.btn01 a{
	display: inline-block;
	width: 100%;
}
.map_wrap{
	margin: 3rem 0;
	border-radius: 10px;
	overflow: hidden; 
}
.map {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* お知らせ
---------------------------------------*/
.search_container{
  position: relative;
  border: 1px solid #00CBFF;
  display: block;
  padding: 1rem 3rem;
  border-radius: 30px;
  height: 5rem;
  width: 80%;
  overflow: hidden;
	margin: 0 auto;
}
.search_container input[type="text"]{
  border: none;
  height: 3rem;
	background-color:transparent; 
	color: #FFF;

}
::placeholder {
	color: #FFF;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container button{
  cursor: pointer;
  font-family: 'Material Icons';
  font-size: 1.3em;
  border: none;
  background: none;
  color: #00CBFF;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 1.5rem;
  top: 0;
  outline : none;
}
.info_box{
	margin-top: 3rem;
}
.info_box .child_box{
	margin-bottom: 3rem;
	position: relative;
}
.info_box .child_box a{
	color: #FFF;
}
.info_box img{
	border-radius: 10px;
}
.date_area span{
	vertical-align: middle;
	margin-right: 0.5rem;
	font-size: 1.2rem;
}
.date_area span:first-of-type{
	padding-top: 0.2rem;
}
 .date_area p{
	margin-right: 1rem;
}
.info_box .info_ttl{
	font-size: 1.4rem;
}

/* ブログ一覧
---------------------------------------*/
.info_box .child_box .shop_name{
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 1.2rem;
	width: 65%;
	text-align: center;
	padding: 0.4rem 0 0.5rem;
	border: 2px solid #FFF;
	border-radius: 20px;
	line-height: 1.4;
	font-weight: bold;
}
.info_box .child_box .shop_name::before{
	content: '+';
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translateY(-50%) ;
	color: #FFF;
}
.info_box .child_box .shop_name::after{
	content: '+';
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%) ;
	color: #FFF;
}
.ukinojo{
	background-color: #036EB7;
}
.miyakonojo{
	background-color: #5F1985;
}
@media screen and (max-width: 480px) {
	.info_box .child_box .shop_name{
		width: 50%;
		line-height: 1.8;
		font-weight: bold;
	}
}

/* ブログ SINGLE
---------------------------------------*/
.single_cat .single01{
	border-radius: 30px;
	padding: 0.2rem 0;
	text-align: center;
	width: 120px;
	margin-right: 1rem;
	font-size: 1.4rem;
}
.lead02{
	font-size: 2rem;
	margin-bottom: 3rem;
}
.bg01{
	background-color: #00CBFF;
}
.bg02{
	background-color: #036EB7;
}

/* オンラインショップ
---------------------------------------*/
.lead04{
	font-size: 2rem;
	margin-bottom: 2rem;
}
.logo_area{
	background-color: #3E3A39;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.logo_area .box02{
	justify-content: space-between;
	align-items: center;
}
.logo_area .logoL{
	width: 85%;
	align-items: center;
}
.logo_area .logoL img{
	width: 27%;
	margin-right: 1.5rem;
}
.logo_area .logoL .ttl01{
	font-size: 1.3rem;
}
.logo_area .logoR{
	padding-top: 0.5rem;
	width: 15%;
	display: flex;
	justify-content: flex-end;
}
.logo_area .logoR span{
	font-size: 5rem;
	font-weight: 900;
}
@media screen and (max-width: 420px) {
	.logo_area .logoR span{
		font-size: 4rem;
	}

}

.sns_text01{
	font-size: 1.4rem;
}
.sns_text02{
	font-size: 1.2rem;
	line-height: 1.4;
}

/* プライバシーポリシー
---------------------------------------*/
.privacy h2{
	margin-top: 1em;
	color: #00CBFF;
}

/* 運営者情報
---------------------------------------*/
.lead05{
	font-size: 2rem;
}
.box05 .child_box a{
	display: block;
	border-radius: 10px;
}
.box05 .child_box a img{
	display: block;
}
.required{
	text-align: center;
	color: #FF0000;
}

/* お問い合わせ
---------------------------------------*/
.required{
	text-align: center;
	color: #FF0000;
	margin-left: 0.5rem;
	font-size: 2rem;
}

.co_lead{
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 3rem;
}
.co_input01{
	border: 1px solid #00CBFF;
	border-radius: 10px;
	padding: 1.5rem 0;
	justify-content: center;
	margin-bottom: 2rem;
}

.contact input,.contact textarea{
	background-color: transparent;
	color: #FFF;
	text-align: center;
	border: none;
	width: 100%;
}
.contact textarea{
	text-align: left;
}
.contact #zip{
	width: 80%;
}
.contact input[type="radio"],.contact input[type="checkbox"]{
	width: auto;
}
.co_input02{
	justify-content: space-between;
}
.co_input02 p{
	font-size: 1.3rem;
}
.co_input02 .coL,.co_input02 .coR{
	width: 48%;
}

.border_box{
	border: 1px solid #00CBFF;
	border-radius: 30px;
	padding: 1rem 2rem;
}
.co_input03{
	width: 100%;

}
.border_box01{
	border: 1px solid #00CBFF;
	border-radius: 10px;
	padding: 1.5rem;
}

.submit{
	margin-top: 4rem;
	text-align: center;
}
.submit button[type="submit"] {
	width: 165px;
	text-align: center;
	padding: 1.3rem 0;
	cursor: pointer;
	background-color: #00CBFF;
	border: none;
	position: relative;
	font-size: 1.6rem;
	color: #FFF;
	border-radius: 30px;
	font-weight: bold;
	margin: 0 1%;
}
.consent{
	margin-top: 3rem;
}


