@charset "utf-8";

@import "default.css";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  /conrad_sweets/
=================================================================== */
/* common
**************************/
* {
	margin: 0;
	padding: 0;
}

[canvas], [off-canvas]{
	transform:none;
}

/* タブレット用のスタイル記述 */
/* スマートフォン用のスタイル記述 */

body {
	font-weight: 500;
	max-width:none;
	width:100%;
	font-feature-settings : "palt";
	color:#333;
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#container{
}

a{
	text-decoration:none;
}

.pcElement{
	display:none;
}
.spElement{
	display:block;
}
.pcElementInline{
	display:none;
}
.spElementInline{
	display:inline;
}

#content {
    padding-top: 0;
}

/*  メニュー
------------------------------------------------------------------------------------------------------*/
.menu_box{
	position:fixed;
	right:10px;
	top:20px;
	padding:0;
	z-index:999;
}


.menu_box .menu_bg{
	position: absolute;
	right: -8px;
	top: -14px;
	z-index:99;
	width:50px;
}

.menu_box .menu_bg img{
	width:100%;
	height:auto;
}

.menu_box .alert{
	position: absolute;
	right: -8px;
	top: -14px;
}

.menu_box .alert span{
	background:#FF0004;
	border-radius:50%;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding:2px 6px;
	display:inline-block;

}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 20px;
	z-index:999;
}
.menu-trigger span {
  position: absolute;
  left: -5px;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 1px;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*
.open .menu-trigger span{
	display:none;
}
*/

.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


/* restaurants_menu
**************************/
[off-canvas]{
	/*background:rgba(0,0,0,0.9) !important;*/
	background:rgba(255,255,255,0.9) !important;
}

[off-canvas*=right] {
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	z-index:9999;
	margin-right:-300px;
}

#restaurants_menu{
	color:#333;
}


#restaurants_menu .title{
	position:relative;
	overflow:hidden;
}

#restaurants_menu .title .close_box{
	position:relative;
}

#restaurants_menu .title .close_box a#menu_close{
	position:absolute;
	right:20px;
	top:24px;
	padding:0;
}

#restaurants_menu .title .close_box .menu_bg{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index:99;
	width:50px;
}

#restaurants_menu .title .close_box .menu_bg img{
	width:100%;
	height:auto;
	cursor:pointer;
}


#restaurants_menu .title .close_box a#menu_close,
#restaurants_menu .title .close_box a#menu_close span {
  display: inline-block;
  transition : all 1000ms;
  box-sizing: border-box;
}
#restaurants_menu .title .close_box a#menu_close {
  width: 30px;
  height: 20px;
}
#restaurants_menu .title .close_box a#menu_close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
  z-index:999;
}
#restaurants_menu .title .close_box a#menu_close span:nth-of-type(1) {
  top: 0;
}
#restaurants_menu .title .close_box a#menu_close span:nth-of-type(2) {
  top: 9px;
}
#restaurants_menu .title .close_box a#menu_close span:nth-of-type(3) {
  bottom: 0;
}

#restaurants_menu .title .close_box a#menu_close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);

}
#restaurants_menu .title .close_box a#menu_close span:nth-of-type(2) {
  opacity: 0;
}
#restaurants_menu .title .close_box a#menu_close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#restaurants_menu .title h4{
	position:relative;
	padding:25px 60px 25px 20px;
	margin:0 0 20px;
	line-height: 1;
	font-size: 0;
	border-bottom:1px solid #000;
	text-align:center;
}

#restaurants_menu .title h4 span{
	font-size:20px;
	font-weight:normal;
	color:#c49344;
}

#restaurants_menu .title h4 span.line{
	display:none;
}

#restaurants_menu .title h4 img{
	width:90%;
	height:auto;
}


#restaurants_menu #emergency_info span{
    display: inline-block;
    background: #FF0004;
    color: #FFF;
    border-radius: 50%;
    padding: 0px;
    font-size: 16px;
    vertical-align: text-top;
	margin:0 5px 0 0;
	height:20px;
	width:20px;
	text-align:center;
	line-height:1.3;
}

#restaurants_menu #restaurants_emergency_area{
	display:none;
}

