@charset "utf-8";

/*	fontsize : 12px[default]
---------------------------------
10px	84%		19px	159%
---------------------------------
11px	92%		20px	167%
---------------------------------
12px	100%	21px	175%
---------------------------------
13px	109%	22px	184%
---------------------------------
14px	117%	23px	192%
---------------------------------
15px	125%	24px	200%
---------------------------------
16px	134%	25px	209%
---------------------------------
17px	142%	26px	217%
---------------------------------
18px	150%			
---------------------------------*/

/*================================================================

汎用クラス

================================================================*/

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* for IE6 */
* html .clearfix { zoom: 1; }
/* for IE7 */
*:first-child+html .clearfix { zoom: 1; }


/*================================================================

共通スタイル／レイアウト

================================================================*/


/* body
----------------------------------------------------------------*/
* {
	color: #727171;
}

body {
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	color: rgb(114,113,113);
	-webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
    /*animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 7s ease 0s 1 normal;*/
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body p,
body dd,
body dt, 
body li,
body td,
body th {
	font-size: 100%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

body img {
	vertical-align: top;
}

a:link {
	color: #AE9080;
	text-decoration: none;
}

a:visited {
	color: #AE9080;
	text-decoration: none;
}

a:hover {
	color: #AE9080;
	text-decoration: none;
	opacity: 0.7;
	transition: .5s;
}

a:active {
}

h2 {
	color: #727171;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
}


p {
	margin-bottom: 10px;
}





/* #wrapper
----------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}


/* #header
----------------------------------------------------------------*/

#header {
	width: 100%;
	height: 139px;
	text-align: center;
	background: url("../img/bg_renga_header.jpg") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
}

#header .header_box {
	width: 955px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 49px 60px 20px 32px;
}

#header .header_logo_area {
	width: 203px;
	text-align: left;
	box-sizing: border-box;
	float: left;
}
@media screen and (max-width: 1100px) {
	#header .header_box {
		width: 100%;
	}
}

#header .header_logo_area h1 {
	width: 203px;
	text-align: left;
	padding-top: 5px;
}

#header .header_logo_area h1 img {
	width: 203px;
}

@media screen and (max-width: 555px) {
	#header .header_box {
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .header_logo_area h1 img {
		width: 140px;
	}
}

#header .header_tel {
	position: absolute;
	top: 38px;
	right: 10px;
	color: #FFF;
	opacity: 0.8;
	font-size: 17px;
	font-family: "Century Gothic, sans-serif";
}

#header .header_navi_area {
	position: absolute;
	right: 0px;
	top: 73px;
}

#header .header_navi_area #globalnavi li {
	float: left;
	font-size: 15px;
	text-align: left;
	color: #FFF;
	opacity: 0.8;
}
#header .header_navi_area #globalnavi li:nth-child(1) {
	margin-right: 60px;
}
#header .header_navi_area #globalnavi li:nth-child(2) {
	margin-right: 47px;
}
#header .header_navi_area #globalnavi li:nth-child(3) {
	margin-right: 40px;
}
#header .header_navi_area #globalnavi li:nth-child(4) {
	margin-right: 40px;
}


#header .header_navi_area #globalnavi li a {
	color: #FFF;
}

.zdo_drawer_menu {
	display: none;
}

/* #ハンバーガー 
--------------------------*/

@media screen and (max-width: 1100px) {
	
	#header .header_tel {
		display: none;
	}
	
	.header_navi_area {
		display: none;
	}
	.zdo_drawer_menu {
		display: block;
	}

	.header_navi_area_mb ul li {
		color: #FFF;
		font-size: 16px;
	}
	.header_navi_area_mb ul li a {
		color: #FFF;
		display: block;
		padding: 15px;
		border-bottom: #FFF 1px solid;
	}
	.header_navi_area_mb ul li:last-child a {
		border: none;
	}
	
	.header_navi_area_mb ul li a #foot_i {
		color: #FFF;
	}
}


/* #contents 
--------------------------*/

#contents {
	width: 100%;
	padding-top: 139px;
	position: relative;
	box-sizing: border-box;
}

#contents .text_box_main {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1100px) {
	#contents .text_box_main {
		width: 100%;
		box-sizing: border-box;
	}
 }

#contents .text_box_main p {
	position: absolute;
	top: -40px;
	left: 100px;
}
@media screen and (max-width: 555px) {
	#contents .text_box_main p {
		left: 20px;
	}
	#contents .text_box_main p img {
		width: 248px;
	}
}


/* #top_contents 
--------------------------*/

