@charset "UTF-8";
* {
     margin: 0;
     padding: 0;
}
img, a img {
     border: none;
     vertical-align: bottom;
}
a:focus,
area:focus {
     outline:none;
}

body {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	background: url(img/base/bg-gray.jpg) repeat center top;
	color: #666;
	min-width: 1100px;
	line-height: 170%;
	letter-spacing: 0.05em;
}
.red{
	color:#FF2C5A;
}
.large{
	font-size: 16px;
	line-height: 175%;
}

header {
	height: 220px;
	width: 100%;
	background: url(img/base/bg-top.png) no-repeat center bottom / cover;
	overflow: hidden;
	position: relative;
}
header h1 {
	text-align: center;
	padding-top: 34px;
}
.bt-reserv {
	position: absolute;
	top: 0;
	right: 50px;
    transition: ease-out 0.5s;
    z-index: 0;
}
.bt-reserv a{
    display:block;
    width:100%;
    height:50%;
    z-index: -1;
    transition: 0.5s ease-out;
}

.bt-reserv a img{
    transition: ease-out 0.5s;
}
.bt-reserv a:hover img{
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
    opacity: 1!important;
    z-index: 100;
}
.bt-reserv-sub {
	position: absolute;
	top: 58px;
	right: 30px;
    z-index: 1;
}
.bt-reserv-sub img{
	filter: drop-shadow(0 0 4px rgba(0,0,0,0));
    transition: ease-out 0.5s;
}
.bt-reserv-sub a:hover img{
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.6));
    opacity: 1!important;
}
nav {
	padding: 20px 0;
	width: 100%;
	background: #20b2db;
	text-align: center;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline;
	margin: 0 0 0 30px;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
nav ul li::before {
	content: url(img/base/nav-point.png);
	margin: 0 30px 0 0;
}
nav ul li:last-of-type::after {
	content: url(img/base/nav-point.png);
	margin: 0 0 0 30px;
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
}

.home-top {
	width: 100%;
}
.home-top video {
	width: 100%;
	height: auto;
}
#home .sec01 {
	width: 1000px;
	overflow: hidden;
	margin: 70px auto 60px;
}
#home .sec01 .pic {
	float: right;
	margin: 10px 0 0;
}
#home .sec01 h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
#home .sec01 h1 span {
	background: url(img/base/line-blue.png) repeat-x left bottom;
}
#home .sec02 {
	width: 100%;
	height: 370px;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
#home .sec02 .photo {
	width: 70%;
	height: 370px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#home .sec02 .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .sec02 .text {
	width: 40%;
	height: 280px;
	overflow: hidden;
	background: #FFF;
	text-align: center;
	position: absolute;
	top: 45px;
}
#home .sec02 .text:hover {
	background: #000;
	color: #FFF;
}
#home .sec02 .left {
	left: 0;
}
#home .sec02 .right {
	right: 0;
}
#home .sec02 .left.trans {
	opacity: 0;
	transform : translate(-200px, 0);
	transition: all 1s;
}
#home .sec02 .left.trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#home .sec02 .right.trans {
	opacity: 0;
	transform : translate(200px, 0);
	transition: all 1s;
}
#home .sec02 .right.trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#home .sec02 h1 {
	font-size: 23px;
	font-weight: 400;
	margin: 40px 0 10px;
	line-height: 150%;
	letter-spacing: 0.1em;
}
#home .sec02 .more {
	font-size: 10px;
	margin-top: 20px;
	text-decoration: underline;
}
#home .sec02 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#search {
	width: 100%;
	padding: 30px 0 20px;
	background: #036eb7;
	overflow: hidden;
}
#search .inner {
	width: 1000px;
	color: #FFF;
	margin: 0 auto;
}
#search .inner h1 {
	font-size: 24px;
    float: left;
    border-right: 1px dotted #FFF;
    padding: 0 30px;
    margin: 20px 30px 0 0;
	font-weight: normal;
}
#search .inner .form-box {
	overflow: hidden;
}
#search .inner .form-box .row {
	overflow: hidden;
	margin: 0 0 10px;
}
#search .inner .form-box .row p {
	float: left;
	margin: 5px 20px 0 0;
}
#search .inner .form-box .row input.bt {
	padding: 5px 20px;
	background: #20b2db;
	font-size: 13px;
	color: #FFF;
	border: none;
	cursor: pointer;
}