#restaurants_menu #restaurants_emergency_area h4{
	background: none;
	color: #444;
	font-size: 14px;
	padding: 10px 0;
}

#restaurants_emergency_area{
	border:solid 1px #F6D256;
	background:#F7EAC6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url("/pie/PIE.php");
	position:relative;
	padding:8px;
	margin:0 auto 10px;
	width:90%;
	font-size:12px;
}

#restaurants_emergency_area h4{
	text-align:left;
	font-size:14px;
	background:url(/img/icon/icon_emergency.png) left 3px no-repeat;
	padding:3px 0 0 23px;
}
#restaurants_emergency_area h4 b{
	font-weight:bold;
	color:#a52a2a;
}

#restaurants_emergency_text{
	padding:10px 0 0;
	text-align:left;
	font-size:14px;
	display:block;
	color:#444;
}

#restaurants_emergency_text .to_link{
	margin:10px 0;
	text-align:right;

}

#restaurants_emergency_text .to_link a{
	display:inline-block;
	font-size:14px;
    background: #5A0C00 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    line-height: 1.5;
    padding: 5px 20px;
    position: relative;
}
#restaurants_emergency_text .to_link a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: 5px;
    top: 50%;
}


#restaurants_menu ul.gnv{
}

#restaurants_menu ul.gnv li{
	border-bottom:1px solid #c49344;
}

#restaurants_menu ul.gnv li a{
	display:block;
	padding:12px 20px;
	/*padding:4px 15px 4px 15px;*/
	font-size:18px;
	color:#333;
}



#restaurants_menu ul#snv_list{
	display:none;
}

#restaurants_menu ul#snv_list li{
	border-bottom:none;
}


#snv_list nav table{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
	border:0px;
}

#snv_list nav table th,
#snv_list nav table td{
	border-bottom:1px solid #19191a;
}


#snv_list nav table tr:last-child th,
#snv_list nav table tr:last-child td{
	border-bottom:none;
}


#snv_list nav table th{
	width:35%;
	vertical-align:middle;
	text-align:center;
}

#snv_list nav table th img{
	width:100%;
}



#snv_list nav table td.name{
	font-size:12px;
	padding:10px 5px 10px 0;
	letter-spacing:0.1em;
	line-height:1.3;
}

#snv_list nav table td.name a{
	font-size:14px;
	border:none;
	display:inline;
	padding:0;
	margin:0;
}
#snv_list nav table td.name a:hover{
}


#snv_list nav table td.name div{
	display:none;
	/*color:#bd1d21;*/
}

#snv_list nav table td.booking{
	width:64px;
	padding:10px 0;
}

#snv_list nav table td.booking a{
	display:block;
	font-size:12px;
	color:#FFF;
	text-align:center;
	background:#de3c0b;
	padding:2px 8px;
	line-height:2.0;
}

#snv_list nav table td.booking a:hover{
	text-decoration:none;
	color:#FFF !important;
	opacity:0.7;
}

/*** emergency_area ***/
#emergency_area{
	margin:10px auto 10px;
}

#restaurants_menu ul.sns{
	margin:40px 15% 20px;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	list-style:none outside none;

}

#restaurants_menu ul.sns li{
	width:15%;
	line-height:1;
}

#restaurants_menu ul.sns li img{
	width:100%;
	height:auto;
}

/*  ヘッダー
------------------------------------------------------------------------------------------------------*/
#header{
	height:100vh;
}

#header .title{
	position:fixed;
	z-index:-2;
	width:100%;
	background:none;
}

#header .title img.bg{
	width:100%;
	height:auto;
}


#header h1{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align:center;
}

#header h1 img{
	width:90%;
	height:auto;
	border:solid 5px #000001;
}

@media screen and (min-width: 960px) {

	#header{
		height:650px;
	}

	#header .title{
		height:650px;
		background:url(../../img/conrad_sweets/strawberry2021/header_img_pc.jpg?200923) center center no-repeat;
		background-size:cover;
	}

	#header .title img.bg{
			display:none;
	}

	#header h1 img{
		width:500px;
		height:auto;
	}

}


