﻿@charset "UTF-8";

/* パーツ用スタイル */
/* リセット------------------------ */
* { margin: 0; padding: 0;}
ul, ol { list-style: none;}
hr { display: none;}

body {
  margin: 0;
}
a {
  background-color: transparent;
}
img {
  border: 0;
}
h1 {
    font-size: 1.8em;
    margin: 0.2em 0;
    line-height: 1.2em;
}
h2 {
	margin: -65px 0 0 0;
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	padding: .8em 5px;
	position: relative;
	z-index: 1;
	color: #1C2C52;
}
h3 {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 1.1em;
	line-height: 2.5em;
}
h4 {
    margin: 0;
    padding: 0;
    line-height: 2.5em;
    font-size: 94%;
}
h5 {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 94%;
}
h6 {
	margin: 0.7em 5px 0.56em 8px;
	padding: 0;
	line-height: 1.5em;
	font-size: 94%;
}
hr {
	display: none;
    /* -moz-box-sizing: content-box; */
    box-sizing: content-box;
    height: 0;
}
.c_main_con p {
	margin: 0.1em 5px 0.56em 10px;
	padding: 0;
	line-height: 1.5em;
	font-size: 94%;
}
ul {
	margin: 0.7em 5px 0.7em 0;
	padding: 0 0 0 8px;
	list-style-type: none;
	list-style-image: none;
}
ol {
	margin: 0.7em 5px 0.7em 20px;
	padding: 0 0 0 8px;
}
li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 94%;
	color: #0A2530;
	background-color: transparent;
}
ul li {
	padding: 0 0 0 18px;
	list-style-type: none;
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: 5px 0.54em;
}
dl {
	margin: 0.7em 5px 0.7em 0;
	padding: 0 0 0 10px;
}
dt {
	margin: 0.56em 0 0.56em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 94%;
	color: #0A2530;
	background-color: transparent;
}
dd {
	margin: 0 0 0.56em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 94%;
	color: #0A2530;
	background-color: transparent;
}
caption {
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	color: #0A2530;
	background-color: transparent;
}
th {
    margin: 0;
    padding: 4px;
    border: 1px solid #999999;
    color: #333333;
    text-align: left;
    background-color: #EEEEE0;
}
td {
	margin: 0;
	padding: 4px;
    border: 1px solid #999999;
	color: #333333;
	background-color: #FFFFFF;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
    line-height: 2em;
}
/*通常のリンク色
============================== */
a, 
a:link {
	color: #1C2C52;
	background-color: transparent;
}
a:visited {
	color: #551A8B;
	background-color: transparent;
}
a:hover {
	color: #9D0D0D;
	background-color: transparent;
}
a:active {
	color: #9D0D0D;
	background-color: transparent;
}
a {
	transition: color 0.3s ease 0s;
}
/* font------------------------ */

@font-face {
	font-family: "MyYuGothicM";
	font-weight: normal;
	src:	local("YuGothic-Medium"), /* Postscript name */
			local("Yu Gothic Medium"), /* for Chrome */
			local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
	font-family: "MyYuGothicM";
	font-weight: bold;
	src:	local("YuGothic-Bold"), /* Postscript name */
			local("Yu Gothic"); /* for Chrome */
}

html {
	font-family:
		MyYuGothicM, /* Windows 游ゴシック */
		YuGothic, /* OS X 游ゴシック */
		-apple-system, /* iOS San Francisco */
		BlinkMacSystemFont, /* iOS Chrome San Francisco */
		"Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */
		Meiryo, /* Windows メイリオ */
		sans-serif;
}

#Wrapper {
    overflow: hidden;
}
/* ==================================================

================================================== */
/*   ヘッダー
============================== */
.main_img img {
    width: 100%;
}

#Header {
	/* padding: 0 60px 0 0; */
	text-align: center;
	/* color: #fff; */
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
	/* display: -webkit-flex; */
	/* display: flex; */
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.8);
}
#GlobalNavi {
    font-size: 110%;
}

#GlobalNavi ul li a {
    padding: 15px 20px 10px 20px;
    text-decoration: none;
    border-bottom: 3px solid;
}
#GlobalNavi ul li a:hover, 
#GlobalNavi ul li a:active, 
#GlobalNavi ul li a:focus {
	color: #c59d5f;
}

#GlobalNavi ul {
    display: flex;
    float: right;
    text-align: right;
    margin: 0 20px 0 0;
    padding: 0;
}
#GlobalNavi ul li {
    /* width: 22%; */
    text-align: center;
    display: flex;
}
/* fixed */
.fixedNav .inner {
    float: left;
}
.fixedNav img {
	width: 205px;
	padding: 0 15px;
}
.fixedNav {
	box-shadow:0px 0px 5px 0px rgba(140,139,136,0.46);
	-moz-box-shadow:0px 0px 5px 0px rgba(140,139,136,0.46);
	-webkit-box-shadow:0px 0px 5px 0px rgba(140,139,136,0.46);

}

/*   コンテンツ
============================== */
#Information h2, 
#Sns h2 {
    color: #FFF;
}
.headline__secondary {
    position: relative;
    font-size: 75px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 72px;
    margin: 0 -72px;
    color: #c59d5f;
    font-weight: normal;
    text-align: center;
    font-family: 'Tangerine', cursive;
}
.headline__secondary .first-letter {
    position: relative;
    top: 10px;
    font-size: 1.75em;
    padding-left: 72px;
    margin: 0 -72px;
    letter-spacing: 72px;
}
section {
    padding: 20px 0;
}
.con_wp {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
/* bxslider */
.main_img ul li, 
.main_img ul {
    margin: 0;
    padding: 0;
}
.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    height: 445px !important;
    overflow: hidden !important;
}
/* スライダーロゴ */
.main_logo_img {
    position: absolute;
    /* top: 30%; */
    /* left: 45%; */
    top: 50%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    width: 360px;
    height: 360px;
    text-align: center;
}

