
@charset "UTF-8";

/*************************************************

	FlowerStall

	1.common
		a.component
		b.layout
		c.text
	2.header
		a.home
		b.main
		c.order
	3.footer
	4.sidemenu(left)
	5.sidemenu(right)
	6.contents
	7.dl
	14.information(modal)
	99.responsive

**************************************************/

/*-- 1.common -----------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
}

/* a.component */
body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "Arial", "Verdana", "sans-serif";
	color: #24282A;
	font-size: 14px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	-webkit-touch-callout:none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color:rgba(0, 0, 255, .3);
}

.for_pc {
	display: inherit;
}

.for_sp {
	display: none;
}


@media screen and (max-width: 640px){
	.for_pc {
		display: none;
	}

	.for_sp {
		display: inherit;
	}
}

#sub .wrap_area {
	/* margin-left: 35px; */
	margin-left: 10%;
}




@media screen and (max-width: 480px) {
	body {
		padding-right: 0;
		padding-left: 0;
		height: 100%;
	}
	.container {
		/*padding-right: 5px;
		padding-left: 5px;*/
	}
	#top .container {
		padding: 0;
		height: 100%;
		min-height: 100%;
		padding-bottom: 120px;
		
	}
	.row-fluid [class*="span"] {
		min-height: 0;
	}
	
	#sub .wrap_area {
		margin-left: 0px;
	}
}

img {
	border: none;
}

textarea {
	resize: vertical;
}

ul {
	margin-left: 0;
	list-style: none;
}

dd {
	margin: 0;
}

.header_nav a {
	color: #858585;
	padding: 7px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;

	font-weight: normal;
	font-size: 13px;	
}