#top_contents {
	width: 100%;
	height: 0;
	padding-top: 50.3125%;
    background: url(../img/img_main1.jpg) no-repeat left center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 415px) {
	#top_contents {
		padding-top: 146.6666666666667%;
		background: url(../img/img_main1_mb.jpg) no-repeat left center;
		background-size: cover;
	}
}



/* #greeting
--------------------------*/ 
#greeting {
	background: #1E1308;
	margin-top: -138px;
	padding-top: 170px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

#greeting h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
	font-size: 20px;
}

#greeting .greeting_box {
	width: 920px;
	margin: 0 auto;
}

#greeting .greeting_box .box1 {
	width: 299px;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;
}

#greeting .greeting_box .box2 {
	margin-left: 389px;
}
#greeting .greeting_box .box2 p {
	color: #FFF;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;	
}

@media screen and (max-width: 940px) {
	#greeting .greeting_box {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	#greeting .greeting_box .box1 {
		width: 150px;
		box-sizing: border-box;
		padding-left: 30px;
	}
	#greeting .greeting_box .box1 img {
		width: 100%;
	}
	#greeting .greeting_box .box2 {
		margin-left: 200px;
	}
}
@media screen and (max-width: 475px) {
	#greeting .greeting_box {
		padding-left: 20px;
		padding-right: 20px;
	}
	#greeting .greeting_box .box1 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		text-align: center;
		padding: 0;
	}
	#greeting .greeting_box .box1 p {
		text-align: center;
	}
	#greeting .greeting_box .box1 img {
		width: 239px;
	}
	#greeting .greeting_box .box2 {
		margin-left: 0;
	}
}
@media screen and (max-width: 340px) {
	#greeting .greeting_box .box1 img {
		width: 100%;
	}
}


/* #introduction
--------------------------*/

#introduction {
	widht: 100%;
	background: #1E1308;
	padding-top: 138px;
	margin-top: -138px;
}
.introduction_wrapper {
}
#introduction p img {
	width: 100%;
}
#introduction h2 {
	text-align: center;
	color: #AE9080;
	font-size: 20px;
	padding-top: 60px;
	margin-bottom: 140px;
}

#introduction .introduction_box {
	width: 630px;
	margin: 0 auto;
	padding-bottom: 220px;
}
#introduction .introduction_box li {
	width: 50%;
	float: left;
	font-size: 19px;
	color: #AE9080;
	text-align: left;
	
}
#introduction .introduction_box li:last-child {
	text-align: right;
}
#introduction .introduction_box li span {
	font-size: 15px;
	color: #AE9080;
	margin-right: 22px;
}
#introduction .introduction_box li img {
	margin-left: 30px;
}
#introduction .introduction_box li a.firstlink {
	border-bottom: #AE9080 1px solid;
	padding-bottom: 2px;
}

@media screen and (max-width: 660px) {
	#introduction .introduction_box {
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 220px;
	}
	#introduction .introduction_box li {
		width: 100%;
		float: none;
		text-align: center !important;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
}






/* #matter
--------------------------*/
#matter {
	width: 100%;
	margin-top: -139px;
	padding-top: 197px;
	padding-bottom: 130px;
	box-sizing: border-box;
}
@media screen and (max-width: 970px) {
	#matter {
		padding-left: 35px;
		padding-right: 35px;
	}
}

#matter .matter_box {
	width: 944px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 970px) {
	#matter .matter_box {
		width: 100%;
	}
}

#matter .matter_box h2 {
	font-size: 20px;
	padding-bottom: 28px;
	border-bottom: #AE9080 1px solid;
	margin-bottom: 40px;
	color: #AE9080;
	text-align: center;
}

#matter .matter_box ul {
	padding-left: 110px;
	padding-right: 110px;
}

#matter .matter_box ul li {
	font-size: 18px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	color: #AE9080;
}

@media screen and (max-width: 970px) {
	#matter .matter_box ul {
		padding-left: 55px;
		padding-right: 55px;
	}
	#matter .matter_box ul li {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 450px) {
	#matter .matter_box ul {
		padding-left: 20px;
		padding-right: 20px;
	}
	matter .matter_box ul li {
		font-size: 14px;
	}
}


/* #access
--------------------------*/

#access {
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	text-align: center;
    margin-top: -138px;
}
.access_wrapper {
	background: #1E1409;
	padding-top: 195px;
	padding-bottom: 80px;
}

#access h2 {
	text-align: center;
	color: #AB8E7F;
	font-size: 20px;
	margin-bottom: 25px;
}

#access p {
	text-align: center;
	font-size: 14px;
	line-height: 180%;
	color: #AB8E7F;
	margin-bottom: 40px;
}
@media screen and (max-width: 460px) {
	#access p {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

#access .access_box {
	width: 820px;
	margin: 0 auto;
}

