@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,700,900&display=swap&subset=japanese);
@import url('https://fonts.googleapis.com/css2?family=Radley:ital@0;1&display=swap');
/* 
@import url(https://indestructibletype.com/fonts/Jost.css);
@import url(//db.onlinewebfonts.com/c/ffbf05b2f502277ae8574f5d131aa731?family=North+Avellion+DEMO);
 */

@font-face {
font-family: "PhenomenaExtraBold";
src: url('../font/Phenomena-ExtraBold.eot');
src: url('../font/Phenomena-ExtraBold.eot?#iefix') format('embedded-opentype'),
url('../font/Phenomena-ExtraBold.woff2') format('woff2'),
url('../font/Phenomena-ExtraBold.woff') format('woff'),
url('../font/Phenomena-ExtraBold.ttf') format('truetype');
}
@font-face {
font-family: "Quentin";
src: url("../font/Quentin.eot") format('embedded-opentype'),
url("../font/Quentin.woff2") format('woff2'),
url("../font/Quentin.woff") format('woff'),
url("../font/Quentin.ttf") format('truetype');
}
/* 
@font-face {
	font-family: "North Avellion DEMO";
	src: url("//db.onlinewebfonts.com/t/ffbf05b2f502277ae8574f5d131aa731.eot");
	src: url("//db.onlinewebfonts.com/t/ffbf05b2f502277ae8574f5d131aa731.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ffbf05b2f502277ae8574f5d131aa731.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ffbf05b2f502277ae8574f5d131aa731.woff") format("woff"), url("//db.onlinewebfonts.com/t/ffbf05b2f502277ae8574f5d131aa731.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ffbf05b2f502277ae8574f5d131aa731.svg#North Avellion DEMO") format("svg");
 }
 @font-face {
	font-family: "GenJyuuGothic-Regular";
	src: url('../fonts/GenJyuuGothic-Regular.eot'),
	url('../fonts/GenJyuuGothic-Regular.woff');
}
@font-face {
	font-family: "GenJyuuGothic-Bold";
	src: url('../fonts/GenJyuuGothic-Bold.eot'),
	url('../fonts/GenJyuuGothic-Bold.woff');
}
*/
html{
    font-size: 62.5%;
}

body{
    font-size: 15px; font-size: 1.5rem;
    line-height: 1.6;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}

.pet-page {
    font-size: 15px; font-size: 1.5rem;
    line-height: 2;
	letter-spacing: .1em;
	font-family: 'Noto Serif JP', serif, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
}

h1 {
    font-size: 30px;
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
h2 {
    font-size: 20px;
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 639px) {
    body{
    font-size: 12px; font-size: 1.2rem;
    line-height: 1.8;
    }
    h1{
        font-size: 2.4rem;
    }
    h2 {
        font-size: 2rem;
    }
}
	
a {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:link {
	color: #212529;
	text-decoration:none;
}
a:visited {
	color: #212529;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #666;
}
*:focus {
	outline: none;
}
.clear {
	clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img {
    max-width: 100%; 
    height:auto;
	-webkit-backface-visibility: hidden;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.fl-center{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.text-spacing {
	letter-spacing: .1em;
}
.text-link {
	text-decoration: underline !important;
	color: #337ab7 !important;
	font-weight: 700;
}

.link-text a:link {
	color: #000000;
	text-decoration: none;
}
.link-text a:visited {
	color: #000000;
	text-decoration:none;
}
.link-text a:hover {
	color: #E60013;
}
.link-text a:active {
	color: #000000;
}

.font10 {
    font-size: 1.0rem;
}
.font12 {
    font-size: 1.2rem;
}
.font14 {
    font-size: 1.4rem;
}
.font15 {
    font-size: 1.5rem;
}
.font16 {
    font-size: 1.6rem;
}
.font18 {
    font-size: 1.8rem;
}
.font24 {
    font-size: 2.4rem;
}
.sp-font20{
    font-size: 2rem;
}
.sp-font24{
    font-size: 2.4rem;
}
.sp-font30{
    font-size: 3rem;
}
.font-s {
	font-size: 1.4rem;
}
.font-n {
	font-size: 1.6rem;
	font-weight: normal;
}
.font-l {
	font-size: 3rem;
}
.font-m {
	font-size: 2rem;
}
.red {
	color: #ff0000;
}
.red2 {
	color: #cb1422;
}
.red2 a:link {
	color: #cb1422;
}
.bg-w {
	background: #fff;
}
.bg-w2 {
	background: #f7f8f2;
}
.b {
	font-weight: 700;
}
.shadow30 {
	-webkit-box-shadow:0 2px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 2px 5px 2px rgba(0,0,0,0.3);
	box-shadow:0 2px 5px 2px rgba(0,0,0,0.3)
}
.shadow-voc {
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.06);
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
.lh16 {
	line-height: 1.6;
}
.lh20 {
	line-height: 2;
}
.ls {
	letter-spacing: 0.1em;
}
.indent1 {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 0.4rem;
}
.indent2 {
	padding-left:2em;
	text-indent:-2em;
	margin-bottom: 0.4rem;
}
.indent5 {
	padding-left: 5em;
	text-indent: -5em;
}
.pcText-center{
	text-align: center;
}

@media (max-width: 767px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.sp-pt0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.spOnly-mt30 {
		margin-top: 30px;
	}
	.spOnly-mt60 {
		margin-top: 60px;
	}
	.sp-w-18em {
		max-width: 19.8em;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.4rem;
	}
	.sp-w-22em {
		max-width: 22em;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.4rem;
	}
	.pcText-center {
		text-align: left;
	}
}
@media (max-width: 639px) {
	.font-s {
		font-size: 1.1rem;
	}
	.font-n {
		font-size: 1.5rem;
	}
	.sp-font20 {
		font-size: 1.4rem;
	}	
	.sp-font24 {
		font-size: 1.8rem;
	}
	.sp-font30{
		font-size: 2.2rem;
	}
	.font14 {
		font-size: 1.2rem;
	}	
	.font15 {
		font-size: 1.2rem;
	}
	.font-m {
		font-size: 1.4rem;
	}
		
}
/* 
margin
---------------------------------------------------- */
 
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !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;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr95 {
	margin-right: 95px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !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;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.ml00 {
	margin-left: 0px !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;
}
.ml55 {
	margin-left: 55px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml65 {
	margin-left: 65px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.ml75 {
	margin-left: 75px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.ml85 {
	margin-left: 85px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml95 {
	margin-left: 95px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml150 {
	margin-left: 150px !important;
}

/*
padding
---------------------------------------------------- */
 
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !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;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}

/*
 width
----------------------------------------------------------- */
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.pc-w80 {
	width: 80%;
}
.w-fit {
	width: fit-content;
}
.m-center {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.pc-w80 {
	width: 100%;
}
	.sp-w80 {
		width: 80%;
	}
	
}
/*
 container
----------------------------------------------------------- */
.page-cont{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 ;
}
.page-cont-first{
	margin-top: auto;
}
.note {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.cont-bottom-line-sp {
	border-bottom: none;
}

@media (max-width: 767px) {
	.page-cont{
		width: 100%;
	}
	.page-cont-first{
		margin-top: 60px;
	}
	.note {
		width: 100%;
	}
	.cont-bottom-line-sp {
	border-bottom: 1px solid #212529;
}
}

/*
 header 
----------------------------------------------------------- */
#head {
	display: block;
}
#head, #head .col-sm-9, #head .col-sm-3 {
	padding-left: 0 ;
	padding-right: 0 !important;
}
.top-head {
	background-image: url(../img/head-pc-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.header-logo {
	margin: 20px 0;
	font-family: "PhenomenaExtraBold";
	letter-spacing: 0.1em;
}
.header-tel {
	position: relative;
	margin: 25px 0 35px;
	text-align: right;
	font-family: 'Jost';
	font-size: 1.7rem;
	font-weight: 600;
}
.header-tel:before{
	position: relative;
	content: url(../img/header_tel_icon.png);
	padding-right: 20px;
	top: 10px;
}
@media (max-width: 767px) {
	#head, #head .col-sm-9, #head .col-sm-3 {
		padding-left: 15px ;
		padding-right: 15px !important;
	}
	#head{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 90;
		background-color: #fff;
		height: 60px;
		width: 100%;
		max-width: 100% !important;
		box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	}
	.top-head {
		background-image: none;
	}
	.header-logo {
		margin: 12px 0;
		line-height: .8;
		font-family: "PhenomenaExtraBold";
		letter-spacing: 0.1em;
		line-height: 30px;
	}
	.header-logo img {
		width: 30px;
	}
}
	


/*
 navi
----------------------------------------------------------- 
#drawer-content {
	overflow: auto;
	position: static;
	width: auto;
	height: auto;
	background: none;
	transition: none;
	transform: none;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#drawer-checkbox ,#drawer-icon ,#drawer-close {
		display: none;
}

ul.navi {
	list-style-type: none;
	padding-left: 0;
	font-size: 1.5rem;
	margin-bottom: 40px;
}
ul.navi li {
	margin-right: 20px;
	line-height: 2;
}
ul.navi li span {
	display: block;
}

ul.navi li  a:link {
	color: #000000;
	text-decoration: none;
}
ul.navi li a:visited {
	color: #000000;
	text-decoration:none;
}
ul.navi li a:hover {
	color: #E60013;
}
ul.navi li a:active {
	color: #E60013;
	}

.navi-sp {
	display: none;
}
.navi-sp-li {
	display: none !important;
}
.navi-pc-li {
	display: inline-block;
}
.navi-wrap {
	margin-left: 27px;
}
.navi-title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1rem;
	margin-bottom: 20px;
}
.navi-logo-title {
	font-weight: 500;
    background: url(../img/logo_title.png) no-repeat left center;
    padding-left: 40px;
    line-height: 27px;
    font-size: 2rem;
}
*/
#drawer-checkbox {
	display: none;
}

#drawer-icon {
	cursor: pointer;
	display: inline-block;
	right: 5%;
	top: 20px;
	height: 30px;
	position: absolute;
	width: 30px;
	z-index: 110;
	text-align: center;
}

#drawer-icon span {
	background: #333;
	border-radius: 4px;
	display: block;
	height: 8%;
	left: 50%;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 80%;
}

#drawer-icon span::before,
#drawer-icon span::after {
	-webkit-transform: rotate(0);
	background: #333;
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -8% 0 0 -50%;
	position: absolute;
	top: 50%;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
	width: 100%;
}

#drawer-icon span::before {
	margin-top: -38%;
}

#drawer-icon span::after {
	margin-top: 30%;
}

#drawer-checkbox:checked~#drawer-icon span {
	background: rgba(51, 51, 51, 0);
}

#drawer-checkbox:checked~#drawer-icon span::before,
#drawer-checkbox:checked~#drawer-icon span::after {
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin: -8% 0 0 -42%;
	position: absolute;
	top: 50%;
	width: 100%;
}

#drawer-checkbox:checked~#drawer-icon span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#drawer-checkbox:checked~#drawer-icon span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#drawer-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	max-width: 100%;
	height: 100%;
	background: #fff;
	background-size: 100% auto;
	transition: all 0.3s ease-in-out 0s;
	transform: translateX(-100%);
}