.header_nav a:hover, .header_nav a:focus {
	/* background-color: rgba(0,0,0,0.2); */
	color: #000;
	text-decoration: none;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.target_link {
	border-bottom: 1px solid;
	/* font-weight: bold; */
}

/* b.layout */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.fixed {
	position: fixed;
}

.notes {
	font-size: 10px;
}

.text-underline {
	text-decoration: underline;
}

.link_box {
	margin-top: 40px;
}
a.btn-back {
	padding-left: 15px;
	line-height: 1.8em;
	background: url(../img/icon/arrow_blue_r.gif) 0 50% no-repeat;
}
a.btn-top {
	padding-left: 20px;
	background: url(../img/icon/icon_top.gif) 0 50% no-repeat;
}

.big_font {
		font-size: 22px;
}

.large_font16 {
		font-size: 16px;
}

.large_font14 {
		font-size: 14px;
		line-height: 1.7em;
}


/*共通ボタン*/
.btn_common .btn_base {
	margin: 15px 0;
	padding: 10px 25px;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	border: none;
	background-color: #666666;
}
.btn_common .btn_base:hover {
	color: #FFFFFF;
	background-color: #737373;
}
.btn_common .btn_green {
	/* background-color: #50C71D; */
	background-color: #666666;
}
.btn_common .btn_green:hover {
	/* background-color: #5ACD2A !important; */
	background-color: #aaa !important;
}
.btn_common .btn_blue {
	background-color: #008CD8;
}
.btn_common .btn_blue:hover {
	background-color: #3A99D8 !important;
}
.btn_common .btn_orange {
	background-color: #FF8C00;
}
.btn_common .btn_orange:hover {
	background-color: #FF950A !important;
}
.btn_block .btn_base {
	display: block;
	width: 12em;
	margin: 15px auto;
}

.btn-green {
	background-image: -moz-linear-gradient(top,#8AE03E, #30B600);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#8AE03E),to(#30B600));
	background-image: -webkit-linear-gradient(top,#8AE03E,#30B600);
	background-image:-o-linear-gradient(top,#8AE03E,#30B600);
	background-image:linear-gradient(to bottom,#8AE03E,#30B600);
	background-repeat:repeat-x;
	outline:0;
}
.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0ea764;
  *background-color: #039e5a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8AE03E), to(#30B600));
  background-image: -webkit-linear-gradient(top, #8AE03E, #30B600);
  background-image: -o-linear-gradient(top, #8AE03E, #30B600);
  background-image: linear-gradient(to bottom, #8AE03E, #30B600);
  background-image: -moz-linear-gradient(top, #8AE03E, #30B600);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff22b473', endColorstr='#ff039e5a', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #30B600;
  *background-color: #0a7746;
}
.btn-green:active,
.btn-green.active {
  background-color: #408140 \9;
}

.btn-blue {
	background-image: -moz-linear-gradient(top,#89BFFF, #2B7EDC);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#89BFFF),to(#2B7EDC));
	background-image: -webkit-linear-gradient(top,#89BFFF,#2B7EDC);
	background-image:-o-linear-gradient(top,#89BFFF,#2B7EDC);
	background-image:linear-gradient(to bottom,#89BFFF,#2B7EDC);
	background-repeat:repeat-x;
	outline:0;
}
.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1E76C2;
  *background-color: #1E76C2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89BFFF), to(#2B7EDC));
  background-image: -webkit-linear-gradient(top, #89BFFF, #2B7EDC);
  background-image: -o-linear-gradient(top, #89BFFF, #2B7EDC);
  background-image: linear-gradient(to bottom, #89BFFF, #2B7EDC);
  background-image: -moz-linear-gradient(top, #89BFFF, #2B7EDC);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff22b473', endColorstr='#ff039e5a', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background-color: #2B7EDC;
  *background-color: #0a7746;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #408140 \9;
}

.btn_after {
	margin: 30px 0 20px;
}

.btn-give:before {
	padding-right: 5px;
	content: url(../img/common/icon_w.png);
}

.space_bottom {
	margin-bottom: 30px;
}

.bg_red,
.bg_blue,
.bg_green {
	color: #FFFFFF;
}
.bg_red {
	background: #e54d42; /* Old browsers */
	background: -moz-linear-gradient(top,  #e54d42 0%, #e52d42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54d42), color-stop(100%,#e52d42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e54d42 0%,#e52d42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e54d42 0%,#e52d42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e54d42 0%,#e52d42 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e54d42 0%,#e52d42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54d42', endColorstr='#e52d42',GradientType=0 ); /* IE6-9 */
}
.bg_blue {
	background: #3a99d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a99d8 0%, #008cd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a99d8), color-stop(100%,#008cd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a99d8 0%,#008cd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a99d8 0%,#008cd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a99d8 0%,#008cd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a99d8 0%,#008cd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a99d8', endColorstr='#008cd8',GradientType=0 ); /* IE6-9 */
}
.bg_green {
	background: #64c800; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c800 0%, #37c300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c800), color-stop(100%,#37c300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c800 0%,#37c300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c800 0%,#37c300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c800 0%,#37c300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c800 0%,#37c300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c800', endColorstr='#37c300',GradientType=0 ); /* IE6-9 */
}
.text-asterisk {
	color: #fa6573;
}
.error {
	color: #ff0000;
	margin-left: 20px;
	font-size:16px;
	margin-bottom: 0px;
	padding: 5px 0 0px 0 !important;
}
/*-- 2.header -----------------------------------*/
#unity-header a,
#unity-header a:hover,
#unity-header a:active {
    color: #303335;
}

#unity-header {
    background-color: #FFF;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid #B67C29;
    height: 67px!important;
}

#unity-header nav{
    width: 95%;
}

.unity-header-inner {
    max-width: 1040px;
    width: 95%;
    margin: auto;
    height: 67px!important;
}

#unity-header h1{
    width: 130px;
    margin: 0 20px 0 0;
    line-height: 0;
}

#unity-header h1 img {
    width: 100%;
}

#main-nav {
    width: 95%;
    margin: 0;
    font-size: 1.4rem;
}

.sp_bars {
    margin-left: auto;
}

#main-nav a {
	margin-right: 1.1em;
	font-size: 13px;
}

.unity-header-inner,
#unity-header nav,
#main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-nav ul a {
    display: block;
    font-size: 1.2em;
    padding: 1em;
    box-sizing: border-box;
}

#main-nav ul {
    margin-left: 0!important;
}

.sp_bars, .sp_bars_change {
    display: none;
}

.sp_bars .bars-black{
	width: 28px;
}

@media screen and (max-width: 1100px) {
	.unity-header-inner {
		justify-content: space-between;
	}
    #unity-header nav,
    #main-nav {
        width: 50%;
    }
    .sp_bars, .sp_bars_change {
        display: block;
        margin: 0;
    }
    #main-nav {
        display: none;
    }
    .unity-header-inner,
    #unity-header {
        height: 47px!important;
    }
    #unity-header h1 {
        width: 110px;
    }
}

span.komoji {
    font-size: .7em;
    display: block;
}

.nostrap-dropdown ul {
    position: absolute;
    display: none;
    margin-left: 3em;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
	max-height: calc(100vh - 70px);
	overflow: auto;
}
.nostrap-dropdown ul li {
    width: 232px;
    text-align: left;
}

.nostrap-dropdown ul li a {
    font-size: 13px !important;
    color: #333 !important;
    text-shadow: none !important;
	margin: 0 !important;
}

.nostrap-dropdown ul.opened {
    display: block;
	z-index: 99;
}

.dropdown, .dropup {
  position: relative;
}

@keyframes fade {
  0% { opacity: 1; }
  15% { opacity: 0.4; }
  25% { opacity: 1; }
}

#unity-header h1{
	margin-right: 20px;
}


.header__height__15px {
	width: 100%;
	height: 15px !important;
}
#barsmenu.remodal {
	position: absolute !important;
	width: 100% !important;
	top: 0 !important;
	left: auto !important;
	right: 0 !important;
	background-color: #303335;
	min-height: 100vh;
	height: auto;
	padding: 10px 0px;
	animation-duration: 1s;
	animation-name: fadeIn;
}
.remodal-close, .remodal-close:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	content: "\00d7";
	text-align: center;
}
.bars_area {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0px;
	text-align: left;
}
.text-left {
	text-align: left;
}
.link_contents {
	line-height: 40px;
	cursor: pointer;
}
#bars_menu a {
	color: #fff;
	display: block;
	text-align: left;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
}
.bars_area .link_contents a {
	color: #fff;
	padding: 0px;
	margin: 0px 30px;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
}
#bars_menu img {
	height: 25px;
	margin-bottom: 5px;
	margin-right: 30px;
	line-height: 25px;
}
#bars_menu ul {
	margin: 0px 0px 0px 60px;
	padding: 15px 0px;
	list-style: none;
	border: none !important;
}
#bars_menu li {
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: none !important;
}
#bars_menu ul a {
	color: #fff;
	display: block;
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: none !important;
	font-size: 14px;
	margin-left: 20px;
}
#bars_menu ul p {
	color: #fff;
}
#bars_menu label {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	margin-bottom: 0px;
	color: #fff;
	background: #303335;
	cursor: pointer;
	font-size: 18px;
}
#bars_menu p {
	padding: 10px 0px;
	text-align: left !important;
	line-height: 180%;
	border: none !important;
	font-size: 18px;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
}


