@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

color
#ff9d00　ベース

*/


/* 共通
--------------------------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: none;
	height: 100%;
}
@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	font-size: 100%;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
/* 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.1em;
}
a img {
	border: none;
}
area,
img {
	border: none;
	outline: none;
}
img {
	vertical-align: bottom;
}
p,li,dt,dd,th,td,h5,h6 {
	font-size: 14px;
	line-height: 28px;
}
p,ul,ol,dl,table {
	margin: 0px 0px 28px 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;
}
a:hover {
	color: #df0615;
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
	min-width: 320px;
	overflow: hidden;
	position: relative;
}
/* page-header
--------------------------------------------------------------------------------- */
#page-header {
	text-align: left;
	position: fixed;
	background-color: #FFF;
	width: 100%;
	z-index: 10;
}
#page-header .inner {
	padding: 10px;
	overflow: hidden;
}
#page-header h1 {
	font-size: 24px;
	line-height: 30px;
}
#page-header h1 img {
	height: 30px;
	margin-right: 5px;
}
#menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	margin: 0px;
}
#menu::before,
#menu::after,
#menu span {
	position: absolute;
	top: 20px;
	left: 7px;
	width: 26px;
	height: 1px;
	background-color: #000;
	text-indent: -9999px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu::before {
	content: "";
	top: 9px;
}
#menu::after {
	content: "";
	top: 29px;
}
#menu.on::before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#menu.on span {
	height: 0px;
}
#menu.on::after {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
	position: fixed;
	top: 0px;
	background-color: #FFF;
	width: 100%;
	padding: 90px 0px 800px 0px;
	display: none;
	z-index: 5;
}
#global-nav ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;
}
#global-nav li {
	margin: 0px 0px 26px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
}
#global-nav li a {
	display: block;
	text-decoration: none;
}
#global-nav li a.on {
	color: #df0615;
}
#global-nav .sns {
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
	margin: 0px 0px 40px 0px;
}
#global-nav .sns li {
	letter-spacing: normal; /* 文字間を元に戻す */
	display: inline-block;
	margin: 0px 13px;
	width: 30px;
}
#global-nav .sns li a:hover {
	opacity: 0.6;
}
#global-nav .language {
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
#global-nav .language li {
	letter-spacing: normal; /* 文字間を元に戻す */
	display: inline-block;
	margin: 0px 20px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
#global-nav .language li a.on {
	color: #000;
}
#global-nav .language li a.on:hover {
	color: #df0615;
}
/* sub-nav
--------------------------------------------------------------------------------- */
#sub-nav {
	background-color: #fffcdb;
	width: 100%;
	text-align: center;
	min-height: 50px;
	position: relative;
	overflow: hidden;

}
#sub-nav ul {
	margin: 90px 0px 90px 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
}
#sub-nav li {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia,'times new roman',serif;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 28px;
	padding-top: 3px;
}
#sub-nav li .l2 {
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
}
#sub-nav li a {
	display: inline-block;
	text-decoration: none;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #fffcdb;
	padding-bottom: 5px;
}
#sub-nav li a.on {
	border-color: #df0615;
}
#sub-menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	margin: 0px;
}
#sub-menu::before,
#sub-menu::after,
#sub-menu span {
	position: absolute;
	top: 20px;
	left: 7px;
	width: 26px;
	height: 1px;
	background-color: #000;
	text-indent: -9999px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#sub-menu::before {
	content: "";
	top: 9px;
}
#sub-menu::after {
	content: "";
	top: 29px;
}
#sub-menu.on::before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#sub-menu.on span {
	height: 0px;
}
#sub-menu.on::after {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* local-nav
--------------------------------------------------------------------------------- */
#local-nav {
	overflow: hidden;
	margin: 10px;
}
#local-nav ul {
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#local-nav li {
	letter-spacing: normal; /* 文字間を元に戻す */
	margin: 0px 1em 10px 1em;
	padding: 0px;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
}
#local-nav li a {
	display: inline-block;
	text-decoration: none;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #FFF;
}
#local-nav li a.on {
	border-color: #df0615;
}
#global-nav .language li a,
#global-nav .language li a.on{
	border-width: 0px;
	border-color: #FFF;
}
/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
	clear: both;
	overflow: hidden;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	position: relative;
}
#page-footer .inner {
	padding: 70px 10px 0px 10px;
}
#footer-nav ul {
	margin: 0px 0px 70px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#footer-nav li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 40px;
}
#footer-nav li a {
	text-decoration: none;
}
#copyright {
	font-size: 10px;
	line-height: 20px;
	text-align: left;
}
.gotop {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;

}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- スマホ横：480（iPhone4） */
@media all and (min-width:480px){
}

