@charset "UTF-8";
/*----------------------------------------------------
	Reset
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family:"メイリオ",Meiryo,Meiryo UI,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Osaka－等幅","Osaka-Mono",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	min-width: 1000px;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 1px;
	}
}

input, button, select, textarea {
	font-family: inherit;
	line-height: inherit;
	font-size: inherit;
}

caption,
th {
	text-align: left;
}

th {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, th, td, li, div {
	color: #231815;
	font-size: 15px;
	line-height: 1.7;
}

a {
	color: #231815;
	text-decoration: none;
}

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

img {
	vertical-align: bottom;
	max-width: 100%;
}

/*----------------------------------------------------
	Component
----------------------------------------------------*/
/* clearfix */
.clearfix {
	clear: both;
	zoom: 1;
}

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

/* rollover */
.rollover {
	animation: horizontalY 1s ease-in-out infinite alternate;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.rollover:hover {
	animation: horizontalY 0.5 ease-in-out infinite alternate;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* pc/sp */
.pc {
    display: block;
}

.pc-i {
    display: inline;
}

.sp,
.sp-i {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc,
    .pc-i {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-i {
        display: inline;
    }
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
	padding-top: 80px;
}

.header-in {
	padding: 0 20px;
}

.header-logo {
	text-align: center;
}

.header-catch {
	padding-top: 120px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.header {
		padding-top: 60px;
	}

	.header-logo {
		padding: 0 20%;
	}

	.header-catch {
		padding-top: 60px;
		text-align: center;
	}
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
	padding-top: 70px;
	text-align: center;
}

.main-in {
	padding: 0 20px;
}

.main-text p {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 2;
	margin-left: 20px;
	text-align: left;
}

.main-text-indent {
	padding-top: 45px;
}

@media screen and (min-width: 769px) {
	.main-text {
		display: inline-block;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
}

@media screen and (max-width: 768px) {
	.main {
		padding-top: 40px;
	}

	.main-text p {
		margin-left: 0;
		padding-top: 20px;
	}

	.main-text-indent {
		padding-top: 20px;
	}
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
.contact {
	background: url(../img/footer-bg.jpg) repeat-x center bottom;
	padding-top: 130px;
	padding-bottom: 400px;
	text-align: center;
}

.contact-in {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 750px;
}

.contact-in a {
	background: #000;
	display: block;
	line-height: 90px;
	text-align: center;
}

.contact-in a img {
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.contact {
		background-size: auto 143px;
		padding-top: 40px;
		padding-bottom: 200px;
	}

	.contact-in a {
		line-height: 50px;
	}
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
	background: #000;
	margin-top: 1px;
}

.footer-in {
	padding: 15px 20px;
}

.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
