@charset "utf-8";


a {
	opacity:1;
	transition:.3s;
}
a:hover {
	opacity:.7;
	transition:.3s;
}
br.spbr {
	display:none;
}
.sp_ttl {
	display:none;
}
.sp_text {
	display:none;
}


header {
	min-width:1000px;
	background:url(../img/mainimg_bg.png) no-repeat center top;
	background-size:cover;
}
header #header {
	width:1000px;
	margin:0 auto;
	position:relative;
}
header .clearfix {
	margin-bottom:50px;
}
header #logo {
	float:left;
	padding-top:40px;
}
header h1 {
	float:left;
	color:#fff;
	font-size:14px;
	padding-top:40px;
	margin-left:30px;
}
header #h_contact {
	float:right;
	padding-top:20px;
}
header #mainimg {
	min-width:1000px;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:700px;
}
header #mainimg .mainimg_img {
	position:absolute;
	left:50%;
	margin-left:-450px;
	z-index:300;
}
header #mainimg .mainimg_text {
	position:absolute;
	left:50%;
	margin-left:-20px;
	z-index:200;
	
	display:inline-block;
	width:589px;
}
header #mainimg .mainimg_link {
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:340px;
	z-index:400;
	
	display:inline-block;
	width:203px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header #mainimg .mainimg_link:hover {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

footer {
	background:url(../img/line_01.png) repeat-x top center;
	padding-top:40px;
}
footer #footer {
	background-color:#e6e6e6;
	padding-top:50px;
	padding-bottom:50px;
}
footer #footer #f_profile {
	width:930px;
	margin:0 auto;
}
footer #footer .f_l {
	width:400px;
}
footer #footer .f_logo {
	margin-bottom:30px;
}
footer #footer table {
	width:100%;
}
footer #footer th {
	color:#e7336e;
	font-size:14px;
	font-weight:normal;
	text-align-last:justify;
	padding-top:5px;
	padding-bottom:5px;
}
footer #footer td {
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding:5px 20px;
}
footer #footer iframe {
	width:520px;
	height:330px;
}
footer #f_link {
	background-color:#000;
	padding:20px 0;
}
footer #f_link ul {
	width:930px;
	margin:0 auto;
}
footer #f_link li {
	display:inline-block;
	margin-right:40px;
}
footer #f_link li a {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
footer #f_link li:before {
	content:'>';
	color:#fff;
	margin-right:10px;
}


.section_01 {
	position:relative;
	margin-top:-120px;
	text-align:center;
}


.section_02 {
	background:url(../img/section_02_bg.jpg);
	text-align:center;
	position:relative;
	margin-top:-20px;
	padding-bottom:50px;
}
.section_02_inner {
	background:url(../img/section_02_bg_head.png) no-repeat center top;
	background-size:100%;
}
.section_02 h2 {
	position:relative;
	top:-20px;
}
.section_02 .section_02_box {
	width:980px;
	margin:0 auto 60px;
	background-color:#fff;
	border-radius:10px;
	padding:20px 40px 20px 20px;
	box-sizing:border-box
}
.section_02 .section_02_box.section_02_02,
.section_02 .section_02_box.section_02_04 {
	padding-right:60px;
}
.section_02 .section_02_box.section_02_06 {
	padding-right:80px;
}
.section_02 h3 {
	color:#333;
	font-size:28px;
	text-align:left;
	padding-left:100px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.section_02 .section_02_01 h3 {
	background:url(../img/section_02_01_icon.png) no-repeat left center;
}
.section_02 .section_02_02 h3 {
	background:url(../img/section_02_02_icon.png) no-repeat left center;
}
.section_02 .section_02_03 h3 {
	background:url(../img/section_02_03_icon.png) no-repeat left center;
}
.section_02 .section_02_04 h3 {
	background:url(../img/section_02_04_icon.png) no-repeat left center;
}
.section_02 .section_02_05 h3 {
	background:url(../img/section_02_05_icon.png) no-repeat left center;
}
.section_02 .section_02_06 h3 {
	background:url(../img/section_02_06_icon.png) no-repeat left center;
}
.section_02 .section_02_07 h3 {
	background:url(../img/section_02_07_icon.png) no-repeat left center;
}
.section_02 p.f_l {
	padding-left:40px;
	font-size:0;
}
.section_02 p.f_r {
	font-size:0;
}
.section_02 p.text {
	width:430px;
	color:#333;
	font-size:16px;
	line-height:180%;
	text-align:justify;
	padding-top:0px;
}
.section_02 .section_02_05 p.text {
	padding-top:10px;
}
.section_02 p.text span {
	color:#e7336e;
	font-size:100%;
}
.section_02 p.text span.fo_small {
	color:#333;
	font-size:70%;
}
.section_02 p.text span.link_01 {
	display:inline-block;
	background-color:#333;
	border-radius:30px;
	margin-top:10px;
}
.section_02 p.text span.link_01 a {
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:100%;
	text-decoration:none;
	padding:15px 50px;
}


.section_03 {
	padding-top:70px;
	padding-bottom:50px;
}
.section_03 h3 {
	text-align:center;
	margin-bottom:40px;
}
.section_03 ul {
	text-align:center;
	font-size:0;
}
.section_03 li {
	display:inline-block;
	font-size:0;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:40px;
}
#colorbox p.img {
	width:57.5%;
	margin:0 auto 20px;
}
#colorbox h4.title {
	text-align:center;
	margin-bottom:20px;
}
#colorbox p.text {
	width:43%;
	margin:0 auto;
	text-align:left;
	text-indent:-6em;
	padding-left:6em;
	
	font-size:12px;
}
#colorbox p.text:before {
	content:'制作物　／　';
	
}



