@charset "UTF-8";
/* CSS PC/SP共通レイアウト */
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333;
	line-height: 1.8;
	background-color: #FFF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	border:0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
li {
	list-style-type:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
a.underline {
	text-decoration: underline;
}
.font_yumincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_yumincho_bold {
	font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
}
.font_yugothic {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.font_meiryo {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
a.anchor {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#container {
	width: 100%;
	min-width: 1240px;
}
#main_contents {
	width: 100%;
	padding-bottom: 140px;
}

/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
#headarea {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
#headarea .above {
	position: absolute;
	top: 5px;
	left: 0px;
	font-size: 1.3rem;
}
#headarea .inner {
	display: table;
	width: 1200px;
	height: 100px;
}
#headarea .inner .logo {
	display: table-cell;
	width: 303px;
	vertical-align: middle;
}
#headarea .inner .global_navi {
	display: table-cell;
	width: 897px;
	vertical-align: middle;
}
#headarea .inner .global_navi ul {
	text-align: right;
}
#headarea .inner .global_navi ul li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
}
#headarea .inner .global_navi ul li a {
	font-size: 1.6rem;
	color: #000;
}
#headarea .inner .global_navi ul li a:hover {
	color: #002f7c;
	text-decoration: underline;
}
#headarea .inner .global_navi ul li.active a {
	color: #002f7c;
	text-decoration: underline;
	pointer-events: none;
}
#headarea .inner .global_navi ul li.noborder a {
	text-decoration: none;
}

/*--------------------------------------------------*
 *   リード文
 *--------------------------------------------------*/
#main_contents .lead_top {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin-top: 90px;
}
#main_contents .lead {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin-top: 60px;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
#main_contents .title_basic {
	width: 100%;
	font-size: 4.6rem;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 2px 3px #000;
	letter-spacing: 8px;
	height: 400px;
	line-height: 400px;
	text-align: center;
}
#main_contents .title_various {
	background: url(../img/common/title_back_various.jpg) no-repeat center center;
	background-size: cover;
}
#main_contents .title_kouri {
	background: url(../img/service/title_back_kouri.jpg) no-repeat center center;
	background-size: cover;
}
#main_contents .title_yukan {
	background: url(../img/service/title_back_yukan.jpg) no-repeat center center;
	background-size: cover;
}
#main_contents .title_ihinseiri {
	background: url(../img/service/title_back_ihinseiri.jpg) no-repeat center center;
	background-size: cover;
}
#main_contents .title_sub {
	font-size: 3.0rem;
	color: #022150;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 5px;
	text-align: center;
	position: relative;
}
#main_contents .title_sub span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	text-align: center;
	margin: 0px auto;
}
#main_contents .title_service {
	background: url(../img/index/title_service.png) no-repeat center bottom;
	padding-top: 250px;
}
#main_contents .title_access {
	background: url(../img/index/title_access.png) no-repeat center bottom;
	padding-top: 200px;
}
#main_contents .title_gift {
	background: url(../img/service/title_gift.png) no-repeat center bottom;
	padding-top: 150px;
}
#main_contents .title_tyflower {
	background: url(../img/service/title_tyflower.png) no-repeat center bottom;
	padding-top: 150px;
}
#main_contents .title_yukan_s {
	background: url(../img/service/title_yukan.png) no-repeat center bottom;
	padding-top: 150px;
}
#main_contents .title_purchase {
	background: url(../img/service/title_purchase.png) no-repeat center bottom;
	padding-top: 150px;
}
#main_contents .title_news {
	padding-top: 100px;
}

#main_contents .caption {
	font-size: 1.5rem;
	color: #022150;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 25px;
}
#main_contents .sort {
	font-size: 1.6rem;
	color: #022150;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 25px;
}
#main_contents .title_seika {
	font-size: 2.6rem;
	color: #FFF;
	font-weight: bold;
	line-height: 65px;
	background-color: #002f7c;
}
#main_contents .title_seika span {
	display: block;
	width: 1200px;
	margin: 0px auto;
}

/*--------------------------------------------------*
 *   サービス
 *--------------------------------------------------*/
#main_contents .news_top .inner {
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.4;
	text-align: center;
	margin-top: 40px;
	color:#FF0000;
}
#main_contents .news_top .inner a{
	color:#FF0000;
	text-decoration:underline;
}