.main_logo_img img {
    width: 30%;
}

.main_img {
    position: relative;
    overflow: hidden;
}
.bx-wrapper .bx-controls-direction a {
    top: 35%;
}
/* staff */
.staff-box01,.staff-box02 {
    width: 50%;
    display: table-cell;
    box-sizing: border-box;
    padding: 20px 50px;
}

#Staff .con_wp {
    display: table;
    width: 100%;
}
.staff-post {
    display: block;
    font-size: 1.5em;
}
.staff-name {
    font-size: 1.5em;
}

.staff-ruby {
    font-size: 1.3em;
    display: block;
    color: #1C2C52;
    line-height: 1em;
    font-family: 'Vollkorn', serif;
}
.staff-txt {
    padding: 20px 0 0 0;
}
/* SNS */
.sns {
    background-color: #1C2C52;
    color: #FFF;
}
.facebook-box {
    text-align: left;
    display: inline-block;
    padding: 60px 40px;
}

.Instagram-box {
    text-align: right;
    display: inline-block;
}

#Sns .con_wp {
    width: 100%;
}
.con_text {
    padding: 0 10px;
}
/* インフォメーション */
.information .grid:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    background-color: #000;
    background-image: url(../images/info_bg_img.jpg);
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100% center;
}

.grid {
    position: relative;
}

.information__block {
    margin: 0 0 0 auto;
    width: 50%;
    min-height: 500px;
    background-color: #1C2C52;
    display: table;
    color: #FFF;
}

.information__inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 30px 0;
}

/* アクセス */
.ggmap {
	position: relative;
	padding-bottom: 35.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*   フッター
============================== */
.footer {
    background-color: #1C2C52;
    text-align: center;
    color: #FFF;
    padding: 60px 0;
}
.footer__logo {
    /* padding: 60px 0; */
}
.footer .footer__share {
    margin: 0 10px;
    display: inline-block;
    padding: 0;
}
.footer__link a {
    color: #FFF;
}

/* snsアイコン */
.footer__shares li a, 
.footer__shares li a:link, 
.footer__shares li a:visited {
    color: #FFF;
	background-color: transparent;
}

.footer__shares li a:active, 
.footer__shares li a:hover {
	color: #c59d5f;
	background-color: transparent;
}


/* コピーライト */
.copy-wp {
    background-color: #1C2C52;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 5px;
    font-size: 77%;
}
#page-top a {
    /* background: #666; */
    text-decoration: none;
    color: #c59d5f;
    width: 100px;
    /* padding: 30px 0; */
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    /* background: #999; */
}



@media all and (min-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
#Menu_Area {
    display: none;
}
#GlobalNavi {
    display: block;
}
}


@media all and (max-width: 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* head */
#GlobalNavi {
    display: none;
}
#GlobalNavi ul {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
}

#GlobalNavi ul li a {
    text-align: center;
    width: 100%;
    padding: 15px 20px 10px 20px;
    border-bottom: 1px solid;
}

#GlobalNavi ul li {
    padding: 0;
}

.fixedNav .inner {
    float: none;
    text-align: left;
}
.header {
    background-color: rgba(255, 255, 255, 0.93);
}



/* menu icon */
#Menu_Area {
	position: absolute;
	z-index: 900;
	top: 0;
	right: 0;
	display: block;
	/* box-sizing: content-box; */
	width: 2.5rem;
	height: 2rem;
	margin: 10px 10px 0 0;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: none;
	/* outline: 0; */
	/* border-radius: 50%; */
	/* background-color: #FFF; */
	background-repeat: no-repeat;
	background-position: 50% 100%;
	cursor: pointer;
	background-color: transparent;
}

#Menu_Area span.hamburger-icon,
#Menu_Area span.hamburger-icon:before,
#Menu_Area span.hamburger-icon:after {
	width: 18px;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	background-color: #1C2C52;
}

#Menu_Area span.hamburger-icon {
	position: relative;
	display: block;
	/* margin-top: 15px; */
	margin-left: 7px;
}

#Menu_Area span.hamburger-icon:before {
	position: absolute;
	top: -6px;
	left: 0;
	content: ' ';
	background-color: #1C2C52;
}

#Menu_Area span.hamburger-icon:after {
	position: absolute;
	top: 6px;
	left: 0;
	content: ' ';
	background-color: #1C2C52;
}
#Menu_Area.close {
	z-index: 999;
}

#Menu_Area.close span.hamburger-icon {
	position: relative;
	display: block;
	/* margin-top: 10px; */
	margin-left: 6px;
}

#Menu_Area.close span.hamburger-icon,
#Menu_Area.close span.hamburger-icon:before,
#Menu_Area.close span.hamburger-icon:after {
	width: 20px;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1);
	background-color: transparent;
}

#Menu_Area.close span.hamburger-icon:before {
	position: absolute;
	left: 0;
	content: ' ';
	background-color: #1C2C52;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Menu_Area.close span.hamburger-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	background-color: #1C2C52;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* logo */
.main_logo_img img {
    width: 30%;
}
.main_logo_img {
    width: 200px;
    height: 200px;
}
/* staff */
.bx-wrapper .bx-viewport {
    height: 230px !important;
}
/* staff */
#Staff .con_wp {
    display: block;
}

.staff-box01, .staff-box02 {
    width: auto;
    display: block;
}

/* インフォメーション */
.information .grid:before {
    width: 100%;
    height: 20%;
    background-size: cover;
}

.information__block {
    width: 100%;
    padding: 30% 0 0 0;
    display: block;
}

.information__inner {
    display: block;
}
}