/*  メイン 共通
------------------------------------------------------------------------------------------------------*/
article#sweets_index{
	border-left:solid 5px #000;
	border-right:solid 5px #000;
}

.title_sec{
	position:relative;
	margin:0 0 10%;
	text-align:center;
}

.title_sec h2{
	display:inline-block;
	text-align:center;
	font-size:25px;
	position:relative;
	border:solid 3px #000;
	padding:5px 0;
	width:80%;
	background-color: #FFF;
}


.title_sec .line{
	position:absolute;
	left:0;
	bottom:-5px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
	width:100%;
	text-align:center;
}

.title_sec .line img{
	width:80%;
	height:auto;
}

@media screen and (min-width: 960px) {

	.title_sec{
		margin:0 0 30px;
	}

	.title_sec h2{
		width:200px
	}

	.title_sec .line{
		left:50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		width:350px;
	}


}


/*  concept_sec
------------------------------------------------------------------------------------------------------*/
#concept_sec{
	/*background-color:#F0F0F0;*/
	background:url(../../img/conrad_sweets/strawberry2021/common_bg.png) #F0F0F0 center top repeat-y;
	background-size:100%;
	width:100%;
	padding:1% 0 10px 0;
}

#concept_sec .inner{
	width:90%;
	margin:0 auto 20px;
	padding:20px 0;
	background:#fffffd;
}

#concept_sec .inner h2{
	font-size:18px;
	font-weight:100;
	line-height:1.9;
	text-align:center;
	padding:0 0 20px;
}

#concept_sec .inner p.to_link{
	text-align:center;
	margin:0 0 30px;
}

#concept_sec .inner p.to_link a{
	display:inline-block;
	font-size:16px;
	color:#c49344;
	border-bottom:1px solid #c49344;
	position:relative;
	padding:0 30px 0 0;
}

#concept_sec .inner p.to_link a:after{
	position:absolute;
	content:"";
	right:0;
	top:-3px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color:transparent transparent #c49344 #c49344;
	transform: rotate(-45deg) translate(-50%,0);
}


#concept_sec .inner p.to_link img{
	width:20px;
	height:auto;
	padding:0 0 0 10px;
}


/* スライド */
#concept_sec .concept_slide{
}

#concept_sec .concept_slide li img{
	width:100%;
	height:auto;
}

#concept_sec .slick-arrow{
	top:50%;
	transform:translateY(-50%);
}

/*左右の矢印の色を変える*/
#concept_sec .slick-prev:before,
#concept_sec .slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
#concept_sec .slick-next {
    right: 15px;
    z-index: 99;
	content:"";
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-color:#000000 #000000 transparent transparent;
	transform: rotate(45deg) translate(-50%, -50%);

}
#concept_sec .slick-next:before{
	content:"";
}

#concept_sec .slick-prev {
    left: 15px;
    z-index: 99;
	content:"";
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-color:transparent transparent #000000 #000000;
	transform: rotate(45deg) translate(-50%, -50%);
}
#concept_sec .slick-prev:before{
	content:"";
}

#concept_sec .slick-dots li{
	margin:0 !important;
}


/*スライド数のドットの色を変える*/
#concept_sec .slick-dots li.slick-active button:before,
#concept_sec .slick-dots li button:before {
    color: #000000 !important;
	font-size:23px;
}

#concept_sec .slick-dots li.slick-active button::before{
	opacity:1;
}

#concept_sec .inner figure{
	margin:0 0 20px;
}

#concept_sec .inner figure img{
	width:100%;
	height:auto;
}

#concept_sec .inner .h2_txt_box{
	padding:0 15px;
}

#concept_sec .inner p.h2_txt{
	font-size:14px;
	line-height:1.9;
}

#concept_sec .inner p.h2_txt span{
	float:right;
	text-align:right;
	padding:10px 0 0 0;
}

#concept_sec .inner p.h2_txt span img{
	width:40%;
	height:auto;
}

.read-more {
	position: relative;
}

.read-more:after {
	content: '';
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255, 0.8) 75%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255, 0.8) 75%, rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255, 0.8) 75%, rgba(255,255,255,0.9) 100%);
}


.read_more_btn{
	text-align:center;
	padding:0 0 30px;
}