/*--------------------------------------------------*
 *   サービス
 *--------------------------------------------------*/
#main_contents .service_top {
	width: 100%;
}
#main_contents .service_top .inner {
	width: 100%;
	background: url(../img/index/pt_rose.png) no-repeat center 160px;
	background-size: cover;
	padding-bottom: 100px;
}
#main_contents .service_top .inner .service_list {
	width: 1200px;
	margin: 50px auto 0px;
}
#main_contents .service_top .inner .service_list ul li {
	width: 380px;
	float: left;
	margin-right: 30px;
	padding-top: 30px;
}
#main_contents .service_top .inner .service_list ul li:nth-child(3n) {
	margin-right: 0px;
}
#main_contents .service_top .inner .service_list ul li a {
	display: block;
	width: 380px;
	overflow: hidden;
	position: relative;
}
#main_contents .service_top .inner .service_list ul li img {
	transition:1s all;
}
#main_contents .service_top .inner .service_list ul li a:hover img {
	transform:scale(1.2,1.2);
}
#main_contents .service_top .inner .service_list ul li span {
	font-size: 2.2rem;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	left: 0px;
	right: 0px;
	transform : translateY(-50%);
	margin: 0px auto;
	text-align: center;
}
#main_contents .service_top .inner .banner {
	text-align: center;
	margin-top: 70px;
}
#main_contents .service_top .inner .banner ul li {
	display: inline-block;
	padding: 30px 15px 0px;
}

/*--------------------------------------------------*
 *   アクセス
 *--------------------------------------------------*/
#main_contents .access {
	width: 100%;
}
#main_contents .access .inner {
	display: table;
	width: 1020px;
	margin: 80px auto 0px;
}
#main_contents .access .inner .map {
	display: table-cell;
	width: 640px;
	vertical-align: middle;
	height: 0;
	overflow: hidden;
	padding-bottom: 450px;
	position: relative;
}
#main_contents .access .inner .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#main_contents .access .inner .office {
	display: table-cell;
	width: 380px;
	vertical-align: middle;
	padding-left: 70px;
}
#main_contents .access .inner .office .name {
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 10px;
}
#main_contents .access .inner .office .address {
	font-size: 1.6rem;
	line-height: 2.0;
}
#main_contents .access .inner .office .bt_map {
	width: 210px;
	margin-top: 40px;
}
#main_contents .access .inner .office .bt_map a {
	display: block;
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	background: url(../img/common/bt_arrow.png) no-repeat 94% center;
	background-color: #b2c0d7;
	padding-left: 45px;
}
#main_contents .access .inner .office .bt_map a:hover {
	background-color: #002f7c;
	opacity: 1.0;
}

/*--------------------------------------------------*
 *   パンくず
 *--------------------------------------------------*/
#main_contents .pan {
	width: 1100px;
	margin: 15px auto 0px;
	font-size: 1.3rem;
}
#main_contents .pan a {
	color: #333;
}
#main_contents .pan span {
	padding: 0px 4px 0px 6px;
}

/*--------------------------------------------------*
 *   会社概要ページ
 *--------------------------------------------------*/
#main_contents .about {
	width: 1100px;
	margin: 80px auto 0px;
}
#main_contents .about table {
	width: 1100px;
	font-size: 1.6rem;
	border-top: 1px solid #BBB;
}
#main_contents .about table th {
	width: 340px;
	color: #002f7c;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #BBB;
	padding: 25px 0px 25px 80px;
}
#main_contents .about table td {
	width: 760px;
	border-bottom: 1px solid #BBB;
	padding: 25px 80px 25px 0px;
}

/*--------------------------------------------------*
 *   サイトポリシー/プライバシーポリシー
 *--------------------------------------------------*/
#main_contents .policy {
	width: 1100px;
	margin: 0px auto;
}
#main_contents .policy .onegai {
	margin-top: 80px;
}
#main_contents .policy .onegai .title_onegai {
	font-size: 2.0rem;
	color: #002f7c;
	font-weight: bold;
}
#main_contents .policy .onegai .memo {
	font-size: 1.5rem;
	margin-top: 10px;
}
#main_contents .policy .policy_list dl dt {
	font-size: 1.8rem;
	color: #002f7c;
	font-weight: bold;
	margin-top: 70px;
}
#main_contents .policy .policy_list dl dd {
	font-size: 1.5rem;
	margin-top: 10px;
}
#main_contents .policy .notice {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.4;
	margin-top: 80px;
}