#drawer-checkbox:checked~#drawer-content {
	transform: translateX(0);
	box-shadow: -6px 0 25px rgba(0, 0, 0, 0.16);
}

#drawer-close {
	display: none;
	position: fixed;
	z-index: 39;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked~#drawer-close {
	display: block;
	opacity: 0.3;
}

#drawer-icon img {
	margin-top: 30px;
	width: 34px;
}

#drawer-icon .text {
	margin-top: 25px;
	font-size: 1rem;
}

.navi-wrap {
	margin-left: 0;
}

ul.navi {
	list-style-type: none;
	padding-left: 0;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

ul.navi li {
	margin-right: 0;
	line-height: 2;
}

ul.navi li span {
	display: inline-block;
	margin-right: 2rem;
}

ul.navi li a {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

ul.navi li a:link {
	color: #000000;
	text-decoration: none;
}

ul.navi li a:visited {
	color: #000000;
	text-decoration: none;
}

ul.navi li a:hover {
	color: #E60013;
}

ul.navi li a:active {
	color: #000000;
}

ul.navi-sp-inline li {
	display: inline-block;
	margin-right: 2rem;
}

ul.navi-sp-inline li a {
	display: inline;
}

.navi-sp {
	display: block;
}

img#navi-tel-sp {
	width: 70%
}

.navi-sp-li {
	display: block !important;
	/* margin-top: -50px; */
}

.navi-pc-li {
	display: none !important;
}

.new-sp {
	position: relative;
	left: -10rem;
	top: 33px;
}

.navi-title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1rem;
	margin-bottom: 20px;
}
.navi-logo-title {
	font-weight: 500;
	background: url(../img/blog_sp.png) no-repeat left 4px;
	padding-left: 40px;
	padding-right: 10px;
	line-height: 27px;
	font-size: 2rem;
	border-bottom: 2px solid #000;
	display: inline-block;
	padding-bottom: 10px;
}
.navi-hr {
	height: 1px;
	border: none;
	border-top: #666 1px solid;
	margin-bottom: 20px;
	margin-right: 15px;
}
@media (max-width: 767px) {
	#drawer-checkbox {
		display: none;
	}
	#drawer-icon {
		cursor: pointer;
		display: inline-block;
		right: 10px;
		top: 12px;
		height: 30px;
		position: fixed;
		width: 30px;
		z-index: 110;
		text-align: center;
	}
	
	#drawer-icon span {
		background:  #333;
		border-radius: 4px;
		display: block;
		height: 8%;
		left: 50%;
		margin: -8% 0 0 -42%;
		position: absolute;
		top: 50%;
		transition: all 0.3s ease-in-out;
		width: 80%;
	}
	#drawer-icon span::before,
	#drawer-icon span::after {
		-webkit-transform: rotate(0);
		background: #333;
		border-radius: 4px;
		content: "";
		display: block;
		height: 100%;
		left: 50%;
		margin: -8% 0 0 -50%;
		position: absolute;
		top: 50%;
		transform: rotate(0);
		transition: all 0.3s ease-in-out;
		width: 100%;
	}
	#drawer-icon span::before {
		margin-top: -38%;
	}
	#drawer-icon span::after {
		margin-top: 30%;
	}
	#drawer-checkbox:checked ~ #drawer-icon span {
	  background: rgba(51, 51, 51, 0);
	}
	#drawer-checkbox:checked ~ #drawer-icon span::before,
	#drawer-checkbox:checked ~ #drawer-icon span::after {
		content: "";
		display: block;
		height: 100%;
		left: 50%;
		margin: -8% 0 0 -42%;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	#drawer-checkbox:checked ~ #drawer-icon span::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#drawer-checkbox:checked ~ #drawer-icon span::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#drawer-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 30px;
		max-width: 100%;
		height: 100%;
		background: #fff;
		background-size: 100% auto;
		transition: all 0.3s ease-in-out 0s;
		transform: translateX(-100%);
	}
	#drawer-checkbox:checked ~ #drawer-content {
		transform: translateX(0);
		box-shadow: -6px 0 25px rgba(0, 0, 0, 0.16);
	}
	#drawer-close {
		display: none;
		position: fixed;
		z-index: 39;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0;
		transition: all 0.3s ease-in-out 0s;
	}
	#drawer-checkbox:checked ~ #drawer-close {
		display: block;
		opacity: 0.3;
	}
	#drawer-icon img{
		margin-top: 30px;
		width: 34px;
	}
	#drawer-icon .text{
		margin-top: 25px;
		font-size: 1rem;
	}
	.navi-wrap {
		margin-left: 0;
	}
	
	ul.navi {
		list-style-type: none;
		padding-left: 0;
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	ul.navi li {
		margin-right: 0;
	}
	ul.navi li span {
		display: inline-block;
		margin-right: 2rem;
	}

	ul.navi li a{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	ul.navi li  a:link {
		color: #000000;
		text-decoration: none;
	}
	ul.navi li a:visited {
		color: #000000;
		text-decoration:none;
	}
	ul.navi li a:hover {
		color: #E60013;
	}
	ul.navi li a:active {
		color: #000000;
	}
	ul.navi-sp-inline li {
		display: inline-block;
		margin-right: 2rem;
	}
	ul.navi-sp-inline li a {
		display: inline;
	}
	
	.navi-sp {
		display: block;
	}
	img#navi-tel-sp {
		width:70%
	}
	.navi-sp-li {
		display: block !important;
		/* margin-top: -50px; */
	}
	.navi-pc-li {
		display: none !important;
	}
	.new-sp {
		position: relative;
		left: -10rem;
		top: 33px;
	}
	.navi-logo-title {
		font-weight: 500;
		background: url(../img/blog_sp.png) no-repeat left 4px;
		padding-left: 40px;
		padding-right: 10px;
		line-height: 27px;
		font-size: 2rem;
		border-bottom: 2px solid #000;
		display: inline-block;
		padding-bottom: 10px;
	}
}