.read_more_btn a{
	display:inline-block;
	width:65%;
	padding:7px 0;
	background:#000000;
	border-radius: 20px;
	color:#FFF;
	font-size:16px;
	letter-spacing:0.2em;
	font-weight:100;
	position:relative;
}

.read_more_btn_open{
	padding:0 0 30px;
}

.read_more_btn_open a:after{
	position:absolute;
	content:"";
	left:50%;
	bottom:-35px;
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-color:transparent transparent #000000 #000000;
	transform: rotate(-45deg) translate(0, -50%);
 }

 .read_more_btn_close{
	padding:30px 0 0;
}

 .read_more_btn_close a:after{
	position:absolute;
	content:"";
	left:50%;
	top:-10px;
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-color:#000000 #000000 transparent transparent;
	transform: rotate(-45deg) translate(0, -50%);
 }


.read_more_btn .arrow{
	font-size:0;
	line-height:1;
}

.read_more_btn .arrow img{
	width:35%;
	height:auto;
}

.read_more_btn_close .arrow img{
	transform:rotate(180deg);
}

@media screen and (min-width: 960px) {

	#concept_sec{
		/*background-color:#F0F0F0;*/
		background:url(../../img/conrad_sweets/strawberry2021/common_bg.png) #F0F0F0 center top repeat-y;
		background-size: 100%;
		padding:0 0 10px 0;
	}

	#concept_sec .inner{
		width:1000px;
	}

	#concept_sec .concept_slide{
		width:70%;
		margin:0 auto 50px;
	}

	#concept_sec .inner .h2_txt_box{
		width:70%;
		margin:0 auto;
	}

	.read_more_btn a{
		width:300px;
	}

}

/*  topics_sec
------------------------------------------------------------------------------------------------------*/
#topics_sec{
	padding:40px 15px;
	background:#FFF;
}

#topics_sec .topics_box{
	margin:20px 0 0;
}

#topics_sec .topics_box h3{
	font-size:16px;
	line-height:1.8;
	font-weight:100;
	margin:0 0 20px;
	text-align:center;
}

#topics_sec .topics_box p.to_detail{
	width:70%;
	background:#000;
	text-align:center;
	margin:0 auto;
	position:relative;
	height:45px;
	padding:5px 0;
}

#topics_sec .topics_box p.to_detail a{
	display:inline-block;
	position:absolute;
	left:50%;
	top:50%;
	padding:7px 0;
	color:#FFF;
	font-size:16px;
	border-bottom:solid 1px #FFF;
	border-top:solid 1px #FFF;
	border-radius:25px;
	width:120%;
	margin:0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	background:#000;
	background-size:10%;
}

#topics_sec .topics_box p.to_detail a:after{
	position:absolute;
	content:"";
	right:8%;
	top:50%;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color:#FFF #FFF transparent transparent;
	transform: rotate(45deg) translate(-50%,0);
}


@media screen and (min-width: 960px) {

	#topics_sec .topics_box{
		width:70%;
		margin:20px auto 0;
	}

	#topics_sec .topics_box p.to_detail{
		width:300px;
	}

}

/*  menu_sec
------------------------------------------------------------------------------------------------------*/
#menu_sec{
	background-color:#FFF;
	padding:25% 0 0 0;

}
#menu_sec .inner{
	background:url(../../img/conrad_sweets/strawberry2021/common_bg.png) #F0F0F0 center top repeat-y;
	background-position:center top;
	background-size:contain;
	/*background-color:#F0F0F0;*/
	padding:0 10px 20px;
}

#menu_sec .inner .title_sec{
	/*top:-55px;
	margin:0 0 5%;*/
	margin:0;
	padding: 20px 0;
}

#menu_sec .menuList_box{
	position:relative;
	margin:0 15px 20px;
}

#menu_sec .menuList_box .menuList_info{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:rgba(0,0,0,0.5);
}

#menu_sec .menuList_box .menuList_info h3{
	font-size:16px;
	font-weight:200;
	color:#ffdb7a;
	text-align:center;
	padding:5px 10px 5px;
	line-height:1.2;
}

