@charset "utf-8";

a:hover p {
    opacity: 0.5;
}

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

	非表示指定

==============================================*/
@media print, screen and (max-width: 768px) {
	.original_pc {
		display: none !important;
	}
}

@media print, screen and (min-width: 769px) {
	.original_sp {
		display: none !important;
	}
}


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

	COLOR指定

==============================================*/
.brn {
	color: #BF9933;
}
.bg_brn {
	background-color: #BF9933;
}
.bg_lightbrn {
	background-color: #F9F3E8;
}


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

	FONT指定

==============================================*/
.min01 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.en01 {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.en02 {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.tate_en {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-align: left;
	letter-spacing: 0.04em;
}

.tate_jp {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: left;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
}

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

	NEWアイコン 指定

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

span.icon_new {
	color:#CC8F23;
	font-weight:bold;
	font-size:0.9em;
	margin-left:0.5em;
	vertical-align: baseline;
	letter-spacing: 0;
}

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

	ふわっと表示

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

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

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

	くの字 指定

==============================================*/
.arrow_right {
   position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.arrow_right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

.arrow_below {
   position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.arrow_below::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}

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

	ボタン

==============================================*/
.btn_wrap {
	padding: 1em 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.btn_wrap .btn {
	min-width: 48%;
	margin: 0.5em 1%;
}
.btn_wrap .btn a {
	text-align: center;
	display: block;
	color: #BF9933;
	border: 1px solid #BF9933;
	padding: 0.6em 0.3em;
}
.btn_wrap .btn a:hover {
	color: #FFF;
	background-color: #BF9933;
}
@media print, screen and (min-width: 769px) {
	.btn_wrap {
		padding: 20px 0;
	}
	.btn_wrap .btn {
		min-width: 30%;
		margin: 10px 1%;
	}
	.btn_wrap .btn a {
		padding: 15px 15px;
	}
	.btn_wrap .btn a:hover {
	}
}

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

	リンク アクションなし

==============================================*/
.nolink {
	pointer-events: none;
}

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

	WRAPPER

==============================================*/
#wrapper {
	width: 100%;
	overflow: visible;
	min-width: 340px;
	width: 100%;
	margin: 0;
	padding: 0;
	/* background: url('/wedding/img/common/bg_paper.jpg') top center; */
	background-size: 128px;
}

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

	Container

==============================================*/
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 769px) {
	.container {
		min-width: 960px;
		max-width: 1440px;
	}
}
@media print, screen and (min-width: 1281px) {
	.container {

	}
}

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

	SEO BAR

==============================================*/
.seobar {
	padding: 3px 5px;
	background-color: #BF9933;
}
.seobar .seotitle{
	font-size: 0.8em;
	color: #FFF;
	text-align: right;
}
@media print, screen and (min-width: 769px) {
	.seobar {
	}
	.seobar .seotitle{
		font-size: 11px;
	}
}
@media print, screen and (min-width: 1281px) {

}

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

	HEADER

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

header {
	position: relative;
	z-index: 999;
	width:100%;
	height: 8vh;
}

header a#to_home {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 30%;
}

header a#to_home img {
	width:100%;
	height:auto;
}
header a.menu_fair {
	position: absolute;
	top:50%;
	left:2%;
	transform: translateY(-50%);
	display: inline;
	padding: 0.7em 0.5em 0.3em;
	border: 1px solid #BF9933;
	line-height: 1;
	font-size: 0.9em;
	letter-spacing: 0;
}

/* ナビメニューのスタイルを指定 */
nav.NavMenu {
position: fixed;
z-index: 500; /*重ね順を変更*/
top: 0; /*表示位置を指定*/
left: 0; /*表示位置を指定*/
background:#FCFBFA;
text-align: center; /*テキストを中央揃え*/
width: 100%; /*全幅表示*/
transform: translateY(-100%); /*ナビを上に隠す*/
transition: all 0.4s; /*アニメーションの時間を指定*/
padding: 6em 0 4.5em;
height: 100%;
max-height:100vh;
overflow-y:scroll;
}
nav.NavMenu .container{
	height: 90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */		
}

/** SNS アイコン **/
nav.NavMenu .sns_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
    right: 80px;
    top: 25px;
}
nav.NavMenu .sns_wrap li {
	width: 36px;
}
nav.NavMenu .sns_wrap li img {
	width: 100%;
	height: auto; 
}

