/* CSS Document */
/* ======================================
common
====================================== */
html,
body {
    min-width: 1280px;
}
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin: 0;
    line-height: 1.75em;
    background-color: #dde1e4;
  /* background-image: url(../images/bg.jpg);*/
    background-repeat: repeat;
}
a {
    text-decoration: none;
}
    
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
.clear {
 clear: both;
 display: block;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
.img_pc {
    display: block;
}
.img_sp {
    display: none;
}
#code{
	position: absolute;
	bottom: 0;
}
/* ======================================
header
====================================== */
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #0a163f;
    z-index: 900;
    color: #fff;
    height: 100px;
}
.inner {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.logo img {
    width: 30%;
    height: auto;
    margin-top: 10px;
}
/* 見出し */
h1 {
    font-size: 11px;
    font-weight: normal;
}
h3 {
    margin-bottom: 0;
}
.ff_min{
    font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝B","ＭＳ 明朝",serif;
    margin: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* ------------------------------
   gnav
------------------------------ */
#page_outline #gnav,
#page_access #gnav {
    display: none;
}
#gnav {
    position: absolute;
    right: 0;
    top: 15px;
}
#gnav ul {
    margin: 0;
    padding: 0;
}
#gnav ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
}
#gnav ul li a {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(270deg,rgba(24,74,144,1.00) 0%,rgba(0,25,59,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,74,144,1.00) 0%,rgba(0,25,59,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,74,144,1.00) 0%,rgba(0,25,59,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,74,144,1.00) 0%,rgba(0,25,59,1.00) 100%);
    color: #fff;
    display: block;
    text-align: center;
}
#gnav ul li.request {
    margin-left: 25px;
    width: 180px;
}
    
#gnav ul li.request a {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: #C09E28;
    background-image: none;
    color: #fff;
}
#gnav ul li.request a:hover {
    background-color: #C5A945;
}
#nav_toggle div {
    position: relative;
}
#nav_toggle span:nth-child(1) {
    top: 5px;
    font-size: 11px;
    transition: none;
    background: none;
    text-align: center;
}
#nav_toggle span:nth-child(2) {
    top: 20px;
}
#nav_toggle span:nth-child(3) {
    top: 30px;
}
#nav_toggle span:nth-child(4) {
    top: 40px;
}
.top_head {
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    line-height: 1;
    z-index: 666;
    background-color: #fff;
    text-decoration: none;
}
#nav_toggle {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 49px;
    height: 49px;
    cursor: pointer;
    z-index: 101;
}
/* ------------------------------
   request
------------------------------ */
.request {
    background-color: #C09E28;
    box-sizing: border-box;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
}
.request a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.request a:hover {
    background-color: #C5A945;
}
/* ======================================
main
====================================== */
#main {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
}
#contents {
    margin: 60px 0;
    overflow: hidden;
}
.c_inner {
    width: 1100px;
    margin: auto;
    font-size: 14px;
}
.ttl {
    font-size: 28px;
    text-align: center;
    color: #493D38;
    padding-top: 5px;
    margin-bottom: 40px;
}
.center {
    text-align: center;
}
.btn_close {
    background: #000;
    width: 30%;
    margin: 30px auto;
    text-align: center;
}
.btn_close a {
    display: block;
    color: #fff;
    padding: 15px;
    font-size: 14px;
}
/* ------------------------------
   top
------------------------------ */
#mv {
    width: 1280px;
}
#info {
    float: none;
    width: 100%;
}
.info_note {
    margin-left: 10px;
    padding-bottom: 10px;
    font-size: 24px;
}
#movie {
    float: right;
}
/* ------------------------------
   outline
------------------------------ */
.date {
    
    text-align: right; 
    margin-bottom: 5px;
}
table {
    border-collapse:collapse;
}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table {
    width: 100%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #413936;
}
table th {
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #413936;
	background-color: #f3f3f3;
}
table td {
    background: #fff;
}
table th,
table td {
	padding: 7px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #413936;
	border-bottom-color: #413936;
}
table td table {
	width: 100%;
	border: none;
}
table td table th {
	width: 2em;
	padding: 0px;
	background: none;
	border: none;
}
table td table td {
	padding: 0px;
	background: none;
	border: none;
}
.form_btn {
    margin-top: 30px;
    border: none;
}
.form_btn th,
.form_btn td {
    background: transparent;
    border: none;
    display: inline;
}
table.btn_area {
    border: none;
}
table.btn_area td,
table.btn_area th {
    background: transparent;
}
table td.border_left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #413936;
}
dl,
dd {
    margin: 0;
}
/* ------------------------------
   資料請求フォーム
------------------------------ */
.caution {
    line-height: 1.75em;
    margin-bottom: 30px;
}
.requirements {
    color: #900;
}
table.request {
    background: #fff;
}
table.request th,
table.request td {
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: middle;
}
.button_space {
    width: 350px;
    margin: 0 auto 50px;
}
.next_button {
    background-image: url(../request/images/btn_01.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    margin: 10px auto 0;
    padding: 0;
    text-indent: -9999px;
    width: 160px;
}
.kakunin_button {
    background-image: url("../request/images/btn_02.gif");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    width: 160px;
	float: right;
}
.soshin_button {
    background-image: url("../request/images/btn_03.gif");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    width: 160px;
	float: right;
}
.back_button {
    background-image: url("../request/images/btn_04.gif");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    width: 160px;
	float: left;
}
textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    line-height: 1.75em;
}

