@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese');



html {
	/* 10px = 1rem */
	font-size: 62.5%;
	line-height: 1.8;
	font-family: "YakuHanJPs", 'Montserrat', -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Sans JP', sans-serif;
}

 
h1, h2, h3 {
	/* font-size: 25px; フォールバック */
	font-size: 2.5rem;
}
 
h4 {
	/* font-size: 20px; */
	font-size: 2rem;
}

address {
	font-style: normal;
	text-align: center;
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #444;
	color: rgba(0, 0, 0, .7);
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.045em;
}

.ja {
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
	font-weight: 400;
}

.en {
	letter-spacing: 0.045em;
	font-weight: 300;
}
a {
	color: #333;
	color: rgba(51, 50, 50, 1);
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}

a:hover {
	text-decoration: none;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
		max-width: 100%;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/*------------------------------------*/
.br-sp {
	display: none;
}

#header {
	width: 100%;
	height: 90px;
}

.sub-header {
	background: url('../img/bg_sub_header.jpg') no-repeat center center / cover;
}

.header-inner {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

#fix-header {
	background-color: rgba(255,255,255,.9);
	height: 155px;
	top: -155px;
	left: 0;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 5;
	overflow: hidden;
	opacity: 0;
	box-sizing: border-box;
	box-shadow: 0px 3px 25px -5px rgba(0,0,0,0.2);
}

#fix-header .header-logo {
	top: 10px;
}

.open #fix-header {
	z-index: 999;
	background-color: rgba(255,255,255,0);
}

.open #fix-header h1 {
	display: none;
}

#fix-header .pc-global-nav {
	padding-top: 8px;
}

#fix-header hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: calc(50% + 5px);
	left: 0;
}

/*
.scroll #header {
	background-color: rgba(255, 255, 255, .8);
}
*/

.ie8 #header,
.ie9 #header {
	display: block;
}

.header-logo {
	width: 206px;
    position: absolute;
    top: 20px;
    left: -webkit-calc(50% - 103px);
    left: -moz-calc(50% - 103px);
    left: calc(50% - 103px);
    z-index: 1;
}

.sub-header .header-logo,
.sub-header .share-btn-top {
	z-index: -1;
}

.header-logo img {
	width: 100%;
}

.ie8 .header-logo,
.ie9 .header-logo {
	position: relative;
	top: 30px;
}

.nav {
	margin-left: auto;
}

.ie8 .nav,
.ie9 .nav {
	display: block;
	position: absolute;
	right: 0;
}

.nav-list {
	width: 100%;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	position: relative;
	z-index: 2;
}

.nav-list-items {
	padding-right: 40px;
}

.nav-list-items:last-child {
	padding-right: 0;
}

.nav-list-items.home {
	display: none;
}