nav.NavMenu .btn_wrap {
	margin-bottom: 2em;
}
nav.NavMenu .btn_wrap .fair {
	color: #FFF;
	background-color: #c71585;
	border-color: #c71585;
}
nav.NavMenu .btn_wrap .plan {
	color: #FFF;
	background-color: #BF9833;
}
nav.NavMenu .nav_inner {
	width:100%;
	position: relative;
	padding: 15vh 0 20vh;
	box-sizing: border-box;
}


nav.NavMenu .navilink_wrap {
}
nav.NavMenu .navilink_wrap ul {
	margin:0;
	padding:0;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav.NavMenu .navilink_wrap ul.last {
	margin-bottom: 2em;
}
nav.NavMenu .navilink_wrap ul li {
	text-align: left;
	font-size: 16px;
	width: 50%;
}

nav.NavMenu .navilink_wrap ul li a {
	display: block;
	position: relative;
	color: #BF9833;
	padding: 0.7em 0.5em;
}
nav.NavMenu .navilink_wrap .tel_box {
	width: 90%;
	background-color: #FFF;
	padding: 1.5em 5%;
}
nav.NavMenu .navilink_wrap .tel_box .tel_title {
	font-size: 1em;
	text-decoration: underline;
	margin-bottom: 1em;
}
nav.NavMenu .navilink_wrap .tel_box a {
	font-size: 3em;
	line-height: 1;
}
nav.NavMenu .navilink_wrap .tel_box a span {
	font-size: 0.6em;
	vertical-align: baseline;
}
nav.NavMenu .navilink_wrap .attention {
	font-size: 1em;
	padding: 0.3em 0;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active {
transform: translateY(0);
}	


/*トグルボタンのスタイルを指定*/
.Toggle {
	position: fixed;
    right: 0%;
    top: 21px;
    width: 70px;
    height: 53px;
    cursor: pointer;
    z-index: 600;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 60px;
    border-bottom: solid 1px #BF9933;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 
.Toggle span:nth-child(1) {
    top: 43%;
}
 
.Toggle span:nth-child(2) {
    top: 58%;
}
 	
.Toggle.active span {
    border-bottom: solid 1px #BF9933;
} 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 0%;
    left: 40%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 80%;
    left: 40%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}	


@media print, screen and (min-width: 400px) {

header nav ul li {
	font-size:14px;
}

}

@media print, screen and (min-width: 769px) {
	header {
		height: 70px;
	}
	header a#to_home {
		width: 190px;
	}
	
	header a#to_home img {
		width:100%;
		height:auto;
	}
	header a.menu_fair {
		padding: 0.5em 0.8em 0.3em;
		font-size: 14px;
	}
	

	header a.menu_trigger {
		width: 100px;
		right: 1%;
		padding: 25px 15px;
	}
	
	/* ナビメニューのスタイルを指定 */
	nav.NavMenu {
	position: fixed;
	z-index: 100; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background:#FCFBFA;
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.4s; /*アニメーションの時間を指定*/
	padding: 80px 0;
	}
	nav.NavMenu .container {
		margin: 0 auto;
	}
	
	/** SNS アイコン **/
	nav.NavMenu .sns_wrap {
		right: 150px;
		top: 30px;
	}
	nav.NavMenu .sns_wrap li {
		width: 45px;
	}
	nav.NavMenu .sns_wrap li img {
	}
	
	nav.NavMenu .btn_wrap {
		margin-bottom: 30px;
	}
	nav.NavMenu .btn_wrap .fair {
	}
	nav.NavMenu .btn_wrap .plan {
	}	
	nav.NavMenu .nav_content {
	}
	
	nav.NavMenu .nav_img {
	}
	
	nav.NavMenu .navilink_wrap {
		display: flex;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto;
	}
	nav.NavMenu .navilink_wrap > div {
		border-left: 1px solid #BF9833;
		padding-left: 20px;
		width: 30%;
	}
	nav.NavMenu .navilink_wrap ul {
		margin:0;
		padding:0;
		letter-spacing: 0;
		display: inherit;
	}
	nav.NavMenu .navilink_wrap ul.last {
		margin-bottom: 30px;
	}
	nav.NavMenu .navilink_wrap ul li {
		font-size: 16px;
		width: 100%;
	}
	
	nav.NavMenu .navilink_wrap ul li a {
		display: block;
		position: relative;
		color: #BF9833;
		padding: 6px 0;
	}
	nav.NavMenu .navilink_wrap .tel_box {
		width: 80%;
		padding: 1.5em 5%;
	}
	nav.NavMenu .navilink_wrap .tel_box .tel_title {
		font-size: 13px;
		margin-bottom: 10px;
		text-align: center;
	}
	nav.NavMenu .navilink_wrap .tel_box a {
		font-size: 34px;
		text-align: center;
		display: block;
	}
	nav.NavMenu .navilink_wrap .tel_box a span {
		font-size: 14px;
	}
	nav.NavMenu .navilink_wrap .attention {
		font-size: 14px;
		padding: 0.3em 0;
		text-align: center;
	}

	/*トグルボタンが押されたときに付与するクラス*/
	nav.NavMenu.active {
	transform: translateY(0%);
	}	

	/*トグルボタンのスタイルを指定*/
	.Toggle {
	    display: block;
	    position: fixed;    /* bodyに対しての絶対位置指定 */
	    right: 30px;
	    top: 30px;
	    width: 80px;
	    height: 80px;
	    cursor: pointer;
	    z-index: 600;
	}
	 
	.Toggle span {
	    display: block;
	    position: absolute;
	    width: 80px;
	    border-bottom: solid 1px #BF9933;
	    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	    transition: .35s ease-in-out;			/*変化の速度を指定*/
	}
	 
	.Toggle span:nth-child(1) {
	    top: calc(23px - 23.6px);
	}
	 
	.Toggle span:nth-child(2) {
	    top: calc(35px - 23.6px);
	}
	 
	
	.Toggle.active span {
	    border-bottom: solid 1px #BF9933;
	} 
	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
	    top: 18px;
	    left: 0;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	/* 2番目と3番目のspanを45度に */
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
	    top: 18px;
	    left: 0;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

		
}