#access .access_box ul li:first-child {
	width: 328px;
	float: left;
}
#access .access_box ul li:last-child {
	margin-left: 345px;
}

@media screen and (max-width: 860px) {
	#access .access_box {
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	#access .access_box ul li:first-child {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	#access .access_box ul li:last-child {
		margin-left: 0;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	#access .access_box ul li:last-child img {
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	#access .access_box ul li:first-child img {
		width: 100%;
	}
}


#access p:last-child {
	margin-bottom: 0;
	padding-top: 50px;
	font-size: 19px;
	text-align: center;
}
#access p:last-child a {
	padding-bottom: 2px;
	border-bottom: #AB8E7F 1px solid;
	color: #AB8E7F;
	text-align: center;
}

/* #個人情報保護方針
--------------------------*/

#policy {
	width: 100%;
	background: #1E1409;
	text-align: center;
	padding-top: 100px;
}
.policy_wrapper {
	width: 100%;
	max-width: 920px;
	margin: auto;
}
#policy h2 {
	text-align: center;
	color: #AB8E7F;
	font-size: 20px;
	margin-top: 55px;
	margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #AB8E7F;
}

#policy p {
	font-size: 14px;
	line-height: 180%;
	color: #AB8E7F;
	margin-bottom: 40px;
}
#policy dl{
	text-align: left;
	margin-bottom: 60px;
}
#policy dt,
#policy dd{
	font-size: 14px;
	line-height: 180%;
	color: #AB8E7F;
}
#policy dd{
	margin-bottom: 20px;
}

@media screen and (max-width: 460px) {
	#policy p,
	#policy dl {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* #footer
--------------------------*/

#footer {
	width: 100%;
	height: 157px;
	padding: 40px 0;
	position: relative;
	box-sizing: border-box;
	background: url("../img/bg_renga_footer.jpg") no-repeat center center;
	background-size: cover;
}

#footer .footer_box {
	width: 762px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 800px) {
	#footer .footer_box {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 475px) {
	#footer .footer_box {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#footer .footer_box ul {
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	#footer .footer_box ul {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#footer .footer_box ul li {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;
}
#footer .footer_box ul li:nth-child(1) {
	margin-right: 35px;
}
#footer .footer_box ul li:nth-child(2) {
	margin-right: 24px;
}
#footer .footer_box ul li:nth-child(3) {
	margin-right: 26px;
}
#footer .footer_box ul li:nth-child(4) {
	margin-right: 26px;
}
@media screen and (max-width: 415px) {
	#footer .footer_box ul li {
		margin-right: 20px !important;
	}
	#footer .footer_box ul li:last-child {
		margin-right: 0 !important;
	}
}

#footer .footer_box ul li a {
	color: #FFF;
}

#footer .footer_box address {
	padding-top: 0;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 915px) {
	#footer .footer_box address {
		position: inherit;
		text-align: center;
		margin-top: 15px;
	}
}





/* lower
--------------------------*/

.lower h2 {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}

.lower h2 img {
	width: 100%;
}

#list1 {
	margin-top: -138px;
	padding-top: 238px;
}

#list2 {
	margin-top: -138px;
	padding-top: 238px;
}

.lower_introduction {
	width: 100%;
	margin-top: -138px;
	padding-top: 138px;
	z-index: 9;
	position: relative;
	background: #2F1A07;
}