/*--------------------------------------------------*
 *   採用情報
 *--------------------------------------------------*/
#main_contents .recruit {
	width: 1100px;
	margin: 0px auto;
}

/*--------------------------------------------------*
 *   お問い合わせ
 *--------------------------------------------------*/
#main_contents .contact {
	width: 1100px;
	margin: 80px auto 0px;
}
#main_contents .contact .attention {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 40px;
}
#main_contents .contact .hissu {
	color: #e83828;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 4px;
}
#main_contents .contact table {
	width: 1100px;
	border-top: 1px solid #BBB;
	margin-top: 50px;
}
#main_contents .contact table th {
	width: 340px;
	font-size: 1.6rem;
	color: #002f7c;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #BBB;
	padding: 15px 0px 15px 80px;
}
#main_contents .contact table td {
	width: 760px;
	font-size: 1.5rem;
	border-bottom: 1px solid #BBB;
	padding: 15px 80px 15px 0px;
}
#main_contents .contact table td input[type=text] {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 100%;
	background-color: #FFF;
	padding-left: 10px;
	vertical-align: middle;
	border: 1px solid #BBB;
}
#main_contents .contact table td input.short {
	width: 400px;
}
#main_contents .contact table td textarea {
	width: 100%;
	height: 240px;
	font-size: 100%;
	border: 1px solid #BBB;
	background-color: #FFF;
	padding: 10px;
}
#main_contents .contact table td .advice {
	margin-top: 5px;
}
#main_contents .contact .agreement {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 50px;
}
#main_contents .contact .agreement a {
	color: #0078be;
	text-decoration: underline;
}
#main_contents .contact .bt_go {
	width: 320px;
	margin: 40px auto 0px;
}
#main_contents .contact .bt_go a {
	display: block;
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	line-height: 60px;
	background: url(../img/common/bt_arrow.png) no-repeat 94% center;
	background-color: #b2c0d7;
	text-align: center;
}
#main_contents .contact .bt_go a:hover {
	background-color: #002f7c;
	opacity: 1.0;
}

#main_contents .contact .error_messe{
	margin-top:20px;
	color:#FF0000;
	font-size:1.6rem;
}

/*--------------------------------------------------*
 *   事業
 *--------------------------------------------------*/
