@charset "UTF-8";

/*

media
スマホ縦：320（?iPhone5s）
スマホ縦：360（Android）
スマホ縦：375（iPhone6）
スマホ縦：414（iPhone6 Plus）
スマホ横：480（iPhone4）
スマホ横：568（iPhone5）
スマホ横：640（Android）
スマホ横：667（iPhone6）
スマホ横：736（iPhone6 Plus）
タブレット縦：768（iPad）
タブレット横：1024（iPad）
PC：1024
PC：1240
PC：1920

*/


/* 共通
--------------------------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: none;
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'ＭＳ Ｐ明朝', "細明朝体", serif;
	text-align: center;
	font-size: 100%;
	line-height: 1.5;
	/*letter-spacing: 0.04em;*/
}
/* HTML5 elements */
section,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	display: block;
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	/*letter-spacing: 0.05em;*/
}
a img {
	border: none;
}
area,
img {
	border: none;
	outline: none;
}
img {
	vertical-align: bottom;
}
p,li,dt,dd,th,td,h5,h6 {
	font-size: 13px;
	line-height: 21px;
}
p {
	/*text-align: justify;
	text-justify: inter-ideograph;*/
}
p,ul,ol,dl,table {
	margin: 0px 0px 14px 0px;
}
ul ul,ul ol,ol ul,ol ol {
	margin-bottom: 0px;
}
th p,td p,td li,li li,td td,li td,li th {
	font-size: 100%;
	margin: 0px;
}
a {
	color: #000;
	transition: all .2s;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-color: #ECFF00;
	border-style: solid;
}
a:hover {
	border-color: #000;
}

.fonts {
    font-family: 'Merriweather', serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Bitter', serif;
}
.merriweather {
    font-family: 'Merriweather', serif;
	font-weight: normal;
}
.roboto {
    font-family: 'Roboto Slab', serif;
	font-weight: normal;
	letter-spacing: 0.08em;
}
.bitter {
    font-family: 'Bitter', serif;
	font-weight: normal;
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
	min-width: 320px;
	overflow: hidden;
	position: relative;
}
#menu {
	width: 48px;
	height: 58px;
	position: fixed;
	top: 0px;
	right: 0px;
	background-image: url(/sotsuten/2018/images/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 30;
}
#menu.on {
	background-image: url(/sotsuten/2018/images/menu_on.png);
}


#menu span,
#menu::before,
#menu::after {
	position: absolute;
	left: 10px;
	width: 28px;
	height: 1px;
	background-color: #000;
	text-indent: -9999px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu::before {
	content: "";
	top: 14px;
}
#menu span {
	top: 24px;
}
#menu::after {
	content: "";
	top: 33px;
}
#menu.on::before {
	left: 8px;
	width: 32px;
	-webkit-transform: translateY(9px) rotate(-35deg);
	transform: translateY(9px) rotate(-35deg);
}
#menu.on span {
	  opacity: 0;
}
#menu.on::after {
	left: 8px;
	width: 32px;
	-webkit-transform: translateY(-10px) rotate(35deg);
	transform: translateY(-10px) rotate(35deg);
}