/*
 foot
----------------------------------------------------------- */
#foot {
}
#footer-menu-wrapper{
	background: #f9f9f9;
	padding: 50px 0 20px;
}
.footer-menu {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.footer-menu-list{
	list-style: none;
    margin: 0 0 0 20px; 
    padding: 0;
}
.footer-menu-list li{
    background-image: url(../img/footer_menu_arrow.png);
	background-position: 0 0.4rem ;
    background-repeat: no-repeat;
    padding-left: 3rem ;
    margin-bottom: 2rem;
    font-size: 1.4rem;
	line-height: 1.5;
}
.footer-menu-list li img {
	padding: 0 8px 3px 8px;
}
.footer-menu-list li a:link ,.footer-menu-list2 li a:link{
	color: #000000;
	text-decoration: none;
}
.footer-menu-list li a:visited , .footer-menu-list2 li a:visited {
	color: #000000;
	text-decoration:none;
}
.footer-menu-list li a:hover , .footer-menu-list2 li a:hover {
	color: #E60013;
}
.footer-menu-list li a:active , .footer-menu-list2 li a:active {
	color: #000000;
}
.footer-menu-list-indent {
	font-size: 1.4rem;
	margin-top: 4.1rem;
}
.footer-menu-list2{
	list-style: none;
    margin: 0 0 6rem 0; 
    padding: 0;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}
.footer-menu-list2 li{
	font-size: 1.4rem;
	line-height: 1.5;
}
.footer-menu-list2 li:not(:last-child){
	margin-right: 10rem;
}
address {
	font-size: 1.4rem;
}

.footer-logo {
	font-family: "PhenomenaExtraBold";
	font-size: 4rem;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	.footer-menu-list{
		margin: 0; 
	}
	.footer-menu-list li{
		background-position: 0 0.2rem ;
    	font-size: 1.2rem;
	}

	.footer-menu-list2{
		flex-direction: column;
	}
	.footer-menu-list2 li{
		font-size: 1.2rem;
		padding-left: 2rem;
		margin-bottom: 2rem;
	}
	.footer-menu-list2 li:not(:last-child){
		margin-right: 0;
	}


}

/*
 slider
----------------------------------------------------------- */
.slider-container {
    margin: 0 auto 60px;
    position: relative;
	padding: 60px 0;
	background: #f0f0f0;
}
.swiper-slide-text p:first-of-type {
	font-weight: 500;
}
.swiper-slide img {
}
.swiper-slide-text-pc {
	padding: 2rem 0 0;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	align-items: center;
}
.swiper-slide-text-pc p:first-of-type {
	border-radius: 20px;
	color: #fff;
	padding: 1em 2em;
	margin-right: 30px;
}
.swiper-slide-text-pc1 p:first-of-type {
	background: #ec6941;
}
.swiper-slide-text-pc2 p:first-of-type {
	background: #009944;
}
.swiper-slide-text-pc3 p:first-of-type {
	background: #b2884f;
}
.swiper-slide-text-pc p:nth-of-type(2n) {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

.swiper-slide-text-sp {
	padding: 2rem 3rem 0;
	line-height: 1.4;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP';
}

.swiper-container2 , .swiper-container3 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.swiper-container2 .swiper-wrapper  {
	display: flex;
	align-items: flex-start;
}

.slider1 , .slider2 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.slider1 div > div , .slider2 div > div {
	margin: 0 8px;
	display: flex;
	align-items: center;
}

.slider-container2025 {
    margin: 0 auto;
    position: relative;
	padding: 0;
	background: #fff;
}
.slider-container2025 .slide-text {
	position: absolute;
    top: 35%;
    right: 10%;
	z-index: 1;
}
.slider-container2025 .slide-text p:first-of-type {
	line-height: 1.6;
    letter-spacing: 0.18em;
	font-size: 3.8rem;
	font-family: 'Quentin';
	margin-bottom: 30px;
}
.slider-container2025 .slide-text p:last-of-type {
	line-height: 2.4;
    letter-spacing: 0.18em;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
}

.slider-container2025 picture {
    background: #fff;
}

.slider-container2 {
    position: relative;
    max-width: 1000px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 60px;
}

.slider-container-birthday {
	width: 100%;
    padding-left: 60px;
    padding-right: 60px;
	margin-bottom: 80px;
	position: relative;
}
.swiper-container-birthday-thumb {
	cursor: pointer;
}
.swiper-container-birthday-thumb {
	margin-top: 20px;
}
.swiper-slide-thumb-active {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.swiper-container-birthday-thumb .swiper-slide :hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-birthday .swiper-pagination {
	margin-top: 20px;
	left: 0;
	right: 0;
}
.swiper-birthday .swiper-pagination-bullet{
	width: 8px;
    height: 8px;
    margin: 0 5px!important;
	border-radius: 0;
}
.swiper-birthday  .swiper-pagination-bullet-active {
	background: #d2c1a5;
}

@media (max-width: 767px) {
	.slider-container {
		margin: 60px auto 30px;
		padding: 20px;
		background: #f0f0f0;
	}
	.slider-container img {
		border-radius: 15px;
	}
	.slider-container2025 {
		margin: 60px auto 30px;
		padding: 0;
		background: #fff;
	}
	.slider-container2025 .slide-text {
        position: absolute;
        top: 10%;
        right: 30px;
		z-index: 1;
	}
    .slider-container2025 .slide-text p:last-of-type {
        line-height: 2.4;
        letter-spacing: 0.18em;
        font-size: 1.5rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        z-index: 1;
    }
	.slider-container2 {
		position: relative;
		max-width: 1000px;
		padding-left: 40px;
		padding-right: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.slider-container-birthday {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	

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

.swiper-container2 > .swiper-wrapper ,  .swiper-container3 > .swiper-wrapper{
	-webkit-transition-timing-function: linear!important;
	-o-transition-timing-function: linear!important;
	transition-timing-function: linear!important;
}
/*
 title
----------------------------------------------------------- */
.title {
	margin-top: 0;
	line-height: 1;
}
.title-half {
	position: relative;
	top: -16px;
	margin-top: 0;
}
.title-half h2 {
	padding: 0;
	margin-top: 0;
	font-family: 'Jost';
	font-style: italic;
    font-weight: 500;
	font-size: 4rem;
	color: #000;
	line-height: 1;
}
.title-deco-ls {
	font-family: 'Helvetica';
	font-style: italic;
    font-weight: 500;
	font-size: 4.6rem;
	color: #000;
}
.title-deco-greeting {
	font-family: 'Helvetica';
    font-weight: 500;
	font-size: 4.6rem;
	color: #000;
	background: linear-gradient(transparent 70%, #FFF100 0%);
}
.title-deco-logo {
	font-family: 'Jost';
    font-weight: 800;
	font-size: 3.2rem;
	color: #000;
	position: relative;
	display: inline-block;
	padding: 0 20px;
 }
.title-deco-logo:before, .title-deco-logo:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 8px;
	height: 4px;
	background-color: black;
}

.title-deco-logo:before {
	left:0;
}
.title-deco-logo:after {
	right: 0;
}
.title-deco2 {
	font-size: 1.6rem;
}
.page-head-title-wrap {
	position: relative;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.page-head-title-wrap2025 {
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page-head-title-wrap2025 img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.page-head-title-wrap .page-head-title {
	position: absolute;
	bottom: 0;
	left: 52.280702%;
	width: 38.157895%;
	height: 15.189873%;
	text-align: center;
}
.page-head-sub-title {
	font-size: 2.6rem
}
.page-head-sub-title-ja {
	font-size: 2.2rem;
	font-family: "Radley", serif;
	font-weight: 500;
	font-style: normal;
}.page-head-sub-title-en {
	font-size: 2.8rem;
	font-family: "Radley", serif;
	font-weight: 400;
	font-style: normal;
}
.page-title {
	position: relative;
	display: inline-block;
	padding: 0 130px 0 0;
	text-align: center;
}
.page-title:after {
	content: '';
	position: absolute;
	top: 36%;
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: black;
	right: 0;
}
.page-title .title-jp {
	font-size: 3.6rem;
	font-weight: 700;
}
.page-title .title-en {
	font-family: Helvetica;
	font-weight: 500;
}
.page-title .title-long {
	font-size: 3rem;
}
.title-line-wrapper {
    text-align: center;
}
.page-title-line {
	position: relative;
    display: inline-block;
    padding: 0 15%;
}
.page-title-line:before, .page-title-line:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #212529;
}
.page-title-line:before {
    left: -30px;
}
.page-title-line:after {
    right: -30px;
}
.page-sub-title {
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	line-height: 1.2;
}
.page-sub-title-en {
	letter-spacing: .1em;
    font-weight: 500;
	font-size: 5rem;
	color: #000;
}
.page-sub-title-en2 {
    font-weight: 700;
	font-size: 3rem;
	letter-spacing: .1em;
	color: #000;
}
.page-sub-title-jp {
	font-size: 2.6rem;
	color: #000;
}
.page-sub-title2 {
	font-size: 1.5rem;
}

.title-access {
	display: inline-block;
	text-align: center;
}
.title-access  .title-en {
	font-size: 4.2rem;
	font-weight: 500;
	font-family: Helvetica;
}
.title-access .title-jp {
	font-weight: 500;
}
.title-concept {
	font-size: 1.4rem;
	text-align: center;
}

.title-concept span {
	font-family: 'Helvetica';
    font-weight: 900;
	font-size: 3.6rem;
	letter-spacing : 0.1em;
}

.page-intro {
	margin-right: 40%;
}

#news h2 , #to-gallery h2 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
}
#news h2 span , #to-gallery h2 span {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
}
.top-firsttext  {
    width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.top-firsttext p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.2em;
}
.title-line {
	border: solid 1px #212529;
	padding: 0.8em 0;
	text-align: center;
}

@media (max-width: 767px) {
	.page-head-title-wrap .page-head-title h1 {
		font-size: 2rem;
		font-weight: 700;
	}
	.page-head-sub-title {
		font-size: 2rem;
		font-weight: 700;
	}
	.page-intro {
		margin-right: 0;
	}
	#news h2 , #to-gallery h2 {
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0.15em;
    }
    #news h2 span , #to-gallery h2 span {
        font-size: 1.2rem;
        letter-spacing: 0.15em;
    }
	.top-firsttext  {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.top-firsttext h2 {
		font-size: 1.6rem;
	}
	.top-firsttext p {
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: 0.2em;
	}
	.page-head-sub-title-ja {
		font-size: 1.8rem;
	}
	.page-head-sub-title-en {
		font-size: 2rem;
	}
	

}

@media (max-width: 639px) {
	.title-half {
		font-size: 3.8rem;
		line-height: 1;
	}
	.title-deco-ls {
		font-size: 3.4rem;
	}
	.title-deco-greeting {
		font-size: 4rem;
	}
	.title-deco-logo {
		font-size: 2.8rem;
	 }
	.page-title .title-jp {
		font-size: 2.8rem;
	}
	.page-title  .title-long {
		font-size: 2.8rem;
	}
	.page-title .title-medium {
		font-size: 2.8rem;
	}
	.page-sub-title-en {
		font-size: 2rem;
	}
	.page-sub-title-en2 {
		font-size: 2rem;
	}
	.page-sub-title-jp {
		font-size: 1.6rem;
	}
	.page-sub-title2 {
		font-size: 1.4rem;
	}
	.title-access  .title-en {
		font-size: 3rem;
		font-weight: 500;
		font-family: Helvetica;
	}
}

/*
 animation  main menu
----------------------------------------------------------- */
.deco {
	width: 33px;
}
.deco img {
	vertical-align: top;
}
.deco-wrapper {
	position: relative;
	display: inline-block;
}
.deco-wrapper .deco {
	position: absolute;
	right: -30px;
	top: -25px; 
}
.animation-wrapper {
	position: relative;
}
.animation-wrapper h2 {
	display: block;
	margin-left: auto;
	margin-bottom: auto;
}
.animation {
	opacity: 0;
}
.animated {
	-webkit-animation-duration: 0.3s;
	animation-delay:0.3s;
}
.delay-slow1 {
	-webkit-animation-duration: 0.3s;
	animation-delay:0.3s;
}
.delay-slow2 {
	-webkit-animation-duration: 0.9s;
	animation-delay:0.6s;
}
.delay-slow3 {
	-webkit-animation-duration: 1.5s;
	animation-delay:0.9s;
}
.delay-slow4 {
	-webkit-animation-duration: 2.1s;
	animation-delay:1.2s;
}

.hover-shadow {
	transition-duration: 0.5s;
	display: block;
}
#top-main-menu .main-menu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	background: #fff;
	line-height: 1.2;
}
#top-main-menu .main-menu-img {
	height: 166px;
}
#top-main-menu .main-menu-img img {
	object-fit: cover;
}
#top-main-menu a:link {
	color: #000;
	text-decoration: none;
}
#top-main-menu a:visited {
	color: #000;
	text-decoration:none;
}
#top-main-menu a:hover {
	color: #000;
}
#top-main-menu a:active {
	color: #000;
}
#top-main-menu .main-menu-name {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: .04em;
}
.hover-shadow img {
	width: 100%;
	margin: 0;
	padding: 0;
}
#top-main-menu .main-menu2 {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .08em;
}
.intro-wrap {
}
.intro-link {
	background: #fbfaf5;
}
.intro {
	padding: 60px 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.intro h2 {
	font-size: 4rem;
	line-height: 1.6;
	letter-spacing: .1em;
	font-weight: 900;
}
.innovation2 {
	margin-top: 60px;
}
.intro p {
	font-size: 1.6rem;
	line-height: 2.6;
	letter-spacing: .1em;
}
.intro-l p {
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-right: 20px;
}
.intro-r img {
	width: 60px;
	height: 60px;
}
.hover-shadow:hover {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	transition-duration: 0.1s;
}
.hover-shadow2 {
	transition-duration: 0.5s;
	display: block;
}
.hover-shadow2:hover {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	transition-duration: 0.1s;
}

.hover-up {
	transition-duration: 0.5s;
	display: block;
}
.hover-up:hover {
	transform: translateY(-5px);
	transition-duration: 0.1s;
}

.hover-light h3 , .hover-light p , .hover-light img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hover-light:hover h3 , .hover-light:hover p  {
	 opacity : 0.5;
}
.hover-light:hover img {
  opacity: 0.6;
}

@media (max-width: 767px) {
	#top-main-menu .main-menu-img {
		height: 100%;
	}
	.intro {
		width: 100%;
	}
	.innovation2 {
		margin-top: 0px;
		margin-bottom: 60px;
	}

}

