@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Hurricane&family=Permanent+Marker&family=Shadows+Into+Light&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,li{margin:0;padding:0;}
address,caption,cite,code,dfn,em,sliong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:center;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
	overflow:hidden;
	width:100%;
	height:568px;
	background-image: url(https://candy.itembox.design/item/candy_glue/images/mainImg01.png);
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 1rem;
}

#header img{
	position:absolute;
	left:50%;
	width:1280px;
	height:568px;
	margin-left:-640px;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-liansform: lianslate(0, -50%);
  liansform: lianslate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
	border-bottom: none;
	margin: 2em;
  width: 100%;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

/* img{
	width: 100%;
	height: 100%;
} */

.box_movie {
	background: #1e1e1e;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	margin-bottom: 50px;
}
.box_movie h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0.2em;
}
.glue p {
	margin-bottom: 1em !important;
	font-size: 1.6rem;
}
section {
	display: block;
	margin: 0 auto;
	width: 1200px;
	margin-bottom: 60px;
}
.movie_img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
.box_movie {
    padding: 50px 15px;
		width: 100%;
}
}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

.col4 {
	background: #fff;
	padding: 3em;
}

.col4 #b, #b02 {
	font-size: 1.4em;
	background-color: #d8d8d8;
  color: #424242;
	border-left: #232323a3 5px solid;
	line-height: 1.5em;
	padding: 1%;
	text-align: center;
	width: 55%;
	margin: 0 auto;
}

.msds li {
	font-size: 1em !important;
	text-decoration: none;
	text-align: left;
	padding: 0.1em !important;
	margin: 0 auto;
}

.col4 p {
	font-weight: 200;
	color: #000;
	margin: 0.5em;
}
.col4 ul {
	text-align: left;
}

.col4 li{
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 82%);
	padding: 10px;
}


.glue_tkty {
	background-color: none;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
}

.col4 .glue_tkty li {
	background-color: none;
	text-decoration: none;
	text-align: left;
	padding: 1%;
	margin: 0 auto;
	font-size: 1.2em;
}

.glue_tkty2 {
	background-color: none;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
}

.col4 .glue_tkty2 li {
	background-color: none;
	text-decoration: none;
	text-align: left;
	padding: 1%;
	margin: 0 auto;
	font-size: 1.2em;
}

.glue_tkty2 div {
	margin: 0 auto;
	max-width: 90rem;
	text-align: center;
	margin-top: 0.5em;
}

.glue_tkty2 div img {
	margin: 4rem 0;
}

a.btn2 {
	font-weight: bold;
	color: #fff;
	background-color: #8f94d5;
    display: block;
    width: 15em;
    border-radius: 30px;
	padding: 1em;
	text-align: center;
    margin: 20px auto 30px;
}

.fs-c-subgroupList {
	display: -ms-flex;
	display: flex;
	margin-left: 0px;
	margin-right: 0px;
}

/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	margin-top: 2rem;
	padding-bottom: 10px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.card {
position: relative;
width: 300px;
height:620px;
margin: 0 auto;
margin-top:30px;
background-color: white;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
z-index: 999;
}
/*-------------------------------------------------
LINEUP
-------------------------------------------------*/

.box_lineup{
	margin-bottom: 100px;
}

.box_lineup_frame{
	overflow: hidden;
	margin-right: -2%;
}