#menu_sec .menuList_box .menuList_info p.h3_txt{
	font-size:14px;
	line-height:1.8;
	color:#FFF;
	padding:0 10px 10px;
	display:none;
}

#menu_sec .menuList_box .menuList_info p.menu_more{
	text-align:center;
	padding:0;
}

#menu_sec .menuList_box .menuList_info p.menu_more a.open{
	display:inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-color:transparent transparent #c49344 #c49344;
	transform: rotate(-45deg) translate(5px, -5px);
	outline:none;
}


#menu_sec .menuList_box .menuList_info p.menu_more a{
	display:inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-color:#c49344 #c49344 transparent transparent;
	transform: rotate(-45deg) translate(0, 0);
	outline:none;
}


#menu_sec .menuList_box .menuList_img{
}

#menu_sec .menuList_box .menuList_img img{
	width:100%;
	height:auto;
}

#menu_sec #menuList_more{
	overflow:hidden;
	height:12vh;
}


#menu_sec .menuList_box_more{
	opacity:0.8;
}

#menu_sec .menuList_box_more .menuList_info{
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.1) 100%);
}


#menu_sec .menuList_box_more .menuList_img img{
	opacity:0;
}


#menu_sec .read_more_btn .arrow_close{
	display:none;
}
#menu_sec .read_more_btn.is_open .arrow_close{
	display:block;
}
#menu_sec .read_more_btn.is_open .arrow_close img{
	transform:rotate(180deg);
}
#menu_sec .read_more_btn.is_open .arrow_open{
	display:none;
}


#menu_sec .read_more_btn a span.close_txt{
	display:none;
}
#menu_sec .read_more_btn.read_more_btn_close a span.open_txt{
	display:none;
}

#menu_sec .read_more_btn.read_more_btn_close a span.close_txt{
	display:inline;
}

#menu_sec .drink_box{
	background:#FFF;
	margin:0 15px 20px;
	padding:10px 0;
}

#menu_sec .drink_box ul{
	list-style:disc outside none;
	font-size:14px;
	padding:15px 15px 10px 35px;
}

#menu_sec .drink_box ul li:first-child{
	list-style-type: none;
}

#menu_sec .drink_box ul li{
	padding:0 0 5px;
}



#menu_sec .drink_box h4{
	font-size:16px;
	font-weight:100;
	letter-spacing:0.1em;
	text-align:center;
	margin:0 0 10px;
}

#menu_sec .drink_box h4 span{
	/*vertical-align:middle;*/
	display:inline-block;
	border:solid 2px #000;
	padding:5px 15px;
}


#menu_sec .drink_box h4 span img{
	width:20%;
	height:auto;
	vertical-align:middle;
	padding:0 0 5px;
}
#menu_sec .drink_box h4 span.after img{
	transform:rotate(180deg);
	padding:5px 0 0;
}

#menu_sec .drink_box p.h4_txt{
	font-size:14px;
	text-align:center;
	margin:0 0 15px;
}


#menu_sec .drink_box .h4_img{
	text-align:center;
	width:80%;
	margin:0 auto 10px;
}

#menu_sec .drink_box .h4_img img{
	width:100%;
	height:auto;
}

#menu_sec .drink_box ul.list_2{
	list-style:none outside none;
	font-size:14px;
	padding:15px 15px 10px 15px;
}

#menu_sec .drink_box p.other{
	font-size:14px;
	padding:0 15px 10px 15px;
}

@media screen and (min-width: 960px) {

	#menu_sec{
		padding:100px 0 0 0;
	}

	#menu_sec .inner{
		background-size: 100%;
	}


	#menu_sec #menuList_show{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		width:1000px;
		margin:0 auto;
	}

	#menu_sec #menuList_show .menuList_box{
		width:48%;
		margin:0 0 20px;
		box-sizing:border-box;
	}

	#menu_sec .menuList_box .menuList_info h3{
		padding:5px;
	}

	#menu_sec #menuList_more{
		overflow:hidden;
		/*height:auto;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		width:1000px;
		margin:0 auto;
	}

	#menu_sec #menuList_more .menuList_box{
		width:48%;
		margin:0 0 20px;
		box-sizing:border-box;
	}

	#menu_sec .menuList_box_more{
		/*opacity:1;*/
	}

	#menu_sec .menuList_box_more .menuList_info{
	}


	#menu_sec .menuList_box_more .menuList_img img{
		/*opacity:1;*/
	}


	#menu_sec .drink_box{
		width:700px;
		margin:0 auto 20px;
	}

	#menu_sec #menuList-read_more{
		/*display:none;*/
	}

}