@media (max-width: 639px) {
	#top-main-menu .hover-shadow span {
		font-size: 1.2rem;
	}
	.intro h2 {
		font-size: 3rem;
	}	
	.innovation img {
		width: 60%;
	}
	.innovation2 img {
		width: 60%;
	}

	.intro p {
		font-size: 1.2rem;
	}
	.intro-l p {
		font-size: 1.2rem;
	}
	.intro-r img {
		width: 40px;
		height: 40px;
	}	
}

/*
 point
----------------------------------------------------------- */
h3.business-point-title {
	text-align: center;
}
.point-title {
	background: linear-gradient(transparent 70%, #FFF100 0%);
	color: #000;
	line-height: 1;
	display: inline-block;
	font-family: 'Jost';
	font-style: italic;
	font-weight: 500;
}
.point-title span:first-child {
	font-size: 2.6rem;
	padding-left: 4px;
	padding-right: 10px;
}
.point-title span:nth-of-type(2) {
	font-size: 3.6rem;
}
.point-circle {
	position: relative;
	max-width: 161px;
	margin-left: auto;
	margin-right: auto;
}
.point-deco {
	position: absolute;
	top: -10px;
	right: -10px;
}
.point-popular {
	position: absolute;
	top : 45%;
	right: -110px;
	font-weight: 700;
	color: #ff0000;
}
.fukidashi-wrapper {
	text-align: center;
}
.fukidashi-deco {
	position: absolute;
	top: -30px;
	right: -20px;
}
.fukidashi {
	position: relative;
	margin: 0 auto 20px;
	padding: 15px 30px;
	background: #fff;
	border-radius: 50px;
	border: 3px solid #000;
	text-align: center;
	display: inline-block;
	
}
.fukidashi::before, .fukidashi::after {
	content: '';
	border-width: 20px 12px 0 12px;
	border-color: transparent;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -14px;
}
.fukidashi::before { 
	border-top-color: #000;
	bottom: -20px;
}
.fukidashi::after {
	border-top-color: #fff;
	bottom: -15px;
}
.fukidashi-main {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}
.fukidashi-point {
	background: linear-gradient(transparent 70%, #FFF100 0%);
	color: #000;
	line-height: 1;
	font-family: 'Jost';
	font-style: italic;
	font-weight: 800;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 2.6rem;
}
@media (max-width: 991px) {
	.fukidashi-main {
		margin-top: 30px;
	}
}
@media (max-width: 639px) {
	.point-circle {
		position:relative;
		margin-top: 10px;
		text-align: center;
	}
	.point-popular {
		position: static;
	}
}

/*
 各ページ bg image
----------------------------------------------------------- */
.bg-top {
	background: #fbfbfb;
}
.bg-omiya {
	background: #ffffff;
}
.bg-753 {
	background: #ffffff;
}
.bg-family {
	background: #fefaf8;
}
.bg-kids {
	background: #ffffff;
}
.bg-seijin {
	background: #ffffff;
}
.bg-greeting {
	background: #fffdeb;
}
.bg-greeting-web {
	background: #f5f5f5;
}
.bg-ID {
	background: url(../img/ID_photo/bg_ID_photo.png) repeat-x center top;
	background-size: 2186px 100%;
}
.bg-profile1 {
	background: #fffef5;
}
.bg-profile2 {
	background: #eff8f6;
}
.bg-access {
	background: #fffdeb;
}
.bg-business {
}

.bg-omiya-image {
	background: url(../img/omiyamairi/omiyamairi_main_img.png) no-repeat right bottom;
}
.bg-753-image {
	background: url(../img/753/753_main_img.png) no-repeat right bottom;
}
.bg-kids-image {
	background: url(../img/kids/kids_main_img.png) no-repeat right bottom;
}
.bg-seijin-image {
	background: url(../img/seijin/seijin_main_img.png) no-repeat right bottom;
}
.bg-family-image {
	background: url(../img/family/family_main_img.png) no-repeat right bottom;
}
.bg-birthday {
	background: #faf9f5;
}

@media (max-width: 991px) {
	.bg-omiya-image {
		background: none;
	}
	.bg-753-image {
		background: none;
	}
	.bg-kids-image {
		background: none;
	}
	.bg-seijin-image {
		background: none;
	}
	.bg-family-image {
		background: none;
	}
}

/*
 plan 料金
----------------------------------------------------------- */
.plan-cont {
	border-radius: 15px;
	border: 4px solid;
	padding: 0 2rem 2rem;
	height: 100%;
}
.plan-cont-blue {
	border-color: #84ccc9;
}
.plan-cont-yellow {
	border-color: #fff100;
}
.plan-cont-yellow p {
	padding-left: 40px;
	padding-right: 40px;
}
.plan-fukidashi {
	position: absolute;
	top: -30px;
	left: -20px;
}
.plan-top-text {
	position: absolute;
	top: -30px;
	left: 120px;
}
.plan-top-text span {
	font-size: 2rem;
}
.plan-top-text2 {
	position: absolute;
	top: -60px;
	left: 120px;
}
.plan-top-text2 span {
	font-size: 2rem;
}
.plan-cont p {
	line-height: 1.4;
}
.plan-name {
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: .1em;
}
.plan-list {
	list-style:none;
}
.plan-list li {
	margin-bottom: .8em;
}
.plan-list li:before {
	content:"◆";
	padding-right: 1em;
}
.plan-price {
	font-size: 1.8rem;
	font-weight: 500;
}
.plan-price-col2 {
	font-size: 1.8rem;
	font-weight: 500;
}
.plan-price-col2 tr td {
	vertical-align: middle;
	padding-bottom: 1em;
}
.plan-price-col2 tr td:first-of-type {
	padding-right: 1em;
}
.option-title {
	font-size: 2rem;
	font-weight: 500;
}

.plan-deco {
	background: #cb1422;
	color: #fff;
	padding: 6px 30px;
	border-radius: 34px;
	display: inline-block;
}
.plan-title-name {
	text-align: center;
}
.plan-title-l {
	font-family: Helvetica;
	font-size: 4rem;
}
.plan-title-s {
	font-size: 1.4rem;
}
.plan-title-name-j {
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}
.plan-detail{
	font-size: 1.6rem;
}
.plan-price-l {
	width: 50%;
	float: left;
	border-right: #000 1px solid;
}
.plan-price-r {
	width: 50%;
	float: left;
}
.plan-price-value {
	font-family: 'Jost';
	font-weight: 500;
}
.value-large {
	font-size: 4rem;
}
.value-m {
	font-size: 2rem;
}

.plan-title-option {
	position: relative;
	display: inline-block;
	padding: 0 31%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.plan-title-option:before, .plan-title-option:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color: black;
}

.plan-title-option:before {
	left:0;
}
.plan-title-option:after {
	right: 0;
}
.plan-option-price {
	font-size: 1.4rem;
	margin: 0 auto 20px;
}
.plan-option-price-s {
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4rem;
}
.plan-option-price-s td{
	padding-bottom: .6rem
}
.plan-detail-price, .plan-discount-price {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.4rem;
}
.plan-detail-price td {
	vertical-align: top;
}
.plan-option-price td, .plan-option-price-s td, .plan-detail-price td, .plan-discount-price td, .plan-discount-price th {
	line-height: 1.4;
	padding: .5rem 0;
}
.plan-option-price td, .plan-detail-price td {
	padding-right: 1rem;
}
.plan-option-price td:last-child, .plan-detail-price td:last-child {
	padding-right: 0;
}
.plan-option-price td:last-child, .plan-option-price-s td:last-child, .plan-detail-price td:last-child {
	text-align: right;
	vertical-align: bottom;
}
.plan-discount-price td, .plan-discount-price th {
	padding-right: 1rem;
	border-top: none !important;
}
.plan-discount-price th:nth-child(2), .plan-discount-price th:nth-child(3) {
	text-align: right;
	padding-right: 2rem;
}
.plan-discount-price td:nth-child(2), .plan-discount-price td:nth-child(3) {
	text-align: right;
	vertical-align: bottom;
}
.plan-discount-price td:nth-child(3),  .plan-discount-price td:nth-child(4), .plan-discount-price th:nth-child(3),  .plan-discount-price th:nth-child(4)  {
	color: #ff0000;
}
.plan-discount-price td:nth-child(4) {
	text-align: center;
	vertical-align: middle;
}
.plan-discount-price th {
	font-weight: 500;
	vertical-align: middle;
}
.row-space td{
	padding-top: 2rem;
}
.plan-discount-price {
	width: auto;
}
.plan-recruit {
	width: 75%;
}
.plan-recruit-discount-pc {
	display: table-cell;
	padding-left: 30px !important;
}
.plan-recruit-discount-sp {
	display: none;
}

.plan-link-list {
	list-style:none;
}
.plan-link-list li {
	margin-bottom: .8em;
}

.rental-plan {
	width: 48%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: #9D671D 2px solid;
	padding: 1em;
	margin-bottom: 30px;
	background: #fff;
	display: flex;
	align-items: center;
} 
.rental-plan-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.rental-1 {
	order: 1;
}
.rental-2 {
	order: 3;
}
.rental-3 {
	order: 2;
}
.rental-4 {
	order: 4;
}
.rental-plan table {
	width: 100%;
	margin: 0 auto;
}
.rental-plan table tr td:first-of-type {
	width: 20%;
	text-align: right;
	line-height: 3.5rem;
}
.rental-plan table tr td:first-of-type span:first-of-type{
	font-size: 6rem;
}
.rental-plan table tr td:first-of-type span:nth-of-type(2){
	font-size: 3rem;
}
.rental-plan table tr td:nth-of-type(2) {
	text-align: center;
}
.rental-plan table tr td:nth-of-type(2) span:first-of-type{
	font-size: 1.8rem;
}
.rental-plan table tr td:nth-of-type(2) span:nth-of-type(2){
	font-size: 3rem;
	color: #FF0000;
}
.rental-process ol {
	display: table;
	margin: 0 auto 30px;
	padding: 0;
	width: 80%;
}
.rental-process ol li {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	display: table-row;
	counter-increment: rental-ol;
	font-size: 1.8rem;
}
.rental-process ol li::before {
	content: counter(rental-ol) "、";
	display: table-cell;
	padding-right: 2em;
	text-align: right;
	font-size: 3rem;
}
.rental-process ol li::after {
	content: "";
	display: block;
	margin-bottom: 30px;
}
.rental-process ol li::last-of-type:after {
	margin-bottom: 0;
}
.rental-process-title {
	border: #313131 2px solid;
	padding: .5em 3em;
	font-size: 3rem;
	display: inline-block;
}
.mochikomi {
	margin: 0 auto;
}
.mochikomi tr td:first-of-type {
	padding-right: 1em;
}
.plan-line {
	border: #212529 1px solid;
}
.plan-line .inner {
	padding: 20px;
}
@media (max-width: 991px) {
	.plan-recruit {
		width: 80%;
	}
	.plan-recruit-discount-pc {
		display: none;
	}
	.plan-recruit-discount-sp {
		display: block;
		text-align: center;
		color:#ff0000;
		font-weight: 700;
	}
}
@media (max-width: 767px) {
	.plan-cont {
		padding: 0 3rem 3rem;
	}
	.plan-price {
		font-size: 1.6rem;
		font-weight: 500;
		text-align: right;
	}
	.plan-price-col2 {
		font-size: 1.6rem;
		font-weight: 500;
		margin-left: auto;
	}
	.plan-price-l {
		padding: 0 1rem 0 0;
	}
	.plan-price-r {
		padding: 0 0 0 1rem;
	}
	.value-lage {
		font-size: 3rem;
	}
	.plan-discount-price {
		width: 100%;
	}
	.plan-price-l-r .plan-price-l {
		width: 100%;
		float: none;
		border-right: none;
		padding: 0;
	}
	.plan-price-l-r .plan-price-r {
		width: 100%;
		float: none;
	}
	.plan-recruit {
		width: 90% !important;
	}
	.plan-recruit th:nth-child(2), .plan-recruit th:nth-child(3), .plan-recruit td:nth-child(-n+3) {
		display: block;
	}	
	.plan-recruit td:first-child {
		width: 100%;
	}
	.plan-recruit th:first-child{
		display: none;
	}
	.plan-recruit th:nth-child(2), .plan-recruit th:nth-child(3), .plan-recruit td:nth-child(2), .plan-recruit td:nth-child(3) {
		width: 50%;
		float: left; 
	}
	.plan-recruit td:nth-child(2), .plan-recruit td:nth-child(3) {
		border-bottom: #666 1px solid;
	}
	.plan-name {
		font-size: 2.4rem;
	}
	.rental-plan {
		width: 90%;
	} 
	.rental-plan-wrapper{
		justify-content: center;
	}
	.rental-1 {
		order: 1;
	}
	.rental-2 {
		order: 2;
	}
	.rental-3 {
		order: 3;
	}
	.rental-4 {
		order: 4;
	}
	.rental-process ol li {
		font-size: 1.6rem;
	}
	.rental-process ol li::before {
		padding-right: 1em;
		font-size: 2.6rem;
	}
	.rental-process-title {
		padding: .5em 1em;
		font-size: 2.2rem;
	}
	ul.plan-menu2 {
		list-style: none; 
		margin: 20px 0;
		padding: 0;
		position: relative;
		font-size: 1.6rem;
	}
}
@media (max-width: 639px) {
	.plan-cont {
		padding: 0 2rem 2rem;
	}
	.plan-title-name {
		margin-left: 100px;
		text-align: left;
	}
	.plan-title-l {
		font-size: 3rem;
	}
	.plan-title-s {
		font-size: 1.4rem;
	}
	.plan-title-name-j {
		font-size: 2rem;
	}
	.plan-title-name-j-sp {
		margin-left: 100px;
		text-align: left;
	}
	.plan-discount-price {
		width: 100%;
	}
	.plan-price-l .value-large, .plan-price-r .value-large {
		font-size: 3rem;
	}
	.plan-cont-yellow p {
		padding-left: 0;
		padding-right: 0;
	}
	.plan-top-text {
		position: absolute;
		top: -30px;
		left: 100px;
	}
	.plan-top-text span {
		font-size: 1.6rem;
	}
	.plan-top-text2 {
		position: absolute;
		top: -45px;
		left: 100px;
	}
	.plan-top-text2 span {
		font-size: 1.6rem;
	}
	.rental-process ol {
		width: 90%;
	}
	.mochikomi tr td {
		display: block;
		width: 100%;
	}
	.mochikomi tr td:nth-of-type(2) {
		padding-bottom: 20px;
	}


}

@media (min-width: 992px) {
	.anniversary .plan-title-l {
		margin-left: 3rem;
	}
}
/*
 kumanojinjya banner
----------------------------------------------------------- */
.kumano-banner-left {
	float: left;
	max-width: 530px;
	margin: 0;
	padding: 0;
	
}
.kumano-banner-left img {
	border-radius: 10px 0 0 10px;
	border-left: #996c33 4px solid;
	border-right: none;
	border-top: #996c33 4px solid;
	border-bottom: #996c33 4px solid;
	margin: 0;
	padding: 0;
	display: block;
}
.kumano-banner-right {
    width: -webkit-calc(100% - 530px);
    width: calc(100% - 530px);
	float: right;
	border-radius: 0 10px 10px 0;
	border-left: none;
	border-right: #996c33 4px solid;
	border-top: #996c33 4px solid;
	border-bottom: #996c33 4px solid;
	margin: 0;
	padding: 0;
	background: #fff;
}
.kumano-banner-title {
	text-align: center;
}
.kumano-banner-title h3 {
	display: inline-block;
}
.kumano-banner-title h3 span:first-child {
	display: block;
	text-align: right;
    font-size: 1rem;
	margin-bottom: 8px;
}
.kumano-banner-title h3 span:nth-of-type(2) {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 3.6rem;
	color: #000;
	margin-bottom: 10px;
}
.kumano-banner-title h3 span:last-child {
	display: block;
	text-align: center;
	font-family: 'Jost';
	font-size: 1.8rem;
}
.kumano-banner-text {
	display: block;
    font-size: 1.4rem;
	margin: 0 30px 20px 30px;
}
.kumano-banner-text-sp {
	display: none;
}
.kumano-banner-button a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 2px 2px #b7ae19;
	transition-duration: 0.5s;
	font-weight: 700;
	border:#b7ae19 1px solid;
}
.kumano-banner-button a:hover {
	opacity: 0.6;
	transition-duration: 0.5s;
}

.kumano-info {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.kumano-info-inner {
	position: absolute;
	top: 20px;
	left: 42%;
}
.kumano-info-inner p:first-of-type {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-left: 6em;
}
.kumano-info-inner p:first-of-type span {
	font-size: 2.2rem;
}
.kumano-info-inner h3 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-left: 2em;
}
.kumano-info-inner h3 span{
	font-size: 1.8rem;
}
.kumano-info-inner p:last-of-type {
	font-size: 1.5rem;
	line-height: 1.6;
	padding-top: 20px;
	padding-right: 80px;
}
@media (max-width: 1199px) {
	.kumano-info-inner {
		position: absolute;
		top: 10px;
		left: 42%;
	}
	.kumano-info-inner p:first-of-type {
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-left: 6em;
	}
	.kumano-info-inner p:first-of-type span {
		font-size: 2.2rem;
	}
	.kumano-info-inner h3 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		padding-top: 0;
		padding-left: 2em;
	}
	.kumano-info-inner h3 span {
		font-size: 1.8rem;
	}
	.kumano-info-inner p:last-of-type {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-top: 10px;
		padding-right: 80px;
	}
}