.box_lineup_x1{
	border: solid 2px #1e1e1e;
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 74px 12px 25px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.box_lineup_x1 h3{
	background: #1e1e1e;
	color: #fff;
	font-size: 18px;
	width: 340px;
	padding: 10px 0 10px 20px;
	position: absolute;
	top: 14px;
	left: 0;
}

.box_lineup_x1 h3 span{
	display: block;
	font-size: 16px;
}

.box_lineup_x1 h3 img{
	vertical-align: middle;
	margin-left: 10px;
	height: 1em;
width:auto;
}
.box_lineup_x1 ul{
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: -.40em;
/*	margin-top:20px; */

}
.box_lineup_x1 ul li{
	display: inline-flex;
	vertical-align: middle;
	text-align: center;
/*	width: 49%;*/
}
/* 2020726 yonao
.box_lineup_x1 ul li img {
	width: 100%;
}*/
.box_lineup_x1 ul li:first-child{
	width: 30%;
/*	margin-bottom: 10px; */
}
.box_lineup_x1 ul li:last-child{
	width: 55%;
}
.box_lineup_x1 h4{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.6;
}

.title-maru4 {
  position: absolute;
	right: 3%;
	z-index: 1;
	top: 24px;
	padding: 6px 0.8em;
	font-weight: bold;
	font-size: 1.1em;
	color: #323232;
	background-color: #e2e2e2;
 }

.box_lineup_x1 dl{
	overflow: hidden;
}

.box_lineup_x1 dl dt{
	border: solid 1px #a2a2a2;
	width: 7em;
	float: left;
	text-align: center;
	padding-bottom: 2px;
	font-weight: normal;
}

.box_lineup_x1 dl dd{
	margin-left: 7.5em;
	overflow: hidden;
	padding: 1px 0 10px;
}
.box_lineup_x1 p.price{
	font-weight: bold;
	text-align: right;
	font-size: 18px;
	margin-bottom: 1.5em;
}
.box_lineup_x1 p.price span{
	font-size: 12px;
}
.btn {
	margin-bottom: 0;
	font-size: 1em;
	border: solid 1px #000;
	width: 50%;
	text-align: center;
	padding: 1em;
	margin-left: 25%;
    margin-top: 10px;
}

/* 20220629yonao */
.glueSpec{
    margin: 6px 0px;
}

.youtubeIframe{
    max-width: 1024px;
    margin: 10px auto;
    
}

.photo{
z-index: 3;
position: relative;
height: 270px;
width: 150px;
padding: 5px;
background-image: url("../");
background-size: cover;
background-position: 50% 50%;
top:10px;
left: 0px;
}

.photo02{
	z-index: 3;
	position: relative;
	height: 270px;
	width: 150px;
	padding: 5px;
	background-image: url("../images/ethyl_butyl.png");
	background-size: cover;
	background-position: 50% 50%;
	top:10px;
	left: 0px;
}

.photo03{
	z-index: 3;
	position: relative;
	height: 270px;
	width: 150px;
	padding: 5px;
	background-image: url("../images/butyl_kuro.png");
	background-size: cover;
	background-position: 50% 50%;
	top:10px;
	left: 0px;
}

.photo04{
	z-index: 3;
	position: relative;
	height: 270px;
	width: 150px;
	padding: 5px;
	background-image: url("../images/butyl_kuro.png");
	background-size: cover;
	background-position: 50% 50%;
	top:10px;
	left: 0px;
}

.photo05{
	z-index: 3;
	position: relative;
	height: 270px;
	width: 150px;
	padding: 5px;
	background-image: url("../images/butyl_kuro.png");
	background-size: cover;
	background-position: 50% 50%;
	top:10px;
	left: 0px;
}

.stuts {
position: absolute;
bottom: 0;
right: -150px;
width: 100%;
}

label {
	display: block;
	margin: 0 0 4px 0;
	padding : 15px;
	line-height: 1;
	color :#000;
	cursor :pointer;
	background-color: #fff;
}

.label {
	text-align: center;
	font-weight: bold;
	color: rgb(197, 135, 255);
	font-size: 28px;
	font-family: 'Dancing Script', cursive;
	font-family: 'Hurricane', cursive;
	font-family: 'Permanent Marker', cursive;
	font-family: 'Shadows Into Light', cursive;
}

/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(https://candy.itembox.design/item/candy_glue/images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: rgb(74, 74, 74);
}



/* table01 */

#table01 h3 {
	font-weight: 200;
	font-size: large;
	margin-bottom: 1em;
	width: 90%;
}
/*#table01 p {
	font-weight: 200;
	padding: 3%;
}*/
#table01 span {
	font-size: .9rem;
/*	padding: 3%; */
	line-height: normal;
}

