﻿@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■
　　共通項目
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
 ブラウザのマージンパディング初期化
------------------------------------------*/
*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
}


body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td,section {
padding: 0;
margin: 0;
}

/*------------------------------------------
 イメージ初期化
------------------------------------------*/
img {vertical-align:top;margin:0;padding:0;border:none;}

/*------------------------------------------
 float対策
------------------------------------------*/
.f_left { float:left;
margin-right: 30px;
margin-bottom: 20px;}
.f_right { float:right; margin-right: 45px; margin-left: 20px;}
.fcl,.row {zoom: 100%;}
.fcl:after,.row:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
/*------------------------------------------
 リンク設定
------------------------------------------*/
a img{border: none;}
a:hover img { opacity:0.5;}


a {
	color:#FC8501;
	text-decoration: none;
}
a:hover {
	color: #FC8501;
	text-decoration: underline;
}
a:visited {
	color: #FC8501;
	text-decoration: underline;
}

/*------------------------------------------
 フォントカラー
------------------------------------------*/

.text-orange{
	color: #ea5515;
}
.text-white{
	color: #fff;
}

.text-green{
	color:#014B25;
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: bold;
}


/*------------------------------------------
 リストアイコン設定(無し)
------------------------------------------*/
ul{
list-style:none;
margin:0;
padding:0;
}
/*------------------------------------------
 非表示にする
------------------------------------------*/
.hidden { font-size:0px; height:0; line-height:0;max-height: 999999px;}


/*■■■■■■■■■■■■■■■■■■■■■■
　　全コンテンツ共通　
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
 メイン
------------------------------------------*/

body {
font-family: "游ゴシック Medium", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    background-image: url("../img/back.jpg");
    background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top;
width: 100%;
max-height: 999999px;
margin: 0 auto;    
text-shadow: 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
-webkit-text-size-adjust: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
}
.bg_full {
	width:100%;
	margin:0;
    height: 3em;
    bottom: 0;
    position: absolute;
    background-color: #ccc;
}

/*------------------------------------------
■ key visual
------------------------------------------*/
#brand-logo{
    padding-left: 65px;
}
p.brand-logo img{
	width: 100%;
	max-width: 622px;
}

/*------------------------------------------
■ section
------------------------------------------*/
article, section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}


article {
    padding-bottom: 3em;
}

p.prettie img{
    width: 100%;
    max-width: 410px;
}

td{
    padding: 5px;
    font-size: 1.2em;
}
td, th{
    border-bottom: #ccc 1px solid;
    text-align: left;
    padding-left: 20px;
}


figure.gazo-box {
float: left;
padding-right: 20px;
padding-bottom: 10px; 
}

.clear {
clear: both;
}

figcaption {
    margin-bottom: 15px;
}

hr {
    border:none;
border-top:dashed 2px #ccc;
height:1px;
color:#FFFFFF;
    margin-bottom: 15px;
}


table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

dt {
    font-weight: bold;
}

dd{
   margin-bottom: 10px;
}
.a-no {
    display: block;
  }
.a-on {
    display: none;
  }


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

p.link { padding-top:10px;font-size:16px !important;max-height: 999999px;}

p.copyright {
	padding-top:10px;
	padding-bottom:10px;
    background-color: #ccc;
	color:#fff;
	text-align:center;
	font-size:16px !important;
	max-height: 999999px;
    text-shadow: none;
}

p.copyright a {
	color:#fff;
}

p.copyright a:hover {
	color:#fff;
}
p.copyright a:visited {
	color:#fff;
}

/*------------------------------------------
■ menu
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}


#main {
}
#main-in {
	padding-left: 260px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}

/* main-visual */
#main-visual {

	height: 145px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ここから */
#global-head {
	position: fixed;
	color: #033560;
	width: 2000px;
	text-align: center;
	padding-top: 120px;
	z-index: 100;
background-color: #fff;
        
}

#sidebar {
	font-size: 15px;
	padding-top: 180px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #033560;
    margin-left: 70px;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 10px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 22px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