/* b.smartphone */
#sp_header_menu_trigger {
	float: right;
}
#sp_header_menu_trigger img {
	vertical-align: middle;
}
#sp_menu_pop div.modal-header {
	display: none;
}

#sp_menu_pop div.modal-body {
	padding: 10px 5px 5px;
}

#sp_menu_pop div.modal-footer {
	padding: 5px;
}

#sp_menu_pop ul li {
	margin-bottom: 10px;
}

/* c.order */
header.order {
/*
	padding: 10px;
	background: url(../img/common/bg_flower_order.jpg) center bottom repeat-x;
*/
}
header.order img {
	margin: 0 0 5px 0;
}
header.order p.flow {
	float: right;
	margin: 0;
}
@media screen and (max-width: 480px) {
	header.order img {
		margin: 0 auto 5px;
	}
	header.order p.logo,
	header.order p.flow {
		float: none;
	}
}



/* 追加ここから */
.sp_header {
	/* float: right; */ /* サブページのトグルメニュー調整 */
}



.button-toggle {
	width: 35px;
	height: 35px;
	/* color: #fff; */
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	cursor:pointer;
	float: right; /* サブページのトグルメニュー調整 */
}

.title {
	float: left;
	height: 5px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}

.title h1 {
	margin: 0;
	font-size: 20px;
}

.title h1 a {
	color: #aaa;
	text-decoration: none;
}

.menu {
	/* position: absolute; */
	position: inherit; /* サブページトグルメニュー調整 */
	top:58px;
	width: 100%;
	/* background: #222; */
	background: #fff;
	/* color: #999; */
	color: #858585;
	overflow: hidden;
	left:0;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
}

.menu a {
	display: block;
	/* color: #fff; */
	color: #858585;
	text-decoration: none;
	padding: 5px 20px;
	/* border-bottom: 1px solid #555; */
	border-bottom: 1px solid #b5b5b5;
	height: 50px;
	line-height: 40px;
	font-size: 16px;
}