/*=============================================
	
	パンくず
	
==============================================*/
	.bread {
	    overflow: hidden;
	    padding: 1.6em 0;
	    background: #F9F3E8;
	    width: 100%;
	}
	.bread .container {
		width: 96%;
	}
	.bread > ul > li {
	    float: left;
	    font-size: 0.9em;
	    color: #BF9933;
	    position: relative;
	    margin: 0 1em 0 0;
	    padding: 0 1.3em 0 0;
	}
	.bread > ul > li:after {
		content: "";
		position: absolute;
		right: 0;
		top: 40%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 4px;
		height: 4px;
		border-top: solid 1px #BF9933;
		border-right: solid 1px #BF9933;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.bread > ul > li > a {
	    font-size: 0.9em;
	    color: #BF9933;
		text-decoration: underline;
	}
	.bread > ul > li.last {
		margin: 0;
		padding: 0;
	}
	.bread > ul > li.last:after {
		content: none;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.bread {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 22px 0;
	    overflow: hidden;
	    background: #F9F3E8;
	}
	.bread ul {
	    width: 80%;
	    margin: 0 auto;
	}
	.bread > ul > li {
	    display: inline-block;
	    float: left;
	    font-size: 11px;
	}
	
	.bread > ul > li i {
	    margin: 0 13px;
	    font-size: 11px;
	}
	
	.bread > ul > li > a {
	    font-size: 11px;
	}

}


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

	FOOTER