#staff{
	margin: 50px auto;
	width:1000px;
	background-color: #e0ecf4;
	padding: 30px 0;
}
#staff h2{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.1em;
}
#staff h2 span {
	background: url(img/base/line-yellow.png) repeat-x left bottom;
}
.staff_box{
	display: flex;
	justify-content: space-between;
	width:800px;
	margin: 30px auto 15px;
}
.st{
	width:43%;
	border: 1px solid #868686;
	border-radius: 15px;
	padding:20px;
	background-color: #FFFFFF;
}

#planrss {
	width: 1020px;
	margin: 70px auto 0;
	overflow: hidden;
}
#planrss h1 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 45px;
	letter-spacing: 0.1em;
}
#planrss h1 span {
	background: url(img/base/line-yellow.png) repeat-x left bottom;
}
#planrss .inner {
	width: 320px;
	float: left;
	margin: 0 10px 50px;
	overflow: hidden;
	position: relative;
	background: #FFF;
}
#planrss .inner h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	padding: 10px;
	font-size: 14px;
}
#planrss .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#planrss p.bn-page {
	clear: both;
	text-align: center;
	margin: 0 0 10px;
}

p.bn-page a {
	color: #FFF;
	text-decoration: none;
	background: #036eb7;
	padding: 10px;
	border-radius: 5px;
}
p.bn-page a::after {
	content: url(img/base/arow-01.png);
	margin-left: 4px;
}
.news_box{
	position: relative;
	width:1000px;
	margin:100px auto 0;
}
.kanri{
	position: absolute;
	right:0;
}
#newsWrap h2 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
#newsWrap h2 span {
	background: url(img/base/line-yellow.png) repeat-x left bottom;
}

footer .bg-bottom {
	height: 120px;
	width: 100%;
	background: url(img/base/bg-bottom.png) no-repeat center bottom / contain;
}
footer .outer {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background: #20b2db;
	font-family: 'Noto Sans JP', sans-serif;
	color: #FFF;
}
footer .outer p {
	margin-top: 20px;
}
footer .outer p a {
	color: #FFF;
	text-decoration: none;
}
.pagetop {
	position: fixed;
	bottom: 72px;
	right: 0;
	cursor: pointer;
}
.bt-f-reserv {
	position: fixed;
	bottom: 130px;
	right: 0;
	cursor: pointer;
}

footer .f-bt {
	transform : translate(246px, 0);
	transition: transform 0.6s;
}
footer .f-bt.on{
	transform : translate(0, 0);
}

/*--cuisine--*/
#cuisine {}
#cuisine .top {
	overflow: hidden;
	width: 100%;
	height: 320px;
	background: url(img/cuisine/top.jpg) no-repeat center center / cover;
	margin-bottom: 70px;
}
#cuisine .top h2 {
	text-align: center;
	margin-top: 96px;
}

#cuisine #sec01 {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	text-align: center;
}
#cuisine #sec01 .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#cuisine #sec01 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#cuisine #sec01 h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}
#cuisine #sec01 h1 span {
	background: url(img/base/line-blue.png) repeat-x left bottom;
}
#cuisine #sec01 .outer {
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
#cuisine #sec01 .outer .inner {
	box-sizing: border-box;
	width: 33.33%;
	overflow: hidden;
	float: left;
	padding: 0 10px;
}
#cuisine #sec01 .outer .inner img {
	width: 100%;
	height: auto;
}
#cuisine #sec01 .outer .inner .text {
	position: relative;
	background: #f6f3e1 url(img/cuisine/matsu-bg.png) no-repeat right bottom;
	margin: -30px 20px 0;
	height: 320px;
	box-sizing: border-box;
	padding-top: 20px;
}
#cuisine #sec01 .outer .inner .text.matsu {
	background: #f6f3e1 url(img/cuisine/matsu-bg.png) no-repeat right bottom;
}
#cuisine #sec01 .outer .inner .text.take {
	background: #e3eece url(img/cuisine/take-bg.png) no-repeat right bottom;
}
#cuisine #sec01 .outer .inner .text.ume {
	background: #f7f0ee url(img/cuisine/ume-bg.png) no-repeat right bottom;
}
#cuisine #sec01 .outer .inner h2 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 14px;
}
#cuisine #sec01 p.sub {
	margin-top: 60px;
}