/* ======================================
bnr
====================================== */
.bnr {
    padding-top: 40px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 0;
}
.bnr li {
    display: inline-block;
    list-style-type: none;
    padding: 0 5px 5px;
}
.bnr li a:hover img {
    opacity: 0.9;
    color: #fff;
}
/* ======================================
footer
====================================== */
#sp_nav {
    display: none;
}
#footer {
    width: 100%;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 30px 0;
}
#footer p {
    margin: 0;
}
.footer_left {
    float: left;
    box-sizing: border-box;
}
.footer_right {
    float: right;
    padding: 25px 0;
}
.gc {
    float: left;
    width: 100%;
    height: auto;
}
.gala {
    float: left;
    margin-left: 15px;
    font-size: 12px;
}
.tel {
    width: 45%;
    padding-bottom: 10px;
}
.next_logo {
    display: block;
    width: 65%;
    height: auto;
    float: right;
}
.copy {
    font-size: 11px;
    text-align: center;
}
.copy::before {
 content: "";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;
}
/* ------------------------------
   pagetop
------------------------------ */
#page_top{
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    border: 1px solid #cbc6ae;
	border-radius: 15px;
	color:#FFF;
	padding: 15px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-decoration: none;
	z-index: 1;
}
#page_top:hover{
	opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