#main_contents .service {
	width: 100%;
}
#main_contents .service .gift {
	width: 860px;
	margin: 50px auto 0px;
	border-top: 1px solid #002f7c;
	border-bottom: 1px solid #002f7c;
	padding: 40px 82px;
}
#main_contents .service .gift .subheading {
	font-size: 2.0rem;
	color: #002f7c;
	font-weight: bold;
	text-align: center;
}
#main_contents .service .gift .guide {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 10px;
}
#main_contents .service .gift .gift_list {
	width: 696px;
}
#main_contents .service .gift .gift_list ul li {
	width: 340px;
	float: left;
	background-color: #e0e6ef;
	padding: 0px 10px 10px;
	margin-top: 25px;
}
#main_contents .service .gift .gift_list ul li:nth-child(2n-1) {
	margin-right: 16px;
}
#main_contents .service .gift .gift_list ul li p:nth-child(1) {
	display: table;
	height: 90px;
	font-size: 1.6rem;
	color: #002f7c;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 0px auto;
}
#main_contents .service .gift .gift_list ul li p:nth-child(1) span {
	display: table-cell;
	vertical-align: middle;
}
#main_contents .service .purchase {
	margin-bottom: 150px;
}
#main_contents .service .yukan {
	margin-bottom: 100px;
}
#main_contents .service .haikei_block {
	width: 100%;
	height: 640px;
	background: url(../img/service/pt_flower.png) no-repeat center center;
	background-size: cover;
	margin-top: 180px;
	position: relative;
	margin-bottom: 150px;
}
#main_contents .service .haikei_block .photo {
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 860px;
}
#main_contents .service .haikei_block .waku {
	position: absolute;
	left: 0;
	right: 0;
	width: 1100px;
	background-color: #FFF;
	margin: 0px auto;
	box-shadow: 0 0 8px #CCC;
	padding: 50px 70px;
}
#main_contents .service .purchase .haikei_block .waku {
	top: 350px;
}
#main_contents .service .yukan .haikei_block .waku {
	top: 500px;
}
#main_contents .service .haikei_block .waku ul {
	text-align: center;
	margin-bottom: 50px;
}
#main_contents .service .haikei_block .waku ul li {
	display: inline-block;
	width: 250px;
	font-size: 2.2rem;
	color: #002f7c;
	border-top: 1px solid #002f7c;
	border-bottom: 1px solid #002f7c;
	padding: 25px 0px;
	text-align: center;
	margin-right: 38px;
}
#main_contents .service .haikei_block .waku ul li:last-child {
	margin-right: 0px;
}
#main_contents .service .haikei_block .waku .wrap {
	display: table;
	width: 960px;
}
#main_contents .service .haikei_block .waku .wrap .box_a {
	display: table-cell;
	width: 560px;
	vertical-align: middle;
	font-size: 2.0rem;
	line-height: 2.4;
}
#main_contents .service .haikei_block .waku .wrap .box_a span {
	display: block;
	font-size: 1.5rem;
	margin-top: 5px;
}
#main_contents .service .haikei_block .waku .wrap .box_b {
	display: table-cell;
	width: 400px;
	vertical-align: middle;
	text-align: right;
}
#main_contents .service .goods {
	width: 500px;
	margin: 50px auto 0px;
	border-top: 1px solid #002f7c;
	border-bottom: 1px solid #002f7c;
	padding: 40px 0px;
	text-align: center;
}
#main_contents .service .goods .subheading {
	font-size: 2.0rem;
	color: #002f7c;
	font-weight: bold;
}
#main_contents .service .goods .guide {
	font-size: 1.5rem;
	margin-top: 10px;
}

/*--------------------------------------------------*
 *   フォトリスト
 *--------------------------------------------------*/
#main_contents .service .ph_list {
	margin-top: 110px;
}
#main_contents .service .ph_list ul {
	text-align: center;
}
#main_contents .service .ph_list ul li {
	display: inline-block;
	padding: 0px 15px;
}

/*--------------------------------------------------*
 *   スライド
 *--------------------------------------------------*/
#main_contents .slide ul li img {
	width: 100%;
}
#main_contents .slide ul li img.slide_logo {
	display: block;
	width: 500px;
	margin: 0px auto;
}
#main_contents .slide .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc !important;
	-webkit-box-shadow: 0 0 0px #ccc !important;
	box-shadow: 0 0 0px #ccc !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
}
#main_contents .slide ul li.text {
	position: relative;
	width: 100%;
}
#main_contents .slide ul li.text span {
	display: block;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
	left: 0px;
	right: 0px;
  transform : translateY(-50%);
	margin: 0px auto;
	text-align: center;
	font-size: 6.0rem;
	color: #CACAD9;
	font-weight: bold;
	letter-spacing: 2px;
}
#main_contents .stream {
	position:relative;
	width:100%;
	height:350px;
	margin-top: 110px;
}
#main_contents .stream:before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:350px;
	top: 0;
	left:0;
	background: url(../img/service/ph_stream.jpg) repeat-x 0 0;
	overflow: hidden;
	-moz-animation: slide 60s linear infinite;
	animation: slide 60s linear infinite;
}
#main_contents .stream_konrei:before{
	background: url(../img/service/ph_stream_konrei.jpg) repeat-x 0 0;
}
#main_contents .stream_sousai:before{
	background: url(../img/service/ph_stream_sousai.jpg) repeat-x 0 0;
}
/*アニメーション*/
@keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -5250px 0;
  }
}

/*--------------------------------------------------*
 *   スペース
 *--------------------------------------------------*/