#loopslider {
    margin: 70px auto 0;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    width: 320px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li img {
    width: 320px;
    height: 200px;
}

#cuisine #sec02 {
	width: 1000px;
	overflow: hidden;
	margin: 100px auto 0;
	position: relative;
	height: 250px;
}
#cuisine #sec02 .trans {
	opacity: 0;
	transform : translate(-100px, 0);
	transition: all 1s;
}
#cuisine #sec02 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#cuisine #sec02 img {
	position: absolute;
	right: 0;
	top: 0;
}
#cuisine #sec02 .text-box {
	position: relative;
	width: 350px;
	height: 194px;
	text-align: center;
	overflow: hidden;
	margin: 28px 0 0;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cuisine #sec02 .text h1 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: normal;
}

#cuisine #sec03 {
	width: 1000px;
	overflow: hidden;
	margin: 100px auto 0;
	position: relative;
	height: 310px;
}
#cuisine #sec03 .trans {
	opacity: 0;
	transform : translate(100px, 0);
	transition: all 1s;
}
#cuisine #sec03 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#cuisine #sec03 img {
	position: absolute;
	left: 0;
	top: 0;
}
#cuisine #sec03 .text-box {
	position: relative;
	float: right;
	width: 600px;
	height: 260px;
	text-align: center;
	overflow: hidden;
	margin: 25px 0 0;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cuisine #sec03 .text h1 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: normal;
}

/*--facilities--*/
#facilities {}
#facilities .top {
	overflow: hidden;
	width: 100%;
	height: 320px;
	background: url(img/facilities/top.jpg) no-repeat center center / cover;
	margin-bottom: 70px;
}
#facilities .top h2 {
	text-align: center;
	margin-top: 96px;
}

#facilities #sec01 {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	text-align: center;
}
#facilities #sec01 .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#facilities #sec01 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#facilities #sec01 h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}
#facilities #sec01 h1 span {
	background: url(img/base/line-blue.png) repeat-x left bottom;
}
#facilities #sec01 .outer {
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
#facilities #sec01 .outer .inner {
	box-sizing: border-box;
	width: 33.33%;
	overflow: hidden;
	float: left;
	padding: 0 10px;
}
#facilities #sec01 .outer .inner img {
	width: 100%;
	height: auto;
}
#facilities #sec01 .outer .inner .text {
	position: relative;
	background: #FFF;
	margin: -30px 20px 0;
	min-height: 172px;
	box-sizing: border-box;
	padding-top: 20px;
	overflow: hidden;
}
#facilities #sec01 .outer .inner h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}
#facilities #sec01 .outer .inner h2 span {
	font-size: 14px;
}
#facilities #sec01 .outer .inner p {
	text-align: left;
	margin: 0 20px 20px;
}
#facilities #sec01 p.sub {
	margin-top: 60px;
}

#facilities #sec02 {
	width: 1000px;
	margin: 80px auto 0;
	overflow: hidden;
	text-align: center;
}
#facilities #sec02 .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#facilities #sec02 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#facilities #sec02 .text {
	position: relative;
	background: #FFF;
	margin: -30px auto 0;
	width: 644px;
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}
#facilities #sec02 .text h1 {
	font-size: 24px;
	font-weight: normal;
}
#facilities #sec02 .text p {
	margin-top: 20px;
}

#facilities #sec03 {
	width: 1000px;
	overflow: hidden;
	margin: 80px auto 0;
	position: relative;
	height: 210px;
}
#facilities #sec03 .trans {
	opacity: 0;
	transform : translate(-100px, 0);
	transition: all 1s;
}
#facilities #sec03 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#facilities #sec03 img {
	position: absolute;
	right: 0;
	top: 0;
}
#facilities #sec03 .text-box {
	position: relative;
	width: 446px;
	height: 178px;
	text-align: center;
	overflow: hidden;
	margin: 16px 0 0;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#facilities #sec03 .text h1 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: normal;
}

