@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,700');

/* 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, main {
	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;
}
img {
	image-rendering: optimizeQuality;
}
img,
svg {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}

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

html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	border-top:solid 3px #e9516f;
	font-size: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", YuGothic, '游ゴシック',"ＭＳ Ｐゴシック","sans-serif";
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/*clearfix*/
.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
a {
	color: #148a91;
	text-decoration: none;
}
a:hover {
	color: #646464;
}
.content-width{
	max-width:1100px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}



/*header-----------------------------*/

#header {
}

.header_contents{
	width:1120px;
	margin: 10px auto;
	height: 70px;
}
.header_contents h1 {
	display: inline-block;
	position: absolute;
	z-index: 1000;
}
.header_contents h1 a {
	display: block;
}
.header_contents h1 a:hover img {
	opacity:.8;
}
.header_contents #subnav{
	float: right;
}
.header_contents #subnav ul{
	display: table;
}

.header_contents #subnav ul li{
	display: table-cell;
	padding:0 15px;
	vertical-align: middle;
}
.header_contents #subnav ul li a {
	color: #333;
	font-size: 1.3rem;
}
.header_contents #subnav ul li.instagram {
	padding:0 5px;
}
.header_contents #subnav ul li.twitter {
	padding:0 5px;
}
.header_contents #subnav ul li.facebook {
	padding:0 5px;
}


/*
#mainnav {
	width: 1101px;
	margin: 0px auto;
}
#mainnav > div {
	border-left:1px dashed #bbb;
}
#mainnav ul {
	display:block;
}
#mainnav ul:after {
	content:"";
	display:table;
	clear: both;
}

#mainnav li {
	display: block;
	text-align: center;
	float:left;
}

#mainnav li:last-child {
}

#mainnav li a {
	border-right: 1px dashed #bbb;
	display: block;
	width: 274px;
	position:relative;
}

#mainnav li a:hover {
	opacity:.8;
	top:-5px;
}
#mainnav li a img {
	width:100%;
	height:auto;
}
*/


/*調整中---------------------------*/

/* ---------------------------------------
main-nav.php
------------------------------------------*/

#mainnav{
	margin: 0px auto;
	background-color: #FFF;
	height:110px;
	padding:20px 0;
	box-sizing: border-box;
}
#mainnav ul{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-left: 1px dashed #ccc;
}
#mainnav li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-right: 1px dashed #ccc;
}
#mainnav li a{
	display:block;
	text-decoration:none;
	color: #555;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
#mainnav li a span {
	display:block;
	margin-top:10px;
}





/*contents---------------------------*/
#contents{
}
#main{
	width:1100px;
	margin:0px auto;
	padding: 20px 0px 0px 0px;
}
#main .tit{
	text-align: center;
	border-bottom: 1px solid #e94f6e;
	margin-bottom: 20px;
}

#main .tit h2{
	color: #565656;
	font-size: 3rem;
	font-family: 'Lato', sans-serif;
	margin: 50px auto 10px auto;
}
#main .tit span.en{
	color: #e94f6e;
	display: inline-block;
	margin-bottom: 30px;
}








/*footer-----------------------------*/

footer{
	background: #232323;
	color: #fff;
}
#footer{
	width: 1100px;
	margin:auto;
	padding:40px 0 20px;
}
#footer .company_data {
	display: table-cell;
}
#footer .company_data .flogo {
	margin-bottom:10px;
	display: block;
}
#footer .footer_link {
	display: table-cell;
	vertical-align: bottom;
	float: right;
}
#footer .footer_link li {
	float:left;
	padding:0 10px;
}
#footer .footer_link li a{
	color:#fff;
}



footer p.copyright{
	color: #aaa;
	text-align:center;
	padding:10px;
	font-size: 70%;
}
/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
	.sp-only {
		display:none;
	}
}
/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.header_contents {
		width:100%;
	}
	/*== Common ==*/
	.content-width {
		min-width: auto;
		max-width: none;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.pc-only {
		display:none;
	}



/*メニュー部分*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
opacity: 0.97;
    box-sizing: border-box;
    height: 100%;
    padding: 5px 30px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -250px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 250px; /*メニュー横幅①*/
    z-index: 1000;
border-top:solid 3px #e9516f;
}


#ham-menu ul li{
	margin:10px 0px;
	border-bottom: 1px dashed #bbb;
	padding: 10px 0px;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
	z-index: 100000;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-250px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}


/*サブナビ*/
.header_contents #subnav{
	float: none;
	padding-top: 58px;
}
.header_contents #subnav ul{
	display: table;
}

.header_contents #subnav ul li{
	display: table-cell;
	padding:0 15px;
	vertical-align: middle;
}
.header_contents #subnav ul li a {
	color: #333;
	font-size: 1.3rem;
}
.header_contents #subnav ul li.instagram {
	padding:0 5px;
}
.header_contents #subnav ul li.twitter {
	padding:0 5px;
}
.header_contents #subnav ul li.facebook {
	padding:0 5px;
}


/*メイン部分*/
#main{
	width:100%;
	margin:0px auto;
	padding: 20px 0px 0px 0px;
}

/*フッター部分*/
#footer{
	width: 100%;
}
#footer .company_data p{
	margin: 10px 0;
}







}