.nav-list-items.fb a {
	width: 20px;
	height: 30px;
	background-image: url(../img/icn_fb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: .5;
}

.nav-list-items.fb a:hover {
	opacity: 1;
}

.nav-list-items.fb a:after {
	display: none;
}

.nav-list-items.fb img {
	vertical-align: middle;
}

.nav-list-items a {
	display: block;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-list-items a:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: -2px;
	transform: scale3d(0, 1, 1);
	transform-origin: left;
}

.ie8 .nav-list-items a:after,
.ie9 .nav-list-items a:after {
	display: none;
}

.nav-list-items a:hover:after {
	transform: scale3d(1, 1, 1);
}

.pc-global-nav {
	padding-top: 10px;
	margin-bottom: 50px;
}

.pc-global-nav ul {
	width: 960px;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	position: relative;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pc-global-nav li {
	font-size: 16px;
	font-size: 1.6rem;
	width: -webkit-calc((100% - 162px) / 7);
	width: calc((100% - 162px) / 7);
	margin-right: 23px;
	box-sizing: border-box;
}

.pc-global-nav li:last-child {
	margin-right: 0;
}

.pc-global-nav li a {
	display: block;
	font-weight: 300;
    padding: 5px 0;
	color: #7a6a50;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 2px solid #ccc;
}

.pc-global-nav li span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	letter-spacing: -0.01em;
}

.pc-global-nav li a:hover,
.pc-global-nav li.active a {
	border-bottom: 2px solid #e8381b;
}



	#sub-page {
		display: none;
	}
	
	#sp-only {
		display: none;
	}
	
	.pc-only {
		display: block;
	}
	
	.menu-btn {
		cursor: pointer;
		display: block;
		z-index: 51;
	}
	
	.menu-btn p {
		font-size: 1.1rem;
		font-weight: 700;
	}
	
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 19px;
		outline: none!important;
		margin-left: 3px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #333;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger::after {
	  position: absolute;
	  left: 0;
	  bottom: -20px;
	  display: block;
	  width: 100%;
	  color: #333;
	  font-size: .9rem;
	  text-decoration: none;
	  text-align: center;
	  transition: all .4s;
	}
	.open .menu-trigger::after {
		content: '';
	}
	.open .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
		background-color: #fff;
	}
	.open .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.open .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
		background-color: #fff;
	}

	.open .menu-btn p {
		color: #fff;
		font-size: 0;
	}
	
	.open .menu-btn p::before {
		content: "閉じる";
		font-size: 1.1rem;
	}
	.menu {
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		width: 100%;
 		height: 100vh;
		background: rgba(224,60,44,0.9);
		-webkit-transition: all .4s;
		transition: all .4s;
		visibility: hidden;
		opacity: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
		-webkit-align-items: center;
			-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 11px;
		box-sizing: border-box
	}
	
	
	
	.hamburger-menu {
		width: 400px;
		margin-bottom: 30px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.hamburger-menu li {
		width: -webkit-calc((100% - 24px) / 2);
		width: calc((100% - 24px) / 2);
		margin-right: 23px;
		box-sizing: border-box;
	}
	
	.hamburger-menu li:nth-child(even) {
		margin-right: 0;
	}
	
	.hamburger-menu li a {
		display: block;
		color: #fff;
		padding: 11px 0;
		border-top: 1px solid #fff;
		font-size: 1.6rem;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	.hamburger-menu li a span {
		-webkit-transition: all .4s;
		transition: all .4s;
	}	
	.hamburger-menu li:nth-child(n+7) a {
		border-bottom: 1px solid #fff;
	}
	
	.hamburger-menu li a::before {
		font-family: "Font Awesome 5 Free";
    	content: "\f105";
    	font-weight: 700;
    	margin-right: 0.3em;
	}
	
	.hamburger-menu li a:hover span {
		margin-left: 5px;
	}
	
	.menu figure {
		margin: 0 auto 20px;
		width: 280px;
	}
	
	.menu figure img {
		width: 100%;
	}
	
	.open .menu {
	    -webkit-transition: all .4s;
	    transition: all .4s;
	    visibility: visible;
	    opacity: 1;
	}
	
	.open .menu li,
	.open .menu #snsbtn li {
		opacity: 1;
	}

.sns-btn {
	text-align: center;
}

.sns-btn li {
	display: inline-block;
	margin-right: 15px;
}

.sns-btn li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #b3b3b3;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	font-size: 1.3rem;
	font-weight: 500;
}

.share-btn-top {
	width: 220px;
	display: inline-block;
	margin: 0 0 0 auto;
	padding-top: 11px;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.share-btn {
	display: none;
}

.share-btn-top li,
.share-btn li {
	display: inline-block;
	margin: 0 5px 8px 0;
	vertical-align: top;
}

.share-btn-top li:nth-child(even) {
	margin-right: 0;
}

.share-btn-top li:last-child {
	margin-top: -3px;
}



.insta_btn {
	color: #FFF;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 8px;
	text-align: center;
	font-size: 1.1rem;
	vertical-align: middle;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	text-decoration:none;
}

.insta_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram{
	font-size: 1.3rem;
	position: relative;
	top: 1px;
	margin-right: 0.2em;
}

.insta_btn span {
	display:inline-block;
	position: relative;
	transition: .5s
}

.fb-btn {
	color: #FFF;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 11px;
	text-align: center;
	font-size: 1.1rem;
	vertical-align: middle;
	background: #4267b2;
	overflow: hidden;
	text-decoration:none;
}

.fb-btn .fa-facebook-square {
	font-size: 1.3rem;
	position: relative;
	top: 0;
	margin-right: 0.3em;
}

.line-btn {
	color: #FFF;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 1px 5px;
	text-align: center;
	font-size: 1.1rem;
	vertical-align: middle;
	background: #00b833;
	overflow: hidden;
	text-decoration:none;
}

.line-btn .fa-line {
	font-size: 1.3rem;
	position: relative;
	top: 0;
	margin-right: 0.3em;
}

.p-breadcrumb {
	max-width: 960px;
    margin: 0 auto;
	padding: 0 10px;
}

.p-breadcrumb__lists,.p-breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}

.p-breadcrumb__item + .p-breadcrumb__item {
	padding-left: 20px;
	position: relative;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
	content: ">";
	position: absolute;
	left: 5px;
}

.p-breadcrumb a,
.p-breadcrumb a span {
	color: #555;
}

@media screen and ( min-width: 600px ) {
	.book__table {
		width: 80%;
		margin: 0 auto;
	}
}

/*
@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.nav-list-items {
		padding-right: 5%;
	}

}
*/