#table01 li {
	margin-left: 5px;
  border: none;
	font-weight: 100;
	width: 48%;
	height: 680px;
	display: inline-block;
	background: none;
	border-bottom: 1px solid #969696;
}

/* #table01 li div span {
	font-size: .8rem;
	padding: 3%;
	line-height: normal;
} */

#table01 li div .sm {
	font-size: .8rem;
	padding: 3%;
	line-height: normal;
}

#table01 ul {
  width: 50%;
	border-right: #b5b1b1 solid 1px;
	font-weight: 200;
}

#table01 div {
/* 	display: inline-flex; */
	margin: 1em;
}

/* #table01 div img {
	width: 100%;
	height: 100%;
} */

/* PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.ntg_w {
	width: 35% !important;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	section h2{
		padding: 10px 0 5px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (max-width: 768px){
	body{
		font-size:14px;
	}
	section {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
}

	#slogan{
		position: absolute;
    top: 40%;
    width: 100%;
		left: -20px;
    -webkit-liansform: lianslate(0, -50%);
    liansform: lianslate(0, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
	}
	.vision {
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
    padding-bottom: 10px;
}
    .vision p{
        font-size: 1rem;
    }
.box_lineup_x1 dl dt {
	border: solid 1px #a2a2a2;
	width: 7em;
	float: left;
	text-align: center;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 1.3em;
}
.box_lineup_x1 dl dd {
	margin-left: 7.5em;
	overflow: hidden;
	padding: 1px 0 10px;
	font-size: 1.3em;
}
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	.stg {
		display: inline-block !important;
		width: 40% !important;
	}
	.stg p {
		letter-spacing: .1rem;
    line-height: 1.2em;
    text-align: left;
    font-size: .8em;
	}
	.stg p span {
		letter-spacing: normal;
    font-size: .2em;
	}
	.stg .yaji {
		width: 20%;
    margin: 1rem 0;
	}

	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}

@media only screen and (min-width: 641px){
	.col4 li{
		width: 100%;
		margin: 0 auto;
		padding: 3%;
		vertical-align: middle;
	}
	.sec04 {
		font-size: 3em;
    font-weight: normal;
    text-align: center;
    border-bottom: black 1px solid;
    border-bottom-style: groove;
    width: 24%;
    margin: 0 auto;
    margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px){

	.box_lineup{
		margin-bottom: 80px;
	}

	.box_lineup_frame{
		margin-right: 0;
	}

	.box_lineup_x1{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 18px;
		padding:70px 22px 25px;
	}

	.box_lineup_x1 h3{
		font-size: 16px;
		width: 95%;
	}

	.box_lineup_x1 h3 span{
		display: block;
		font-size: 14px;
	}

	.box_lineup_x1 ul{
		text-align: center;
		margin-bottom: 30px;
		letter-spacing: -.40em;
/*		margin-top:20px;*/
	}
	.box_lineup_x1 ul li{
		display: inline-flex;
    vertical-align: middle;
    text-align: center;
    width: 49%;
	}
	.box_lineup_x1 ul li:first-child{
		width: 33%;
		margin-bottom: 10px;
	}
	.box_lineup_x1 ul li:last-child{
		width: 60%;
	}

	.box_lineup_x1 h4{
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
    /* 20220728 yonao*/
    div.box_package_photo {
        width: 100%;
    }
    div.box_package_text {
        float: none;
        width: 100%;
    }
    
    
}