@media (max-width: 991px) {
	.kumano-banner-left {
		float: none;
		max-width: 600px;
		margin: 0 auto;
		padding: 0;
		
	}
	.kumano-banner-left img {
		border-radius: 30px 30px 0 0;
		border-left: #996c33 4px solid;
		border-right: #996c33 4px solid;
		border-top: #996c33 4px solid;
		border-bottom: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.kumano-banner-right {
		width: auto;
		max-width: 600px;
		float: none;
		border-radius: 0 0 30px 30px;
		border-left: #996c33 4px solid;
		border-right: #996c33 4px solid;
		border-top: none;
		border-bottom: #996c33 4px solid;
		margin: 0 auto;
		padding: 0 0 20px 0;
		background: #fff;
	}
	.kumano-banner-title h3 {
		display: inline-block;
	}
	.kumano-banner-title h3 span:first-child {
		font-size: 1.4rem;
	}
	.kumano-banner-title h3 span:nth-of-type(2) {
		font-size: 4rem;
	}
	.kumano-banner-title h3 span:last-child {
		font-size: 2rem;
	}
	.kumano-banner-text {
		display: none;
	}
	.kumano-banner-text-sp {
		display: block;
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 20px;
	}

	.kumano-info-inner {
		position: absolute;
		top: 10px;
		left: 42%;
	}
	.kumano-info-inner p:first-of-type {
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-left: 6em;
	}
	.kumano-info-inner p:first-of-type span {
		font-size: 2.2rem;
	}
	.kumano-info-inner h3 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		padding-top: 0;
		padding-left: 2em;
	}
	.kumano-info-inner h3 span {
		font-size: 1.8rem;
	}
	.kumano-info-inner p:last-of-type {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-top: 10px;
		padding-right: 80px;
	}
	.kumano-info-inner {
		position: absolute;
		top: 60%;
		left: 8%;
	}
	.kumano-info-inner p:first-of-type {
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-left: 0;
	}
	.kumano-info-inner p:first-of-type span {
		font-size: 2rem;
	}
	.kumano-info-inner h3 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		padding-top: 0;
		padding-left: 0;
	}
	.kumano-info-inner h3 span {
		font-size: 1.6rem;
	}
	.kumano-info-inner p:last-of-type {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-top: 10px;
		padding-right: 80px;
	}
}
@media (max-width: 639px) {
	.kumano-banner {
		padding: 0 15px 0 15px;
	}

	.kumano-info-inner {
		position: absolute;
		top: 10px;
		left: 42%;
	}

	.kumano-info-inner p:first-of-type {
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.6;
		padding-left: 6em;
	}

	.kumano-info-inner p:first-of-type span {
		font-size: 2.2rem;
	}

	.kumano-info-inner h3 {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		padding-top: 0;
		padding-left: 2em;
	}

	.kumano-info-inner h3 span {
		font-size: 1.8rem;
	}

	.kumano-info-inner p:last-of-type {
		font-size: 1.2rem;
		line-height: 1.6;
		padding-top: 10px;
		padding-right: 80px;
	}

	.kumano-info-inner {
		position: absolute;
		top: 60%;
		left: 6%;
	}

	.kumano-info-inner p:first-of-type {
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1;
		padding-left: 0;
	}

	.kumano-info-inner p:first-of-type span {
		font-size: 1.6rem;
	}

	.kumano-info-inner h3 {
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		padding-top: 0;
		padding-left: 0;
	}

	.kumano-info-inner h3 span {
		font-size: 1.3rem;
	}

	.kumano-info-inner p:last-of-type {
		font-size: 1.2rem;
		line-height: 1.4;
		padding-top: 0;
		padding-right: 60px;
	}
}
/*
 gallery
----------------------------------------------------------- */
.gallery > .container , .gallery2 > .container {
	padding: 0;
	text-align: center;
}
.gallery ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.gallery2 ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	width: 100%;
}
.gallery ul li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
	overflow: hidden;
}
.gallery2 ul li {
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
	width: 100%;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 30px;
	overflow: hidden;
}