/*  movie_sec
------------------------------------------------------------------------------------------------------*/
#movie_sec{
	background:#FFF;
	padding:20px 0;
}

#movie_sec .youtube {
   position: relative;
   width: 100%;
   padding: 56.25% 0 0;
}

#movie_sec .youtube iframe {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 960px) {

	#movie_sec .inner{
	   width: 600px;
	   margin:0 auto;
	}


}

/*  basic_sec
------------------------------------------------------------------------------------------------------*/
#basic_sec{
	background:url(../../img/conrad_sweets/strawberry2021/common_bg.png) #F0F0F0 center top repeat-y;
	background-position:center top;
	background-size:contain;
	/*background-color:#F0F0F0;*/
	width:100%;
	padding:1% 0 10px 0;

}

#basic_sec .inner{
	width:80%;
	margin:30px auto;
	padding:20px;
	background:rgba(0,0,0,0.8);
	color:#FFF;
}

#basic_sec .inner h2{
	text-align:center;
	font-size:18px;
	font-weight:100;
	letter-spacing:0.1em;
	margin:0 0 5px;
}

#basic_sec .inner p.date{
	font-size:14px;
	text-align:center;
	margin:0 0 15px;
}

#basic_sec .inner p.time{
	font-size:14px;
	text-align:center;
	margin:0 0 15px;
}

#basic_sec .inner p.time span{
	font-size:14px;
}

#basic_sec .inner .price{
	border-bottom:1px solid rgba(255,255,255,0.5);
	border-top:1px solid rgba(255,255,255,0.5);
	padding:10px 0;
	margin:0 0 15px;
}

#basic_sec .inner .price dl{
	text-align:center;
}

#basic_sec .inner .price dl dt{
	font-size:16px;
}

#basic_sec .inner .price dl dd{
	font-size:14px;
}

#basic_sec .discount{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding:0 0 10px;
}

#basic_sec .discount h3{
	font-size:18px;
	font-weight:100;
	color:#ffdb7a;
	text-align:center;
	margin:0 0 15px;
}

#basic_sec .discount h3 strong{
	font-size:18px;
	font-weight:normal;
}

#basic_sec .discount h3 span{
	font-size:16px;
}

#basic_sec .discount p.to_detail{
	width:70%;
	background:#000;
	text-align:center;
	margin:0 auto;
	position:relative;
	height:45px;
	padding:5px 0;
}

#basic_sec .discount p.to_detail a{
	display:inline-block;
	position:absolute;
	left:50%;
	top:50%;
	padding:7px 0;
	color:#FFF;
	font-size:16px;
	border-bottom:solid 1px #FFF;
	border-top:solid 1px #FFF;
	border-radius:25px;
	width:120%;
	margin:0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	background:#000;
	background-size:10%;
}

#basic_sec .discount p.to_detail a:after{
	position:absolute;
	content:"";
	right:8%;
	top:50%;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color:#FFF #FFF transparent transparent;
	transform: rotate(45deg) translate(-50%,0);
}

#basic_sec .note{
	padding:15px 0;
}

#basic_sec .note ul{
	list-style:none outside none;
	font-size:13px;
	padding:0 0 0 10px;
}

#basic_sec .note ul li{
	text-indent:-1em;
	padding:0 0 5px;
}

@media screen and (min-width: 960px) {

	#basic_sec{
		background-size: 100%;

	}

	#basic_sec .inner{
		width:600px;
	}

	#basic_sec .discount p.to_detail{
		width:300px;
	}

}

/*  infomation_sec
------------------------------------------------------------------------------------------------------*/
#infomation_sec{
	background:#FFF;
	padding:40px 20px 20px;
}