==============================================*/
footer {
	margin: 0;
	padding: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (min-width: 1281px) {
}


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

	FOOTER TOPICS

==============================================*/
.co_footer_topics {
	padding: 3em 0;
	border-top: 1px solid #BF9933;
}
.co_footer_topics .title_wrap {
	margin-bottom: 2em;
}
.co_footer_topics .title_wrap .en_title {
	text-align: center;
	font-size: 2em;
	margin-bottom: 0.5em;
}
.co_footer_topics .title_wrap .title {
	text-align: center;
	font-size: 1.4em;
}
.co_footer_topics .list_wrap {
	
}
.co_footer_topics .list_wrap li {
	margin-bottom: 1.5em;
}
.co_footer_topics .list_wrap li .date {
	color: #BFAC8A;
	margin-bottom: 0.3em;
	font-size: 0.9em;
}
.co_footer_topics .list_wrap li .body a {
	text-decoration: none;
	line-height: 1.8;
}
.co_footer_topics .list_wrap li .body a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
	.co_footer_topics {
		padding: 70px 0;
	}
	.co_footer_topics .container {
		display: flex;
		justify-content: space-between;
	}
	.co_footer_topics .title_wrap {
		width: 25%;
		margin-bottom: 0;
	}
	.co_footer_topics .title_wrap .en_title {
		text-align: left;
		font-size: 30px;
		margin-bottom: 15px;
	}
	.co_footer_topics .title_wrap .title {
		text-align: left;
		font-size: 20px;
	}
	.co_footer_topics .list_wrap {
		width: 70%;
	}
	.co_footer_topics .list_wrap li {
		margin-bottom: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.co_footer_topics .list_wrap li .date {
		margin-bottom: 0;
		margin-right: 3%;
		font-size: 14px;
	}
	.co_footer_topics .list_wrap li .body a {
	}
	.co_footer_topics .list_wrap li .body a:hover {
	}

}

@media print, screen and (min-width: 1281px) {

}

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

	PLAN LIST

==============================================*/
.co_plan_list {
	padding: 3em 0;
	border-top: 1px solid #BF9933;
}
.co_plan_list .en_title {
	text-align: center;
	font-size: 3em;
}
.co_plan_list .title {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2em;
}
.co_plan_list .area_iframe {
	text-align: center;
	padding: 8em 1em;
	background-color: #CCC;
}
@media print, screen and (min-width: 769px) {
	.co_plan_list {
		padding: 70px 0;
	}
	.co_plan_list .en_title {
		font-size: 80px;
	}
	.co_plan_list .title {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.co_plan_list .area_iframe {
		padding: 200px 30px;
	}

}

@media print, screen and (min-width: 1281px) {

}


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

	FAIR LIST

==============================================*/
.co_fair_list {
	padding: 3em 0;
	border-top: 1px solid #BF9933;
}
.co_fair_list .en_title {
	text-align: center;
	font-size: 3em;
}
.co_fair_list .title {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2em;
}
.co_fair_list .area_iframe {
}
.co_fair_list .area_iframe iframe body {
	padding: 0 !important;
}
@media print, screen and (min-width: 769px) {
	.co_fair_list {
		padding: 70px 0;
	}
	.co_fair_list .en_title {
		font-size: 80px;
	}
	.co_fair_list .title {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.co_fair_list .area_iframe {
	}

}

@media print, screen and (min-width: 1281px) {

}


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

	FOOTER ACCESS

==============================================*/
.co_access_wrap {
	padding: 3em 0;
	border-top: 1px solid #BF9933;
}
.co_access_wrap .en_title {
	text-align: center;
	font-size: 3em;
}
.co_access_wrap .title {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2em;
}
.co_access_wrap .googlemap {
	width: 100%;
	height: 60vh;
}
.co_access_wrap .googlemap iframe {
	width: 100%;
	height: 100%;
}
.co_access_wrap .lead {
	text-align: center;
	font-size: 1.8em;
	padding: 2em 0;
}
.co_access_wrap .route_wrap {
	padding: 2em 0;
	border-top: 1px solid #BF9933;
}
.co_access_wrap .route_wrap .title {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1.5em;
}
.co_access_wrap .route_wrap .way_detail {

}
.co_access_wrap .route_wrap .way_detail dl {
	margin-bottom: 2em;
}
.co_access_wrap .route_wrap .way_detail dl:last-of-type {
	margin-bottom: 0;
}
.co_access_wrap .route_wrap .way_detail dl dt {
	margin-bottom: 0.3em;
	padding: 0.1em 0.5em;
	border: 1px solid #333;
	display: inline-block;
}
.co_access_wrap .route_wrap .way_detail dl dd {
	
}
.co_access_wrap .route_wrap .way_detail .body {
	
}
@media print, screen and (min-width: 769px) {

	.co_access_wrap {
		padding: 70px 0;
	}
	.co_access_wrap .en_title {
		font-size: 80px;
	}
	.co_access_wrap .title {
		font-size: 14px;
		margin-bottom: 50px;
	}

	.co_access_wrap .googlemap {
		width: 100%;
		height: 480px;
	}
	.co_access_wrap .googlemap iframe {
		width: 100%;
		height: 100%;
	}
	.co_access_wrap .lead {
		font-size: 24px;
		padding: 50px 10%;
	}
	.co_access_wrap .route_wrap {
		width: 80%;
		margin: 0 auto;
		padding: 40px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.co_access_wrap .route_wrap .title {
		font-size: 18px;
		text-align: left;
		margin-bottom: 0;
		width: 20%;
	}
	.co_access_wrap .route_wrap .way_detail {
		width: 75%;
	}
	.co_access_wrap .route_wrap .way_detail dl {
		margin-bottom: 20px;
		display: flex;
		justify-content: flex-start;
	}
	.co_access_wrap .route_wrap .way_detail dl dt {
		margin-bottom: 0;
		padding: 3px 18px;
		margin-right: 20px;
		font-size: 13px;
	}
	.co_access_wrap .route_wrap .way_detail dl dd {
		
	}
	.co_access_wrap .route_wrap .way_detail .body {
		font-size: 18px;	
	}

}

@media print, screen and (min-width: 1281px) {

}

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

	FOOTER CONTACT

==============================================*/
.co_contact_wrap {
	padding: 3em 0;
	border-top: 1px solid #BF9933;	
}
.co_contact_wrap .en_title {
	text-align: center;
	font-size: 3em;
}
.co_contact_wrap .title {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2em;
}

.co_contact_wrap .tel_wrap {
	padding: 2em 0;
	border-top: 1px solid #BF9933;	
	border-bottom: 1px solid #BF9933;
	width: 80%;
	margin: 0 auto 2em;	
}
.co_contact_wrap .tel_wrap .title {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.co_contact_wrap .tel_wrap .way_detail {
	text-align: center;
}
.co_contact_wrap .tel_wrap .way_detail .tel_link a {
	font-size: 2.5em;
	line-height:  1.4;
}
.co_contact_wrap .tel_wrap .way_detail .tel_link a span {
	font-size: 0.5em;
	vertical-align: baseline;
}
.co_contact_wrap .tel_wrap .way_detail .attention {
	font-size: 0.9em;
}
.co_contact_wrap .btn_wrap .btn {
	width: 80%;
}
.co_contact_wrap .btn_wrap .btn a {
	color: #c71585;
	border-color: #c71585;
}
.co_contact_wrap .btn_wrap .btn a:hover {
	color: #FFF;
	background-color: #c71585;
}
.co_contact_wrap .btn_wrap .btn a.fair {
	color: #FFF;
	background-color: #c71585;
}
.co_contact_wrap .btn_wrap .btn a.fair:hover {
	color: #c71585;
	background-color: #FFF;
}
@media print, screen and (min-width: 769px) {
	.co_contact_wrap {
		padding: 70px 0;
	}
	.co_contact_wrap .en_title {
		font-size: 80px;
	}
	.co_contact_wrap .title {
		font-size: 14px;
		margin-bottom: 50px;
	}

	.co_contact_wrap .tel_wrap {
		padding: 50px 0;
		width: 70%;
		margin: 0 auto 50px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.co_contact_wrap .tel_wrap .title {
		text-align: left;
		font-size: 16px;
		margin-bottom:0;
		margin-right: 15%;
	}
	.co_contact_wrap .tel_wrap .way_detail {
		text-align: left;
	}
	.co_contact_wrap .tel_wrap .way_detail .tel_link a {
		font-size: 40px;
	}
	.co_contact_wrap .tel_wrap .way_detail .tel_link a span {
		font-size: 20px;
	}
	.co_contact_wrap .tel_wrap .way_detail .attention {
		font-size: 14px;
	}
	.co_contact_wrap .btn_wrap .btn {
		width: 30%;
	}
	.co_contact_wrap .btn_wrap .btn a {
	}
	.co_contact_wrap .btn_wrap .btn a:hover {
	}
	.co_contact_wrap .btn_wrap .btn a.fair {
	}
	.co_contact_wrap .btn_wrap .btn a.fair:hover {
	}


}

@media print, screen and (min-width: 1281px) {
}


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

	FOOTER NAVI LIST

==============================================*/
.co_footer_navi {
	padding: 2em 0;
	border-top: 1px solid #BF9933;
}
.co_footer_navi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.co_footer_navi ul li {
	width: 50%;
	text-align: center;
	padding: 0.5em 0;
}
.co_footer_navi ul li a {
	color: #BF9933;
	display: block;
	padding: 0.5em 0;
	font-size: 1.1em;
}
@media print, screen and (min-width: 769px) {
	.co_footer_navi {
		padding: 50px 0;
	}
	.co_footer_navi ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.co_footer_navi ul li {
		width: auto;
		text-align: center;
		padding: 0 0;
		margin: 0 20px;
	}
	.co_footer_navi ul li a {
		padding: 10px 0;
		font-size: 14px;
	}

}

@media print, screen and (min-width: 1281px) {
	.co_footer_navi ul li a {
		font-size: 16px;
	}
}


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

	FOOTER COMPANY

==============================================*/
.co_footer_company {
	padding: 3em 0;
	border-top: 1px solid #BF9933;
}
.co_footer_company .logo {
	width: 60%;
	margin: 0 auto 2em;
}
.co_footer_company .btn_wrap {
	margin-bottom: 2em;
}
.co_footer_company .btn_wrap .btn {
	width: 60%;
	margin: 0 auto 1em;
}
.co_footer_company .btn_wrap .btn a {
    padding: 0.6em 0.3em 0.4em;
}

.co_footer_company .sub_page {
	display: flex;
	justify-content: center;
}
.co_footer_company .sub_page li {
	margin: 0 4%;
}
.co_footer_company .sub_page li a {
	color: #BF9933;
}
@media print, screen and (min-width: 769px) {
	.co_footer_company {
		padding: 70px 0;
	}
	.co_footer_company .logo {
		width: 25%;
		margin: 0 auto 2em;
	}
	.co_footer_company .btn_wrap {
		margin-bottom: 50px;
	}
	.co_footer_company .btn_wrap .btn {
		width: 30%;
		margin: 10px 1%;
	}
	.co_footer_company .btn_wrap .btn a {
	    padding: 0.6em 0.3em 0.4em;
	}
	
	.co_footer_company .sub_page {
	}
	.co_footer_company .sub_page li {
		margin: 0 30px;
	}
	.co_footer_company .sub_page li a {
	}
}
@media print, screen and (min-width: 1281px) {
}


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

	FOOTER GROUP LINK

==============================================*/
.co_group_link {
	padding: 2em 0;
	border-top: 1px solid #BF9933;
}
.co_group_link ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.co_group_link ul li {
	padding: 0.5em 0;
}
.co_group_link ul li a {
	color: #BF9933;
	font-size: 0.8em;
	padding: 0 2em;
	text-decoration: underline;
}
.co_group_link ul li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 769px) {
	.co_group_link {
		padding: 50px 0;
	}
	.co_group_link ul {
	}
	.co_group_link ul li {
		padding: 10px 0;
	}
	.co_group_link ul li a {
		font-size: 13px;
		padding: 0 2em;
		border-right: 1px solid #BF9933;
	}
	.co_group_link ul li:last-child a {
		border-right: none;
	}
}
@media print, screen and (min-width: 1281px) {
}




/*=============================================
	
	FIX NAVI
	
==============================================*/
.fixnav {
	width: 94%;
	height: 7vh;
	background: #BF9933;
	position: fixed;
	left: 50%;
	bottom: 3vh;
	transform: translateX(-50%);
	border-radius: 5px;
    z-index: 80;
}
.fixnav .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.fixnav .flex .fair {
	width: 58%;
	line-height: 0;
	padding: 0 3%;
	font-size: 1.2em;
	text-align: center;
	position: relative;
}
.fixnav .flex .fair::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
}
.fixnav .flex .fair a {
	background: url(../img/common/icon_calendar.svg) no-repeat left center;
    background-size: 10% auto;
    padding-left: 13%;
	line-height: 0;
	color: #FFF;
}
.fixnav .flex .fair a.arrow_right {
	padding-right: 12%;
}
.fixnav .flex .fair a.arrow_right::after {
	border-color: #997b30;
}
.fixnav .flex .tel {
	width: 18%;
	line-height: 1;
	padding: 0 3%;
	font-size: 1.2em;
	text-align: left;
	position: relative;
}
.fixnav .flex .tel a {
	background: url(../img/common/icon_call.svg) no-repeat left center;
    background-size: 35% auto;
    padding-left: 22%;
	line-height: 1;
	color: #FFF;
}
.fixnav .flex .Toggle {
	width: 16%;
	position: relative !important;
	top: 0;
}
.fixnav .flex .Toggle span {
	width: 60%;
	border-color: #FFF;
}
.fixnav .flex .Toggle.active span:nth-child(1), .fixnav .flex .Toggle.active span:nth-child(2) {
	transform: rotate(0) translate(-50%, -50%);
	top: 40%;
}
.fixnav .flex .Toggle.active span:nth-child(2) {
	top: 60%;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.fixnav {
		display: none !important;
	}
}




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

	COPYRIGHT

==============================================*/
.copyright_wrap {
	padding: 2em 0;
}
.copyright_wrap .company_text {
	text-align: center;
	font-size: 1.1em;
	padding: 2em 0;
}

.copyright_wrap .copyright {
	text-align: center;
	font-size: 0.8em;
}
@media print, screen and (min-width: 769px) {

}

@media print, screen and (min-width: 1281px) {
}



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

	FIXED NAV

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

#fixed_nav {
	display: none;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	background: #444;
	z-index: 99;
}

#fixed_nav ul {
	display: table;
	width:100%;
}

#fixed_nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	min-width:50px;
}

#fixed_nav ul li a {
	display: block;
	height:62px;
	position: relative;
}