.ID-photo-gallery li{
	width: 16.6666% !important;
}
.gallery img , .gallery2 img {
	width: 100%;
	transition-duration: 0.5s;
 }
.gallery  a:hover img {
	opacity: 0.8;
	transform: scale(1.2);
	transition-duration: 0.5s;
 }
 .gallery2  a:hover img {
	opacity: 0.8;
 }

 .gallery-uneven {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	width: 90%;
}
.gallery-uneven ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.gallery-uneven ul li{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.gallery-uneven img {
	width: 100%;
	transition-duration: 0.5s;
 }
.gallery-uneven  a:hover img {
	opacity: 0.8;
	transform: scale(1.2);
	transition-duration: 0.5s;
 }
.gallery-uneven ul {
  	line-height: 0;
  	-webkit-column-count: 4;
  	-webkit-column-gap: 0px;
  	-moz-column-count: 4;
  	-moz-column-gap: 0px;
  	column-count: 4;
  	column-gap: 0px;
  }

.gallery-uneven ul li {
  	margin: 0;
  	width: 100% !important;
  	height: auto !important;
  }

.gallery-uneven ul li img {
  	width: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-b;
  	border: solid #fff 6px;
  }

@media (max-width: 767px) {
	.gallery > .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.gallery ul li{
		width: 33.3333%;
	}
	.gallery2 ul li{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ID-photo-gallery li{
		width: 33.3333% !important;
	}
}

@media (max-width: 639px) {
	.gallery-uneven {
			width: 100%;
	}
	.gallery-uneven>.gallery-uneven-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery-uneven ul {
		line-height: 0;
		-webkit-column-count: 3;
		-webkit-column-gap: 0px;
		-moz-column-count: 3;
		-moz-column-gap: 0px;
		column-count: 3;
		column-gap: 0px;
	}

	.gallery-uneven ul li img {
		border: solid #fff 3px;
	}
}
/*
 greeting
----------------------------------------------------------- */
.greeting-cont {
	border-radius: 30px;
	background: #fff;
	margin: 30px auto 60px;
	padding: 40px;
	width: 80%;
}
.logo-title {
	font-weight: 500;
	background: url(../img/logo_title.png) no-repeat left top;
	padding-left: 40px;
	line-height: 27px;
	font-size: 2.4rem;
}
.greeting-web-cont {
	display: block;
	border-radius: 15px;
	background: #fff;
	margin: 30px auto 60px;
	vertical-align: middle;
	width: 90%;
	height: 200px;
	text-align: center;
}

@media (max-width: 639px) {
	.greeting-cont {
		width: 90%;
		padding: 3rem 2rem 2rem 2rem;
	}
}

/*
 access
----------------------------------------------------------- */
.access-cont {
	border-radius: 30px;
	background: #fff;
	margin: 30px auto 60px;
	padding: 40px;
	width: 100%;
}
.access-icon-title {
	font-weight: 500;
	padding: 15px 20px 15px 80px;
	border-radius: 30px 30px 0 0;
	background: #fff880;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
}
.access-icon {
	position: absolute;
	top: 20px;
	left: 20px;
}
.access-icon-cont {
	border-radius: 0 0 30px 30px;
	background: #fff;
	margin: 0 auto 60px;
	padding: 2rem 3rem 3rem 80px;
	width: 100%;
}
.access-fukidashi {
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 80;
}
@media (max-width: 767px) {
	.access-cont {
		width: 90%;
		padding: 3rem 2rem 2rem 2rem;
	
	}
}
@media (max-width: 639px) {
	.access-fukidashi {
		position: absolute;
		top: -50px;
	}
}

/*
 ID photo
----------------------------------------------------------- */
.point-ID {
	height: 100%;
	vertical-align: bottom;
}

.point-ID h3 {
	margin-top: 0;
}
.point-ID-block {
	border-radius: 30px;
	background: #fff;
	margin: 10px auto;
	padding: 2rem 1.5rem 1rem 1.5rem;
	width: 100%;
	line-height: 1.4;
}
@media (min-width: 992px){
	.ID-photo .col-md-6 {
		width: 40%;
	}
	.ID-photo .col-md-3 {
		width: 30%;
	}
}

/*
 business
----------------------------------------------------------- */
.business-basic-price-wrpper {
	position: relative
}
.business-basic-price {
	position: absolute;
	bottom: 0;
	font-size: 1.8rem;
}
.business-link {
	margin-bottom: 30px;
}
.business-link2 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.business-link {
		padding: 0 !important;
		margin: 0;
	}
	.business-link2 {
		margin-bottom: 0;
	}
}


@media (max-width: 991px) {
	.business-basic-price {
		position: static;
		text-align: right;
	}
}

/*
 753
----------------------------------------------------------- */
.rental div {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
.preparation h3 {
}
.preparation h3 span {
	padding-bottom: .5rem;
	border-bottom: #666 2px solid;
	line-height: 2 !important;
}
.preparation .table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	line-height: 1.4;
	margin-bottom: 0;
}
.preparation .line {
	border-bottom: #666 2px solid;
}
.preparation .table th{
	width: 20%;
	padding: 2rem 2rem 2rem 0;
	border: none !important;
	font-size: 2.4rem;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
}
.preparation .table th span{
	border-bottom: #fff100 10px solid;
}
.preparation .table td{
	width: 80%;
	padding: 2.8rem 0 2rem 0;
	border-top: none !important;
}
@media (max-width: 639px) {
	.preparation .table {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.4;
		margin-bottom: 0;
	}
	.preparation .line {
		border-bottom: none !important;
	}
	.preparation .table th{
		display: block;
		width: 100%;
		padding: 2rem 2rem 2rem 0;
		border: none !important;
		font-size: 2.4rem;
		font-weight: 500;
		vertical-align: middle;
		text-align: left;
	}
	.preparation .table th span{
		border-bottom: #fff100 10px solid;
	}
	.preparation .table td{
		display: block;
		width: 100%;
		padding: 0 0 2rem 0;
		border-top: none !important;
	}
	
}
@media (max-width: 767px) {
	.rental div {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.rental div:last-child {
		width: 100%;
		float: none;
	}
	.rental div:last-child img {
		width: 50%;
		padding-top: 20px;
	}
}

.point-seijin-space {
	margin: 40px 0 174px;
}
@media (max-width: 991px) {
	.point-seijin-space {
		margin: 30px 0;
	}
}

.blog-link , .insta-link {
	vertical-align: middle;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.blog-link a img , .insta-link a img {
	margin-right: 1em;
}
.blog-link a , .insta-link a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.blog-link a:hover , .insta-link a:hover {
	 opacity : 0.5;
}

@media (max-width: 767px) {
	.blog-link , .insta-link {
		font-size: 1.6rem;
		text-align: left;
	}
	.blog-link a img , .insta-link a img {
		margin-right: 0.5em;
	}
}




/*
 loading
----------------------------------------------------------- */
.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}


/*
 balloon
----------------------------------------------------------- */
.balloon {
	position: relative;
	padding: 30px;
	margin-bottom: 100px;
}
.balloon::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 80px; height: 80px;
}
.balloon::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.balloon>* {
	position: relative;
	z-index: 3;
}
.balloon,
.balloon::before {
	box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.16);
}
.balloon,
.balloon::before,
.balloon::after {
	background: #fff;
}