.section_04 {
	background:#e7336e url(../img/line_01.png) repeat-x left top;
	padding-top:40px;
}
.section_04 h2 {
	text-align:center;
	margin-bottom:20px;
	background:url(../img/section_04_ttl_01_arrow.png) no-repeat center bottom;
	padding-bottom:38px;
}
.section_04 h2 span {
	display:block;
	background-color:#333;
	padding-top:40px;
	padding-bottom:50px;
}
.section_04 h2 img {
	margin-left:2px;
}
.section_04_inner {
	width:980px;
	margin:0 auto;
	padding-bottom:70px;
}
.section_04 p {
	text-align:center;
	color:#fff;
	font-size:28px;
	font-weight:bold;
}
.section_04 ul.plan_list_01 {
	margin-bottom:15px;
}
.section_04 ul.plan_list_01 li {
	float:left;
	margin-right:20px;
}
.section_04 ul.plan_list_01 li:last-child {
	margin-right:0;
}
.section_04 ul.comments {
	margin-bottom:40px;
}
.section_04 ul.comments li {
	color:#fff;
	font-size:10px;
}
.section_04 ul.plan_list_02 {
	margin-bottom:15px;
}
.section_04 ul.plan_list_02 li:first-child {
	float:left;
}
.section_04 ul.plan_list_02 li:last-child {
	float:right;
}
.section_04 h4 {
	width:580px;
	margin:0 auto 20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:100%;
	background-color:#333;
	border-radius:30px;
	padding-top:15px;
	padding-bottom:15px;
}
.section_04 ul.option_list {
	text-align:center;
}
.section_04 ul.option_list li {
	display:inline-block;
	width:313px;
	color:#333;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	line-height:100%;
	background-color:#fff;
	border-radius:30px;
	padding-top:15px;
	padding-bottom:15px;
	margin-right:15px;
	margin-bottom:20px;
}
.section_04 ul.option_list li:nth-child(3n) {
	margin-right:0;
}


.section_05 {
	background:url(../img/line_01.png) repeat-x left top;
	padding-top:130px;
}
.section_05 h2 {
	text-align:center;
	margin-bottom:65px;
}
.section_05 ul {
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:0;
}
.section_05 li {
	display:inline-block;
	width:300px;
	padding:70px 15px 25px;
	margin-bottom:30px;
}
.section_05 li:nth-child(1) {
	background:url(../img/section_05_line_bg.png) repeat-x left center, url(../img/section_05_01_bg.png) no-repeat center top;
}
.section_05 li:nth-child(2) {
	background:url(../img/section_05_line_bg.png) repeat-x left center, url(../img/section_05_02_bg.png) no-repeat center top;
}
.section_05 li:nth-child(3) {
	background:url(../img/section_05_line_bg.png) repeat-x left center, url(../img/section_05_03_bg.png) no-repeat center top;
}
.section_05 li:nth-child(4) {
	background:url(../img/section_05_line_bg.png) repeat-x left center, url(../img/section_05_04_bg.png) no-repeat center top;
}
.section_05 li:nth-child(5) {
	background:url(../img/section_05_line_bg.png) repeat-x left center, url(../img/section_05_05_bg.png) no-repeat center top;
}
.section_05 li:nth-child(6) {
	background:url(../img/section_05_line_bg.png) repeat-x left center, url(../img/section_05_06_bg.png) no-repeat center top;
}
.section_05 li span {
	display:inline-block;
	width:190px;
}
.section_05 li span.title {
	display:block;
	width:auto;
	color:#fff;
	font-size:30px;
	text-align:center;
	margin-bottom:20px;
}
.section_05 li span.icon {
	margin-bottom:20px;
}
.section_05 li span.text {
	color:#fff;
	font-size:14px;
	text-align:left;
	margin-bottom:20px;
}
.section_05 li span.link {
}
.section_05 li span.link a {
	display:block;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:20px;
}
.section_05 p.commnet {
	width:960px;
	margin:0 auto;
	font-size:10px;
}