/* page-header
--------------------------------------------------------------------------------- */
/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
	width: 66.66%;
	height: 100%;
	position: fixed;
	right: -67%;
	top: 0px;
	border-width: 0px 0px 0px 1px;
	border-color: #000;
	border-style: solid;
	background-color: #FFF;
	z-index: 20;
}
#gnavTitle {
	margin: 0px;
}
#gnavTitle a {
	border-width: 0px;
}
#gnavTitle a:hover {
	opacity: 0.5;
}
#gnav {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	border-width: 1px 0px 0px 0px;
	border-color: #000;
	border-style: solid;
}
#gnav li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 44px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	border-style: solid;
	letter-spacing: 0.2em;
}
#gnav li a {
	padding: 0px 0px 0px 15px;
	display: block;
	text-decoration: none;
	border-width: 0px;
}
#gnav li a:hover,
#gnav li a.on {
	background-color: #ECFF00;
}
#gnav li .nolink,
#gnav li .nolink.on {
	color: #cbcbcb;
	background-color: transparent;
}
#snsnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
}
#snsnav li {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	width: 17px;
	float: left;
	font-size: 17px;
	line-height: 17px;
}
#snsnav li a {
	border-width: 0px;
}
#snsnav li a:hover {
	opacity: 0.5;
}
/* sub-nav
--------------------------------------------------------------------------------- */
/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
	clear: both;
	overflow: hidden;
	margin-top: 60px;
	padding: 0px 24px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, sans-serif;
	position: relative;
}
#home #page-footer {
	margin-top: 40px;
}
#gotop {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	display: none;
}
#gotop a {
	display: block;
	background-color: #000;
	border-width: 0px;
}
#gotop a:hover {
	opacity: 0.5;
}
#contact {
	text-align: left;
}
#contact h3 {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
}
#contact p {
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0;
}
#contact a {
	text-decoration: none;
	border-width: 0px;
}
#contact a:hover {
	opacity: 0.5;
}
#link {
	text-align: left;
	float: left;
	width: 220px;
}
#link h3 {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
#link ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#link li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 18px;
	float: left;
	width: 10em;
}
#link li a {
	text-decoration: none;
	border-width: 0px;
}
#link li a:hover {
	opacity: 0.5;
}
#footer-logo {
	margin: 0px;
	width: 50px;
	float: right;
}
#footer-logo a {
	text-decoration: none;
	border-width: 0px;
}
#footer-logo a:hover {
	opacity: 0.5;
}
#copyright {
	clear: both;
	font-size: 9px;
	text-align: left;
	margin: 0px 0px 30px 0px;
}
/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- スマホ縦：375（iPhone6） */
@media all and (min-width:375px){
/* global-nav
--------------------------------------------------------------------------------- */
#gnav li {
	font-size: 16px;
	line-height: 54px;
}
/* page-footer
--------------------------------------------------------------------------------- */
#contact h3 {
	font-size: 11px;
	line-height: 20px;
}
#contact p {
	font-size: 11px;
	line-height: 20px;
}
#link {
	width: 250px;
}
#link h3 {
	font-size: 11px;
	line-height: 20px;
}
#link li {
	font-size: 11px;
	line-height: 20px;
	width: 11em;
}
#footer-logo {
	margin-top: 8px;
}
}

/*
--------------------------------------------------------------------------------- スマホ横：480（iPhone4） */
@media all and (min-width:480px){
}

/*
--------------------------------------------------------------------------------- スマホ横：568（iPhone5） */
@media all and (min-width:568px){
}

/*
--------------------------------------------------------------------------------- タブレット：768 */
@media all and (min-width:768px){
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px){
/* layout
--------------------------------------------------------------------------------- */
#menu {
	display: none;
}
/* page-header
--------------------------------------------------------------------------------- */
/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
	width: 100%;
	height: auto;
	right: auto;
	top: 0px;
	border-width: 0px 0px 1px 0px;
	display: block;
}
#global-nav .wrap {
	margin: 0px auto;
	max-width: 1380px;
	overflow: hidden;
}
#gnavTitle {
	display: none;
}
#gnav {
	margin: 0px 0px 10px 3%;
	border-width: 0px;
}
#gnav li {
	margin: 0px 2em 0px 0px;
	padding: 21px 0px 20px 0px;
	font-size: 15px;
	line-height: 15px;
	border-width: 0px;
	float: left;
	letter-spacing: 0.1em;
}
#gnav li a {
	padding: 6px 8px;
	display: inline;
	text-decoration: none;
	border-width: 0px;
}
#gnav li .nolink {
	display: inline;
	padding: 4px;
}
#snsnav {
	margin: 10px 34px 0px 0px;
	float: right;
}
/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
	margin-top: 90px;
}
#page-footer .inner {
	width: 740px;
	margin: 0px auto 40px auto;
	overflow: hidden;
}
#gotop {
	bottom: 116px;
}
#contact {
	width: 340px;
	float: left;
}
#contact h3 {
	margin-bottom: 8px;
}
#contact p {
	margin: 0px;
}
#link {
	width: 280px;
	float: left;
}
#link h3 {
	font-size: 12px;
	margin-bottom: 8px;
}
#link ul {
	margin: 0px;
}
#link li {
	width: 12em;
}
#footer-logo {
	display: block;
	margin: 0px;
	width: 64px;
	float: right;
}
#copyright {
	text-align: center;
	margin-bottom: 50px;
}
}

/*
--------------------------------------------------------------------------------- PC：1240 */
@media all and (min-width:1240px){
p,li,dt,dd,th,td,h5,h6 {
	font-size: 16px;
	line-height: 28px;
}
p,ul,ol,dl,table {
	margin: 0px 0px 20px 0px;
}
}
/*
--------------------------------------------------------------------------------- PC：1480 */
@media all and (min-width:1480px){
}