.menu a:hover {
	/* background: #333; */
	color: #000;
}

.menu a.sns_sp {
	display: inherit;
	float:left;
	border: none;
	padding: 3px;
	padding-top:10px;
}



/* 言語切替 */
.custom select {
	padding: 0px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 15px;
	font-size: 12px;
	width: 90px;
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: top;
}





/* 追加ここまで */


/*-- 3.footer -----------------------------------*/
footer {
  padding: 40px 0;
  font-size: 13px;
  background-color: #fff!important;
}

@media screen and (max-width: 1040px) {
  footer .row {
    margin: 0 16px;
  }
}

@media screen and (max-width: 680px) {
  footer {
    border-top: none;
  }

  footer .row {
    margin: 0;
  }
}

footer a {
	color: #8c8d8e !important;
}

footer a:hover {
  text-decoration: none;
  color: #303335;
}

footer.common-w {
  margin-top: 60px;
}

footer .footer-content {
  align-items: flex-start;
  display: flex;
  margin-bottom: 24px;
  align-items: flex-start;
}

@media screen and (max-width: 680px) {
  footer .footer-content {
    display: block;
  }
}

footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

footer .footer-nav li {
  width: 150px;
  margin-bottom: 2rem;
  max-width: initial;
}

footer .footer-nav li a {
  color: #8c8d8e;
}

@media screen and (max-width: 680px) {
  footer .footer-nav {
    margin: 0 -15px;
    border-top: 1px solid #e5e5e5;
  }
  footer .footer-nav li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0;
    text-align: center;
	height: 54px;
	line-height: 54px;;
  }
  footer .footer-nav li:nth-child(2n) {
    border-right: none;
  }
}

footer .footer-nav-btm {
	line-height: 1.8;
}

footer .footer-nav-btm a,
footer .footer-nav-btm span {
  color: #8c8d8e;
  margin-right: 11px;
}

footer .footer-nav-btm a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 680px) {
  footer .footer-nav-btm {
    display: grid;
    width: 90%;
    margin: 0 auto
  }
}

footer .recruit_kv_add {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  padding: 1.6rem;
  text-align: left;
  margin: 0 0 32px;
  width: 100%;
}

footer .recruit_kv_add h3 {
  font-size: 1.4rem;
  color: #b67c2d;
  font-weight: 600;
  margin: 0 0 .4rem;
  position: relative;
  align-items: center;
  display: flex;
}

footer .recruit_kv_add h3 span{
	margin: 0 4px 0 0;
	font-size: 13px;
}

footer .recruit_kv_add .add-komoji {
  border-bottom: none;
  border: none !important;
  color: #8c8d8e;
  display: block;
  font-size: 1rem !important;
  margin: .8rem 0 0;
  padding: 0 !important;
  text-align: right;
}

footer .recruit_kv_add .add-world {
  border: .1rem solid #303335;
  border-radius: .5rem;
  color: #303335;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 1.6rem;
  padding: 1.6rem;
  text-align: justify;
}

@media screen and (max-width: 680px) {
  footer .recruit_kv_add {
    margin: 3rem auto;
    width: 80%;
  }
}

footer .association-list {
  padding:0; 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 36px;
}

footer .association-list p {
  align-items: center;
  display: flex;
  flex: 0 0 48%;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 1.6rem;
  margin-top: 0;
  padding-bottom: 1.6rem;
}

footer .association-list p img {
  margin-right: 15px;
}

footer .association-list p span {
  line-height: 1.4;
  font-size: 13px !important;
  color: rgb(48, 51, 53)!important;
}

@media screen and (max-width: 680px) {
  footer .association-list {
    display: block;
    width: 90%;
    margin: 0 auto 36px;
  }
}

footer .logo {
  margin: 0 0 1em;
}

footer .logo a {
	width:124px;
	height: auto;
	display:block;
	margin-bottom:0.5em;
}

footer .logo a:hover {
  opacity: 1;
}

@media screen and (max-width: 680px) {
  footer .logo {
    margin: 40px auto 1em;
    width: 90%;
  }
}

footer .bottom-line {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
	footer .bottom-line {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 8rem;
	}
}