.section_06 {
	background:url(../img/line_01.png) repeat-x top center;
	margin-top:100px;
	padding-top:130px;
	padding-bottom:70px;
}
.section_06 h2 {
	font-size:0;
	text-align:center;
	margin-bottom:35px;
}
.section_06 .faq_box {
	width:980px;
	margin:0 auto;
}
.section_06 .faq_box p.question {
	color:#333;
	font-size:25px;
	font-weight:bold;
	padding-top:35px;
	padding-bottom:50px;
	padding-left:110px;
	position:relative;
	z-index:200;
}
.section_06 li:nth-child(1) p.question {
	background:url(../img/section_06_icon_01.png) no-repeat left center;
}
.section_06 li:nth-child(2) p.question {
	background:url(../img/section_06_icon_02.png) no-repeat left center;
}
.section_06 li:nth-child(3) p.question {
	background:url(../img/section_06_icon_03.png) no-repeat left center;
}
.section_06 li:nth-child(4) p.question {
	background:url(../img/section_06_icon_04.png) no-repeat left center;
}
.section_06 li:nth-child(5) p.question {
	background:url(../img/section_06_icon_05.png) no-repeat left center;
}
.section_06 .faq_box .answer {
	background-color:#fcf1f6;
	border-radius:20px;
	padding:40px;
	
	position:relative;
	top:-30px;
	z-index:100;
}
.section_06 .faq_box .answer p.answer_title {
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.section_06 .faq_box .answer p.answer_text {
	color:#333;
	font-size:14px;
	font-weight:normal;
	line-height:180%;
}




.section_07 {
	background:url(../img/line_01.png) repeat-x top center;
	padding-top:130px;
}
.section_07 h2 {
	font-size:0;
	text-align:center;
}
.section_07 p.text {
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
	margin-bottom:30px;
}
.section_07 table {
	width:700px;
	margin:0 auto 30px;
}
.section_07 th {
	text-align:right;
	line-height:100%;
	vertical-align:top;
	padding-top:20px;
}
.section_07 th span {
	color:#fe0002;
	font-size:11px;
}
.section_07 td {
	padding:10px 0 10px 20px;
}
.section_07 td input {
	border:none;
	width:100%;
	background-color:#f9e3e7;
	padding:10px 20px;
	border:none;
}
.section_07 td input[type="radio"] {
	width:auto;
	vertical-align:middle;
	margin:10px 0;
}
.section_07 td textarea {
	border:none;
	width:100% !important;
	height:15em !important;
	background-color:#f9e3e7;
	padding:10px 20px;
	resize:none;
}
.section_07 p.btn_confirm {
	text-align:center;
}
.section_07 p.btn_confirm button {
	border:none;
	background:none;
}
.section_07 .contact_tel_box {
	width:600px;
	margin:30px auto 0;
}
.section_07 .contact_tel_box .f_l {
	font-size:0;
}
.section_07 .contact_tel_box .contact_tel {
	width:400px;
	float:right;
	padding-top:25px;
}
.section_07 .contact_tel_box .contact_tel p.text_01 {
	color:#e7336e;
	font-size:20px;
	font-weight:normal;
	line-height:100%;
	margin-bottom:15px;
}
.section_07 .contact_tel_box .contact_tel p.text_02 {
	color:#333;
	font-size:14px;
	font-weight:normal;
	line-height:140%;
}
.section_07 .contact_tel_box .contact_tel p.number a {
	display:block;
	color:#e7336e;
	font-size:50px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	margin-bottom:20px;
	pointer-events:none;
}
.section_07 .contact_tel_box br.spbr {
	display:none;
}



/*------------------------------------------------------------------

送信完了

------------------------------------------------------------------*/

.thanks header {
	padding-bottom:40px;
}
.thanks .thanks {
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.thanks .thanks p {
	color:#333;
	font-size:16px;
	line-height:180%;
}

#mfp_overlay h4 {
	text-align:center;
	padding-bottom:10px;
}



/* ナビゲーターCSS --------------------------------------------------------------- */

#nav{
	list-style: none;
	position: fixed;
	top:50%;
	right: 0;
	width: 147px;
	text-align: center;
	height: auto;
	z-index:9999;
	margin-top:-160px;
}
#nav:before{
	border-left:0px solid #FFF;
	position: absolute;
	left: 50%;
	content: "";
	width: 4px;
	margin-left: -2px;
	height: 660px;
	z-index: -1;
	    top: 22px;
}
#nav li{
	margin: 0;	
	height: 30px;
	margin-bottom: 10px;
}
#nav li a{
	height: 30px;
	display: block;
	position:relative;
	transition:.3s;
	
}
#nav li a.current:before,
#nav li a:hover:before {
	background-image:none;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 147px 19px;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-left:-63px;
	margin-top: 0px;
	content: "";
	width: 147px;
	height: 19px;
	z-index:1;
	opacity:1;
	transition:.3s;
	
}
#nav li a img {
	opacity:1;
	transition:.3s;
}
#nav li a.current img,
#nav li a:hover img {
	opacity:0;
	transition:.3s;
}
#nav li#nav01 a.current:before,
#nav li#nav01 a:hover:before {
	background-image:url(../img/paraicon01.png);
}
#nav li#nav02 a.current:before,
#nav li#nav02 a:hover:before {
	background-image:url(../img/paraicon02.png);
}
#nav li#nav03 a.current:before,
#nav li#nav03 a:hover:before {
	background-image:url(../img/paraicon03.png);
}
#nav li#nav04 a.current:before,
#nav li#nav04 a:hover:before {
	background-image:url(../img/paraicon04.png);
}
#nav li#nav05 a.current:before,
#nav li#nav05 a:hover:before {
	background-image:url(../img/paraicon05.png);
}
#nav li#nav06 a.current:before,
#nav li#nav06 a:hover:before {
	background-image:url(../img/paraicon06.png);
}
#nav li#nav07 a.current:before,
#nav li#nav07 a:hover:before {
	background-image:url(../img/paraicon07.png);
}
#nav li#nav08 a.current:before,
#nav li#nav08 a:hover:before {
	background-image:url(../img/paraicon08.png);
}
#nav li a img{
	width:13px;
	height:13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ツールチップCSS --------------------------------------------------------------- */