#facilities #sec04 {
	width: 572px;
	overflow: hidden;
	margin: 80px auto 0;
	background: #FFF;
}
#facilities #sec04 img {
	float: left;
	margin-right: 20px;
}
#facilities #sec04 h1 {
	margin: 20px 0 14px;
	font-size: 18px;
	font-weight: normal;
}

#facilities .mitorizu {
	width: 1000px;
	margin: 70px auto 0;
}

#facilities #sec05 {
	width: 1000px;
	overflow: hidden;
	margin: 120px auto 0;
	position: relative;
	height: 328px;
}
#facilities #sec05 .trans {
	opacity: 0;
	transform : translate(-100px, 0);
	transition: all 1s;
}
#facilities #sec05 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#facilities #sec05 img {
	position: absolute;
	right: 0;
	top: 0;
}
#facilities #sec05 .text-box {
	position: relative;
	width: 436px;
	height: 206px;
	text-align: center;
	overflow: hidden;
	margin: 61px 0 0;
	background: #604c3f;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
#facilities #sec05 .text h1 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: normal;
}

#facilities #sec06 {
	width: 1000px;
	overflow: hidden;
	margin: 80px auto 0;
	position: relative;
	height: 310px;
}
#facilities #sec06 .trans {
	opacity: 0;
	transform : translate(100px, 0);
	transition: all 1s;
}
#facilities #sec06 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#facilities #sec06 img {
	position: absolute;
	left: 0;
	top: 0;
}
#facilities #sec06 .text-box {
	float: right;
	position: relative;
	width: 572px;
	height: 260px;
	text-align: center;
	overflow: hidden;
	margin: 25px 0 0;
	background: #4c4a62;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
#facilities #sec06 .text h1 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: normal;
}

/*--narushima--*/
#narushima {}
#narushima .top {
	overflow: hidden;
	width: 100%;
	height: 320px;
	background: url(img/narushima/top.jpg) no-repeat center center / cover;
	margin-bottom: 70px;
}
#narushima .top h2 {
	text-align: center;
	margin-top: 96px;
}

#narushima #sec01 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#narushima #sec01 .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#narushima #sec01 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#narushima #sec01 img {
	float: right;
}
#narushima #sec01 h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
#narushima #sec01 h1 span {
	background: url(img/base/line-blue.png) repeat-x left bottom;
}

#narushima #sec02-1 {
	width: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
}
#narushima #sec02-1 .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#narushima #sec02-1 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#narushima #sec02-1 img {
	position: absolute;
	left: 0;
	top: 0;
}
#narushima #sec02-1 .text {
	width: 556px;
	float: right;
	position: relative;
	background: #FFF;
	margin: 50px 0 0;
	box-sizing: border-box;
	padding-top: 30px;
	overflow: hidden;
}
#narushima #sec02-1 h1 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#narushima #sec02-1 p {
	text-align: left;
	margin: 0 30px 20px;
}

#narushima #sec02-2 {
	width: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
}
#narushima #sec02-2 .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#narushima #sec02-2 .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#narushima #sec02-2 img {
	position: absolute;
	left: 0;
	top: 0;
}
#narushima #sec02-2 .text {
	width: 556px;
	float: right;
	position: relative;
	background: #FFF;
	margin: 50px 0 0;
	box-sizing: border-box;
	padding-top: 30px;
	overflow: hidden;
}
#narushima #sec02-2 h1 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#narushima #sec02-2 p {
	text-align: left;
	margin: 0 30px 20px;
}

#narushima .outer {
	width: 1040px;
	margin: 80px auto 0;
	overflow: hidden;
}
#narushima .outer .trans {
	opacity: 0;
	transform : translate(0, 100px);
	transition: all 1s;
}
#narushima .outer .trans.on{
	opacity: 1;
	transform : translate(0, 0);
}
#narushima .outer .sec03 {
	width: 480px;
	margin: 0 20px;
	overflow: hidden;
	float: left;
}
#narushima .outer .sec03 .text {
	width: 440px;
	position: relative;
	background: #FFF;
	margin: -30px auto 0;
	box-sizing: border-box;
	padding-top: 20px;
	overflow: hidden;
}
#narushima .outer .sec03 .text.height-01 {
	height: 262px;
}
#narushima .outer .sec03 .text.height-02 {
	height: 216px;
}
#narushima .outer .sec03 h1 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}
#narushima .outer .sec03 p {
	text-align: left;
	margin: 0 20px 20px;
}