footer .footer-inc {
  color: #8c8d8e;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

footer .sns-icon {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 10px;
}

footer .sns-icon img {
  width: 17px;
  height: auto;
  vertical-align: middle;
}

/*-- 4.sidemenu(left) ---------------------------*/
div.sidemenu_left {
	display: none !important;
}

div.sidemenu_left li {
	margin-bottom: 10px;
	list-style: disc inside;
	white-space: nowrap;
}

div.sidemenu_left li:first-child {
	list-style: none;
}

div.sidemenu_left li.divider {
	border-bottom: 1px dashed #808080;
	width: 60%;
	list-style: none;
}

div.sidemenu_left li.banner {
	list-style: none;
}

/*-- 5.sidemenu(right) --------------------------*/
div.sidemenu_right {
	display: none !important;
}

div.sidemenu_right {
	text-align: right;
}

div.sidemenu_right ul li {
	white-space: nowrap;
	margin-bottom: 5px;
}

/*-- 6.contents ---------------------------------*/
/* top */
.main.container {
	width: 100%;
	/*max-width: 1050px; */
	border-bottom: 1px solid #CCCCCC;
}
.top_main {
	margin: 0 auto 0 auto;
	position: relative;
	max-width: 1400px; /* 最大幅 */
    /* min-width: 480px; /* 最小幅 */
	width: 100%;
	height: 420px;
	padding: 35px 0;
	background: url(../img/top/main.jpg) 50% 0 no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.top_main img#sp_mainimg{
	width: 100%;
	/*
    min-width: 100px;
	max-width: 480px;
	*/
}

.campaign_line {
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-size: 130%;
	text-align: left;	
	background-color: rgba(255,102,000,1.0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6600', endColorstr='#e6ff6600',GradientType=0 );
}

.campaign_line p {
	margin: 0 30px;
	vertical-align: text-bottom;
	padding-left: 30px;
	padding-top: 3px;
	background: url(../img/top/campaign_icon.png) 0 no-repeat; 
}

.campaign_line p span {
	font-size: 70%;
}

.msg_box {
	position: absolute;
	right: 35px;
	padding: 25px;
	color: #333333;
	font-size: 100%;
	text-align: left;
	background-color: rgba(255,255,255,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=0 );
}
.msg_box:not(:target) {
	filter: none\9;
}
.msg_box p {
	margin-bottom: 0;
	line-height: 1.5em;
}
.msg_box p.tl {
	margin-bottom: 15px;
	font-size: 130%;
}
.msg_box p strong {
	font-size: 170%;
	font-weight: normal;
	line-height: 1.2em;
}
.msg_box ul.btn_common li a {
	display: block;
}

.msg_box .friend_list {
	max-height: 110px;
	margin-bottom: 20px;
	overflow-y: scroll;
}
.msg_box .friend_list li {
	width: 60px;
	height: 60px;
	padding: 0;
}
.msg_box .friend_list li .checkbox {
	padding: 0;
}
.msg_box .friend_list img {
	width: 50px;
	height: 50px;
	padding: 5px;
}

.msg_box .friend_list li.in_time {
	background-color:  #FFD5D0;
}

.media_box {
	width: 100%;
	/*
	overflow: auto;
	height: 120px;
	*/
}

.media_box dl{
	overflow: hidden;
	margin-bottom: 0px;
}

.media_box dt{
	float: left;
	width: 25%;
	padding: 5px;
	text-align: center;
	line-height: 1.2em;
}

.media_box dd{
	float: left;
	width: 65%;
	padding: 5px 20px;
	line-height: 1.2em;
}

@media screen and (max-width: 480px) {
	.top_cont.container {
		/* margin: 0 20px; */
		margin: 0;
	}
	.top_main {
		height: inherit;
		padding: 0;
		background: none;
	}
	
	.campaign_line {
		width: 100%;
		text-align: center;
	}
	
	.campaign_line p {
		margin: 0 5px;
		background: none; 
		padding-left: 0px;
	}

	.msg_box {
		position: inherit;
		right: inherit;
		padding: 35px 0;
		text-align: center;
	}
	.msg_box p {
		margin: 10px;
	}
	.msg_box p strong {
		font-size: 155%;
	}	
	.msg_box ul.btn_common {
		margin: 0 15px;
	}
	.msg_box ul.btn_common li a {
		font-size: 117%;
	}
	.msg_box .friend_list {
		max-height: inherit;
		overflow: inherit;
		margin: 3px;
	}
}

.point_box div p.tl {
	margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
	.point_box div {
		margin-bottom: 35px;
	}
	.point_box div:last-child {
		margin-bottom: 0;
	}
}

/* common */
.common_box {
	padding: 30px 0 10px 0;
	text-align: left;
	/* border-bottom: 1px solid #CCCCCC; */
	line-height: 1.7em;
}
.common_box:last-child {
	border-bottom: none;
}
.common_box h2 {
	margin: 0;
	color: #333333;
	/* font-size: 24px; */
	font-size: 180%;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0 1px 0 #ffffff;
	padding: 0 25px 0 0;
	margin: 0;
}

@media screen and (max-width: 640px){
	.common_box {
		/* padding: 70px 0 10px 0; */
		padding: 0px 0 10px 0;
	}
	
	.common_box h2 {
		/* font-size: 180%; */
		font-size: 150%;
		padding-top: 10px;
		padding-left: 10px;
	}
}

.common_box h3 {
	margin: 0 0 35px 0;
	color: #333333;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.4em;
}

.common_box p {
	color: #666;
}


.common_box p.tl {
	margin-bottom: 35px;
}
.common_box p strong {
	color: #333333;
	font-size: 150%;
	font-weight: normal;
}
.common_box ul li.link {
	text-align: right;
}
.common_box .common_inner {
	margin-bottom: 5px;
	padding: 10px;
}
.common_box .common_inner p {
	margin-bottom: 0;
	text-align: left;
}

.heightLine p {
	padding-bottom: 20px;
}

p.fb_text {
	margin-top: 35px;
}

.cont_bottom_box .friend_list {
	margin-bottom: 20px;
	text-align: center;
}
.cont_bottom_box .friend_list li {
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 0;
}
.cont_bottom_box .friend_list li .checkbox {
	padding: 0;
}
.cont_bottom_box .friend_list li img {
	width: 50px;
	height: 50px;
}
.cont_bottom_box p {
	margin-bottom: 30px;
}

.cont_bottom_box .friend_list li.in_time {
	background-color: #FFD5D0;
}

/* login */
.login_box {
	padding: 30px 0;
}
.login_box p {
	font-size: 134%;
	line-height: 1.7em;
}


/*delivery*/
.delivery_form_tl {
	margin: 30px 0 10px 0;
    padding: 5px 20px;
    font-weight: bold;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
	background-color: #F3F3F3;
}


.approval_icon {
        width: 70px !important;
        height: 30px !important;
        padding-left: 8px;
        position:relative;
        top:-5px;
}

/* friend list */
#img_loading {
	display: block;
	margin: 10px auto;
}

.friend_list, .friend_list_soon, #friend_list_btn_box {
	float: none;
	margin: 0 auto;
}

