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

body,h1,ul,li,p,a{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #555;
	line-height: 200%;
	text-decoration: none;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	word-wrap:break-word;
	overflow-wrap:break-word;
}

html {
	overflow-y: scroll;
}

header {
	width: 100%;
	background-image:url(../images/bg.png);
	padding: 1em 0;
	box-sizing: border-box;
}

.header-inner{
	max-width: 1000px;
	margin: 0 auto;
	background-size:  cover;
	position: relative;
}

.contact{
	position: absolute;
	top: 30px;
	right:45px;
}

.contact a{
	width: 100%;
	display: block;
	background-color: #000;
	padding: .25em .5em;
	color: #fff;
	text-align: center;
}

main{
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	display: block;
}

section {
	width: 100%;
	padding: 60px 0;
	border-bottom: 1px #ddd solid;
}

section:last-child{
	border-bottom: none;
}

footer {
	display: block;
	background: #f2f2f2;
	width: 100%;
	font-size: 80%;
}

.footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 48px;
	color: #ffff;
	line-height: 150%;
	text-align: right;
}

h3 {
	color: #333;
	font-size: 36px;
	margin-bottom: 48px;
	box-sizing: border-box;
}

ul{
	margin: 1.5em;
}

img {
	width: 100%;
}

a:hover{
	opacity: .6;
}

.align1{
	text-align: center;
}

.txt-large{
	font-size: 120%;
}

.txt-small{
	font-size: 80%;
}

.disp-mobile{
	display: none;
}

.txt-bold-align1{
	font-weight: 500;
	text-align: center;
}

/* *****************************************************************
*	トップナビゲーション
* ***************************************************************** */	

#nav {
	width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 9999;
	padding: 0;
	text-align: center;
	background: #333;
}

.nav-inner {
	width: 1000px;
	margin: auto;
}

#nav ul {
	list-style: none;
	margin: auto;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 12px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background: #666;
	transition-property: background-color;
	transition-duration:.5s;
	transition-timing-function:ease-in-out;
}

.toggle {
	display: none;
}

.menu-toggle {
	width: 40px;
	height: 40px;
}

.contact-m{
	display: none;
}

/* 2カラム
--------------------------------------------*/
.twoClmbox{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	font-size: 0;
	box-sizing: border-box;
}

.twoClmbox-img{
	width: 35%;
	display: inline-block;
	margin: 0 5% 0 0;
	vertical-align: top;
	box-sizing: border-box;
}

.twoClmbox-img-right{
	width: 35%;
	display: inline-block;
	margin: 0 0 0 5%;
	vertical-align: top;
	box-sizing: border-box;
}

.twoClmbox-txt{
	width: 60%;
	display: inline-block;
	box-sizing: border-box;
}

.threeClmbox{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	display: table;
	box-sizing: border-box;
}

.threeClmbox-inner{
	width: 300px;
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
	box-sizing: border-box;
}

.threeClmbox-inner:last-child {
	padding-right: 0;
	box-sizing: border-box;
}

.pagetop {
	width:60px;
	height: 60px;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ffc000;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding:10px 0;
}
.pagetop a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a.tw-follow-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 80px;
	color: #fff;
	font-size: 20px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	line-height: 1;
	background-color: #00aced ;
	border-radius: 3px;
	letter-spacing: normal;
	margin: 0 auto;
}

a.tw-follow-btn img{
	max-width: 30px;
	margin-right: 4px;
}