#main_contents .space1 {
	margin-top: 40px !important;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	width: 100%;
}
#footarea .footer_navi {
	width: 100%;
	height: 150px;
	background: url(../img/common/img_footer.png) no-repeat center center;
	background-size: cover;
}
#footarea .footer_navi .inner {
	display: table;
	width: 1200px;
	height: 150px;
	margin: 0px auto;
}
#footarea .footer_navi .inner ul {
	display: table-cell;
	width: 900px;
	vertical-align: middle;
}
#footarea .footer_navi .inner ul li {
	display: inline-block;
	border-left: 1px solid #FFF;
}
#footarea .footer_navi .inner ul li:last-child {
	border-right: 1px solid #FFF;
}
#footarea .footer_navi .inner ul li a {
	display: block;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 1.0;
	padding: 0px 25px;
}
#footarea .footer_navi .inner .copyright {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
	font-size: 1.5rem;
	color: #FFF;
	text-align: right;
}
#footarea .footer_contact {
	width: 100%;
	background-color: #122646;
	padding: 15px 0px;
}
#footarea .footer_contact .inner {
	display: table;
	width: 1200px;
	margin: 0px auto;
}
#footarea .footer_contact .inner ul {
	display: table-cell;
	width: 1139px;
	vertical-align: middle;
}
#footarea .footer_contact .inner ul li {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#footarea .footer_contact .inner ul li a {
	display: table;
	width: 300px;
	height: 75px;
	font-size: 1.7rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#footarea .footer_contact .inner ul li a span {
	display: table-cell;
	vertical-align: middle;
}
#footarea .footer_contact .inner ul li.bt_tel a {
	background: url(../img/common/bt_arrow.png) no-repeat 94% center;
	background-color: #ab2a34;
}
#footarea .footer_contact .inner ul li.bt_form a {
	background: url(../img/common/bt_arrow.png) no-repeat 94% center;
	background-color: #6682b0;
}
#footarea .footer_contact .inner #bt_pagetop {
	display: table-cell;
	width: 61px;
	vertical-align: middle;
}

/*--------------------------------------------------*
 *   ドロップダウンメニュー
 *--------------------------------------------------*/
#dropdown_menu{
	display:none;
}
.dropdown {
/*
	border:1px solid #000;
*/
	z-index:1000;
	position:absolute;
	top:100px;
	width: 100%;
	background-color: #FFF;
	padding: 40px 0px;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}
.dropdown ul.box_a {
	width: 100%;
	min-width: 1240px;
	text-align: center;
}
.dropdown ul.box_a li {
	display: inline-block;
	vertical-align: middle;
	width: 224px;
	margin-right: 20px;
}
.dropdown ul.box_a li:last-child {
	margin-right: 0px;
}
.dropdown ul.box_a li a {
	display: block;
	width: 224px;
	height: 120px;
	line-height: 120px;
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.dropdown ul.box_a li.menu1 a {
	background: url(../img/common/ph_menu_1.jpg) no-repeat left top;
}
.dropdown ul.box_a li.menu2 a {
	background: url(../img/common/ph_menu_2.jpg) no-repeat left top;
}
.dropdown ul.box_a li.menu3 a {
	background: url(../img/common/ph_menu_3.jpg) no-repeat left top;
}
.dropdown ul.box_a li.menu4 a {
	background: url(../img/common/ph_menu_4.jpg) no-repeat left top;
}
.dropdown ul.box_a li.menu5 a {
	background: url(../img/common/ph_menu_5.jpg) no-repeat left top;
}
.dropdown ul.box_a li.menu6 a {
	background: url(../img/common/ph_menu_6.jpg) no-repeat left top;
}
.dropdown ul.box_b {
	width: 100%;
	min-width: 1240px;
	text-align: center;
}
.dropdown ul.box_b li {
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	margin-top: 30px;
	margin-right: 20px;
}
.dropdown ul.box_b li:last-child {
	margin-right: 0px;
}

/* PCレイアウト */
@media (min-width: 640px) {
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
	display: none !important;
}
}

/* 電話番号リンクをスマホのみ有効にする */
@media (min-width: 751px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

/* スマホレイアウト */
@media (max-width: 639px) {
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
body {
	line-height: 1.6;
}
a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#container {
	min-width: inherit;
}
#main_contents {
	padding-bottom: 16vw;
}