#friend_list_btn_box {
	text-align: left;
}

.friend_list li, .friend_list_soon li {
	width: 110px;
	margin-top: 5px;
}

.friend_list img, .friend_list_soon img {
	height: 100px;
	width: 100px;
}

.friend_list p, .friend_list_soon p {
	width: 100px;
}

.friend_list p.name, .friend_list_soon p.name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.friend_list li.in_time {
	background-color:  #FFD5D0;
}

/*-- 7.dl ---------------------------------------*/
dl.dl_form {
	margin: 0;
	/* background: #f3f3f3; */
	width: 740px;
}

@media screen and (max-width: 640px){
	dl.dl_form {
		width: 100%;
		background: #f3f3f3;
	}
}

dl.dl_form_red {
	background: none 0 0 #FFDCDC;
}
dl.dl_form.last {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
dl.dl_form.last.after_content {
	margin-bottom: 10px;
}
dl.dl_form dt,
dl.dl_form dd {
	min-height: 25px;
	line-height: 25px;
	padding: 20px 0px;
	margin: 0;
	border-top: 1px solid #ddd;
}


/* laxus form */
body#sub dl.dl_form dd {
	margin-left: 0;
	padding-left: 50px;
	color: #666;
}

@media screen and (max-width: 640px){
	body#sub dl.dl_form dd {
		margin-left: 0;
		padding-left: 10px;
	}
	
	body#sub dl.dl_form dt,
	body#sub dl.dl_form dd {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}


dl.dl_form dt {
	/* text-align: right; */
	color: #222;
}

