@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    min-width: 980px;
    height: auto;
    overflow: hidden;
}

header:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#header-box {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    clear: both;
    float: left;
    height: auto;
    width: 200px;
    margin: 20px 0 0 10px;
}

#header_desc {
    height: auto;
    background: #730005;
    background: -moz-linear-gradient(left, #730005, #980007 30%, #C30009 40%, #E60011 50%, #CD000A); /* Firefox */
    background: -webkit-gradient(linear, left top, right top, from(#730005),
                color-stop(0.3, #980007),
                color-stop(0.4, #C30009),
                color-stop(0.5, #CD000A),
                to(#730005)); /* Chrom と Safari */
    background: linear-gradient(left #730005, #980007 30%, #C30009 40%, #CD000A 50%, #730005 100%); /* 共通 */
    background: -ms-linear-gradient(left, #730005, #980007 30%, #C30009 40%, #CD000A 50%, #730005 100%); /* IE8-9 */
    border-bottom: 2px solid #C3A766;
}

#header_desc_area {
    width: 980px;
    margin: 0 auto;
}

#header_desc_area h1 {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
    padding: 9px 0;
    line-height: 100%;
}

.mail_header {
    width: 560px;
    height: auto;
    display: block;
    margin: 30px 10px 0 0;
    float: right;
    text-align: right;
    overflow: hidden;
}

.mail_header p {
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 150%;
}

p.header_title {
    font-size: 16px;
    margin-bottom: 10px;
    float: none;
}

.header_more_btn {
    float: right;
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #fff !important;
    box-sizing: border-box;
    background: #C9000A;
    background: -moz-linear-gradient(top center, #C9000A 0%, #740005 100%); /* Firefox */
    background: -webkit-gradient(linear, center top, center bottom, from(#C9000A), to(#740005)); /* Chrom と Safari */
    background: linear-gradient(top center, #C9000A 0%, #740005 100%); /* 共通 */
    background: -ms-linear-gradient(top, #C9000A, #740005); /* IE8-9 */
}

.header_more_btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: #740005;
    background: -moz-linear-gradient(top center, #740005 0%, #C9000A 100%); /* Firefox */
    background: -webkit-gradient(linear, center top, center bottom, from(#740005), to(#C9000A)); /* Chrom と Safari */
    background: linear-gradient(top center, #740005 0%, #C9000A 100%); /* 共通 */
    background: -ms-linear-gradient(top, #740005, #C9000A); /* IE8-9 */
    transition: all .5s;
    -webkit-transition: all .5s;
}

.header_more_btn:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #fff;
}

.tel_header a {
    font-size: 26px;
    padding-top: 6px;
    color: #730005;
    box-sizing: border-box;
    line-height: 80%;
}

.tel_header a:hover {
    text-decoration: none;
}

.tel_header a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#header-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    margin-top: 10px;
}

header .logo {
    clear: both;
    float: none;
    width: 77%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

#header_desc {
    width: 100%;
    height: auto;
    background: none;
    border-bottom: none;
}

#header_desc_area {
    width: 90%;
    height: auto;
}

#header_desc_area h1 {
    height: auto;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding: 50px 0 0 0;
    line-height: 150%;
}

.mail_header {
    display: none;
    width: 90%;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.mail_header p {
    float: none;
    margin-bottom: 10px;
    padding: 0 0 7px 0;
    font-size: 14px;
    line-height: 150%;
}

.mail_header a:hover {
    opacity: 0.7;
}

.tel_header a {
    float: none;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 32px;
}

.header_more_btn {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

}


/* -----------------------------------------------------------
	ヘッダーナビ(PC)
----------------------------------------------------------- */

nav.pc {
    margin-top: 20px;
}

nav .menu-header-navi-container {
    clear: both;
    width: 980px;
    height: 42px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a {
    display:block;
    zoom:1;
    height: 42px;
    color: #333;
}

ul#navi li {
    float:left;
    width:161px;
    padding: 2px 0;
    border-left: 1px solid #ccc;
}

ul#navi li#menu6 {
    float:left;
    width:161px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

ul#navi li a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 160%;
}

ul#navi li a span {
    font-size: 10px;
    line-height: 1.0;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover {
    color: #C3A766;
    text-decoration: none;
    border-bottom: 2px solid #C3A766;
}

/*カレント表示*/
ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a,
ul#navi li#menu6.current a {
    color: #C3A766;
    padding-bottom: 2px;
    border-bottom: 2px solid #C3A766;
}

.overlay {
    display: none;
}

nav.side-menu {
    display: none;
}

.nav-box {
    display: none;
}


/* -----------------------------------------------------------
	メニューボタン（スマートフォン）
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

nav.pc {
    display: none;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}


/* サイドメニュー ※リストのスタイルは省略 */


nav.side-menu ul {
    width: 100%;
    height: 100%;
    padding: 10px 0 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.side-menu li a {
    color: #fff;
    padding: 15px 0 15px 20px;
    line-height: 100%;
    display: block;
}

.side-open nav.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    font-size: 16px;
    z-index: 5;
    background: #730005;
    display: block;
}

.side-menu__ul {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.side-menu__ul--child {
    display: none;
}

.active .side-menu__ul--child {
    display: block;
}

.side-menu__ul--child li a {
    display: block;
    padding: 8px 0 8px 32px;
    font-size: 14px;
    color: #fff;
}

.side-menu__ul > li > a,
.side-menu__ul > li h2 {
    display: block;
    color: #fff;
}

.side-menu__ul h2 {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.side-menu__ul > li > h2:after {
    content: ' ▼';
    color: #fff;
    font-size: 15px;
}

.side-menu__ul > li.active h2:after {
    content: ' ▲';
}

.side-menu__ul > li > h2:hover,
.side-menu__ul > li a:hover {
    color: #ddd;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */

.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    background: #730005;
    background: -moz-linear-gradient(left, #730005, #980007 30%, #C30009 40%, #E60011 50%, #CD000A); /* Firefox */
    background: -webkit-gradient(linear, left top, right top, from(#730005),
                color-stop(0.3, #980007),
                color-stop(0.4, #C30009),
                color-stop(0.5, #CD000A),
                to(#730005)); /* Chrom と Safari */
    background: linear-gradient(left #730005, #980007 30%, #C30009 40%, #CD000A 50%, #730005 100%); /* 共通 */
    background: -ms-linear-gradient(left, #730005, #980007 30%, #C30009 40%, #CD000A 50%, #730005 100%); /* IE8-9 */
    border-bottom: 2px solid #C3A766;
    position: fixed;
    box-shadow: 0px 1px 2px #ddd;
    top: 0;
    z-index: 4;
}

.side-open .nav-box {
    display: none;
}


/* メインコンテンツ */

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-menu-btn {
    position: fixed;
    font-size: 16px;
    top: 5px;
    right: 20px;
    width: auto;
    height: 25px;
    cursor: pointer;
    z-index: 4;
    color: #fff;
    display: block;
}

.side-menu-btn:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 3px;
    padding-right: 10px;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    font-size: 16px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 90px;
    height: 22px;
    z-index: 1;
}

.wrapper .logo_sp a {
    color: #fff;
}


/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

}