@media print {
html,
body {
    min-width: 980px;
}
#header,
#main,
.c_inner,
#footer {
    width: 980px;
}
#header {
    position: relative;
}
#main {
    margin-top: 0;
}
#gnav,
.btn_close {
    display: none;
}
.footer_left,
.footer_right,
.next_logo {
    float: none;
}
}
@media screen and (max-width: 960px) {
html,
body {
    min-width: 100%;
}
[href^="tel"] {
    pointer-events: auto;
}
.img_pc {
    display: none;
}
.img_sp {
    display: block;
    width: 100%;
    height: auto;
}
/* ======================================
header
====================================== */
#header {
    height: 60px;
}
.logo img {
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 15px;
}
.inner {
    width: 100%;
}
h1 {
    display: none;
}
/* ------------------------------
   gnav
------------------------------ */	
.top_head {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    height: 59px;
    padding: 0;
}
.top_head.fixed {
    padding-top: 0;
}
#mobile_head {
    width: 100%;
    z-index: 999;
}
#page_outline #mobile_head,
#page_access #mobile_head {
    display: none;
}
#gnav {
    position: absolute;
    top: -497px;
    width: 100%;
    text-align: center;
    /*-webkit-transition: .5s ease-in-out;*/
    /*-moz-transition: .5s ease-in-out;*/
    /*transition: .5s ease-in-out;*/
    z-index: 6;
    border-top: none;
    padding: 0;
}
#gnav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    width: 100%;
}
#gnav ul li {
    position: relative;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #fff 1px solid;
    text-align: left;
    font-size: 14px;
}
#gnav ul li a {
    background: #00193b;
    color: #fff;
    border: none;
    border-radius: 0;
    text-align: left;
}
#gnav ul li:nth-child(1) {
    border-top: #fff 1px solid;
}
#gnav ul li.request {
    margin-left: 0;
    width: 100%;
    height: auto;
    line-height: normal;
    border-top: #fff 1px solid;
}
#gnav ul li.request a{
    background-color: #C09E28;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    padding: 15px 0;
}
#gnav ul li.request a:hover {
    background-color: #C5A945;
}
#gnav ul li a,
.top_head.fixed #gnav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 15px;
    box-sizing: border-box;
}
#nav_toggle {
    display: block;
    background: #fff;
    background-image: url(../images/open_icon.png);
    background-size: 64px 55px;
    background-repeat: no-repeat;
    background-position: top center;
}
.open #nav_toggle {
    background-image: url(../images/close_icon.png);
    background-repeat: no-repeat;
}
.open #nav_toggle span:nth-child(2) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(3) {
    width: 0;
    left: 50%;
}
.open #nav_toggle span:nth-child(4) {
    top: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open #gnav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
}
/* ======================================
main
====================================== */
#main {
    width: 100%;
    margin-top: 60px;
}
#contents {
    width: 100%;
    margin: 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.c_inner {
    width: 100%;
}
/* ------------------------------
   top
------------------------------ */
#mv {
    width: 100%;
}
#info,
#movie {
    width: 90%;
    float: none;
    margin: auto;
    text-align: center;
}
/* ------------------------------
   outline
------------------------------ */
#outline {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.date {
    font-size: 12px;
}
table {
	width: 100%;
	margin-bottom: 10px;
	border-style: solid solid none;
    border-width: 1px 1px medium;
	margin-left: auto;
	margin-right: auto;
    box-sizing: border-box;
}
table td, table th {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 7px 0 7px 2%;
    width: 100%;
	display: block;
    font-size: 95%;
    box-sizing: border-box;
}
table th{
	background-color:#F5F5F5;
	font-weight: bold;
}
tbody{
	width: 100%;
}
/* ------------------------------
   資料請求フォーム
------------------------------ */
.caution {
    padding: 0 10px;
}
table.request {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    line-height: 2em;
}
table.request a,
table.request a:hover {
    background-color: #F5F5F5;
}
table.request td {
    padding: 5px;
}
table.request #formFooter th,
table.request #formFooter td {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
table.request #formFooter td {
    background: transparent;
}
table.request #formFooter th img {
    width: 80%;
}
.next_button,
.kakunin_button,
.soshin_button,
.back_button {
    /*background-size: 120px 32px;*/
}
input[type=text],
input[type=tel],
select {
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
}
textarea {
    height: 150px;
    box-sizing: border-box;
    font-size: 16px;
}
select {
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 5px;
}
.form_name {
    width: 32%;
}
.form_small {
    width: 30%;
}
.form_wide {
    width: 100%;
}
textarea {
    width: 100%;
    box-sizing: border-box;
}
/* ======================================
footer
====================================== */
#sp_nav {
    display: block;
}
#fnav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
#fnav ul li {
    display: table-cell;
    background-color: #00193b;
    border-right: 1px solid #fff;
}
#fnav ul li:last-child {
    border: none;
}
#fnav ul li a {
    display: block;
    padding: 15px 10px;
    color: #fff;
}
#footer {
    padding: 30px 15px;
    box-sizing: border-box;
}
.footer_left,
.footer_right {
    float: none;
    width: 100%;
    margin: auto;
}
.footer_left::after {
     content: "";
     clear: both;
     height: 0;
     display: block;
     visibility: hidden;
}
.gc {
    width: 100%;
}
.gala {
    width: 100%;
    margin-left: 0;
}
.next_logo {
    width: 100%;
    float: none;
}
}