.lower_introduction .lower_introduction_contents {
	width: 820px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width: 840px) {
	.lower_introduction .lower_introduction_contents {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.lower_introduction .lower_introduction_contents h3 {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;
}
@media screen and (max-width: 640px) {
	.lower_introduction .lower_introduction_contents h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.lower_introduction .lower_introduction_contents .box .firstcol {
	width: 303px;
	float: left;
}

.lower_introduction .lower_introduction_contents .box .secondcol {
	margin-left: 353px;
}

@media screen and (max-width: 840px) {
	.lower_introduction .lower_introduction_contents .box .firstcol {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.lower_introduction .lower_introduction_contents .box .firstcol p {
		text-align: center;
	}
	.lower_introduction .lower_introduction_contents .box .firstcol img {
		text-align: center;
	}

	.lower_introduction .lower_introduction_contents .box .secondcol {
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
	}
}
@media screen and (max-width: 400px) {
	.lower_introduction .lower_introduction_contents .box .firstcol img {
		width: 100%;
	}
}

.lower_introduction .lower_introduction_contents .box .secondcol table {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.lower_introduction .lower_introduction_contents .box .secondcol table th {
	width: 70px;
	text-align: left;
	color: #FFF;
	vertical-align: top;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
}
.lower_introduction .lower_introduction_contents .box .secondcol table td {
	text-align: left;
	color: #FFF;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
}
.lower_introduction .lower_introduction_contents .box .secondcol table td.day {
	width: 80px;
}

.lower_introduction .lower_introduction_contents .box .secondcol .p1 {
	padding-bottom: 50px;
}
.lower_introduction .lower_introduction_contents .box .secondcol .p2 {
	padding-bottom: 30px !important;
}
.lower_introduction .lower_introduction_contents .box .secondcol .p3 {
	padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
	.lower_introduction .lower_introduction_contents .box .secondcol table th,
	.lower_introduction .lower_introduction_contents .box .secondcol table td {
		font-size: 11px;
	}
}


/* class一覧
--------------------------*/


#wrapper .mb0  { margin-bottom: 0px !important; }
#wrapper .mb5  { margin-bottom: 5px !important; }
#wrapper .mb10 { margin-bottom: 10px !important; }
#wrapper .mb15 { margin-bottom: 15px !important; }
#wrapper .mb20 { margin-bottom: 20px !important; }
#wrapper .mb25 { margin-bottom: 25px !important; }
#wrapper .mb30 { margin-bottom: 30px !important; }
#wrapper .mb35 { margin-bottom: 35px !important; }
#wrapper .mb40 { margin-bottom: 40px !important; }
#wrapper .mb45 { margin-bottom: 45px !important; }
#wrapper .mb50 { margin-bottom: 50px !important; }
#wrapper .mb55 { margin-bottom: 55px !important; }
#wrapper .mb60 { margin-bottom: 60px !important; }
#wrapper .mb70 { margin-bottom: 70px !important; }
#wrapper .mb80 { margin-bottom: 80px !important; }
#wrapper .mb90 { margin-bottom: 90px !important; }
#wrapper .mb100 { margin-bottom: 100px !important; }
#wrapper .mb110 { margin-bottom: 110px !important; }
#wrapper .mb120 { margin-bottom: 120px !important; }
#wrapper .mb130 { margin-bottom: 130px !important; }
#wrapper .mb140 { margin-bottom: 140px !important; }
#wrapper .mb150 { margin-bottom: 150px !important; }
#wrapper .mb200 { margin-bottom: 200px !important; }
#wrapper .mb250 { margin-bottom: 250px !important; }
#wrapper .mb300 { margin-bottom: 300px !important; }

#wrapper .ml5  { margin-left: 5px !important; }
#wrapper .ml10  { margin-left: 10px !important; }
#wrapper .ml15  { margin-left: 15px !important; }
#wrapper .ml20  { margin-left: 20px !important; }

#wrapper .mr5  { margin-right: 5px !important; }
#wrapper .mr10  { margin-right: 10px !important; }
#wrapper .mr15  { margin-right: 15px !important; }
#wrapper .mr20  { margin-right: 20px !important; }

#wrapper .mt5  { margin-top: 5px !important; }
#wrapper .mt10  { margin-top: 10px !important; }

#wrapper .pt5  { padding-top: 5px !important; }
#wrapper .pt10  { padding-top: 10px !important; }

#wrapper .pr10  { padding-right: 10px !important; }

#wrapper .pl10  { padding-left: 10px !important; }



#wrapper .font-10 {	font-size: 10px !important; }
#wrapper .font-11 {	font-size: 11px !important; }
#wrapper .font-12 {	font-size: 12px !important; }
#wrapper .font-13 {	font-size: 13px !important; }
#wrapper .font-14 {	font-size: 14px !important; }
#wrapper .font-15 {	font-size: 15px !important; }
#wrapper .font-16 {	font-size: 16px !important; }
#wrapper .font-17 { font-size: 17px !important; }
#wrapper .font-18 {	font-size: 18px !important; }
#wrapper .font-20 {	font-size: 20px !important; }
#wrapper .font-24 {	font-size: 24px !important; }
#wrapper .font-30 {	font-size: 30px !important; }


#wrapper .text_b { font-weight: bold !important; }
#wrapper .text_n { font-weight: normal !important; }


#wrapper .flo_l { float: left !important; }
#wrapper .flo_r { float: right !important; }


#wrapper .left_text { text-align: left !important; }
#wrapper .right_text { text-align: right !important; }
#wrapper .center_text { text-align: center !important; }


#wrapper .text_red { color: rgb(202,80,132) !important; }
#wrapper .text_link { color: #00468C !important; }




.sa {
  opacity: 0;
  transition: all .7s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}





