@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
　　reset
-------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video, input, select {
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	white-space:normal;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
table {border-collapse:collapse; border-spacing:0;}
img {vertical-align:top;}
input, textarea, select, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}




/*-------------------------------------------
　　fonts
-------------------------------------------*/
@font-face {
	font-family: 'HelveticaNeu';
	src: url('../fonts/HelveticaNeue-CondensedBold.ttf') format("truetype");
}




/*-------------------------------------------
　　base
-------------------------------------------*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.05em;
}

a, a:visited, a:hover, a:focus, a:active {text-decoration:none; color:#000;}
a:hover			  {-moz-opacity:0.7; opacity:0.7; filter:alpha(opacity=70);}
header h1 a:hover,
footer h1 a:hover {-moz-opacity:1; opacity:1; filter:alpha(opacity=100);}

img {width: 100%; height: auto;}






/* ======================== PC site ======================== */
.sp_only {display: none !important;}


/*-------------------------------------------
　　Common
-------------------------------------------*/
/* Header */
#header {
	position: relative;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	padding: 150px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	position: absolute;
	left: 26%;
	width: 48%;
}
@media screen and (max-width:1190px) {
	#header h1 {
		left: 30%;
		width: 40%;
	}
}
ul.h_link {
	display: flex;
	align-items: center;
}
ul.h_link_01 li {
	margin-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}
ul.h_link_01 li a {
	display: flex;
	justify-content: center;
	height: 20px;
}
ul.h_link_01 li.link_logo_01 {width: 39px; padding: 0; border: 0;}
ul.h_link_01 li.link_logo_02 {width: 53px;}
ul.h_link_01 li.link_logo_03 {width: 38px;}

@media screen and (min-width:641px) and (max-width:920px) {
	#header {
		padding: 30px 0;
	}
	ul.h_link_01 li {
		margin-right: 10px;
		padding-left: 10px;
	}
	ul.h_link_01 li.link_logo_01 {width: 31px;}
	ul.h_link_01 li.link_logo_02 {width: 42px;}
	ul.h_link_01 li.link_logo_03 {width: 30px;}
}

#header ul.h_link_02 li {
	font-family: 'HelveticaNeu';
	font-size: 13px;
}

/* Footer */
footer {
	max-width: 1200px;
	width: 90%;
	margin: 60px auto 0 auto;
}
footer .copyright {
	font-size: 9px;
	text-align: right;
}
.footer_contents {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.footer_contents h1 {
	width: 120px;
	margin-right: 20px;
}
.footer_contents p {
	font-size: 9px;
	line-height: 1.7;
	letter-spacing: -0.07em;
}
.footer_contents ul {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
}
.footer_contents ul li {
	font-family: 'HelveticaNeu';
	font-size: 11px;
	margin-left: 15px;
}
@media screen and (max-width:1100px) {
	.footer_contents {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.footer_contents p {
		width: calc(100% - 140px);
	}
	.footer_contents ul {
		margin: 20px 0 0 140px;
		display: flex;
		justify-content: flex-start;
	}
	.footer_contents ul li {
		font-family: 'HelveticaNeu';
		font-size: 11px;
		margin: 0 15px 0 0; 
	}
}


/*-------------------------------------------
　　Top Page
-------------------------------------------*/
#top_page .copy {
	max-width: 650px;
	width: 50%;
	margin: 30px auto 40px auto;
}
@media screen and (max-width:920px) {
	#top_page .copy {
		margin: 50px auto 20px auto;
	}
}
.main_img {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 50px auto;
	display: flex;
}
#top_page .main_img .text {
	margin: 20px auto;
}
#top_page .main_img .urano .text {
	width: 40%;
}
#top_page .main_img .sano .text {
	width: 41.5%;
}
#top_page .main_img .nakagawa .text {
	width: 67.5%;
}
#top_page .main_img .honda .text {
	width: 46.5%;
}


/*-------------------------------------------
　　2nd Page
-------------------------------------------*/
.main_visual {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 50px auto;
	display: flex;
}
#urano_page .main_visual,
#nakagawa_page .main_visual {
	background: #dfd9c7;
}
#sano_page .main_visual,
#honda_page .main_visual {
	background: #c3d8e2;
}
.main_visual .photo {
	width: 50%;
}
.main_visual .text {
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main_visual .text .whiteday_outfit {
	width: 44%;
	position: absolute;
	left: 28%;
	bottom: 6%;
}
.coordinate .whole {
	max-width: 600px;
	width: 90%;
	margin: 0 auto 30px auto;
	position: relative;
}
.coordinate .whole .text {
	font-size: 10px;
	width: 180px;
	position: absolute;
	bottom: 50px;
	right: 70%;
}
#sano_page .coordinate_01 .whole .text {
	bottom: 70px;
	right: 75%;
}
@media screen and (min-width:641px) and (max-width:700px) {
	#sano_page .coordinate_01 .whole .text {
		width: 160px;
	}
}
.coordinate .whole p {
	text-align: justify;
}
.coordinate .btn a {
	display: block;
	text-align: center;
	background: #000;
	color: #fff;
	width: 100%;
	height: 30px;
	line-height: 29px;
	margin-top: 10px;
}
.coordinate .photo {
	display: flex;
	justify-content: center;
	max-width: 840px;
	width: 90%;
	margin: 0 auto 80px auto;
}
.coordinate .photo > div {
	width: calc(50% - 20px);
	margin: 0 10px;
}