.balloon--bottom_right::before {
	bottom: -10px;
	right: 30px;
	transform: translateX(-50%) rotate(45deg) skew(8deg,8deg);
}

.shadow {
	box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
	.balloon {
		padding: 15px 15px 30px;
	}
	.balloon .w40 {
		width: 30%
	}
	.balloon .w60 {
		width: 70%
	}
	.balloon .w60 .ml30 {
		margin-left: 15px !important;		
	}
}

.view-more-button {
	text-align: right;
	margin-top: auto;
}
.view-more-button {
	margin-right: 1em
}
.view-more-button a , .view-more-button2 a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	border: solid 2px #000;
	transition: .4s;
}
.view-more-button a {
	font-size: 1.4rem;
	padding: 0.2em 1.5em 0.4em;
}
.view-more-button a:hover , .view-more-button2 a:hover  , .view-more-button3 a:hover {
	background: #000;
	color: #fff;
}
.view-more-button4 a:hover {
	background: #d4c7b7;
	color: #fff;
}

.view-more-button2 a {
	position: relative;
	font-size: 2rem;
	padding: 0.2em 2em 0.4em;
}
.view-more-button2 a::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%; left: 85%;
	width: 40%;
	height: 100%;
	border-top: 1.8px solid #000;
}
.view-more-button3 a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	border: solid 1px #000;
	transition: .4s;
	font-size: 1.6rem;
	padding: 0.4em 1.5em;
}
.view-more-button4 a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #a6937c;
	border-radius: 50px 50px;
	transition: .4s;
	font-size: 1.6rem;
	padding: 0.4em 1.5em;
}