@media screen and (max-width: 770px) {
	dl.dl_form dt {
		text-align: left;
		padding-left: 10px;
	}
}

dl.dl_form dd {
	background-color: #fff;
	padding-left: 10px;
}

dl.dl_form dd input,
dl.dl_form dd select {
	margin-top: 4px;
	margin-bottom: 4px;
}

dl.dl_form label.note {
	color: #a2a2a2;
	background: #f2f2f2;
	width: 65px;
	text-align: center;
	font-size: 11px;
	float: left;
	margin: 8px 8px 0 0;
}

dl.dl_form dd div.form {
	max-width: auto;
	float: left;
	margin-right: 5px;
}

dl.dl_form dd div.form label.radio,
dl.dl_form dd div.form label.checkbox {
	margin-top: 2px;
}

dl.dl_form dd ul.form {
	margin: -5px 0 0;
}

dl.dl_form dd ul.inline li {
	display: inline;
	margin-right: 15px;
}

dl.dl_form .text-note {
	color: #2eb474;
	margin-top: 0;
	margin-bottom: 0;
}

dl.dl_form.error {
	background-color: #FFDDDD;
}
dl.dl_form.error dd {
	color: #666;
}
dl.dl_form.error input,
dl.dl_form.error select {
	background-color: #fFdddd;
}