/* 各ページ下部のリンクボタン */
.link_area {
	max-width: 1000px;
	width: 90%;
	margin: 100px auto 50px auto;
	display: flex;
}
.link_area .text {
	margin: 15px auto;
}
.link_area .urano .text {
	width: 51%;
}
.link_area .sano .text {
	width: 52%;
}
.link_area .nakagawa .text {
	width: 85%;
}
.link_area .honda .text {
	width: 60%;
}





/* ======================== SP site ======================== */
@media screen and (max-width:640px) {
	
.pc_only {display: none !important;}
.sp_only {display: block !important;}


/*-------------------------------------------
　　Common
-------------------------------------------*/
/* Header */
#header {
    margin: 0;
	width: 100%;
	padding: 0;
}
#header h1 {
	position: relative;
	left: 0;
	width: 84%;
	margin: 6% 8%;
}
#header ul.h_link {
	display: none;
}

/* Footer */
footer {
	width: 86%;
}
footer ul.h_link_01 {
	display: flex !important;
	justify-content: center;
	margin-left: 13px;
	margin-bottom: 15px;
}
footer .copyright {
	font-size: 9px;
	text-align: center;
}
.footer_contents {
	padding: 20px 0 45px 0;
	flex-direction: column;
}
.footer_contents h1 {
	margin: 20px 0;
}
.footer_contents p {
	letter-spacing: 0;
	width: 100%;
}
.footer_contents ul {
	width: 100%;
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}
.footer_contents ul li {
	font-size: 13px;
	margin: 15px 0 0 0; 
	width: calc(50% - 2px);
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_contents ul li:nth-child(odd) {
	border-left: 1px solid #ccc;
}


/*-------------------------------------------
　　Top Page
-------------------------------------------*/
#top_page .copy {
	max-width: 650px;
	width: 70%;
	margin: 20px auto 5px auto;
}
.main_img.sp_only {
	width: 100%;
	margin: 0 auto 40px auto;
	display: flex !important;
	flex-wrap: wrap;
}
.main_img > div {
	width: 50%;
}
.main_img .text {
	margin: 20px auto;
}
.main_img .urano .text {
	width: 40%;
}
.main_img .sano .text {
	width: 41.5%;
}
.main_img .nakagawa .text {
	width: 67.5%;
}
.main_img .honda .text {
	width: 46.5%;
}
.main_link {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}
.main_link > div {
	width: 36%;
	margin: 0 3%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5% 0;
}
.main_link .nakagawa,
.main_link .sano {
	border-top: 0;
}
.main_link .urano .text {
	width: 59%;
	margin: 0 auto;
}
.main_link .sano .text {
	width: 61%;
	margin: 0 auto;
}
.main_link .nakagawa .text {
	width: 100%;
	margin: 0 auto;
}
.main_link .honda .text {
	width: 69%;
	margin: 0 auto;
}


/*-------------------------------------------
　　2nd Page
-------------------------------------------*/
/* Common */
.main_visual {
	width: 100%;
	flex-direction: column;
	padding-bottom: 10px;
}
.main_visual .photo {
	width: 100%;
	order: 1;
	margin-bottom: 10px;
}
.main_visual .text {
	order: 2;
	width: 100%;
}
.main_visual .text .whiteday_outfit {
	position: relative;
	left: 28%;
	bottom: auto;
	margin-top: 15px;
}
.coordinate .whole {
	width: 86%;
}
.coordinate .whole .text {
	width: 100%;
	position: relative;
	bottom: auto;
	right: auto;
	margin: 15px 0 40px 0;
	text-align: justify;
}
#sano_page .coordinate_01 .whole .text {
	bottom: auto;
	right: auto;
}
.coordinate .btn a {
	width: 50%;
	min-width: 200px;
	margin: 15px auto;
}
.coordinate .photo {
	flex-direction: column;
	max-width: 840px;
	width: 86%;
	margin: 30px auto 80px auto;
}
.coordinate .photo > div {
	width: 100%;
	margin: 5px 0;
}

/* 各ページ下部のリンクボタン */
.link_area {
	max-width: 1000px;
	width: 90%;
	margin: 100px auto 50px auto;
	display: flex;
}
.link_area .text {
	margin: 15px auto;
}
.link_area .urano .text {
	width: 51%;
}
.link_area .sano .text {
	width: 52%;
}
.link_area .nakagawa .text {
	width: 85%;
}
.link_area .honda .text {
	width: 60%;
}





}