@media screen and ( max-width: 800px ) {
	body {
		margin-top: 80px;
	}
	#header {
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background-color: rgba(255,255,255,0.8);
	}
	
	.header-inner {
		width: 100%;
	}
	
	#fix-header {
		display: none;
	}
	
	.sub-header {
		background: transparent;
	}
	
	.header-logo {
		width: 180px;
		z-index: 1;
		position: absolute;
		top: 15px;
		left: -webkit-calc(50% - 90px);
		left: -moz-calc(50% - 90px);
		left: calc(50% - 90px);
	}
	.sub-header .header-logo {
		z-index: 1;
	  }
	.share-btn-top {
		display: none;
	}
	
	.share-btn {
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
		padding: 10px 5px;
		list-style: none;
		text-align: center;
		box-sizing: border-box;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	
	.share-btn li li:last-child {
		margin-right: 0;
	}

	.share-btn li:nth-child(3n) {
		margin-top: 4px;
	}
	
	#sub-page {
		display: block;
	}
	
	.menu-btn {
		margin-left: 10px;
	}
	
	.hamburger-menu {
		width: 100%;
		padding-top: 20px;
	}
	
	.hamburger-menu li a {
		font-size: 1.4rem;
	}
	
	.open .nav {
		transform: translate3d(0, 100%, 0);
	}

	.nav-list {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.nav-list-items {
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.nav-list-items.home {
		display: block;
	}

	.nav-list-items a {
		font-size: 20px;
		font-size: 2rem;
		line-height: 40px;
		line-height: 4rem;
		text-align: center;
	}

	.nav-list-items.fb {
		margin-top: 20px;
		border-bottom: 0;
	}

	.nav-list-items.fb a {
		margin: 0 auto;
	}

	.pc-global-nav {
		display: none;
	}
	
	#sp-only {
		display: block;
	}
	
	.pc-only {
		display: none!important;
	}
	
}



/*------------------------------------*/


.contents {
	padding: 100px 0 50px 0;
}

.contents-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 17px;
	position: relative;
	box-sizing: border-box;
}

.contents-wrap2 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

.page-title {
	margin: 0 40px;
	padding: 40px 0px;

}

.page-title .en {
	display: table;
	position: relative;
	top: -10px;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 40px;
	line-height: 4rem;
}

.page-title .en:after {
	content: "";
	width: 100%;
	height: 4px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: -10px;
}

.sub-tit {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.more {
	position: absolute;
	top: 50px;
	right: 40px;
}

.more a {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	font-weight: 500;
	text-decoration: none;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.more a:after {
	content: "" ;
	width: 24px;
	height: 13px;
	margin-left: 10px;
	display: block;
	background-image: url(../img/icn_arrow.png);
	background-size: 100% auto;
}

.more a:hover:after {
	transform: translate3d(5px, 0, 0);
}


@media screen and ( max-width: 600px ) {

	.contents {
		padding: 60px 0 40px 0;
	}

	.contents-wrap,
	.contents-wrap2 {
		padding: 0 20px;
	}

	.sp-side {
		padding: 0 20px;
		display: inline-block;
	}

	.br-sp {
		display: block;
	}

	.youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}

	.youtube iframe {
	width: 100%;
	height: 100%;
	}

	.page-title {
		margin: 0 20px;
		padding: 20px 0;
	}

	.page-title .en {
		top: -5px;
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.page-title .en:after {
		height: 3px;
		bottom: -5px;
	}

	.more {
		top: 25px;
		right: 20px;
	}

	.more a {
		font-size: 12px;
		font-size: 1.2rem;
	}

}


/*------------------------------------*/


.foot-bnr-area {
	background-color: #ddd;
	margin-top: 50px;
}

.foot-bnr-area a img {
	width: 100%;
}

#footer {
	padding-top: 30px;
	width: 100%;
	color: #fff;
	background-color: #e03c2c;
	padding-bottom: 30px;
	font-size: 14px;
	letter-spacing: normal;
}

.footer-inner {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer-inner h2 {
	width: 206px;
	margin-bottom: 25px;
}

.footer-inner h2 img {
	width: 100%;
}

small {
	display: block;
	text-align: center;
	font-size: 14px;
}

.left-col {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.right-col {
	width: 50%;
	box-sizing: border-box;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.about-img-col {
	width: 45%;
	box-sizing: border-box;
	margin-left: auto;
}

.about-img-col img {
	width: 100%;
}

.foot-left-navi li,
.foot-right-navi li {
	margin-bottom: 11px;
}

.foot-left-navi {
	border-left: 1px solid rgba(255,255,255,0.3);
	padding: 0 30px;
}

.right-col a {
	color: #fff;
	display: block;
}

.qr {
	width: 135px;
	box-sizing: border-box;
	margin-left: 30px;
}

.qr img {
	width: 100%;
}

.qr p {
	text-align: center;
	margin: 10px 0 30px;
}

.qr ul {
	text-align: center;
}

.qr ul li {
	display: inline-block;
	margin-right: 15px;
}

.qr ul li:last-child {
	margin-right: 0;
}

.qr ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #b3b3b3;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	font-size: 1.3rem;
	font-weight: 500;
}

.foot-logo {
	width: 90px;
}

.foot-tex {
	margin-left: 20px;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
}

.foot-link:before {
	content: ">";
}
.foot-link {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
}

.copyright {
	margin-left: auto;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	line-height: 2rem;
	padding-top: 30px;
}

#bnr-koreyaku {
	position: absolute;
	right: 0;
	top: 500px;
	z-index: 10;
}

#page-top {
	width: 60px;
	height: 60px;
	position: absolute;
	right: -60px;
	top: -30px;
	background: #999;
	border-radius: 50%;
	z-index: 1;
}

#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}

#page-top a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f102";
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page-top a::after {
	content: 'TOP';
	font-size: 1.1rem;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

@media screen and ( max-width: 600px ) {

	#footer {
		padding: 40px 0 20px;
		display: block;
	}
	.footer-inner {
		padding: 20px;
	}
	.foot-logo {
		margin: 0 auto 10px auto;
	}

	.foot-tex {
		margin-left: 0;
	}
	
	.left-col {
		width: 100%;
		padding-right: 0;
	}
	
	
	.right-col {
		display: none;
	}

	.btn2 {
		text-align: center;
	}

	#bnr-koreyaku {
		display: none;
	}

	#page-top {
		display: none;
	}
	
	.sub-none {
		display: none;
	}

}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%!important;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}