/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
#headarea {
	width: auto;
	margin: 0px 3vw;
}
#headarea .above {
  display: none;
}
#headarea .inner {
	display: block;
	width: 100%;
	height: auto;
  padding: 4vw 0;
}
#headarea .inner .logo {
	display: block;
	width: 100%;
}
#headarea .inner .logo img {
	width: 64vw;
}
#headarea .inner .global_navi {
	display: none;
}

/*--------------------------------------------------*
 *   リード文
 *--------------------------------------------------*/
#main_contents .lead_top {
	font-size: 3.7vw;
	line-height: 1.6;
	text-align: left;
	margin: 8vw 6vw 0;
}
#main_contents .lead {
	font-size: 3.7vw;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	margin: 10vw 6vw 0;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
#main_contents .title_basic {
	font-size: 5vw;
	letter-spacing: 1px;
	height: 100px;
	line-height: 100px;
}
#main_contents .title_sub {
	font-size: 4.3vw;
	letter-spacing: 2px;
}
#main_contents .title_sub span {
	bottom: -3vw;
}
#main_contents .title_service {
	background-size: auto 7vw;
	padding-top: 22vw;
}
#main_contents .title_access {
	background-size: auto 7vw;
	padding-top: 26vw;
}
#main_contents .title_gift {
	background-size: auto 7vw;
	padding-top: 18vw;
}
#main_contents .title_tyflower {
	background-size: auto 7vw;
	padding-top: 18vw;
}
#main_contents .title_yukan_s {
	background-size: auto 7vw;
	padding-top: 18vw;
}
#main_contents .title_purchase {
	background-size: auto 7vw;
	padding-top: 18vw;
}
#main_contents .caption {
	font-size: 3vw;
	letter-spacing: 0px;
	margin-top: 4vw;
}
#main_contents .sort {
	font-size: 3.4vw;
	letter-spacing: 0px;
	margin-top: 5vw;
}
#main_contents .title_seika {
	font-size: 5vw;
	line-height: inherit;
  text-align: center;
  padding: 3vw 0;
}
#main_contents .title_seika span {
	width: 100%;
}

/*--------------------------------------------------*
 *   サービス
 *--------------------------------------------------*/
#main_contents .service_top .inner {
	background-position: center 30vw;
	background-size: cover;
	padding-bottom: 10vw;
}
#main_contents .service_top .inner .service_list {
	width: auto;
	margin: 1vw 6vw 0;
}
#main_contents .service_top .inner .service_list ul li {
	width: 100%;
	float: none;
	margin-right: 0px;
	padding-top: 9vw;
  text-align: center;
}
#main_contents .service_top .inner .service_list ul li a {
	width: 100%;
}
#main_contents .service_top .inner .service_list ul li span {
	font-size: 4.8vw;
}
#main_contents .service_top .inner .banner {
	margin: 6vw 6vw 0;
}
#main_contents .service_top .inner .banner ul li {
	width: 100%;
	padding-top: 4vw;
  text-align:  center;
}

/*--------------------------------------------------*
 *   アクセス
 *--------------------------------------------------*/
#main_contents .access .inner {
	display: block;
	width: auto;
	margin: 10vw 6vw 0;
}
#main_contents .access .inner .map {
	display: block;
	width: 100%;
	padding-bottom: 300px;
}
#main_contents .access .inner .office {
	display: block;
	width: 100%;
	padding-left: 0px;
  margin-top: 6vw;
}
#main_contents .access .inner .office .name {
	font-size: 4.6vw;
	padding-bottom: 3vw;
}
#main_contents .access .inner .office .address {
	font-size: 4vw;
}
#main_contents .access .inner .office .bt_map {
	width: 100%;
	margin-top: 6vw;
}
#main_contents .access .inner .office .bt_map a {
	font-size: 4vw;
	line-height: 14vw;
	padding-left: 0px;
  text-align: center;
}

/*--------------------------------------------------*
 *   パンくず
 *--------------------------------------------------*/
#main_contents .pan {
	width: auto;
	margin: 2vw 3vw 0;
	font-size: 3vw;
}

/*--------------------------------------------------*
 *   会社概要ページ
 *--------------------------------------------------*/
#main_contents .about {
	width: auto;
	margin: 10vw 6vw 0;
}
#main_contents .about table {
	width: 100%;
	font-size: 3.4vw;
}
#main_contents .about table th {
	width: 32%;
	padding: 3vw 0;
}
#main_contents .about table td {
	width: 68%;
	padding: 3vw 0;
}

