@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
body {
	width: 100%;
	min-width: 1024px;
	position: relative;
	font-family:yu-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;;
	font-size: calc(12px + 1 * (100vw - 300px)/1050);
	line-height: 1;
	color: #141414;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	box-sizing: border-box;
	background: #fff;
}
img {
	max-width: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
.en{
	font-family: calluna, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .1em;
}
.min{
	font-family: sawarabi-mincho, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.min2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

/* ==================================
loading
=====================================*/
/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(../img/bg_gray.png);
	text-align:center;
	color:#333;
	display: table;
}
/* Loading画像中央配置　*/
#splash_wrap{
	display: table-cell;
 	vertical-align: middle;
}
/* Loading アイコンの大きさ設定　*/
.loading_txtlist{
	max-width: 500px;
	text-align: center;
	margin: 0 auto 60px;
}
.loading_txtlist_item{
	display: block;
	font-size: calc(28px + 28 * (100vw - 300px)/1050);
	color: #fff;
    letter-spacing: .1em;
    padding: 10px 0;
    margin-bottom: 20px;
	background: #adcbc0;
    /*border-bottom: 7px solid #adcbc0;*/
}
.loading_txtlist_item02{
	display: block;
	font-size: calc(28px + 28 * (100vw - 300px)/1050);
	color: #fff;
    letter-spacing: .1em;
    padding: 10px 0;
	background: #e3d5a9;
	/*border-bottom: 7px solid #e3d5a9;*/
}
.loading_logo{
	text-align: left;
	max-width: 220px;
	margin: auto;
}
.loading_logo .gothic{
	display: block;
    font-size: calc(12px + 2 * (100vw - 300px)/1050);
	color: #555;
    margin-bottom: 5px;
}
/* fadeUpをするアイコンの動き */
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}
.fadeUp02{
	animation-delay: 0.8s;
	animation-name: fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/* ==================================
header
=====================================*/
.header_content{
	position: fixed;
	top: 0;
	width: 100%;
	padding: 20px 5% 60px;
	box-sizing: border-box;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 9999;
	background-color: #f2ebeb;
}
.header_content.bg_selected{
	background: rgba(255,255,255,.7);
}
.header_logo{
	width: 147px;
}
.header_logo a{
	display: block;
}
.header_logo .gothic{
	display: block;
	font-size: calc(12px + 2 * (100vw - 300px)/1050);
	margin-bottom: 5px;
}
.header_menubtn{
	display: none;
}
.header_menulist{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header_menuitem{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 20px;
}
.header_menuitem_btn{
	margin-right: 10px;
}
.header_menuitem_btn a{
	display: block;
	width: 190px;
    background: #ecd9d2 url(../img/ico_link.png) no-repeat right 10px center / 10px auto;
    border-radius: 5px;
    font-size: calc(13px + 1 * (100vw - 300px)/1050);
	font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.header_menuitem_btn02 a{
	display: block;
    width: 240px;
    background: #c9b7a4 url(../img/ico_link.png) no-repeat right 10px center / 10px auto;
    border-radius: 5px;
    font-size: calc(13px + 1 * (100vw - 300px)/1050);
	font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.header_menuitem_btn .deco{
	position: relative;
	display: inline-block;
	color: #141414;
	padding-right: 20px;
}
.header_menuitem_btn .deco::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ico_mail.png) no-repeat top center / 100% auto;
    margin-right: 20px;
    margin-bottom: -2px;
}
.header_menuitem_btn02 .deco{
	position: relative;
	display: inline-block;
	color: #141414;
	padding-right: 10px;
}
.header_menuitem_btn02 .deco::before{
	content: '';
    display: inline-block;
	width: 17px;
    height: 15px;
    background: url(../img/ico_home.png) no-repeat top center / 100% auto;
    margin-right: 5px;
    margin-bottom: -2px;
	
}
.header_menuitem_btn02 .small{
	display: inline-block;
	font-size: calc(11px + 1 * (100vw - 300px)/1050);
}
.header_menuitem02{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.header_menuitem02_btn{
	margin-right: 30px;
}
.header_menuitem02_btn:last-child{
	margin-right: 0;
}
.header_menuitem02_btn a{
	font-size: calc(13px + 1 * (100vw - 300px)/1050);
	font-weight: bold;
	line-height: 1.4;
}
.header_menuitem02_btn .external {
    display: inline-block;
    padding-right: 13px;
    background: url(../img/ico_link_bl.png) no-repeat right center / 10px auto;
}
.header_menuitem02_btn::after{
	content: "|";
	padding-left: 24px;
	
}
.header_menuitem02_btn:last-child::after{
	display: none;
}
/* main部分
=======================*/
.wrapper{
	width: 100%;
	position: relative;
	padding-bottom: 120px;
	background-color: #fff;
}
/* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ==========================
footer 
=============================*/
.footer_contact{
	padding: 70px 5%;
	background-image: url("../img/bg_note.png"),url("../img/bg_note02.png");
	background-repeat: repeat-x,repeat;
	background-position: top 20px center,top center;
	background-size: auto,auto;
}
.footer_contact_boxlist{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1350px;
	margin: auto;
}
.footer_contact_boxlist_item_link{
	display: block;
	min-height: 42px;
	background: url("../img/ico_phone.png") no-repeat left center / 28px auto;
	padding-left: 50px;
	font-size: calc(16px + 6 * (100vw - 300px)/1050);
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.footer_contact_boxlist_item_link .small{
	display: block;
	font-size: calc(11px + 1 * (100vw - 300px)/1050);
	letter-spacing: .075em;
	margin-bottom: 6px;
}
.footer_contact_boxlist_item_link02 a{
	display: block;
	max-width: 240px;
	background: #536660 url("../img/ico_link.png") no-repeat right 10px center / 10px auto;
	border-radius: 5px;
	font-size: calc(13px + 1 * (100vw - 300px)/1050);
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.footer_contact_boxlist_item_link02 .deco{
	position: relative;
	display: inline-block;
}
.footer_contact_boxlist_item_link02 .deco::before{
	content:'';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../img/ico_mail.png") no-repeat top center / 100% auto;
	margin-right: 5px;
	margin-bottom: -2px;
}
.footer_content{
	background: #f2ebeb;
	color: #fff;
	padding: 60px 5%;
}
.footer_content_boxlist{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1350px;
	margin: auto;
	color: #141414;
}
.footer_content_boxlist_item_ttl{
	font-size: calc(18px + 6 * (100vw - 300px)/1050);
	line-height: 1.4;
	margin-bottom: 10px;
}
.footer_content_boxlist_item_ttl .small{
	display: block;
	font-size: calc(12px + 2 * (100vw - 300px)/1050);
	margin-bottom: 5px;
}
.footer_content_boxlist_item_txt{
	line-height: 2.1;
	margin-bottom: 20px;
}
.footer_content_boxlist_item_txt a{
	color: #fff;
}
.footer_content_boxlist_item_snslist{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 20px;
}
.footer_content_boxlist_item_snslist .snsitem{
	display: block;
	max-width: 51px;
	margin-right: 10px;
}
.footer_content_boxlist_item_snslist .snsitem02{
	display: block;
	max-width: 51px;
	margin-right: 10px;
}
.footer_content_boxlist_item_copy{
	font-size: calc(11px + 1 * (100vw - 300px)/1050);
	color: #141414;
}
.footer_content_boxlist_item02{
	position: relative;
    width: 50%;
    height: 0;
    padding-top: 23%;
}
.footer_content_boxlist_item02 iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px;
}
.footer_menulist{
	text-align: center;
	margin-bottom: 25px;
}
.footer_menulist ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_menulist li{
	padding: 0 15px;
}
.footer_menulist a{
	font-size: 14px;
	color: #fff;
}
.footer_logo{
	max-width: 68px;
	text-align: center;
	margin: 0 auto 30px;
}
.footer_copyright{
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.footer_copyright a{
	color: #fff;
}
.footer_fixbtn a{
	display: none;
}
@media screen and (max-width: 1024px) {
	body {
		width: 100%;
		min-width: 320px;
		position: relative;
	}
	/*loading
    ============================================*/	
	.loading_txtlist{
		max-width: 70%;
		margin: 0 auto 40px;
	}
	.loading_txtlist_item{
		font-size: calc(32px + 28 * (100vw - 300px)/1050);
		margin-bottom: 10px;
	}
	.loading_txtlist_item02{
		font-size: calc(32px + 28 * (100vw - 300px)/1050);
	}
	.loading_logo{
		max-width: 140px;
	}
	/*header
	========================================*/
	.header_content{
		position: absolute;
		padding: 15px 5%;
	}
	.header_logo{
		width: 100px;
	}
	.header_menubtn{
		cursor: pointer;
		position: fixed;
		width: 36px;
		height: 24px;
		top: 20px;
		right: 5%;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header_menubtn span{
		display: block;
		width: 100%;
		height: 2px;
		background: #333;
		position: absolute;
		transition: all .8s;
		-webkit-transition: all .8s;
	}
	.header_menubtn span.top {
		top: 0;
	}
	.header_menubtn span.middle {
		top: 11px;
	}
	.header_menubtn span.bottom {
		bottom: 0;
	}
	.header_menubg{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bg_gray.png");
		-webkit-transition: all .8s;
		transition: all .8s;
		visibility: hidden;
		opacity: 0;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.header_menulist{
		width: 100%;
		height: 100%;
		padding: 40px 8%;
		box-sizing: border-box;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header_logo02{
		max-width: 140px;
		margin-bottom: 20px;
	}
	.header_logo02 .gothic {
		display: block;
		font-size: calc(12px + 2 * (100vw - 300px)/1050);
		margin-bottom: 5px;
	}	
	.header_menuitem{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		order:3;
	}
	.header_menuitem_btn{
		margin: 0 auto 10px;
	}
	.header_menuitem_btn a{
		width: 240px;
		line-height: 60px;
	}
	.header_menuitem02{
		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		order:2;
		margin-bottom: 30px;
	}
	.header_menuitem_btn02 a{
		line-height: 60px;
		margin: auto;
	}
	.header_menuitem02_btn{
		width: 50%;
		margin: auto;
	}
	.header_menuitem02_btn:last-child{
		margin: auto;
	}
	.header_menuitem02_btn a{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;		
		min-height: 70px;
		text-align: center;
		font-size: 15px;
	}
	.header_menuitem02_btn::after{
	display: none;
	
}
.header_menuitem02_btn:last-child::after{
	display: none;
}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .header_menubtn {
		z-index: 999;
	}
	.open .header_menubtn span.top {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		top: calc(50% - 1px);
	}
	.open .header_menubtn span.middle {
		display: none;
	}
	.open .header_menubtn span.bottom {
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		bottom: 45%;
	}
	.open .header_menubg {
		-webkit-transition: all .8s;
		transition: all .8s;
		visibility: visible;
		opacity: 1;
	}	
	/*  .main
    =============================================  */
	.wrapper {
	padding-bottom: 20px;
    padding-top: 87px;
	}
	/*footer
    ============================================*/
	.footer_contact{
		padding: 60px 8% 40px;
		background-size: auto 11px,auto;
	}
	.footer_contact_boxlist{
		-ms-flex-wrap: wrap;
 	 	flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer_contact_boxlist_item:not(:last-child){
		margin-bottom: 30px;
	}
	.footer_contact_boxlist_item_link{
		margin-bottom: 20px;
		font-size: calc(22px + 6 * (100vw - 300px)/1050);
	}
	.footer_contact_boxlist_item_link .small{
		font-size: calc(12px + 1 * (100vw - 300px)/1050);
		margin-bottom: 8px;
	}
	.footer_contact_boxlist_item_link02 a{
		min-width: 200px;
		line-height: 60px;
		margin: auto;
	}
	.footer_content{
		padding: 30px 8%;
	}
	.footer_content_boxlist{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer_content_boxlist_item02{
		display: none;
	}
	.footer_fixbtn a{
		display: block;
		position: fixed;
		right: 1%;
		bottom: 1%;
		max-width: 100px;
	}
}
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none !important;
	}
}