/*------------------------------------*/



@media screen and ( max-width: 600px ) {

	.en {
		letter-spacing: .1rem;
	}

}


/*------------------------------------*/


.arrow_l,
.arrow_r {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.arrow_l:before,
.arrow_r:after {
	content: "" ;
	width: 24px;
	height: 13px;
	display: block;
	background-size: 100% auto;
}

.arrow_l:before {
	margin-right: 10px;
	background-image: url(../img/images/icn_arrow_l.png);
}

.arrow_r:after {
	margin-left: 10px;
	background-image: url(../img/icn_arrow.png);
}

.arrow_l:hover:before {
	transform: translate3d(-5px, 0, 0);
}

.arrow_r:hover:after {
	transform: translate3d(5px, 0, 0);
}

.btn a {
	display: inline-block;
	padding: 11px 34px;
	outline: none;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}

.btn1 a:after {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #fff;
    font-weight: 700;
	position: absolute;
    right: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn2 a:before {
	font-family: "Font Awesome 5 Free";
    content: "\f07a";
    color: #fff;
    font-weight: 700;
    margin-right: 0.3em;
}

.btn1 {
	text-align: center;
}
.btn1 a {
	background: #7a6a56;
	border: 2px solid #7a6a56;
	color: #fff;
}

.btn2 a {
	background: rgba(255,255,255,0.5);
	color: #fff;
	border: 2px solid rgba(255,255,255,0);
}

.btn3 a {
	background: #777;
	border: 2px solid #777;
	color: #fff;
}

.btn1 a:hover {
	color: #7a6a56;
	background: #fff;
}

.btn a:hover:after {
    right: 12px;
    color: #7a6a56;
}

.btn2 a:hover {
	background: rgba(255,255,255,0);
	color: #fff;
	border: 2px solid #fff;
}

.btn3 a:hover {
	background: rgba(255,255,255,0);
	border: 2px solid #fff;
}

.menu .btn a {
	width: 270px;
	padding-left: 0;
	padding-right: 0;
}

.menu p {
	margin-bottom: 20px;
}

/*--------------------------------------------------------
　空き設定
--------------------------------------------------------*/
.mt05 { margin-top: 5px !important; }
.mt06 { margin-top: 6px !important; }
.mt07 { margin-top: 7px !important; }
.mt08 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt18 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 30px !important; }
.mt40 { margin-top: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }

.pt05 { padding-top: 5px !important; }
.pt06 { padding-top: 6px !important; }
.pt07 { padding-top: 7px !important; }
.pt08 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !important; }
.pt12 { padding-top: 12px !important; }
.pt15 { padding-top: 15px !important; }
.pt18 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 30px !important; }
.pt40 { padding-top: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt80 { padding-top: 80px !important; }
.pt100 { padding-top: 100px !important; }

.mb03 { margin-bottom: 3px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb08 { margin-bottom: 8px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }

.pb03 { padding-bottom: 3px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb08 { padding-bottom: 8px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb100 { padding-bottom: 100px !important; }

.mr02 { margin-right: 2px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr13 { margin-right: 13px !important; }
.mr14 { margin-right: 14px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.ml02 { margin-left: 2px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