#narushima #sec04 {
	width: 1000px;
	text-align: center;
	margin: 80px auto 0;
	border: 2px dotted #20b2db;
	padding: 20px 0;
}
#narushima #sec04 h1 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
#narushima #sec04 p {
	margin-top: 14px;
}
#narushima #sec04 p a {
	color: #20b2db;
	text-decoration: underline;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
}

/*--fee--*/
#fee {}
#fee .top {
	overflow: hidden;
	width: 100%;
	height: 320px;
	background: url(img/narushima/top.jpg) no-repeat center center / cover;
	margin-bottom: 70px;
}
#fee .top h2 {
	text-align: center;
	margin-top: 96px;
}

#fee .sec01 {
	width: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
	text-align: center;
}
#fee .sec01 h1 {
	font-size: 18px;
	font-weight: normal;
}
#fee .sec01 h1::before {
	content: "【 ";
}
#fee .sec01 h1::after {
	content: " 】";
}
#fee .sec01 p {
	margin-top: 10px;
}

#fee .table01 {
	box-sizing: border-box;
	width: 480px;
	margin: 14px auto 0;
	border-collapse: collapse;
	border: 1px dotted #999;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.7);
}
#fee .table01 td {
	padding: 5px;
	border: 1px dotted #999;
}
#fee #planrss {
	margin: 70px auto 80px;
}
#fee #benefits,#fee #benefits *{
    box-sizing: border-box;
}
#fee #benefits {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 30px 30px;
	overflow: hidden;
	text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 5px;
/*
background-color: #ffeaff;
background-image: linear-gradient(321deg, #ffeaff 0%, #eefdff 100%);
*/
background-color: #eee0ee;
background-image: linear-gradient(321deg, #eee0ee 0%, #faffff 100%);

}
#fee #benefits h1 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
    color: #222;
    font-weight: 600;
}
#fee #benefits span.bg {
	background: url(img/base/line-yellow.png) repeat-x left bottom;
}
#fee #benefits span:not(.bg){
    display:inline-block;
    padding-inline:0.2em;
    font-size: calc(100% * 1.2);
    font-weight: 600;
    letter-spacing: -0.05em;
}
#fee #benefits .inner {
	width: 800px;
	box-sizing: border-box;
	padding: 25px;
	border: 1px dotted #FF2C5A;
	background: #FFF;
	margin: 45px auto 40px;
    font-size: 18px;
}
#fee #benefits p{
    font-size: 18px;
    color: #222;
    line-height: 2;
}
#fee #benefits .inner p{
    font-size: 20px;
    font-weight: 600;
}
#fee #benefits .inner h2 {
	color: #FF2C5A;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
    font-weight: 600;
}
#fee #benefits .inner h2::before {
	content: "〜 ";
}
#fee #benefits .inner h2::after {
	content: " 〜";
}
#fee .bestrate-banner{
    width:min(100%,800px);
    margin:0px auto 25px;
}
#fee .bestrate-banner img{
    width: 100%;
    height: auto;
}
/*--access--*/
#access {}
#access .top {
	overflow: hidden;
	width: 100%;
	height: 320px;
	background: url(img/narushima/top.jpg) no-repeat center center / cover;
	margin-bottom: 70px;
}
#access .top h2 {
	text-align: center;
	margin-top: 96px;
}

#access .sec01 {
	width: 800px;
	margin: 50px auto 0;
	overflow: hidden;
	text-align: center;
}
#access .sec01 h1 {
	font-size: 18px;
	font-weight: normal;
}
#access .sec01 h1::before {
	content: "【 ";
}
#access .sec01 h1::after {
	content: " 】";
}
#access .sec01 p {
	margin-top: 10px;
}
#access .sec01 p a {
	color: #20b2db;
	text-decoration: underline;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
}
#access .sec01 .gm {
	width: 800px;
	height: 320px;
	overflow: hidden;
	margin: 20px 0 0;
}
#access .sec01 .map {
	margin: 20px 0 0;
}

/*** QR
*********************************************************************/

.qr{
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
.qr img{
	border: solid 2px #000;
}
.qr p{
	text-align: center;
	line-height: 18px;
	margin-top: 5px !important;
}
.qr a{
	color: #000;
}