/*
--------------------------------------------------------------------------------- スマホ横：568（iPhone5） */
@media all and (min-width:568px){
}

/*
--------------------------------------------------------------------------------- タブレット：768 */
@media all and (min-width:768px){
/* page-header
--------------------------------------------------------------------------------- */
#page-header .inner {
	padding: 20px 20px;
}
#page-header h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#page-header h1 img {
	height: 30px;
}
#menu {
	display: none;
}
/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
	top: 25px;
	right: 20px;
	background-color: transparent;
	width: auto;
	padding: 0px 0px 0px 0px;
	display: block;
	z-index: 15;
}
#global-nav ul {
	margin: 0px;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
	display: inline-block;
}
#global-nav li {
	letter-spacing: normal; /* 文字間を元に戻す */
	margin: 0px 1.2em 0px 0px;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
}
#global-nav li a {
	display: block;
	text-decoration: none;
}
#global-nav li a.on {
	color: #df0615;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #df0615;
}
#global-nav .sns {
	display: inline-block;
	margin: 0px;
}
#global-nav .sns li {
	margin: 0px 5px;
	width: 25px;
	line-height: 25px;
}
#global-nav .sns li a.on {
	border-width: 0px;
}
#global-nav .language {
	display: block;
	width: 60px;
	float: right;
	margin-top: -5px;
}
#tsuyahime #global-nav .language {
}
#global-nav .language li {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	display: block;
}
/* sub-nav
--------------------------------------------------------------------------------- */
#sub-nav {
	position: relative;
	top: auto;
}
#sub-nav ul {
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
	margin: 0px;
	display: block;
	height: 63px;
	overflow: hidden;
}
#sub-nav li {
	letter-spacing: 0.05em; /* 文字間を元に戻す */
	margin: 0px 1.3em;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
#sub-nav li .l2 {
	font-size: 12px;
	line-height: 15px;
}
#sub-nav li a {
	display: table-cell;
	vertical-align: middle;
	height: 57px;
	padding-bottom: 0px;
}
#sub-menu {
	display: none;
}

/* local-nav
--------------------------------------------------------------------------------- */
#local-nav {
	margin: 80px 40px 100px 40px;
}
#local-nav li {
	font-size: 14px;
	line-height: 34px;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer .inner {
	padding: 90px 40px 0px 40px;
}
#footer-nav ul {
	margin: 0px 0px 90px 0px;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
#footer-nav li {
	letter-spacing: normal; /* 文字間を元に戻す */
	margin: 0px 2em 0px 0px;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
}
#copyright {
	font-size: 10px;
	line-height: 20px;
	text-align: left;
}
.gotop {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 20px;
	top: 74px;

}
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px){
p,li,dt,dd,th,td,h5,h6 {
	font-size: 16px;
	line-height: 32px;
}
p,ul,ol,dl,table {
	margin: 0px 0px 32px 0px;
}
/* page-header
--------------------------------------------------------------------------------- */
#page-header h1 {
	margin: 0px;
}
#page-header h1 img {
	height: 40px;
}
/* global-nav
--------------------------------------------------------------------------------- */
#global-nav li {
	margin: 0px 2em 0px 0px;
	font-size: 16px;
}
/* sub-nav
--------------------------------------------------------------------------------- */
#sub-nav li {
	margin: 0px 1.5em;
	font-size: 17px;
}
#sub-nav li .l2 {
	font-size: 13px;
	line-height: 15px;
}
}

/*
--------------------------------------------------------------------------------- PC：1240 */
@media all and (min-width:1240px){
}
/*
--------------------------------------------------------------------------------- PC：1480 */
@media all and (min-width:1480px){
}