#fixed_nav ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
}

#fixed_nav ul li:nth-of-type(1) {
	width:100%;
}

#fixed_nav ul li:nth-of-type(2),
#fixed_nav ul li:nth-of-type(3) {
	min-width: 60px;
}

#fixed_nav ul li:nth-of-type(2) a img {
	left: calc(50% + 4px);
}

#fixed_nav ul li:nth-of-type(3) a img {
	left: calc(50% - 4px);
}

#fixed_nav ul li a.to_fair {
	display: block;
	width:100%;
	font-size:16px;
	letter-spacing:0;
	background:#BAA642;
	color:#FFF;
	text-align: center;
	line-height:1.1;
	padding:1.4em 1em 1.4em 0;
	box-sizing: border-box;
	position: relative;
}

#fixed_nav ul li a.to_fair:after {
	content:"";
	position: absolute;
	right:16px;
	top:50%;
	margin-top:-3px;
	display: block;
	width:10px;
	height:10px;
	transform: rotate(45deg);
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
}


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

	下層ページ OTHERリンク

==============================================*/
.lower_link {
	padding: 3em 0;
	border-top: 1px solid #BF9933;
}
.lower_link .title_en{
	font-size: 3em;
	text-align: center;
	margin-bottom: 0.2em;
}
.lower_link .title{
	font-size: 1em;
	text-align: center;
	margin-bottom: 2em;
}