.clearfix:AFTER {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media screen and (max-width: 768px){
	dl.dl_form label.note {
		float: none;
	}
}

/*-- 10.anchar-back ------------------------------*/
.anchar-back {
	float: left;
}
.anchar-back:BEFORE {
/*	content: url("../img/icon/arrow_blue_l.png");*/
	margin-right: 5px;
}

/*-- 14.information(modal) ---------------------------*/
.common_info {
	padding: 25px;
	margin: 0;
	overflow-y: auto;
}

.common_info a:HOVER {
	cursor: default;
	text-decoration: none;
}

.common_info .modal_hidden {
	display: none;
}

/*-- 99.responsive ------------------------------*/
.notforsp {
	*display: none !important;
	display: none9 !important;
}

@media screen and (max-width: 767px) {
	.notforsp {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.notforpc {
		display: none !important;
	}
}

#easy_button {
	cursor: pointer;
	display: inline-block;
	padding: 5px 14px 6px;
	color: rgb(51, 51, 51) !important;
	font-size: 90%;
	line-height: normal;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	transition: all 0.1s linear 0s;
	background-color: rgb(229, 229, 229);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(229, 229, 229));
	background: -webkit-gradient(linear, center bottom, center top, from(#ddd), to(#fff)); 
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(187, 187, 187);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

#easy_message {
	font-size: 14px;	
}
.wordbreak {
	word-break: break-all;
}


/* ADD */

footer {
	/* background: rgb(61, 61, 61);	 */
	background: #f7f7f7;
}


.footer-area-container .footer-widget.widget_nav_menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-area-container .footer-widget.widget_nav_menu li {
margin: 0;
line-height: 22px;
}
.footer-area-container .widget_nav_menu li.menu-item a {
margin-bottom: 10px; display: block;

}


/*=================================================
27 - footer area
=================================================*/

.footer-area-container {
  /* color: #a2a2a2; */
  color: #858585;
  word-wrap: break-word;
  /* background-color: #393939; */
  background-color: #f7f7f7;
  padding: 60px 0 60px 0;
}

.footer-area-container .footer-widget-title {
  font-size: 16px;
  font-weight:bold;
  /* color: #cecece; */
  color: #858585;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #444; */
  border-bottom: 1px solid #ccc;
}
.footer-area-container .fa {
  color: #fefefe;
  margin-right: 6px;
}
.footer-area-container a {
  /* color: #a2a2a2; */
  color: #858585;
  word-wrap: break-word;
}

.footer-area-container a:hover {
	text-decoration: none;
}

.footer-area-container .site-footer {
  margin-top: 30px  ;
  padding: 23px 0 15px 0;
  text-align: center;
}
.footer-holder {
	color: #999999;
	/* background: #3d3d3d; */
	background: #f7f7f7;
	display: table-cell;
	text-align: center;
	line-height: 24px;
	padding-top: 4px;
	height: 60px;
	width: 1%;
	vertical-align: middle;
}
.footer-holder p {
  margin: 0;
  letter-spacing: 1px;
  color: #838383;
}
.footer-holder .site-footer .footer-nav { list-style:none; margin:5px 0 10px 0; padding: 0;}
.footer-holder .site-footer .footer-nav li { display:inline-block; padding:0 20px; font-size: 14px;}

.fotter-logo {
  margin: 5px 0 10px 0;
}


@media only screen and (max-width: 980px)  {
	
  .footer-area-container .footer-widget {
   margin-bottom: 40px;
  }
  .footer-area-container .site-footer {
    text-align: center;
  }
  .footer-area-container .site-footer .footer-nav {
    text-align: center;
    padding: 0;
  }	
	
}

.appdownload {
	/* background: url(../img/common/dl_b_150518.png) #f2f2f2 no-repeat; */
	background: url(../img/common/dl_b_160121.png) #f2f2f2 no-repeat;
	background-size: 320px;
	background-position: center;
	height:80px;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}
.appdownload_left {
	float: left;
	width: 16px;
//	height:80px;
	margin-left: 4px;
	position:relative; top:30px; 
}

.appdownload_right {
	float: left;
	width: 92%;
	height:80px;
}


/**********************************
	フッター
***********************************/
.sub-footer {
	width: 100%;
	background-color: #F5F5F5;
	margin: 0;
	padding: 60px 0 20px;
}

.sub-footer .fotter-logo {
	width: 140px;
}

.sub-footer h4 {
	color: #858585;
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 20px 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.sub-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-footer ul a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #858585;
	word-wrap: break-word;
	text-decoration: none;
}

.sub-footer .app-button,
.sub-footer .google-button {
	height: 47px;
}

.sub-footer .copylight {
	color: #838383;
	letter-spacing: 1px;
	margin: 50px 0 0 20px;
	font-size: 12px;
	line-height: 16px;
}


.dl-image {
	width: 100%;
	max-width: 675px;
}

footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
/*	height: 150px;*/
	padding-top: 15px;
	background-color: #f5f5f5;
}

footer .sp-only {
	display: none;
	width: 100%;
}

footer .sp-only::before,
footer .sp-only::after {
	display: block;
	content: "";
	height: 10px;
	background-color: #f5f5f5;
	/*background-color: #FFFFFF;*/
}

.sp_bottom_space {
	padding-bottom: 0px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.5em;
}

footer ul li .footer-app-img {
	height: 40px;
}

footer ul li .sns-buttons {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

footer ul li .sns-buttons .footer-sns-img {
	width: 45px;
	float: left;
	margin-right: 10px;
}

footer .footer-corp {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #999999;
	color: #FFFFFF;
}

.sub-footer .footer-list {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	height: 100%;
	min-height: 330px;
}

@media screen and (max-width: 768px ) {
	.sub-footer .footer-list {
		border-left: none;
		padding-left: 0px;
		border-top: 1px solid #ccc;
		padding-top:10px;
	}
}


@media screen and (max-width: 992px ) {
	footer ul li {
		/* font-size: 13px; */
		font-size: 12px;
		height: 30px;
		text-align: center;
	}
	footer ul li .sns-buttons  {
		/* margin-left : 45%; */
	}

	footer ul li .sns-buttons .footer-sns-img {
		width: 35px;
	}
}

@media screen and (max-width: 768px ) {
	footer {
/*		height: 190px;*/
		padding-top: 10px;
	}

	footer ul li .sns-buttons {
		margin-top: 10px;
		/* margin-left : 35%; */
		overflow: hidden;
		width: 130px;
		margin: 10px auto;
	}

	footer .sp-only {
		display: block;
	}

	body {
/*		margin-bottom: 190px !important;*/
	}

	.sp_bottom_space {
		/* padding-bottom: 20px; */
		padding-bottom: 50px;
	}
}

.font-blue {
	color: #007AFF;
}
.cursor-pointer{
	cursor: pointer;
}


.jadma_img {
	float: left;
	padding-right: 5px;
}


.jadma_txt {
	font-size:10px;
}

.authority_logo {
	margin-bottom: 20px;
}

@media screen and (max-width: 995px ) {
	
	.jadma_txt {
		font-size:10px;
		float:none;
		margin-top:0
	}
	
}


.b_12months_bag_img {
	max-width: 100px;
}


.fine-product {
	width: auto;
	padding: 0 4px;
	height: 20px;
	line-height: 18px;
	color: #F05096;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #F05096;
}