#infomation_sec h3{
	font-size:16px;
	padding:10px;
	margin:0 0 10px;
	/*background-image:url(../../img/conrad_sweets/strawberry2021/infomation_title_bg.png);*/
	background-position:right center;
	background-color:#e5e5e5;
	background-size: cover;
	background-repeat:no-repeat;

}

#infomation_sec p{
	font-size:14px;
}

#infomation_sec p span.img{
	display:inline-block;
	text-align:center;
	margin:0 0 20px;
}

#infomation_sec p span.img img{
	width:100%;
	height:auto;
}


@media screen and (min-width: 960px) {

	#infomation_sec .inner{
		width:1000px;
		margin:0 auto;
	}

	#infomation_sec .infomation_txt_box{
		width:800px !important;
		margin:0 auto;
	}

	#infomation_sec p span.img img{
		width:60%;
}

}


/*  map_sec
------------------------------------------------------------------------------------------------------*/
#map_sec{
	/*background-image:url(../../img/conrad_sweets/strawberry2021/map_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:cover;*/
	background-color:#F0F0F0;
	width:100%;
	padding:10% 0 40% 0;
}

#map_sec .inner{
	margin:0 20px;
	background:#F0F0F0;
}


#map_sec .map_box{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
#map_sec .map_box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#map_sec p.to_map{
	padding:10px 10px 20px;
	text-align:right;
	font-size:15px;
}

#map_sec p.to_map a{
	color:#c49344;
	text-decoration:underline;
}

#map_sec p.to_map img{
	width:4%;
	height:auto;
	vertical-align:middle;
}

#map_sec address{
	font-size:14px;
	font-style:normal;
	padding:0 20px 10px;
}

@media screen and (min-width: 960px) {

	#map_sec{
		padding:30px 0 20% 0;
	}

	#map_sec .map_box{
		padding-top:50%;
	}

	#map_sec p.to_map img{
		width:20px;
	}

}


/*  footer
------------------------------------------------------------------------------------------------------*/
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:999;
}

#footer .btnPageTop{
	text-align:center;
	font-size:0;
	width:100px;
	margin:0 auto;
	position:relative;
}

#footer .btnPageTop a{
}

#footer .btnPageTop a img{
	width:100%;
	height:auto;
}


#footer nav{
	position:relative;
	z-index:999;
	background:#000;
}

#footer nav ul{
	max-height:120px;
	padding:12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}

#footer nav ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	width:15%;
	font-size:0;
	line-height:1;

}

#footer nav ul li:first-child{
	width:65%;
	max-height:120px;
}


#footer nav ul li img{
	width:100%;
	height:auto;
	max-height:120px;
}

@media screen and (min-width: 960px) {

	#footer nav{
		position:relative;
		z-index:999;
	}

	#footer nav ul{
		width:450px;
		margin:0 auto;
	}

	#footer nav ul li img{
		max-height:60px;
	}

}

/*  send_sns
------------------------------------------------------------------------------------------------------*/
.send_sns{
	top:inherit;
	bottom:15vh;
}

.send_sns .inner{
	padding:20px 15px;
}

.send_sns .inner h4{
	font-size:16px;
	font-weight:200;
	text-align:center;
	margin:0 0 15px;
}

.send_sns .inner ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom:1px solid #555;
	border-top:1px solid #555;
	margin:0 0 20px;
}

.send_sns .inner ul li{
	width:25%;
	padding:10px;
	text-align:center;
	list-style:none outside none;
	line-height:1.2;
}

.send_sns .inner ul li img{
	width:90%;
	height:auto;
}

.send_sns .inner ul li span{
	display:block;
	text-align:center;
	font-size:11px;

}

.send_sns .inner ul li a{
	color:#333;
}

    .btn-clipboard {
        display: inline-block;
    }
    .clipboard-success {
        display: none;
        margin: 0 0 0 8px;
        font-size: .9em;
    }

.send_sns .inner .modal_close{
}

.send_sns .inner .modal_close a{
	display:block;
	background:#bfbfbf;
	text-align:center;
	font-size:16px;
	color:#FFF;
	letter-spacing:0.1em;
	padding:10px 0;
}

@media screen and (min-width: 960px) {

	.send_sns{
		width:40%;
	}

}