.lower_link .list {
	width: 90%;
	margin: 0 auto;
}
.lower_link .list li {
	margin-bottom: 1.5em;
}
.lower_link .list li dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lower_link .list li dl dt {
	width: 40%;
}
.lower_link .list li dl dd {
	width: 55%;
	text-align: center;
}
.lower_link .list li dl dd .link_title {
	font-size: 1.4em;
}
.lower_link .list li dl dd .link_title span {
	font-size: 0.7em;
}
@media print, screen and (min-width: 769px) {
	.lower_link {
		padding: 50px 0;
	}
	.lower_link .title_en{
		font-size: 40px;
		margin-bottom: 0;
	}
	.lower_link .title{
		margin-bottom: 40px;
	}
	
	.lower_link .list {
		margin: 0 auto;
		width: 99%;
		display: flex;
		justify-content: space-between;
	}
	.lower_link .list li {
		margin-bottom: 0;
		width: 19.5%;
	}
	.lower_link .list li dl {
		display: inherit;
	}
	.lower_link .list li dl dt {
		width: 100%;
		margin-bottom: 15px;
	}
	.lower_link .list li dl dd {
		width: 100%;
	}
	.lower_link .list li dl dd .link_title {
		font-size: 20px;
		line-height: 1.4;
	}
	.lower_link .list li dl dd .link_title span {
		font-size: 12px;
	}

}

@media print, screen and (min-width: 1281px) {
}