/*--------------------------------------------------*
 *   サイトポリシー/プライバシーポリシー
 *--------------------------------------------------*/
#main_contents .policy {
	width: auto;
	margin: 0px 6vw;
}
#main_contents .policy .onegai {
	margin-top: 10vw;
}
#main_contents .policy .onegai .title_onegai {
	font-size: 4.2vw;
}
#main_contents .policy .onegai .memo {
	font-size: 4vw;
	margin-top: 3vw;
}
#main_contents .policy .policy_list dl dt {
	font-size: 4.1vw;
	margin-top: 8vw;
}
#main_contents .policy .policy_list dl dd {
	font-size: 4vw;
	margin-top: 3vw;
}
#main_contents .policy .notice {
	font-size: 4vw;
	line-height: 1.8;
	margin-top: 10vw;
}

/*--------------------------------------------------*
 *   採用情報
 *--------------------------------------------------*/
#main_contents .recruit {
	width: auto;
	margin: 0px 6vw;
}

/*--------------------------------------------------*
 *   お問い合わせ
 *--------------------------------------------------*/
#main_contents .contact {
	width: auto;
	margin: 10vw 6vw 0px;
}
#main_contents .contact .attention {
	font-size: 3.8vw;
	text-align: left;
	margin-top: 6vw;
}
#main_contents .contact .hissu {
	padding-left: 4px;
}
#main_contents .contact table {
	width: 100%;
	margin-top: 6vw;
}
#main_contents .contact table th {
	width: 32%;
	font-size: 3.4vw;
	padding: 3vw 0;
}
#main_contents .contact table td {
  width: 68%;
	font-size: 3.4vw;
	padding: 3vw 0;
}
#main_contents .contact table td input[type=text] {
	height: 30px;
	line-height: 30px;
}
#main_contents .contact table td input.short {
	width: 100%;
}
#main_contents .contact table td textarea {
	height: 180px;
}
#main_contents .contact .agreement {
	font-size: 3.8vw;
	text-align: left;
	margin-top: 6vw;
}
#main_contents .contact .bt_go {
	width: 100%;
	margin: 6vw 0 0;
}
#main_contents .contact .bt_go a {
	font-size: 4vw;
	line-height: 14vw;
	padding-left: 0px;
  text-align: center;
}
#main_contents .contact .bt_go a:hover {
	background-color: #002f7c;
	opacity: 1.0;
}

/*--------------------------------------------------*
 *   事業
 *--------------------------------------------------*/
#main_contents .service .gift {
	width: auto;
	margin: 6vw 6vw 0px;
	padding: 6vw;
}
#main_contents .service .gift .subheading {
	font-size: 4.2vw;
	color: #002f7c;
}
#main_contents .service .gift .guide {
	font-size: 4vw;
	text-align: left;
	margin-top: 3vw;
}
#main_contents .service .gift .gift_list {
	width: 100%;
}
#main_contents .service .gift .gift_list ul li {
	width: 100%;
	float: none;
	padding: 5vw;
	margin-top: 6vw;
}
#main_contents .service .gift .gift_list ul li:nth-child(2n-1) {
	margin-right: 0;
}
#main_contents .service .gift .gift_list ul li p:nth-child(1) {
	display: block;
	height: auto;
	font-size: 4vw;
}
#main_contents .service .gift .gift_list ul li p:nth-child(1) span {
	display: inherit;
}
#main_contents .service .gift .gift_list ul li p:nth-child(2) {
  text-align: center;
  margin-top: 3vw;
}
#main_contents .service .purchase {
	margin-bottom: 0px;
}
#main_contents .service .yukan {
	margin-bottom: 0px;
}
#main_contents .service .haikei_block {
	width: auto;
	height: auto;
	background: none;
  margin: 6vw 6vw 0;
}
#main_contents .service .haikei_block .photo {
	position: static;
	width: 100%;
}
#main_contents .service .haikei_block .waku {
	position: static;
	width: 100%;
	padding: 6vw 3vw;
  margin-top: 8vw;
}
#main_contents .service .haikei_block .waku ul {
	text-align: center;
	margin-bottom: 6vw;
}
#main_contents .service .haikei_block .waku ul li {
	width: 29%;
	font-size: 4vw;
	padding: 2vw 0;
  margin: 0 1vw;
}
#main_contents .service .haikei_block .waku ul li:last-child {
	margin-right: 0px;
}
#main_contents .service .haikei_block .waku .wrap {
	display: block;
	width: 100%;
}
#main_contents .service .haikei_block .waku .wrap .box_a {
	display: block;
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
}
#main_contents .service .haikei_block .waku .wrap .box_a span {
	display: block;
	font-size: 4vw;
}
#main_contents .service .haikei_block .waku .wrap .box_b {
	display: block;
	width: 100%;
	text-align: center;
  margin-top: 8vw;
}
  #main_contents .service .haikei_block .waku .wrap .box_b img {
	width: 90%;
}
#main_contents .service .goods {
	width: auto;
	margin: 50px 6vw 0;
	padding: 3vw 0;
}
#main_contents .service .goods .subheading {
	font-size: 4.6vw;
}
#main_contents .service .goods .guide {
	font-size: 4vw;
	margin-top: 3vw;
}