@media only screen and (max-width: 480px){
	section h2{
		font-size: 2em !important;
		padding: 10px 0 20px 0;
	}
	section h2, .sec04 {
		font-size: 1.5em !important;
		font-weight: normal;
		text-align: center;
		border-bottom: black 1px solid;
		border-bottom-style: groove;
		width: 80%;
		margin: 0 auto;
		margin-top: 4%;
		margin-bottom: 4%;
		letter-spacing: 0.5rem;
		line-height: 42px;
		padding: 0.3em;
	}
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
		border-bottom: none;
		margin: 0 !important;
    padding: 0 9%;
	}
	#slogan{
		position: absolute;
    top: 20%;
    width: 100%;
    left: 0 !important;
    -webkit-liansform: lianslate(0, -50%);
    liansform: lianslate(0, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
	}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	liansition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	liansition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: liansparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	liansform: rotate(-45deg);
  	-webkit-liansform: rotate(-45deg);
	}

	a#menu .close:after{
  	liansform: rotate(-135deg);
  	-webkit-liansform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-liansform: rotate(45deg);
		liansform: rotate(45deg);
	}
	#header {
		display: block;
		position: static;
	}
	.vision{
		width: 90%;
		margin: 0 auto;
		margin-top: 2rem;
		padding-bottom: 10px;
		font-size: 1.3em;
	}
	.box_lineup_x1 dl dt {
		border: solid 1px #a2a2a2;
		width: 7em;
		float: left;
		text-align: center;
		padding-bottom: 2px;
		font-weight: normal;
		font-size: 1em;
	}
	.box_lineup_x1 dl dd {
		margin-left: 2em;
    overflow: hidden;
    padding: 1px 5px 10px;
    font-size: .8em;
	}
	.btn {
    margin-bottom: 0;
    font-size: 1em;
    border: solid 1px #000;
    width: 50%;
    text-align: center;
    padding: 1em;
    margin-left: 25%;
}
.btn :hover{
	color: rgb(246, 98, 226);
}
#sec04 p {
/*	font-size: 1.2em;*/
	line-height: 1.8em;
/*	padding: 0.4em 0.9em;*/
	margin-bottom: 2rem;
}

#table01 {
	margin: 0 auto;
	width: 90%;
}

#table01 img {
	width: 70%;
}

#table01 th,
#table01 li,
#table01 div {
	width: 100%;
	display: block;
	height: auto;
}

#table01 th {
	width: 100%;
	border-right:none;
	border-bottom: 1px solid #b5b1b1;
}

#table01 li {
	padding-top: 0;
	border-bottom: 1px solid #b5b1b1;
}
#table01 h3{
	font-size: 1.7rem;
	margin-top: 5rem;
	font-weight: 400;
	color: #6a6a6a;
	width: 100%;
}
#table01 p {
	font-size: 1.3rem;
	line-height: inherit;
	margin: 0;
}
#table01 div {
	display: block;
	margin: 0;
/* 	text-align: center;*/
}
#table01 li{
	margin-left: 0;
	padding: 0;
}

.title-maru4 {
  position: absolute;
	right: 3%;
	z-index: 1;
	top: 45px;
	padding: 6px 0.8em;
	font-weight: bold;
	font-size: 0.7em;
	color: #323232;
	background-color: #e2e2e2;
 }
 .col4 #b, #b02 {
	font-size: 1.4em;
	background-color: #d8d8d8;
	color: #424242;
	border-left: #232323a3 5px solid;
	line-height: 1.5em;
	padding: 1%;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
 .glue_tkty {
	background-color: none;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
}

.col4 .glue_tkty li {
	background-color: none;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
}
.glue_tkty2 {
	background-color: none;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
}

.col4 .glue_tkty2 li {
	background-color: none;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 0.5rem;
}

 .col4 {
	background: #fff;
	padding: 1em;
}
.ntg_w {
	width: 100%;
}
}
	.col3{
		text-align: center;
		display: block;
	}

	.col3 li{
		display: block;
		width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
	}
	section h2, .sec04 {
        font-size: 3em;
        font-weight: normal;
        text-align: center;
        border-bottom: black 1px solid;
        border-bottom-style: groove;
        width: 90%;
        margin: 0 auto;
		margin-top: 5%;
        margin-bottom: 5%;
		letter-spacing: 0.5rem;
        line-height: 30px;
		padding: 0.3em;
	}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 10px 0 20px 0;
	}
	#sec01 h2{
		padding: 30px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

/* 20220727 yonao*/
.container_special {
    overflow: hidden;
}

div.box_package_text {
    float: left;
    width: 79%;
}
div.box_package_photo {
    width: 20%;
}