.section_05 li span.link a {
	display:block;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:20px;
}

.tooltip-container {
    /* Forces tooltip to be relative to the element, not the page */
    position:relative; 
    cursor:help;


	display:block;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:20px;
}
  
.tooltip {
    display:block;
    position:absolute;
    width:300px;
    padding:5px 15px;
    left:50%;
    bottom:50px;
    margin-left: -110px;
    /* Tooltip Style */
    color:#fff;
    border:2px solid rgba(34,34,34,0.9);
    background:rgba(51,51,51,0.9);
    text-align:left;
    border-radius:3px;
    /* Tooltip Style */
    opacity:0;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -0-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    /* Reset tooltip, to not use container styling */
    font-size:14px;
    font-weight:normal;
    font-style:normal;
}
  
.tooltip:before, .tooltip:after{
    content:"";
    position:absolute;
    bottom:-13px;
    left:50%;
    margin-left:-9px;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid rgba(0,0,0,0.1);
}
.tooltip:after{
    bottom:-12px;
    margin-left:-10px;
    border-top:10px solid rgba(34,34,34,0.9);
}
  
.tooltip-container:hover .tooltip, a:hover .tooltip {
    /* Makes the Tooltip slightly transparent, Lets the barely see though it */
    opacity:0.9;
    /* Changes the scale from 0 to 1 - This is what animtes our tooltip! */
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    color: #fff;
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}
  
/* Custom Classes */
.tooltip-style1 {
    color:#000;
    border:2px solid #fff;
    background:rgba(246,246,246,0.9);
    font-style:italic;
}
.tooltip-style1:after{
    border-top:10px solid #fff;
}














	#modal_01,#modal_02,#modal_03,#modal_04,#modal_05,#modal_06,#modal_07,#modal_08,#modal_09,#modal_10,#modal_11,#modal_12 {
		display: none;
	}
	.modal{
		position: fixed;
		width: 800px;
		height: 800px;
		z-index: 9999;
		margin: 0 auto;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.modal_wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 50%;
		box-sizing: border-box;
		padding: 50px 100px;
		vertical-align: middle;
	}
	
	.modal_icon{
		width: 57.5%;
		height: auto;
		margin: 40px auto;
	}
	
	.modal_h2{
		font-size: 28px;
		margin-bottom: 30px;
		text-align:center;
	}
	
	.modal_p{
		font-size: 16px;
		width: 550px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.modal_img{
		width: 440px;
		height: 260px;
		background-color: #FFE1E0;/*仮カラー*/
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.modal_close{
		width: 46px;
		height: 46px;
		margin: 0 auto;
	}
	.modal_close a{
		width: 46px;
		height: 46px;
		display: block;
	}
	.modal_close img{
		width: 100%;
		height: auto;
	}