/*--------------------------------------------------*
 *   フォトリスト
 *--------------------------------------------------*/
#main_contents .service .ph_list {
	margin-top: 10vw;
}
#main_contents .service .ph_list ul {
	text-align: left;
	overflow: hidden;
	padding: 0 6vw;
}
#main_contents .service .ph_list ul li {
	display: block;
	width: 50%;
	float: left;
	padding: 4vw 2vw 0;
	text-align: center;
}

/*--------------------------------------------------*
 *   スライド
 *--------------------------------------------------*/
#main_contents .slide ul li img.slide_logo {
	width: 60vw;
	margin: 0px auto;
}
#main_contents .slide ul li.text span {
	font-size: 5vw;
}
#main_contents .stream{
	height: 124px;
  margin-top: 15vw;
}
#main_contents .stream:before{
	height: 124px;
	background-size: auto 124px;
	overflow: hidden;
	-moz-animation: slide 50s linear infinite;
	animation: slide 50s linear infinite;
}

/*--------------------------------------------------*
 *   スペース
 *--------------------------------------------------*/
#main_contents .space1 {
	margin-top: 8vw !important;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea .footer_navi {
	width: 100%;
	height: auto;
	background-size: cover;
}
#footarea .footer_navi .inner {
	display: block;
	width: auto;
	height: auto;
	margin: 0px 4vw;
  padding: 4vw 0 2vw;
}
#footarea .footer_navi .inner ul {
	display: block;
	width: 100%;
  overflow: hidden;
}
#footarea .footer_navi .inner ul li {
  width: 50%;
	display: block;
  float: left;
  margin-top: 6vw;
}
#footarea .footer_navi .inner ul li:nth-child(2n) {
	border-right: 1px solid #FFF;
}
#footarea .footer_navi .inner ul li a {
	font-size: 3.5vw;
	padding: 0px;
  text-align: center;
}
#footarea .footer_navi .inner .copyright {
	display: block;
	width: 100%;
	font-size: 3vw;
	text-align: center;
  margin-top: 12vw;
}
#footarea .footer_contact {
	padding: 2vw 0px 3vw;
}
#footarea .footer_contact .inner {
	width: auto;
	margin: 0px 3vw;
}
#footarea .footer_contact .inner ul {
	width: 86%;
}
#footarea .footer_contact .inner ul li {
	width: 100%;
	float: none;
	margin-right: 0px;
  padding-top: 1vw;
}
#footarea .footer_contact .inner ul li a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 3.7vw;
	line-height: 1.0;
	text-align: center;
  padding: 2vw 0;
}
#footarea .footer_contact .inner ul li a span {
	display: inherit;
}
#footarea .footer_contact .inner ul li.bt_tel a {
	background-position: 98% center;
}
#footarea .footer_contact .inner ul li.bt_form a {
	background-position: 98% center;
}
#footarea .footer_contact .inner #bt_pagetop {
	width: 14%;
  text-align: right;
  padding-left: 3vw;
}

/*--------------------------------------------------*
 *   ドロップダウンメニュー
 *--------------------------------------------------*/
.dropdown {
	display: none;
}
}