.slidein {
	opacity: 0;
	animation-name: slidein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slidein01 { animation-delay: 1s;}
.slidein02 { animation-delay: 1.5s;}
.slidein03 { animation-delay: 2s;}
.slidein04 { animation-delay: 2.5s;}
.slidein05 { animation-delay: 3s;}

@media (max-width: 767px) {
	.view-more-button4 a {
		font-size: 1.4rem;
	}
	
}

/*
 form
----------------------------------------------------------- */
#contact-cont {
	padding: 30px 80px;
}
#contact-form-wrapper {
	padding: 30px 80px;
}
#formWrap {
	margin: 0 auto;
	line-height:120%;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td , table.formTable th {
	border: none;
	padding:10px;
}
table.formTable th {
	width: 10%;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	font-weight: normal;
	font-size: 1.4rem;
}
table.formTable th p {
	padding: 3px;
	color: #fff;
	background-color: #cb1422;
}
table.formTable td:first-of-type {
	width: 20%;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}

.form-input {
	border: 0;
	padding: 10px;
	font-size: 1.6rem;
	font-family: "GenJyuuGothic-Regular";
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
input[type="text"]:focus , textarea:focus {
    border:solid 1px #cb1422;
}
.button , input[type="submit"] , input[type="button"]{
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 2px solid #cb1422;
	font-size: 16px;
	color: #cb1422;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
 }
.button:hover , input[type="submit"]:hover , input[type="button"]:hover{ 
	background-color: #cb1422;
	border-color: #cb1422;
	color: #FFF;
}
.form-mark {
	display: none !important;
}
.send-text {
	margin-top: 60px;
	margin-bottom: 400px;
}
@media (max-width: 991px) {
	#formWrap {
		width:100%;
		margin:0 auto;
	}
}

@media (max-width: 767px) {
	#contact-cont {
		padding: 30px 0 0;
	}
	#contact-form-wrapper {
		padding: 30px 0;
	}
	#formWrap {
		width:100%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
		text-align: left;
		vertical-align: top;
		padding-top: 15px;
		font-weight: normal;
		font-size: 1.4rem;
	}
	table.formTable th p {
		padding: 3px;
		display: inline;
	}
	
	table.formTable td:first-of-type {
		width: 100%;
		text-align: left;
		vertical-align: top;
		padding-top: 0;
	}
	
	input[type="text"], textarea {
		width:100%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	.send-text {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
